]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Math manual: use relative paths
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 606
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\AtBeginDocument{
91 %\def\tagform@#1{\maketag@@@{|#1|}}
92 %}
93
94 % ------------------------------------
95 % used to check for needed LaTeX packages
96 \usepackage{ifthen}
97
98 % check for package undertilde
99 % used for the command \utilde
100 \newboolean{undertilde}
101 \IfFileExists{undertilde.sty}
102  {\usepackage{undertilde}
103   \setboolean{undertilde}{true}}
104  {\setboolean{undertilde}{false}}
105
106 % check for package eurosym
107 % used for the Euro symbol
108 \newboolean{eurosym}
109 \IfFileExists{eurosym.sty}
110  {\usepackage[gennarrow]{eurosym}
111   \setboolean{eurosym}{true}}
112  {\setboolean{eurosym}{false}}
113
114 % check for package braket
115 % used for physical vectors
116 \newboolean{braket}
117 \IfFileExists{braket.sty}
118  {\usepackage{braket}
119   \setboolean{braket}{true}}
120  {\setboolean{braket}{false}}
121
122 % check for package cancel
123 \newboolean{cancel}
124 \IfFileExists{cancel.sty}
125  {\usepackage{cancel}
126   \setboolean{cancel}{true}}
127  {\setboolean{cancel}{false}}
128
129 % check for package upgreek
130 \newboolean{upgreek}
131 \IfFileExists{upgreek.sty}
132  {\usepackage{upgreek}
133   \setboolean{upgreek}{true}}
134  {\setboolean{upgreek}{false}}
135 \end_preamble
136 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
137 \use_default_options false
138 \begin_modules
139 subequations
140 \end_modules
141 \maintain_unincluded_children no
142 \language english
143 \language_package default
144 \inputencoding utf8
145 \fontencoding auto
146 \font_roman "lmodern" "default"
147 \font_sans "lmss" "default"
148 \font_typewriter "lmtt" "default"
149 \font_math "auto" "auto"
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_roman_osf false
154 \font_sans_osf false
155 \font_typewriter_osf false
156 \font_sf_scale 100 100
157 \font_tt_scale 100 100
158 \use_microtype false
159 \use_dash_ligatures false
160 \graphics default
161 \default_output_format pdf2
162 \output_sync 0
163 \bibtex_command default
164 \index_command makeindex
165 \float_placement class
166 \float_alignment class
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX's Math Manual"
171 \pdf_author "LyX Team, Uwe Stöhr"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4
185 \use_geometry false
186 \use_package amsmath 2
187 \use_package amssymb 2
188 \use_package cancel 1
189 \use_package esint 1
190 \use_package mathdots 1
191 \use_package mathtools 2
192 \use_package mhchem 1
193 \use_package stackrel 1
194 \use_package stmaryrd 1
195 \use_package undertilde 0
196 \cite_engine basic
197 \cite_engine_type default
198 \biblio_style plain
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \justification true
204 \use_refstyle 0
205 \use_minted 0
206 \use_lineno 0
207 \notefontcolor #0000ff
208 \index Index
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip halfline
216 \is_math_indent 0
217 \math_numbering_side default
218 \quotes_style english
219 \dynamic_quotes 0
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \tablestyle default
224 \bullet 1 0 6 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes true
228 \output_changes false
229 \change_bars false
230 \postpone_fragile_content false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \docbook_table_output 0
235 \author -563046850 "Jean-Marc LASGOUTTES"
236 \author 5863208 "ab"
237 \author 47243155 "Jean-Marc"
238 \author 232239728 "Owner"
239 \end_header
240
241 \begin_body
242
243 \begin_layout Title
244 \SpecialChar LyX
245 's Detailed Math Manual
246 \end_layout
247
248 \begin_layout Author
249 by the \SpecialChar LyX
250  Team
251 \begin_inset Foot
252 status collapsed
253
254 \begin_layout Plain Layout
255 \noindent
256 If you have comments or error corrections, please send them to the \SpecialChar LyX
257  Documentatio
258 n mailing list: 
259 \family typewriter
260
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
265 type "mailto:"
266 literal "false"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status open
278
279 \begin_layout Plain Layout
280 author: Uwe Stöhr
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.
296 \change_inserted 47243155 1563226038
297 4
298 \change_deleted 47243155 1563226038
299 3
300 \change_unchanged
301 .x
302 \end_layout
303
304 \begin_layout Standard
305 \begin_inset CommandInset toc
306 LatexCommand tableofcontents
307
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Standard
314 \begin_inset Note Note
315 status open
316
317 \begin_layout Plain Layout
318 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
319 -packages 
320 \series bold
321 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
322 \series default
323  and 
324 \series bold
325 was
326 \series default
327  should be installed.
328  If they are not installed the document can be exported anyway but the sections
329  where the packages are required will not appear in the output.
330  An exception is 
331 \series bold
332 mhchem
333 \series default
334 ; if it is not installed, this file cannot be exported.
335 \end_layout
336
337 \begin_layout Plain Layout
338 The latest PDF-version of this document can be found here:
339 \begin_inset Newline newline
340 \end_inset
341
342
343 \series bold
344 https://wiki.lyx.org/LyX/Manuals#Math
345 \end_layout
346
347 \end_inset
348
349
350 \end_layout
351
352 \begin_layout Standard
353 \begin_inset Newpage newpage
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Section
360 Introduction
361 \end_layout
362
363 \begin_layout Standard
364 This document details \SpecialChar LyX
365 's math features and the \SpecialChar LaTeX
366 -commands used for mathematical
367  characters and constructs.
368  It is oriented toward the use of commands.
369  The user should read the 
370 \family typewriter
371 Mathematical
372 \begin_inset space ~
373 \end_inset
374
375 Formulas
376 \family default
377  section of the User's Guide before proceeding.
378 \end_layout
379
380 \begin_layout Standard
381 Most of the characters and many constructs explained in this manual are
382  also accessible via the menu 
383 \family sans
384 Insert
385 \series bold
386 \SpecialChar menuseparator
387
388 \series default
389 Math
390 \family default
391  or the 
392 \family sans
393 math
394 \family default
395 \series bold
396  
397 \family sans
398 \series default
399 toolbar
400 \family default
401 .
402  But everybody who has to write lots of formulas will notice that it is
403  much faster to use commands instead of the math toolbar.
404  Therefore this manual is focused on commands but also mentions the correspondin
405 g toolbar buttons when available.
406 \end_layout
407
408 \begin_layout Standard
409 Unless specially mentioned, math commands are only available within formulas.
410  To be able to use all of the commands explained in this document, the option
411  
412 \family sans
413 Use AMS math package
414 \family default
415  must be checked in the document settings (menu 
416 \family sans
417 Document\SpecialChar menuseparator
418 Settings\SpecialChar menuseparator
419 Math
420 \begin_inset space ~
421 \end_inset
422
423 Options
424 \family default
425 ).
426 \begin_inset Foot
427 status collapsed
428
429 \begin_layout Plain Layout
430 The option 
431 \family sans
432 Use AMS math package automatically
433 \family default
434  only uses 
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -math when math constructs are found that are supported by \SpecialChar LyX
448 .
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \begin_layout Standard
457 This document doesn't list all 
458 \begin_inset ERT
459 status collapsed
460
461 \begin_layout Plain Layout
462
463
464 \backslash
465 AmS 
466 \end_layout
467
468 \end_inset
469
470 -math commands
471 \begin_inset Foot
472 status open
473
474 \begin_layout Plain Layout
475 A list containing all 
476 \begin_inset ERT
477 status collapsed
478
479 \begin_layout Plain Layout
480
481
482 \backslash
483 AmS
484 \end_layout
485
486 \end_inset
487
488 -math commands is in the file 
489 \family sans
490
491 \begin_inset CommandInset href
492 LatexCommand href
493 name "amsguide.pdf"
494 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
495 literal "false"
496
497 \end_inset
498
499
500 \family default
501 , which is part of every \SpecialChar LaTeX
502  standard installation.
503 \end_layout
504
505 \end_inset
506
507  for lucidity reasons.
508 \end_layout
509
510 \begin_layout Section
511 General Instructions
512 \end_layout
513
514 \begin_layout Standard
515 To create an inline formula
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formula ! inline
521 \end_layout
522
523 \end_inset
524
525  that is embedded in a text line, use one of the shortcuts 
526 \begin_inset Info
527 type  "shortcuts"
528 arg   "math-mode"
529 \end_inset
530
531  or the toolbar button 
532 \begin_inset Info
533 type  "icon"
534 arg   "math-mode"
535 \end_inset
536
537 .
538 \begin_inset Newline newline
539 \end_inset
540
541 To create a display style formula
542 \begin_inset Index idx
543 status open
544
545 \begin_layout Plain Layout
546 Formula ! display style
547 \end_layout
548
549 \end_inset
550
551  which will appear bigger, has a different format, and will be in a separate
552  paragraph, use one of these shortcuts: 
553 \begin_inset Info
554 type  "shortcuts"
555 arg   "math-display"
556 \end_inset
557
558 .
559 \end_layout
560
561 \begin_layout Standard
562 To change a display style formula to an inline formula, place the cursor
563  inside the formula and use 
564 \change_deleted 5863208 1612729312
565 one of 
566 \change_unchanged
567 the shortcut
568 \change_deleted 5863208 1612729314
569 s
570 \change_unchanged
571  
572 \change_deleted 5863208 1612729303
573
574 \begin_inset Info
575 type  "shortcuts"
576 arg   "math-mode"
577 \end_inset
578
579
580 \change_inserted 5863208 1612729281
581
582 \begin_inset Info
583 type  "shortcuts"
584 arg   "math-mutate simple"
585 \end_inset
586
587
588 \change_unchanged
589  or the menu 
590 \family sans
591 Edit\SpecialChar menuseparator
592 Math\SpecialChar menuseparator
593 Change formula type
594 \family default
595 .
596  
597 \change_inserted 5863208 1612729555
598 Similarly you can use the shortcut 
599 \begin_inset Info
600 type  "shortcuts"
601 arg   "math-mutate equation"
602 \end_inset
603
604  to change from an inline to a display style formula.
605  
606 \change_deleted 5863208 1612729557
607 The same method is used to change an inline formula to a display style formula.
608 \change_unchanged
609
610 \end_layout
611
612 \begin_layout Standard
613 To display parts of an inline formula in the size of a display style formula,
614  enter the command 
615 \series bold
616
617 \backslash
618 displaystyle
619 \series default
620
621 \begin_inset Index idx
622 status collapsed
623
624 \begin_layout Plain Layout
625 Commands ! D ! 
626 \backslash
627 displaystyle
628 \end_layout
629
630 \end_inset
631
632  in a formula.
633  A new blue box will appear in which the desired formula part is inserted.
634 \end_layout
635
636 \begin_layout Standard
637 Only inline formulas are allowed inside tables.
638 \end_layout
639
640 \begin_layout Standard
641
642 \change_deleted 232239728 1610897673
643 The 
644 \family sans
645 math toolbar
646 \family default
647  can be turned on in the menu 
648 \family sans
649 View\SpecialChar menuseparator
650 Toolbars
651 \family default
652 .
653  When you click there on 
654 \begin_inset Quotes eld
655 \end_inset
656
657 Math
658 \begin_inset Quotes erd
659 \end_inset
660
661  the toolbar will be shown permanently at the bottom; this state is visualized
662  in the 
663 \family sans
664 Toolbars
665 \family default
666  menu with a checkmark.
667  When you click in this state again on 
668 \begin_inset Quotes eld
669 \end_inset
670
671 Math
672 \begin_inset Quotes erd
673 \end_inset
674
675  in the 
676 \family sans
677 Toolbars
678 \family default
679  menu, the 
680 \family sans
681 math toolbar
682 \family default
683  is only shown when the cursor is within a formula; this state is visualized
684  by the renaming of the menu entry from 
685 \begin_inset Quotes eld
686 \end_inset
687
688 Math
689 \begin_inset Quotes erd
690 \end_inset
691
692  to 
693 \begin_inset Quotes eld
694 \end_inset
695
696 Math
697 \begin_inset space ~
698 \end_inset
699
700 (auto)
701 \begin_inset Quotes erd
702 \end_inset
703
704 .
705 \change_inserted 232239728 1610897478
706
707 \end_layout
708
709 \begin_layout Standard
710
711 \change_inserted 232239728 1610918987
712
713 \family sans
714 Math toolbar
715 \family default
716  visibility is controlled in the menu 
717 \family sans
718 View\SpecialChar menuseparator
719 Toolbars\SpecialChar menuseparator
720 Math
721 \family default
722 .
723  Three options will be presented, On, Off, and Automatic.
724  Selecting On will cause the toolbar to be shown permanently at the bottom
725  of the screen.
726  Selecting Off will disable the toolbar.
727  Selecting Automatic will cause the toolbar to automatically appear when
728  the cursor is located within a formula.
729  The active state of the toolbar is indicated by a checkmark next to the
730  current menu selection.
731 \begin_inset Note Note
732 status open
733
734 \begin_layout Plain Layout
735
736 \change_inserted 232239728 1610897730
737 The menu functionality appears to have changed, I rewrote the paragraph
738  for the current functionality
739 \change_unchanged
740
741 \end_layout
742
743 \end_inset
744
745
746 \change_unchanged
747
748 \end_layout
749
750 \begin_layout Standard
751 \SpecialChar TeX
752  mode
753 \begin_inset Index idx
754 status collapsed
755
756 \begin_layout Plain Layout
757 T@\SpecialChar TeX
758 -mode
759 \end_layout
760
761 \end_inset
762
763  is invoked by pressing the toolbar button 
764 \begin_inset Info
765 type  "icon"
766 arg   "ert-insert"
767 \end_inset
768
769  or by using the menu 
770 \family sans
771 Insert\SpecialChar menuseparator
772 TeX Code
773 \family default
774  (shortcut 
775 \begin_inset Info
776 type  "shortcut"
777 arg   "ert-insert"
778 \end_inset
779
780 ).
781 \end_layout
782
783 \begin_layout Standard
784 To change the \SpecialChar LaTeX
785 -preamble
786 \begin_inset Index idx
787 status collapsed
788
789 \begin_layout Plain Layout
790 L@\SpecialChar LaTeX
791 -preamble
792 \end_layout
793
794 \end_inset
795
796 , use the menu 
797 \family sans
798 Document\SpecialChar menuseparator
799 Settings\SpecialChar menuseparator
800 LaTeX
801 \family default
802  
803 \family sans
804 Preamble
805 \family default
806 .
807 \end_layout
808
809 \begin_layout Standard
810 To edit matrices, case differentiations and multiline formulas, use the
811  menus 
812 \family sans
813 Edit\SpecialChar menuseparator
814 Math
815 \family default
816  and 
817 \family sans
818 Edit\SpecialChar menuseparator
819 Rows
820 \begin_inset space \thinspace{}
821 \end_inset
822
823 &
824 \begin_inset space \thinspace{}
825 \end_inset
826
827 Columns,
828 \family default
829  or the 
830 \family sans
831 table toolbar
832 \family default
833 .
834  When lines and columns are swapped via the menu, the column or line where
835  the cursor is in is exchanged with the column to the right or the line
836  below, respectively.
837  If the cursor is in the last column or row, the exchange is done with the
838  column to the left or the line above.
839 \end_layout
840
841 \begin_layout Standard
842 To write text in formulas
843 \begin_inset Foot
844 status collapsed
845
846 \begin_layout Plain Layout
847 For multiline formulas the command 
848 \series bold
849
850 \backslash
851 intertext
852 \series default
853  is used, see 
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "subsec:Text-in-multiline"
857
858 \end_inset
859
860 .
861 \end_layout
862
863 \end_inset
864
865  
866 \emph on
867 mathematical text
868 \emph default
869
870 \begin_inset Index idx
871 status collapsed
872
873 \begin_layout Plain Layout
874 Text ! in formulas
875 \end_layout
876
877 \end_inset
878
879
880 \begin_inset Index idx
881 status collapsed
882
883 \begin_layout Plain Layout
884 Mathematical text
885 \end_layout
886
887 \end_inset
888
889  is used.
890  This mode is invoked with the shortcut 
891 \begin_inset Info
892 type  "shortcut"
893 arg   "font-default"
894 \end_inset
895
896  or by the insertion of the command 
897 \series bold
898
899 \backslash
900 text
901 \series default
902
903 \begin_inset Index idx
904 status collapsed
905
906 \begin_layout Plain Layout
907 Commands ! T ! 
908 \backslash
909 text
910 \end_layout
911
912 \end_inset
913
914 .
915  The text appears black in \SpecialChar LyX
916  and can therefore be distinguished from the
917  other formula parts which appear blue.
918  In the output, mathematical text is set upright contrary to other formula
919  parts.
920 \end_layout
921
922 \begin_layout Subsection*
923 Command Scheme
924 \end_layout
925
926 \begin_layout Standard
927 Most \SpecialChar LaTeX
928 -commands for math constructs have the following syntax:
929 \end_layout
930
931 \begin_layout Standard
932
933 \series bold
934
935 \backslash
936 commandname[optional
937 \series default
938  
939 \series bold
940 argument]{required
941 \series default
942  
943 \series bold
944 argument}
945 \end_layout
946
947 \begin_layout Standard
948 A command always starts with a backslash 
949 \begin_inset Quotes gld
950 \end_inset
951
952
953 \series bold
954
955 \backslash
956
957 \series default
958
959 \begin_inset Quotes grd
960 \end_inset
961
962 .
963  To omit the 
964 \series bold
965 optional
966 \series default
967  
968 \series bold
969 argument
970 \series default
971 s, also omit the associated brackets.
972  The braces around the 
973 \series bold
974 required
975 \series default
976  
977 \series bold
978 arguments
979 \series default
980  are referred to in this document as \SpecialChar TeX
981  braces
982 \begin_inset Index idx
983 status collapsed
984
985 \begin_layout Plain Layout
986 T@\SpecialChar TeX
987 -braces
988 \end_layout
989
990 \end_inset
991
992 .
993  If you append a left brace to a command name inside a formula, \SpecialChar LyX
994  automatically
995  creates a right \SpecialChar TeX
996  brace.
997  In all other cases standalone \SpecialChar TeX
998  braces are created in formulas with the
999  command 
1000 \series bold
1001
1002 \backslash
1003 {
1004 \series default
1005 .
1006  Normal braces are created by typing 
1007 \series bold
1008 {
1009 \series default
1010 .
1011  \SpecialChar TeX
1012  braces appear red in \SpecialChar LyX
1013 , normal braces appear blue.
1014  In \SpecialChar TeX
1015  mode a command is not needed to get \SpecialChar TeX
1016  braces.
1017  \SpecialChar TeX
1018  braces don't appear in the output while normal braces do.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 When commands without arguments, like commands for symbols, are entered
1023  in \SpecialChar TeX
1024  mode, a space character must 
1025 \emph on
1026 always
1027 \emph default
1028  be behind the command to end it.
1029  This space doesn't appear in the output.
1030  When the space should appear in the output, the space must be followed
1031  by a protected space in normal text.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 A protected space is inserted with
1036 \change_inserted 232239728 1610908934
1037  
1038 \change_deleted 5863208 1612729787
1039 the menu selection 
1040 \change_inserted 5863208 1612729774
1041
1042 \begin_inset Info
1043 type  "shortcuts"
1044 arg   "command-alternatives math-space ; space-insert protected"
1045 \end_inset
1046
1047
1048 \change_deleted 232239728 1610908788
1049
1050 \begin_inset Info
1051 type  "shortcuts"
1052 arg   "command-alternatives space-insert protected;  math-space"
1053 \end_inset
1054
1055
1056 \change_inserted 5863208 1612729766
1057 or with the menu selection
1058 \family sans
1059  
1060 \change_inserted 232239728 1610908897
1061 Insert\SpecialChar menuseparator
1062 Formatting\SpecialChar menuseparator
1063 Protected Space
1064 \family default
1065  or 
1066 \change_inserted 5863208 1612729638
1067
1068 \family sans
1069 Ctrl+Space
1070 \change_deleted 5863208 1612729640
1071
1072 \family default
1073 Ctrl+Space
1074 \change_unchanged
1075 .
1076 \end_layout
1077
1078 \begin_layout Subsection*
1079 \begin_inset Newpage newpage
1080 \end_inset
1081
1082
1083 \change_deleted 5863208 1612098922
1084 Syntax 
1085 \change_unchanged
1086 Explanation
1087 \change_inserted 5863208 1612100879
1088  of Syntax Used in this Manual
1089 \change_unchanged
1090
1091 \end_layout
1092
1093 \begin_layout Itemize
1094 The symbol 
1095 \begin_inset space \textvisiblespace{}
1096 \end_inset
1097
1098  denotes a space character to be input
1099 \change_inserted 5863208 1612098935
1100  by the user
1101 \change_unchanged
1102 .
1103 \end_layout
1104
1105 \begin_layout Itemize
1106 An arrow like 
1107 \begin_inset Formula $\to$
1108 \end_inset
1109
1110  denotes the usage of the corresponding arrow key on the keyboard.
1111  The 
1112 \family sans
1113 Tab
1114 \family default
1115  key can often be used instead of 
1116 \begin_inset Formula $\to$
1117 \end_inset
1118
1119  and 
1120 \begin_inset Formula $\downarrow$
1121 \end_inset
1122
1123 , and 
1124 \family sans
1125 Shift+Tab
1126 \family default
1127  instead of 
1128 \begin_inset Formula $\leftarrow$
1129 \end_inset
1130
1131  and 
1132 \begin_inset Formula $\uparrow$
1133 \end_inset
1134
1135 .
1136 \end_layout
1137
1138 \begin_layout Subsection*
1139 Available Units
1140 \end_layout
1141
1142 \begin_layout Standard
1143 \align center
1144 \begin_inset Float table
1145 placement H
1146 alignment document
1147 wide false
1148 sideways false
1149 status open
1150
1151 \begin_layout Plain Layout
1152 \align center
1153 \begin_inset Caption Standard
1154
1155 \begin_layout Plain Layout
1156 \begin_inset CommandInset label
1157 LatexCommand label
1158 name "tab:Available-units"
1159
1160 \end_inset
1161
1162 Available units
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Plain Layout
1171 \align center
1172 \begin_inset Tabular
1173 <lyxtabular version="3" rows="13" columns="2">
1174 <features booktabs="true" tabularvalignment="middle">
1175 <column alignment="center" valignment="top">
1176 <column alignment="center" valignment="top" width="0pt">
1177 <row>
1178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Unit
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 Name / Description
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 mm
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 Millimeter
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 cm
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 Centimeter
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 in
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 Inch (1
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 in = 2
1256 \change_deleted 232239728 1610909338
1257 ,
1258 \change_inserted 232239728 1610909338
1259 .
1260 \change_unchanged
1261 54
1262 \begin_inset space \thinspace{}
1263 \end_inset
1264
1265 cm)
1266 \end_layout
1267
1268 \end_inset
1269 </cell>
1270 </row>
1271 <row>
1272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1273 \begin_inset Text
1274
1275 \begin_layout Plain Layout
1276 pt
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 Point (72.27
1286 \begin_inset space \thinspace{}
1287 \end_inset
1288
1289 pt = 1
1290 \begin_inset space \thinspace{}
1291 \end_inset
1292
1293 in)
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 </row>
1299 <row>
1300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1301 \begin_inset Text
1302
1303 \begin_layout Plain Layout
1304 pc
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 Pica (1
1314 \begin_inset space \thinspace{}
1315 \end_inset
1316
1317 pc = 12
1318 \begin_inset space \thinspace{}
1319 \end_inset
1320
1321 pt)
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 </row>
1327 <row>
1328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 sp
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 scaled point (65536
1342 \begin_inset space \thinspace{}
1343 \end_inset
1344
1345 sp = 1
1346 \begin_inset space \thinspace{}
1347 \end_inset
1348
1349 pt)
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 </row>
1355 <row>
1356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 bp
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1366 \begin_inset Text
1367
1368 \begin_layout Plain Layout
1369 big point (72
1370 \begin_inset space \thinspace{}
1371 \end_inset
1372
1373 bp = 1
1374 \begin_inset space \thinspace{}
1375 \end_inset
1376
1377 in)
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 </row>
1383 <row>
1384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Plain Layout
1388 dd
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1394 \begin_inset Text
1395
1396 \begin_layout Plain Layout
1397 Didot (1
1398 \begin_inset space \thinspace{}
1399 \end_inset
1400
1401 dd 
1402 \begin_inset Formula $\approx$
1403 \end_inset
1404
1405  0.376
1406 \begin_inset space \thinspace{}
1407 \end_inset
1408
1409 mm)
1410 \end_layout
1411
1412 \end_inset
1413 </cell>
1414 </row>
1415 <row>
1416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 cc
1421 \end_layout
1422
1423 \end_inset
1424 </cell>
1425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1426 \begin_inset Text
1427
1428 \begin_layout Plain Layout
1429 Cicero (1
1430 \begin_inset space \thinspace{}
1431 \end_inset
1432
1433 cc = 12
1434 \begin_inset space \thinspace{}
1435 \end_inset
1436
1437 dd)
1438 \end_layout
1439
1440 \end_inset
1441 </cell>
1442 </row>
1443 <row>
1444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1445 \begin_inset Text
1446
1447 \begin_layout Plain Layout
1448 ex
1449 \end_layout
1450
1451 \end_inset
1452 </cell>
1453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Plain Layout
1457 Height of letter 
1458 \emph on
1459
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 x
1464 \emph default
1465
1466 \begin_inset Quotes erd
1467 \end_inset
1468
1469  in the current font
1470 \end_layout
1471
1472 \end_inset
1473 </cell>
1474 </row>
1475 <row>
1476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1477 \begin_inset Text
1478
1479 \begin_layout Plain Layout
1480 em
1481 \end_layout
1482
1483 \end_inset
1484 </cell>
1485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1486 \begin_inset Text
1487
1488 \begin_layout Plain Layout
1489 width of letter 
1490 \begin_inset Quotes eld
1491 \end_inset
1492
1493
1494 \emph on
1495 M
1496 \emph default
1497
1498 \begin_inset Quotes erd
1499 \end_inset
1500
1501  in the current font
1502 \end_layout
1503
1504 \end_inset
1505 </cell>
1506 </row>
1507 <row>
1508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512 mu
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521 math unit (1
1522 \begin_inset space \thinspace{}
1523 \end_inset
1524
1525 mu = 
1526 \begin_inset Formula $\nicefrac{1}{18}$
1527 \end_inset
1528
1529
1530 \begin_inset space \thinspace{}
1531 \end_inset
1532
1533 em)
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 </row>
1539 </lyxtabular>
1540
1541 \end_inset
1542
1543
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \begin_layout Section
1552 Basic Functions
1553 \end_layout
1554
1555 \begin_layout Subsection
1556 Exponents
1557 \begin_inset Index idx
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561 Exponents
1562 \end_layout
1563
1564 \end_inset
1565
1566  and Indices
1567 \begin_inset Index idx
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571 Indices
1572 \end_layout
1573
1574 \end_inset
1575
1576
1577 \begin_inset Index idx
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581 Superscripts|see
1582 \begin_inset ERT
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586
1587 {
1588 \end_layout
1589
1590 \end_inset
1591
1592 Exponents
1593 \begin_inset ERT
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597
1598 }
1599 \end_layout
1600
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \begin_inset Index idx
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 Subscripts|see
1614 \begin_inset ERT
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618
1619 {
1620 \end_layout
1621
1622 \end_inset
1623
1624 Indices
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630 }
1631 \end_layout
1632
1633 \end_inset
1634
1635
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Indices are created with an underscore 
1645 \begin_inset Quotes eld
1646 \end_inset
1647
1648 _
1649 \begin_inset Quotes erd
1650 \end_inset
1651
1652  or via the math toolbar button 
1653 \begin_inset Info
1654 type  "icon"
1655 arg   "math-subscript"
1656 \end_inset
1657
1658 , exponents with a caret 
1659 \begin_inset Quotes eld
1660 \end_inset
1661
1662 ^
1663 \begin_inset Quotes erd
1664 \end_inset
1665
1666  or via the math toolbar button 
1667 \begin_inset Info
1668 type  "icon"
1669 arg   "math-superscript"
1670 \end_inset
1671
1672 .
1673 \end_layout
1674
1675 \begin_layout Standard
1676 \align center
1677 \begin_inset Tabular
1678 <lyxtabular version="3" rows="4" columns="2">
1679 <features booktabs="true" tabularvalignment="middle">
1680 <column alignment="center" valignment="top" width="0pt">
1681 <column alignment="center" valignment="top" width="0pt">
1682 <row>
1683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1684 \begin_inset Text
1685
1686 \begin_layout Plain Layout
1687 Command
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1693 \begin_inset Text
1694
1695 \begin_layout Plain Layout
1696 Result
1697 \end_layout
1698
1699 \end_inset
1700 </cell>
1701 </row>
1702 <row>
1703 <cell alignment="center" valignment="top" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 B_V
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 <cell alignment="center" valignment="top" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Plain Layout
1716 \begin_inset Formula $B_{V}$
1717 \end_inset
1718
1719
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 </row>
1725 <row topspace="1.5mm">
1726 <cell alignment="center" valignment="top" usebox="none">
1727 \begin_inset Text
1728
1729 \begin_layout Plain Layout
1730 B^V
1731 \end_layout
1732
1733 \end_inset
1734 </cell>
1735 <cell alignment="center" valignment="top" usebox="none">
1736 \begin_inset Text
1737
1738 \begin_layout Plain Layout
1739 \begin_inset Formula $B^{V}$
1740 \end_inset
1741
1742
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 </row>
1748 <row topspace="1.5mm">
1749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753 B^
1754 \begin_inset space \textvisiblespace{}
1755 \end_inset
1756
1757 A
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766 \begin_inset Formula $B^{A}$
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 </row>
1775 </lyxtabular>
1776
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \begin_layout Standard
1783 As the caret is in some languages an accent, vowels will be accentuated
1784  in this case and not set as exponents
1785 \begin_inset Foot
1786 status open
1787
1788 \begin_layout Plain Layout
1789 Depending on the keyboard settings used this can also happen for characters
1790  other than vowels.
1791 \end_layout
1792
1793 \end_inset
1794
1795 .
1796  To get exponents in this case, press 
1797 \family sans
1798 Space
1799 \family default
1800  after the caret as in the last example.
1801 \end_layout
1802
1803 \begin_layout Subsection
1804 Fractions
1805 \begin_inset CommandInset label
1806 LatexCommand label
1807 name "subsec:Fractions"
1808
1809 \end_inset
1810
1811
1812 \begin_inset Index idx
1813 status collapsed
1814
1815 \begin_layout Plain Layout
1816 Fractions
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \begin_layout Standard
1825 Fractions are generated with the command 
1826 \series bold
1827
1828 \backslash
1829 frac
1830 \series default
1831
1832 \begin_inset Index idx
1833 status collapsed
1834
1835 \begin_layout Plain Layout
1836 Commands ! F ! 
1837 \backslash
1838 frac
1839 \end_layout
1840
1841 \end_inset
1842
1843  or via the math toolbar button 
1844 \begin_inset Info
1845 type  "icon"
1846 arg   "math-insert \\frac"
1847 \end_inset
1848
1849 .
1850  The font size is adjusted automatically, depending on whether the fraction
1851  is in an inline or display style formula.
1852  With the math toolbar button 
1853 \begin_inset Info
1854 type  "icon"
1855 arg   "math-insert \\frac-square"
1856 \end_inset
1857
1858  you can select different fraction types.
1859 \end_layout
1860
1861 \begin_layout Standard
1862 With the command 
1863 \series bold
1864
1865 \backslash
1866 dfrac
1867 \series default
1868
1869 \begin_inset Index idx
1870 status collapsed
1871
1872 \begin_layout Plain Layout
1873 Commands ! D ! 
1874 \backslash
1875 dfrac
1876 \end_layout
1877
1878 \end_inset
1879
1880  a fraction can be created that always has the size of a display style formula.
1881  With 
1882 \series bold
1883
1884 \backslash
1885 tfrac
1886 \series default
1887
1888 \begin_inset Index idx
1889 status collapsed
1890
1891 \begin_layout Plain Layout
1892 Commands ! T ! 
1893 \backslash
1894 tfrac
1895 \end_layout
1896
1897 \end_inset
1898
1899  the fraction appears always with the size of an inline formula.
1900  An example:
1901 \end_layout
1902
1903 \begin_layout Standard
1904 A line with the fraction 
1905 \begin_inset Formula $\frac{1}{2}$
1906 \end_inset
1907
1908  that was created with the command 
1909 \series bold
1910
1911 \backslash
1912 frac
1913 \series default
1914 .
1915 \end_layout
1916
1917 \begin_layout Standard
1918 A line with the fraction 
1919 \begin_inset Formula $\dfrac{1}{2}$
1920 \end_inset
1921
1922  that was created with the command 
1923 \series bold
1924
1925 \backslash
1926 dfrac
1927 \series default
1928 .
1929 \end_layout
1930
1931 \begin_layout Standard
1932 \align center
1933 \begin_inset Tabular
1934 <lyxtabular version="3" rows="4" columns="2">
1935 <features booktabs="true" tabularvalignment="middle">
1936 <column alignment="center" valignment="top" width="0pt">
1937 <column alignment="center" valignment="top" width="0pt">
1938 <row>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 Command
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 Result
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 </row>
1958 <row topspace="1.5mm">
1959 <cell alignment="center" valignment="top" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963
1964 \backslash
1965 frac
1966 \begin_inset space \textvisiblespace{}
1967 \end_inset
1968
1969 A
1970 \begin_inset Formula $\downarrow$
1971 \end_inset
1972
1973 B
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 <cell alignment="center" valignment="top" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982 \begin_inset Formula $\frac{A}{B}$
1983 \end_inset
1984
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 </row>
1991 <row topspace="2mm">
1992 <cell alignment="center" valignment="top" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996
1997 \backslash
1998 dfrac
1999 \begin_inset space \textvisiblespace{}
2000 \end_inset
2001
2002 A
2003 \begin_inset Formula $\downarrow$
2004 \end_inset
2005
2006 B
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015 \begin_inset Formula $\dfrac{A}{B}$
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \end_inset
2022 </cell>
2023 </row>
2024 <row topspace="2mm" bottomspace="1mm">
2025 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2026 \begin_inset Text
2027
2028 \begin_layout Plain Layout
2029
2030 \backslash
2031 dfrac
2032 \begin_inset space \textvisiblespace{}
2033 \end_inset
2034
2035 e^
2036 \backslash
2037 frac
2038 \begin_inset space \textvisiblespace{}
2039 \end_inset
2040
2041 1
2042 \begin_inset Formula $\downarrow$
2043 \end_inset
2044
2045 2
2046 \begin_inset Formula $\downarrow\downarrow$
2047 \end_inset
2048
2049 3
2050 \end_layout
2051
2052 \end_inset
2053 </cell>
2054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Plain Layout
2058 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2059 \end_inset
2060
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 </row>
2067 </lyxtabular>
2068
2069 \end_inset
2070
2071
2072 \end_layout
2073
2074 \begin_layout Standard
2075 \begin_inset VSpace bigskip
2076 \end_inset
2077
2078
2079 \begin_inset Newpage newpage
2080 \end_inset
2081
2082 For nested fractions the command 
2083 \series bold
2084
2085 \backslash
2086 cfrac
2087 \series default
2088
2089 \begin_inset Index idx
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093 Commands ! C ! 
2094 \backslash
2095 cfrac
2096 \end_layout
2097
2098 \end_inset
2099
2100  can be used.
2101  Here is an example:
2102 \begin_inset VSpace -3mm
2103 \end_inset
2104
2105
2106 \end_layout
2107
2108 \begin_layout Standard
2109 \begin_inset Formula 
2110 \begin{align*}
2111 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2112 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2113 \end{align*}
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121 The command for the example above is:
2122 \end_layout
2123
2124 \begin_layout Standard
2125
2126 \series bold
2127
2128 \backslash
2129 cfrac
2130 \begin_inset space \textvisiblespace{}
2131 \end_inset
2132
2133 A
2134 \begin_inset Formula $\downarrow$
2135 \end_inset
2136
2137 B+
2138 \backslash
2139 cfrac
2140 \begin_inset space \textvisiblespace{}
2141 \end_inset
2142
2143 C+
2144 \backslash
2145 cfrac
2146 \begin_inset space \textvisiblespace{}
2147 \end_inset
2148
2149 E
2150 \begin_inset Formula $\downarrow$
2151 \end_inset
2152
2153 F
2154 \begin_inset Formula $\downarrow$
2155 \end_inset
2156
2157 D
2158 \end_layout
2159
2160 \begin_layout Standard
2161 \begin_inset VSpace medskip
2162 \end_inset
2163
2164
2165 \end_layout
2166
2167 \begin_layout Standard
2168
2169 \series bold
2170
2171 \backslash
2172 cfrac
2173 \series default
2174  always sets the fraction size to that of a displayed formula, even when
2175  it is part of another fraction.
2176 \end_layout
2177
2178 \begin_layout Standard
2179 It is possible to specify the alignment of the numerator.
2180  The command 
2181 \series bold
2182
2183 \backslash
2184 cfracleft
2185 \series default
2186  is used to left align it, the command 
2187 \series bold
2188
2189 \backslash
2190 cfracright
2191 \series default
2192  to right-align it.
2193  
2194 \series bold
2195
2196 \backslash
2197 cfrac
2198 \series default
2199  centers the numerator.
2200  These fractions demonstrate the different alignments:
2201 \end_layout
2202
2203 \begin_layout Standard
2204
2205 \series bold
2206 \begin_inset Formula 
2207 \[
2208 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2209 \]
2210
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 \begin_inset Note Greyedout
2218 status open
2219
2220 \begin_layout Plain Layout
2221
2222 \series bold
2223 Note:
2224 \series default
2225  
2226 \series bold
2227
2228 \backslash
2229 cfracleft
2230 \series default
2231  and 
2232 \series bold
2233
2234 \backslash
2235 cfracright
2236 \series default
2237  are not real \SpecialChar LaTeX
2238  commands but represent the command 
2239 \series bold
2240
2241 \backslash
2242 cfrac[alignment]{numerator}{denominator}
2243 \series default
2244  .
2245  Therefore you cannot use them in \SpecialChar TeX
2246  code.
2247 \end_layout
2248
2249 \end_inset
2250
2251
2252 \end_layout
2253
2254 \begin_layout Standard
2255 \begin_inset VSpace medskip
2256 \end_inset
2257
2258 It is often advantageous to combine 
2259 \series bold
2260
2261 \backslash
2262 cfrac
2263 \series default
2264  and 
2265 \series bold
2266
2267 \backslash
2268 frac
2269 \series default
2270 :
2271 \begin_inset Formula 
2272 \[
2273 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2274 \]
2275
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 For inline fractions with a sloped fraction stroke you can use the command
2283  
2284 \series bold
2285
2286 \backslash
2287 nicefrac
2288 \series default
2289
2290 \begin_inset Index idx
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Commands ! N ! 
2295 \backslash
2296 nicefrac
2297 \end_layout
2298
2299 \end_inset
2300
2301
2302 \begin_inset Formula $\nicefrac{5}{31}$
2303 \end_inset
2304
2305  or 
2306 \series bold
2307
2308 \backslash
2309 unitfrac
2310 \series default
2311
2312 \begin_inset Index idx
2313 status collapsed
2314
2315 \begin_layout Plain Layout
2316 Commands ! U ! 
2317 \backslash
2318 unitfrac
2319 \end_layout
2320
2321 \end_inset
2322
2323
2324 \begin_inset Formula $\unitfrac{5}{31}$
2325 \end_inset
2326
2327  There is also the command 
2328 \series bold
2329
2330 \backslash
2331 unitfracthree
2332 \series default
2333  which allows you to write a fraction in combination with a number: 
2334 \begin_inset Formula $\unitfrac[2]{1}{3}$
2335 \end_inset
2336
2337
2338 \end_layout
2339
2340 \begin_layout Standard
2341 \begin_inset Note Greyedout
2342 status open
2343
2344 \begin_layout Plain Layout
2345
2346 \series bold
2347 Note:
2348 \series default
2349  
2350 \series bold
2351
2352 \backslash
2353 unitfracthree
2354 \series default
2355  is not a real \SpecialChar LaTeX
2356  command but the command
2357 \begin_inset Newline newline
2358 \end_inset
2359
2360
2361 \series bold
2362
2363 \backslash
2364 unitfrac[number]{numerator}{denominator}
2365 \series default
2366  .
2367  Therefore you cannot use it in \SpecialChar TeX
2368  code.
2369 \end_layout
2370
2371 \end_inset
2372
2373
2374 \end_layout
2375
2376 \begin_layout Standard
2377 How to define your own fractions where the fraction stroke can be changed
2378  is explained in 
2379 \begin_inset CommandInset ref
2380 LatexCommand ref
2381 reference "subsec:Self-defined-Fractions"
2382
2383 \end_inset
2384
2385 .
2386 \end_layout
2387
2388 \begin_layout Standard
2389 Multiline fractions are explained in 
2390 \begin_inset CommandInset ref
2391 LatexCommand ref
2392 reference "subsec:Multiline-Fractions"
2393
2394 \end_inset
2395
2396 .
2397 \end_layout
2398
2399 \begin_layout Subsection
2400 Roots
2401 \begin_inset Index idx
2402 status collapsed
2403
2404 \begin_layout Plain Layout
2405 Roots
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Standard
2414 Square roots are created with 
2415 \series bold
2416
2417 \backslash
2418 sqrt
2419 \series default
2420
2421 \begin_inset Index idx
2422 status collapsed
2423
2424 \begin_layout Plain Layout
2425 Commands ! S ! 
2426 \backslash
2427 sqrt
2428 \end_layout
2429
2430 \end_inset
2431
2432  or the math toolbar button 
2433 \begin_inset Info
2434 type  "icon"
2435 arg   "math-insert \\sqrt"
2436 \end_inset
2437
2438 , all other roots with the command 
2439 \series bold
2440
2441 \backslash
2442 root
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Commands ! R ! 
2450 \backslash
2451 root
2452 \end_layout
2453
2454 \end_inset
2455
2456  or with the math toolbar button 
2457 \begin_inset Info
2458 type  "icon"
2459 arg   "math-insert \\root"
2460 \end_inset
2461
2462 .
2463 \end_layout
2464
2465 \begin_layout Standard
2466 \align center
2467 \begin_inset Tabular
2468 <lyxtabular version="3" rows="3" columns="2">
2469 <features booktabs="true" tabularvalignment="middle">
2470 <column alignment="center" valignment="top" width="0pt">
2471 <column alignment="center" valignment="top" width="0pt">
2472 <row>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477 Command
2478 \end_layout
2479
2480 \end_inset
2481 </cell>
2482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2483 \begin_inset Text
2484
2485 \begin_layout Plain Layout
2486 Result
2487 \end_layout
2488
2489 \end_inset
2490 </cell>
2491 </row>
2492 <row topspace="1mm">
2493 <cell alignment="center" valignment="top" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Plain Layout
2497
2498 \backslash
2499 sqrt
2500 \begin_inset space \textvisiblespace{}
2501 \end_inset
2502
2503 A-B
2504 \end_layout
2505
2506 \end_inset
2507 </cell>
2508 <cell alignment="center" valignment="top" usebox="none">
2509 \begin_inset Text
2510
2511 \begin_layout Plain Layout
2512 \begin_inset Formula $\sqrt{A-B}$
2513 \end_inset
2514
2515
2516 \end_layout
2517
2518 \end_inset
2519 </cell>
2520 </row>
2521 <row topspace="1mm">
2522 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2523 \begin_inset Text
2524
2525 \begin_layout Plain Layout
2526
2527 \backslash
2528 root
2529 \begin_inset space \textvisiblespace{}
2530 \end_inset
2531
2532 3
2533 \begin_inset Formula $\downarrow$
2534 \end_inset
2535
2536 A-B
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2542 \begin_inset Text
2543
2544 \begin_layout Plain Layout
2545 \begin_inset Formula $\sqrt[3]{A-B}$
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 </row>
2554 </lyxtabular>
2555
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Standard
2562 A square root can also be created with 
2563 \series bold
2564
2565 \backslash
2566 root
2567 \series default
2568  when the root index field is left empty.
2569 \end_layout
2570
2571 \begin_layout Standard
2572 With certain indices the distance to the root is too small, like in this
2573  formula: 
2574 \begin_inset Formula $\sqrt[\beta]{B}$
2575 \end_inset
2576
2577
2578 \begin_inset Newline newline
2579 \end_inset
2580
2581 The 
2582 \begin_inset Formula $\beta$
2583 \end_inset
2584
2585  touches the root.
2586  To avoid this, the commands 
2587 \series bold
2588
2589 \backslash
2590 leftroot
2591 \series default
2592
2593 \begin_inset Index idx
2594 status collapsed
2595
2596 \begin_layout Plain Layout
2597 Commands ! L ! 
2598 \backslash
2599 leftroot
2600 \end_layout
2601
2602 \end_inset
2603
2604  and 
2605 \series bold
2606
2607 \backslash
2608 uproot
2609 \series default
2610
2611 \begin_inset Index idx
2612 status collapsed
2613
2614 \begin_layout Plain Layout
2615 Commands ! U ! 
2616 \backslash
2617 uproot
2618 \end_layout
2619
2620 \end_inset
2621
2622  are used with the following scheme:
2623 \end_layout
2624
2625 \begin_layout Standard
2626
2627 \series bold
2628
2629 \backslash
2630 leftroot{distance}
2631 \series default
2632  and 
2633 \series bold
2634
2635 \backslash
2636 uproot{distance}
2637 \end_layout
2638
2639 \begin_layout Standard
2640 Distance is the number of Big Points (unit bp; 
2641 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2642 \end_inset
2643
2644 ), that the index should be moved to the left or up, resp..
2645  The commands are written to the index.
2646  This way the command
2647 \begin_inset Newline newline
2648 \end_inset
2649
2650
2651 \series bold
2652
2653 \backslash
2654 root
2655 \backslash
2656 leftroot{-1
2657 \begin_inset Formula $\to$
2658 \end_inset
2659
2660
2661 \backslash
2662 uproot{2
2663 \begin_inset Formula $\to$
2664 \end_inset
2665
2666
2667 \backslash
2668 beta
2669 \begin_inset space \textvisiblespace{}
2670 \end_inset
2671
2672
2673 \begin_inset Formula $\to$
2674 \end_inset
2675
2676 B
2677 \begin_inset Newline newline
2678 \end_inset
2679
2680
2681 \series default
2682 produces a correct typeset formula: 
2683 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \begin_layout Subsection
2690 Binomial Coefficients
2691 \begin_inset Index idx
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 Binomial coefficients
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \end_layout
2702
2703 \begin_layout Standard
2704 Binomial coefficients are inserted with the command 
2705 \series bold
2706
2707 \backslash
2708 binom
2709 \series default
2710
2711 \begin_inset Index idx
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Commands ! B ! 
2716 \backslash
2717 binom
2718 \end_layout
2719
2720 \end_inset
2721
2722  or with the submenu of the math toolbar button 
2723 \begin_inset Info
2724 type  "icon"
2725 arg   "math-insert \\frac-square"
2726 \end_inset
2727
2728 .
2729  As with fractions (
2730 \series bold
2731
2732 \backslash
2733 frac
2734 \series default
2735 ) in addition to 
2736 \series bold
2737
2738 \backslash
2739 binom
2740 \series default
2741  there are the commands 
2742 \series bold
2743
2744 \backslash
2745 dbinom
2746 \series default
2747
2748 \begin_inset Index idx
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 Commands ! D ! 
2753 \backslash
2754 dbinom
2755 \end_layout
2756
2757 \end_inset
2758
2759  and 
2760 \series bold
2761
2762 \backslash
2763 tbinom
2764 \series default
2765
2766 \begin_inset Index idx
2767 status collapsed
2768
2769 \begin_layout Plain Layout
2770 Commands ! T ! 
2771 \backslash
2772 tbinom
2773 \end_layout
2774
2775 \end_inset
2776
2777 .
2778  For other brackets around binomial coefficients there are the commands
2779  
2780 \series bold
2781
2782 \backslash
2783 brace
2784 \series default
2785
2786 \begin_inset Index idx
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790 Commands ! B ! 
2791 \backslash
2792 brace
2793 \end_layout
2794
2795 \end_inset
2796
2797  and 
2798 \series bold
2799
2800 \backslash
2801 brack
2802 \series default
2803
2804 \begin_inset Index idx
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808 Commands ! B ! 
2809 \backslash
2810 brack
2811 \end_layout
2812
2813 \end_inset
2814
2815 .
2816 \end_layout
2817
2818 \begin_layout Standard
2819 \align center
2820 \begin_inset Tabular
2821 <lyxtabular version="3" rows="6" columns="2">
2822 <features booktabs="true" tabularvalignment="middle">
2823 <column alignment="center" valignment="top" width="0pt">
2824 <column alignment="center" valignment="top" width="0pt">
2825 <row>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830 Command
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 Result
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 </row>
2845 <row topspace="1mm">
2846 <cell alignment="center" valignment="top" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \backslash
2852 binom
2853 \begin_inset space \textvisiblespace{}
2854 \end_inset
2855
2856 A
2857 \begin_inset Formula $\downarrow$
2858 \end_inset
2859
2860 B
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869 \begin_inset Formula $\binom{A}{B}$
2870 \end_inset
2871
2872
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 </row>
2878 <row topspace="2mm">
2879 <cell alignment="center" valignment="top" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \backslash
2885 dbinom
2886 \begin_inset space \textvisiblespace{}
2887 \end_inset
2888
2889 A
2890 \begin_inset Formula $\downarrow$
2891 \end_inset
2892
2893 B
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 <cell alignment="center" valignment="top" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902 \begin_inset Formula $\dbinom{A}{B}$
2903 \end_inset
2904
2905
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 </row>
2911 <row topspace="2mm" bottomspace="0.5mm">
2912 <cell alignment="center" valignment="top" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916
2917 \backslash
2918 tbinom
2919 \begin_inset space \textvisiblespace{}
2920 \end_inset
2921
2922 A
2923 \begin_inset Formula $\downarrow$
2924 \end_inset
2925
2926 B
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 \begin_inset Formula $\tbinom{A}{B}$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row topspace="1mm">
2945 <cell alignment="center" valignment="top" topline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \backslash
2951 brack
2952 \begin_inset space \textvisiblespace{}
2953 \end_inset
2954
2955 A
2956 \begin_inset Formula $\downarrow$
2957 \end_inset
2958
2959 B
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968 \begin_inset Formula ${A \brack B}$
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 </row>
2977 <row topspace="2mm" bottomspace="0.5mm">
2978 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \backslash
2984 brace
2985 \begin_inset space \textvisiblespace{}
2986 \end_inset
2987
2988 A
2989 \begin_inset Formula $\downarrow$
2990 \end_inset
2991
2992 B
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 \begin_inset Formula ${A \brace B}$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 </lyxtabular>
3011
3012 \end_inset
3013
3014
3015 \end_layout
3016
3017 \begin_layout Subsection
3018 Case Differentiations
3019 \begin_inset Index idx
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023 Case differentiations 
3024 \end_layout
3025
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \begin_layout Standard
3032 \align center
3033 \begin_inset Tabular
3034 <lyxtabular version="3" rows="3" columns="2">
3035 <features booktabs="true" tabularvalignment="middle">
3036 <column alignment="center" valignment="top" width="0pt">
3037 <column alignment="center" valignment="top" width="0pt">
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 Command
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052 Result
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row>
3059 <cell alignment="center" valignment="top" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \backslash
3065 cases
3066 \begin_inset space \textvisiblespace{}
3067 \end_inset
3068
3069 A
3070 \begin_inset Formula $\to$
3071 \end_inset
3072
3073 B>0
3074 \begin_inset Index idx
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 Commands ! C ! 
3079 \backslash
3080 cases
3081 \end_layout
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 \begin_inset Formula $\begin{cases}
3095 A & B>0\end{cases}$
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row topspace="1.5mm">
3105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \backslash
3111 cases
3112 \begin_inset space \textvisiblespace{}
3113 \end_inset
3114
3115
3116 \begin_inset Info
3117 type  "shortcut"
3118 arg   "newline-insert newline"
3119 \end_inset
3120
3121
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 \begin_inset Formula $\begin{cases}
3131 A & \textrm{for }x>0\\
3132 B & \textrm{for }x=0
3133 \end{cases}$
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 </lyxtabular>
3143
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Standard
3150 After inserting 
3151 \series bold
3152
3153 \backslash
3154 cases
3155 \series default
3156  or pressing the math toolbar button 
3157 \begin_inset Info
3158 type  "icon"
3159 arg   "math-insert \\cases"
3160 \end_inset
3161
3162  you can create new lines with the shortcut 
3163 \begin_inset Info
3164 type  "shortcut"
3165 arg   "newline-insert newline"
3166 \end_inset
3167
3168  or the table toolbar button 
3169 \begin_inset Info
3170 type  "icon"
3171 arg   "tabular-feature append-row"
3172 \end_inset
3173
3174 .
3175 \end_layout
3176
3177 \begin_layout Standard
3178 The command 
3179 \series bold
3180
3181 \backslash
3182 cases
3183 \series default
3184  is also available via the menu 
3185 \family sans
3186 Insert\SpecialChar menuseparator
3187 Math\SpecialChar menuseparator
3188 Cases-Environment
3189 \family default
3190 .
3191 \end_layout
3192
3193 \begin_layout Subsection
3194 Negations
3195 \begin_inset Index idx
3196 status collapsed
3197
3198 \begin_layout Plain Layout
3199 Negations
3200 \end_layout
3201
3202 \end_inset
3203
3204
3205 \end_layout
3206
3207 \begin_layout Standard
3208 By inserting 
3209 \series bold
3210
3211 \backslash
3212 not
3213 \series default
3214
3215 \begin_inset Index idx
3216 status collapsed
3217
3218 \begin_layout Plain Layout
3219 Commands ! N ! 
3220 \backslash
3221 not
3222 \end_layout
3223
3224 \end_inset
3225
3226  every character can be displayed canceled.
3227  The characters are quasi accentuated by a slash.
3228 \end_layout
3229
3230 \begin_layout Standard
3231 \align center
3232 \begin_inset Tabular
3233 <lyxtabular version="3" rows="4" columns="2">
3234 <features booktabs="true" tabularvalignment="middle">
3235 <column alignment="center" valignment="top" width="0pt">
3236 <column alignment="center" valignment="top" width="0pt">
3237 <row>
3238 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 Command
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 Result
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 </row>
3257 <row>
3258 <cell alignment="center" valignment="top" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \backslash
3264 not=
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 \begin_inset Formula $\not=$
3274 \end_inset
3275
3276
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 <row>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287
3288 \backslash
3289 not 
3290 \backslash
3291 le
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 \begin_inset Formula $\not\le$
3301 \end_inset
3302
3303
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 </row>
3309 <row>
3310 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \backslash
3316 not 
3317 \backslash
3318 parallel
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 \begin_inset Formula $\not\parallel$
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 </lyxtabular>
3337
3338 \end_inset
3339
3340
3341 \end_layout
3342
3343 \begin_layout Standard
3344 The last example shows that not all negations look good.
3345  Therefore there are special commands for some negations (see 
3346 \begin_inset CommandInset ref
3347 LatexCommand ref
3348 reference "subsec:Mathematical-Symbols"
3349
3350 \end_inset
3351
3352  and 
3353 \begin_inset CommandInset ref
3354 LatexCommand ref
3355 reference "sec:Relations"
3356
3357 \end_inset
3358
3359 ).
3360 \end_layout
3361
3362 \begin_layout Subsection
3363 Placeholders
3364 \begin_inset CommandInset label
3365 LatexCommand label
3366 name "subsec:Placeholders"
3367
3368 \end_inset
3369
3370
3371 \begin_inset Index idx
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375 Placeholders
3376 \end_layout
3377
3378 \end_inset
3379
3380
3381 \begin_inset Index idx
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385 Chemical characters ! Isotopes
3386 \end_layout
3387
3388 \end_inset
3389
3390
3391 \begin_inset Index idx
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395 Isotopes|see
3396 \begin_inset ERT
3397 status collapsed
3398
3399 \begin_layout Plain Layout
3400
3401 {
3402 \end_layout
3403
3404 \end_inset
3405
3406 Chemical characters
3407 \begin_inset ERT
3408 status collapsed
3409
3410 \begin_layout Plain Layout
3411
3412 }
3413 \end_layout
3414
3415 \end_inset
3416
3417
3418 \end_layout
3419
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \begin_layout Standard
3426 When displaying e.
3427 \begin_inset space \thinspace{}
3428 \end_inset
3429
3430 g.
3431 \begin_inset space \space{}
3432 \end_inset
3433
3434 isotopes
3435 \begin_inset Foot
3436 status collapsed
3437
3438 \begin_layout Plain Layout
3439 Typesetting isotopes and chemical symbols is described in 
3440 \begin_inset CommandInset ref
3441 LatexCommand ref
3442 reference "subsec:Chemical-Symbols-and"
3443
3444 \end_inset
3445
3446 .
3447 \end_layout
3448
3449 \end_inset
3450
3451  the following problem occurs:
3452 \end_layout
3453
3454 \begin_layout Standard
3455 \align center
3456 \begin_inset Tabular
3457 <lyxtabular version="3" rows="2" columns="2">
3458 <features booktabs="true" tabularvalignment="middle">
3459 <column alignment="center" valignment="top" width="0pt">
3460 <column alignment="center" valignment="top" width="0pt">
3461 <row>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 Indices created with sub- and superscripts:
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3476 \end_inset
3477
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row topspace="1.5mm">
3485 <cell alignment="center" valignment="top" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489 Correct indices:
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3499 \end_inset
3500
3501
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 </lyxtabular>
3508
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \begin_layout Standard
3515 The shorter index is placed by default below or above the first character
3516  of the longer index.
3517  This is corrected using the command 
3518 \series bold
3519
3520 \backslash
3521 phantom
3522 \series default
3523
3524 \begin_inset Index idx
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528 Commands ! P ! 
3529 \backslash
3530 phantom
3531 \end_layout
3532
3533 \end_inset
3534
3535  or the math toolbar button
3536 \begin_inset space \thinspace{}
3537 \end_inset
3538
3539
3540 \begin_inset Foot
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 Found in the submenu of the toolbar button 
3545 \begin_inset Info
3546 type  "icon"
3547 arg   "math-insert \\space"
3548 \end_inset
3549
3550
3551 \end_layout
3552
3553 \end_inset
3554
3555  
3556 \begin_inset Info
3557 type  "icon"
3558 arg   "math/phantom"
3559 \end_inset
3560
3561  to create one or more phantom characters.
3562  When inserting phantom characters a small blue box appears that is superposed
3563  with two red arrows.
3564  The arrows indicate the width and height of the box to be created as a
3565  placeholder.
3566  Phantom characters are placeholders with the same character size.
3567 \end_layout
3568
3569 \begin_layout Standard
3570 \align center
3571 \begin_inset Tabular
3572 <lyxtabular version="3" rows="4" columns="2">
3573 <features booktabs="true" tabularvalignment="middle">
3574 <column alignment="center" valignment="top" width="0pt">
3575 <column alignment="center" valignment="top" width="0pt">
3576 <row>
3577 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Command
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Result
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row topspace="1.5mm">
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 ^19
3602 \begin_inset space \textvisiblespace{}
3603 \end_inset
3604
3605 _
3606 \backslash
3607 phantom
3608 \begin_inset space \textvisiblespace{}
3609 \end_inset
3610
3611 1
3612 \begin_inset Formula $\to$
3613 \end_inset
3614
3615 9
3616 \begin_inset space \textvisiblespace{}
3617 \end_inset
3618
3619
3620 \change_inserted 5863208 1612176450
3621
3622 \backslash
3623 mathrm
3624 \begin_inset space \textvisiblespace{}
3625 \end_inset
3626
3627
3628 \change_unchanged
3629 F
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row topspace="1.5mm" bottomspace="0.5mm">
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 ^235
3653 \begin_inset space \textvisiblespace{}
3654 \end_inset
3655
3656 _
3657 \backslash
3658 phantom
3659 \begin_inset space \textvisiblespace{}
3660 \end_inset
3661
3662 23
3663 \begin_inset Formula $\to$
3664 \end_inset
3665
3666 9
3667 \begin_inset space \textvisiblespace{}
3668 \end_inset
3669
3670
3671 \change_inserted 5863208 1612707447
3672
3673 \backslash
3674 mathrm
3675 \begin_inset space \textvisiblespace{}
3676 \end_inset
3677
3678
3679 \change_unchanged
3680 F
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3690 \end_inset
3691
3692
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row topspace="1.5mm" bottomspace="0.5mm">
3699 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \backslash
3705 Lambda
3706 \change_inserted 5863208 1612707546
3707
3708 \begin_inset space \textvisiblespace{}
3709 \end_inset
3710
3711
3712 \change_unchanged
3713 ^
3714 \change_deleted 5863208 1612707563
3715
3716 \begin_inset space \textvisiblespace{}
3717 \end_inset
3718
3719
3720 \change_unchanged
3721
3722 \backslash
3723 phantom
3724 \begin_inset space \textvisiblespace{}
3725 \end_inset
3726
3727 ii
3728 \begin_inset Formula $\to$
3729 \end_inset
3730
3731 t
3732 \begin_inset space \textvisiblespace{}
3733 \end_inset
3734
3735 _MMt
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3745 \end_inset
3746
3747
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 </lyxtabular>
3754
3755 \end_inset
3756
3757
3758 \end_layout
3759
3760 \begin_layout Standard
3761 Furthermore there are the commands 
3762 \series bold
3763
3764 \backslash
3765 vphantom
3766 \series default
3767
3768 \begin_inset Index idx
3769 status collapsed
3770
3771 \begin_layout Plain Layout
3772 Commands ! V ! 
3773 \backslash
3774 vphantom
3775 \end_layout
3776
3777 \end_inset
3778
3779  (toolbar button 
3780 \begin_inset Info
3781 type  "icon"
3782 arg   "math/vphantom"
3783 \end_inset
3784
3785 ) and 
3786 \series bold
3787
3788 \backslash
3789 hphantom
3790 \series default
3791
3792 \begin_inset Index idx
3793 status collapsed
3794
3795 \begin_layout Plain Layout
3796 Commands ! H ! 
3797 \backslash
3798 hphantom
3799 \end_layout
3800
3801 \end_inset
3802
3803  (toolbar button 
3804 \begin_inset Info
3805 type  "icon"
3806 arg   "math/hphantom"
3807 \end_inset
3808
3809 ).
3810  
3811 \series bold
3812
3813 \backslash
3814 hphantom
3815 \series default
3816  creates only space for the maximal height of the characters in the box
3817  but not for its width.
3818  
3819 \series bold
3820
3821 \backslash
3822 vphantom
3823 \series default
3824  creates only space for the width of the box content.
3825  Therefore  the boxes of both commands have only one red arrow.
3826 \end_layout
3827
3828 \begin_layout Standard
3829 For example the command 
3830 \series bold
3831
3832 \backslash
3833 vphantom
3834 \begin_inset space \textvisiblespace{}
3835 \end_inset
3836
3837 a
3838 \backslash
3839 int
3840 \series default
3841  creates space for the height of the integral sign,
3842 \begin_inset Foot
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846 The command 
3847 \series bold
3848
3849 \backslash
3850 int
3851 \series default
3852  creates an integral sign, see 
3853 \begin_inset CommandInset ref
3854 LatexCommand ref
3855 reference "subsec:Big-Operators"
3856
3857 \end_inset
3858
3859 .
3860 \end_layout
3861
3862 \end_inset
3863
3864  because this is the larger character.
3865  An example application is in 
3866 \begin_inset CommandInset ref
3867 LatexCommand ref
3868 reference "subsec:Multiline-Brackets"
3869
3870 \end_inset
3871
3872 .
3873 \end_layout
3874
3875 \begin_layout Standard
3876 Placeholders can also be used for text when they are inserted via the menu
3877  
3878 \family sans
3879 Insert\SpecialChar menuseparator
3880 Formatting\SpecialChar menuseparator
3881 Phantom
3882 \family default
3883 :
3884 \end_layout
3885
3886 \begin_layout Standard
3887 This is a sentence.
3888 \begin_inset Newline newline
3889 \end_inset
3890
3891
3892 \begin_inset Phantom Phantom
3893 status open
3894
3895 \begin_layout Plain Layout
3896 This
3897 \end_layout
3898
3899 \end_inset
3900
3901  is a sentence.
3902 \end_layout
3903
3904 \begin_layout Subsection
3905 Lines
3906 \begin_inset Index idx
3907 status collapsed
3908
3909 \begin_layout Plain Layout
3910 Lines
3911 \end_layout
3912
3913 \end_inset
3914
3915
3916 \begin_inset Index idx
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Formula ! underlined
3921 \end_layout
3922
3923 \end_inset
3924
3925
3926 \end_layout
3927
3928 \begin_layout Standard
3929 \align center
3930 \begin_inset Tabular
3931 <lyxtabular version="3" rows="4" columns="2">
3932 <features booktabs="true" tabularvalignment="middle">
3933 <column alignment="center" valignment="top" width="0pt">
3934 <column alignment="center" valignment="top" width="0pt">
3935 <row>
3936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Command
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 Result
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row topspace="2mm">
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \backslash
3962 overline
3963 \begin_inset space \textvisiblespace{}
3964 \end_inset
3965
3966 A+B
3967 \begin_inset Index idx
3968 status collapsed
3969
3970 \begin_layout Plain Layout
3971 Commands ! O ! 
3972 \backslash
3973 overline
3974 \end_layout
3975
3976 \end_inset
3977
3978
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 \begin_inset Formula $\overline{A+B}$
3988 \end_inset
3989
3990
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row bottomspace="1mm">
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \backslash
4003 underline
4004 \begin_inset space \textvisiblespace{}
4005 \end_inset
4006
4007 A+B
4008 \begin_inset Index idx
4009 status collapsed
4010
4011 \begin_layout Plain Layout
4012 Commands ! U ! 
4013 \backslash
4014 underline
4015 \end_layout
4016
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 \begin_inset Formula $\underline{A+B}$
4029 \end_inset
4030
4031
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row topspace="2mm" bottomspace="1mm">
4038 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \backslash
4044 overline
4045 \begin_inset space \textvisiblespace{}
4046 \end_inset
4047
4048
4049 \backslash
4050 underline
4051 \begin_inset space \textvisiblespace{}
4052 \end_inset
4053
4054 A+B
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 \begin_inset Formula $\overline{\underline{A+B}}$
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 </lyxtabular>
4073
4074 \end_inset
4075
4076
4077 \end_layout
4078
4079 \begin_layout Standard
4080 In the last example it doesn't matter if 
4081 \series bold
4082
4083 \backslash
4084 overline
4085 \series default
4086  or 
4087 \series bold
4088
4089 \backslash
4090 underline
4091 \series default
4092  is inserted first.
4093 \end_layout
4094
4095 \begin_layout Standard
4096 To double underline use 
4097 \series bold
4098
4099 \backslash
4100 underline
4101 \series default
4102  twice
4103 \change_deleted 5863208 1612707977
4104  
4105 \change_inserted 5863208 1612707993
4106  (or as many times you want).
4107 \change_unchanged
4108
4109 \end_layout
4110
4111 \begin_layout Standard
4112
4113 \change_deleted 232239728 1610990247
4114 It is possible to place up to 6 lines above or below characters.
4115 \change_deleted 5863208 1612729848
4116
4117 \begin_inset Note Note
4118 status open
4119
4120 \begin_layout Plain Layout
4121
4122 \change_inserted 232239728 1610990434
4123 I put 30 over and under lines in my test so I don't know what the actual
4124  maximum is, but it's greater than 6.
4125 \end_layout
4126
4127 \end_inset
4128
4129
4130 \change_unchanged
4131
4132 \end_layout
4133
4134 \begin_layout Standard
4135 \begin_inset VSpace bigskip
4136 \end_inset
4137
4138 Custom lines can be created using the command 
4139 \series bold
4140
4141 \backslash
4142 rule
4143 \series default
4144
4145 \begin_inset Index idx
4146 status collapsed
4147
4148 \begin_layout Plain Layout
4149 Commands ! R ! 
4150 \backslash
4151 rule
4152 \end_layout
4153
4154 \end_inset
4155
4156  which has the following scheme:
4157 \end_layout
4158
4159 \begin_layout Standard
4160
4161 \series bold
4162
4163 \backslash
4164 rule[vertical offset]{length}{thickness}
4165 \end_layout
4166
4167 \begin_layout Standard
4168 The optional vertical offset shifts the line upwards (or downwards, when
4169  the value is negative).
4170  The units listed in 
4171 \begin_inset CommandInset ref
4172 LatexCommand ref
4173 reference "tab:Available-units"
4174
4175 \end_inset
4176
4177  can be used for the values.
4178  Here are two example lines created with the commands
4179 \begin_inset Newline newline
4180 \end_inset
4181
4182
4183 \series bold
4184
4185 \backslash
4186 rule[-2ex]{3cm}{2pt}
4187 \series default
4188  and 
4189 \series bold
4190
4191 \backslash
4192 rule{2cm}{1pt}
4193 \series default
4194 :
4195 \end_layout
4196
4197 \begin_layout Standard
4198 This is a sentence 
4199 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4200 \end_inset
4201
4202  with two lines.
4203 \end_layout
4204
4205 \begin_layout Standard
4206
4207 \series bold
4208
4209 \backslash
4210 rule
4211 \series default
4212  can also be used for text when a line is inserted via the menu 
4213 \family sans
4214 Insert\SpecialChar menuseparator
4215 Formatting\SpecialChar menuseparator
4216 Horizontal
4217 \begin_inset space ~
4218 \end_inset
4219
4220 Line
4221 \family default
4222 :
4223 \end_layout
4224
4225 \begin_layout Standard
4226 This is a sentence 
4227 \begin_inset CommandInset line
4228 LatexCommand rule
4229 offset "0.5ex"
4230 width "3cm"
4231 height "1pt"
4232
4233 \end_inset
4234
4235  with one line.
4236 \end_layout
4237
4238 \begin_layout Subsection
4239 Ellipses
4240 \begin_inset CommandInset label
4241 LatexCommand label
4242 name "subsec:Ellipses"
4243
4244 \end_inset
4245
4246
4247 \begin_inset Index idx
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Ellipses
4252 \end_layout
4253
4254 \end_inset
4255
4256
4257 \end_layout
4258
4259 \begin_layout Standard
4260 There are different types of ellipses available.
4261 \begin_inset Foot
4262 status collapsed
4263
4264 \begin_layout Plain Layout
4265 In the math toolbar in the submenu of the button 
4266 \begin_inset Info
4267 type  "icon"
4268 arg   "math-insert \\ldots"
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275
4276  For listings, dots at the baseline are used (
4277 \series bold
4278
4279 \backslash
4280 ldots
4281 \series default
4282
4283 \begin_inset Index idx
4284 status collapsed
4285
4286 \begin_layout Plain Layout
4287 Commands ! L ! 
4288 \backslash
4289 ldots
4290 \end_layout
4291
4292 \end_inset
4293
4294 ), while for operations, dots are needed that are on the same height as
4295  the operators (
4296 \series bold
4297
4298 \backslash
4299 cdots
4300 \series default
4301
4302 \begin_inset Index idx
4303 status collapsed
4304
4305 \begin_layout Plain Layout
4306 Commands ! C ! 
4307 \backslash
4308 cdots
4309 \end_layout
4310
4311 \end_inset
4312
4313 ).
4314  When using the command 
4315 \series bold
4316
4317 \backslash
4318 dots
4319 \series default
4320
4321 \begin_inset Index idx
4322 status collapsed
4323
4324 \begin_layout Plain Layout
4325 Commands ! D ! 
4326 \backslash
4327 dots
4328 \end_layout
4329
4330 \end_inset
4331
4332 , \SpecialChar LaTeX
4333  decides on the basis of the next character what type is used.
4334 \end_layout
4335
4336 \begin_layout Standard
4337 \align center
4338 \begin_inset Tabular
4339 <lyxtabular version="3" rows="9" columns="2">
4340 <features booktabs="true" tabularvalignment="middle">
4341 <column alignment="center" valignment="top" width="0pt">
4342 <column alignment="center" valignment="top" width="0pt">
4343 <row>
4344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 Command
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Result
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 </row>
4363 <row>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 A_1
4369 \begin_inset space \textvisiblespace{}
4370 \end_inset
4371
4372 ,
4373 \backslash
4374 dots
4375 \begin_inset space \textvisiblespace{}
4376 \end_inset
4377
4378 ,A_n
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 \begin_inset Formula $A_{1},\dots,A_{n}$
4388 \end_inset
4389
4390
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 A_1
4402 \begin_inset space \textvisiblespace{}
4403 \end_inset
4404
4405 +
4406 \backslash
4407 dots
4408 \begin_inset space \textvisiblespace{}
4409 \end_inset
4410
4411 +A_n
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 \begin_inset Formula $A_{1}+\dots+A_{n}$
4421 \end_inset
4422
4423
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 A_1
4435 \begin_inset space \textvisiblespace{}
4436 \end_inset
4437
4438 ,
4439 \backslash
4440 ldots
4441 \begin_inset space \textvisiblespace{}
4442 \end_inset
4443
4444 ,A_n
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 \begin_inset Formula $A_{1},\ldots,A_{n}$
4454 \end_inset
4455
4456
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 A_1
4468 \begin_inset space \textvisiblespace{}
4469 \end_inset
4470
4471 +
4472 \backslash
4473 cdots
4474 \begin_inset space \textvisiblespace{}
4475 \end_inset
4476
4477 +A_n
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4487 \end_inset
4488
4489
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="center" valignment="top" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \backslash
4502 vdots
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 \begin_inset Formula $\vdots$
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \backslash
4527 ddots
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 \begin_inset Formula $\ddots$
4537 \end_inset
4538
4539
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \backslash
4552 iddots
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 \begin_inset Formula $\iddots$
4562 \end_inset
4563
4564
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 3×3
4576 \begin_inset space \thinspace{}
4577 \end_inset
4578
4579 matrix with the different dots
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 \begin_inset Formula $\begin{array}{ccc}
4589 A_{11} & \cdots & A_{1m}\\
4590 \vdots & \ddots & \vdots\\
4591 A_{n1} & \cdots & A_{nm}
4592 \end{array}$
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 </lyxtabular>
4602
4603 \end_inset
4604
4605
4606 \end_layout
4607
4608 \begin_layout Standard
4609 The ellipses available in menu 
4610 \family sans
4611 Insert\SpecialChar menuseparator
4612 Special
4613 \begin_inset space ~
4614 \end_inset
4615
4616 Character
4617 \family default
4618  are 
4619 \series bold
4620
4621 \backslash
4622 ldots
4623 \series default
4624 .
4625 \end_layout
4626
4627 \begin_layout Standard
4628 \begin_inset VSpace medskip
4629 \end_inset
4630
4631 To use 
4632 \series bold
4633
4634 \backslash
4635 iddots
4636 \series default
4637 , the option 
4638 \family sans
4639 Use mathdots package (automatically)
4640 \family default
4641  must be set in the document settings under 
4642 \family sans
4643 Math
4644 \begin_inset space ~
4645 \end_inset
4646
4647 Options
4648 \family default
4649 .
4650 \begin_inset Newline newline
4651 \end_inset
4652
4653 Using the option 
4654 \family sans
4655 Use mathdots package
4656 \family default
4657  will improve the appearance of all dots in the documents if their font
4658  style or size is not the default.
4659 \end_layout
4660
4661 \begin_layout Standard
4662 \begin_inset VSpace medskip
4663 \end_inset
4664
4665 Specially for matrices there are ellipses that span over several columns.
4666  They are created with the command 
4667 \series bold
4668
4669 \backslash
4670 hdotsfor
4671 \series default
4672
4673 \begin_inset Index idx
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677 Commands ! H ! 
4678 \backslash
4679 hdotsfor
4680 \end_layout
4681
4682 \end_inset
4683
4684  and have the following scheme
4685 \change_inserted 5863208 1612709418
4686  (
4687 \family sans
4688 mathtools
4689 \family default
4690  must be loaded 
4691 \family sans
4692 always
4693 \family default
4694  under 
4695 \family sans
4696 Math
4697 \begin_inset space ~
4698 \end_inset
4699
4700 Options
4701 \family default
4702  for this to work)
4703 \change_unchanged
4704 :
4705 \end_layout
4706
4707 \begin_layout Standard
4708
4709 \series bold
4710
4711 \backslash
4712 hdotsfor[distance]{number of columns}
4713 \end_layout
4714
4715 \begin_layout Standard
4716 The number of columns specifies how many columns should be spanned.
4717  Distance is a factor for the distance between the dots.
4718 \end_layout
4719
4720 \begin_layout Standard
4721 In the following matrix the command 
4722 \series bold
4723
4724 \backslash
4725 hdotsfor[2]{4}
4726 \series default
4727  was inserted in the first box of the second line to get an ellipsis with
4728  a dot distance twice as long as with the command 
4729 \series bold
4730
4731 \backslash
4732 dots
4733 \series default
4734 :
4735 \begin_inset Formula 
4736 \[
4737 \left(\begin{array}{cccc}
4738 A & B & C & D\\
4739 \hdotsfor[2]{4}\\
4740 q & w & e & r
4741 \end{array}\right)
4742 \]
4743
4744 \end_inset
4745
4746 Note that the matrix fields that should be spanned must be empty, otherwise
4747  you get \SpecialChar LaTeX
4748 -errors.
4749 \end_layout
4750
4751 \begin_layout Standard
4752 \begin_inset VSpace bigskip
4753 \end_inset
4754
4755 Furthermore you can fill with the command 
4756 \series bold
4757
4758 \backslash
4759 dotfill
4760 \series default
4761
4762 \begin_inset Index idx
4763 status open
4764
4765 \begin_layout Plain Layout
4766 Commands ! D ! 
4767 \backslash
4768 dotfill
4769 \end_layout
4770
4771 \end_inset
4772
4773  the rest of a line with dots.
4774  The effect of these commands is the same as with 
4775 \series bold
4776
4777 \backslash
4778 hfill
4779 \series default
4780 , see 
4781 \begin_inset CommandInset ref
4782 LatexCommand ref
4783 reference "subsec:Variable-Space"
4784
4785 \end_inset
4786
4787 .
4788 \end_layout
4789
4790 \begin_layout Standard
4791 For example the command 
4792 \series bold
4793 A
4794 \backslash
4795 dotfill
4796 \begin_inset space \textvisiblespace{}
4797 \end_inset
4798
4799 B
4800 \series default
4801  produces
4802 \end_layout
4803
4804 \begin_layout Standard
4805 \begin_inset Formula $A\dotfill B$
4806 \end_inset
4807
4808
4809 \end_layout
4810
4811 \begin_layout Standard
4812 Similar to
4813 \series bold
4814  
4815 \backslash
4816 dotfill
4817 \series default
4818  there is for a line the command 
4819 \series bold
4820
4821 \backslash
4822 hrulefill
4823 \series default
4824
4825 \begin_inset Index idx
4826 status collapsed
4827
4828 \begin_layout Plain Layout
4829 Commands ! H ! 
4830 \backslash
4831 hrulefill
4832 \end_layout
4833
4834 \end_inset
4835
4836 :
4837 \end_layout
4838
4839 \begin_layout Standard
4840 \begin_inset Formula $A\hrulefill B$
4841 \end_inset
4842
4843
4844 \end_layout
4845
4846 \begin_layout Standard
4847 To use the commands for text, they have to be inserted in \SpecialChar TeX
4848  mode.
4849 \end_layout
4850
4851 \begin_layout Section
4852 Matrices
4853 \begin_inset CommandInset label
4854 LatexCommand label
4855 name "sec:Matrices"
4856
4857 \end_inset
4858
4859
4860 \begin_inset Index idx
4861 status collapsed
4862
4863 \begin_layout Plain Layout
4864 Matrices
4865 \end_layout
4866
4867 \end_inset
4868
4869
4870 \end_layout
4871
4872 \begin_layout Standard
4873 Matrices can be inserted via the math toolbar button 
4874 \begin_inset Info
4875 type  "icon"
4876 arg   "dialog-show mathmatrix"
4877 \end_inset
4878
4879  or the menu 
4880 \family sans
4881 Insert\SpecialChar menuseparator
4882 Math\SpecialChar menuseparator
4883 Matrix
4884 \family default
4885 .
4886  In the matrix dialog you can specify the number of columns and rows, the
4887  alignment and the decoration.
4888  The vertical alignment is only of importance for matrices in inline formulas:
4889 \end_layout
4890
4891 \begin_layout Standard
4892 The first matrix is top 
4893 \begin_inset Formula $\begin{array}[t]{cccc}
4894 A & D & G & J\\
4895 B & E & H & K\\
4896 C & F & I & L
4897 \end{array}$
4898 \end_inset
4899
4900 , the second middle 
4901 \begin_inset Formula $\begin{array}{cccc}
4902 A & D & G & J\\
4903 B & E & H & K\\
4904 C & F & I & L
4905 \end{array}$
4906 \end_inset
4907
4908  and the third bottom 
4909 \begin_inset Formula $\begin{array}[b]{cccc}
4910 A & D & G & J\\
4911 B & E & H & K\\
4912 C & F & I & L
4913 \end{array}$
4914 \end_inset
4915
4916  aligned.
4917 \end_layout
4918
4919 \begin_layout Standard
4920 The horizontal alignment specifies how the column entries should be aligned.
4921  It is set by entering a letter for every column.
4922  
4923 \emph on
4924 l
4925 \emph default
4926  denotes left aligned, 
4927 \emph on
4928 c
4929 \emph default
4930  centered and 
4931 \emph on
4932 r
4933 \emph default
4934  right aligned.
4935  To create for example a 4
4936 \series bold
4937 ×
4938 \series default
4939 4
4940 \begin_inset space ~
4941 \end_inset
4942
4943 matrix where the first column is left aligned, the second and third are
4944  centered and the last one is right aligned, one enters for the horizontal
4945  alignment 
4946 \series bold
4947 lccr
4948 \series default
4949 .
4950  Normally in a matrix all columns are centered, therefore the default for
4951  every column is a 
4952 \series bold
4953 c
4954 \series default
4955 .
4956 \end_layout
4957
4958 \begin_layout Standard
4959 Horizontal alignment:
4960 \end_layout
4961
4962 \begin_layout Standard
4963
4964 \series bold
4965 lll
4966 \series default
4967  : 
4968 \begin_inset Formula $\begin{array}{lll}
4969 10000 & D & G\\
4970 B & 10000 & H\\
4971 C & F & 10000
4972 \end{array}$
4973 \end_inset
4974
4975  , 
4976 \series bold
4977 ccc
4978 \series default
4979  : 
4980 \begin_inset Formula $\begin{array}{ccc}
4981 10000 & D & G\\
4982 B & 10000 & H\\
4983 C & F & 10000
4984 \end{array}$
4985 \end_inset
4986
4987  , 
4988 \series bold
4989 rrr
4990 \series default
4991  : 
4992 \begin_inset Formula $\begin{array}{rrr}
4993 10000 & D & G\\
4994 B & 10000 & H\\
4995 C & F & 10000
4996 \end{array}$
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \begin_layout Standard
5003 To subsequently add or delete rows and columns, the math toolbar buttons
5004  
5005 \begin_inset Info
5006 type  "icon"
5007 arg   "tabular-feature append-row"
5008 \end_inset
5009
5010
5011 \begin_inset Info
5012 type  "icon"
5013 arg   "tabular-feature delete-row"
5014 \end_inset
5015
5016 , etc.
5017 \begin_inset space \thinspace{}
5018 \end_inset
5019
5020 , or the menu 
5021 \family sans
5022 Edit\SpecialChar menuseparator
5023 Rows & Columns
5024 \family default
5025  can be used.
5026  New rows can also be created with 
5027 \begin_inset Info
5028 type  "shortcut"
5029 arg   "newline-insert newline"
5030 \end_inset
5031
5032 .
5033 \end_layout
5034
5035 \begin_layout Standard
5036 \begin_inset VSpace bigskip
5037 \end_inset
5038
5039
5040 \change_deleted 47243155 1563226130
5041 The 
5042 \change_deleted -563046850 1563190969
5043
5044 \family sans
5045 Decoration
5046 \change_inserted -563046850 1563190971
5047 Appearance
5048 \change_unchanged
5049
5050 \family default
5051  
5052 \change_deleted -563046850 1563192602
5053 adds
5054 \change_inserted -563046850 1563192607
5055 can be used to add
5056 \change_unchanged
5057  parentheses in the selected style around the matrix
5058 \change_inserted -563046850 1563192780
5059  or to select the 
5060 \family sans
5061 small
5062 \family default
5063  style, suitable for an inline matrix like this one 
5064 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
5065 \mathrm{i} & 0
5066 \end{smallmatrix}\bigr)$
5067 \end_inset
5068
5069
5070 \change_unchanged
5071 .
5072
5073 \change_inserted -563046850 1563192943
5074  Here the parentheses have been added manually using commands 
5075 \series bold
5076
5077 \backslash
5078 bigl(
5079 \series default
5080  and 
5081 \series bold
5082
5083 \backslash
5084 bigr).
5085 \end_layout
5086
5087 \begin_layout Standard
5088
5089 \change_deleted -563046850 1563192735
5090  
5091 \change_unchanged
5092 Alternatively, parentheses can 
5093 \change_deleted -563046850 1563192971
5094 either 
5095 \change_unchanged
5096 be created with the commands 
5097 \series bold
5098
5099 \backslash
5100 left
5101 \series default
5102
5103 \begin_inset Index idx
5104 status collapsed
5105
5106 \begin_layout Plain Layout
5107 Commands ! L ! 
5108 \backslash
5109 left
5110 \end_layout
5111
5112 \end_inset
5113
5114  and 
5115 \series bold
5116
5117 \backslash
5118 right
5119 \series default
5120
5121 \begin_inset Index idx
5122 status collapsed
5123
5124 \begin_layout Plain Layout
5125 Commands ! R ! 
5126 \backslash
5127 right
5128 \end_layout
5129
5130 \end_inset
5131
5132  (shortcut 
5133 \family sans
5134 Alt+M
5135 \begin_inset space ~
5136 \end_inset
5137
5138 Parenthesis
5139 \family default
5140 ), see 
5141 \begin_inset CommandInset ref
5142 LatexCommand ref
5143 reference "subsec:Automatic-Bracket-Size"
5144
5145 \end_inset
5146
5147 , or by using the following commands:
5148 \begin_inset VSpace medskip
5149 \end_inset
5150
5151
5152 \end_layout
5153
5154 \begin_layout Standard
5155 \begin_inset space \hfill{}
5156 \end_inset
5157
5158
5159 \begin_inset Tabular
5160 <lyxtabular version="3" rows="4" columns="2">
5161 <features booktabs="true" tabularvalignment="middle">
5162 <column alignment="center" valignment="top" width="0pt">
5163 <column alignment="center" valignment="top">
5164 <row>
5165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Command
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 Result
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row topspace="1.5mm">
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \backslash
5191 bmatrix
5192 \begin_inset space \textvisiblespace{}
5193 \end_inset
5194
5195 2
5196 \series bold
5197 ×
5198 \series default
5199 2
5200 \begin_inset space \thinspace{}
5201 \end_inset
5202
5203 matrix
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
5213 0 & \textrm{-}\mathrm{i}\\
5214 \mathrm{i} & 0
5215 \end{array}\end{bmatrix}$
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 <row topspace="1.5mm" bottomspace="0.5mm">
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \backslash
5231 Bmatrix
5232 \begin_inset space \textvisiblespace{}
5233 \end_inset
5234
5235 2
5236 \series bold
5237 ×
5238 \series default
5239 2
5240 \begin_inset space \thinspace{}
5241 \end_inset
5242
5243 matrix
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5253 0 & \textrm{-}\mathrm{i}\\
5254 \mathrm{i} & 0
5255 \end{array}\end{Bmatrix}$
5256 \end_inset
5257
5258
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 </row>
5264 <row>
5265 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \backslash
5271 pmatrix
5272 \begin_inset space \textvisiblespace{}
5273 \end_inset
5274
5275 2
5276 \series bold
5277 ×
5278 \series default
5279 2
5280 \begin_inset space \thinspace{}
5281 \end_inset
5282
5283 matrix
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5293 0 & \textrm{-}\mathrm{i}\\
5294 \mathrm{i} & 0
5295 \end{array}\end{pmatrix}$
5296 \end_inset
5297
5298
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 </lyxtabular>
5305
5306 \end_inset
5307
5308
5309 \begin_inset space \hfill{}
5310 \end_inset
5311
5312
5313 \begin_inset Tabular
5314 <lyxtabular version="3" rows="4" columns="2">
5315 <features booktabs="true" tabularvalignment="middle">
5316 <column alignment="center" valignment="top" width="0pt">
5317 <column alignment="center" valignment="top">
5318 <row>
5319 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 Command
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Result
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 </row>
5338 <row topspace="1.5mm">
5339 <cell alignment="center" valignment="top" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \backslash
5345 vmatrix
5346 \begin_inset space \textvisiblespace{}
5347 \end_inset
5348
5349 2
5350 \series bold
5351 ×
5352 \series default
5353 2
5354 \begin_inset space \thinspace{}
5355 \end_inset
5356
5357 matrix
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5367 0 & \textrm{-}\mathrm{i}\\
5368 \mathrm{i} & 0
5369 \end{array}\end{vmatrix}$
5370 \end_inset
5371
5372
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 <row topspace="1.5mm" bottomspace="0.5mm">
5379 <cell alignment="center" valignment="top" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383
5384 \backslash
5385 Vmatrix
5386 \begin_inset space \textvisiblespace{}
5387 \end_inset
5388
5389 2
5390 \series bold
5391 ×
5392 \series default
5393 2
5394 \begin_inset space \thinspace{}
5395 \end_inset
5396
5397 matrix
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5407 0 & \textrm{-}\mathrm{i}\\
5408 \mathrm{i} & 0
5409 \end{array}\end{Vmatrix}$
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \backslash
5425 matrix
5426 \begin_inset space \textvisiblespace{}
5427 \end_inset
5428
5429 2
5430 \series bold
5431 ×
5432 \series default
5433 2
5434 \begin_inset space \thinspace{}
5435 \end_inset
5436
5437 matrix
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5447 0 & \textrm{-}\mathrm{i}\\
5448 \mathrm{i} & 0
5449 \end{array}\end{matrix}$
5450 \end_inset
5451
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 </lyxtabular>
5459
5460 \end_inset
5461
5462
5463 \begin_inset space \hfill{}
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \begin_layout Standard
5470 \begin_inset VSpace medskip
5471 \end_inset
5472
5473 When e.
5474 \begin_inset space \thinspace{}
5475 \end_inset
5476
5477 g.
5478 \begin_inset space \space{}
5479 \end_inset
5480
5481
5482 \series bold
5483
5484 \backslash
5485 vmatrix
5486 \series default
5487  is inserted, a blue box appears between two vertical lines where the matrix
5488  is inserted.
5489 \begin_inset Newline newline
5490 \end_inset
5491
5492 Note that decorated matrices ignore the vertical alignment.
5493 \end_layout
5494
5495 \begin_layout Standard
5496 \begin_inset VSpace bigskip
5497 \end_inset
5498
5499 As all multiline formulas are matrices, the length 
5500 \series bold
5501
5502 \backslash
5503 arraycolsep
5504 \series default
5505
5506 \begin_inset Index idx
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Commands ! A ! 
5511 \backslash
5512 arraycolsep
5513 \end_layout
5514
5515 \end_inset
5516
5517  that is described in 
5518 \begin_inset CommandInset ref
5519 LatexCommand ref
5520 reference "subsec:Column-Separation"
5521
5522 \end_inset
5523
5524  can also be used to change the column separation of matrices.
5525 \end_layout
5526
5527 \begin_layout Standard
5528 To change the row separation, the command 
5529 \series bold
5530
5531 \backslash
5532 arraystretch
5533 \series default
5534
5535 \begin_inset Index idx
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 Commands ! A ! 
5540 \backslash
5541 arraystretch
5542 \end_layout
5543
5544 \end_inset
5545
5546  is used as follows:
5547 \end_layout
5548
5549 \begin_layout Standard
5550
5551 \series bold
5552
5553 \backslash
5554 renewcommand{
5555 \backslash
5556 arraystretch}{stretch factor}
5557 \begin_inset Index idx
5558 status collapsed
5559
5560 \begin_layout Plain Layout
5561 Commands ! R ! 
5562 \backslash
5563 renewcommand
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 The command 
5573 \series bold
5574
5575 \backslash
5576 renewcommand
5577 \series default
5578  assigns the stretch factor to the predefined command 
5579 \series bold
5580
5581 \backslash
5582 arraystretch
5583 \series default
5584 .
5585  For example to double the row separation, use a stretch factor of 2.
5586  This is then used for all following matrices.
5587  To restore the original separation, assign a stretch factor of 1 to 
5588 \series bold
5589
5590 \backslash
5591 arraystretch
5592 \series default
5593 .
5594 \end_layout
5595
5596 \begin_layout Standard
5597
5598 \change_inserted 47243155 1563226178
5599 Small inline matrices can also be obtained using 
5600 \change_deleted 47243155 1563226182
5601 To set matrices into a text line,
5602 \change_unchanged
5603  the command 
5604 \series bold
5605
5606 \backslash
5607 smallmatrix
5608 \series default
5609
5610 \begin_inset Index idx
5611 status collapsed
5612
5613 \begin_layout Plain Layout
5614 Commands ! S ! 
5615 \backslash
5616 smallmatrix
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \change_deleted 47243155 1563226186
5623  is used
5624 \change_unchanged
5625 .
5626  When it is inserted in a line a blue box with two dashed lines appears.
5627  Adjust the matrix rows and columns as desired.
5628 \end_layout
5629
5630 \begin_layout Standard
5631 This is a matrix 
5632 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5633 C & D
5634 \end{smallmatrix}\right)$
5635 \end_inset
5636
5637  in a text line
5638 \change_inserted 47243155 1563226243
5639  with automatic delimiters around it
5640 \change_unchanged
5641 .
5642 \end_layout
5643
5644 \begin_layout Section
5645 Brackets and Delimiters
5646 \begin_inset Index idx
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650 Brackets
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \begin_inset Index idx
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 Delimiters
5661 \end_layout
5662
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \begin_layout Subsection
5669 Vertical Brackets and Delimiters
5670 \begin_inset Index idx
5671 status collapsed
5672
5673 \begin_layout Plain Layout
5674 Brackets ! vertical
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \end_layout
5681
5682 \begin_layout Standard
5683 \begin_inset space \hfill{}
5684 \end_inset
5685
5686
5687 \begin_inset Tabular
5688 <lyxtabular version="3" rows="9" columns="2">
5689 <features booktabs="true" tabularvalignment="middle">
5690 <column alignment="center" valignment="top" width="0pt">
5691 <column alignment="center" valignment="top" width="0pt">
5692 <row>
5693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 Command
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 Result
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 (
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 \begin_inset Formula $($
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="center" valignment="top" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 {
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 \begin_inset Formula $\{$
5750 \end_inset
5751
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row>
5759 <cell alignment="center" valignment="top" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 [
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 \begin_inset Formula $[$
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786
5787 \backslash
5788 langle
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $\langle$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \backslash
5813 lceil
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 \begin_inset Formula $\lceil$
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836
5837 \backslash
5838 lfloor
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 \begin_inset Formula $\lfloor$
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 /
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 \begin_inset Formula $/$
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 </row>
5879 <row>
5880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 |
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $|$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 </lyxtabular>
5903
5904 \end_inset
5905
5906
5907 \begin_inset space \hfill{}
5908 \end_inset
5909
5910
5911 \begin_inset Tabular
5912 <lyxtabular version="3" rows="9" columns="2">
5913 <features booktabs="true" tabularvalignment="middle">
5914 <column alignment="center" valignment="top" width="0pt">
5915 <column alignment="center" valignment="top" width="0pt">
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 Command
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 Result
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 )
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 \begin_inset Formula $)$
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 }
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 \begin_inset Formula $\}$
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 ]
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 \begin_inset Formula $]$
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 </row>
6005 <row>
6006 <cell alignment="center" valignment="top" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010
6011 \backslash
6012 rangle
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 \begin_inset Formula $\rangle$
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 <row>
6031 <cell alignment="center" valignment="top" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035
6036 \backslash
6037 rceil
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 \begin_inset Formula $\rceil$
6047 \end_inset
6048
6049
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 </row>
6055 <row>
6056 <cell alignment="center" valignment="top" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060
6061 \backslash
6062 rfloor
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 \begin_inset Formula $\rfloor$
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085
6086 \backslash
6087
6088 \backslash
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $\backslash$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \backslash
6114 |
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 \begin_inset Formula $\|$
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 </lyxtabular>
6133
6134 \end_inset
6135
6136
6137 \begin_inset space \hfill{}
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \begin_layout Standard
6144
6145 \series medium
6146 \begin_inset Note Greyedout
6147 status open
6148
6149 \begin_layout Plain Layout
6150
6151 \series bold
6152 Note:
6153 \series default
6154  In \SpecialChar TeX
6155  mode the command 
6156 \series bold
6157
6158 \backslash
6159 textbackslash
6160 \series default
6161
6162 \begin_inset Index idx
6163 status collapsed
6164
6165 \begin_layout Plain Layout
6166 Commands ! T ! 
6167 \backslash
6168 textbackslash
6169 \end_layout
6170
6171 \end_inset
6172
6173  must be used for the backslash, because the command 
6174 \series bold
6175
6176 \backslash
6177
6178 \backslash
6179
6180 \series default
6181  produces a line break there.
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \begin_layout Standard
6190 For all characters listed above the size can be adjusted with the commands
6191  described in the following two subsections.
6192  When using these commands, the characters < and > can directly be used
6193  instead of the commands 
6194 \series bold
6195
6196 \backslash
6197 langle
6198 \series default
6199  and 
6200 \series bold
6201
6202 \backslash
6203 rangle
6204 \series default
6205 .
6206 \end_layout
6207
6208 \begin_layout Subsubsection
6209 Manual Bracket Size
6210 \begin_inset CommandInset label
6211 LatexCommand label
6212 name "subsec:Manual-Bracket-Size"
6213
6214 \end_inset
6215
6216
6217 \begin_inset Index idx
6218 status collapsed
6219
6220 \begin_layout Plain Layout
6221 Bracket size ! manual
6222 \end_layout
6223
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \begin_layout Standard
6230 The bracket size can be specified manually by the \SpecialChar LaTeX
6231 -commands 
6232 \series bold
6233
6234 \backslash
6235 big
6236 \series default
6237
6238 \begin_inset Index idx
6239 status collapsed
6240
6241 \begin_layout Plain Layout
6242 Commands ! B ! 
6243 \backslash
6244 big
6245 \end_layout
6246
6247 \end_inset
6248
6249
6250 \series bold
6251
6252 \backslash
6253 Big
6254 \series default
6255
6256 \series bold
6257
6258 \backslash
6259 bigg
6260 \series default
6261  and 
6262 \series bold
6263
6264 \backslash
6265 Bigg
6266 \series default
6267 .
6268  
6269 \series bold
6270
6271 \backslash
6272 big
6273 \series default
6274  denotes the smallest and 
6275 \series bold
6276
6277 \backslash
6278 Bigg
6279 \series default
6280  the largest bracket size.
6281 \end_layout
6282
6283 \begin_layout Standard
6284 These commands are used to emphasize levels of brackets:
6285 \end_layout
6286
6287 \begin_layout Standard
6288 \align center
6289 \begin_inset Tabular
6290 <lyxtabular version="3" rows="2" columns="2">
6291 <features booktabs="true" tabularvalignment="middle">
6292 <column alignment="center" valignment="top" width="0pt">
6293 <column alignment="center" valignment="top" width="0pt">
6294 <row>
6295 <cell alignment="center" valignment="top" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 All brackets in the same size:
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 \begin_inset Formula $((A+B)(A-B))^{C}$
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 <row topspace="2mm">
6318 <cell alignment="center" valignment="top" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 This looks better:
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6332 \end_inset
6333
6334
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 </row>
6340 </lyxtabular>
6341
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \begin_layout Standard
6348 For the second formula the command 
6349 \series bold
6350
6351 \backslash
6352 Big((A+B)(A-B)
6353 \backslash
6354 Big)^
6355 \begin_inset space \textvisiblespace{}
6356 \end_inset
6357
6358 C
6359 \series default
6360  has been used.
6361 \end_layout
6362
6363 \begin_layout Standard
6364 Here is an example containing all bracket sizes:
6365 \end_layout
6366
6367 \begin_layout Standard
6368 \align center
6369
6370 \backslash
6371 Bigg(
6372 \backslash
6373 exp
6374 \backslash
6375 bigg<
6376 \backslash
6377 Big[
6378 \backslash
6379 big{
6380 \backslash
6381 ln(3x)
6382 \backslash
6383 big}^2
6384 \begin_inset space \textvisiblespace{}
6385 \end_inset
6386
6387
6388 \backslash
6389 sin(x)
6390 \backslash
6391 Big]^
6392 \begin_inset space \textvisiblespace{}
6393 \end_inset
6394
6395 A
6396 \begin_inset space \textvisiblespace{}
6397 \end_inset
6398
6399
6400 \backslash
6401 bigg>
6402 \backslash
6403 Bigg)^0,5
6404 \end_layout
6405
6406 \begin_layout Standard
6407 \align center
6408 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6409 \end_inset
6410
6411
6412 \end_layout
6413
6414 \begin_layout Standard
6415 In addition to the 
6416 \series bold
6417
6418 \backslash
6419 big
6420 \series default
6421 -commands there is a variant, 
6422 \series bold
6423
6424 \backslash
6425 bigm
6426 \series default
6427
6428 \begin_inset Index idx
6429 status collapsed
6430
6431 \begin_layout Plain Layout
6432 Commands ! B ! 
6433 \backslash
6434 bigm
6435 \end_layout
6436
6437 \end_inset
6438
6439 , that adds a bit more space between the bracket and its content.
6440  Other variants 
6441 \series bold
6442
6443 \backslash
6444 bigl 
6445 \series default
6446 and
6447 \series bold
6448  
6449 \backslash
6450 bigr
6451 \series default
6452
6453 \begin_inset Index idx
6454 status collapsed
6455
6456 \begin_layout Plain Layout
6457 Commands ! B ! 
6458 \backslash
6459 bigl - 
6460 \backslash
6461 bigr
6462 \end_layout
6463
6464 \end_inset
6465
6466 , don't add additional space.
6467  The 
6468 \emph on
6469 l
6470 \emph default
6471  at the end of the command 
6472 \series bold
6473
6474 \backslash
6475 bigl
6476 \series default
6477  is for a left bracket; for a right bracket this is replaced by an 
6478 \emph on
6479 r
6480 \emph default
6481 .
6482  A left or right bracket can each be an opening or closing bracket.
6483 \end_layout
6484
6485 \begin_layout Standard
6486 The following table contains comparisons of the variants:
6487 \end_layout
6488
6489 \begin_layout Standard
6490 \align center
6491 \begin_inset Tabular
6492 <lyxtabular version="3" rows="5" columns="2">
6493 <features booktabs="true" tabularvalignment="middle">
6494 <column alignment="center" valignment="top" width="0pt">
6495 <column alignment="center" valignment="middle">
6496 <row>
6497 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 Command
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 Result
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 </row>
6516 <row topspace="2mm">
6517 <cell alignment="center" valignment="top" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \backslash
6523 Bigm(
6524 \backslash
6525 bigm(
6526 \backslash
6527 ln(3x)
6528 \backslash
6529 bigm)^2
6530 \begin_inset space \textvisiblespace{}
6531 \end_inset
6532
6533
6534 \backslash
6535 Bigm)
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6545 \end_inset
6546
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 <row topspace="2mm">
6554 <cell alignment="center" valignment="top" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558
6559 \backslash
6560 Big(
6561 \backslash
6562 big(
6563 \backslash
6564 ln(3x)
6565 \backslash
6566 big)^2
6567 \begin_inset space \textvisiblespace{}
6568 \end_inset
6569
6570
6571 \backslash
6572 Big)
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 <row topspace="2mm" bottomspace="0.5mm">
6591 <cell alignment="center" valignment="top" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595
6596 \backslash
6597 Bigl(
6598 \backslash
6599 bigl(
6600 \backslash
6601 ln(3x)
6602 \backslash
6603 bigr)^2
6604 \begin_inset space \textvisiblespace{}
6605 \end_inset
6606
6607
6608 \backslash
6609 Bigr)
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6619 \end_inset
6620
6621
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 </row>
6627 <row topspace="1.5mm" bottomspace="0.5mm">
6628 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632
6633 \backslash
6634 bigl)
6635 \backslash
6636 ln(3x)
6637 \backslash
6638 bigr(
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6648 \end_inset
6649
6650
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 </row>
6656 </lyxtabular>
6657
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \begin_layout Subsubsection
6664 Automatic Bracket Size
6665 \begin_inset CommandInset label
6666 LatexCommand label
6667 name "subsec:Automatic-Bracket-Size"
6668
6669 \end_inset
6670
6671
6672 \begin_inset Index idx
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676 Bracket size ! automatic
6677 \end_layout
6678
6679 \end_inset
6680
6681
6682 \end_layout
6683
6684 \begin_layout Standard
6685 Variably sized brackets can be inserted with the commands 
6686 \series bold
6687
6688 \backslash
6689 left
6690 \series default
6691
6692 \begin_inset Index idx
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696 Commands ! L ! 
6697 \backslash
6698 left
6699 \end_layout
6700
6701 \end_inset
6702
6703  and 
6704 \series bold
6705
6706 \backslash
6707 right
6708 \series default
6709
6710 \begin_inset Index idx
6711 status collapsed
6712
6713 \begin_layout Plain Layout
6714 Commands ! R ! 
6715 \backslash
6716 right
6717 \end_layout
6718
6719 \end_inset
6720
6721  or via the math toolbar button 
6722 \begin_inset Info
6723 type  "icon"
6724 arg   "dialog-show mathdelimiter"
6725 \end_inset
6726
6727 .
6728  The desired bracket must be inserted directly behind the 
6729 \series bold
6730
6731 \backslash
6732 left
6733 \series default
6734  and 
6735 \series bold
6736
6737 \backslash
6738 right
6739 \series default
6740  commands.
6741  The bracket size will then automatically be calculated for the output.
6742 \end_layout
6743
6744 \begin_layout Standard
6745 \align center
6746 normal bracket: The command 
6747 \series bold
6748
6749 \backslash
6750 ln(
6751 \backslash
6752 frac
6753 \begin_inset space \textvisiblespace{}
6754 \end_inset
6755
6756 A
6757 \begin_inset Formula $\downarrow$
6758 \end_inset
6759
6760 C
6761 \begin_inset space \textvisiblespace{}
6762 \end_inset
6763
6764 )
6765 \series default
6766  creates
6767 \begin_inset Formula 
6768 \[
6769 \ln(\frac{A}{C})
6770 \]
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \begin_layout Standard
6778 \align center
6779 multiline bracket: The command 
6780 \series bold
6781
6782 \backslash
6783 ln
6784 \backslash
6785 left(
6786 \backslash
6787 frac
6788 \begin_inset space \textvisiblespace{}
6789 \end_inset
6790
6791 A
6792 \begin_inset Formula $\downarrow$
6793 \end_inset
6794
6795 C
6796 \begin_inset space \textvisiblespace{}
6797 \end_inset
6798
6799
6800 \backslash
6801 right)
6802 \series default
6803  creates
6804 \begin_inset Formula 
6805 \[
6806 \ln\left(\frac{A}{C}\right)
6807 \]
6808
6809 \end_inset
6810
6811
6812 \end_layout
6813
6814 \begin_layout Standard
6815 Instead of 
6816 \series bold
6817
6818 \backslash
6819 left
6820 \series default
6821  and 
6822 \series bold
6823
6824 \backslash
6825 right
6826 \series default
6827  the shortcut 
6828 \family sans
6829 Alt+M
6830 \begin_inset space ~
6831 \end_inset
6832
6833 Bracket
6834 \family default
6835  can be used.
6836  This has the advantage that you can see in \SpecialChar LyX
6837  immediately the real bracket
6838  size and that the matching right bracket will be created too.
6839 \begin_inset Newline newline
6840 \end_inset
6841
6842 The command for the last example would then be: 
6843 \series bold
6844
6845 \backslash
6846 ln Alt+M
6847 \series default
6848  
6849 \series bold
6850 (
6851 \backslash
6852 frac
6853 \begin_inset space \textvisiblespace{}
6854 \end_inset
6855
6856 A
6857 \begin_inset Formula $\downarrow$
6858 \end_inset
6859
6860 C
6861 \end_layout
6862
6863 \begin_layout Standard
6864 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6865  For example the command 
6866 \series bold
6867
6868 \backslash
6869 left.
6870 \backslash
6871 frac
6872 \begin_inset space \textvisiblespace{}
6873 \end_inset
6874
6875 A
6876 \begin_inset Formula $\downarrow$
6877 \end_inset
6878
6879 B
6880 \begin_inset space \textvisiblespace{}
6881 \end_inset
6882
6883
6884 \backslash
6885 right}
6886 \series default
6887  creates:
6888 \series bold
6889
6890 \begin_inset Formula 
6891 \[
6892 \left.\frac{A}{B}\right\} 
6893 \]
6894
6895 \end_inset
6896
6897
6898 \series default
6899 The commands 
6900 \series bold
6901
6902 \backslash
6903 left
6904 \series default
6905  and 
6906 \series bold
6907
6908 \backslash
6909 right
6910 \series default
6911  will be converted by \SpecialChar LyX
6912  to brackets with the correct size when the document
6913  is reloaded and an omitted bracket will appear as dashed line.
6914 \end_layout
6915
6916 \begin_layout Standard
6917 \begin_inset VSpace bigskip
6918 \end_inset
6919
6920 Because all popular \SpecialChar LaTeX
6921  distributions use e\SpecialChar TeX
6922 , an extension to \SpecialChar LaTeX
6923 , the command
6924  
6925 \series bold
6926
6927 \backslash
6928 middle
6929 \series default
6930
6931 \begin_inset Index idx
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 Commands ! M ! 
6936 \backslash
6937 middle
6938 \end_layout
6939
6940 \end_inset
6941
6942  is available for all brackets and limits.
6943  With this command the height of the following character is adapted to the
6944  one of the surrounding brackets, for example in the case of physical vectors:
6945 \begin_inset Formula 
6946 \[
6947 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6948 \]
6949
6950 \end_inset
6951
6952 For physical vectors there is a special \SpecialChar LaTeX
6953 -package, described in 
6954 \begin_inset CommandInset ref
6955 LatexCommand ref
6956 reference "subsec:Physical-Vectors"
6957
6958 \end_inset
6959
6960 .
6961 \end_layout
6962
6963 \begin_layout Subsection
6964 Horizontal Brackets
6965 \begin_inset Index idx
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969 Brackets ! horizontal
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 \align center
6979 \begin_inset Tabular
6980 <lyxtabular version="3" rows="4" columns="2">
6981 <features booktabs="true" tabularvalignment="middle">
6982 <column alignment="center" valignment="top" width="0pt">
6983 <column alignment="center" valignment="top" width="0pt">
6984 <row>
6985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 Command
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 Result
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \backslash
7011 overbrace
7012 \begin_inset space \textvisiblespace{}
7013 \end_inset
7014
7015 A+B
7016 \begin_inset space \textvisiblespace{}
7017 \end_inset
7018
7019 ^3
7020 \begin_inset Index idx
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024 Commands ! O ! 
7025 \backslash
7026 overbrace
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 \begin_inset Formula $\overbrace{A+B}^{3}$
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 </row>
7049 <row topspace="2mm">
7050 <cell alignment="center" valignment="top" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054
7055 \backslash
7056 underbrace
7057 \begin_inset space \textvisiblespace{}
7058 \end_inset
7059
7060 A+B
7061 \begin_inset space \textvisiblespace{}
7062 \end_inset
7063
7064 _5
7065 \begin_inset Index idx
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069 Commands ! U ! 
7070 \backslash
7071 underbrace
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 \begin_inset Formula $\underbrace{A+B}_{5}$
7086 \end_inset
7087
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \backslash
7101 overbrace
7102 \begin_inset space \textvisiblespace{}
7103 \end_inset
7104
7105
7106 \backslash
7107 underbrace
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111 A+B_w
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115
7116 \begin_inset space \textvisiblespace{}
7117 \end_inset
7118
7119 _7
7120 \begin_inset space \textvisiblespace{}
7121 \end_inset
7122
7123
7124 \begin_inset space \textvisiblespace{}
7125 \end_inset
7126
7127 ^
7128 \begin_inset space \textvisiblespace{}
7129 \end_inset
7130
7131 C
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 </lyxtabular>
7150
7151 \end_inset
7152
7153
7154 \end_layout
7155
7156 \begin_layout Standard
7157 In the last example it doesn't matter if 
7158 \series bold
7159
7160 \backslash
7161 overbrace
7162 \series default
7163  or 
7164 \series bold
7165
7166 \backslash
7167 underbrace
7168 \series default
7169  is inserted first.
7170 \end_layout
7171
7172 \begin_layout Standard
7173 \begin_inset VSpace medskip
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \begin_layout Standard
7180 If in document settings under 
7181 \family sans
7182 Math
7183 \begin_inset space ~
7184 \end_inset
7185
7186 Options
7187 \family default
7188  the option for the package 
7189 \series bold
7190 mathtools
7191 \series default
7192
7193 \begin_inset Index idx
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197 Packages ! mathtools
7198 \end_layout
7199
7200 \end_inset
7201
7202  is set to 
7203 \family sans
7204 Load
7205 \begin_inset space ~
7206 \end_inset
7207
7208 always
7209 \family default
7210 , you will also have access to square brackets:
7211 \end_layout
7212
7213 \begin_layout Standard
7214 \align center
7215 \begin_inset Tabular
7216 <lyxtabular version="3" rows="4" columns="2">
7217 <features booktabs="true" tabularvalignment="middle">
7218 <column alignment="center" valignment="top" width="0pt">
7219 <column alignment="center" valignment="top" width="0pt">
7220 <row>
7221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 Command
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 Result
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245
7246 \backslash
7247
7248 \family roman
7249 \series medium
7250 \shape up
7251 \size normal
7252 \emph off
7253 \bar no
7254 \strikeout off
7255 \uuline off
7256 \uwave off
7257 \noun off
7258 \color none
7259 overbracket
7260 \family default
7261 \series default
7262 \shape default
7263 \size default
7264 \emph default
7265 \bar default
7266 \strikeout default
7267 \uuline default
7268 \uwave default
7269 \noun default
7270 \color inherit
7271 {A+B
7272 \begin_inset space \textvisiblespace{}
7273 \end_inset
7274
7275 ^3
7276 \begin_inset Index idx
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280 Commands ! O ! 
7281 \backslash
7282 overbracket
7283 \end_layout
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 \begin_inset Formula $\overbracket{A+B}^{3}$
7297 \end_inset
7298
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row topspace="2mm">
7306 <cell alignment="center" valignment="top" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \backslash
7312 under
7313 \family roman
7314 \series medium
7315 \shape up
7316 \size normal
7317 \emph off
7318 \bar no
7319 \strikeout off
7320 \uuline off
7321 \uwave off
7322 \noun off
7323 \color none
7324 bracket
7325 \family default
7326 \series default
7327 \shape default
7328 \size default
7329 \emph default
7330 \bar default
7331 \strikeout default
7332 \uuline default
7333 \uwave default
7334 \noun default
7335 \color inherit
7336 {A+B
7337 \begin_inset space \textvisiblespace{}
7338 \end_inset
7339
7340 _5
7341 \begin_inset Index idx
7342 status collapsed
7343
7344 \begin_layout Plain Layout
7345 Commands ! U ! 
7346 \backslash
7347 under
7348 \family roman
7349 \series medium
7350 \shape up
7351 \size normal
7352 \emph off
7353 \bar no
7354 \strikeout off
7355 \uuline off
7356 \uwave off
7357 \noun off
7358 \color none
7359 bracket
7360 \end_layout
7361
7362 \end_inset
7363
7364
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 \begin_inset Formula $\underbracket{A+B}_{5}$
7374 \end_inset
7375
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \backslash
7389 overbracket{
7390 \backslash
7391 underbracket{A+B_w
7392 \begin_inset space \textvisiblespace{}
7393 \end_inset
7394
7395
7396 \begin_inset space \textvisiblespace{}
7397 \end_inset
7398
7399 _7
7400 \begin_inset space \textvisiblespace{}
7401 \end_inset
7402
7403
7404 \begin_inset space \textvisiblespace{}
7405 \end_inset
7406
7407 ^
7408 \change_deleted 5863208 1612711596
7409
7410 \begin_inset space \textvisiblespace{}
7411 \end_inset
7412
7413
7414 \change_unchanged
7415 C
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7425 \end_inset
7426
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 </lyxtabular>
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 For 
7442 \series bold
7443
7444 \backslash
7445 overbracket
7446 \series default
7447  and 
7448 \series bold
7449
7450 \backslash
7451 underbracket
7452 \series default
7453  you can change the thickness of the bracket's stroke by specifying the
7454  desired thickness in square brackets behind the command:
7455 \end_layout
7456
7457 \begin_layout Standard
7458 \align center
7459 \begin_inset Tabular
7460 <lyxtabular version="3" rows="3" columns="2">
7461 <features booktabs="true" tabularvalignment="middle">
7462 <column alignment="center" valignment="top" width="0pt">
7463 <column alignment="center" valignment="top" width="0pt">
7464 <row>
7465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 Command
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 Result
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row>
7485 <cell alignment="center" valignment="top" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \backslash
7491
7492 \family roman
7493 \series medium
7494 \shape up
7495 \size normal
7496 \emph off
7497 \bar no
7498 \strikeout off
7499 \uuline off
7500 \uwave off
7501 \noun off
7502 \color none
7503 overbracket
7504 \family default
7505 \series default
7506 \shape default
7507 \size default
7508 \emph default
7509 \bar default
7510 \strikeout default
7511 \uuline default
7512 \uwave default
7513 \noun default
7514 \color inherit
7515 [3pt]
7516 \backslash
7517 {A+B
7518 \begin_inset space \textvisiblespace{}
7519 \end_inset
7520
7521 ^3
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7531 \end_inset
7532
7533
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row topspace="2mm">
7540 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544
7545 \backslash
7546 under
7547 \family roman
7548 \series medium
7549 \shape up
7550 \size normal
7551 \emph off
7552 \bar no
7553 \strikeout off
7554 \uuline off
7555 \uwave off
7556 \noun off
7557 \color none
7558 bracket
7559 \family default
7560 \series default
7561 \shape default
7562 \size default
7563 \emph default
7564 \bar default
7565 \strikeout default
7566 \uuline default
7567 \uwave default
7568 \noun default
7569 \color inherit
7570 [1pt]
7571 \backslash
7572 {A+B
7573 \begin_inset space \textvisiblespace{}
7574 \end_inset
7575
7576 _5
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7586 \end_inset
7587
7588
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 </row>
7594 </lyxtabular>
7595
7596 \end_inset
7597
7598
7599 \end_layout
7600
7601 \begin_layout Standard
7602 \begin_inset VSpace bigskip
7603 \end_inset
7604
7605 When brackets overlap each other, multiline formulas as described in 
7606 \begin_inset CommandInset ref
7607 LatexCommand ref
7608 reference "sec:Multiline-Formulas"
7609
7610 \end_inset
7611
7612  must be used:
7613 \begin_inset Formula 
7614 \begin{eqnarray*}
7615 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7616  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7617 \end{eqnarray*}
7618
7619 \end_inset
7620
7621 In the first row, the formula is inserted together with the first brace.
7622  It is important that the space command
7623 \begin_inset Foot
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Space commands are explained in 
7628 \begin_inset CommandInset ref
7629 LatexCommand ref
7630 reference "subsec:Predefined-Space"
7631
7632 \end_inset
7633
7634 .
7635 \end_layout
7636
7637 \end_inset
7638
7639  
7640 \series bold
7641
7642 \backslash
7643 :
7644 \series default
7645  is inserted before the first 
7646 \begin_inset Formula $d$
7647 \end_inset
7648
7649  because the brace that ends behind the 
7650 \begin_inset Formula $q$
7651 \end_inset
7652
7653  prevents the following 
7654 \begin_inset Quotes eld
7655 \end_inset
7656
7657 +
7658 \begin_inset Quotes erd
7659 \end_inset
7660
7661  from being surrounded by spaces.
7662 \begin_inset Foot
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666 Because a bracket is not handled as a character, see 
7667 \begin_inset CommandInset ref
7668 LatexCommand ref
7669 reference "subsec:Binary-Operators"
7670
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677
7678  The second brace is inserted in the second row.
7679  As it should begin before the 
7680 \begin_inset Formula $b$
7681 \end_inset
7682
7683 , first the command 
7684 \series bold
7685
7686 \backslash
7687 hphantom{gggg+
7688 \backslash
7689 :}
7690 \series default
7691  is inserted.
7692 \begin_inset Foot
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696 More about 
7697 \series bold
7698
7699 \backslash
7700 hphantom
7701 \series default
7702  see 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "subsec:Placeholders"
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714  This space is needed because the 
7715 \begin_inset Quotes eld
7716 \end_inset
7717
7718 +
7719 \begin_inset Quotes erd
7720 \end_inset
7721
7722  is surrounded by spaces in the formula.
7723  The brace is placed under the command 
7724 \series bold
7725
7726 \backslash
7727 hphantom{bbqq+dddd}
7728 \series default
7729 .
7730 \end_layout
7731
7732 \begin_layout Standard
7733 It gets more complicated when brackets overlap each other above and under
7734  the formula as in the following example:
7735 \begin_inset ERT
7736 status collapsed
7737
7738 \begin_layout Plain Layout
7739
7740
7741 \backslash
7742 setlength{
7743 \backslash
7744 jot}{-6pt}
7745 \end_layout
7746
7747 \end_inset
7748
7749
7750 \begin_inset Formula 
7751 \begin{eqnarray*}
7752  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7753 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7754 \end{eqnarray*}
7755
7756 \end_inset
7757
7758
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 setlength{
7767 \backslash
7768 jot}{3pt}
7769 \end_layout
7770
7771 \end_inset
7772
7773 The first formula row is the same as the second row of the previous example,
7774  with the difference that the brace is above.
7775  The second row contains the formula together with the second brace.
7776  To avoid the space between the upper brace in the first row and the formula,
7777  the row spacing needs to be reduced.
7778  This is not easily done due to a bug in \SpecialChar LyX
7779 .
7780 \begin_inset Foot
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 \begin_inset CommandInset href
7785 LatexCommand href
7786 name "LyX-bug #1505"
7787 target "https://www.lyx.org/trac/ticket/1505"
7788 literal "false"
7789
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \end_inset
7796
7797  As a solution for the problem, the global formula row separation 
7798 \series bold
7799
7800 \backslash
7801 jot
7802 \series default
7803
7804 \begin_inset Index idx
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808 Commands ! J ! 
7809 \backslash
7810 jot
7811 \end_layout
7812
7813 \end_inset
7814
7815  must be changed to -6
7816 \begin_inset space \thinspace{}
7817 \end_inset
7818
7819 pt before the formula with the command 
7820 \series bold
7821
7822 \backslash
7823 setlength{
7824 \backslash
7825 jot}{-6pt}
7826 \series default
7827  in \SpecialChar TeX
7828  mode.
7829  
7830 \series bold
7831
7832 \backslash
7833 jot
7834 \series default
7835  is set back after the formula to the standard value of 3
7836 \begin_inset space \thinspace{}
7837 \end_inset
7838
7839 pt using the same command.
7840  More about the row separation in formulas is explained in 
7841 \begin_inset CommandInset ref
7842 LatexCommand ref
7843 reference "subsec:Line-Separation"
7844
7845 \end_inset
7846
7847 .
7848 \end_layout
7849
7850 \begin_layout Section
7851 Arrows
7852 \begin_inset Index idx
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Arrows
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \begin_layout Standard
7865 Arrows can be inserted via the math toolbar button 
7866 \begin_inset Info
7867 type  "icon"
7868 arg   "math-insert \\leftarrow"
7869 \end_inset
7870
7871  or the commands listed in the following subsections.
7872 \end_layout
7873
7874 \begin_layout Subsection
7875 Horizontal Arrows
7876 \begin_inset Index idx
7877 status collapsed
7878
7879 \begin_layout Plain Layout
7880 Arrows ! horizontal
7881 \end_layout
7882
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \begin_layout Standard
7889 \begin_inset space \hfill{}
7890 \end_inset
7891
7892
7893 \begin_inset Tabular
7894 <lyxtabular version="3" rows="8" columns="2">
7895 <features booktabs="true" tabularvalignment="middle">
7896 <column alignment="center" valignment="top" width="0pt">
7897 <column alignment="center" valignment="top" width="0pt">
7898 <row>
7899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 Command
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 Result
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row>
7919 <cell alignment="center" valignment="top" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \backslash
7925 gets
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 \begin_inset Formula $\gets$
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \backslash
7950 Leftarrow
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 \begin_inset Formula $\Leftarrow$
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \backslash
7975 longleftarrow
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 \begin_inset Formula $\longleftarrow$
7985 \end_inset
7986
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \backslash
8000 Longleftarrow
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 \begin_inset Formula $\Longleftarrow$
8010 \end_inset
8011
8012
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \backslash
8025 leftharpoonup
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 \begin_inset Formula $\leftharpoonup$
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 <row>
8044 <cell alignment="center" valignment="top" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048
8049 \backslash
8050 leftharpoondown
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 \begin_inset Formula $\leftharpoondown$
8060 \end_inset
8061
8062
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 </row>
8068 <row>
8069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \backslash
8075 hookleftarrow
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 \begin_inset Formula $\hookleftarrow$
8085 \end_inset
8086
8087
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 </lyxtabular>
8094
8095 \end_inset
8096
8097
8098 \begin_inset space \hfill{}
8099 \end_inset
8100
8101
8102 \begin_inset Tabular
8103 <lyxtabular version="3" rows="8" columns="2">
8104 <features booktabs="true" tabularvalignment="middle">
8105 <column alignment="center" valignment="top" width="0pt">
8106 <column alignment="center" valignment="top" width="0pt">
8107 <row>
8108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Command
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 Result
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 to
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\to$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \backslash
8159 Rightarrow
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 \begin_inset Formula $\Rightarrow$
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \backslash
8184 longrightarrow
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 \begin_inset Formula $\longrightarrow$
8194 \end_inset
8195
8196
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \backslash
8209 Longrightarrow
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 \begin_inset Formula $\Longrightarrow$
8219 \end_inset
8220
8221
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \backslash
8234 rightharpoonup
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 \begin_inset Formula $\rightharpoonup$
8244 \end_inset
8245
8246
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \backslash
8259 rightharpoondown
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 \begin_inset Formula $\rightharpoondown$
8269 \end_inset
8270
8271
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \backslash
8284 hookrightarrow
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 \begin_inset Formula $\hookrightarrow$
8294 \end_inset
8295
8296
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 </lyxtabular>
8303
8304 \end_inset
8305
8306
8307 \begin_inset space \hfill{}
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \begin_layout Standard
8314 \begin_inset space \hfill{}
8315 \end_inset
8316
8317
8318 \begin_inset Tabular
8319 <lyxtabular version="3" rows="6" columns="2">
8320 <features booktabs="true" tabularvalignment="middle">
8321 <column alignment="center" valignment="top" width="0pt">
8322 <column alignment="center" valignment="top" width="0pt">
8323 <row>
8324 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Command
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Result
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 leftrightarrow
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\leftrightarrow$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 Leftrightarrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\Leftrightarrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 longleftrightarrow
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\longleftrightarrow$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \backslash
8425 Longleftrightarrow
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 \begin_inset Formula $\Longleftrightarrow$
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \backslash
8450 rightleftharpoons
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 \begin_inset Formula $\rightleftharpoons$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 </lyxtabular>
8469
8470 \end_inset
8471
8472
8473 \begin_inset space \hspace{}
8474 \length 25pt
8475 \end_inset
8476
8477
8478 \begin_inset space \hfill{}
8479 \end_inset
8480
8481
8482 \begin_inset Tabular
8483 <lyxtabular version="3" rows="5" columns="2">
8484 <features booktabs="true" tabularvalignment="middle">
8485 <column alignment="center" valignment="top" width="0pt">
8486 <column alignment="center" valignment="top" width="0pt">
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Command
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Result
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 mapsto
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\mapsto$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 longmapsto
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\longmapsto$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \backslash
8564 leadsto
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\leadsto$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \backslash
8589 dasharrow
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 \begin_inset Formula $\dasharrow$
8599 \end_inset
8600
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 </lyxtabular>
8608
8609 \end_inset
8610
8611
8612 \begin_inset space \hfill{}
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \begin_layout Standard
8619 \begin_inset VSpace medskip
8620 \end_inset
8621
8622 Arrows used as accents such as vector arrows are listed in 
8623 \begin_inset CommandInset ref
8624 LatexCommand ref
8625 reference "sec:Accents"
8626
8627 \end_inset
8628
8629 .
8630 \end_layout
8631
8632 \begin_layout Standard
8633 \begin_inset VSpace bigskip
8634 \end_inset
8635
8636 Labeled arrows
8637 \begin_inset Index idx
8638 status collapsed
8639
8640 \begin_layout Plain Layout
8641 Arrows ! labeled
8642 \end_layout
8643
8644 \end_inset
8645
8646  are also available using the commands 
8647 \series bold
8648
8649 \backslash
8650 xleftarrow
8651 \series default
8652
8653 \begin_inset Index idx
8654 status collapsed
8655
8656 \begin_layout Plain Layout
8657 Commands ! X ! 
8658 \backslash
8659 xleftarrow
8660 \end_layout
8661
8662 \end_inset
8663
8664  and 
8665 \series bold
8666
8667 \backslash
8668 xrightarrow
8669 \series default
8670
8671 \begin_inset Index idx
8672 status collapsed
8673
8674 \begin_layout Plain Layout
8675 Commands ! X ! 
8676 \backslash
8677 xrightarrow
8678 \begin_inset ERT
8679 status collapsed
8680
8681 \begin_layout Plain Layout
8682
8683
8684 \backslash
8685 vspace{4mm}
8686 \end_layout
8687
8688 \end_inset
8689
8690
8691 \end_layout
8692
8693 \end_inset
8694
8695 .
8696  When inserting one of these commands in a formula, an arrow with two blue
8697  boxes appears indicating where the labels can be inserted.
8698  The length of the arrow adapts to the label width.
8699 \end_layout
8700
8701 \begin_layout Standard
8702 \align center
8703 \begin_inset Tabular
8704 <lyxtabular version="3" rows="3" columns="2">
8705 <features booktabs="true" tabularvalignment="middle">
8706 <column alignment="center" valignment="top" width="0pt">
8707 <column alignment="center" valignment="top" width="0pt">
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Command
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Result
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 F(a)
8734 \backslash
8735 xleftarrow
8736 \begin_inset space \textvisiblespace{}
8737 \end_inset
8738
8739 x=a
8740 \begin_inset Formula $\downarrow$
8741 \end_inset
8742
8743 x>0
8744 \begin_inset Formula $\to$
8745 \end_inset
8746
8747 F(x)
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8757 \end_inset
8758
8759
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row topspace="2mm">
8766 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 F(x)
8771 \backslash
8772 xrightarrow
8773 \begin_inset space \textvisiblespace{}
8774 \end_inset
8775
8776 x=a
8777 \begin_inset Formula $\downarrow$
8778 \end_inset
8779
8780 x>0
8781 \begin_inset Formula $\to$
8782 \end_inset
8783
8784 F(a)
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 </lyxtabular>
8803
8804 \end_inset
8805
8806
8807 \end_layout
8808
8809 \begin_layout Standard
8810 \begin_inset VSpace medskip
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \begin_layout Standard
8817 If in the document settings under 
8818 \family sans
8819 Math
8820 \begin_inset space ~
8821 \end_inset
8822
8823 Options
8824 \family default
8825  for the package 
8826 \series bold
8827 mathtools
8828 \series default
8829
8830 \begin_inset Index idx
8831 status collapsed
8832
8833 \begin_layout Plain Layout
8834 Packages ! mathtools
8835 \end_layout
8836
8837 \end_inset
8838
8839  the option 
8840 \family sans
8841 Load
8842 \begin_inset space ~
8843 \end_inset
8844
8845 always
8846 \family default
8847  is set, you will have access to the following labeled arrows:
8848 \end_layout
8849
8850 \begin_layout Standard
8851 \begin_inset Newpage newpage
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \begin_layout Standard
8858 \align center
8859 \begin_inset space \hspace*{\fill}
8860 \end_inset
8861
8862
8863 \begin_inset Tabular
8864 <lyxtabular version="3" rows="7" columns="2">
8865 <features booktabs="true" tabularvalignment="middle">
8866 <column alignment="center" valignment="top" width="0pt">
8867 <column alignment="center" valignment="top" width="0pt">
8868 <row>
8869 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Command
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Example
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="center" valignment="top" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \family roman
8895 \series medium
8896 \shape up
8897 \size normal
8898 \emph off
8899 \bar no
8900 \strikeout off
8901 \uuline off
8902 \uwave off
8903 \noun off
8904 \color none
8905
8906 \backslash
8907 xleftrightarrow
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row topspace="2mm">
8926 <cell alignment="center" valignment="top" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \family roman
8932 \series medium
8933 \shape up
8934 \size normal
8935 \emph off
8936 \bar no
8937 \strikeout off
8938 \uuline off
8939 \uwave off
8940 \noun off
8941 \color none
8942
8943 \backslash
8944 xLeftarrow
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8954 \end_inset
8955
8956
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row topspace="2mm">
8963 <cell alignment="center" valignment="top" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \backslash
8969
8970 \family roman
8971 \series medium
8972 \shape up
8973 \size normal
8974 \emph off
8975 \bar no
8976 \strikeout off
8977 \uuline off
8978 \uwave off
8979 \noun off
8980 \color none
8981 xRightarrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row topspace="2mm">
9000 <cell alignment="center" valignment="top" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006
9007 \family roman
9008 \series medium
9009 \shape up
9010 \size normal
9011 \emph off
9012 \bar no
9013 \strikeout off
9014 \uuline off
9015 \uwave off
9016 \noun off
9017 \color none
9018 xLeftrightarrow
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row topspace="2mm">
9037 <cell alignment="center" valignment="top" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \family roman
9043 \series medium
9044 \shape up
9045 \size normal
9046 \emph off
9047 \bar no
9048 \strikeout off
9049 \uuline off
9050 \uwave off
9051 \noun off
9052 \color none
9053
9054 \backslash
9055 xhookleftarrow
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
9065 \end_inset
9066
9067
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row topspace="2mm">
9074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \family roman
9080 \series medium
9081 \shape up
9082 \size normal
9083 \emph off
9084 \bar no
9085 \strikeout off
9086 \uuline off
9087 \uwave off
9088 \noun off
9089 \color none
9090
9091 \backslash
9092 xhookrightarrow
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 </lyxtabular>
9111
9112 \end_inset
9113
9114
9115 \begin_inset space \hspace*{\fill}
9116 \end_inset
9117
9118
9119 \begin_inset Tabular
9120 <lyxtabular version="3" rows="7" columns="2">
9121 <features booktabs="true" tabularvalignment="middle">
9122 <column alignment="center" valignment="top" width="0pt">
9123 <column alignment="center" valignment="top" width="0pt">
9124 <row>
9125 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Command
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Example
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="center" valignment="top" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \backslash
9151
9152 \family roman
9153 \series medium
9154 \shape up
9155 \size normal
9156 \emph off
9157 \bar no
9158 \strikeout off
9159 \uuline off
9160 \uwave off
9161 \noun off
9162 \color none
9163 xleftharpoondown
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row topspace="2mm">
9182 <cell alignment="center" valignment="top" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188
9189 \family roman
9190 \series medium
9191 \shape up
9192 \size normal
9193 \emph off
9194 \bar no
9195 \strikeout off
9196 \uuline off
9197 \uwave off
9198 \noun off
9199 \color none
9200 xleftharpoonup
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
9210 \end_inset
9211
9212
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row topspace="2mm">
9219 <cell alignment="center" valignment="top" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \backslash
9225
9226 \family roman
9227 \series medium
9228 \shape up
9229 \size normal
9230 \emph off
9231 \bar no
9232 \strikeout off
9233 \uuline off
9234 \uwave off
9235 \noun off
9236 \color none
9237 xrightharpoondown
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row topspace="2mm">
9256 <cell alignment="center" valignment="top" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \backslash
9262
9263 \family roman
9264 \series medium
9265 \shape up
9266 \size normal
9267 \emph off
9268 \bar no
9269 \strikeout off
9270 \uuline off
9271 \uwave off
9272 \noun off
9273 \color none
9274 xrightharpoonup
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row topspace="2mm">
9293 <cell alignment="center" valignment="top" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \backslash
9299
9300 \family roman
9301 \series medium
9302 \shape up
9303 \size normal
9304 \emph off
9305 \bar no
9306 \strikeout off
9307 \uuline off
9308 \uwave off
9309 \noun off
9310 \color none
9311 xleftrightharpoons
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row topspace="2mm">
9330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \backslash
9336
9337 \family roman
9338 \series medium
9339 \shape up
9340 \size normal
9341 \emph off
9342 \bar no
9343 \strikeout off
9344 \uuline off
9345 \uwave off
9346 \noun off
9347 \color none
9348 xrightleftharpoons
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 </lyxtabular>
9367
9368 \end_inset
9369
9370
9371 \begin_inset space \hspace*{\fill}
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \begin_layout Standard
9378 The command scheme for all of these arrows is:
9379 \end_layout
9380
9381 \begin_layout Standard
9382 \align center
9383 \begin_inset Tabular
9384 <lyxtabular version="3" rows="2" columns="2">
9385 <features booktabs="true" tabularvalignment="middle">
9386 <column alignment="center" valignment="top" width="0pt">
9387 <column alignment="center" valignment="top" width="0pt">
9388 <row>
9389 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 Command
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 Result
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row bottomspace="0.5mm">
9409 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 F(a)
9414 \backslash
9415 xleftrightarrow[x=a]
9416 \backslash
9417 {x>0
9418 \begin_inset Formula $\to$
9419 \end_inset
9420
9421 F(x)
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 </lyxtabular>
9440
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \begin_layout Subsection
9447 Vertical and Diagonal Arrows
9448 \begin_inset Index idx
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452 Arrows ! diagonal
9453 \end_layout
9454
9455 \end_inset
9456
9457
9458 \begin_inset Index idx
9459 status collapsed
9460
9461 \begin_layout Plain Layout
9462 Arrows ! vertical
9463 \end_layout
9464
9465 \end_inset
9466
9467
9468 \end_layout
9469
9470 \begin_layout Standard
9471 \begin_inset space \hfill{}
9472 \end_inset
9473
9474
9475 \begin_inset Tabular
9476 <lyxtabular version="3" rows="7" columns="2">
9477 <features booktabs="true" tabularvalignment="middle">
9478 <column alignment="center" valignment="top" width="0pt">
9479 <column alignment="center" valignment="top" width="0pt">
9480 <row>
9481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Command
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 Result
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 uparrow
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\uparrow$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 Uparrow
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 \begin_inset Formula $\Uparrow$
9542 \end_inset
9543
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \backslash
9557 updownarrow
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Formula $\updownarrow$
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row>
9576 <cell alignment="center" valignment="top" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \backslash
9582 Updownarrow
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 \begin_inset Formula $\Updownarrow$
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="center" valignment="top" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \backslash
9607 Downarrow
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell alignment="center" valignment="top" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 \begin_inset Formula $\Downarrow$
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 <row>
9626 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \backslash
9632 downarrow
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 \begin_inset Formula $\downarrow$
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 </lyxtabular>
9651
9652 \end_inset
9653
9654
9655 \begin_inset space \hfill{}
9656 \end_inset
9657
9658
9659 \begin_inset Tabular
9660 <lyxtabular version="3" rows="5" columns="2">
9661 <features booktabs="true" tabularvalignment="middle">
9662 <column alignment="center" valignment="top" width="0pt">
9663 <column alignment="center" valignment="top" width="0pt">
9664 <row>
9665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669 Command
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 Result
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="center" valignment="top" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \backslash
9691 nearrow
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset Formula $\nearrow$
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \backslash
9716 searrow
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 \begin_inset Formula $\searrow$
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row>
9735 <cell alignment="center" valignment="top" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \backslash
9741 swarrow
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\swarrow$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 nwarrow
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775 \begin_inset Formula $\nwarrow$
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 </lyxtabular>
9785
9786 \end_inset
9787
9788
9789 \begin_inset space \hfill{}
9790 \end_inset
9791
9792
9793 \end_layout
9794
9795 \begin_layout Standard
9796 \begin_inset VSpace medskip
9797 \end_inset
9798
9799 Vertical arrows can also be used as delimiters together with the commands
9800  described in 
9801 \begin_inset CommandInset ref
9802 LatexCommand ref
9803 reference "subsec:Manual-Bracket-Size"
9804
9805 \end_inset
9806
9807  and 
9808 \begin_inset CommandInset ref
9809 LatexCommand ref
9810 reference "subsec:Automatic-Bracket-Size"
9811
9812 \end_inset
9813
9814 .
9815 \end_layout
9816
9817 \begin_layout Section
9818 Accents
9819 \begin_inset CommandInset label
9820 LatexCommand label
9821 name "sec:Accents"
9822
9823 \end_inset
9824
9825
9826 \begin_inset Index idx
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Accents
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 Accents can be inserted via the math toolbar button 
9840 \begin_inset Info
9841 type  "icon"
9842 arg   "math-insert \\hat"
9843 \end_inset
9844
9845  or the commands listed in the following subsections.
9846 \end_layout
9847
9848 \begin_layout Subsection
9849 Accents for One Character
9850 \begin_inset ERT
9851 status collapsed
9852
9853 \begin_layout Plain Layout
9854
9855
9856 \backslash
9857 texorpdfstring{
9858 \end_layout
9859
9860 \end_inset
9861
9862
9863 \begin_inset Foot
9864 status collapsed
9865
9866 \begin_layout Plain Layout
9867 For accents in text see 
9868 \begin_inset CommandInset ref
9869 LatexCommand ref
9870 reference "subsec:Accents-in-Text"
9871
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878
9879
9880 \begin_inset ERT
9881 status collapsed
9882
9883 \begin_layout Plain Layout
9884
9885 }{}
9886 \end_layout
9887
9888 \end_inset
9889
9890
9891 \begin_inset Note Note
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897
9898 \backslash
9899 texorpdfstring
9900 \series default
9901  is used to avoid that the footnote appears in the PDF-bookmark.
9902 \end_layout
9903
9904 \begin_layout Plain Layout
9905 More about 
9906 \series bold
9907
9908 \backslash
9909 texorpdfstring
9910 \series default
9911  is in section 
9912 \begin_inset CommandInset ref
9913 LatexCommand ref
9914 reference "subsec:Formulas-in-Section"
9915
9916 \end_inset
9917
9918 .
9919 \end_layout
9920
9921 \end_inset
9922
9923
9924 \begin_inset CommandInset label
9925 LatexCommand label
9926 name "subsec:Accents-for-one"
9927
9928 \end_inset
9929
9930
9931 \begin_inset Index idx
9932 status collapsed
9933
9934 \begin_layout Plain Layout
9935 Accents ! for one character
9936 \end_layout
9937
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \begin_layout Standard
9944 \begin_inset space \hfill{}
9945 \end_inset
9946
9947
9948 \begin_inset Tabular
9949 <lyxtabular version="3" rows="8" columns="2">
9950 <features booktabs="true" tabularvalignment="middle">
9951 <column alignment="center" valignment="top" width="0pt">
9952 <column alignment="center" valignment="top" width="0pt">
9953 <row>
9954 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Command
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 Result
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row topspace="1.5mm">
9974 <cell alignment="center" valignment="top" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \backslash
9980 dot
9981 \begin_inset space \textvisiblespace{}
9982 \end_inset
9983
9984 A
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 \begin_inset Formula $\dot{A}$
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 </row>
10002 <row topspace="1.5mm">
10003 <cell alignment="center" valignment="top" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \backslash
10009 ddot
10010 \begin_inset space \textvisiblespace{}
10011 \end_inset
10012
10013 A
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Formula $\ddot{A}$
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row topspace="1.5mm">
10032 <cell alignment="center" valignment="top" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \backslash
10038 dddot
10039 \begin_inset space \textvisiblespace{}
10040 \end_inset
10041
10042 A
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 \begin_inset Formula $\dddot{A}$
10052 \end_inset
10053
10054
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 </row>
10060 <row topspace="1.5mm">
10061 <cell alignment="center" valignment="top" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \backslash
10067 ddddot
10068 \begin_inset space \textvisiblespace{}
10069 \end_inset
10070
10071 A
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 \begin_inset Formula $\ddddot{A}$
10081 \end_inset
10082
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row topspace="1.5mm">
10090 <cell alignment="center" valignment="top" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \backslash
10096 vec
10097 \begin_inset space \textvisiblespace{}
10098 \end_inset
10099
10100 A
10101 \begin_inset Index idx
10102 status collapsed
10103
10104 \begin_layout Plain Layout
10105 Vectors
10106 \end_layout
10107
10108 \end_inset
10109
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 \begin_inset Formula $\vec{A}$
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row topspace="1.5mm">
10129 <cell alignment="center" valignment="top" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \backslash
10135 bar
10136 \begin_inset space \textvisiblespace{}
10137 \end_inset
10138
10139 A
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 \begin_inset Formula $\bar{A}$
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row topspace="1.5mm">
10158 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \backslash
10164 mathring
10165 \begin_inset space \textvisiblespace{}
10166 \end_inset
10167
10168 A
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 \begin_inset Formula $\mathring{A}$
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 </lyxtabular>
10187
10188 \end_inset
10189
10190
10191 \begin_inset space \hfill{}
10192 \end_inset
10193
10194
10195 \begin_inset Tabular
10196 <lyxtabular version="3" rows="7" columns="2">
10197 <features booktabs="true" tabularvalignment="middle">
10198 <column alignment="center" valignment="top" width="0pt">
10199 <column alignment="center" valignment="top" width="0pt">
10200 <row>
10201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Command
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Result
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row topspace="1.5mm">
10221 <cell alignment="center" valignment="top" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \backslash
10227 tilde
10228 \begin_inset space \textvisiblespace{}
10229 \end_inset
10230
10231 A
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 \begin_inset Formula $\tilde{A}$
10241 \end_inset
10242
10243
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row topspace="1.5mm">
10250 <cell alignment="center" valignment="top" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \backslash
10256 hat
10257 \begin_inset space \textvisiblespace{}
10258 \end_inset
10259
10260 A
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 \begin_inset Formula $\hat{A}$
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row topspace="1.5mm">
10279 <cell alignment="center" valignment="top" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \backslash
10285 check
10286 \begin_inset space \textvisiblespace{}
10287 \end_inset
10288
10289 A
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 \begin_inset Formula $\check{A}$
10299 \end_inset
10300
10301
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row topspace="1.5mm">
10308 <cell alignment="center" valignment="top" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \backslash
10314 acute
10315 \begin_inset space \textvisiblespace{}
10316 \end_inset
10317
10318 A
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 \begin_inset Formula $\acute{A}$
10328 \end_inset
10329
10330
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row topspace="1.5mm">
10337 <cell alignment="center" valignment="top" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \backslash
10343 grave
10344 \begin_inset space \textvisiblespace{}
10345 \end_inset
10346
10347 A
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 \begin_inset Formula $\grave{A}$
10357 \end_inset
10358
10359
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 </row>
10365 <row topspace="1.5mm">
10366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \backslash
10372 breve
10373 \begin_inset space \textvisiblespace{}
10374 \end_inset
10375
10376 A
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 \begin_inset Formula $\breve{A}$
10386 \end_inset
10387
10388
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 </lyxtabular>
10395
10396 \end_inset
10397
10398
10399 \begin_inset space \hfill{}
10400 \end_inset
10401
10402
10403 \end_layout
10404
10405 \begin_layout Standard
10406 \begin_inset VSpace bigskip
10407 \end_inset
10408
10409
10410 \end_layout
10411
10412 \begin_layout Standard
10413 You can directly insert accents such as é in formulas.
10414  \SpecialChar LyX
10415  will transform them to the corresponding accent command.
10416  For umlauts
10417 \begin_inset Index idx
10418 status collapsed
10419
10420 \begin_layout Plain Layout
10421 Umlauts
10422 \end_layout
10423
10424 \end_inset
10425
10426  however it is better to insert a quotation mark before the vowel.
10427  These two characters are then treated by \SpecialChar LaTeX
10428  as 
10429 \emph on
10430 one
10431 \emph default
10432  character when the formula part with the umlaut is marked as German.
10433  In contrast to 
10434 \series bold
10435
10436 \backslash
10437 ddot
10438 \series default
10439 , with this method 
10440 \begin_inset Quotes eld
10441 \end_inset
10442
10443 real
10444 \begin_inset Quotes erd
10445 \end_inset
10446
10447  umlauts are created as demonstrated in the following example:
10448 \end_layout
10449
10450 \begin_layout Standard
10451 \begin_inset VSpace -2mm
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \begin_layout Standard
10458 \align center
10459 \begin_inset Tabular
10460 <lyxtabular version="3" rows="3" columns="2">
10461 <features booktabs="true" tabularvalignment="middle">
10462 <column alignment="center" valignment="top" width="0pt">
10463 <column alignment="center" valignment="top">
10464 <row>
10465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 Command
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Result
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 \begin_inset Quotes grd
10490 \end_inset
10491
10492 i
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 \begin_inset space \hspace{}
10502 \length 0pt
10503 \end_inset
10504
10505
10506 \lang ngerman
10507
10508 \begin_inset Formula $"i$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row topspace="1.5mm">
10518 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \backslash
10524 ddot
10525 \begin_inset space \textvisiblespace{}
10526 \end_inset
10527
10528 i
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 \begin_inset Formula $\ddot{i}$
10538 \end_inset
10539
10540
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 </lyxtabular>
10547
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \begin_layout Standard
10554 One advantage with 
10555 \series bold
10556
10557 \backslash
10558 ddot
10559 \series default
10560  is that umlauts can be directly converted to mathematical text because
10561  the accent commands above are 
10562 \emph on
10563 not allowed
10564 \emph default
10565  
10566 \emph on
10567 in mathematical text
10568 \emph default
10569 .
10570  To convert an accented character to mathematical text, only the character
10571  under the accent may be converted.
10572  This applies for all conversions, e.
10573 \begin_inset space \thinspace{}
10574 \end_inset
10575
10576 g.
10577 \begin_inset space \space{}
10578 \end_inset
10579
10580 to italic or bold.
10581 \end_layout
10582
10583 \begin_layout Standard
10584 \begin_inset VSpace bigskip
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \begin_layout Standard
10591 \SpecialChar LyX
10592  also supports a tilde under the character if the \SpecialChar LaTeX
10593 -package 
10594 \series bold
10595 undertilde
10596 \series default
10597
10598 \begin_inset Index idx
10599 status collapsed
10600
10601 \begin_layout Plain Layout
10602 Packages ! undertilde
10603 \end_layout
10604
10605 \end_inset
10606
10607  is installed on your system:
10608 \end_layout
10609
10610 \begin_layout Standard
10611 \begin_inset ERT
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615
10616
10617 \backslash
10618 ifundertilde 
10619 \end_layout
10620
10621 \end_inset
10622
10623
10624 \begin_inset Note Note
10625 status open
10626
10627 \begin_layout Plain Layout
10628 The following table will only be displayed when the \SpecialChar LaTeX
10629 -package 
10630 \series bold
10631 undertilde
10632 \series default
10633  is installed.
10634 \end_layout
10635
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \begin_layout Standard
10642 \noindent
10643 \align center
10644 \begin_inset Tabular
10645 <lyxtabular version="3" rows="2" columns="2">
10646 <features booktabs="true" tabularvalignment="middle">
10647 <column alignment="center" valignment="top" width="0pt">
10648 <column alignment="center" valignment="top" width="0pt">
10649 <row>
10650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 Command
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 Result
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \backslash
10676 utilde
10677 \begin_inset space \textvisiblespace{}
10678 \end_inset
10679
10680 A
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 \begin_inset Formula $\utilde{A}$
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 </lyxtabular>
10699
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \begin_layout Standard
10706 \begin_inset ERT
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711
10712 \backslash
10713 else 
10714 \end_layout
10715
10716 \end_inset
10717
10718
10719 \begin_inset Note Note
10720 status open
10721
10722 \begin_layout Plain Layout
10723 The following will be displayed when the \SpecialChar LaTeX
10724 -package 
10725 \series bold
10726 undertilde
10727 \series default
10728  is not installed:
10729 \end_layout
10730
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \begin_layout Standard
10737 You need to install the \SpecialChar LaTeX
10738 -package 
10739 \series bold
10740 undertilde
10741 \series default
10742  to see the rest of this subsection in the output.
10743 \end_layout
10744
10745 \begin_layout Standard
10746 \begin_inset ERT
10747 status collapsed
10748
10749 \begin_layout Plain Layout
10750
10751
10752 \backslash
10753 fi 
10754 \end_layout
10755
10756 \end_inset
10757
10758
10759 \end_layout
10760
10761 \begin_layout Subsection
10762 Accents for Several Characters
10763 \begin_inset Index idx
10764 status collapsed
10765
10766 \begin_layout Plain Layout
10767 Accents ! for several characters
10768 \end_layout
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \begin_layout Standard
10776 \begin_inset space \hfill{}
10777 \end_inset
10778
10779
10780 \begin_inset Tabular
10781 <lyxtabular version="3" rows="5" columns="2">
10782 <features booktabs="true" tabularvalignment="middle">
10783 <column alignment="center" valignment="top" width="0pt">
10784 <column alignment="center" valignment="top" width="0pt">
10785 <row>
10786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 Command
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 Result
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row topspace="1.5mm">
10806 <cell alignment="center" valignment="top" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \backslash
10812 overleftarrow
10813 \begin_inset space \textvisiblespace{}
10814 \end_inset
10815
10816 A=B
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 \begin_inset Formula $\overleftarrow{A=B}$
10826 \end_inset
10827
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 </row>
10834 <row topspace="1.5mm">
10835 <cell alignment="center" valignment="top" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839
10840 \backslash
10841 underleftarrow
10842 \begin_inset space \textvisiblespace{}
10843 \end_inset
10844
10845 A=B
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Formula $\underleftarrow{A=B}$
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row topspace="1.5mm">
10864 <cell alignment="center" valignment="top" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \backslash
10870 overleftrightarrow
10871 \begin_inset space \textvisiblespace{}
10872 \end_inset
10873
10874 A=B
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 \begin_inset Formula $\overleftrightarrow{A=B}$
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row topspace="1.5mm" bottomspace="1mm">
10893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \backslash
10899 underleftrightarrow
10900 \begin_inset space \textvisiblespace{}
10901 \end_inset
10902
10903 A=B
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 \begin_inset Formula $\underleftrightarrow{A=B}$
10913 \end_inset
10914
10915
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 </lyxtabular>
10922
10923 \end_inset
10924
10925
10926 \begin_inset space \hfill{}
10927 \end_inset
10928
10929
10930 \begin_inset Tabular
10931 <lyxtabular version="3" rows="5" columns="2">
10932 <features booktabs="true" tabularvalignment="middle">
10933 <column alignment="center" valignment="top" width="0pt">
10934 <column alignment="center" valignment="top" width="0pt">
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Command
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Result
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row topspace="1.5mm">
10956 <cell alignment="center" valignment="top" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \backslash
10962 overrightarrow
10963 \begin_inset space \textvisiblespace{}
10964 \end_inset
10965
10966 A=B
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 \begin_inset Formula $\overrightarrow{A=B}$
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row topspace="1.5mm">
10985 <cell alignment="center" valignment="top" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \backslash
10991 underrightarrow
10992 \begin_inset space \textvisiblespace{}
10993 \end_inset
10994
10995 A=B
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 \begin_inset Formula $\underrightarrow{A=B}$
11005 \end_inset
11006
11007
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row topspace="1.5mm">
11014 <cell alignment="center" valignment="top" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \backslash
11020 widetilde
11021 \begin_inset space \textvisiblespace{}
11022 \end_inset
11023
11024 A=B
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 \begin_inset Formula $\widetilde{A=B}$
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row topspace="1.5mm" bottomspace="1mm">
11043 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 widehat
11050 \begin_inset space \textvisiblespace{}
11051 \end_inset
11052
11053 A=B
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 \begin_inset Formula $\widehat{A=B}$
11063 \end_inset
11064
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 </lyxtabular>
11072
11073 \end_inset
11074
11075
11076 \begin_inset space \hfill{}
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \begin_layout Standard
11083 \begin_inset VSpace medskip
11084 \end_inset
11085
11086 Using these commands you can accent as many characters as you like.
11087  But the accents 
11088 \series bold
11089
11090 \backslash
11091 widetilde
11092 \series default
11093  and 
11094 \series bold
11095
11096 \backslash
11097 widehat
11098 \series default
11099  will only be set in the output with a length of three characters, as shown
11100  in the following example:
11101 \begin_inset Formula 
11102 \[
11103 \widetilde{A+B=C-D}
11104 \]
11105
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \begin_layout Standard
11112 It is also possible to accent several characters using the commands 
11113 \series bold
11114
11115 \backslash
11116 overset
11117 \series default
11118
11119 \begin_inset Index idx
11120 status collapsed
11121
11122 \begin_layout Plain Layout
11123 Commands ! O ! 
11124 \backslash
11125 overset
11126 \end_layout
11127
11128 \end_inset
11129
11130  and 
11131 \series bold
11132
11133 \backslash
11134 underset
11135 \series default
11136
11137 \begin_inset Index idx
11138 status collapsed
11139
11140 \begin_layout Plain Layout
11141 Commands ! U ! 
11142 \backslash
11143 underset
11144 \end_layout
11145
11146 \end_inset
11147
11148  described in the previous subsection.
11149  The command 
11150 \series bold
11151
11152 \backslash
11153 underset
11154 \begin_inset space \textvisiblespace{}
11155 \end_inset
11156
11157 A=B
11158 \begin_inset Formula $\downarrow$
11159 \end_inset
11160
11161 ***
11162 \series default
11163  creates:
11164 \begin_inset Formula 
11165 \[
11166 \underset{***}{A=B}
11167 \]
11168
11169 \end_inset
11170
11171
11172 \end_layout
11173
11174 \begin_layout Section
11175 Space
11176 \begin_inset CommandInset label
11177 LatexCommand label
11178 name "subsec:Space"
11179
11180 \end_inset
11181
11182
11183 \begin_inset Index idx
11184 status collapsed
11185
11186 \begin_layout Plain Layout
11187 Space ! horizontal
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Subsection
11196 Predefined Space
11197 \begin_inset CommandInset label
11198 LatexCommand label
11199 name "subsec:Predefined-Space"
11200
11201 \end_inset
11202
11203
11204 \begin_inset Index idx
11205 status collapsed
11206
11207 \begin_layout Plain Layout
11208 Space ! horizontal ! predefined
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \end_layout
11215
11216 \begin_layout Standard
11217 Sometimes it is necessary to insert horizontal space into a formula.
11218  This is done by inserting a protected space (shortcut 
11219 \change_inserted 5863208 1612729962
11220
11221 \begin_inset Info
11222 type  "shortcut"
11223 arg   "command-alternatives math-space ; space-insert protected"
11224 \end_inset
11225
11226
11227 \change_deleted 5863208 1612729965
11228
11229 \begin_inset Info
11230 type  "shortcut"
11231 arg   "command-alternatives space-insert protected ; math-space"
11232 \end_inset
11233
11234
11235 \begin_inset Note Note
11236 status open
11237
11238 \begin_layout Plain Layout
11239
11240 \change_inserted 232239728 1611160593
11241 What is intended here?
11242 \change_unchanged
11243
11244 \end_layout
11245
11246 \end_inset
11247
11248
11249 \change_unchanged
11250 ).
11251  A 
11252 \begin_inset Quotes eld
11253 \end_inset
11254
11255
11256 \color blue
11257
11258 \begin_inset space \textvisiblespace{}
11259 \end_inset
11260
11261
11262 \color inherit
11263
11264 \begin_inset Quotes erd
11265 \end_inset
11266
11267  appears and by pressing 
11268 \family sans
11269 Space
11270 \family default
11271  several times one can select one of eight different space sizes.
11272  The spaces can also be inserted using the math toolbar button 
11273 \begin_inset Info
11274 type  "icon"
11275 arg   "math-insert \\space"
11276 \end_inset
11277
11278  or special commands.
11279  The size can be adjusted at any time by positioning the cursor on the 
11280 \begin_inset Info
11281 type  "icon"
11282 arg   "math-insert \\space"
11283 \end_inset
11284
11285  and pressing 
11286 \family sans
11287 Space
11288 \family default
11289  until the desired size is achieved.
11290 \end_layout
11291
11292 \begin_layout Standard
11293 \noindent
11294 \align center
11295 \begin_inset Tabular
11296 <lyxtabular version="3" rows="6" columns="3">
11297 <features booktabs="true" tabularvalignment="middle">
11298 <column alignment="center" valignment="top">
11299 <column alignment="center" valignment="top" width="15col%">
11300 <column alignment="center" valignment="top">
11301 <row>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 Command
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 Number of 
11316 \family sans
11317 Space
11318 \family default
11319  keystrokes
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 Result
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 </row>
11334 <row>
11335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339
11340 \backslash
11341 ,
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 0
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 \begin_inset Formula $A\,B$
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 </row>
11368 <row>
11369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373
11374 \backslash
11375 :
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 1
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 \begin_inset Formula $A\:B$
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 </row>
11402 <row>
11403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \backslash
11409 ;
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 2
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 \begin_inset Formula $A\;B$
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441
11442 \backslash
11443 quad
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 3
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 \begin_inset Formula $A\quad B$
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 <row>
11471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475
11476 \backslash
11477 qquad
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 4
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Formula $A\qquad B$
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \begin_inset space \hfill{}
11510 \end_inset
11511
11512
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="6" columns="3">
11515 <features booktabs="true" tabularvalignment="middle">
11516 <column alignment="center" valignment="top">
11517 <column alignment="center" valignment="top" width="15col%">
11518 <column alignment="center" valignment="top">
11519 <row>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 Command
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Number of 
11534 \family sans
11535 Space
11536 \family default
11537  keystrokes
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 Result
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \backslash
11559 hfill
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 5
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 \begin_inset Formula $A\hfill B$
11578 \end_inset
11579
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591
11592 \backslash
11593 hspace*{1em}
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 6
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A\hspace*{1em}B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 <row>
11621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625
11626 \backslash
11627 hspace{1em}
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 7
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 \begin_inset Formula $A\hspace{1em}B$
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 </row>
11654 <row>
11655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659
11660 \backslash
11661
11662 \begin_inset space \textvisiblespace{}
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 8
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 \begin_inset Formula $A\ B$
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697
11698 \backslash
11699 !
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 9
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 \begin_inset Formula $A\!B$
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 </lyxtabular>
11727
11728 \end_inset
11729
11730
11731 \end_layout
11732
11733 \begin_layout Standard
11734 Space's
11735 \begin_inset space ~
11736 \end_inset
11737
11738 5
11739 \begin_inset space \thinspace{}
11740 \end_inset
11741
11742
11743 \begin_inset space \thinspace{}
11744 \end_inset
11745
11746 7 are variable spaces which are explained in 
11747 \begin_inset CommandInset ref
11748 LatexCommand ref
11749 reference "subsec:Variable-Space"
11750
11751 \end_inset
11752
11753 .
11754  Space
11755 \begin_inset space ~
11756 \end_inset
11757
11758 9 appears to produce no space.
11759  It is displayed red in \SpecialChar LyX
11760  contrary to the other sizes, because it is a negative
11761  space.
11762  There are two more negative spaces:
11763 \end_layout
11764
11765 \begin_layout Standard
11766 \align center
11767 \begin_inset Tabular
11768 <lyxtabular version="3" rows="3" columns="3">
11769 <features booktabs="true" tabularvalignment="middle">
11770 <column alignment="center" valignment="middle" width="6.8cm">
11771 <column alignment="center" valignment="top" width="0pt">
11772 <column alignment="center" valignment="top" width="0pt">
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 Command
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787
11788 \backslash
11789 negmedspace
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798
11799 \backslash
11800 negthickspace
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 <row>
11807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 Number of 
11812 \family sans
11813 Space
11814 \family default
11815  keystrokes after inserting the protected space
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 10
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 11
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 <row>
11840 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 Result
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 \begin_inset Formula $A\negmedspace B$
11854 \end_inset
11855
11856
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 \begin_inset Formula $A\negthickspace B$
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 </row>
11874 </lyxtabular>
11875
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \begin_layout Standard
11882 Negative spaces can lead to characters overlapping each other.
11883  Thus they can be used to enforce ligatures, which are useful for things
11884  such as summation operators:
11885 \end_layout
11886
11887 \begin_layout Standard
11888 \align center
11889 \begin_inset Tabular
11890 <lyxtabular version="3" rows="3" columns="2">
11891 <features booktabs="true" tabularvalignment="middle">
11892 <column alignment="center" valignment="top" width="0pt">
11893 <column alignment="center" valignment="top">
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 Command
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 Result
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919
11920 \backslash
11921 sum
11922 \backslash
11923 sum
11924 \begin_inset space \textvisiblespace{}
11925 \end_inset
11926
11927 f_kl
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 \begin_inset Formula $\sum\sum f_{kl}$
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950
11951 \backslash
11952 sum
11953 \backslash
11954 negmedspace
11955 \backslash
11956 sum
11957 \begin_inset space \textvisiblespace{}
11958 \end_inset
11959
11960 f_kl
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 </lyxtabular>
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Standard
11986 \noindent
11987 \begin_inset VSpace medskip
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \begin_layout Standard
11994 \noindent
11995 Relational operators, for example equal or less than signs, are always surrounde
11996 d by space.
11997  To suppress this, the operator is placed into a \SpecialChar TeX
11998  brace.
11999  The following example demonstrates this:
12000 \end_layout
12001
12002 \begin_layout Standard
12003 \align center
12004 \begin_inset Tabular
12005 <lyxtabular version="3" rows="2" columns="2">
12006 <features tabularvalignment="middle">
12007 <column alignment="center" valignment="top" width="0pt">
12008 <column alignment="center" valignment="top" width="0pt">
12009 <row>
12010 <cell alignment="center" valignment="top" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 Normal equation
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 \begin_inset Formula $A=B$
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 </row>
12032 <row>
12033 <cell alignment="center" valignment="top" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037 Equation without space
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 \begin_inset Formula $A{=}B$
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 </row>
12055 </lyxtabular>
12056
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 \noindent
12064 The command for the last formula is: 
12065 \series bold
12066 A
12067 \backslash
12068 {=
12069 \begin_inset Formula $\to$
12070 \end_inset
12071
12072 B
12073 \end_layout
12074
12075 \begin_layout Standard
12076 \begin_inset VSpace bigskip
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \begin_layout Standard
12083 Another example of controlled spaces is physical units.
12084  The space between a value and its unit is smaller than a normal space,
12085  typically a thin space is used.
12086  For units in text, the smaller space is inserted via the menu 
12087 \family sans
12088 Insert\SpecialChar menuseparator
12089 Formatting\SpecialChar menuseparator
12090 Thin
12091 \begin_inset space ~
12092 \end_inset
12093
12094 Space
12095 \family default
12096  (shortcut 
12097 \begin_inset Info
12098 type  "shortcut"
12099 arg   "space-insert thin"
12100 \end_inset
12101
12102 ).
12103 \end_layout
12104
12105 \begin_layout Standard
12106 An example to visualize the difference:
12107 \end_layout
12108
12109 \begin_layout Standard
12110 \begin_inset Tabular
12111 <lyxtabular version="3" rows="2" columns="2">
12112 <features tabularvalignment="middle">
12113 <column alignment="left" valignment="top">
12114 <column alignment="left" valignment="top">
12115 <row>
12116 <cell alignment="center" valignment="top" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 24 kW
12121 \begin_inset Formula $\cdot$
12122 \end_inset
12123
12124 h
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell alignment="center" valignment="top" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 Space between value and unit
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 </row>
12139 <row>
12140 <cell alignment="center" valignment="top" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 24
12145 \begin_inset space \thinspace{}
12146 \end_inset
12147
12148 kW
12149 \begin_inset Formula $\cdot$
12150 \end_inset
12151
12152 h
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 Thin space between value and unit
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 </lyxtabular>
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \begin_layout Subsection
12175 Variable Space
12176 \begin_inset ERT
12177 status collapsed
12178
12179 \begin_layout Plain Layout
12180
12181
12182 \backslash
12183 texorpdfstring{
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \begin_inset Foot
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193 For vertical space in formulas see 
12194 \begin_inset CommandInset ref
12195 LatexCommand ref
12196 reference "subsec:Line-Separation"
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \end_inset
12204
12205
12206 \begin_inset ERT
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210
12211 }{}
12212 \end_layout
12213
12214 \end_inset
12215
12216
12217 \begin_inset Note Note
12218 status collapsed
12219
12220 \begin_layout Plain Layout
12221
12222 \backslash
12223 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12224 \end_layout
12225
12226 \begin_layout Plain Layout
12227 More about 
12228 \backslash
12229 texorpdfstring is in section 
12230 \begin_inset CommandInset ref
12231 LatexCommand ref
12232 reference "subsec:Formulas-in-Section"
12233
12234 \end_inset
12235
12236 .
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \begin_inset CommandInset label
12243 LatexCommand label
12244 name "subsec:Variable-Space"
12245
12246 \end_inset
12247
12248
12249 \begin_inset Index idx
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253 Space ! horizontal ! variable
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 Space with a defined length can be inserted with the command 
12263 \series bold
12264
12265 \backslash
12266 hspace
12267 \series default
12268
12269 \begin_inset Index idx
12270 status collapsed
12271
12272 \begin_layout Plain Layout
12273 Commands ! H ! 
12274 \backslash
12275 hspace
12276 \end_layout
12277
12278 \end_inset
12279
12280 .
12281  A long 
12282 \begin_inset Quotes eld
12283 \end_inset
12284
12285
12286 \color blue
12287
12288 \begin_inset space \textvisiblespace{}
12289 \end_inset
12290
12291
12292 \color inherit
12293
12294 \begin_inset Quotes erd
12295 \end_inset
12296
12297  will appear, the length of which can be specified by left-clicking on the
12298  
12299 \begin_inset Quotes eld
12300 \end_inset
12301
12302
12303 \color blue
12304
12305 \begin_inset space \textvisiblespace{}
12306 \end_inset
12307
12308
12309 \color inherit
12310
12311 \begin_inset Quotes erd
12312 \end_inset
12313
12314 .
12315  The length may also be negative.
12316  If the space is the first character in a line, it will ordinarily be omitted.
12317  To force its output use the command 
12318 \series bold
12319
12320 \backslash
12321 hspace*
12322 \series default
12323  instead of 
12324 \series bold
12325
12326 \backslash
12327 hspace
12328 \series default
12329  or left-click on the 
12330 \begin_inset Quotes eld
12331 \end_inset
12332
12333
12334 \color blue
12335
12336 \begin_inset space \textvisiblespace{}
12337 \end_inset
12338
12339
12340 \color inherit
12341
12342 \begin_inset Quotes erd
12343 \end_inset
12344
12345  and check the option 
12346 \family sans
12347 Protect
12348 \family default
12349 .
12350 \begin_inset Newline newline
12351 \end_inset
12352
12353 To insert as much space as is available, the command 
12354 \series bold
12355
12356 \backslash
12357 hfill
12358 \series default
12359
12360 \begin_inset Index idx
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364 Commands ! H ! 
12365 \backslash
12366 hfill
12367 \end_layout
12368
12369 \end_inset
12370
12371  is used.
12372 \end_layout
12373
12374 \begin_layout Standard
12375 \align center
12376 \begin_inset Tabular
12377 <lyxtabular version="3" rows="4" columns="2">
12378 <features booktabs="true" tabularvalignment="middle">
12379 <column alignment="center" valignment="top" width="0pt">
12380 <column alignment="center" valignment="top">
12381 <row>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 Command (
12387 \backslash
12388 hspace length)
12389 \end_layout
12390
12391 \end_inset
12392 </cell>
12393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12394 \begin_inset Text
12395
12396 \begin_layout Plain Layout
12397 Result
12398 \end_layout
12399
12400 \end_inset
12401 </cell>
12402 </row>
12403 <row>
12404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408 A=B
12409 \backslash
12410 hspace
12411 \begin_inset space \textvisiblespace{}
12412 \end_inset
12413
12414 A
12415 \backslash
12416 not=C (3
12417 \begin_inset space \thinspace{}
12418 \end_inset
12419
12420 cm)
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 </row>
12438 <row>
12439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 A
12444 \backslash
12445 hspace
12446 \begin_inset space \textvisiblespace{}
12447 \end_inset
12448
12449 A
12450 \backslash
12451 not=A (-1
12452 \begin_inset space \thinspace{}
12453 \end_inset
12454
12455 mm)
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12465 \end_inset
12466
12467
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 </row>
12473 <row>
12474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 A=A
12479 \backslash
12480 hfill
12481 \begin_inset space \textvisiblespace{}
12482 \end_inset
12483
12484 B=B
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 \begin_inset Formula $A=A\hfill B=B$
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 </lyxtabular>
12503
12504 \end_inset
12505
12506
12507 \end_layout
12508
12509 \begin_layout Standard
12510 In the last example the available space is given by the longest column entry
12511  of the table.
12512  In an inline formula the space depends on the length of the line in which
12513  
12514 \series bold
12515
12516 \backslash
12517 hfill
12518 \series default
12519  is inserted.
12520  Thus, when the line uses the full width, no space will be created.
12521  
12522 \series bold
12523
12524 \backslash
12525 hfill
12526 \series default
12527  only has an effect on displayed formulas when the formula style 
12528 \series bold
12529 Indented
12530 \series default
12531  is used.
12532  (Formula styles are explained in 
12533 \begin_inset CommandInset ref
12534 LatexCommand ref
12535 reference "sec:Formula-Styles"
12536
12537 \end_inset
12538
12539 .)
12540 \end_layout
12541
12542 \begin_layout Standard
12543 Besides 
12544 \series bold
12545
12546 \backslash
12547 hfill
12548 \series default
12549 , there are also commands, 
12550 \series bold
12551
12552 \backslash
12553 dotfill
12554 \series default
12555  and 
12556 \series bold
12557
12558 \backslash
12559 hrulefill,
12560 \series default
12561  that fill the space with a pattern.
12562  See 
12563 \begin_inset CommandInset ref
12564 LatexCommand ref
12565 reference "subsec:Ellipses"
12566
12567 \end_inset
12568
12569  for an example.
12570 \end_layout
12571
12572 \begin_layout Standard
12573 For text, variable space can be inserted via the menu 
12574 \family sans
12575 Insert\SpecialChar menuseparator
12576 Formatting\SpecialChar menuseparator
12577 Horizontal
12578 \begin_inset space ~
12579 \end_inset
12580
12581 Space
12582 \family default
12583 :
12584 \end_layout
12585
12586 \begin_layout Standard
12587 This is a line with
12588 \begin_inset space \hspace{}
12589 \length 2cm
12590 \end_inset
12591
12592 2
12593 \begin_inset space \thinspace{}
12594 \end_inset
12595
12596 cm space.
12597 \end_layout
12598
12599 \begin_layout Standard
12600 This is a line with
12601 \begin_inset space \hfill{}
12602 \end_inset
12603
12604 maximum space.
12605 \end_layout
12606
12607 \begin_layout Subsection
12608 Space Besides Inline Formulas
12609 \begin_inset Index idx
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613 Space ! besides inline formulas
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \begin_layout Standard
12622 The space that surrounds inline formulas can be adjusted with the length
12623  
12624 \series bold
12625
12626 \backslash
12627 mathsurround
12628 \series default
12629
12630 \begin_inset Index idx
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634 Commands ! M ! 
12635 \backslash
12636 mathsurround
12637 \end_layout
12638
12639 \end_inset
12640
12641 .
12642  The value of a length is set with the command 
12643 \series bold
12644
12645 \backslash
12646 setlength
12647 \series default
12648
12649 \begin_inset Index idx
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653 Commands ! S ! 
12654 \backslash
12655 setlength
12656 \end_layout
12657
12658 \end_inset
12659
12660  which has the following scheme:
12661 \end_layout
12662
12663 \begin_layout Standard
12664
12665 \series bold
12666
12667 \backslash
12668 setlength{length name}{value}
12669 \end_layout
12670
12671 \begin_layout Standard
12672 To set 
12673 \series bold
12674
12675 \backslash
12676 mathsurround
12677 \series default
12678  to the value 5
12679 \begin_inset space \thinspace{}
12680 \end_inset
12681
12682 mm, the command
12683 \end_layout
12684
12685 \begin_layout Standard
12686
12687 \series bold
12688
12689 \backslash
12690 setlength{
12691 \backslash
12692 mathsurround}{5mm}
12693 \end_layout
12694
12695 \begin_layout Standard
12696 is inserted in \SpecialChar TeX
12697  mode.
12698  5
12699 \begin_inset space \thinspace{}
12700 \end_inset
12701
12702 mm space will now be set around all inline formulas:
12703 \begin_inset ERT
12704 status collapsed
12705
12706 \begin_layout Plain Layout
12707
12708
12709 \backslash
12710 setlength{
12711 \backslash
12712 mathsurround}{5mm}
12713 \end_layout
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \begin_layout Standard
12721 This is a line with an inline formula 
12722 \begin_inset Formula $A=B$
12723 \end_inset
12724
12725  with 5
12726 \begin_inset space \thinspace{}
12727 \end_inset
12728
12729 mm surrounding space.
12730 \begin_inset ERT
12731 status collapsed
12732
12733 \begin_layout Plain Layout
12734
12735
12736 \backslash
12737 setlength{
12738 \backslash
12739 mathsurround}{0pt}
12740 \end_layout
12741
12742 \end_inset
12743
12744
12745 \end_layout
12746
12747 \begin_layout Standard
12748 To return to the predefined value, 
12749 \series bold
12750
12751 \backslash
12752 mathsurround
12753 \series default
12754  is set to the value 0
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 pt.
12759 \end_layout
12760
12761 \begin_layout Section
12762 Boxes and Frames
12763 \begin_inset Index idx
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767 Boxes
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \begin_inset Index idx
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777 Frames | see
12778 \begin_inset ERT
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782
12783 {
12784 \end_layout
12785
12786 \end_inset
12787
12788 Boxes
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794 }
12795 \end_layout
12796
12797 \end_inset
12798
12799
12800 \end_layout
12801
12802 \end_inset
12803
12804
12805 \end_layout
12806
12807 \begin_layout Standard
12808 Boxes for text are described in chapter 
12809 \family typewriter
12810 Boxes
12811 \family default
12812  in the 
12813 \family typewriter
12814 Embedded
12815 \begin_inset space ~
12816 \end_inset
12817
12818 Objects
12819 \family default
12820  manual.
12821 \end_layout
12822
12823 \begin_layout Subsection
12824 Boxes with Frame
12825 \begin_inset CommandInset label
12826 LatexCommand label
12827 name "subsec:Boxes-with-Frame"
12828
12829 \end_inset
12830
12831
12832 \begin_inset Index idx
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836 Boxes ! with frame
12837 \end_layout
12838
12839 \end_inset
12840
12841
12842 \end_layout
12843
12844 \begin_layout Standard
12845 It is possible to frame a formula or part of one with the commands 
12846 \series bold
12847
12848 \backslash
12849 fbox
12850 \series default
12851
12852 \begin_inset Index idx
12853 status collapsed
12854
12855 \begin_layout Plain Layout
12856 Commands ! F ! 
12857 \backslash
12858 fbox
12859 \end_layout
12860
12861 \end_inset
12862
12863  and 
12864 \series bold
12865
12866 \backslash
12867 boxed
12868 \series default
12869
12870 \begin_inset Index idx
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874 Commands ! B ! 
12875 \backslash
12876 boxed
12877 \end_layout
12878
12879 \end_inset
12880
12881 .
12882 \end_layout
12883
12884 \begin_layout Standard
12885 When one of these commands is inserted in a formula, a blue box appears
12886  within a frame to enter formula parts.
12887  For 
12888 \series bold
12889
12890 \backslash
12891 fbox
12892 \series default
12893  an additional formula has to be created by 
12894 \family sans
12895 Ctrl+M
12896 \family default
12897  within this box, because the box content will otherwise be treated as mathemati
12898 cal text.
12899  When 
12900 \series bold
12901
12902 \backslash
12903 boxed
12904 \series default
12905  is used, a new formula is automatically created inside the frame.
12906 \end_layout
12907
12908 \begin_layout Standard
12909 The command 
12910 \series bold
12911
12912 \backslash
12913 fbox
12914 \series default
12915  is not suitable to frame displayed formulas because the formula will always
12916  be set in the size of the documents text.
12917  Conversly 
12918 \series bold
12919
12920 \backslash
12921 boxed
12922 \series default
12923  is not suitable to frame inline formulas because the formula will always
12924  be set in the size of a displayed formula.
12925 \end_layout
12926
12927 \begin_layout Standard
12928 An extension to 
12929 \series bold
12930
12931 \backslash
12932 fbox
12933 \series default
12934  is the command 
12935 \series bold
12936
12937 \backslash
12938 framebox
12939 \series default
12940
12941 \begin_inset Index idx
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945 Commands ! F ! 
12946 \backslash
12947 framebox
12948 \end_layout
12949
12950 \end_inset
12951
12952  with which the frame width and the alignment can be specified.
12953  
12954 \series bold
12955
12956 \backslash
12957 framebox
12958 \series default
12959  is used in the following scheme:
12960 \end_layout
12961
12962 \begin_layout Standard
12963
12964 \series bold
12965
12966 \backslash
12967 framebox[frame width][position]{box content}
12968 \end_layout
12969
12970 \begin_layout Standard
12971 The position can either be 
12972 \emph on
12973 l
12974 \emph default
12975  or 
12976 \emph on
12977 r
12978 \emph default
12979 .
12980  
12981 \emph on
12982 l
12983 \emph default
12984  left aligns and 
12985 \emph on
12986 r
12987 \emph default
12988  right aligns the formula in the box.
12989  If no position is given the formula will be centered.
12990 \begin_inset Newline newline
12991 \end_inset
12992
12993 If width is not given then position can not be given.
12994  In this case the frame width is adjusted to the box content like for 
12995 \series bold
12996
12997 \backslash
12998 fbox
12999 \series default
13000 .
13001 \end_layout
13002
13003 \begin_layout Standard
13004 When the command 
13005 \series bold
13006
13007 \backslash
13008 framebox
13009 \series default
13010  is inserted, a box appears containing three blue boxes.
13011  The first two boxes are surrounded by brackets and denote the two optional
13012  arguments.
13013  The third box is for formula parts like for 
13014 \series bold
13015
13016 \backslash
13017 fbox
13018 \series default
13019 .
13020 \end_layout
13021
13022 \begin_layout Standard
13023 \align center
13024 \begin_inset Tabular
13025 <lyxtabular version="3" rows="5" columns="2">
13026 <features booktabs="true" tabularvalignment="middle">
13027 <column alignment="center" valignment="top" width="0pt">
13028 <column alignment="center" valignment="top">
13029 <row>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 Command
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 Result
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 </row>
13049 <row topspace="1.5mm">
13050 <cell alignment="center" valignment="top" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054
13055 \backslash
13056 fbox
13057 \begin_inset space \textvisiblespace{}
13058 \end_inset
13059
13060
13061 \family sans
13062 Ctrl+M
13063 \family default
13064  
13065 \backslash
13066 int
13067 \begin_inset space \textvisiblespace{}
13068 \end_inset
13069
13070 A=B
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 </row>
13088 <row topspace="1.5mm">
13089 <cell alignment="center" valignment="top" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093
13094 \backslash
13095 boxed
13096 \begin_inset space \textvisiblespace{}
13097 \end_inset
13098
13099
13100 \backslash
13101 int
13102 \begin_inset space \textvisiblespace{}
13103 \end_inset
13104
13105 A=B
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 \begin_inset Formula $\boxed{\int A=B}$
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 <row topspace="1.5mm">
13124 <cell alignment="center" valignment="top" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 A+
13129 \backslash
13130 fbox
13131 \begin_inset space \textvisiblespace{}
13132 \end_inset
13133
13134 B
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 \begin_inset Formula $A+\fbox{B}$
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 </row>
13152 <row topspace="1.5mm" bottomspace="1mm">
13153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157
13158 \backslash
13159 framebox
13160 \begin_inset space \textvisiblespace{}
13161 \end_inset
13162
13163 20mm
13164 \begin_inset Formula $\to$
13165 \end_inset
13166
13167
13168 \begin_inset Formula $\to$
13169 \end_inset
13170
13171
13172 \family sans
13173 Ctrl+M
13174 \family default
13175  
13176 \backslash
13177 frac
13178 \begin_inset space \textvisiblespace{}
13179 \end_inset
13180
13181 A
13182 \begin_inset Formula $\downarrow$
13183 \end_inset
13184
13185 B
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 </row>
13203 </lyxtabular>
13204
13205 \end_inset
13206
13207
13208 \end_layout
13209
13210 \begin_layout Standard
13211 To adjust the frame thickness the following commands are inserted in \SpecialChar TeX
13212  mode
13213  before the formula:
13214 \end_layout
13215
13216 \begin_layout Standard
13217
13218 \series bold
13219
13220 \backslash
13221 fboxrule
13222 \series default
13223  
13224 \series bold
13225
13226 \begin_inset Quotes eld
13227 \end_inset
13228
13229 thickness
13230 \begin_inset Quotes erd
13231 \end_inset
13232
13233
13234 \series default
13235  
13236 \series bold
13237
13238 \backslash
13239 fboxsep
13240 \series default
13241  
13242 \series bold
13243
13244 \begin_inset Quotes eld
13245 \end_inset
13246
13247 distance
13248 \begin_inset Quotes erd
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Standard
13255 \begin_inset Quotes eld
13256 \end_inset
13257
13258 distance
13259 \begin_inset Quotes erd
13260 \end_inset
13261
13262  specifies the minimum distance between the frame and the first character
13263  in the box.
13264  An example of this is given in the following framed formula:
13265 \begin_inset ERT
13266 status open
13267
13268 \begin_layout Plain Layout
13269
13270
13271 \backslash
13272 fboxrule 2mm 
13273 \backslash
13274 fboxsep 3mm
13275 \end_layout
13276
13277 \end_inset
13278
13279
13280 \begin_inset Formula 
13281 \[
13282 \boxed{A+B=C}
13283 \]
13284
13285 \end_inset
13286
13287 Before this formula the commands
13288 \end_layout
13289
13290 \begin_layout Standard
13291
13292 \series bold
13293
13294 \backslash
13295 fboxrule
13296 \series default
13297  
13298 \series bold
13299 2mm
13300 \series default
13301  
13302 \series bold
13303
13304 \backslash
13305 fboxsep
13306 \series default
13307  
13308 \series bold
13309 3mm
13310 \end_layout
13311
13312 \begin_layout Standard
13313 were inserted in \SpecialChar TeX
13314  mode.
13315  These values are then used for all following boxes.
13316 \end_layout
13317
13318 \begin_layout Standard
13319 To return to the standard frame size, the command
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 0.4pt
13332 \series default
13333  
13334 \series bold
13335
13336 \backslash
13337 fboxsep
13338 \series default
13339  
13340 \series bold
13341 3pt
13342 \series default
13343
13344 \begin_inset ERT
13345 status open
13346
13347 \begin_layout Plain Layout
13348
13349
13350 \backslash
13351 fboxrule 0.4pt 
13352 \backslash
13353 fboxsep 3pt
13354 \end_layout
13355
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 is inserted in \SpecialChar TeX
13363  mode before the next formula.
13364 \end_layout
13365
13366 \begin_layout Subsection
13367 Boxes Without Frame
13368 \begin_inset CommandInset label
13369 LatexCommand label
13370 name "subsec:Boxes-without-Frame"
13371
13372 \end_inset
13373
13374
13375 \begin_inset Index idx
13376 status collapsed
13377
13378 \begin_layout Plain Layout
13379 Boxes ! without frame
13380 \end_layout
13381
13382 \end_inset
13383
13384
13385 \end_layout
13386
13387 \begin_layout Standard
13388 For boxes without a frame the following box commands: 
13389 \series bold
13390
13391 \backslash
13392 mbox
13393 \series default
13394
13395 \begin_inset Index idx
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399 Commands ! M ! 
13400 \backslash
13401 mbox
13402 \end_layout
13403
13404 \end_inset
13405
13406
13407 \series bold
13408
13409 \backslash
13410 makebox
13411 \series default
13412
13413 \begin_inset Index idx
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417 Commands ! M ! 
13418 \backslash
13419 makebox
13420 \end_layout
13421
13422 \end_inset
13423
13424  and 
13425 \series bold
13426
13427 \backslash
13428 raisebox
13429 \series default
13430
13431 \begin_inset Index idx
13432 status collapsed
13433
13434 \begin_layout Plain Layout
13435 Commands ! R ! 
13436 \backslash
13437 raisebox
13438 \end_layout
13439
13440 \end_inset
13441
13442  are available.
13443 \end_layout
13444
13445 \begin_layout Standard
13446 With 
13447 \series bold
13448
13449 \backslash
13450 raisebox
13451 \series default
13452  a box can be super- or subscripted.
13453  But in contrary to normal super- and subscripting, the characters in the
13454  box keep their font size.
13455  
13456 \series bold
13457
13458 \backslash
13459 raisebox
13460 \series default
13461  is used in the following scheme:
13462 \end_layout
13463
13464 \begin_layout Standard
13465
13466 \series bold
13467
13468 \backslash
13469 raisebox{height}{box content}
13470 \end_layout
13471
13472 \begin_layout Standard
13473 When the box contains a formula, an extra formula is needed like for 
13474 \series bold
13475
13476 \backslash
13477 fbox
13478 \series default
13479 .
13480 \end_layout
13481
13482 \begin_layout Standard
13483
13484 \series medium
13485 \begin_inset Note Greyedout
13486 status open
13487
13488 \begin_layout Plain Layout
13489
13490 \series bold
13491 Note:
13492 \series default
13493  For 
13494 \series bold
13495
13496 \backslash
13497 raisebox
13498 \series default
13499  this extra formula is created by pressing 
13500 \family sans
13501 Ctrl+M
13502 \family default
13503  twice instead of once because \SpecialChar LyX
13504  doesn't yet support 
13505 \series bold
13506
13507 \backslash
13508 raisebox
13509 \series default
13510  directly.
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \begin_layout Standard
13519 \align center
13520 \begin_inset Tabular
13521 <lyxtabular version="3" rows="4" columns="2">
13522 <features booktabs="true" tabularvalignment="middle">
13523 <column alignment="center" valignment="top" width="0pt">
13524 <column alignment="center" valignment="top">
13525 <row>
13526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 Command
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 Result
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 </row>
13545 <row>
13546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 H
13551 \backslash
13552 raisebox{2mm
13553 \begin_inset Formula $\to$
13554 \end_inset
13555
13556
13557 \backslash
13558 {al
13559 \begin_inset Formula $\to$
13560 \end_inset
13561
13562  lo
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 H
13586 \backslash
13587 raisebox{-2mm
13588 \begin_inset Formula $\to$
13589 \end_inset
13590
13591
13592 \backslash
13593 {al
13594 \begin_inset Formula $\to$
13595 \end_inset
13596
13597 lo
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 </row>
13615 <row>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 A=
13621 \backslash
13622 raisebox{-2mm
13623 \begin_inset Formula $\to$
13624 \end_inset
13625
13626
13627 \backslash
13628 {
13629 \family sans
13630 Ctrl+M
13631 \family default
13632  
13633 \family sans
13634 Ctrl+M
13635 \family default
13636  
13637 \backslash
13638 sqrt
13639 \begin_inset space \textvisiblespace{}
13640 \end_inset
13641
13642
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 </row>
13660 </lyxtabular>
13661
13662 \end_inset
13663
13664
13665 \end_layout
13666
13667 \begin_layout Standard
13668 The command 
13669 \series bold
13670
13671 \backslash
13672 mbox
13673 \series default
13674  is equivalent to 
13675 \series bold
13676
13677 \backslash
13678 fbox
13679 \series default
13680  and 
13681 \series bold
13682
13683 \backslash
13684 makebox
13685 \series default
13686  is equivalent to 
13687 \series bold
13688
13689 \backslash
13690 framebox
13691 \series default
13692 , except that there is no frame.
13693 \end_layout
13694
13695 \begin_layout Subsection
13696 Colored Boxes
13697 \begin_inset CommandInset label
13698 LatexCommand label
13699 name "subsec:Colored-Boxes"
13700
13701 \end_inset
13702
13703
13704 \begin_inset Index idx
13705 status collapsed
13706
13707 \begin_layout Plain Layout
13708 Boxes ! colored
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13718 -package 
13719 \series bold
13720 color
13721 \series default
13722
13723 \begin_inset Foot
13724 status collapsed
13725
13726 \begin_layout Plain Layout
13727 The \SpecialChar LaTeX
13728 -package 
13729 \series bold
13730 color
13731 \series default
13732  is part of every \SpecialChar LaTeX
13733  standard installation.
13734 \end_layout
13735
13736 \end_inset
13737
13738
13739 \begin_inset Index idx
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743 Packages ! color
13744 \end_layout
13745
13746 \end_inset
13747
13748  must be loaded in the \SpecialChar LaTeX
13749 -preamble with the line
13750 \begin_inset Foot
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754 When text is colored somewhere in the document with a predefined color,
13755  \SpecialChar LyX
13756  loads the \SpecialChar LaTeX
13757  package 
13758 \series bold
13759 color
13760 \series default
13761  automatically.
13762  Thus it is possible that the package is loaded twice, but this does not
13763  cause problems.
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \begin_inset Note Note
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13774 -preamble.
13775 \end_layout
13776
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \begin_layout Standard
13783
13784 \series bold
13785
13786 \backslash
13787 usepackage{color}
13788 \end_layout
13789
13790 \begin_layout Standard
13791 \begin_inset VSpace medskip
13792 \end_inset
13793
13794 To create color boxes, the command 
13795 \series bold
13796
13797 \backslash
13798 colorbox
13799 \series default
13800
13801 \begin_inset Index idx
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805 Commands ! C ! 
13806 \backslash
13807 colorbox
13808 \end_layout
13809
13810 \end_inset
13811
13812  is used in the following scheme:
13813 \end_layout
13814
13815 \begin_layout Standard
13816
13817 \series bold
13818
13819 \backslash
13820 colorbox{color}{box content}
13821 \end_layout
13822
13823 \begin_layout Standard
13824 The box content can also be a box and a 
13825 \series bold
13826
13827 \backslash
13828 colorbox
13829 \series default
13830  can also be part of another box (see the 2nd and 3rd example).
13831  When the box should contain a formula, an extra formula has to be created,
13832  the same way as for 
13833 \series bold
13834
13835 \backslash
13836 raisebox
13837 \series default
13838 .
13839 \begin_inset Foot
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843 This also applies for the command 
13844 \series bold
13845
13846 \backslash
13847 fcolorbox
13848 \series default
13849 .
13850 \end_layout
13851
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \begin_layout Standard
13858 One of the following predefined colors can be chosen:
13859 \end_layout
13860
13861 \begin_layout Standard
13862
13863 \series bold
13864 black
13865 \series default
13866
13867 \series bold
13868 blue
13869 \series default
13870
13871 \series bold
13872 cyan
13873 \series default
13874
13875 \series bold
13876 green
13877 \series default
13878
13879 \series bold
13880 magenta
13881 \series default
13882
13883 \series bold
13884 red
13885 \series default
13886
13887 \series bold
13888 white
13889 \series default
13890  and 
13891 \series bold
13892 yellow
13893 \begin_inset VSpace smallskip
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \begin_layout Standard
13900 \align center
13901 \begin_inset Tabular
13902 <lyxtabular version="3" rows="4" columns="2">
13903 <features booktabs="true" tabularvalignment="middle">
13904 <column alignment="center" valignment="top" width="0pt">
13905 <column alignment="center" valignment="top">
13906 <row>
13907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Plain Layout
13911 Command
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920 Result
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 </row>
13926 <row>
13927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931
13932 \backslash
13933 colorbox{yellow
13934 \begin_inset Formula $\to$
13935 \end_inset
13936
13937
13938 \backslash
13939 {A=B
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 \begin_inset Formula $\colorbox{yellow}{A=B}$
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 <row topspace="1.5mm">
13958 <cell alignment="center" valignment="top" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962
13963 \backslash
13964 colorbox{green
13965 \begin_inset Formula $\to$
13966 \end_inset
13967
13968
13969 \backslash
13970 {
13971 \backslash
13972 fbox
13973 \begin_inset space \textvisiblespace{}
13974 \end_inset
13975
13976
13977 \change_inserted 232239728 1611182042
13978
13979 \begin_inset Formula $\gets\gets$
13980 \end_inset
13981
13982
13983 \change_unchanged
13984 A=B
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13994 \end_inset
13995
13996
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 </row>
14002 <row topspace="1.5mm" bottomspace="1mm">
14003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007
14008 \backslash
14009 fbox
14010 \begin_inset space \textvisiblespace{}
14011 \end_inset
14012
14013
14014 \change_inserted 232239728 1611182036
14015
14016 \begin_inset Formula $\gets\gets$
14017 \end_inset
14018
14019
14020 \change_unchanged
14021
14022 \backslash
14023 colorbox{green
14024 \begin_inset Formula $\to$
14025 \end_inset
14026
14027
14028 \backslash
14029 {
14030 \family sans
14031 Ctrl+M
14032 \family default
14033  
14034 \family sans
14035 Ctrl+M
14036 \family default
14037  
14038 \backslash
14039 int
14040 \begin_inset space \textvisiblespace{}
14041 \end_inset
14042
14043 C=D
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 </lyxtabular>
14062
14063 \end_inset
14064
14065
14066 \begin_inset VSpace smallskip
14067 \end_inset
14068
14069
14070 \end_layout
14071
14072 \begin_layout Standard
14073
14074 \series bold
14075
14076 \backslash
14077 colorbox
14078 \series default
14079  only colors the box background, not the characters in the box.
14080  To color all characters, the whole formula is highlighted and the desired
14081  color is chosen in the 
14082 \family sans
14083 Text
14084 \begin_inset space ~
14085 \end_inset
14086
14087 Style
14088 \family default
14089  dialog.
14090  The dialog can be called with the toolbar button 
14091 \begin_inset Info
14092 type  "icon"
14093 arg   "dialog-show character"
14094 \end_inset
14095
14096  or the menu 
14097 \family sans
14098 Edit\SpecialChar menuseparator
14099 Text
14100 \begin_inset space ~
14101 \end_inset
14102
14103 Properties\SpecialChar menuseparator
14104 Customized
14105 \family default
14106 .
14107  The formula number will have the same color as the formula.
14108  If a different color for the formula number is desired, the color must
14109  be changed within the formula.
14110 \end_layout
14111
14112 \begin_layout Standard
14113 An example:
14114 \end_layout
14115
14116 \begin_layout Standard
14117
14118 \color red
14119 \begin_inset Formula 
14120 \begin{equation}
14121 \int A=B\label{eq:red}
14122 \end{equation}
14123
14124 \end_inset
14125
14126
14127 \color green
14128
14129 \begin_inset Formula 
14130 \begin{equation}
14131 \textcolor{red}{\int A=B}\label{eq:redgreen}
14132 \end{equation}
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140 Formula 
14141 \begin_inset CommandInset ref
14142 LatexCommand eqref
14143 reference "eq:red"
14144
14145 \end_inset
14146
14147  is completely colored red.
14148 \begin_inset Newline newline
14149 \end_inset
14150
14151 Formula 
14152 \begin_inset CommandInset ref
14153 LatexCommand eqref
14154 reference "eq:redgreen"
14155
14156 \end_inset
14157
14158  was first completely colored green to set the color for the formula number.
14159  Subsequently the formula characters were colored red.
14160 \end_layout
14161
14162 \begin_layout Standard
14163 \begin_inset VSpace bigskip
14164 \end_inset
14165
14166 To color the frame different than the rest of the box, the command 
14167 \series bold
14168
14169 \backslash
14170 fcolorbox
14171 \series default
14172
14173 \begin_inset Index idx
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177 Commands ! F ! 
14178 \backslash
14179 fcolorbox
14180 \end_layout
14181
14182 \end_inset
14183
14184  is used in the following scheme:
14185 \end_layout
14186
14187 \begin_layout Standard
14188
14189 \series bold
14190
14191 \backslash
14192 fcolorbox{frame color}{color}{box content}
14193 \end_layout
14194
14195 \begin_layout Standard
14196 So 
14197 \series bold
14198
14199 \backslash
14200 fcolorbox
14201 \series default
14202  is an extension of the command 
14203 \series bold
14204
14205 \backslash
14206 colorbox
14207 \series default
14208 .
14209  The frame width is set, like for 
14210 \series bold
14211
14212 \backslash
14213 framebox
14214 \series default
14215 , with 
14216 \series bold
14217
14218 \backslash
14219 fboxrule
14220 \series default
14221  and 
14222 \series bold
14223
14224 \backslash
14225 fboxsep
14226 \series default
14227 .
14228  An example:
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 fboxrule 1mm 
14237 \backslash
14238 fboxsep 1mm
14239 \end_layout
14240
14241 \end_inset
14242
14243
14244 \begin_inset Formula 
14245 \[
14246 \fcolorbox{cyan}{magenta}{A=B}
14247 \]
14248
14249 \end_inset
14250
14251
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257
14258 \backslash
14259 fboxrule 0.4pt 
14260 \backslash
14261 fboxsep 3pt
14262 \end_layout
14263
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \begin_layout Standard
14270 This formula was created with the command
14271 \begin_inset Newline newline
14272 \end_inset
14273
14274
14275 \series bold
14276
14277 \backslash
14278 fcolorbox{cyan
14279 \begin_inset Formula $\to$
14280 \end_inset
14281
14282
14283 \backslash
14284 {magenta
14285 \begin_inset Formula $\to$
14286 \end_inset
14287
14288
14289 \backslash
14290 {A=B
14291 \series default
14292 .
14293 \end_layout
14294
14295 \begin_layout Standard
14296 \begin_inset VSpace bigskip
14297 \end_inset
14298
14299 To use colors other than predefined ones, they must be defined first.
14300 \end_layout
14301
14302 \begin_layout Standard
14303 One can for example define the color 
14304 \begin_inset Quotes eld
14305 \end_inset
14306
14307
14308 \series bold
14309 darkgreen
14310 \series default
14311
14312 \begin_inset Quotes erd
14313 \end_inset
14314
14315  with the \SpecialChar LaTeX
14316 -preamble line:
14317 \end_layout
14318
14319 \begin_layout Standard
14320
14321 \series bold
14322
14323 \backslash
14324 definecolor{darkgreen}{cmyk}{0.5,
14325 \series default
14326  
14327 \series bold
14328 0,
14329 \series default
14330  
14331 \series bold
14332 1,
14333 \series default
14334  
14335 \series bold
14336 0.5}
14337 \series default
14338
14339 \begin_inset Index idx
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343 Commands ! D ! 
14344 \backslash
14345 definecolor
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \begin_layout Standard
14354
14355 \series bold
14356 cmyk
14357 \series default
14358  is the color space denoting the colors 
14359 \series bold
14360 cyan
14361 \series default
14362
14363 \series bold
14364 magenta
14365 \series default
14366
14367 \series bold
14368 yellow
14369 \series default
14370  and 
14371 \series bold
14372 black
14373 \series default
14374 .
14375  The four comma separated numbers are the portion factors for the corresponding
14376  colors of the color space.
14377  The factors can be in the range of 0
14378 \begin_inset space \thinspace{}
14379 \end_inset
14380
14381 -
14382 \begin_inset space \thinspace{}
14383 \end_inset
14384
14385 1.
14386  Instead of 
14387 \series bold
14388 cmyk,
14389 \series default
14390  the color space 
14391 \series bold
14392 rgb
14393 \series default
14394  can also be used for definitions.
14395  
14396 \series bold
14397 rgb
14398 \series default
14399  denotes 
14400 \series bold
14401 red
14402 \series default
14403
14404 \series bold
14405 green
14406 \series default
14407  and 
14408 \series bold
14409 blue
14410 \series default
14411 , so there are three portion factors for the corresponding colors.
14412  Furthermore there is the color space 
14413 \series bold
14414 gray
14415 \series default
14416  with one portion factor for the gray value.
14417 \end_layout
14418
14419 \begin_layout Standard
14420 As an example here is a framed box with the newly defined color 
14421 \series bold
14422 darkgreen
14423 \series default
14424  where the characters have been colored 
14425 \series bold
14426 yellow
14427 \series default
14428 :
14429 \begin_inset Formula 
14430 \begin{equation}
14431 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14432 \end{equation}
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \begin_layout Standard
14440 Self-defined colors can also be used for text with the help of the command
14441  
14442 \series bold
14443
14444 \backslash
14445 textcolor
14446 \series default
14447 :
14448 \begin_inset Index idx
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452 Text ! colored
14453 \end_layout
14454
14455 \end_inset
14456
14457
14458 \end_layout
14459
14460 \begin_layout Standard
14461 \begin_inset ERT
14462 status collapsed
14463
14464 \begin_layout Plain Layout
14465
14466
14467 \backslash
14468 textcolor{darkgreen}{
14469 \end_layout
14470
14471 \end_inset
14472
14473 This sentence is 
14474 \begin_inset Quotes eld
14475 \end_inset
14476
14477 darkgreen
14478 \begin_inset Quotes erd
14479 \end_inset
14480
14481 .
14482 \begin_inset ERT
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486
14487 }
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496
14497 \series bold
14498
14499 \backslash
14500 textcolor
14501 \series default
14502
14503 \begin_inset Index idx
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Commands ! T ! 
14508 \backslash
14509 textcolor
14510 \end_layout
14511
14512 \end_inset
14513
14514  is used in the scheme 
14515 \series bold
14516
14517 \backslash
14518 textcolor{color}{characters to color}
14519 \series default
14520 .
14521 \end_layout
14522
14523 \begin_layout Subsection
14524 Paragraph Boxes
14525 \begin_inset CommandInset label
14526 LatexCommand label
14527 name "subsec:Paragraph-Boxes"
14528
14529 \end_inset
14530
14531
14532 \begin_inset Index idx
14533 status collapsed
14534
14535 \begin_layout Plain Layout
14536 Boxes ! as paragraph
14537 \end_layout
14538
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Standard
14545 A box that can contain several lines and paragraphs, a so-called paragraph
14546  box (parbox), can be created with the menu 
14547 \family sans
14548 Insert\SpecialChar menuseparator
14549 Box
14550 \family default
14551  or the toolbar button 
14552 \begin_inset Info
14553 type  "icon"
14554 arg   "box-insert"
14555 \end_inset
14556
14557 .
14558 \end_layout
14559
14560 \begin_layout Standard
14561 The following example shows a framed parbox in a line:
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset VSpace medskip
14566 \end_inset
14567
14568 This is a line 
14569 \begin_inset Box Boxed
14570 position "c"
14571 hor_pos "c"
14572 has_inner_box 1
14573 inner_pos "t"
14574 use_parbox 1
14575 use_makebox 0
14576 width "5cm"
14577 special "none"
14578 height "1in"
14579 height_special "totalheight"
14580 thickness "0.4pt"
14581 separation "3pt"
14582 shadowsize "4pt"
14583 framecolor "black"
14584 backgroundcolor "none"
14585 status open
14586
14587 \begin_layout Plain Layout
14588 This is a paragraph box.
14589  It is exactly 5
14590 \begin_inset space \thinspace{}
14591 \end_inset
14592
14593 cm long and can also contain formulas: 
14594 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \end_inset
14601
14602  with a parbox.
14603 \end_layout
14604
14605 \begin_layout Standard
14606 \begin_inset VSpace medskip
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \begin_layout Standard
14613 Such a box is created by right-clicking on the gray box inset.
14614  A dialog pops up showing the box properties.
14615  In our case set: 
14616 \emph on
14617 Decoration
14618 \emph default
14619 : Rectangular box, 
14620 \emph on
14621 Inner Box
14622 \emph default
14623 : Parbox, 
14624 \emph on
14625 Width
14626 \emph default
14627 : 5
14628 \begin_inset space \thinspace{}
14629 \end_inset
14630
14631 cm, 
14632 \emph on
14633 Vertical Box Alignment
14634 \emph default
14635 : Middle
14636 \end_layout
14637
14638 \begin_layout Standard
14639 \begin_inset VSpace medskip
14640 \end_inset
14641
14642 In \SpecialChar LaTeX
14643  a parbox is created with the command 
14644 \series bold
14645
14646 \backslash
14647 parbox
14648 \series default
14649
14650 \begin_inset Index idx
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654 Commands ! P ! 
14655 \backslash
14656 parbox
14657 \end_layout
14658
14659 \end_inset
14660
14661  which has the following scheme:
14662 \end_layout
14663
14664 \begin_layout Standard
14665
14666 \series bold
14667
14668 \backslash
14669 parbox[position]{width}{box content}
14670 \end_layout
14671
14672 \begin_layout Standard
14673 The positions 
14674 \emph on
14675 b
14676 \emph default
14677  and 
14678 \emph on
14679 t
14680 \emph default
14681  are possible.
14682  
14683 \emph on
14684 b
14685 \emph default
14686  for 
14687 \begin_inset Quotes eld
14688 \end_inset
14689
14690 bottom
14691 \begin_inset Quotes erd
14692 \end_inset
14693
14694  means that the box is aligned within the surrounding text with its last
14695  line.
14696  With 
14697 \emph on
14698 t
14699 \emph default
14700  for 
14701 \begin_inset Quotes eld
14702 \end_inset
14703
14704 top
14705 \begin_inset Quotes erd
14706 \end_inset
14707
14708  this is done with the first line.
14709  When no position is given, the box will be vertically centered, see section
14710  
14711 \emph on
14712 Boxes
14713 \emph default
14714  of the 
14715 \emph on
14716 Embedded
14717 \begin_inset space ~
14718 \end_inset
14719
14720 Objects
14721 \emph default
14722  manual for examples.
14723 \end_layout
14724
14725 \begin_layout Standard
14726 \begin_inset VSpace bigskip
14727 \end_inset
14728
14729 To frame formulas completely, including the formula number, the formula
14730  must be set into a parbox.
14731  To do this, the command 
14732 \series bold
14733
14734 \backslash
14735 fbox{
14736 \backslash
14737 parbox{
14738 \backslash
14739 linewidth-2
14740 \backslash
14741 fboxsep-2
14742 \backslash
14743 fboxrule}{
14744 \series default
14745  is inserted in \SpecialChar TeX
14746  mode before the formula.
14747  
14748 \series bold
14749
14750 \backslash
14751 linewidth
14752 \series default
14753
14754 \begin_inset Index idx
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758 Commands ! L ! 
14759 \backslash
14760 linewidth
14761 \end_layout
14762
14763 \end_inset
14764
14765  is the line width set for the document.
14766  Because the frame is outside the parbox, two times the frame separation
14767  and the frame thickness must be subtracted from the line width.
14768  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14769 -package 
14770 \series bold
14771 calc
14772 \series default
14773
14774 \begin_inset Foot
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779 \series bold
14780 calc
14781 \series default
14782  is part of every \SpecialChar LaTeX
14783  standard installation.
14784 \end_layout
14785
14786 \end_inset
14787
14788
14789 \begin_inset Index idx
14790 status collapsed
14791
14792 \begin_layout Plain Layout
14793 Packages ! calc
14794 \end_layout
14795
14796 \end_inset
14797
14798  must be loaded in the \SpecialChar LaTeX
14799 -preamble with the line
14800 \end_layout
14801
14802 \begin_layout Standard
14803
14804 \series bold
14805
14806 \backslash
14807 usepackage{calc}
14808 \end_layout
14809
14810 \begin_layout Standard
14811 Behind the formula both boxes are closed by entering 
14812 \series bold
14813 }}
14814 \series default
14815  in \SpecialChar TeX
14816  mode.
14817  Here is an example:
14818 \begin_inset ERT
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822
14823
14824 \backslash
14825 fboxsep 5mm 
14826 \backslash
14827 fboxrule 5mm
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \begin_layout Standard
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840
14841
14842 \backslash
14843 fbox{
14844 \backslash
14845 parbox{
14846 \backslash
14847 linewidth-2
14848 \backslash
14849 fboxsep-2
14850 \backslash
14851 fboxrule}{
14852 \end_layout
14853
14854 \end_inset
14855
14856
14857 \begin_inset Formula 
14858 \begin{equation}
14859 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14860 \end{equation}
14861
14862 \end_inset
14863
14864
14865 \begin_inset ERT
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869
14870 }}
14871 \end_layout
14872
14873 \end_inset
14874
14875
14876 \begin_inset ERT
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880
14881
14882 \backslash
14883 fboxrule 0.4pt 
14884 \backslash
14885 fboxsep 3pt
14886 \end_layout
14887
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Standard
14894 \begin_inset VSpace medskip
14895 \end_inset
14896
14897 As a parbox is used as the argument of 
14898 \series bold
14899
14900 \backslash
14901 fbox
14902 \series default
14903 , there is in this case no difference between 
14904 \series bold
14905
14906 \backslash
14907 fbox
14908 \series default
14909  and 
14910 \series bold
14911
14912 \backslash
14913 boxed
14914 \series default
14915 .
14916 \end_layout
14917
14918 \begin_layout Standard
14919 \begin_inset VSpace bigskip
14920 \end_inset
14921
14922 Paragraph boxes are very useful to comment formulas directly.
14923  To do this, 
14924 \series bold
14925
14926 \backslash
14927 parbox
14928 \series default
14929  is used in combination with the command 
14930 \series bold
14931
14932 \backslash
14933 tag
14934 \series default
14935 .
14936  (more about 
14937 \series bold
14938
14939 \backslash
14940 tag
14941 \series default
14942  see 
14943 \begin_inset CommandInset ref
14944 LatexCommand ref
14945 reference "subsec:User-defined-Numbering"
14946
14947 \end_inset
14948
14949 )
14950 \end_layout
14951
14952 \begin_layout Standard
14953 An example of a formula commented with 
14954 \series bold
14955
14956 \backslash
14957 parbox
14958 \series default
14959 :
14960 \end_layout
14961
14962 \begin_layout Standard
14963 \begin_inset ERT
14964 status collapsed
14965
14966 \begin_layout Plain Layout
14967
14968
14969 \backslash
14970 [5x-7b=3b
14971 \backslash
14972 tag*{
14973 \backslash
14974 parbox{5cm}{
14975 \end_layout
14976
14977 \end_inset
14978
14979 This is a description.
14980  It is distinctly separated from the formula and multiline.
14981 \begin_inset ERT
14982 status collapsed
14983
14984 \begin_layout Plain Layout
14985
14986 }}
14987 \backslash
14988 ]
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 Such a formula must be inserted completely in \SpecialChar TeX
14998  mode because \SpecialChar LyX
14999  does not yet
15000  support the command 
15001 \series bold
15002
15003 \backslash
15004 parbox
15005 \series default
15006  in formulas.
15007  The formula is created with the following command sequence:
15008 \end_layout
15009
15010 \begin_layout Standard
15011 The command 
15012 \series bold
15013
15014 \backslash
15015 [5x-7b=3b
15016 \backslash
15017 tag*
15018 \backslash
15019 {
15020 \backslash
15021 parbox{5cm}{
15022 \series default
15023  is inserted in \SpecialChar TeX
15024  mode.
15025 \begin_inset Foot
15026 status collapsed
15027
15028 \begin_layout Plain Layout
15029 When the formula style 
15030 \series bold
15031 Indented
15032 \series default
15033  is used, 
15034 \series bold
15035
15036 \backslash
15037 tag*
15038 \backslash
15039 {
15040 \series default
15041  can also be replaced by 
15042 \series bold
15043
15044 \backslash
15045 hfill
15046 \series default
15047 .
15048  (formula styles see 
15049 \begin_inset CommandInset ref
15050 LatexCommand ref
15051 reference "sec:Formula-Styles"
15052
15053 \end_inset
15054
15055 )
15056 \end_layout
15057
15058 \end_inset
15059
15060  Then the description follows as normal text and finally 
15061 \series bold
15062 }}
15063 \backslash
15064 ]
15065 \series default
15066  is inserted in \SpecialChar TeX
15067  mode.
15068  The commands 
15069 \series bold
15070
15071 \backslash
15072 [
15073 \series default
15074  and 
15075 \series bold
15076
15077 \backslash
15078 ]
15079 \series default
15080  create a displayed formula.
15081 \end_layout
15082
15083 \begin_layout Standard
15084 The advantages of 
15085 \series bold
15086
15087 \backslash
15088 parbox
15089 \series default
15090  can be seen in this example that was 
15091 \begin_inset Quotes eld
15092 \end_inset
15093
15094 commented
15095 \begin_inset Quotes erd
15096 \end_inset
15097
15098  using the mathematical textmode:
15099 \begin_inset Formula 
15100 \[
15101 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15102 \]
15103
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \begin_layout Section
15110 Operators
15111 \begin_inset Index idx
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115 Operators
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \begin_layout Subsection
15124 Big Operators
15125 \begin_inset CommandInset label
15126 LatexCommand label
15127 name "subsec:Big-Operators"
15128
15129 \end_inset
15130
15131
15132 \begin_inset Index idx
15133 status collapsed
15134
15135 \begin_layout Plain Layout
15136 Operators ! big
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \begin_inset Index idx
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146 Sums
15147 \end_layout
15148
15149 \end_inset
15150
15151
15152 \begin_inset Index idx
15153 status collapsed
15154
15155 \begin_layout Plain Layout
15156 Integrals
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Standard
15165 To be able to use all of the integral operators listed here, the 
15166 \family sans
15167 Load automatically
15168 \family default
15169  option for the
15170 \family sans
15171  esint package
15172 \family default
15173  must be set in the document settings under 
15174 \family sans
15175 Math
15176 \begin_inset space ~
15177 \end_inset
15178
15179 Options
15180 \family default
15181 .
15182 \end_layout
15183
15184 \begin_layout Standard
15185 \begin_inset space \hfill{}
15186 \end_inset
15187
15188
15189 \begin_inset Tabular
15190 <lyxtabular version="3" rows="11" columns="2">
15191 <features booktabs="true" tabularvalignment="middle">
15192 <column alignment="center" valignment="top" width="0pt">
15193 <column alignment="center" valignment="top" width="0pt">
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 Command
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 Result
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 </row>
15214 <row>
15215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \backslash
15221 int
15222 \begin_inset Index idx
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226 Commands ! I ! 
15227 \backslash
15228 int
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 \begin_inset Formula $\int$
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row>
15252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \backslash
15258 oint
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 \begin_inset Formula $\oint$
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 </row>
15276 <row>
15277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281
15282 \backslash
15283 ointctrclockwise
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292 \begin_inset Formula $\ointctrclockwise$
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 <row>
15302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \backslash
15308 ointclockwise
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 \begin_inset Formula $\ointclockwise$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 </row>
15326 <row>
15327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331
15332 \backslash
15333 sqint
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 \begin_inset Formula $\sqint$
15343 \end_inset
15344
15345
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 </row>
15351 <row>
15352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356
15357 \backslash
15358 fint
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367  
15368 \begin_inset Formula $\fint$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 landupint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393  
15394 \begin_inset Formula $\landupint$
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 <row>
15404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \backslash
15410 landdownint
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419  
15420 \begin_inset Formula $\landdownint$
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 </row>
15429 <row>
15430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \backslash
15436 bigcap
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset Formula $\bigcap$
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \backslash
15461 bigcup
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 \begin_inset Formula $\bigcup$
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 </lyxtabular>
15480
15481 \end_inset
15482
15483
15484 \begin_inset space \hfill{}
15485 \end_inset
15486
15487
15488 \begin_inset Tabular
15489 <lyxtabular version="3" rows="11" columns="2">
15490 <features booktabs="true" tabularvalignment="middle">
15491 <column alignment="center" valignment="top" width="0pt">
15492 <column alignment="center" valignment="top" width="0pt">
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498 Command
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507 Result
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 </row>
15513 <row>
15514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518
15519 \backslash
15520 sum
15521 \begin_inset Index idx
15522 status collapsed
15523
15524 \begin_layout Plain Layout
15525 Commands ! S ! 
15526 \backslash
15527 sum
15528 \end_layout
15529
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 \begin_inset Formula $\sum$
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \backslash
15557 prod
15558 \begin_inset Index idx
15559 status collapsed
15560
15561 \begin_layout Plain Layout
15562 Commands ! P ! 
15563 \backslash
15564 prod
15565 \begin_inset ERT
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569
15570
15571 \backslash
15572 vspace{4mm}
15573 \end_layout
15574
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 \begin_inset Formula $\prod$
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 <row>
15601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \backslash
15607 coprod
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 \begin_inset Formula $\coprod$
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 <row>
15626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \backslash
15632 bigodot
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 \begin_inset Formula $\bigodot$
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 <row>
15651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655
15656 \backslash
15657 bigotimes
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 \begin_inset Formula $\bigotimes$
15667 \end_inset
15668
15669
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 </row>
15675 <row>
15676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \backslash
15682 bigoplus
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 \begin_inset Formula $\bigoplus$
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \backslash
15707 bigwedge
15708 \end_layout
15709
15710 \end_inset
15711 </cell>
15712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15713 \begin_inset Text
15714
15715 \begin_layout Plain Layout
15716 \begin_inset Formula $\bigwedge$
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \backslash
15732 bigvee
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 \begin_inset Formula $\bigvee$
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 <row>
15751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755
15756 \backslash
15757 bigsqcup
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 \begin_inset Formula $\bigsqcup$
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \backslash
15782 biguplus
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 \begin_inset Formula $\biguplus$
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 </lyxtabular>
15801
15802 \end_inset
15803
15804
15805 \begin_inset space \hfill{}
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Standard
15812 All big operators can also be inserted via the math toolbar button 
15813 \begin_inset Info
15814 type  "icon"
15815 arg   "math-insert \\intop"
15816 \end_inset
15817
15818 .
15819 \end_layout
15820
15821 \begin_layout Standard
15822 The operators are called big because they are bigger than the sometimes
15823  equal looking binary operators.
15824  All big operators can have limits as described in the next subsection.
15825 \end_layout
15826
15827 \begin_layout Standard
15828 For all integral operators there is a second version available, ending in
15829  
15830 \series bold
15831 op
15832 \series default
15833
15834 \series bold
15835
15836 \backslash
15837 intop
15838 \series default
15839
15840 \series bold
15841
15842 \backslash
15843 ointop
15844 \series default
15845  etc.
15846  These operators differ in the style the operator limits are displayed,
15847  see 
15848 \begin_inset CommandInset ref
15849 LatexCommand ref
15850 reference "subsec:Operator-Limits"
15851
15852 \end_inset
15853
15854 .
15855 \end_layout
15856
15857 \begin_layout Subsubsection*
15858 Advice for Integrals
15859 \end_layout
15860
15861 \begin_layout Standard
15862 The letter 
15863 \emph on
15864 d
15865 \emph default
15866  in an integral is an operator that has to be set upright.
15867  This is done by highlighting the 
15868 \emph on
15869 d
15870 \emph default
15871  and using the keyboard shortcut 
15872 \begin_inset Info
15873 type  "shortcut"
15874 arg   "font-roman"
15875 \end_inset
15876
15877
15878 \begin_inset Foot
15879 status collapsed
15880
15881 \begin_layout Plain Layout
15882 Font styles
15883 \series bold
15884  
15885 \series default
15886 see 
15887 \begin_inset CommandInset ref
15888 LatexCommand ref
15889 reference "subsec:Font-Styles"
15890
15891 \end_inset
15892
15893
15894 \end_layout
15895
15896 \end_inset
15897
15898 .
15899  Also the smallest space is inserted before the 
15900 \emph on
15901 d
15902 \emph default
15903 , as this is usual for operators.
15904  An example:
15905 \end_layout
15906
15907 \begin_layout Standard
15908 incorrect: 
15909 \begin_inset Formula $\int A(x)dx$
15910 \end_inset
15911
15912
15913 \begin_inset Newline newline
15914 \end_inset
15915
15916
15917 \begin_inset Phantom HPhantom
15918 status open
15919
15920 \begin_layout Plain Layout
15921 in
15922 \end_layout
15923
15924 \end_inset
15925
15926 correct: 
15927 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \begin_layout Standard
15934 The following commands exist for multiple integrals:
15935 \begin_inset VSpace medskip
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \begin_layout Standard
15942 \begin_inset space \hfill{}
15943 \end_inset
15944
15945
15946 \begin_inset Tabular
15947 <lyxtabular version="3" rows="4" columns="2">
15948 <features booktabs="true" tabularvalignment="middle">
15949 <column alignment="center" valignment="top" width="0pt">
15950 <column alignment="center" valignment="top" width="0pt">
15951 <row>
15952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 Command
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 Result
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 <row bottomspace="1mm">
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976
15977 \backslash
15978 iint
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 \begin_inset Formula $\iint$
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row bottomspace="1mm">
15997 <cell alignment="center" valignment="top" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001
16002 \backslash
16003 oiint
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012 \begin_inset Formula $\oiint$
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 <row bottomspace="1mm">
16022 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026
16027 \backslash
16028 sqiint
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 \begin_inset Formula $\sqiint$
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 </row>
16046 </lyxtabular>
16047
16048 \end_inset
16049
16050
16051 \begin_inset space \hfill{}
16052 \end_inset
16053
16054
16055 \begin_inset Tabular
16056 <lyxtabular version="3" rows="4" columns="2">
16057 <features booktabs="true" tabularvalignment="middle">
16058 <column alignment="center" valignment="top" width="0pt">
16059 <column alignment="center" valignment="top" width="0pt">
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 Command
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 Result
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 <row bottomspace="1mm">
16081 <cell alignment="center" valignment="top" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085
16086 \backslash
16087 iiint
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 \begin_inset Formula $\iiint$
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 </row>
16105 <row bottomspace="1mm">
16106 <cell alignment="center" valignment="top" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110
16111 \backslash
16112 iiiint
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 \begin_inset Formula $\iiiint$
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 </row>
16130 <row bottomspace="1mm">
16131 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135
16136 \backslash
16137 dotsint
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 \begin_inset Formula $\dotsint$
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 </row>
16155 </lyxtabular>
16156
16157 \end_inset
16158
16159
16160 \begin_inset space \hfill{}
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \begin_layout Subsection
16167 Operator Limits
16168 \begin_inset CommandInset label
16169 LatexCommand label
16170 name "subsec:Operator-Limits"
16171
16172 \end_inset
16173
16174
16175 \begin_inset Index idx
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 Operators ! Limits
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \begin_layout Standard
16188 Limits are created by super- and subscripts:
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \align center
16193 \begin_inset Tabular
16194 <lyxtabular version="3" rows="2" columns="2">
16195 <features booktabs="true" tabularvalignment="middle">
16196 <column alignment="center" valignment="top" width="0pt">
16197 <column alignment="center" valignment="top" width="0pt">
16198 <row>
16199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 Command
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 Result
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \backslash
16225 prod^
16226 \backslash
16227 infty
16228 \begin_inset space \textvisiblespace{}
16229 \end_inset
16230
16231
16232 \begin_inset Formula $\to$
16233 \end_inset
16234
16235 _0
16236 \begin_inset Formula $\to$
16237 \end_inset
16238
16239 A(x)
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 </row>
16257 </lyxtabular>
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \begin_layout Standard
16265 Limits of inline formulas are set on the right side of the operator.
16266  Limits in displayed formulas are set above or below the operator, except
16267  for integral limits.
16268 \end_layout
16269
16270 \begin_layout Standard
16271 To force the limits to be set beside the operator, the cursor is placed
16272  directly behind the operator and the limits type is changed with the menu
16273  
16274 \family sans
16275 Edit\SpecialChar menuseparator
16276 Math\SpecialChar menuseparator
16277 Change Limits Type
16278 \family default
16279  to 
16280 \family sans
16281 \series bold
16282 Inline
16283 \family default
16284 \series default
16285  (shortcut 
16286 \begin_inset Info
16287 type  "shortcut"
16288 arg   "math-limits"
16289 \end_inset
16290
16291 ).
16292  An example:
16293 \end_layout
16294
16295 \begin_layout Standard
16296 The default displayed formulas limits type is this:
16297 \begin_inset Formula 
16298 \[
16299 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16300 \]
16301
16302 \end_inset
16303
16304 This is how it looks when the limits type is changed to 
16305 \family sans
16306 \series bold
16307 Inline
16308 \family default
16309 \series default
16310 :
16311 \begin_inset Formula 
16312 \[
16313 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
16314 \]
16315
16316 \end_inset
16317
16318 For integrals, except those ending with 
16319 \series bold
16320 op
16321 \series default
16322  like 
16323 \series bold
16324
16325 \backslash
16326 intop
16327 \series default
16328
16329 \series bold
16330
16331 \backslash
16332 ointop
16333 \series default
16334  etc., the limits by default are set beside the operator.
16335  But for multiple integrals the limits are often set below the operator.
16336  In the following example the limits type was set to 
16337 \series bold
16338 Display
16339 \series default
16340  and so set below the integrals:
16341 \begin_inset Formula 
16342 \begin{equation}
16343 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16344 \end{equation}
16345
16346 \end_inset
16347
16348
16349 \change_deleted 5863208 1612725771
16350
16351 \begin_inset Note Note
16352 status open
16353
16354 \begin_layout Plain Layout
16355
16356 \change_inserted 232239728 1611193306
16357 This integral did not have its limits set to Display in the original document
16358 \change_unchanged
16359
16360 \end_layout
16361
16362 \end_inset
16363
16364
16365 \change_unchanged
16366
16367 \end_layout
16368
16369 \begin_layout Standard
16370 \begin_inset VSpace medskip
16371 \end_inset
16372
16373 To specify conditions for limits, the commands 
16374 \series bold
16375
16376 \backslash
16377 subarray
16378 \series default
16379
16380 \begin_inset Index idx
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384 Commands ! S ! 
16385 \backslash
16386 subarray
16387 \end_layout
16388
16389 \end_inset
16390
16391  and 
16392 \series bold
16393
16394 \backslash
16395 substack
16396 \series default
16397
16398 \begin_inset Index idx
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402 Commands ! S ! 
16403 \backslash
16404 substack
16405 \end_layout
16406
16407 \end_inset
16408
16409  are used.
16410  To create this expression 
16411 \begin_inset Formula 
16412 \begin{equation}
16413 \sum_{\begin{subarray}{c}
16414 0<k<1000\\
16415 \\
16416 k\,\in\,\mathbb{N}
16417 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16418 \end{equation}
16419
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \begin_layout Standard
16426 the following must be done:
16427 \begin_inset Newline newline
16428 \end_inset
16429
16430 First the command 
16431 \series bold
16432
16433 \backslash
16434 sum
16435 \series default
16436 ^
16437 \series bold
16438 n
16439 \begin_inset space \textvisiblespace{}
16440 \end_inset
16441
16442 _
16443 \series default
16444  is typed in.
16445  The cursor is now in a blue box under the summation operator.
16446  Insert the command 
16447 \series bold
16448
16449 \backslash
16450 subarray
16451 \begin_inset space \textvisiblespace{}
16452 \end_inset
16453
16454
16455 \series default
16456 .
16457  The blue box is now within a purple box and now multiple limit lines can
16458  be written.
16459  A new line is created by inserting a line break (
16460 \begin_inset Info
16461 type  "shortcut"
16462 arg   "newline-insert newline"
16463 \end_inset
16464
16465 ).
16466  When 
16467 \begin_inset Newline newline
16468 \end_inset
16469
16470
16471 \series bold
16472 0<k<1000 Ctrl+Return
16473 \begin_inset Newline newline
16474 \end_inset
16475
16476
16477 \series default
16478 is typed in, a new box appears below for the new limit line.
16479 \end_layout
16480
16481 \begin_layout Standard
16482 The alignment of the lines can be changed to left aligned with the 
16483 \family sans
16484 table
16485 \family default
16486  
16487 \family sans
16488 toolbar
16489 \family default
16490  or the menu 
16491 \family sans
16492 Edit\SpecialChar menuseparator
16493 Rows &Columns
16494 \family default
16495 .
16496  To get right alignment, 
16497 \series bold
16498
16499 \backslash
16500 hfill
16501 \begin_inset space \textvisiblespace{}
16502 \end_inset
16503
16504
16505 \series default
16506  is inserted at the beginning of the line.
16507 \end_layout
16508
16509 \begin_layout Standard
16510 The command 
16511 \series bold
16512
16513 \backslash
16514 substack
16515 \series default
16516  is equivalent to 
16517 \series bold
16518
16519 \backslash
16520 subarray
16521 \series default
16522  with the difference that the lines are always centered.
16523 \end_layout
16524
16525 \begin_layout Standard
16526 \begin_inset VSpace bigskip
16527 \end_inset
16528
16529 As in formula 
16530 \begin_inset CommandInset ref
16531 LatexCommand eqref
16532 reference "eq:substack"
16533
16534 \end_inset
16535
16536  there can be too much space beside an operator.
16537  This occurs because the characters following the operator are set beside
16538  the limits.
16539  To avoid this the command 
16540 \series bold
16541
16542 \backslash
16543 smashoperator
16544 \series default
16545
16546 \begin_inset Index idx
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550 Commands ! S ! 
16551 \backslash
16552 smashoperator
16553 \end_layout
16554
16555 \end_inset
16556
16557  can be used.
16558  To use it, set the package 
16559 \series bold
16560 mathtools
16561 \series default
16562
16563 \begin_inset Index idx
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567 Packages ! mathtools
16568 \end_layout
16569
16570 \end_inset
16571
16572  in the document settings under 
16573 \family sans
16574 Math
16575 \begin_inset space ~
16576 \end_inset
16577
16578 Options
16579 \family default
16580  to 
16581 \family sans
16582 Load
16583 \begin_inset space ~
16584 \end_inset
16585
16586 always
16587 \family default
16588 .
16589  
16590 \series bold
16591
16592 \backslash
16593 smashoperator
16594 \series default
16595  sets the space besides the operator to 0
16596 \begin_inset space \thinspace{}
16597 \end_inset
16598
16599 pt.
16600 \begin_inset Newline newline
16601 \end_inset
16602
16603 Applied on formula 
16604 \begin_inset CommandInset ref
16605 LatexCommand eqref
16606 reference "eq:substack"
16607
16608 \end_inset
16609
16610 , one uses the command
16611 \end_layout
16612
16613 \begin_layout Standard
16614
16615 \series bold
16616
16617 \backslash
16618 smashoperator{
16619 \end_layout
16620
16621 \begin_layout Standard
16622 and inserts the operator with its limits into the braces.
16623  Behind the brace one continues the formula:
16624 \begin_inset Formula 
16625 \[
16626 \smashoperator{\sum_{\begin{subarray}{c}
16627 0<k<1000\\
16628 \\
16629 k\,\in\,\mathbb{N}
16630 \end{subarray}}^{n}}k^{-2}
16631 \]
16632
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \begin_layout Standard
16639 It is possible to set the space of only one side of the operator to 0
16640 \begin_inset space \thinspace{}
16641 \end_inset
16642
16643 pt.
16644  To do this write either 
16645 \series bold
16646 [l]
16647 \series default
16648  or 
16649 \series bold
16650 [r]
16651 \series default
16652  between 
16653 \series bold
16654
16655 \backslash
16656 smashoperator
16657 \series default
16658  and its brace.
16659  
16660 \series bold
16661 l
16662 \series default
16663  stands for the left and 
16664 \series bold
16665 r
16666 \series default
16667  for the right side of the operator.
16668  Here is an example of the possible 
16669 \series bold
16670
16671 \backslash
16672 smashoperator
16673 \series default
16674  forms:
16675 \end_layout
16676
16677 \begin_layout Standard
16678 \begin_inset Formula 
16679 \[
16680 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}
16681 \]
16682
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \begin_layout Standard
16689 \begin_inset VSpace bigskip
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \begin_layout Standard
16696 When several consecutive operators have limits the typesetting of the limits
16697  looks often imperfect in the output, for example:
16698 \begin_inset Formula 
16699 \[
16700 \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}
16701 \]
16702
16703 \end_inset
16704
16705 To improve the typesetting, in the document settings under 
16706 \family sans
16707 Math
16708 \begin_inset space ~
16709 \end_inset
16710
16711 Options
16712 \family default
16713  for the package 
16714 \series bold
16715 mathtools
16716 \series default
16717
16718 \begin_inset Index idx
16719 status collapsed
16720
16721 \begin_layout Plain Layout
16722 Packages ! mathtools
16723 \end_layout
16724
16725 \end_inset
16726
16727 , set the option to
16728 \family sans
16729  Load
16730 \begin_inset space ~
16731 \end_inset
16732
16733 always
16734 \family default
16735 .
16736  Then insert the command 
16737 \series bold
16738
16739 \backslash
16740 adjustlimits
16741 \series default
16742
16743 \begin_inset Index idx
16744 status collapsed
16745
16746 \begin_layout Plain Layout
16747 Commands ! A ! 
16748 \backslash
16749 adjustlimits
16750 \end_layout
16751
16752 \end_inset
16753
16754  directly before the first operator.
16755  The example will then look like this:
16756 \begin_inset Formula 
16757 \[
16758 \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}
16759 \]
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Standard
16767 \begin_inset VSpace bigskip
16768 \end_inset
16769
16770 How to use one limit for several operators is described in 
16771 \begin_inset CommandInset ref
16772 LatexCommand ref
16773 reference "subsec:Self-defined-Operators"
16774
16775 \end_inset
16776
16777 .
16778 \end_layout
16779
16780 \begin_layout Subsection
16781 Decoration for Operators
16782 \begin_inset Index idx
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786 Operators ! Decoration
16787 \end_layout
16788
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \begin_layout Standard
16795 With the commands 
16796 \series bold
16797
16798 \backslash
16799 overset
16800 \series default
16801
16802 \begin_inset Index idx
16803 status collapsed
16804
16805 \begin_layout Plain Layout
16806 Commands ! O ! 
16807 \backslash
16808 overset
16809 \end_layout
16810
16811 \end_inset
16812
16813  and 
16814 \series bold
16815
16816 \backslash
16817 underset
16818 \series default
16819
16820 \begin_inset Index idx
16821 status collapsed
16822
16823 \begin_layout Plain Layout
16824 Commands ! U ! 
16825 \backslash
16826 underset
16827 \end_layout
16828
16829 \end_inset
16830
16831  characters can be placed above or below an operator respectively.
16832  With the command 
16833 \series bold
16834
16835 \backslash
16836 sideset
16837 \series default
16838
16839 \begin_inset Index idx
16840 status collapsed
16841
16842 \begin_layout Plain Layout
16843 Commands ! S ! 
16844 \backslash
16845 sideset
16846 \end_layout
16847
16848 \end_inset
16849
16850  characters can be set before and behind a big operator.
16851 \end_layout
16852
16853 \begin_layout Standard
16854 There are 4
16855 \begin_inset space ~
16856 \end_inset
16857
16858 variants of 
16859 \series bold
16860
16861 \backslash
16862 sideset
16863 \series default
16864 :
16865 \end_layout
16866
16867 \begin_layout Itemize
16868
16869 \series bold
16870
16871 \backslash
16872 sideset
16873 \series default
16874  is used to set characters at the corners of the operator
16875 \end_layout
16876
16877 \begin_layout Itemize
16878
16879 \series bold
16880
16881 \backslash
16882 sidesetn
16883 \series default
16884  is used to set characters before and/or behind the operator (this variant
16885  represents \SpecialChar LaTeX
16886 's original 
16887 \series bold
16888
16889 \backslash
16890 sideset
16891 \series default
16892  command)
16893 \end_layout
16894
16895 \begin_layout Itemize
16896
16897 \series bold
16898
16899 \backslash
16900 sidesetl
16901 \series default
16902  is used to set characters at the left corners and/or behind the operator
16903 \end_layout
16904
16905 \begin_layout Itemize
16906
16907 \series bold
16908
16909 \backslash
16910 sidesetr
16911 \series default
16912  is used to set characters at the right corners and/or before the operator
16913 \end_layout
16914
16915 \begin_layout Standard
16916 For example the command 
16917 \series bold
16918
16919 \backslash
16920 sidesetn
16921 \begin_inset space \textvisiblespace{}
16922 \end_inset
16923
16924
16925 \backslash
16926 sum
16927 \begin_inset space \textvisiblespace{}
16928 \end_inset
16929
16930
16931 \begin_inset Formula $\to$
16932 \end_inset
16933
16934 '
16935 \begin_inset Formula $\to$
16936 \end_inset
16937
16938 _k=1
16939 \begin_inset space \textvisiblespace{}
16940 \end_inset
16941
16942
16943 \series default
16944 ^
16945 \series bold
16946 n
16947 \series default
16948  produces:
16949 \begin_inset Formula 
16950 \[
16951 \sideset{}{'}\sum_{k=1}^{n}
16952 \]
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Standard
16960 \begin_inset Note Greyedout
16961 status open
16962
16963 \begin_layout Plain Layout
16964
16965 \series bold
16966 Note: 
16967 \backslash
16968 sideset
16969 \series default
16970  can only be used to decorate big operators, binary operators are not allowed.
16971 \end_layout
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \begin_layout Standard
16979
16980 \series bold
16981
16982 \backslash
16983 overset
16984 \series default
16985  and 
16986 \series bold
16987
16988 \backslash
16989 underset
16990 \series default
16991  can also be used to decorate symbols and characters.
16992  For example, the command 
16993 \series bold
16994
16995 \backslash
16996 overset
16997 \begin_inset space \textvisiblespace{}
16998 \end_inset
16999
17000
17001 \backslash
17002 maltese
17003 \begin_inset space \textvisiblespace{}
17004 \end_inset
17005
17006
17007 \series default
17008
17009 \begin_inset Formula $\uparrow$
17010 \end_inset
17011
17012
17013 \series bold
17014 a
17015 \series default
17016  produces:
17017 \begin_inset Formula 
17018 \[
17019 \overset{a}{\maltese}
17020 \]
17021
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \begin_layout Subsection
17028 Binary Operators
17029 \begin_inset CommandInset label
17030 LatexCommand label
17031 name "subsec:Binary-Operators"
17032
17033 \end_inset
17034
17035
17036 \begin_inset Index idx
17037 status collapsed
17038
17039 \begin_layout Plain Layout
17040 Operators ! binary
17041 \end_layout
17042
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \begin_layout Standard
17049 Binary operators are surrounded by space when there is a character before
17050  and after them.
17051 \begin_inset VSpace medskip
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \begin_layout Standard
17058 \begin_inset Tabular
17059 <lyxtabular version="3" rows="13" columns="2">
17060 <features booktabs="true" tabularvalignment="middle">
17061 <column alignment="center" valignment="top" width="0pt">
17062 <column alignment="center" valignment="top" width="0pt">
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 Command
17069 \begin_inset Note Note
17070 status collapsed
17071
17072 \begin_layout Plain Layout
17073
17074 \series bold
17075
17076 \backslash
17077 raisebox
17078 \series default
17079  is only used as spacer.
17080 \end_layout
17081
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 Result
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 +
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $+$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 -
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Formula $-$
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 <row>
17146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \backslash
17152 pm
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $\pm$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \backslash
17177 mp
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\mp$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200
17201 \backslash
17202 cdot
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Formula $\cdot$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 <row>
17221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225
17226 \backslash
17227 times
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $\times$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250
17251 \backslash
17252 div
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 \begin_inset Formula $\div$
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 </row>
17270 <row>
17271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 \begin_inset ERT
17276 status collapsed
17277
17278 \begin_layout Plain Layout
17279
17280
17281 \backslash
17282 raisebox{-1.2mm}{
17283 \end_layout
17284
17285 \end_inset
17286
17287 *
17288 \begin_inset ERT
17289 status collapsed
17290
17291 \begin_layout Plain Layout
17292
17293 }
17294 \end_layout
17295
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 \begin_inset Formula $*$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 star
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $\star$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \backslash
17348 circ
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $\circ$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \backslash
17373 diamond
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\diamond$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 bullet
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\bullet$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 </lyxtabular>
17417
17418 \end_inset
17419
17420
17421 \begin_inset space \hfill{}
17422 \end_inset
17423
17424
17425 \begin_inset Tabular
17426 <lyxtabular version="3" rows="13" columns="2">
17427 <features booktabs="true" tabularvalignment="middle">
17428 <column alignment="center" valignment="top" width="0pt">
17429 <column alignment="center" valignment="top" width="0pt">
17430 <row>
17431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 Command
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 Result
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455
17456 \backslash
17457 nabla
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Formula $\nabla$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \backslash
17482 bigtriangledown
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 \begin_inset Formula $\bigtriangledown$
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 <row>
17501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505
17506 \backslash
17507 bigtriangleup
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $\bigtriangleup$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \backslash
17532 Box
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Formula $\Box$
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \backslash
17557 cap 
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\cap$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \backslash
17582 cup
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\cup$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \backslash
17607 dagger
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\dagger$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 <row>
17626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630
17631 \backslash
17632 ddagger
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 \begin_inset Formula $\ddagger$
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \backslash
17657 wr
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 \begin_inset Formula $\wr$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \backslash
17682 bigcirc
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset Formula $\bigcirc$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 wedge
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\wedge$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 vee
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Formula $\vee$
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 </lyxtabular>
17751
17752 \end_inset
17753
17754
17755 \begin_inset space \hfill{}
17756 \end_inset
17757
17758
17759 \begin_inset Tabular
17760 <lyxtabular version="3" rows="13" columns="2">
17761 <features booktabs="true" tabularvalignment="middle">
17762 <column alignment="center" valignment="top" width="0pt">
17763 <column alignment="center" valignment="top" width="0pt">
17764 <row>
17765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 Command
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 Result
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 <row>
17785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789
17790 \backslash
17791 oplus
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 \begin_inset Formula $\oplus$
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 </row>
17809 <row>
17810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814
17815 \backslash
17816 ominus
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 \begin_inset Formula $\ominus$
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 <row>
17835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \backslash
17841 otimes
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 \begin_inset Formula $\otimes$
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 </row>
17859 <row>
17860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864
17865 \backslash
17866 oslash
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 \begin_inset Formula $\oslash$
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 <row>
17885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \backslash
17891 odot
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 \begin_inset Formula $\odot$
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 <row>
17910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914
17915 \backslash
17916 amalg
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 \begin_inset Formula $\amalg$
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \backslash
17941 uplus
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 \begin_inset Formula $\uplus$
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 </row>
17959 <row>
17960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964
17965 \backslash
17966 setminus
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975 \begin_inset Formula $\setminus$
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 </row>
17984 <row>
17985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989
17990 \backslash
17991 sqcap
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 \begin_inset Formula $\sqcap$
18001 \end_inset
18002
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 <row>
18010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \backslash
18016 sqcup
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Formula $\sqcup$
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 </row>
18034 <row>
18035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039
18040 \backslash
18041 triangleleft
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 \begin_inset Formula $\triangleleft$
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 </row>
18059 <row>
18060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \backslash
18066 triangleright
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset Formula $\triangleright$
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 </row>
18084 </lyxtabular>
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 All binary operators can also be inserted via the math toolbar button 
18093 \begin_inset Info
18094 type  "icon"
18095 arg   "math-insert \\pm"
18096 \end_inset
18097
18098 .
18099 \end_layout
18100
18101 \begin_layout Standard
18102 To typeset the Laplace operator, 
18103 \series bold
18104
18105 \backslash
18106 Delta
18107 \series default
18108  or 
18109 \series bold
18110
18111 \backslash
18112 nabla
18113 \series default
18114 ^
18115 \series bold
18116 2
18117 \series default
18118  (
18119 \begin_inset Formula $\nabla^{2}$
18120 \end_inset
18121
18122 ) can also be used instead of 
18123 \series bold
18124
18125 \backslash
18126 bigtriangleup
18127 \series default
18128 .
18129 \end_layout
18130
18131 \begin_layout Standard
18132 The character 
18133 \family sans
18134 Menu Separator
18135 \family default
18136  from the menu 
18137 \family sans
18138 Insert\SpecialChar menuseparator
18139 Special Character
18140 \family default
18141  is the operator 
18142 \series bold
18143
18144 \backslash
18145 triangleright
18146 \series default
18147 .
18148 \end_layout
18149
18150 \begin_layout Subsection
18151 Self-defined Operators
18152 \begin_inset CommandInset label
18153 LatexCommand label
18154 name "subsec:Self-defined-Operators"
18155
18156 \end_inset
18157
18158
18159 \begin_inset Index idx
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163 Operators ! self-defined
18164 \end_layout
18165
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \begin_layout Standard
18172 With the help of the command 
18173 \series bold
18174
18175 \backslash
18176 DeclareMathOperator
18177 \series default
18178
18179 \begin_inset Index idx
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183 Commands ! D ! 
18184 \backslash
18185 dbinom@
18186 \backslash
18187 DeclareMathOperator
18188 \end_layout
18189
18190 \end_inset
18191
18192 , custom operators can be defined in the \SpecialChar LaTeX
18193 -preamble.
18194  Its command scheme is:
18195 \end_layout
18196
18197 \begin_layout Standard
18198
18199 \series bold
18200
18201 \backslash
18202 DeclareMathOperator{new command}{display}
18203 \end_layout
18204
18205 \begin_layout Standard
18206 Display can be characters or symbols that define how the operator looks
18207  in the output.
18208  To define a big operator a * is set behind the command.
18209  All self-defined big operators can have limits as described in 
18210 \begin_inset CommandInset ref
18211 LatexCommand ref
18212 reference "subsec:Operator-Limits"
18213
18214 \end_inset
18215
18216 .
18217 \end_layout
18218
18219 \begin_layout Standard
18220 For example the \SpecialChar LaTeX
18221 -preamble line
18222 \end_layout
18223
18224 \begin_layout Standard
18225
18226 \series bold
18227
18228 \backslash
18229 DeclareMathOperator*{
18230 \backslash
18231 Lozenge}{
18232 \backslash
18233 blacklozenge}
18234 \end_layout
18235
18236 \begin_layout Standard
18237 defines the command 
18238 \series bold
18239
18240 \backslash
18241 Lozenge
18242 \series default
18243 , that inserts a big operator consisting of the black lozenge symbol from
18244  
18245 \begin_inset CommandInset ref
18246 LatexCommand ref
18247 reference "subsec:Miscellaneous-Symbols"
18248
18249 \end_inset
18250
18251 :
18252 \begin_inset Formula 
18253 \[
18254 \Lozenge_{n=1}^{\infty}
18255 \]
18256
18257 \end_inset
18258
18259 The command for this formula is: 
18260 \series bold
18261
18262 \backslash
18263 Lozenge
18264 \series default
18265 ^
18266 \series bold
18267
18268 \backslash
18269 infty
18270 \begin_inset Formula $\to$
18271 \end_inset
18272
18273 _n=1
18274 \end_layout
18275
18276 \begin_layout Standard
18277 \begin_inset VSpace bigskip
18278 \end_inset
18279
18280 When self-defined operators are not used several times in the document,
18281  they can also be defined with the commands 
18282 \series bold
18283
18284 \backslash
18285 mathop
18286 \series default
18287
18288 \begin_inset Index idx
18289 status collapsed
18290
18291 \begin_layout Plain Layout
18292 Commands ! M ! 
18293 \backslash
18294 mathop
18295 \end_layout
18296
18297 \end_inset
18298
18299  and 
18300 \series bold
18301
18302 \backslash
18303 mathbin
18304 \series default
18305
18306 \begin_inset Index idx
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310 Commands ! M ! 
18311 \backslash
18312 mathbin
18313 \end_layout
18314
18315 \end_inset
18316
18317 , which have the following scheme:
18318 \end_layout
18319
18320 \begin_layout Standard
18321
18322 \series bold
18323
18324 \backslash
18325 mathop{display}
18326 \series default
18327  and 
18328 \series bold
18329
18330 \backslash
18331 mathbin{display}
18332 \end_layout
18333
18334 \begin_layout Standard
18335
18336 \series bold
18337
18338 \backslash
18339 mathop
18340 \series default
18341  defines big operators, 
18342 \series bold
18343
18344 \backslash
18345 mathbin
18346 \series default
18347  binary operators.
18348 \end_layout
18349
18350 \begin_layout Standard
18351
18352 \series bold
18353
18354 \backslash
18355 mathop
18356 \series default
18357  can be used to use one limit for several operators:
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset Formula 
18362 \[
18363 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18364 \]
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 The command for the formula above is:
18373 \begin_inset Newline newline
18374 \end_inset
18375
18376
18377 \series bold
18378
18379 \backslash
18380 mathop{
18381 \backslash
18382 sum
18383 \backslash
18384 negmedspace
18385 \backslash
18386 sum
18387 \series default
18388
18389 \begin_inset space \textvisiblespace{}
18390 \end_inset
18391
18392
18393 \series bold
18394
18395 \begin_inset Formula $\to$
18396 \end_inset
18397
18398 ^N
18399 \series default
18400
18401 \begin_inset space \textvisiblespace{}
18402 \end_inset
18403
18404
18405 \series bold
18406 _i,j=1
18407 \end_layout
18408
18409 \begin_layout Section
18410 Fonts
18411 \begin_inset Index idx
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415 Fonts
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \begin_layout Subsection
18424 Font Styles
18425 \begin_inset CommandInset label
18426 LatexCommand label
18427 name "subsec:Font-Styles"
18428
18429 \end_inset
18430
18431
18432 \begin_inset Index idx
18433 status collapsed
18434
18435 \begin_layout Plain Layout
18436 Font ! style
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout Standard
18445 Latin letters in formulas can be set in one of the following font styles:
18446 \end_layout
18447
18448 \begin_layout Standard
18449 \align center
18450 \begin_inset Tabular
18451 <lyxtabular version="3" rows="6" columns="3">
18452 <features booktabs="true" tabularvalignment="middle">
18453 <column alignment="center" valignment="top" width="0pt">
18454 <column alignment="center" valignment="top">
18455 <column alignment="center" valignment="top">
18456 <row>
18457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 Command
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 Result
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 Shortcut
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 <row>
18486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \backslash
18492 mathbb
18493 \series bold
18494
18495 \begin_inset space \textvisiblespace{}
18496 \end_inset
18497
18498
18499 \series default
18500 ABC
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 \begin_inset Formula $\mathbb{ABC}$
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 -
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 </row>
18527 <row>
18528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532
18533 \backslash
18534 mathbf
18535 \series bold
18536
18537 \begin_inset space \textvisiblespace{}
18538 \end_inset
18539
18540
18541 \series default
18542 AbC
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 \begin_inset Formula $\mathbf{AbC}$
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563 \begin_inset Info
18564 type  "shortcut"
18565 arg   "font-bold"
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \backslash
18581 boldsymbol
18582 \series bold
18583
18584 \begin_inset space \textvisiblespace{}
18585 \end_inset
18586
18587
18588 \series default
18589 AbC
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 \begin_inset Formula $\boldsymbol{AbC}$
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 \begin_inset Info
18611 type  "shortcut"
18612 arg   "font-boldsymbol"
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row>
18622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \backslash
18628 mathcal
18629 \series bold
18630
18631 \begin_inset space \textvisiblespace{}
18632 \end_inset
18633
18634
18635 \series default
18636 ABC
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 \begin_inset Formula $\mathcal{ABC}$
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 -
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \backslash
18670 mathfrak
18671 \series bold
18672
18673 \begin_inset space \textvisiblespace{}
18674 \end_inset
18675
18676
18677 \series default
18678 AbC
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 \begin_inset Formula $\mathfrak{AbC}$
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 -
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 </lyxtabular>
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \align center
18714 \begin_inset Tabular
18715 <lyxtabular version="3" rows="6" columns="3">
18716 <features booktabs="true" tabularvalignment="middle">
18717 <column alignment="center" valignment="top" width="0pt">
18718 <column alignment="center" valignment="top">
18719 <column alignment="center" valignment="top">
18720 <row>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725 Command
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 Result
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 Shortcut
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 <row>
18750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \backslash
18756 mathit
18757 \series bold
18758
18759 \begin_inset space \textvisiblespace{}
18760 \end_inset
18761
18762
18763 \series default
18764 AbC
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 \begin_inset Formula $\mathit{AbC}$
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785 -
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \backslash
18798 mathrm
18799 \series bold
18800
18801 \begin_inset space \textvisiblespace{}
18802 \end_inset
18803
18804
18805 \series default
18806 AbC
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 \begin_inset Formula $\mathrm{AbC}$
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827 \begin_inset Info
18828 type  "shortcut"
18829 arg   "font-roman"
18830 \end_inset
18831
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 </row>
18838 <row>
18839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843
18844 \backslash
18845 mathsf
18846 \series bold
18847
18848 \begin_inset space \textvisiblespace{}
18849 \end_inset
18850
18851
18852 \series default
18853 AbC
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 \begin_inset Formula $\mathsf{AbC}$
18863 \end_inset
18864
18865
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 \begin_inset Info
18875 type  "shortcut"
18876 arg   "font-sans"
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \backslash
18892 mathtt
18893 \series bold
18894
18895 \begin_inset space \textvisiblespace{}
18896 \end_inset
18897
18898
18899 \series default
18900 AbC
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 \begin_inset Formula $\mathtt{AbC}$
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 \begin_inset Info
18922 type  "shortcut"
18923 arg   "font-typewriter"
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 </row>
18932 <row>
18933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \backslash
18939 mathscr
18940 \series bold
18941
18942 \begin_inset space \textvisiblespace{}
18943 \end_inset
18944
18945
18946 \series default
18947 ABC
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 \begin_inset Formula $\mathscr{ABC}$
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 -
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 </row>
18974 </lyxtabular>
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Standard
18982 \begin_inset Note Greyedout
18983 status open
18984
18985 \begin_layout Plain Layout
18986
18987 \series bold
18988 Note:
18989 \series default
18990  The styles 
18991 \series bold
18992
18993 \backslash
18994 mathbb
18995 \series default
18996
18997 \series bold
18998
18999 \backslash
19000 mathcal
19001 \series default
19002  and 
19003 \series bold
19004
19005 \backslash
19006 mathscr
19007 \series default
19008  can only be used for big letters.
19009 \end_layout
19010
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \begin_layout Standard
19017 The style 
19018 \series bold
19019
19020 \backslash
19021 mathnormal
19022 \series default
19023  is predefined.
19024 \end_layout
19025
19026 \begin_layout Standard
19027 The style commands also work for letters in mathematical constructs:
19028 \begin_inset Formula 
19029 \[
19030 \mathfrak{A=\frac{b}{C}}
19031 \]
19032
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \begin_layout Standard
19039 Characters in mathematical text don't appear in a math font style but in
19040  the text font style 
19041 \series bold
19042
19043 \backslash
19044 textrm
19045 \series default
19046 .
19047  Note that their style can't be set correctly via the text style dialog.
19048  This is a known bug in \SpecialChar LyX
19049 .
19050 \begin_inset Foot
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054 \begin_inset CommandInset href
19055 LatexCommand href
19056 name "LyX-bug #4629"
19057 target "https://www.lyx.org/trac/ticket/4629"
19058 literal "false"
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Standard
19071 Instead of the style commands, 
19072 \family sans
19073 Edit\SpecialChar menuseparator
19074 Math\SpecialChar menuseparator
19075 Text Style
19076 \family default
19077  dialog, or the toolbar button, 
19078 \begin_inset Info
19079 type  "icon"
19080 arg   "math-insert \\font"
19081 \end_inset
19082
19083  can be used.
19084 \end_layout
19085
19086 \begin_layout Subsection
19087 Bold Formulas
19088 \begin_inset CommandInset label
19089 LatexCommand label
19090 name "subsec:Bold-Formulas"
19091
19092 \end_inset
19093
19094
19095 \begin_inset Index idx
19096 status collapsed
19097
19098 \begin_layout Plain Layout
19099 Formula ! bold
19100 \end_layout
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \begin_layout Standard
19108 To make a complete formula bold, the command 
19109 \series bold
19110
19111 \backslash
19112 mathbf
19113 \series default
19114  from the previous subsection cannot be used because it doesn't work for
19115  small Greek letters.
19116  Additionally it always prints Latin letters upright, as in the following
19117  equation:
19118 \end_layout
19119
19120 \begin_layout Standard
19121 \begin_inset Formula 
19122 \[
19123 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19124 \]
19125
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \begin_layout Standard
19132 To display the formula correctly, the command 
19133 \series bold
19134
19135 \backslash
19136 boldsymbol
19137 \series default
19138  is used:
19139 \begin_inset Formula 
19140 \[
19141 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19142 \]
19143
19144 \end_inset
19145
19146 It is also possible to set the formula in a 
19147 \series bold
19148 boldmath environment
19149 \series default
19150 .
19151  This environment is created by inserting the command 
19152 \series bold
19153
19154 \backslash
19155 boldmath
19156 \series default
19157
19158 \begin_inset Index idx
19159 status collapsed
19160
19161 \begin_layout Plain Layout
19162 Commands ! B ! 
19163 \backslash
19164 boldmath
19165 \end_layout
19166
19167 \end_inset
19168
19169  in \SpecialChar TeX
19170  mode.
19171  To end the environment, the command 
19172 \series bold
19173
19174 \backslash
19175 unboldmath
19176 \series default
19177
19178 \begin_inset Index idx
19179 status collapsed
19180
19181 \begin_layout Plain Layout
19182 Commands ! U ! 
19183 \backslash
19184 unboldmath
19185 \end_layout
19186
19187 \end_inset
19188
19189  is inserted in \SpecialChar TeX
19190  mode.
19191 \begin_inset ERT
19192 status collapsed
19193
19194 \begin_layout Plain Layout
19195
19196
19197 \backslash
19198 boldmath 
19199 \end_layout
19200
19201 \end_inset
19202
19203
19204 \begin_inset Formula 
19205 \[
19206 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19207 \]
19208
19209 \end_inset
19210
19211
19212 \begin_inset ERT
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216
19217
19218 \backslash
19219 unboldmath 
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Subsection
19228 Colored Formulas
19229 \begin_inset Index idx
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233 Formula ! colored
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Standard
19242 Formulas can be colored like normal text: Highlight a formula or a formula
19243  part and use the 
19244 \family sans
19245 Text Style
19246 \family default
19247  dialog.
19248  Here is a formula in magenta:
19249 \begin_inset Formula 
19250 \[
19251 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19252 \]
19253
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \begin_layout Standard
19260 You can also define your own colors as described in 
19261 \begin_inset CommandInset ref
19262 LatexCommand ref
19263 reference "subsec:Colored-Boxes"
19264
19265 \end_inset
19266
19267 .
19268  They can be used with the \SpecialChar TeX
19269  code command 
19270 \series bold
19271
19272 \backslash
19273 textcolor
19274 \series default
19275
19276 \begin_inset Index idx
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280 Commands ! T ! 
19281 \backslash
19282 textcolor
19283 \end_layout
19284
19285 \end_inset
19286
19287  in the scheme
19288 \end_layout
19289
19290 \begin_layout Standard
19291
19292 \series bold
19293
19294 \backslash
19295 textcolor{color}{characters or formula}
19296 \end_layout
19297
19298 \begin_layout Standard
19299 The following example was colored completely dark green and partly red:
19300 \end_layout
19301
19302 \begin_layout Standard
19303 \begin_inset ERT
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307
19308
19309 \backslash
19310 textcolor{darkgreen}{
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \begin_inset Formula 
19317 \[
19318 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19319 \]
19320
19321 \end_inset
19322
19323
19324 \begin_inset ERT
19325 status collapsed
19326
19327 \begin_layout Plain Layout
19328
19329 }
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 Due to a bug in \SpecialChar LyX
19339  only complete formulas can be colored with self-defined
19340  colors.
19341 \begin_inset Foot
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345 \begin_inset CommandInset href
19346 LatexCommand href
19347 name "LyX-bug #5269"
19348 target "https://www.lyx.org/trac/ticket/5269"
19349 literal "false"
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \begin_layout Subsection
19362 Font Sizes
19363 \begin_inset CommandInset label
19364 LatexCommand label
19365 name "subsec:Font-Sizes"
19366
19367 \end_inset
19368
19369
19370 \begin_inset Index idx
19371 status collapsed
19372
19373 \begin_layout Plain Layout
19374 Font ! size
19375 \end_layout
19376
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \begin_layout Standard
19383 As with characters in text, the following size commands are available for
19384  formula characters:
19385 \end_layout
19386
19387 \begin_layout Standard
19388
19389 \series bold
19390
19391 \backslash
19392 Huge
19393 \series default
19394
19395 \series bold
19396
19397 \backslash
19398 huge
19399 \series default
19400
19401 \series bold
19402
19403 \backslash
19404 LARGE
19405 \series default
19406
19407 \series bold
19408
19409 \backslash
19410 Large
19411 \series default
19412
19413 \series bold
19414
19415 \backslash
19416 large
19417 \series default
19418
19419 \series bold
19420
19421 \backslash
19422 normalsize
19423 \series default
19424
19425 \series bold
19426
19427 \backslash
19428 small
19429 \series default
19430 ,
19431 \begin_inset Newline newline
19432 \end_inset
19433
19434
19435 \series bold
19436
19437 \backslash
19438 footnotesize
19439 \series default
19440
19441 \series bold
19442
19443 \backslash
19444 scriptsize
19445 \series default
19446  and 
19447 \series bold
19448
19449 \backslash
19450 tiny
19451 \end_layout
19452
19453 \begin_layout Standard
19454 The font size produced by the commands depends on the document's original
19455  font size, which corresponds to the command 
19456 \series bold
19457
19458 \backslash
19459 normalsize
19460 \series default
19461 .
19462  The other commands produce character sizes smaller or larger than 
19463 \series bold
19464
19465 \backslash
19466 normalsize
19467 \series default
19468 .
19469  There are however limits to how small or large the font size can be changed.
19470  If for example the document font size is 12
19471 \begin_inset space \thinspace{}
19472 \end_inset
19473
19474 pt, the command 
19475 \series bold
19476
19477 \backslash
19478 Huge
19479 \series default
19480  switches to the same size as 
19481 \series bold
19482
19483 \backslash
19484 huge
19485 \series default
19486 .
19487 \end_layout
19488
19489 \begin_layout Standard
19490 A size command is inserted in \SpecialChar TeX
19491  mode before a formula and sets the size for
19492  all of the following formulas and text characters.
19493  To switch back to the initial size, the command 
19494 \series bold
19495
19496 \backslash
19497 normalsize
19498 \series default
19499  is inserted behind the formula, again in \SpecialChar TeX
19500  mode.
19501 \end_layout
19502
19503 \begin_layout Standard
19504 Size can also be changed within a formula using the following size commands
19505  or the toolbar button 
19506 \begin_inset Info
19507 type  "icon"
19508 arg   "math-insert \\style"
19509 \end_inset
19510
19511 :
19512 \end_layout
19513
19514 \begin_layout Standard
19515 \noindent
19516 \align center
19517 \begin_inset Tabular
19518 <lyxtabular version="3" rows="5" columns="2">
19519 <features booktabs="true" tabularvalignment="middle">
19520 <column alignment="center" valignment="top" width="0pt">
19521 <column alignment="center" valignment="top">
19522 <row>
19523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 Command
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 Result
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \backslash
19549 displaystyle
19550 \begin_inset Index idx
19551 status collapsed
19552
19553 \begin_layout Plain Layout
19554 Commands ! D ! 
19555 \backslash
19556 displaystyle
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 <row topspace="1mm">
19580 <cell alignment="center" valignment="top" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584
19585 \backslash
19586 textstyle
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 </row>
19604 <row>
19605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609
19610 \backslash
19611 scriptstyle
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \backslash
19636 scriptscriptstyle
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19646 \end_inset
19647
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 </lyxtabular>
19655
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \begin_layout Standard
19662 After entering these commands, a blue box appears in which the formula parts
19663  are inserted.
19664 \end_layout
19665
19666 \begin_layout Standard
19667 There is another method for changing the font size, although it only works
19668  for symbols or letters in mathematical text.
19669  To use it, one of the above text size commands is inserted into mathematical
19670  text.
19671  All characters until the end of the mathematical text or until another
19672  size command will have the selected size.
19673  Two examples:
19674 \begin_inset VSpace -2mm
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \begin_layout Standard
19681 \begin_inset ERT
19682 status collapsed
19683
19684 \begin_layout Plain Layout
19685
19686
19687 \backslash
19688 huge 
19689 \end_layout
19690
19691 \end_inset
19692
19693
19694 \begin_inset Formula 
19695 \[
19696 A=\frac{B}{c}\cdot\maltese
19697 \]
19698
19699 \end_inset
19700
19701
19702 \begin_inset Formula 
19703 \[
19704 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19705 \]
19706
19707 \end_inset
19708
19709
19710 \begin_inset ERT
19711 status collapsed
19712
19713 \begin_layout Plain Layout
19714
19715
19716 \backslash
19717 normalsize 
19718 \end_layout
19719
19720 \end_inset
19721
19722
19723 \begin_inset VSpace medskip
19724 \end_inset
19725
19726 Before the first formula the command 
19727 \series bold
19728
19729 \backslash
19730 huge
19731 \series default
19732  was inserted.
19733  The command for the second formula is:
19734 \begin_inset Newline newline
19735 \end_inset
19736
19737
19738 \series bold
19739
19740 \backslash
19741 maltese
19742 \begin_inset space \textvisiblespace{}
19743 \end_inset
19744
19745 A Alt+M M 
19746 \backslash
19747 Large
19748 \begin_inset space \textvisiblespace{}
19749 \end_inset
19750
19751
19752 \backslash
19753 maltese
19754 \begin_inset space \textvisiblespace{}
19755 \end_inset
19756
19757
19758 \backslash
19759 textit
19760 \begin_inset space \textvisiblespace{}
19761 \end_inset
19762
19763 A
19764 \begin_inset Formula $\to$
19765 \end_inset
19766
19767
19768 \begin_inset Formula $\to$
19769 \end_inset
19770
19771
19772 \begin_inset Newline newline
19773 \end_inset
19774
19775
19776 \begin_inset space \hspace*{}
19777 \length 1cm
19778 \end_inset
19779
19780 Alt+M
19781 \series default
19782  
19783 \series bold
19784
19785 \backslash
19786 tiny
19787 \begin_inset space \textvisiblespace{}
19788 \end_inset
19789
19790
19791 \backslash
19792 maltese
19793 \begin_inset space \textvisiblespace{}
19794 \end_inset
19795
19796
19797 \backslash
19798 textit
19799 \begin_inset space \textvisiblespace{}
19800 \end_inset
19801
19802 A
19803 \end_layout
19804
19805 \begin_layout Standard
19806 If a symbol cannot be displayed in different sizes, it will always be displayed
19807  in the default size.
19808 \end_layout
19809
19810 \begin_layout Section
19811 Greek Letters
19812 \begin_inset Index idx
19813 status collapsed
19814
19815 \begin_layout Plain Layout
19816 Greek letters
19817 \end_layout
19818
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \begin_layout Standard
19825 Greek letters can be inserted via the toolbar button 
19826 \begin_inset Info
19827 type  "icon"
19828 arg   "math-insert \\alpha"
19829 \end_inset
19830
19831  as well as by command.
19832  All international typesetting norms purport that Greek letters in math
19833  have to be typeset italic/slanted.
19834  In some languages, like French or Russian, they are nevertheless sometimes
19835  typeset upright.
19836 \end_layout
19837
19838 \begin_layout Subsection
19839 Small Letters
19840 \begin_inset Index idx
19841 status collapsed
19842
19843 \begin_layout Plain Layout
19844 Greek letters ! small
19845 \end_layout
19846
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \begin_layout Standard
19853 \begin_inset space \hfill{}
19854 \end_inset
19855
19856
19857 \begin_inset Tabular
19858 <lyxtabular version="3" rows="11" columns="2">
19859 <features booktabs="true" tabularvalignment="middle">
19860 <column alignment="center" valignment="top" width="0pt">
19861 <column alignment="center" valignment="top" width="0pt">
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 Command
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 Result
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 alpha
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\alpha$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 beta
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\beta$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 gamma
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\gamma$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 delta
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\delta$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 epsilon
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\epsilon$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 <row>
20008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012
20013 \backslash
20014 varepsilon
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $\varepsilon$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \backslash
20039 zeta
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 \begin_inset Formula $\zeta$
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \backslash
20064 eta
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\eta$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 theta
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\theta$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 vartheta
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $\vartheta$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 </lyxtabular>
20133
20134 \end_inset
20135
20136
20137 \begin_inset space \hfill{}
20138 \end_inset
20139
20140
20141 \begin_inset Tabular
20142 <lyxtabular version="3" rows="12" columns="2">
20143 <features booktabs="true" tabularvalignment="middle">
20144 <column alignment="center" valignment="top" width="0pt">
20145 <column alignment="center" valignment="top" width="0pt">
20146 <row>
20147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 Command
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 Result
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 <row>
20167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171
20172 \backslash
20173 iota
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182 \begin_inset Formula $\iota$
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row>
20192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196
20197 \backslash
20198 kappa
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Formula $\kappa$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 </row>
20216 <row>
20217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221
20222 \backslash
20223 varkappa
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 \begin_inset Formula $\varkappa$
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 lambda
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $\lambda$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \backslash
20273 mu
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282 \begin_inset Formula $\mu$
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 <row>
20292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296
20297 \backslash
20298 nu
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 \begin_inset Formula $\nu$
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \backslash
20323 xi
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 \begin_inset Formula $\xi$
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 o
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $o$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \backslash
20371 pi
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380 \begin_inset Formula $\pi$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 <row>
20390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \backslash
20396 varpi
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Formula $\varpi$
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 <row>
20415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419
20420 \backslash
20421 rho
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 \begin_inset Formula $\rho$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 </lyxtabular>
20440
20441 \end_inset
20442
20443
20444 \begin_inset space \hfill{}
20445 \end_inset
20446
20447
20448 \begin_inset Tabular
20449 <lyxtabular version="3" rows="11" columns="2">
20450 <features booktabs="true" tabularvalignment="middle">
20451 <column alignment="center" valignment="top" width="0pt">
20452 <column alignment="center" valignment="top" width="0pt">
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Command
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Result
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 varrho
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\varrho$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 sigma
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\sigma$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 varsigma
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\varsigma$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 tau
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\tau$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 upsilon
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\upsilon$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 phi
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\phi$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 varphi
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\varphi$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 chi
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\chi$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 psi
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\psi$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703
20704 \backslash
20705 omega
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 \begin_inset Formula $\omega$
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 </lyxtabular>
20724
20725 \end_inset
20726
20727
20728 \begin_inset space \hfill{}
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \begin_layout Standard
20735 \begin_inset VSpace medskip
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \begin_layout Standard
20742 Creating upright Greek letters is explained in 
20743 \begin_inset CommandInset ref
20744 LatexCommand ref
20745 reference "subsec:Upright-small-Greek"
20746
20747 \end_inset
20748
20749 .
20750 \end_layout
20751
20752 \begin_layout Subsection
20753 Big Letters
20754 \begin_inset Index idx
20755 status collapsed
20756
20757 \begin_layout Plain Layout
20758 Greek letters ! big
20759 \end_layout
20760
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \begin_layout Standard
20767 \begin_inset space \hfill{}
20768 \end_inset
20769
20770
20771 \begin_inset Tabular
20772 <lyxtabular version="3" rows="7" columns="2">
20773 <features booktabs="true" tabularvalignment="middle">
20774 <column alignment="center" valignment="top" width="0pt">
20775 <column alignment="center" valignment="top" width="0pt">
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 Command
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 Result
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 Gamma
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\Gamma$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 Delta
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\Delta$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 Theta
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\Theta$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 Lambda
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\Lambda$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 Xi
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\Xi$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 Pi
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\Pi$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 </lyxtabular>
20947
20948 \end_inset
20949
20950
20951 \begin_inset space \hfill{}
20952 \end_inset
20953
20954
20955 \begin_inset Tabular
20956 <lyxtabular version="3" rows="6" columns="2">
20957 <features booktabs="true" tabularvalignment="middle">
20958 <column alignment="center" valignment="top" width="0pt">
20959 <column alignment="center" valignment="top" width="0pt">
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 Command
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 Result
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 Sigma
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset Formula $\Sigma$
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \backslash
21012 Upsilon
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\Upsilon$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \backslash
21037 Phi
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 \begin_inset Formula $\Phi$
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 <row>
21056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \backslash
21062 Psi
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\Psi$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 Omega
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $\Omega$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 </lyxtabular>
21106
21107 \end_inset
21108
21109
21110 \begin_inset space \hfill{}
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Standard
21117 \begin_inset VSpace medskip
21118 \end_inset
21119
21120 The big Greek letters appearing upright is caused by a design bug in \SpecialChar TeX
21121 .
21122  To create correct italic big letters, begin every command with 
21123 \series bold
21124 var
21125 \series default
21126 .
21127  For example the command 
21128 \series bold
21129
21130 \backslash
21131 varGamma
21132 \series default
21133  produces 
21134 \begin_inset Formula $\varGamma$
21135 \end_inset
21136
21137 .
21138  Another way is to load the package 
21139 \series bold
21140 fixmath
21141 \series default
21142
21143 \begin_inset Foot
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147
21148 \series bold
21149 fixmath
21150 \series default
21151  is part of the \SpecialChar LaTeX
21152 -package 
21153 \series bold
21154 was
21155 \series default
21156
21157 \begin_inset Index idx
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161 Packages ! was
21162 \begin_inset ERT
21163 status collapsed
21164
21165 \begin_layout Plain Layout
21166
21167
21168 \backslash
21169 vspace{4mm}
21170 \end_layout
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \end_inset
21178
21179 .
21180 \end_layout
21181
21182 \end_inset
21183
21184
21185 \begin_inset Index idx
21186 status collapsed
21187
21188 \begin_layout Plain Layout
21189 Packages ! fixmath
21190 \end_layout
21191
21192 \end_inset
21193
21194  with the \SpecialChar LaTeX
21195 -preamble line
21196 \end_layout
21197
21198 \begin_layout Standard
21199
21200 \series bold
21201
21202 \backslash
21203 usepackage{fixmath}
21204 \end_layout
21205
21206 \begin_layout Standard
21207 Then all big Greek letters in a document will automatically be typeset italic.
21208 \end_layout
21209
21210 \begin_layout Subsection
21211 Bold Letters
21212 \begin_inset Index idx
21213 status collapsed
21214
21215 \begin_layout Plain Layout
21216 Greek letters ! bold
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \begin_layout Standard
21225 Greek letters cannot be set with different font styles like Latin letters.
21226  They can only be made bold with the command 
21227 \series bold
21228
21229 \backslash
21230 boldsymbol
21231 \series default
21232
21233 \begin_inset Index idx
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237 Commands ! B ! 
21238 \backslash
21239 boldsymbol
21240 \end_layout
21241
21242 \end_inset
21243
21244 .
21245 \end_layout
21246
21247 \begin_layout Standard
21248 \align center
21249 \begin_inset Tabular
21250 <lyxtabular version="3" rows="3" columns="2">
21251 <features booktabs="true" tabularvalignment="middle">
21252 <column alignment="center" valignment="top" width="0pt">
21253 <column alignment="center" valignment="top">
21254 <row>
21255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 Command
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 Result
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row>
21275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \backslash
21281 Upsilon
21282 \backslash
21283 boldsymbol
21284 \backslash
21285 Upsilon
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308
21309 \backslash
21310 theta
21311 \backslash
21312 boldsymbol
21313 \backslash
21314 theta
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\theta\boldsymbol{\theta}$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 </lyxtabular>
21333
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \begin_layout Section
21340 Symbols
21341 \begin_inset ERT
21342 status collapsed
21343
21344 \begin_layout Plain Layout
21345
21346
21347 \backslash
21348 texorpdfstring{
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \begin_inset Foot
21355 status collapsed
21356
21357 \begin_layout Plain Layout
21358 A list with all symbols of most of the \SpecialChar LaTeX
21359 -packages can be found in 
21360 \begin_inset CommandInset citation
21361 LatexCommand cite
21362 key "Symbols"
21363 literal "true"
21364
21365 \end_inset
21366
21367 .
21368 \end_layout
21369
21370 \end_inset
21371
21372
21373 \begin_inset ERT
21374 status collapsed
21375
21376 \begin_layout Plain Layout
21377
21378 }{}
21379 \end_layout
21380
21381 \end_inset
21382
21383
21384 \begin_inset Note Note
21385 status collapsed
21386
21387 \begin_layout Plain Layout
21388
21389 \backslash
21390 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21391 \end_layout
21392
21393 \begin_layout Plain Layout
21394 More about 
21395 \backslash
21396 texorpdfstring is in section 
21397 \begin_inset CommandInset ref
21398 LatexCommand ref
21399 reference "subsec:Formulas-in-Section"
21400
21401 \end_inset
21402
21403 .
21404 \end_layout
21405
21406 \end_inset
21407
21408
21409 \begin_inset Index idx
21410 status collapsed
21411
21412 \begin_layout Plain Layout
21413 Symbols
21414 \end_layout
21415
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \begin_layout Standard
21422 Many of the symbols listed in this section can also be inserted via the
21423  toolbar buttons 
21424 \begin_inset Info
21425 type  "icon"
21426 arg   "math-insert \\nabla"
21427 \end_inset
21428
21429  and 
21430 \begin_inset Info
21431 type  "icon"
21432 arg   "math-insert \\digamma"
21433 \end_inset
21434
21435 .
21436 \end_layout
21437
21438 \begin_layout Subsection
21439 Mathematical Symbols
21440 \begin_inset CommandInset label
21441 LatexCommand label
21442 name "subsec:Mathematical-Symbols"
21443
21444 \end_inset
21445
21446
21447 \begin_inset Index idx
21448 status collapsed
21449
21450 \begin_layout Plain Layout
21451 Symbols ! mathematical
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Standard
21460 \begin_inset Tabular
21461 <lyxtabular version="3" rows="10" columns="2">
21462 <features booktabs="true" tabularvalignment="middle">
21463 <column alignment="center" valignment="top" width="0pt">
21464 <column alignment="center" valignment="top" width="0pt">
21465 <row>
21466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 Command
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 Symbol
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 neg
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\neg$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 Im
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\Im$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \backslash
21542 Re
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\Re$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 <row>
21561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565
21566 \backslash
21567 aleph
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Formula $\aleph$
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 partial
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\partial$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 infty
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\infty$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 <row>
21636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \backslash
21642 wp
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $\wp$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 imath
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\imath$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 jmath
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\jmath$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 </lyxtabular>
21711
21712 \end_inset
21713
21714
21715 \begin_inset space \hfill{}
21716 \end_inset
21717
21718
21719 \begin_inset Tabular
21720 <lyxtabular version="3" rows="10" columns="2">
21721 <features booktabs="true" tabularvalignment="middle">
21722 <column alignment="center" valignment="top" width="0pt">
21723 <column alignment="center" valignment="top" width="0pt">
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 Command
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 Symbol
21739 \begin_inset Note Note
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743
21744 \series bold
21745
21746 \backslash
21747 raisebox
21748 \series default
21749  is only used as spacer.
21750 \end_layout
21751
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 forall
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset Formula $\forall$
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 exists
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\exists$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 nexists
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\nexists$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 emptyset
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\emptyset$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 varnothing
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\varnothing$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 dag
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\dag$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 ddag
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\ddag$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 complement
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset ERT
21952 status collapsed
21953
21954 \begin_layout Plain Layout
21955
21956
21957 \backslash
21958 raisebox{-0.8mm}{
21959 \end_layout
21960
21961 \end_inset
21962
21963
21964 \begin_inset Formula $\complement$
21965 \end_inset
21966
21967
21968 \begin_inset ERT
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972
21973 }
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 Bbbk
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\Bbbk$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 </lyxtabular>
22010
22011 \end_inset
22012
22013
22014 \begin_inset space \hfill{}
22015 \end_inset
22016
22017
22018 \begin_inset Tabular
22019 <lyxtabular version="3" rows="10" columns="2">
22020 <features booktabs="true" tabularvalignment="middle">
22021 <column alignment="center" valignment="top" width="0pt">
22022 <column alignment="center" valignment="top" width="0pt">
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 Command
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 Symbol
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 prime
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Formula $\prime$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 backprime
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\backprime$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \backslash
22100 mho
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Formula $\mho$
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \backslash
22125 triangle
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\triangle$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 angle
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\angle$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \backslash
22175 measuredangle
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $\measuredangle$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198
22199 \backslash
22200 sphericalangle
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 \begin_inset Formula $\sphericalangle$
22210 \end_inset
22211
22212
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row>
22219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \backslash
22225 top
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Formula $\top$
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 </row>
22243 <row>
22244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248
22249 \backslash
22250 bot
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259 \begin_inset Formula $\bot$
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 </row>
22268 </lyxtabular>
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Subsection
22276 Miscellaneous Symbols
22277 \begin_inset CommandInset label
22278 LatexCommand label
22279 name "subsec:Miscellaneous-Symbols"
22280
22281 \end_inset
22282
22283
22284 \begin_inset Index idx
22285 status collapsed
22286
22287 \begin_layout Plain Layout
22288 Symbols ! miscellaneous
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \begin_layout Standard
22297 \noindent
22298 \align center
22299 \begin_inset Tabular
22300 <lyxtabular version="3" rows="10" columns="2">
22301 <features booktabs="true" tabularvalignment="middle">
22302 <column alignment="center" valignment="top" width="0pt">
22303 <column alignment="center" valignment="top" width="0pt">
22304 <row>
22305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 Command
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 Symbol
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 <row>
22325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \backslash
22331 flat
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 \begin_inset Formula $\flat$
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 </row>
22349 <row>
22350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \backslash
22356 natural
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 \begin_inset Formula $\natural$
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 </row>
22374 <row>
22375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379
22380 \backslash
22381 sharp
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset Formula $\sharp$
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 <row>
22400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404
22405 \backslash
22406 surd
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 \begin_inset Formula $\surd$
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 </row>
22424 <row>
22425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429
22430 \backslash
22431 checkmark
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 \begin_inset Formula $\checkmark$
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 </row>
22449 <row>
22450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454
22455 \backslash
22456 yen
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 \begin_inset Formula $\yen$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \backslash
22481 pounds
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 \begin_inset Formula $\pounds$
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 </row>
22499 <row>
22500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 $
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Formula $\$$
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 <row>
22523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 §
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $§$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 </lyxtabular>
22546
22547 \end_inset
22548
22549
22550 \begin_inset space \hfill{}
22551 \end_inset
22552
22553
22554 \begin_inset Tabular
22555 <lyxtabular version="3" rows="10" columns="2">
22556 <features booktabs="true" tabularvalignment="middle">
22557 <column alignment="center" valignment="top" width="0pt">
22558 <column alignment="center" valignment="top">
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 Command
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 Symbol
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 <row>
22580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584
22585 \backslash
22586 hbar
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Formula $\hbar$
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 <row>
22605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \backslash
22611 hslash
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $\hslash$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \backslash
22636 clubsuit
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 \begin_inset Formula $\clubsuit$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row>
22655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \backslash
22661 spadesuit
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 \begin_inset Formula $\spadesuit$
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 </row>
22679 <row>
22680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684
22685 \backslash
22686 bigstar
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 \begin_inset Formula $\bigstar$
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 </row>
22704 <row>
22705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \backslash
22711 blacklozenge
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $\blacklozenge$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734
22735 \backslash
22736 blacktriangle
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 \begin_inset Formula $\blacktriangle$
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \backslash
22761 blacktiangledown
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $\blacktriangledown$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row>
22780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \backslash
22786 bullet
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Formula $\bullet$
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 </row>
22804 </lyxtabular>
22805
22806 \end_inset
22807
22808
22809 \begin_inset space \hfill{}
22810 \end_inset
22811
22812
22813 \begin_inset Tabular
22814 <lyxtabular version="3" rows="10" columns="2">
22815 <features booktabs="true" tabularvalignment="middle">
22816 <column alignment="center" valignment="top" width="0pt">
22817 <column alignment="center" valignment="top" width="0pt">
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 Command
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 Symbol
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 diamondsuit
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\diamondsuit$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \backslash
22870 Diamond
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 \begin_inset Formula $\Diamond$
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 <row>
22889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893
22894 \backslash
22895 heartsuit
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Formula $\heartsuit$
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 <row>
22914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \backslash
22920 P
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 \begin_inset Formula $\P$
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 <row>
22939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943
22944 \backslash
22945 copyright
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 \begin_inset Formula $\copyright$
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 </row>
22963 <row>
22964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968
22969 \backslash
22970 circledR
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 \begin_inset Formula $\circledR$
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 <row>
22989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993
22994 \backslash
22995 maltese
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 \begin_inset Formula $\maltese$
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 </row>
23013 <row>
23014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018
23019 \backslash
23020 diagup
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 \begin_inset Formula $\diagup$
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 </row>
23038 <row>
23039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \backslash
23045 diagdown
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 \begin_inset Formula $\diagdown$
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 </row>
23063 </lyxtabular>
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Standard
23071 \begin_inset VSpace medskip
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \begin_layout Standard
23078 Some symbols can be displayed in different sizes, see 
23079 \begin_inset CommandInset ref
23080 LatexCommand ref
23081 reference "subsec:Font-Sizes"
23082
23083 \end_inset
23084
23085 .
23086 \end_layout
23087
23088 \begin_layout Subsection
23089 The Euro-Symbol €
23090 \begin_inset Index idx
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094 Symbols ! Euro-symbol
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \begin_inset Index idx
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 @
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112
23113 \backslash
23114 officialeuro
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 To use the Euro symbol in formulas, the \SpecialChar LaTeX
23129 -package 
23130 \series bold
23131 eurosym
23132 \series default
23133
23134 \begin_inset Index idx
23135 status collapsed
23136
23137 \begin_layout Plain Layout
23138 Packages ! eurosym
23139 \end_layout
23140
23141 \end_inset
23142
23143  must be installed and loaded with the \SpecialChar LaTeX
23144 -preamble line
23145 \end_layout
23146
23147 \begin_layout Standard
23148
23149 \series bold
23150
23151 \backslash
23152 usepackage[gennarrow]{eurosym}
23153 \end_layout
23154
23155 \begin_layout Standard
23156 The Euro symbol can now be inserted with the command 
23157 \series bold
23158
23159 \backslash
23160 euro
23161 \series default
23162
23163 \begin_inset Index idx
23164 status collapsed
23165
23166 \begin_layout Plain Layout
23167 Commands ! E ! 
23168 \backslash
23169 euro
23170 \end_layout
23171
23172 \end_inset
23173
23174 .
23175 \end_layout
23176
23177 \begin_layout Standard
23178 The Euro symbol can directly be inserted with the € key in mathematical
23179  text, without having 
23180 \series bold
23181 eurosym
23182 \series default
23183  installed.
23184  When 
23185 \series bold
23186 eurosym
23187 \series default
23188  is installed, 
23189 \series bold
23190
23191 \backslash
23192 euro
23193 \series default
23194  can also be inserted in \SpecialChar TeX
23195  mode.
23196  The official currency symbol can then be inserted with the command 
23197 \series bold
23198
23199 \backslash
23200 officialeuro
23201 \series default
23202
23203 \begin_inset Index idx
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 Commands ! O ! 
23208 \backslash
23209 officialeuro
23210 \end_layout
23211
23212 \end_inset
23213
23214 , which is also only available in \SpecialChar TeX
23215  mode.
23216 \end_layout
23217
23218 \begin_layout Standard
23219 \begin_inset ERT
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223
23224
23225 \backslash
23226 ifeurosym 
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \begin_inset Note Note
23233 status open
23234
23235 \begin_layout Plain Layout
23236 The following table will only be displayed when the \SpecialChar LaTeX
23237 -package 
23238 \series bold
23239 eurosym
23240 \series default
23241  is installed.
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 An overview about the different Euro symbols:
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \align center
23255 \begin_inset Tabular
23256 <lyxtabular version="3" rows="4" columns="3">
23257 <features booktabs="true" tabularvalignment="middle">
23258 <column alignment="center" valignment="top" width="0pt">
23259 <column alignment="center" valignment="top" width="0pt">
23260 <column alignment="center" valignment="top" width="0pt">
23261 <row>
23262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 cmidrule[0.08em]{2-3}
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 Command 
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 Symbol
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 <row>
23303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307 formula
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 euro
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\euro$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 mathematical text
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
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 $\mbox{€}$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \SpecialChar TeX
23374  mode
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \backslash
23385 officialeuro
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset ERT
23395 status collapsed
23396
23397 \begin_layout Plain Layout
23398
23399
23400 \backslash
23401 officialeuro
23402 \end_layout
23403
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 </lyxtabular>
23413
23414 \end_inset
23415
23416
23417 \begin_inset Note Note
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421
23422 \series bold
23423
23424 \backslash
23425 cmidrule
23426 \series default
23427  is used here only for table borders.
23428  See sec.
23429  
23430 \family sans
23431 Formal Tables
23432 \family default
23433  of the 
23434 \emph on
23435 EmbeddedObjects
23436 \emph default
23437  manual for details.
23438 \end_layout
23439
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \begin_layout Standard
23446 \begin_inset ERT
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450
23451
23452 \backslash
23453 else 
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \begin_inset Note Note
23460 status open
23461
23462 \begin_layout Plain Layout
23463 The following will be displayed when the \SpecialChar LaTeX
23464 -package 
23465 \series bold
23466 eurosym
23467 \series default
23468  is not installed:
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \begin_layout Standard
23477 You need to install the \SpecialChar LaTeX
23478 -package 
23479 \series bold
23480 eurosym
23481 \series default
23482  to see the rest of this subsection in the output.
23483 \end_layout
23484
23485 \begin_layout Standard
23486 \begin_inset ERT
23487 status collapsed
23488
23489 \begin_layout Plain Layout
23490
23491
23492 \backslash
23493 fi 
23494 \end_layout
23495
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \begin_layout Section
23502 Relations
23503 \begin_inset CommandInset label
23504 LatexCommand label
23505 name "sec:Relations"
23506
23507 \end_inset
23508
23509
23510 \begin_inset Index idx
23511 status collapsed
23512
23513 \begin_layout Plain Layout
23514 Relations
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \begin_inset Index idx
23521 status collapsed
23522
23523 \begin_layout Plain Layout
23524 Comparisons|see
23525 \begin_inset ERT
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529
23530 {
23531 \end_layout
23532
23533 \end_inset
23534
23535 Relations
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541 }
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \begin_layout Standard
23555 All of the following relations can also be inserted via the toolbar button
23556  
23557 \begin_inset Info
23558 type  "icon"
23559 arg   "math-insert \\leq"
23560 \end_inset
23561
23562 .
23563 \end_layout
23564
23565 \begin_layout Standard
23566 \begin_inset Tabular
23567 <lyxtabular version="3" rows="17" columns="2">
23568 <features booktabs="true" tabularvalignment="middle">
23569 <column alignment="center" valignment="top" width="0pt">
23570 <column alignment="center" valignment="top" width="0pt">
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 Command
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 Relation
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 <
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $<$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 le
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\le$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 <row>
23640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \backslash
23646 ll
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 \begin_inset Formula $\ll$
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \backslash
23671 prec
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Formula $\prec$
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \backslash
23696 preceq
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\preceq$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719
23720 \backslash
23721 subset
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset Formula $\subset$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744
23745 \backslash
23746 subseteq
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $\subseteq$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \backslash
23771 sqsubseteq
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $\sqsubseteq$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 in
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\in$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \backslash
23821 vdash
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Formula $\vdash$
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 smile
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset Formula $\smile$
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \backslash
23871 lhd
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $\lhd$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \backslash
23896 unlhd
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $\unlhd$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 gtrless
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\gtrless$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 mid
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\mid$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 nmid
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\nmid$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 </lyxtabular>
23990
23991 \end_inset
23992
23993
23994 \begin_inset space \hfill{}
23995 \end_inset
23996
23997
23998 \begin_inset Tabular
23999 <lyxtabular version="3" rows="17" columns="2">
24000 <features booktabs="true" tabularvalignment="middle">
24001 <column alignment="center" valignment="top" width="0pt">
24002 <column alignment="center" valignment="top" width="0pt">
24003 <row>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 Command
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 Relation
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 <row>
24024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 =
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 \begin_inset Formula $=$
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 </row>
24046 <row>
24047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051
24052 \backslash
24053 not=
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062 \begin_inset Formula $\not=$
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 </row>
24071 <row>
24072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076
24077 \backslash
24078 equiv
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 \begin_inset Formula $\equiv$
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 </row>
24096 <row>
24097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \backslash
24103 sim
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112 \begin_inset Formula $\sim$
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 </row>
24121 <row>
24122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126
24127 \backslash
24128 simeq
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 \begin_inset Formula $\simeq$
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 </row>
24146 <row>
24147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151
24152 \backslash
24153 approx
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 \begin_inset Formula $\approx$
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 </row>
24171 <row>
24172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176
24177 \backslash
24178 cong
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 \begin_inset Formula $\cong$
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 </row>
24196 <row>
24197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \backslash
24203 bowtie
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 \begin_inset Formula $\bowtie$
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 </row>
24221 <row>
24222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \backslash
24228 notin
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237 \begin_inset Formula $\notin$
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 </row>
24246 <row>
24247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 perp
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 \begin_inset Formula $\perp$
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 <row>
24272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 propto
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 \begin_inset Formula $\propto$
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
24297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 asymp
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 \begin_inset Formula $\asymp$
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row>
24322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 doteq
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 \begin_inset Formula $\doteq$
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 </row>
24346 <row>
24347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 circeq
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 \begin_inset Formula $\circeq$
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 </row>
24371 <row>
24372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 models
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 \begin_inset Formula $\models$
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 </row>
24396 <row>
24397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 widehat=
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 \begin_inset Formula $\widehat{=}$
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 </lyxtabular>
24422
24423 \end_inset
24424
24425
24426 \begin_inset space \hfill{}
24427 \end_inset
24428
24429
24430 \begin_inset Tabular
24431 <lyxtabular version="3" rows="17" columns="2">
24432 <features booktabs="true" tabularvalignment="middle">
24433 <column alignment="center" valignment="top" width="0pt">
24434 <column alignment="center" valignment="top" width="0pt">
24435 <row>
24436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 Command
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 Relation
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 </row>
24455 <row>
24456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 >
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469 \begin_inset Formula $>$
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 </row>
24478 <row>
24479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 ge
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494 \begin_inset Formula $\ge$
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 </row>
24503 <row>
24504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \backslash
24510 gg
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 \begin_inset Formula $\gg$
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 </row>
24528 <row>
24529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533
24534 \backslash
24535 succ
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 \begin_inset Formula $\succ$
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 </row>
24553 <row>
24554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 succeq
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 \begin_inset Formula $\succeq$
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 </row>
24578 <row>
24579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 supset
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Plain Layout
24594 \begin_inset Formula $\supset$
24595 \end_inset
24596
24597
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 supseteq
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619 \begin_inset Formula $\supseteq$
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 </row>
24628 <row>
24629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 sqsupseteq
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 \begin_inset Formula $\sqsupseteq$
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 </row>
24653 <row>
24654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \backslash
24660 ni
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 \begin_inset Formula $\ni$
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 <row>
24679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683
24684 \backslash
24685 dashv
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 \begin_inset Formula $\dashv$
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 <row>
24704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \backslash
24710 frown
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 \begin_inset Formula $\frown$
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 <row>
24729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 rhd
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 \begin_inset Formula $\rhd$
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 </row>
24753 <row>
24754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 unrhd
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 \begin_inset Formula $\unrhd$
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 </row>
24778 <row>
24779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \backslash
24785 lessgtr
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Formula $\lessgtr$
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 <row>
24804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 parallel
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 \begin_inset Formula $\parallel$
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 </row>
24828 <row>
24829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \backslash
24835 nparallel
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 \begin_inset Formula $\nparallel$
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 </row>
24853 </lyxtabular>
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \begin_inset VSpace medskip
24862 \end_inset
24863
24864 The characters 
24865 \series bold
24866
24867 \backslash
24868 lhd
24869 \series default
24870  and 
24871 \series bold
24872
24873 \backslash
24874 rhd
24875 \series default
24876  are bigger than the equal looking operators 
24877 \series bold
24878
24879 \backslash
24880 triangleleft
24881 \series default
24882  and 
24883 \series bold
24884
24885 \backslash
24886 triangleright
24887 \series default
24888 , respectively.
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \SpecialChar LyX
24893  supports also many special relations.
24894  Use the toolbar button 
24895 \begin_inset Info
24896 type  "icon"
24897 arg   "math-insert \\leqq"
24898 \end_inset
24899
24900  to see a list of these relations.
24901 \end_layout
24902
24903 \begin_layout Standard
24904 Contrary to symbols, relations are always surrounded by space.
24905 \end_layout
24906
24907 \begin_layout Standard
24908 Relations with labels can be created with the command 
24909 \series bold
24910
24911 \backslash
24912 stackrel
24913 \series default
24914
24915 \begin_inset Index idx
24916 status collapsed
24917
24918 \begin_layout Plain Layout
24919 Commands ! S ! 
24920 \backslash
24921 stackrel
24922 \end_layout
24923
24924 \end_inset
24925
24926 :
24927 \end_layout
24928
24929 \begin_layout Standard
24930 \align center
24931 \begin_inset Tabular
24932 <lyxtabular version="3" rows="2" columns="2">
24933 <features booktabs="true" tabularvalignment="middle">
24934 <column alignment="center" valignment="top" width="0pt">
24935 <column alignment="center" valignment="top">
24936 <row>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 Command
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 Result
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 </row>
24956 <row topspace="1.5mm">
24957 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 A(r)
24962 \backslash
24963 stackrel
24964 \begin_inset space \textvisiblespace{}
24965 \end_inset
24966
24967 r
24968 \backslash
24969 to
24970 \backslash
24971 infty
24972 \begin_inset space \textvisiblespace{}
24973 \end_inset
24974
24975
24976 \begin_inset Formula $\downarrow$
24977 \end_inset
24978
24979
24980 \backslash
24981 approx
24982 \begin_inset space \textvisiblespace{}
24983 \end_inset
24984
24985
24986 \begin_inset space \textvisiblespace{}
24987 \end_inset
24988
24989 B
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 </row>
25007 </lyxtabular>
25008
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \begin_layout Section
25015 Functions
25016 \end_layout
25017
25018 \begin_layout Subsection
25019 Predefined Functions
25020 \begin_inset CommandInset label
25021 LatexCommand label
25022 name "subsec:Predefined-Functions"
25023
25024 \end_inset
25025
25026
25027 \begin_inset Index idx
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031 Functions ! predefined
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 In general, variables are set 
25041 \emph on
25042 italic
25043 \emph default
25044  in mathematical expressions, but not function names, because 
25045 \begin_inset Formula $sin$
25046 \end_inset
25047
25048  could be misunderstood as 
25049 \begin_inset Formula $s\cdot i\cdot n$
25050 \end_inset
25051
25052 .
25053  Also predefined functions are separated a bit from the character in front
25054  of them.
25055  They are inserted as commands starting with a backslash before their name.
25056 \end_layout
25057
25058 \begin_layout Standard
25059 \align center
25060 \begin_inset Tabular
25061 <lyxtabular version="3" rows="2" columns="2">
25062 <features booktabs="true" tabularvalignment="middle">
25063 <column alignment="center" valignment="top" width="0pt">
25064 <column alignment="center" valignment="top" width="0pt">
25065 <row>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 Command
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079 Result
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 Asin(x)+B
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 \begin_inset Formula $Asin(x)+B$
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 </lyxtabular>
25109
25110 \end_inset
25111
25112
25113 \begin_inset space \quad{}
25114 \end_inset
25115
25116
25117 \begin_inset Tabular
25118 <lyxtabular version="3" rows="2" columns="2">
25119 <features booktabs="true" tabularvalignment="middle">
25120 <column alignment="center" valignment="top" width="0pt">
25121 <column alignment="center" valignment="top" width="0pt">
25122 <row>
25123 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127 Command
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136 Result
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 <row>
25143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147 A
25148 \backslash
25149 sin(x)+B
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 \begin_inset Formula $A\sin(x)+B$
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 </row>
25167 </lyxtabular>
25168
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \begin_layout Standard
25175 The following functions are predefined:
25176 \end_layout
25177
25178 \begin_layout Standard
25179 \begin_inset VSpace -2mm
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \begin_layout Standard
25186 \align center
25187 \begin_inset Tabular
25188 <lyxtabular version="3" rows="9" columns="4">
25189 <features booktabs="true" tabularvalignment="middle">
25190 <column alignment="center" valignment="top" width="0pt">
25191 <column alignment="center" valignment="top" width="0pt">
25192 <column alignment="center" valignment="top" width="0pt">
25193 <column alignment="center" valignment="top" width="0pt">
25194 <row>
25195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199 Command
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208 Command
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217 Command
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226 Command
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 </row>
25232 <row>
25233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 sin
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \backslash
25250 sinh
25251 \end_layout
25252
25253 \end_inset
25254 </cell>
25255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 arcsin
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 sup
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 </row>
25278 <row>
25279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 cos
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294
25295 \backslash
25296 cosh
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305
25306 \backslash
25307 arccos
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 inf
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 </row>
25324 <row>
25325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \backslash
25331 tan
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340
25341 \backslash
25342 tanh
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 arctan
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 lim
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 </row>
25370 <row>
25371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375
25376 \backslash
25377 cot
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386
25387 \backslash
25388 coth
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \backslash
25399 arg
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408
25409 \backslash
25410 liminf
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 <row>
25417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423 sec
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432
25433 \backslash
25434 min
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \backslash
25445 deg
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 limsup
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row>
25463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \backslash
25469 csc
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478
25479 \backslash
25480 max
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489
25490 \backslash
25491 det
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500
25501 \backslash
25502 Pr
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 </row>
25508 <row>
25509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513
25514 \backslash
25515 ln
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \backslash
25526 exp
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535
25536 \backslash
25537 dim
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546
25547 \backslash
25548 hom
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 <row>
25555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559
25560 \backslash
25561 lg
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570
25571 \backslash
25572 log
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581
25582 \backslash
25583 ker
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 gcd
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 </lyxtabular>
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608 They can also be inserted with the math toolbar button 
25609 \begin_inset Info
25610 type  "icon"
25611 arg   "math-insert \\functions"
25612 \end_inset
25613
25614 .
25615 \end_layout
25616
25617 \begin_layout Subsection
25618 Self-defined Functions
25619 \begin_inset Index idx
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623 Functions ! self-defined
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \begin_layout Standard
25632 To use a function that is not predefined, for instance the sign function
25633  sgn(x), there are two possibilities:
25634 \end_layout
25635
25636 \begin_layout Itemize
25637 Define the function by inserting the following line in the \SpecialChar LaTeX
25638 -preamble
25639 \begin_inset Foot
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643 For more about 
25644 \series bold
25645
25646 \backslash
25647 DeclareMathOperator
25648 \series default
25649  see 
25650 \begin_inset CommandInset ref
25651 LatexCommand ref
25652 reference "subsec:Self-defined-Operators"
25653
25654 \end_inset
25655
25656 .
25657 \end_layout
25658
25659 \end_inset
25660
25661
25662 \begin_inset Newline newline
25663 \end_inset
25664
25665
25666 \begin_inset VSpace -3mm
25667 \end_inset
25668
25669
25670 \begin_inset Newline newline
25671 \end_inset
25672
25673
25674 \series bold
25675
25676 \backslash
25677 DeclareMathOperator{
25678 \backslash
25679 sgn}{sgn}
25680 \series default
25681
25682 \begin_inset Index idx
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 Commands ! D ! 
25687 \backslash
25688 dbinom@
25689 \backslash
25690 DeclareMathOperator
25691 \end_layout
25692
25693 \end_inset
25694
25695
25696 \begin_inset Newline newline
25697 \end_inset
25698
25699
25700 \begin_inset VSpace -2mm
25701 \end_inset
25702
25703
25704 \begin_inset Newline newline
25705 \end_inset
25706
25707 Now the newly defined function can be called with the command 
25708 \series bold
25709
25710 \backslash
25711 sgn
25712 \series default
25713 .
25714 \end_layout
25715
25716 \begin_layout Itemize
25717 Write the formula as usual, mark the formula name, in our example the letters
25718  
25719 \emph on
25720 sgn
25721 \emph default
25722 , and change it to mathematical text.
25723  Finally, insert a space between the prefactor and function.
25724 \end_layout
25725
25726 \begin_layout Standard
25727 The result is the same with both methods as with a predefined function
25728 \begin_inset Foot
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732 In \SpecialChar LyX
25733  self-defined functions are displayed red, predefined ones black.
25734 \end_layout
25735
25736 \end_inset
25737
25738 :
25739 \end_layout
25740
25741 \begin_layout Standard
25742 \align center
25743 \begin_inset Tabular
25744 <lyxtabular version="3" rows="3" columns="2">
25745 <features booktabs="true" tabularvalignment="middle">
25746 <column alignment="center" valignment="top" width="0pt">
25747 <column alignment="center" valignment="top" width="0pt">
25748 <row>
25749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753 Command
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762 Result
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 </row>
25768 <row>
25769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 A
25774 \backslash
25775 sgn(x)+B
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784 \begin_inset Formula $A\sgn(x)+B$
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 </row>
25793 <row>
25794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798 A
25799 \backslash
25800 ,
25801 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25802 \end_inset
25803
25804 (x)+B
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 </row>
25822 </lyxtabular>
25823
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \begin_layout Standard
25830 The first method is more suitable when the self-defined function will be
25831  used several times.
25832 \end_layout
25833
25834 \begin_layout Subsection
25835 Limits
25836 \begin_inset Index idx
25837 status collapsed
25838
25839 \begin_layout Plain Layout
25840 Limits
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Standard
25849 For limits, in addition to the commands 
25850 \series bold
25851
25852 \backslash
25853 lim
25854 \series default
25855
25856 \begin_inset Index idx
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 Commands ! L ! 
25861 \backslash
25862 lim
25863 \end_layout
25864
25865 \end_inset
25866
25867
25868 \series bold
25869
25870 \backslash
25871 liminf
25872 \series default
25873  and 
25874 \series bold
25875
25876 \backslash
25877 limsup
25878 \series default
25879  the following functions are defined:
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \align center
25884 \begin_inset Tabular
25885 <lyxtabular version="3" rows="5" columns="2">
25886 <features booktabs="true" tabularvalignment="middle">
25887 <column alignment="center" valignment="top" width="0pt">
25888 <column alignment="center" valignment="top" width="0pt">
25889 <row>
25890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894 Command
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 Result
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 </row>
25909 <row>
25910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914
25915 \backslash
25916 varliminf
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset Formula $\varliminf$
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 </row>
25934 <row topspace="1.5mm">
25935 <cell alignment="center" valignment="top" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939
25940 \backslash
25941 varlimsup
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950 \begin_inset Formula $\varlimsup$
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 <row topspace="1.5mm">
25960 <cell alignment="center" valignment="top" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964
25965 \backslash
25966 varprojlim
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 \begin_inset Formula $\varprojlim$
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 </row>
25984 <row topspace="1.5mm" bottomspace="1mm">
25985 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989
25990 \backslash
25991 varinjlim
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset Formula $\varinjlim$
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 </row>
26009 </lyxtabular>
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset VSpace medskip
26018 \end_inset
26019
26020 The limit is created by inserting a subscript.
26021  It is set right beside the function in an inline formula:
26022 \end_layout
26023
26024 \begin_layout Standard
26025 \align center
26026 \begin_inset Tabular
26027 <lyxtabular version="3" rows="2" columns="2">
26028 <features booktabs="true" tabularvalignment="middle">
26029 <column alignment="center" valignment="top" width="0pt">
26030 <column alignment="center" valignment="top" width="0pt">
26031 <row>
26032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036 Command
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045 Result
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 </row>
26051 <row>
26052 <cell alignment="center" valignment="top" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056
26057 \backslash
26058 lim_x
26059 \backslash
26060 to
26061 \begin_inset space \textvisiblespace{}
26062 \end_inset
26063
26064 A
26065 \begin_inset space \textvisiblespace{}
26066 \end_inset
26067
26068 x=B
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 <cell alignment="center" valignment="top" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 \begin_inset Formula $\lim_{x\to A}x=B$
26078 \end_inset
26079
26080
26081 \end_layout
26082
26083 \end_inset
26084 </cell>
26085 </row>
26086 </lyxtabular>
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \begin_layout Standard
26094 In a displayed formula the limit is set below the formula, as usual:
26095 \begin_inset Formula 
26096 \[
26097 \lim_{x\to A}x=B
26098 \]
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Standard
26106 \begin_inset VSpace medskip
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 How to adjust the typesetting of the limits see 
26114 \begin_inset CommandInset ref
26115 LatexCommand ref
26116 reference "subsec:Operator-Limits"
26117
26118 \end_inset
26119
26120 .
26121 \end_layout
26122
26123 \begin_layout Subsection
26124 Modulo-Functions
26125 \begin_inset Index idx
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129 Functions ! modulo-
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Standard
26138 The modulo-function is special, because it exists in four variants.
26139  The variants in a displayed formula are:
26140 \begin_inset Formula 
26141 \begin{align*}
26142 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26143 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26144 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26145 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26146 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26147 \end{align*}
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 In an inline formula less space is set before the function names for all
26156  variants.
26157  By default the modulo-functions take only the first character following
26158  the command into account.
26159  To use more than one character, put them in \SpecialChar TeX
26160  braces:
26161 \begin_inset Formula 
26162 \begin{align*}
26163 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26164 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26165 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26166 \end{align*}
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \begin_layout Section
26174 Special Characters
26175 \begin_inset Index idx
26176 status collapsed
26177
26178 \begin_layout Plain Layout
26179 Special characters
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \begin_layout Standard
26188 The characters ^ and _ would normally create a superscript and subscript,
26189  respectively.
26190  To get these characters you have to insert them with a leading 
26191 \backslash
26192 .
26193 \end_layout
26194
26195 \begin_layout Standard
26196 \noindent
26197 \align center
26198 \begin_inset Tabular
26199 <lyxtabular version="3" rows="3" columns="2">
26200 <features booktabs="true" tabularvalignment="middle">
26201 <column alignment="left" valignment="top" width="0pt">
26202 <column alignment="block" valignment="top">
26203 <row>
26204 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 Command
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 Result
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230 ^
26231 \begin_inset space \textvisiblespace{}
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 \begin_inset Formula $\mathcircumflex$
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 </row>
26252 <row>
26253 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257
26258 \backslash
26259 _
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset Formula $\_$
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 </row>
26277 </lyxtabular>
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \begin_layout Subsection
26285 Special Characters in Mathematical Text
26286 \end_layout
26287
26288 \begin_layout Standard
26289 The following commands can only be used in mathematical text or in \SpecialChar TeX
26290  mode:
26291 \end_layout
26292
26293 \begin_layout Standard
26294 \begin_inset space \hfill{}
26295 \end_inset
26296
26297
26298 \begin_inset Tabular
26299 <lyxtabular version="3" rows="8" columns="2">
26300 <features booktabs="true" tabularvalignment="middle">
26301 <column alignment="left" valignment="top" width="0pt">
26302 <column alignment="block" valignment="top">
26303 <row>
26304 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308 Command
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 Result
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 oe
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\textrm{œ}$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 OE
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\textrm{Œ}$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 ae
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\textrm{æ}$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403
26404 \backslash
26405 AE
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Formula $\textrm{Æ}$
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 aa
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset Formula $\textrm{å}$
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 <row>
26449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453
26454 \backslash
26455 AA
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 \begin_inset Formula $\textrm{Å}$
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 </row>
26473 <row>
26474 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478
26479 \backslash
26480 i
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489 \begin_inset Formula $\textrm{ı}$
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 </row>
26498 </lyxtabular>
26499
26500 \end_inset
26501
26502
26503 \begin_inset space \hfill{}
26504 \end_inset
26505
26506
26507 \begin_inset Tabular
26508 <lyxtabular version="3" rows="8" columns="2">
26509 <features booktabs="true" tabularvalignment="middle">
26510 <column alignment="left" valignment="top" width="0pt">
26511 <column alignment="center" valignment="top">
26512 <row>
26513 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517 Command
26518 \begin_inset Note Note
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522 The space of 0
26523 \begin_inset space \thinspace{}
26524 \end_inset
26525
26526 mm is used for separation, because otherwise the output will be ¡ and ¿
26527  respectively.
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 Result
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552
26553 \backslash
26554 o
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 \begin_inset Formula $\textrm{ø}$
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 </row>
26572 <row>
26573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577
26578 \backslash
26579 O
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 \begin_inset Formula $\textrm{Ø}$
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 </row>
26597 <row>
26598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602
26603 \backslash
26604 l
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613 \begin_inset Formula $\textrm{ł}$
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 </row>
26622 <row>
26623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627
26628 \backslash
26629 L
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 \begin_inset Formula $\textrm{Ł}$
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 </row>
26647 <row>
26648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652 !
26653 \begin_inset space \hspace{}
26654 \length 0mm
26655 \end_inset
26656
26657 `
26658 \begin_inset space \textvisiblespace{}
26659 \end_inset
26660
26661
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" bottomline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \backslash
26718 j
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset Formula $\textrm{ȷ}$
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 </lyxtabular>
26737
26738 \end_inset
26739
26740
26741 \begin_inset space \hfill{}
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Standard
26748 The characters 
26749 \begin_inset Formula $\textrm{Å}$
26750 \end_inset
26751
26752  and 
26753 \begin_inset Formula $\textrm{Ø}$
26754 \end_inset
26755
26756  can also be inserted via the math toolbar button 
26757 \begin_inset Info
26758 type  "icon"
26759 arg   "math-insert \\digamma"
26760 \end_inset
26761
26762 .
26763 \end_layout
26764
26765 \begin_layout Standard
26766 The commands 
26767 \series bold
26768 !
26769 \begin_inset space \hspace{}
26770 \length 0mm
26771 \end_inset
26772
26773 `
26774 \series default
26775  and 
26776 \series bold
26777 ?
26778 \begin_inset space \hspace{}
26779 \length 0mm
26780 \end_inset
26781
26782 `
26783 \series default
26784  are exceptions because they can be inserted in \SpecialChar LyX
26785  directly to text.
26786 \end_layout
26787
26788 \begin_layout Subsection
26789 Accents in Text
26790 \begin_inset CommandInset label
26791 LatexCommand label
26792 name "subsec:Accents-in-Text"
26793
26794 \end_inset
26795
26796
26797 \begin_inset Index idx
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801 Accents ! in text
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \begin_layout Standard
26810 Any letter can be accented with the following commands.
26811  The commands must be inserted in \SpecialChar TeX
26812  mode.
26813 \end_layout
26814
26815 \begin_layout Standard
26816 \begin_inset space \hfill{}
26817 \end_inset
26818
26819
26820 \begin_inset Tabular
26821 <lyxtabular version="3" rows="8" columns="2">
26822 <features booktabs="true" tabularvalignment="middle">
26823 <column alignment="left" valignment="top" width="0pt">
26824 <column alignment="block" valignment="top">
26825 <row>
26826 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830 Command
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 Result
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 </row>
26845 <row>
26846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850
26851 \backslash
26852
26853 \begin_inset Quotes grd
26854 \end_inset
26855
26856 e
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865 \begin_inset ERT
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869
26870
26871 \backslash
26872 "e
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 </row>
26883 <row>
26884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Plain Layout
26888
26889 \backslash
26890 `e
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Plain Layout
26899 \begin_inset ERT
26900 status collapsed
26901
26902 \begin_layout Plain Layout
26903
26904
26905 \backslash
26906 `e
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 </row>
26917 <row>
26918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922
26923 \backslash
26924 ^
26925 \begin_inset space \textvisiblespace{}
26926 \end_inset
26927
26928 e
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 \begin_inset ERT
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941
26942
26943 \backslash
26944 ^e
26945 \end_layout
26946
26947 \end_inset
26948
26949
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 </row>
26955 <row>
26956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960
26961 \backslash
26962 =e
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 =e
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 </row>
26989 <row>
26990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994
26995 \backslash
26996 u
26997 \begin_inset space \textvisiblespace{}
26998 \end_inset
26999
27000 e
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 \begin_inset ERT
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013
27014
27015 \backslash
27016 u e
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 </row>
27027 <row>
27028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27029 \begin_inset Text
27030
27031 \begin_layout Plain Layout
27032
27033 \backslash
27034 b
27035 \begin_inset space \textvisiblespace{}
27036 \end_inset
27037
27038 e
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 \begin_inset ERT
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051
27052
27053 \backslash
27054 b e
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 </row>
27065 <row>
27066 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070
27071 \backslash
27072 t
27073 \begin_inset space \textvisiblespace{}
27074 \end_inset
27075
27076 ee
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Plain Layout
27085 \begin_inset ERT
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089
27090
27091 \backslash
27092 t ee
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 </row>
27103 </lyxtabular>
27104
27105 \end_inset
27106
27107
27108 \begin_inset space \hfill{}
27109 \end_inset
27110
27111
27112 \begin_inset Tabular
27113 <lyxtabular version="3" rows="8" columns="2">
27114 <features booktabs="true" tabularvalignment="middle">
27115 <column alignment="left" valignment="top" width="0pt">
27116 <column alignment="center" valignment="top">
27117 <row>
27118 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27119 \begin_inset Text
27120
27121 \begin_layout Plain Layout
27122 Command
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131 Result
27132 \end_layout
27133
27134 \end_inset
27135 </cell>
27136 </row>
27137 <row>
27138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142
27143 \backslash
27144 H
27145 \begin_inset space \textvisiblespace{}
27146 \end_inset
27147
27148 e
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157 \begin_inset ERT
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161
27162
27163 \backslash
27164 H e
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 </row>
27175 <row>
27176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27177 \begin_inset Text
27178
27179 \begin_layout Plain Layout
27180
27181 \backslash
27182 'e
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195
27196
27197 \backslash
27198 'e
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 </row>
27209 <row>
27210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Plain Layout
27214
27215 \backslash
27216 ~e
27217 \begin_inset Index idx
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221 Tilde
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Plain Layout
27235 \begin_inset ERT
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239
27240
27241 \backslash
27242 ~e
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 </row>
27253 <row>
27254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27255 \begin_inset Text
27256
27257 \begin_layout Plain Layout
27258
27259 \backslash
27260 .e
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27266 \begin_inset Text
27267
27268 \begin_layout Plain Layout
27269 \begin_inset ERT
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273
27274
27275 \backslash
27276 .e
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 </row>
27287 <row>
27288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Plain Layout
27292
27293 \backslash
27294 v
27295 \begin_inset space \textvisiblespace{}
27296 \end_inset
27297
27298 e
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307 \begin_inset ERT
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311
27312
27313 \backslash
27314 v e
27315 \end_layout
27316
27317 \end_inset
27318
27319
27320 \end_layout
27321
27322 \end_inset
27323 </cell>
27324 </row>
27325 <row>
27326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Plain Layout
27330
27331 \backslash
27332 d
27333 \begin_inset space \textvisiblespace{}
27334 \end_inset
27335
27336 e
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345 \begin_inset ERT
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349
27350
27351 \backslash
27352 d e
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 </row>
27363 <row>
27364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Plain Layout
27368
27369 \backslash
27370 c
27371 \begin_inset space \textvisiblespace{}
27372 \end_inset
27373
27374 e
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383 \begin_inset ERT
27384 status collapsed
27385
27386 \begin_layout Plain Layout
27387
27388
27389 \backslash
27390 c e
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \end_inset
27399 </cell>
27400 </row>
27401 </lyxtabular>
27402
27403 \end_inset
27404
27405
27406 \begin_inset space \hfill{}
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \begin_layout Standard
27413 \begin_inset VSpace medskip
27414 \end_inset
27415
27416 With the command 
27417 \series bold
27418
27419 \backslash
27420 t
27421 \series default
27422  also two different characters can be accented.
27423  The command 
27424 \series bold
27425
27426 \backslash
27427 t
27428 \begin_inset space \textvisiblespace{}
27429 \end_inset
27430
27431 sz
27432 \series default
27433  creates: 
27434 \begin_inset ERT
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438
27439
27440 \backslash
27441 t sz
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \begin_layout Standard
27450 The accents 
27451 \series bold
27452 `
27453 \series default
27454  , 
27455 \series bold
27456 '
27457 \series default
27458  and 
27459 \series bold
27460 ^
27461 \series default
27462  can in combination with vowels be directly inserted with the keyboard without
27463  using \SpecialChar TeX
27464  mode.
27465  The same applies for the tilde
27466 \begin_inset Foot
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470 This only applies for keyboards where the tilde is defined as accent.
27471 \end_layout
27472
27473 \end_inset
27474
27475  
27476 \series bold
27477 ~
27478 \series default
27479  in combination with 
27480 \emph on
27481 a
27482 \emph default
27483  , 
27484 \emph on
27485 n
27486 \emph default
27487  , or 
27488 \emph on
27489 o
27490 \emph default
27491 .
27492 \end_layout
27493
27494 \begin_layout Standard
27495 The commands 
27496 \series bold
27497
27498 \backslash
27499 b
27500 \series default
27501  , 
27502 \series bold
27503
27504 \backslash
27505 c
27506 \series default
27507  , 
27508 \series bold
27509
27510 \backslash
27511 d
27512 \series default
27513  , 
27514 \series bold
27515
27516 \backslash
27517 H
27518 \series default
27519  , 
27520 \series bold
27521
27522 \backslash
27523 t
27524 \series default
27525  , 
27526 \series bold
27527
27528 \backslash
27529 u
27530 \series default
27531  , 
27532 \series bold
27533
27534 \backslash
27535 v
27536 \series default
27537  and accents that are inserted directly with the keyboard are also available
27538  in mathematical text.
27539  For the other accents there are special math commands used in formulas,
27540  see 
27541 \begin_inset CommandInset ref
27542 LatexCommand ref
27543 reference "subsec:Accents-for-one"
27544
27545 \end_inset
27546
27547 .
27548 \end_layout
27549
27550 \begin_layout Standard
27551 \begin_inset VSpace bigskip
27552 \end_inset
27553
27554 With the command 
27555 \series bold
27556
27557 \backslash
27558 textcircled
27559 \series default
27560
27561 \begin_inset Index idx
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 Commands ! T ! 
27566 \backslash
27567 textcircled
27568 \end_layout
27569
27570 \end_inset
27571
27572  any number or letter can be set into a circle, quasi accented with a circle,
27573  similar to the copyright symbol.
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \align center
27578 \begin_inset Tabular
27579 <lyxtabular version="3" rows="3" columns="2">
27580 <features booktabs="true" tabularvalignment="middle">
27581 <column alignment="center" valignment="top" width="0pt">
27582 <column alignment="center" valignment="top">
27583 <row>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 Command
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 Result
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 <row>
27604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Plain Layout
27608
27609 \backslash
27610 textcircled{w}
27611 \end_layout
27612
27613 \end_inset
27614 </cell>
27615 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27616 \begin_inset Text
27617
27618 \begin_layout Plain Layout
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623
27624
27625 \backslash
27626 textcircled{w}
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 </row>
27637 <row topspace="1mm">
27638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27639 \begin_inset Text
27640
27641 \begin_layout Plain Layout
27642
27643 \backslash
27644 Large 
27645 \backslash
27646 textcircled{
27647 \backslash
27648 normalsize
27649 \backslash
27650 protect
27651 \backslash
27652 raisebox{-1.5pt}{W}}
27653 \end_layout
27654
27655 \end_inset
27656 </cell>
27657 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27658 \begin_inset Text
27659
27660 \begin_layout Plain Layout
27661 \begin_inset ERT
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665
27666
27667 \backslash
27668 Large 
27669 \backslash
27670 textcircled{
27671 \backslash
27672 normalsize
27673 \backslash
27674 protect
27675 \backslash
27676 raisebox{-1.5pt}W}
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 </row>
27687 </lyxtabular>
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 One has to take care that the character fits into the circle.
27696  
27697 \series bold
27698
27699 \backslash
27700 Large
27701 \series default
27702
27703 \begin_inset Foot
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 See 
27708 \begin_inset CommandInset ref
27709 LatexCommand ref
27710 reference "subsec:Font-Sizes"
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \end_inset
27718
27719  specifies the size of the circle.
27720  With the help of 
27721 \series bold
27722
27723 \backslash
27724 raisebox
27725 \series default
27726
27727 \begin_inset Foot
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731 See 
27732 \begin_inset CommandInset ref
27733 LatexCommand ref
27734 reference "subsec:Boxes-without-Frame"
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \end_inset
27742
27743  the character can be centered.
27744 \end_layout
27745
27746 \begin_layout Subsection
27747 Old-style Figures
27748 \begin_inset Index idx
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752 Old-style Figures
27753 \end_layout
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \begin_layout Standard
27761 Old-style figures (also known as old-style numerals) are created with the
27762  command 
27763 \series bold
27764
27765 \backslash
27766 oldstylenums
27767 \series default
27768
27769 \begin_inset Index idx
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773 Commands ! O ! 
27774 \backslash
27775 oldstylenums
27776 \end_layout
27777
27778 \end_inset
27779
27780 .
27781  The command can be used in formulas and in \SpecialChar TeX
27782  mode.
27783  The command scheme is:
27784 \end_layout
27785
27786 \begin_layout Standard
27787
27788 \series bold
27789
27790 \backslash
27791 oldstylenums{number}
27792 \end_layout
27793
27794 \begin_layout Standard
27795 The command 
27796 \series bold
27797
27798 \backslash
27799 oldstylenums{0123456789}
27800 \series default
27801  produces: 
27802 \begin_inset Formula $\oldstylenums{0123456789}$
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \begin_layout Section
27809 Formula Styles
27810 \begin_inset CommandInset label
27811 LatexCommand label
27812 name "sec:Formula-Styles"
27813
27814 \end_inset
27815
27816
27817 \begin_inset Index idx
27818 status collapsed
27819
27820 \begin_layout Plain Layout
27821 Formula ! styles
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \begin_layout Itemize
27830 There are two different alignment styles:
27831 \end_layout
27832
27833 \begin_deeper
27834 \begin_layout Description
27835 Centered is the predefined standard.
27836 \end_layout
27837
27838 \begin_layout Description
27839 Indented can be set using the menu 
27840 \family sans
27841 Document\SpecialChar menuseparator
27842 Settings
27843 \family default
27844  under 
27845 \family sans
27846 Math
27847 \begin_inset space ~
27848 \end_inset
27849
27850 Options.
27851 \end_layout
27852
27853 \begin_layout Standard
27854 When 
27855 \series bold
27856 Indented
27857 \series default
27858  is used, the indentation can be adjusted.
27859  The default value depends on the document class.
27860 \end_layout
27861
27862 \end_deeper
27863 \begin_layout Itemize
27864 Two different numbering styles are available in the menu 
27865 \family sans
27866 Document\SpecialChar menuseparator
27867 Settings
27868 \family default
27869  under 
27870 \family sans
27871 Math
27872 \begin_inset space ~
27873 \end_inset
27874
27875 Options
27876 \family default
27877 :
27878 \end_layout
27879
27880 \begin_deeper
27881 \begin_layout Description
27882 Right is in most cases the default.
27883 \end_layout
27884
27885 \begin_layout Description
27886 Left
27887 \end_layout
27888
27889 \end_deeper
27890 \begin_layout Standard
27891 The chosen styles are used for all displayed formulas of the document.
27892  When both, centered and indented formulas should be created in a document,
27893  the style 
27894 \series bold
27895 Centered
27896 \series default
27897  is used.
27898  The indented formulas are then set in a flalign environment, see 
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "subsec:Flalign-Environment"
27902
27903 \end_inset
27904
27905 .
27906 \end_layout
27907
27908 \begin_layout Section
27909 Multiline Formulas
27910 \begin_inset CommandInset label
27911 LatexCommand label
27912 name "sec:Multiline-Formulas"
27913
27914 \end_inset
27915
27916
27917 \begin_inset Index idx
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 Formula ! multiline
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Subsection
27930 General
27931 \end_layout
27932
27933 \begin_layout Standard
27934 In \SpecialChar LyX
27935 , multiline formulas are created by pressing 
27936 \begin_inset Info
27937 type  "shortcut"
27938 arg   "newline-insert newline"
27939 \end_inset
27940
27941  inside a formula.
27942  This creates either an 
27943 \series bold
27944 align environment
27945 \series default
27946  that is described in 
27947 \begin_inset CommandInset ref
27948 LatexCommand ref
27949 reference "subsec:Standard-align-Environment"
27950
27951 \end_inset
27952
27953  or, when automatically loading of the package
27954 \family sans
27955  AMS math
27956 \family default
27957  is disabled in the document settings, an 
27958 \series bold
27959 eqnarray environment
27960 \series default
27961  that is described in 
27962 \begin_inset CommandInset ref
27963 LatexCommand ref
27964 reference "subsec:Eqnarray-Environment"
27965
27966 \end_inset
27967
27968 .
27969  The align environment is recommended as it provides a typographically correct
27970  output in all cases.
27971 \end_layout
27972
27973 \begin_layout Standard
27974 There are other multiline formula environments that can be created via the
27975  menu 
27976 \family sans
27977 Insert\SpecialChar menuseparator
27978 Math
27979 \family default
27980 .
27981  These environments are described in the following sections.
27982 \end_layout
27983
27984 \begin_layout Standard
27985 In all multiline formula environments a new line is created by pressing
27986  
27987 \begin_inset Info
27988 type  "shortcut"
27989 arg   "newline-insert newline"
27990 \end_inset
27991
27992 .
27993  To add or delete lines, use the math toolbar buttons 
27994 \begin_inset Info
27995 type  "icon"
27996 arg   "tabular-feature append-row"
27997 \end_inset
27998
27999  or 
28000 \begin_inset Info
28001 type  "icon"
28002 arg   "tabular-feature delete-row"
28003 \end_inset
28004
28005  respectively, or the menu option
28006 \family sans
28007  Edit\SpecialChar menuseparator
28008 Rows & Columns
28009 \family default
28010 .
28011 \end_layout
28012
28013 \begin_layout Subsubsection
28014 Line Separation
28015 \begin_inset CommandInset label
28016 LatexCommand label
28017 name "subsec:Line-Separation"
28018
28019 \end_inset
28020
28021
28022 \begin_inset Index idx
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 Formula ! multiline ! Line separation
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Standard
28035 Sometimes there is not enough space in multiline formulas between the lines:
28036 \begin_inset Formula 
28037 \begin{eqnarray*}
28038 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}\\
28039 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
28040 \end{eqnarray*}
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 In \SpecialChar LaTeX
28049  additional line space is specified as an optional argument of the new
28050  line command.
28051  This is not yet possible in \SpecialChar LyX
28052
28053 \begin_inset Foot
28054 status collapsed
28055
28056 \begin_layout Plain Layout
28057 see 
28058 \begin_inset CommandInset href
28059 LatexCommand href
28060 name "LyX-bug #1505"
28061 target "https://www.lyx.org/trac/ticket/1505"
28062 literal "false"
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \end_inset
28070
28071 , therefore the whole formula must be inserted in \SpecialChar TeX
28072  mode.
28073  To add in our example space, the command 
28074 \series bold
28075
28076 \backslash
28077
28078 \backslash
28079 [3mm]
28080 \series default
28081  is inserted at the end of the first line.
28082  One gets: 
28083 \begin_inset ERT
28084 status open
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 begin{eqnarray*}
28091 \end_layout
28092
28093 \begin_layout Plain Layout
28094
28095 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28096  = & 
28097 \backslash
28098 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28099 \backslash
28100
28101 \backslash
28102 [3mm]
28103 \end_layout
28104
28105 \begin_layout Plain Layout
28106
28107 4x^{2}
28108 \backslash
28109 left(B^{2}+x_{0}^{2}
28110 \backslash
28111 right)+4x_{0}x
28112 \backslash
28113 left(D-B^{2}
28114 \backslash
28115 right)+B^{2}
28116 \backslash
28117 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28118 \backslash
28119 right) & = & 0
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 end{eqnarray*}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 \begin_inset VSpace bigskip
28136 \end_inset
28137
28138 To set the line separation for all lines in a formula, the length of 
28139 \series bold
28140
28141 \backslash
28142 jot
28143 \series default
28144
28145 \begin_inset Index idx
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149 Commands ! J ! 
28150 \backslash
28151 jot
28152 \end_layout
28153
28154 \end_inset
28155
28156  is changed.
28157  The definition is: 
28158 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28159 \end_inset
28160
28161 .
28162  
28163 \series bold
28164
28165 \backslash
28166 jot
28167 \series default
28168  is predefined as 3
28169 \begin_inset space \thinspace{}
28170 \end_inset
28171
28172 pt.
28173  To create 3
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 mm of additional line separation as in the previous example, the command
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 \series bold
28183
28184 \backslash
28185 setlength{
28186 \backslash
28187 jot}{3mm+3pt}
28188 \end_layout
28189
28190 \begin_layout Standard
28191 is inserted in \SpecialChar TeX
28192  mode before the formula.
28193  This requires that the \SpecialChar LaTeX
28194 -package 
28195 \series bold
28196 calc
28197 \series default
28198
28199 \begin_inset Foot
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203
28204 \series bold
28205 calc
28206 \series default
28207  is part of every \SpecialChar LaTeX
28208  standard installation.
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \begin_inset Index idx
28215 status collapsed
28216
28217 \begin_layout Plain Layout
28218 Packages ! calc
28219 \end_layout
28220
28221 \end_inset
28222
28223  was loaded in \SpecialChar LaTeX
28224 -preamble with the line
28225 \end_layout
28226
28227 \begin_layout Standard
28228
28229 \series bold
28230
28231 \backslash
28232 usepackage{calc}
28233 \end_layout
28234
28235 \begin_layout Standard
28236 One gets: 
28237 \begin_inset ERT
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241
28242
28243 \backslash
28244 setlength{
28245 \backslash
28246 jot}{3mm+3pt}
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \begin_inset Formula 
28253 \begin{eqnarray*}
28254 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}\\
28255 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
28256 \end{eqnarray*}
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 \begin_inset ERT
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268
28269
28270 \backslash
28271 setlength{
28272 \backslash
28273 jot}{3pt}
28274 \end_layout
28275
28276 \end_inset
28277
28278  To get restore 
28279 \series bold
28280
28281 \backslash
28282 jot
28283 \series default
28284  to its original value, 
28285 \series bold
28286
28287 \backslash
28288 jot
28289 \series default
28290  is set to the value 3
28291 \begin_inset space \thinspace{}
28292 \end_inset
28293
28294 pt.
28295 \end_layout
28296
28297 \begin_layout Subsubsection
28298 Column Separation
28299 \begin_inset CommandInset label
28300 LatexCommand label
28301 name "subsec:Column-Separation"
28302
28303 \end_inset
28304
28305
28306 \begin_inset Index idx
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 Formula ! multiline ! Column separation
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \begin_layout Standard
28319 Multiline formulas form a matrix.
28320  A formula in the eqnarray environment for example is a matrix with three
28321  columns.
28322  By changing the column separation in this environment, the space beside
28323  the relation sign can be changed.
28324 \end_layout
28325
28326 \begin_layout Standard
28327 The column separation is specified with the length 
28328 \series bold
28329
28330 \backslash
28331 arraycolsep
28332 \series default
28333
28334 \begin_inset Index idx
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 Commands ! A ! 
28339 \backslash
28340 arraycolsep
28341 \end_layout
28342
28343 \end_inset
28344
28345  according to the formula: column separation = 2
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349
28350 \series bold
28351
28352 \backslash
28353 arraycolsep
28354 \change_deleted 5863208 1612730022
28355
28356 \series default
28357
28358 \begin_inset Note Note
28359 status open
28360
28361 \begin_layout Plain Layout
28362
28363 \change_inserted 232239728 1611406079
28364 How does units play into this? (cm/in/pt) Is the 2 unitless and the result
28365  takes on the units of the input value?
28366 \change_unchanged
28367
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \change_unchanged
28374
28375 \begin_inset Newline newline
28376 \end_inset
28377
28378 Thus, the command
28379 \end_layout
28380
28381 \begin_layout Standard
28382
28383 \series bold
28384
28385 \backslash
28386 setlength{
28387 \backslash
28388 arraycolsep}{1cm}
28389 \end_layout
28390
28391 \begin_layout Standard
28392 inserted in \SpecialChar TeX
28393  mode, sets all following formula column separations to 2
28394 \begin_inset space \thinspace{}
28395 \end_inset
28396
28397 cm.
28398  To return to the predefined distance, 
28399 \series bold
28400
28401 \backslash
28402 arraycolsep
28403 \series default
28404  is set to 5
28405 \begin_inset space \thinspace{}
28406 \end_inset
28407
28408 pt.
28409 \end_layout
28410
28411 \begin_layout Standard
28412 A formula with 2
28413 \begin_inset space \thinspace{}
28414 \end_inset
28415
28416 cm column separation:
28417 \begin_inset ERT
28418 status open
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 setlength{
28425 \backslash
28426 arraycolsep}{1cm}
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \begin_inset Formula 
28433 \begin{eqnarray*}
28434 A & = & B\\
28435 C & \ne & A
28436 \end{eqnarray*}
28437
28438 \end_inset
28439
28440 A formula with the predefined column separation for matrices of 10
28441 \begin_inset space \thinspace{}
28442 \end_inset
28443
28444 pt:
28445 \begin_inset ERT
28446 status open
28447
28448 \begin_layout Plain Layout
28449
28450
28451 \backslash
28452 setlength{
28453 \backslash
28454 arraycolsep}{5pt}
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \begin_inset Formula 
28461 \begin{eqnarray*}
28462 A & = & B\\
28463 C & \ne & A
28464 \end{eqnarray*}
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \begin_layout Standard
28472 \begin_inset Newpage newpage
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Subsubsection
28479 Long Formulas
28480 \begin_inset Index idx
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484 Formula ! long
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \begin_layout Standard
28493 Long formulas can be typeset using these methods:
28494 \end_layout
28495
28496 \begin_layout Itemize
28497 If one side of an equation is much shorter than the line width, this is
28498  chosen for the left side and the right side is typeset over two lines:
28499 \begin_inset Formula 
28500 \begin{eqnarray}
28501 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 \\
28502  &  & -\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}
28503 \end{eqnarray}
28504
28505 \end_inset
28506
28507 The minus sign at the beginning of the second line does normally not appear
28508  as an operator because it is the first character of the line.
28509  Thus it would not be surrounded by space and could not be distinguished
28510  from the fraction bar.
28511  To avoid this, a 3
28512 \begin_inset space \thinspace{}
28513 \end_inset
28514
28515 pt space was inserted behind the minus sign with the command 
28516 \series bold
28517
28518 \backslash
28519 hspace
28520 \series default
28521 .
28522 \begin_inset Foot
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526 For more about 
28527 \series bold
28528
28529 \backslash
28530 hspace
28531 \series default
28532  see 
28533 \begin_inset CommandInset ref
28534 LatexCommand ref
28535 reference "subsec:Variable-Space"
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \begin_inset Index idx
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 Commands ! H ! 
28550 \backslash
28551 hspace
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \end_layout
28558
28559 \begin_layout Itemize
28560 When both sides of the equation are long, the command 
28561 \series bold
28562
28563 \backslash
28564 lefteqn
28565 \series default
28566
28567 \begin_inset Index idx
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 Commands ! L ! 
28572 \backslash
28573 lefteqn
28574 \end_layout
28575
28576 \end_inset
28577
28578  is used.
28579  It is inserted in the first column of the first line and causes all further
28580  insertions to overwrite the following columns:
28581 \begin_inset Formula 
28582 \begin{eqnarray}
28583 \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 \\
28584  &  & -\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 \\
28585  &  & =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}
28586 \end{eqnarray}
28587
28588 \end_inset
28589
28590 After the insertion of 
28591 \series bold
28592
28593 \backslash
28594 lefteqn
28595 \series default
28596 , the cursor is in a purple box that is shifted a bit to the left from the
28597  blue one.
28598  The formula is inserted there.
28599 \begin_inset Newline newline
28600 \end_inset
28601
28602 The content of additional lines is inserted in the second or another formula
28603  column.
28604  The greater the insertion column number , the larger the indentation.
28605 \begin_inset VSpace medskip
28606 \end_inset
28607
28608
28609 \begin_inset Newline newline
28610 \end_inset
28611
28612
28613 \begin_inset Note Greyedout
28614 status open
28615
28616 \begin_layout Plain Layout
28617 Note the following when using 
28618 \series bold
28619
28620 \backslash
28621 lefteqn
28622 \series default
28623 :
28624 \end_layout
28625
28626 \begin_layout Itemize
28627 The formula doesn't use the full page width.
28628  When e.
28629 \begin_inset space \thinspace{}
28630 \end_inset
28631
28632 g.
28633 \begin_inset space \space{}
28634 \end_inset
28635
28636 the term 
28637 \begin_inset Formula $-B^{2}$
28638 \end_inset
28639
28640  is added to the first line in the above example, it would have been outside
28641  the page margin.
28642  To better use the width, negative space can be inserted at the beginning
28643  of the first line.
28644 \end_layout
28645
28646 \begin_layout Itemize
28647 Due to a bug in \SpecialChar LyX
28648  the cursor cannot be set with the mouse in the first line.
28649 \begin_inset Foot
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 \begin_inset CommandInset href
28654 LatexCommand href
28655 name "LyX-bug #1429"
28656 target "https://www.lyx.org/trac/ticket/1429"
28657 literal "false"
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \end_inset
28665
28666  One can only set the cursor at the beginning of the line and move it with
28667  the arrow keys.
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Itemize
28676 Other methods to set long formulas are offered by the environments described
28677  in 
28678 \begin_inset CommandInset ref
28679 LatexCommand ref
28680 reference "subsec:Multline-Environment"
28681
28682 \end_inset
28683
28684  and 
28685 \begin_inset CommandInset ref
28686 LatexCommand ref
28687 reference "subsec:Multiline-Formula-Parts"
28688
28689 \end_inset
28690
28691 .
28692 \end_layout
28693
28694 \begin_layout Subsubsection
28695 Multiline Fractions
28696 \begin_inset CommandInset label
28697 LatexCommand label
28698 name "subsec:Multiline-Fractions"
28699
28700 \end_inset
28701
28702
28703 \begin_inset Index idx
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707 Fractions ! multiline
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 There are cases where the denominator and/or the numerator of a fraction
28717  is so long that the fraction does not fit on one line.
28718  It is then necessary to add a line break within the fraction.
28719  This can be done using the command 
28720 \series bold
28721
28722 \backslash
28723 splitfrac
28724 \series default
28725
28726 \begin_inset Index idx
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 Commands ! S ! 
28731 \backslash
28732 splitfrac
28733 \end_layout
28734
28735 \end_inset
28736
28737 .
28738  To activate it, go to the document settings under 
28739 \family sans
28740 Math
28741 \begin_inset space ~
28742 \end_inset
28743
28744 Options
28745 \family default
28746  for the package 
28747 \series bold
28748 mathtools
28749 \series default
28750
28751 \begin_inset Index idx
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 Packages ! mathtools
28756 \end_layout
28757
28758 \end_inset
28759
28760  and set its option to 
28761 \family sans
28762 Load
28763 \begin_inset space ~
28764 \end_inset
28765
28766 always
28767 \family default
28768 .
28769  
28770 \series bold
28771
28772 \backslash
28773 splitfrac
28774 \series default
28775  has the scheme
28776 \end_layout
28777
28778 \begin_layout Standard
28779
28780 \series bold
28781
28782 \backslash
28783 splitfrac{first line}{second line}
28784 \end_layout
28785
28786 \begin_layout Standard
28787 and is used for either the denominator or numerator:
28788 \end_layout
28789
28790 \begin_layout Standard
28791 \begin_inset Formula 
28792 \[
28793 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}
28794 \]
28795
28796 \end_inset
28797
28798 The command for the first numerator above is:
28799 \end_layout
28800
28801 \begin_layout Standard
28802
28803 \series bold
28804
28805 \backslash
28806 splitfrac{xy+xy+xy+xy+xy
28807 \begin_inset space \textvisiblespace{}
28808 \end_inset
28809
28810
28811 \backslash
28812 {+wy+wy+wy+wy
28813 \end_layout
28814
28815 \begin_layout Subsubsection
28816 Multiline Brackets
28817 \begin_inset CommandInset label
28818 LatexCommand label
28819 name "subsec:Multiline-Brackets"
28820
28821 \end_inset
28822
28823
28824 \begin_inset Index idx
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828 Brackets ! for multiline expressions
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \begin_layout Standard
28837 For brackets spanning multiple lines the following problem occurs:
28838 \begin_inset Formula 
28839 \begin{eqnarray*}
28840 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28841  &  & \left.\cdots+B-D\right]
28842 \end{eqnarray*}
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 The closing bracket is smaller than the opening bracket because brackets
28851  with variable size may not span multiple lines.
28852 \end_layout
28853
28854 \begin_layout Standard
28855 To set the bracket size for the second line correctly, the first line is
28856  ended with 
28857 \series bold
28858
28859 \backslash
28860 right.
28861 \series default
28862
28863 \begin_inset Index idx
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867 Commands ! R ! 
28868 \backslash
28869 right
28870 \end_layout
28871
28872 \end_inset
28873
28874  and the second line with 
28875 \series bold
28876
28877 \backslash
28878 left.
28879 \begin_inset Foot
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 For more about 
28884 \series bold
28885
28886 \backslash
28887 left
28888 \series default
28889  and 
28890 \series bold
28891
28892 \backslash
28893 right
28894 \series default
28895  see 
28896 \begin_inset CommandInset ref
28897 LatexCommand ref
28898 reference "subsec:Automatic-Bracket-Size"
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \series default
28909
28910 \begin_inset Index idx
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914 Commands ! L ! 
28915 \backslash
28916 left
28917 \end_layout
28918
28919 \end_inset
28920
28921 .
28922  After 
28923 \series bold
28924
28925 \backslash
28926 left.
28927
28928 \series default
28929  the command 
28930 \series bold
28931
28932 \backslash
28933 vphantom
28934 \series default
28935
28936 \begin_inset space \textvisiblespace{}
28937 \end_inset
28938
28939
28940 \series bold
28941
28942 \backslash
28943 prod
28944 \series default
28945 ^
28946 \begin_inset space \textvisiblespace{}
28947 \end_inset
28948
28949
28950 \series bold
28951
28952 \backslash
28953 infty
28954 \series default
28955
28956 \begin_inset space \textvisiblespace{}
28957 \end_inset
28958
28959
28960 \series bold
28961
28962 \begin_inset Formula $\downarrow$
28963 \end_inset
28964
28965 _R=1}
28966 \series default
28967
28968 \begin_inset Index idx
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Commands ! V ! 
28973 \backslash
28974 vphantom
28975 \end_layout
28976
28977 \end_inset
28978
28979  is inserted, because the multiplication operator with its limits is the
28980  largest symbol in the first line and this should be the size for the bracket
28981  in the second line.
28982 \end_layout
28983
28984 \begin_layout Standard
28985 The result is this:
28986 \begin_inset Formula 
28987 \begin{eqnarray*}
28988 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28989  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28990 \end{eqnarray*}
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Subsection
28998 Align Environments
28999 \end_layout
29000
29001 \begin_layout Standard
29002 Align environments can be used for every kind of multiline formulas.
29003  They are especially useful to set several formulas side by side.
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Align environments consist of columns.
29008  The odd columns are right aligned, the even ones left aligned.
29009  Every line in an Align environment can be numbered.
29010 \end_layout
29011
29012 \begin_layout Standard
29013 Align environments are created via the menu 
29014 \family sans
29015 Insert\SpecialChar menuseparator
29016 Math
29017 \family default
29018 .
29019  With the menu 
29020 \family sans
29021 Edit\SpecialChar menuseparator
29022 Math\SpecialChar menuseparator
29023 Change Formula Type
29024 \family default
29025  pre-existing formulas can be converted to Align environments.
29026 \end_layout
29027
29028 \begin_layout Standard
29029 To add or delete columns, use the math toolbar buttons 
29030 \begin_inset Info
29031 type  "icon"
29032 arg   "tabular-feature append-column"
29033 \end_inset
29034
29035  or 
29036 \begin_inset Info
29037 type  "icon"
29038 arg   "tabular-feature delete-column"
29039 \end_inset
29040
29041  respectively, or the menu option 
29042 \family sans
29043 Edit\SpecialChar menuseparator
29044 Rows & Columns
29045 \family default
29046  can be used.
29047 \end_layout
29048
29049 \begin_layout Subsubsection
29050 Standard Align Environment
29051 \begin_inset CommandInset label
29052 LatexCommand label
29053 name "subsec:Standard-align-Environment"
29054
29055 \end_inset
29056
29057
29058 \begin_inset Index idx
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062 Formula ! multiline ! align environment
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 This align environment is created by pressing 
29072 \begin_inset Info
29073 type  "shortcut"
29074 arg   "newline-insert newline"
29075 \end_inset
29076
29077  in a formula or by the menu 
29078 \family sans
29079 Insert\SpecialChar menuseparator
29080 Math\SpecialChar menuseparator
29081 AMS align Environment
29082 \family default
29083 .
29084 \end_layout
29085
29086 \begin_layout Standard
29087 An example for two formulas set side by side, that are created with a four
29088  column align environment:
29089 \begin_inset Formula 
29090 \begin{align*}
29091 A & =\sin(B) & C & =D\\
29092 C & \ne A & B & \ne D
29093 \end{align*}
29094
29095 \end_inset
29096
29097 As it can be seen, the formulas in this environment are placed so as if
29098  there would be a 
29099 \series bold
29100
29101 \backslash
29102 hfill
29103 \begin_inset Foot
29104 status open
29105
29106 \begin_layout Plain Layout
29107 For more about 
29108 \series bold
29109
29110 \backslash
29111 hfill
29112 \series default
29113  see 
29114 \begin_inset CommandInset ref
29115 LatexCommand ref
29116 reference "subsec:Variable-Space"
29117
29118 \end_inset
29119
29120
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \series default
29127  before the first and after every even column.
29128  When the formula style 
29129 \series bold
29130 Indented
29131 \begin_inset Foot
29132 status open
29133
29134 \begin_layout Plain Layout
29135 For formula styles see 
29136 \begin_inset CommandInset ref
29137 LatexCommand ref
29138 reference "sec:Formula-Styles"
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \series default
29149  is used, the formula is set without the 
29150 \series bold
29151
29152 \backslash
29153 hfill
29154 \series default
29155  before the first column.
29156 \end_layout
29157
29158 \begin_layout Subsubsection
29159 Alignat Environment
29160 \begin_inset Index idx
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Formula ! multiline ! alignat environment
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173 The alignat environment has no predefined column separation.
29174  It can be inserted manually with the spaces that are described in 
29175 \begin_inset CommandInset ref
29176 LatexCommand ref
29177 reference "subsec:Space"
29178
29179 \end_inset
29180
29181 .
29182 \end_layout
29183
29184 \begin_layout Standard
29185 The above example is shown in the alignat environment where 1
29186 \begin_inset space \thinspace{}
29187 \end_inset
29188
29189 cm space was inserted at the beginning of the second formula:
29190 \begin_inset Formula 
29191 \begin{alignat*}{2}
29192 A & =\sin(B) & \hspace{1cm}C & =D\\
29193 C & \ne A & B & \ne D
29194 \end{alignat*}
29195
29196 \end_inset
29197
29198 Because the column separation can be set separately for every column, this
29199  environment is especially suitable to set three or more formulas side by
29200  side.
29201 \end_layout
29202
29203 \begin_layout Subsubsection
29204 Flalign Environment
29205 \begin_inset CommandInset label
29206 LatexCommand label
29207 name "subsec:Flalign-Environment"
29208
29209 \end_inset
29210
29211
29212 \begin_inset Index idx
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 Formula ! multiline ! flalign environment
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 In this environment the first column is always set to the left as much as
29226  possible and the last one to the right.
29227  An example:
29228 \begin_inset Formula 
29229 \begin{flalign*}
29230 A & =1 & B & =2 & C & =3\\
29231 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29232 \end{flalign*}
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 By creating a flalign environment with an odd number of columns where an
29241  empty \SpecialChar TeX
29242  brace is inserted in the last column, several formulas in a document
29243  can be set to the left, although the formula style 
29244 \series bold
29245 Centered
29246 \series default
29247  is used.
29248  As example the indented formula 
29249 \begin_inset CommandInset ref
29250 LatexCommand eqref
29251 reference "eq:VolInt"
29252
29253 \end_inset
29254
29255 :
29256 \begin_inset Formula 
29257 \begin{flalign}
29258 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
29259 \end{flalign}
29260
29261 \end_inset
29262
29263 The first two columns contain the formula.
29264  To indent it as with the formula style 
29265 \series bold
29266 Indented
29267 \series default
29268 , a 30
29269 \begin_inset space \thinspace{}
29270 \end_inset
29271
29272 pt space was inserted at the beginning of the first column.
29273 \end_layout
29274
29275 \begin_layout Subsection
29276 Eqnarray Environment
29277 \begin_inset CommandInset label
29278 LatexCommand label
29279 name "subsec:Eqnarray-Environment"
29280
29281 \end_inset
29282
29283
29284 \begin_inset Index idx
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Formula ! multiline ! eqnarray environment
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297 When this environment is created, three blue boxes appear.
29298  The content of the first box is right aligned, the content of the last
29299  box left aligned.
29300  The content of the middle box appears centered and a bit smaller because
29301  it is intended for relational characters only.
29302 \begin_inset Formula 
29303 \begin{eqnarray*}
29304 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29305 AB & AB & AB\\
29306 A & = & A
29307 \end{eqnarray*}
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Subsection
29315 Gather Environment
29316 \begin_inset Index idx
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320 Formula ! multiline ! gather environment
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 This environment consists of one centered column.
29330  Every line can be numbered.
29331 \begin_inset Formula 
29332 \begin{gather}
29333 A=1\\
29334 X=\textrm{-}1
29335 \end{gather}
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Subsection
29343 Multline Environment
29344 \begin_inset CommandInset label
29345 LatexCommand label
29346 name "subsec:Multline-Environment"
29347
29348 \end_inset
29349
29350
29351 \begin_inset Index idx
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355 Formula ! multiline ! multline environment
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 The multline environment consists, like the gather environment, of one column.
29365  But the first line is left aligned, the last one right aligned.
29366  All other lines are centered.
29367  Therefore this environment is suitable for long formulas.
29368  Using example formula 
29369 \begin_inset CommandInset ref
29370 LatexCommand eqref
29371 reference "eq:lefteqn"
29372
29373 \end_inset
29374
29375  in the multline environment:
29376 \begin_inset Formula 
29377 \begin{multline}
29378 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}\\
29379 -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}\\
29380 =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}}
29381 \end{multline}
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 In the output, only the last line of a multline environment appears numbered
29390  when the document numbering is on the right .
29391  If the document numbering is on the left then only the first line will
29392  appear numbered.
29393 \begin_inset Foot
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 For numbering styles see 
29398 \begin_inset CommandInset ref
29399 LatexCommand ref
29400 reference "sec:Formula-Styles"
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \begin_layout Standard
29413 With the commands 
29414 \series bold
29415
29416 \backslash
29417 shoveright
29418 \series default
29419
29420 \begin_inset Index idx
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 Commands ! S ! 
29425 \backslash
29426 shoveright
29427 \end_layout
29428
29429 \end_inset
29430
29431  and 
29432 \series bold
29433
29434 \backslash
29435 shoveleft
29436 \series default
29437
29438 \begin_inset Index idx
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Commands ! S ! 
29443 \backslash
29444 shoveleft
29445 \end_layout
29446
29447 \end_inset
29448
29449  a centered line can be right or left aligned, respectively.
29450  The commands are used as follows:
29451 \end_layout
29452
29453 \begin_layout Standard
29454
29455 \series bold
29456
29457 \backslash
29458 shoveright{line content}
29459 \series default
29460  and 
29461 \series bold
29462
29463 \backslash
29464 shoveleft{line content}
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset VSpace medskip
29469 \end_inset
29470
29471 The length 
29472 \series bold
29473
29474 \backslash
29475 multlinegap
29476 \series default
29477
29478 \begin_inset Index idx
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482 Commands ! M ! 
29483 \backslash
29484 multlinegap
29485 \end_layout
29486
29487 \end_inset
29488
29489  specifies the distance of the first line from the left page margin.
29490  Predefined is the length 0
29491 \begin_inset space \thinspace{}
29492 \end_inset
29493
29494 pt.
29495 \end_layout
29496
29497 \begin_layout Standard
29498 As example the above formula where the command
29499 \end_layout
29500
29501 \begin_layout Standard
29502
29503 \series bold
29504
29505 \backslash
29506 setlength{
29507 \backslash
29508 multlinegap}{2cm}
29509 \end_layout
29510
29511 \begin_layout Standard
29512 was inserted in \SpecialChar TeX
29513  mode before:
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 setlength{
29522 \backslash
29523 multlinegap}{2cm}
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Formula 
29530 \begin{multline}
29531 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}\\
29532 \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}}\\
29533 =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}}
29534 \end{multline}
29535
29536 \end_inset
29537
29538
29539 \begin_inset ERT
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543
29544
29545 \backslash
29546 setlength{
29547 \backslash
29548 multlinegap}{0pt}
29549 \end_layout
29550
29551 \end_inset
29552
29553 The second line was left aligned using 
29554 \series bold
29555
29556 \backslash
29557 shoveleft
29558 \series default
29559 .
29560 \end_layout
29561
29562 \begin_layout Subsection
29563 Multiline Formula Parts
29564 \begin_inset CommandInset label
29565 LatexCommand label
29566 name "subsec:Multiline-Formula-Parts"
29567
29568 \end_inset
29569
29570
29571 \begin_inset Index idx
29572 status collapsed
29573
29574 \begin_layout Plain Layout
29575 Formula ! multiline ! formula parts
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Standard
29584 To display only parts of a formula with multiple lines, one of the following
29585  environments is used: 
29586 \series bold
29587 aligned
29588 \series default
29589
29590 \series bold
29591 alignedat
29592 \series default
29593
29594 \series bold
29595 gathered
29596 \series default
29597  or 
29598 \series bold
29599 split
29600 \series default
29601 .
29602  They can be inserted via the menu 
29603 \family sans
29604 Insert\SpecialChar menuseparator
29605 Math
29606 \family default
29607  or by using the commands described in this section.
29608 \end_layout
29609
29610 \begin_layout Standard
29611 The first three have the same properties as the corresponding multiline
29612  formula environments, but it is possible to set additional formula parts
29613  beside them.
29614  An example:
29615 \begin_inset Formula 
29616 \[
29617 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29618 \Delta E\Delta t & \ge\frac{\hbar}{2}
29619 \end{aligned}
29620 \right\} \textrm{Uncertainty relations}
29621 \]
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629 To get this formula, a displayed formula is created where the command 
29630 \series bold
29631
29632 \backslash
29633 aligned
29634 \series default
29635
29636 \begin_inset Index idx
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640 Commands ! A ! 
29641 \backslash
29642 aligned
29643 \end_layout
29644
29645 \end_inset
29646
29647  is inserted.
29648  A purple box appears around the blue formula box where now columns and
29649  lines can be added.
29650  Outside the multiline environment other formula parts can be set, like
29651  the brace.
29652 \end_layout
29653
29654 \begin_layout Standard
29655 The aligned environment is also suitable for long formulas whose lines are
29656  horizontally aligned.
29657  Using aligned in a displayed formula has the advantage that the formula
29658  number is vertically centered behind the lines.
29659  For example here is formula 
29660 \begin_inset CommandInset ref
29661 LatexCommand eqref
29662 reference "eq:shortlong"
29663
29664 \end_inset
29665
29666  in the aligned environment:
29667 \begin_inset Formula 
29668 \begin{equation}
29669 \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}|}\\
29670  & -\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}|}
29671 \end{aligned}
29672 \end{equation}
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 To use the environments 
29681 \series bold
29682 alignedat
29683 \series default
29684
29685 \series bold
29686 gathered
29687 \series default
29688 , or 
29689 \series bold
29690 split
29691 \series default
29692 , the command 
29693 \series bold
29694
29695 \backslash
29696 alignedat
29697 \series default
29698 ,
29699 \begin_inset Index idx
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Commands ! A ! 
29704 \backslash
29705 alignedat
29706 \end_layout
29707
29708 \end_inset
29709
29710  
29711 \series bold
29712
29713 \backslash
29714 gathered
29715 \series default
29716
29717 \begin_inset Index idx
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721 Commands ! G ! 
29722 \backslash
29723 gathered
29724 \end_layout
29725
29726 \end_inset
29727
29728 , or 
29729 \series bold
29730
29731 \backslash
29732 split
29733 \series default
29734
29735 \begin_inset Index idx
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 Commands ! S ! 
29740 \backslash
29741 split
29742 \end_layout
29743
29744 \end_inset
29745
29746  are inserted, respectively.
29747  The split environment has the same properties as the aligned environment
29748  but it can only have two columns.
29749 \end_layout
29750
29751 \begin_layout Subsection
29752 Text in Multiline Formulas
29753 \begin_inset CommandInset label
29754 LatexCommand label
29755 name "subsec:Text-in-multiline"
29756
29757 \end_inset
29758
29759
29760 \begin_inset Index idx
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764 Text ! in formulas
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \begin_inset Index idx
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 Formula ! multiline ! text
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 In the align environments as well as the multline and gather environment,
29784  text can be inserted that will appear in a separate line and doesn't affect
29785  the column alignment.
29786  To do this, the command 
29787 \series bold
29788
29789 \backslash
29790 intertext
29791 \series default
29792
29793 \begin_inset Index idx
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 Commands ! I ! 
29798 \backslash
29799 intertext
29800 \end_layout
29801
29802 \end_inset
29803
29804  is used in the following scheme:
29805 \end_layout
29806
29807 \begin_layout Standard
29808
29809 \series bold
29810
29811 \backslash
29812 intertext{text}
29813 \end_layout
29814
29815 \begin_layout Standard
29816 The text should not be longer than a line because it cannot be hyphenated.
29817  As \SpecialChar LyX
29818  doesn't yet support 
29819 \series bold
29820
29821 \backslash
29822 intertext
29823 \series default
29824  directly, the text is written as mathematical text.
29825  Therefore 
29826 \series bold
29827
29828 \backslash
29829 intertext
29830 \series default
29831  must be at the beginning of a line and will appear in the output above
29832  this line.
29833  An example where the text was inserted at the beginning of the second line:
29834 \begin_inset Formula 
29835 \begin{align}
29836 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29837 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29838 \end{align}
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \series bold
29848
29849 \backslash
29850 intertext
29851 \series default
29852  always creates some vertical space between the text and the formula lines.
29853  To avoid this space, in the document settings under 
29854 \family sans
29855 Math
29856 \begin_inset space ~
29857 \end_inset
29858
29859 Options
29860 \family default
29861  for the package 
29862 \series bold
29863 mathtools
29864 \series default
29865
29866 \begin_inset Index idx
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870 Packages ! mathtools
29871 \end_layout
29872
29873 \end_inset
29874
29875  set the option to 
29876 \family sans
29877 Load
29878 \begin_inset space ~
29879 \end_inset
29880
29881 always
29882 \family default
29883 .
29884  Then you can use the command 
29885 \series bold
29886
29887 \backslash
29888 shortintertext
29889 \series default
29890
29891 \begin_inset Index idx
29892 status collapsed
29893
29894 \begin_layout Plain Layout
29895 Commands ! S ! 
29896 \backslash
29897 shortintertext
29898 \end_layout
29899
29900 \end_inset
29901
29902  instead of 
29903 \series bold
29904
29905 \backslash
29906 intertext
29907 \series default
29908 :
29909 \end_layout
29910
29911 \begin_layout Standard
29912 \begin_inset Formula 
29913 \begin{align}
29914 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29915 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29916 \end{align}
29917
29918 \end_inset
29919
29920
29921 \end_layout
29922
29923 \begin_layout Section
29924 Formula Numbering
29925 \begin_inset Index idx
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929 Formula numbering
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \begin_inset Index idx
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 Formula ! numbering|see
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945 {
29946 \end_layout
29947
29948 \end_inset
29949
29950 Formula numbering
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956 }
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Subsection
29970 General
29971 \end_layout
29972
29973 \begin_layout Standard
29974 Numbered formulas can be created with the menu 
29975 \family sans
29976 Insert\SpecialChar menuseparator
29977 Math\SpecialChar menuseparator
29978 Numbered
29979 \begin_inset space ~
29980 \end_inset
29981
29982 Formula
29983 \family default
29984  (shortcut 
29985 \begin_inset Info
29986 type  "shortcuts"
29987 arg   "command-sequence math-display; math-number-toggle;"
29988 \end_inset
29989
29990 ).
29991  Existing formulas can be numbered with the menu 
29992 \family sans
29993 Edit\SpecialChar menuseparator
29994 Math\SpecialChar menuseparator
29995 Number
29996 \begin_inset space ~
29997 \end_inset
29998
29999 Whole
30000 \begin_inset space ~
30001 \end_inset
30002
30003 Formula
30004 \family default
30005  (shortcut 
30006 \begin_inset Info
30007 type  "shortcut"
30008 arg   "math-number-toggle"
30009 \end_inset
30010
30011 ).
30012  The formula number is displayed in \SpecialChar LyX
30013  behind the formula as a number in parenthes
30014 es.
30015  
30016 \change_deleted 232239728 1611410645
30017 The number sign is replaced in the output by the formula number.
30018 \change_deleted 5863208 1612727075
30019
30020 \begin_inset Note Note
30021 status open
30022
30023 \begin_layout Plain Layout
30024
30025 \change_inserted 232239728 1611410697
30026 LyX appears to put the actual formula number in the raw file now
30027 \change_unchanged
30028
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \change_unchanged
30035
30036 \end_layout
30037
30038 \begin_layout Standard
30039 When numbering is turned on in multiline formulas, all formulas will be
30040  numbered.
30041  But the numbering can be controlled with the menu 
30042 \family sans
30043 Edit\SpecialChar menuseparator
30044 Math\SpecialChar menuseparator
30045 Number
30046 \begin_inset space ~
30047 \end_inset
30048
30049 This
30050 \begin_inset space ~
30051 \end_inset
30052
30053 Line
30054 \family default
30055  (shortcut 
30056 \begin_inset Info
30057 type  "shortcut"
30058 arg   "math-number-line-toggle"
30059 \end_inset
30060
30061 ) for every formula.
30062 \end_layout
30063
30064 \begin_layout Standard
30065 Except for inline formulas, all formulas can be numbered with two different
30066  styles, see 
30067 \begin_inset CommandInset ref
30068 LatexCommand ref
30069 reference "sec:Formula-Styles"
30070
30071 \end_inset
30072
30073 .
30074 \end_layout
30075
30076 \begin_layout Subsection
30077 Cross-References
30078 \begin_inset Index idx
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 Cross-references ! to formulas
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Standard
30091 All labeled formulas can be cross-referenced.
30092  A label is added with the menu 
30093 \family sans
30094 Insert\SpecialChar menuseparator
30095 Label
30096 \family default
30097  or the toolbar button 
30098 \begin_inset Info
30099 type  "icon"
30100 arg   "label-insert"
30101 \end_inset
30102
30103 .
30104  The cursor must be inside a displayed formula.
30105  Alternatively you can right-click on the formula and choose 
30106 \family sans
30107 Equation Label
30108 \family default
30109 .
30110  A dialog pops up displaying the prefix 
30111 \series bold
30112 eq:
30113 \series default
30114  in a text field.
30115  The label is inserted behind the prefix.
30116  The predefined prefix means 
30117 \begin_inset Quotes eld
30118 \end_inset
30119
30120 equation
30121 \begin_inset Quotes erd
30122 \end_inset
30123
30124  and makes it easier to find labels in large documents because it marks
30125  it as a formula label to distinguish it from e.
30126 \begin_inset space \thinspace{}
30127 \end_inset
30128
30129 g.
30130 \begin_inset space \space{}
30131 \end_inset
30132
30133 section labels.
30134  To change a label, the menu 
30135 \family sans
30136 Insert\SpecialChar menuseparator
30137 Label
30138 \family default
30139  is used again or you can right-click on a formula and then on 
30140 \family sans
30141 Equation Label
30142 \family default
30143 .
30144 \end_layout
30145
30146 \begin_layout Standard
30147 The name of the label is displayed in \SpecialChar LyX
30148  within parentheses behind the formula
30149  number.
30150  A formula with a label is always numbered.
30151 \end_layout
30152
30153 \begin_layout Standard
30154 Cross-references are inserted via the menu 
30155 \family sans
30156 Insert\SpecialChar menuseparator
30157 Cross-Reference
30158 \family default
30159  or with the toolbar button 
30160 \begin_inset Info
30161 type  "icon"
30162 arg   "dialog-show-new-inset ref"
30163 \end_inset
30164
30165 .
30166  A formula cross-reference appears in the output as formula number.
30167  When in the cross-reference dialog window the format 
30168 \series bold
30169 (<reference>)
30170 \series default
30171  is chosen, the cross-reference appears in the output as formula number
30172  in parentheses.
30173 \begin_inset Newline newline
30174 \end_inset
30175
30176 By right-clicking on a cross-reference in \SpecialChar LyX
30177 , one jumps to the formula that
30178  is referenced.
30179 \end_layout
30180
30181 \begin_layout Standard
30182 Here are as examples cross-references to formulas of the following subsections:
30183 \begin_inset Note Note
30184 status open
30185
30186 \begin_layout Plain Layout
30187 Note the different cross-reference types.
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Standard
30196 The equations 
30197 \begin_inset CommandInset ref
30198 LatexCommand eqref
30199 reference "eq:tag"
30200
30201 \end_inset
30202
30203  and 
30204 \begin_inset CommandInset ref
30205 LatexCommand eqref
30206 reference "eq:c"
30207
30208 \end_inset
30209
30210  are equivalent.
30211  In (
30212 \begin_inset CommandInset ref
30213 LatexCommand ref
30214 reference "eq:Lat"
30215
30216 \end_inset
30217
30218 ) big Latin letters are used for the numbering in contrary to (
30219 \begin_inset CommandInset ref
30220 LatexCommand ref
30221 reference "eq:Rom"
30222
30223 \end_inset
30224
30225 ).
30226 \end_layout
30227
30228 \begin_layout Standard
30229 \begin_inset VSpace medskip
30230 \end_inset
30231
30232 When the argument of 
30233 \series bold
30234
30235 \backslash
30236 tag
30237 \begin_inset Foot
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241
30242 \series bold
30243
30244 \backslash
30245 tag
30246 \series default
30247  is described in 
30248 \begin_inset CommandInset ref
30249 LatexCommand ref
30250 reference "subsec:User-defined-Numbering"
30251
30252 \end_inset
30253
30254 .
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \series default
30261  contains a box like in 
30262 \begin_inset CommandInset ref
30263 LatexCommand ref
30264 reference "subsec:Paragraph-Boxes"
30265
30266 \end_inset
30267
30268 , the formula cannot be referenced.
30269 \end_layout
30270
30271 \begin_layout Subsection
30272 Subnumbering
30273 \begin_inset Index idx
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277 Formula numbering ! subnumbering
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Formulas can be numbered as subequations.
30287  To activate this feature, add the module 
30288 \family sans
30289 Subequations
30290 \family default
30291  to the document in the menu 
30292 \family sans
30293 Document\SpecialChar menuseparator
30294 Settings\SpecialChar menuseparator
30295 Modules
30296 \family default
30297 .
30298  To insert subequations use the menu 
30299 \family sans
30300 Insert\SpecialChar menuseparator
30301 Custom Insets\SpecialChar menuseparator
30302 Subequations
30303 \family default
30304 .
30305 \end_layout
30306
30307 \begin_layout Standard
30308 The equations to be subnumbered are put into the 
30309 \family sans
30310 Subequations
30311 \family default
30312  inset.
30313  An example:
30314 \begin_inset Formula 
30315 \begin{equation}
30316 A=C-B
30317 \end{equation}
30318
30319 \end_inset
30320
30321
30322 \begin_inset VSpace -5mm
30323 \end_inset
30324
30325
30326 \begin_inset Flex Subequations
30327 status open
30328
30329 \begin_layout Plain Layout
30330 \begin_inset Formula 
30331 \begin{equation}
30332 B=C-A\label{eq:b}
30333 \end{equation}
30334
30335 \end_inset
30336
30337
30338 \begin_inset Formula 
30339 \begin{equation}
30340 C=A+B\label{eq:c}
30341 \end{equation}
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \end_layout
30352
30353 \begin_layout Standard
30354 Every formula in the 
30355 \family sans
30356 Subequations
30357 \family default
30358  inset will be subnumbered with a, b, c, \SpecialChar ldots
30359  in the output.
30360  For multiline formulas every line will be subnumbered.
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Referencing subequations works like normal equations: 
30365 \begin_inset CommandInset ref
30366 LatexCommand eqref
30367 reference "eq:b"
30368
30369 \end_inset
30370
30371
30372 \begin_inset CommandInset ref
30373 LatexCommand eqref
30374 reference "eq:c"
30375
30376 \end_inset
30377
30378 .
30379  If you want to reference the subequations collectively, insert a label
30380  as first thing in the 
30381 \family sans
30382 Subequations
30383 \family default
30384  inset.
30385  Formula 
30386 \begin_inset CommandInset ref
30387 LatexCommand eqref
30388 reference "eq:Here-is-an"
30389 plural "false"
30390 caps "false"
30391 noprefix "false"
30392
30393 \end_inset
30394
30395  is an example.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 When inserting subequations, vertical space is added before the equation.
30400  To remove this, insert -5
30401 \begin_inset space \thinspace{}
30402 \end_inset
30403
30404 mm vertical space right before the 
30405 \family sans
30406 Subequations
30407 \family default
30408  inset.
30409  If the formula style 
30410 \series bold
30411 Indented
30412 \begin_inset Foot
30413 status open
30414
30415 \begin_layout Plain Layout
30416 For formula styles see 
30417 \begin_inset CommandInset ref
30418 LatexCommand ref
30419 reference "sec:Formula-Styles"
30420
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \series default
30430  is used, insert -7
30431 \begin_inset space \thinspace{}
30432 \end_inset
30433
30434 mm space instead.
30435 \end_layout
30436
30437 \begin_layout Standard
30438 To get another subnumber instead of small Latin letters, insert this command
30439  as \SpecialChar TeX
30440  code before the equations in the 
30441 \family sans
30442 Subequations
30443 \family default
30444  inset:
30445 \end_layout
30446
30447 \begin_layout Standard
30448
30449 \series bold
30450
30451 \backslash
30452 renewcommand{
30453 \backslash
30454 theequation}{
30455 \backslash
30456 theparentequation -
30457 \backslash
30458 roman{equation}}
30459 \end_layout
30460
30461 \begin_layout Standard
30462
30463 \series bold
30464
30465 \backslash
30466 theparentequation
30467 \series default
30468  creates the parent number and 
30469 \series bold
30470
30471 \backslash
30472 roman{equation}
30473 \series default
30474  adds a small Roman number as subnumber.
30475  For more information about the customization of the numbering, see 
30476 \begin_inset CommandInset ref
30477 LatexCommand ref
30478 reference "subsec:Numbering-with-Roman"
30479
30480 \end_inset
30481
30482 .
30483 \end_layout
30484
30485 \begin_layout Standard
30486 Here is an example of a multiline formula where the numbering is customized
30487  and turned off for the second line:
30488 \begin_inset Flex Subequations
30489 status open
30490
30491 \begin_layout Plain Layout
30492 \begin_inset CommandInset label
30493 LatexCommand label
30494 name "eq:Here-is-an"
30495
30496 \end_inset
30497
30498
30499 \begin_inset ERT
30500 status open
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 renewcommand{
30507 \backslash
30508 theequation}{
30509 \backslash
30510 theparentequation -
30511 \backslash
30512 roman{equation}}
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Formula 
30519 \begin{eqnarray}
30520 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30521  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30522  & = & B^{2}-2BZ+Z^{2}
30523 \end{eqnarray}
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \begin_layout Subsection
30536 Numbering with Roman Numbers and Letters
30537 \begin_inset CommandInset label
30538 LatexCommand label
30539 name "subsec:Numbering-with-Roman"
30540
30541 \end_inset
30542
30543
30544 \begin_inset Index idx
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548 Formula numbering ! with letters
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \begin_inset Index idx
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558 Formula numbering ! with Roman numbers
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Formulas can also be numbered with Roman numbers and Latin letters.
30568  To number with small Roman numbers, the command
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 renewcommand{
30577 \backslash
30578 theequation}{
30579 \backslash
30580 roman{equation}}
30581 \end_layout
30582
30583 \begin_layout Standard
30584 is inserted before the formula in \SpecialChar TeX
30585  mode.
30586  
30587 \series bold
30588
30589 \backslash
30590 renewcommand
30591 \series default
30592
30593 \begin_inset Index idx
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597 Commands ! R ! 
30598 \backslash
30599 renewcommand
30600 \end_layout
30601
30602 \end_inset
30603
30604  redefines the predefined command 
30605 \series bold
30606
30607 \backslash
30608 theequation
30609 \series default
30610  to the command 
30611 \series bold
30612
30613 \backslash
30614 roman{equation}
30615 \series default
30616 .
30617 \begin_inset Foot
30618 status open
30619
30620 \begin_layout Plain Layout
30621 The command 
30622 \series bold
30623
30624 \backslash
30625 renewcommand
30626 \series default
30627  has the same scheme as the command 
30628 \series bold
30629
30630 \backslash
30631 newcommand
30632 \series default
30633  described in 
30634 \begin_inset CommandInset ref
30635 LatexCommand ref
30636 reference "subsec:The-Command-newcommand"
30637
30638 \end_inset
30639
30640 .
30641 \end_layout
30642
30643 \end_inset
30644
30645  
30646 \series bold
30647 equation
30648 \series default
30649  is the formula counter.
30650  When the command 
30651 \series bold
30652
30653 \backslash
30654 the
30655 \series default
30656  is used as prefix for a counter, the value of the counter is output as
30657  Arabic number.
30658  When a formula is numbered, \SpecialChar LaTeX
30659  sets internally the command 
30660 \series bold
30661
30662 \backslash
30663 theequation
30664 \series default
30665  behind the formula.
30666  
30667 \series bold
30668
30669 \backslash
30670 roman{equation}
30671 \begin_inset Index idx
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 Commands ! R ! 
30676 \backslash
30677 roman
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \series default
30684  outputs the counter as small Roman number.
30685 \end_layout
30686
30687 \begin_layout Standard
30688 All formulas behind the command 
30689 \series bold
30690
30691 \backslash
30692 renew
30693 \series default
30694 c
30695 \series bold
30696 ommand
30697 \series default
30698  are now numbered Roman.
30699  To switch to numbering with big Roman numbers, the command is inserted
30700  again, but 
30701 \series bold
30702
30703 \backslash
30704 roman
30705 \series default
30706  is replaced by 
30707 \series bold
30708
30709 \backslash
30710 Roman
30711 \series default
30712
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Commands ! R ! 
30718 \backslash
30719 roman@
30720 \backslash
30721 Roman
30722 \end_layout
30723
30724 \end_inset
30725
30726 .
30727  To 
30728 \begin_inset Quotes eld
30729 \end_inset
30730
30731 number
30732 \begin_inset Quotes erd
30733 \end_inset
30734
30735  with small Latin letters there is the command 
30736 \series bold
30737
30738 \backslash
30739 alph
30740 \series default
30741
30742 \begin_inset Index idx
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746 Commands ! A ! 
30747 \backslash
30748 alph
30749 \end_layout
30750
30751 \end_inset
30752
30753 , for big ones there is the command 
30754 \series bold
30755
30756 \backslash
30757 Alph
30758 \series default
30759
30760 \begin_inset Index idx
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764 Commands ! A ! 
30765 \backslash
30766 alph@
30767 \backslash
30768 Alph
30769 \end_layout
30770
30771 \end_inset
30772
30773 .
30774 \end_layout
30775
30776 \begin_layout Standard
30777 \begin_inset Note Greyedout
30778 status open
30779
30780 \begin_layout Plain Layout
30781
30782 \series bold
30783 Note:
30784 \series default
30785  Only a maximum of 26
30786 \begin_inset space ~
30787 \end_inset
30788
30789 formulas can be numbered with Latin letters in one document.
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 renewcommand{
30806 \backslash
30807 theequation}{
30808 \backslash
30809 roman{equation}}
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Standard
30818 \begin_inset Formula 
30819 \begin{equation}
30820 A=\textrm{small roman}
30821 \end{equation}
30822
30823 \end_inset
30824
30825
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831
30832 \backslash
30833 renewcommand{
30834 \backslash
30835 theequation}{
30836 \backslash
30837 Roman{equation}}
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \begin_inset Formula 
30844 \begin{equation}
30845 B=\textrm{big Roman}\label{eq:Rom}
30846 \end{equation}
30847
30848 \end_inset
30849
30850
30851 \begin_inset ERT
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856
30857 \backslash
30858 renewcommand{
30859 \backslash
30860 theequation}{
30861 \backslash
30862 alph{equation}}
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \begin_inset Formula 
30869 \begin{equation}
30870 C=\textrm{small Latin}
30871 \end{equation}
30872
30873 \end_inset
30874
30875
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881
30882 \backslash
30883 renewcommand{
30884 \backslash
30885 theequation}{
30886 \backslash
30887 Alph{equation}}
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \begin_inset Formula 
30894 \begin{equation}
30895 D=\textrm{big Latin}\label{eq:Lat}
30896 \end{equation}
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 To switch back to the default numbering, insert the command:
30905 \end_layout
30906
30907 \begin_layout Standard
30908
30909 \series bold
30910
30911 \backslash
30912 renewcommand{
30913 \backslash
30914 theequation}{
30915 \backslash
30916 arabic{equation}}
30917 \begin_inset Index idx
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921 Commands ! A ! 
30922 \backslash
30923 arabic
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 renewcommand{
30940 \backslash
30941 theequation}{
30942 \backslash
30943 arabic{equation}}
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Formula 
30950 \begin{equation}
30951 E=\textrm{Arabic}
30952 \end{equation}
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset VSpace medskip
30961 \end_inset
30962
30963 As you see, formulas are numbered serially independent from the numbering
30964  style.
30965  When then numbering should start with 
30966 \begin_inset Quotes eld
30967 \end_inset
30968
30969 1
30970 \begin_inset Quotes erd
30971 \end_inset
30972
30973  when the style is changed, new equation counters have to be defined.
30974  A description of this can be found in the file 
30975 \begin_inset CommandInset href
30976 LatexCommand href
30977 name "Formula-numbering.lyx"
30978 target "run:Formula-numbering.lyx"
30979 literal "false"
30980
30981 \end_inset
30982
30983 .
30984 \end_layout
30985
30986 \begin_layout Subsection
30987 User-defined Numbering
30988 \begin_inset CommandInset label
30989 LatexCommand label
30990 name "subsec:User-defined-Numbering"
30991
30992 \end_inset
30993
30994
30995 \begin_inset Index idx
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999 Formula numbering ! user-defined
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 \begin_inset Note Greyedout
31009 status open
31010
31011 \begin_layout Plain Layout
31012
31013 \series bold
31014 Note:
31015 \series default
31016  If the document language is a right-to-left language such as Arabic, you
31017  must add this to the to the \SpecialChar LaTeX
31018 -preamble to be able to use the commands described
31019  in this section:
31020 \begin_inset Newline newline
31021 \end_inset
31022
31023
31024 \series bold
31025
31026 \backslash
31027 AtBeginDocument{
31028 \begin_inset Newline newline
31029 \end_inset
31030
31031
31032 \begin_inset Phantom HPhantom
31033 status open
31034
31035 \begin_layout Plain Layout
31036
31037 \series bold
31038 \begin_inset space ~
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \backslash
31048 def
31049 \backslash
31050 tagform@#1{
31051 \backslash
31052 maketag@@@{(
31053 \backslash
31054 ignorespaces#1
31055 \backslash
31056 unskip)}} }
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 \begin_inset Index idx
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 Formula numbering ! self-defined delimiters
31070 \end_layout
31071
31072 \end_inset
31073
31074 With standard numbering, parentheses are set around a formula number.
31075  To replace the parentheses for example with vertical bars, the following
31076  line is added to the \SpecialChar LaTeX
31077 -preamble:
31078 \end_layout
31079
31080 \begin_layout Standard
31081
31082 \series bold
31083
31084 \backslash
31085 AtBeginDocument{
31086 \begin_inset Newline newline
31087 \end_inset
31088
31089
31090 \begin_inset Phantom HPhantom
31091 status open
31092
31093 \begin_layout Plain Layout
31094
31095 \series bold
31096 \begin_inset space ~
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \backslash
31106 def
31107 \backslash
31108 tagform@#1{
31109 \backslash
31110 maketag@@@{|#1|}} }
31111 \series default
31112
31113 \begin_inset Note Note
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 This macro is already declared in the \SpecialChar LaTeX
31118 -preamble for testing.
31119  To activate it, remove the percent signs at the beginning.
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \end_layout
31126
31127 \begin_layout Standard
31128 To use other characters, the vertical bars besides the 
31129 \series bold
31130 #1
31131 \series default
31132  are replaced by one or more characters.
31133  To display only the formula number the vertical bars are omitted.
31134 \end_layout
31135
31136 \begin_layout Standard
31137 \begin_inset VSpace bigskip
31138 \end_inset
31139
31140 When there should be an expression of your choice instead of the consecutive
31141  formula number in parentheses behind the formula, the command 
31142 \series bold
31143
31144 \backslash
31145 tag
31146 \series default
31147
31148 \begin_inset Index idx
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152 Commands ! T ! 
31153 \backslash
31154 tag
31155 \end_layout
31156
31157 \end_inset
31158
31159  is used:
31160 \begin_inset Formula 
31161 \begin{equation}
31162 A+B=C\tag{something}\label{eq:tag}
31163 \end{equation}
31164
31165 \end_inset
31166
31167 In this example the command 
31168 \series bold
31169
31170 \backslash
31171 tag
31172 \begin_inset space \textvisiblespace{}
31173 \end_inset
31174
31175 something
31176 \series default
31177  was inserted in the formula.
31178 \end_layout
31179
31180 \begin_layout Standard
31181 When the command 
31182 \series bold
31183
31184 \backslash
31185 tag*
31186 \begin_inset space \textvisiblespace{}
31187 \end_inset
31188
31189 something
31190 \series default
31191  is inserted instead, the parentheses are removed:
31192 \begin_inset Formula 
31193 \[
31194 A+B=C\tag*{something}
31195 \]
31196
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \begin_layout Standard
31203 \begin_inset VSpace bigskip
31204 \end_inset
31205
31206 To restart the formula numbering with new document parts or sections, the
31207  following command is used:
31208 \end_layout
31209
31210 \begin_layout Standard
31211
31212 \series bold
31213
31214 \backslash
31215 @addtoreset{equation}{part}
31216 \series default
31217
31218 \begin_inset Index idx
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222 Commands ! 
31223 \begin_inset ERT
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227
31228 "
31229 \end_layout
31230
31231 \end_inset
31232
31233 @
31234 \begin_inset ERT
31235 status collapsed
31236
31237 \begin_layout Plain Layout
31238
31239 "
31240 \end_layout
31241
31242 \end_inset
31243
31244  ! 
31245 \backslash
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252 "
31253 \end_layout
31254
31255 \end_inset
31256
31257 @
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263 "
31264 \end_layout
31265
31266 \end_inset
31267
31268 addtoreset
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \begin_inset Newline newline
31275 \end_inset
31276
31277 resp.
31278 \begin_inset Newline newline
31279 \end_inset
31280
31281
31282 \series bold
31283
31284 \backslash
31285 @addtoreset{equation}{section}
31286 \end_layout
31287
31288 \begin_layout Standard
31289 To be able to use these commands in \SpecialChar TeX
31290  mode, the 
31291 \begin_inset Quotes eld
31292 \end_inset
31293
31294 @
31295 \begin_inset Quotes erd
31296 \end_inset
31297
31298  character has to be made 
31299 \begin_inset Quotes eld
31300 \end_inset
31301
31302 active
31303 \begin_inset Quotes erd
31304 \end_inset
31305
31306  for \SpecialChar LaTeX
31307  using the command 
31308 \series bold
31309
31310 \backslash
31311 makeatletter.
31312
31313 \series default
31314  The command 
31315 \series bold
31316
31317 \backslash
31318 makeatother
31319 \series default
31320  disables this.
31321  So the command sequence in \SpecialChar TeX
31322  mode is:
31323 \end_layout
31324
31325 \begin_layout Standard
31326
31327 \series bold
31328
31329 \backslash
31330 makeatletter
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \backslash
31336 @addtoreset{equation}{section}
31337 \begin_inset Newline newline
31338 \end_inset
31339
31340
31341 \backslash
31342 makeatother
31343 \end_layout
31344
31345 \begin_layout Standard
31346 In the \SpecialChar LaTeX
31347 -preamble 
31348 \series bold
31349
31350 \backslash
31351 makeatletter
31352 \series default
31353  and 
31354 \series bold
31355
31356 \backslash
31357 makeatother
31358 \series default
31359  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31360 .
31361 \end_layout
31362
31363 \begin_layout Standard
31364 To revert 
31365 \series bold
31366
31367 \backslash
31368 @addtoreset
31369 \series default
31370 , the file 
31371 \series bold
31372 remreset.sty
31373 \series default
31374
31375 \begin_inset Foot
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380 \series bold
31381 remreset
31382 \series default
31383  is part of the \SpecialChar LaTeX
31384 -package 
31385 \series bold
31386 carlisle
31387 \series default
31388
31389 \begin_inset Index idx
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393 Packages ! carlisle
31394 \end_layout
31395
31396 \end_inset
31397
31398  that is part of every \SpecialChar LaTeX
31399  standard installation.
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \begin_inset Index idx
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409 Packages ! remreset
31410 \end_layout
31411
31412 \end_inset
31413
31414  has to be loaded in the \SpecialChar LaTeX
31415 -preamble with the line
31416 \end_layout
31417
31418 \begin_layout Standard
31419
31420 \series bold
31421
31422 \backslash
31423 usepackage{remreset}
31424 \end_layout
31425
31426 \begin_layout Standard
31427 Then the command 
31428 \series bold
31429
31430 \backslash
31431 @removefromreset
31432 \series default
31433
31434 \begin_inset Index idx
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438 Commands ! 
31439 \begin_inset ERT
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444 "
31445 \end_layout
31446
31447 \end_inset
31448
31449 @
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455 "
31456 \end_layout
31457
31458 \end_inset
31459
31460  ! 
31461 \backslash
31462
31463 \begin_inset ERT
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467
31468 "
31469 \end_layout
31470
31471 \end_inset
31472
31473 @
31474 \begin_inset ERT
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478
31479 "
31480 \end_layout
31481
31482 \end_inset
31483
31484 removefromreset
31485 \end_layout
31486
31487 \end_inset
31488
31489  can be used with the same scheme as 
31490 \series bold
31491
31492 \backslash
31493 @addtoreset
31494 \series default
31495 .
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \begin_inset VSpace bigskip
31500 \end_inset
31501
31502 Sometimes formulas should be numbered in the following form:
31503 \end_layout
31504
31505 \begin_layout Standard
31506
31507 \family typewriter
31508 (section number.formula number)
31509 \end_layout
31510
31511 \begin_layout Standard
31512 The formula number should start with every section with 
31513 \begin_inset Quotes eld
31514 \end_inset
31515
31516 1
31517 \begin_inset Quotes erd
31518 \end_inset
31519
31520 .
31521 \end_layout
31522
31523 \begin_layout Standard
31524 For this case there is the command 
31525 \series bold
31526
31527 \backslash
31528 numberwithin
31529 \series default
31530
31531 \begin_inset Index idx
31532 status collapsed
31533
31534 \begin_layout Plain Layout
31535 Commands ! N ! 
31536 \backslash
31537 numberwithin
31538 \end_layout
31539
31540 \end_inset
31541
31542 , which is used with the following scheme:
31543 \end_layout
31544
31545 \begin_layout Standard
31546
31547 \series bold
31548
31549 \backslash
31550 numberwithin{counter}{sectioning}
31551 \end_layout
31552
31553 \begin_layout Standard
31554 Counter denotes what kind of numbering is affected, sectioning denotes what
31555  the number before the dot is.
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Thus in our case the following \SpecialChar LaTeX
31560  preamble or \SpecialChar TeX
31561  code line is used:
31562 \end_layout
31563
31564 \begin_layout Standard
31565
31566 \series bold
31567
31568 \backslash
31569 numberwithin{equation}{section}
31570 \end_layout
31571
31572 \begin_layout Standard
31573 This is the result:
31574 \begin_inset ERT
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578
31579
31580 \backslash
31581 numberwithin{equation}{section}
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \begin_inset Formula 
31588 \begin{equation}
31589 A+B=C
31590 \end{equation}
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 To number e.
31599 \begin_inset space \thinspace{}
31600 \end_inset
31601
31602 g.
31603 \begin_inset space \space{}
31604 \end_inset
31605
31606  tables so that the number of the part is the sectioning,
31607 \begin_inset Newline newline
31608 \end_inset
31609
31610
31611 \series bold
31612
31613 \backslash
31614 numberwithin{table}{part}
31615 \series default
31616  is used.
31617 \end_layout
31618
31619 \begin_layout Standard
31620 To go back to the standard numbering or to prevent this kind of numbering
31621  when it is defined by the document class, the following command is inserted
31622  as \SpecialChar TeX
31623  code or to the \SpecialChar LaTeX
31624  preamble:
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \series bold
31630
31631 \backslash
31632 renewcommand{
31633 \backslash
31634 theequation}{
31635 \backslash
31636 arabic{equation}}
31637 \begin_inset Index idx
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641 Commands ! A ! 
31642 \backslash
31643 arabic
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \series default
31650
31651 \begin_inset ERT
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 renewcommand{
31659 \backslash
31660 theequation}{
31661 \backslash
31662 arabic{equation}}
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \series bold
31669
31670 \begin_inset Newline newline
31671 \end_inset
31672
31673
31674 \series default
31675 or
31676 \series bold
31677
31678 \begin_inset Newline newline
31679 \end_inset
31680
31681
31682 \backslash
31683 renewcommand{
31684 \backslash
31685 thetable}{
31686 \backslash
31687 arabic{table}}
31688 \end_layout
31689
31690 \begin_layout Standard
31691
31692 \series bold
31693
31694 \backslash
31695 numberwithin
31696 \series default
31697  internally uses the command 
31698 \series bold
31699
31700 \backslash
31701 @addtoreset
31702 \series default
31703 , described above, and would also need to be reverted.
31704 \begin_inset ERT
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708
31709
31710 \backslash
31711 makeatletter
31712 \end_layout
31713
31714 \begin_layout Plain Layout
31715
31716
31717 \backslash
31718 @removefromreset{equation}{section}
31719 \end_layout
31720
31721 \begin_layout Plain Layout
31722
31723
31724 \backslash
31725 makeatother
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Section
31734 Chemical Symbols and Equations
31735 \begin_inset CommandInset label
31736 LatexCommand label
31737 name "subsec:Chemical-Symbols-and"
31738
31739 \end_inset
31740
31741
31742 \begin_inset Index idx
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746 Chemical characters ! Symbols
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset Index idx
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756 Chemical equations
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \begin_inset Index idx
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 Symbols ! chemical
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \begin_layout Standard
31775 An example text from chemistry:
31776 \end_layout
31777
31778 \begin_layout Quote
31779 The 
31780 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31781 \end_inset
31782
31783 -ion reacts with two 
31784 \begin_inset Formula $\mathrm{Na^{+}}$
31785 \end_inset
31786
31787 -ions to sodium sulfate 
31788 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31789 \end_inset
31790
31791 .
31792  The chemical equation for this is:
31793 \begin_inset Formula 
31794 \begin{equation}
31795 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31796 \end{equation}
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Chemical equations can be created as formulas.
31805  To avoid the symbols appearing in italic, everything is highlighted and
31806  changed by the shortcut 
31807 \begin_inset Info
31808 type  "shortcut"
31809 arg   "font-roman"
31810 \end_inset
31811
31812  to the upright font style.
31813 \begin_inset Foot
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817 For font styles
31818 \series bold
31819  
31820 \series default
31821 see 
31822 \begin_inset CommandInset ref
31823 LatexCommand ref
31824 reference "subsec:Font-Styles"
31825
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \end_layout
31835
31836 \begin_layout Standard
31837 A more convenient way to typeset chemical formulas is to use the command
31838  
31839 \series bold
31840
31841 \backslash
31842 ce
31843 \series default
31844
31845 \begin_inset Index idx
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849 Commands ! C ! 
31850 \backslash
31851 ce
31852 \end_layout
31853
31854 \end_inset
31855
31856  which is available when the \SpecialChar LaTeX
31857 -package 
31858 \series bold
31859 mhchem
31860 \series default
31861
31862 \begin_inset Index idx
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866 Packages ! mhchem
31867 \end_layout
31868
31869 \end_inset
31870
31871  is installed.
31872  After inserting 
31873 \series bold
31874
31875 \backslash
31876 ce
31877 \series default
31878  in a formula a new blue box appears where chemical formulas can be inserted
31879  in an intuitive way.
31880 \end_layout
31881
31882 \begin_layout Standard
31883 \align center
31884 \begin_inset Tabular
31885 <lyxtabular version="3" rows="10" columns="2">
31886 <features booktabs="true" tabularvalignment="middle">
31887 <column alignment="center" valignment="top" width="0pt">
31888 <column alignment="center" valignment="top">
31889 <row>
31890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31891 \begin_inset Text
31892
31893 \begin_layout Plain Layout
31894 Command
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Plain Layout
31903 Result
31904 \end_layout
31905
31906 \end_inset
31907 </cell>
31908 </row>
31909 <row>
31910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31911 \begin_inset Text
31912
31913 \begin_layout Plain Layout
31914
31915 \backslash
31916 ce
31917 \begin_inset space \textvisiblespace{}
31918 \end_inset
31919
31920 H2CO3
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929 \begin_inset Formula $\ce{H2CO3}$
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 </row>
31938 <row topspace="1.5mm">
31939 <cell alignment="center" valignment="top" usebox="none">
31940 \begin_inset Text
31941
31942 \begin_layout Plain Layout
31943
31944 \backslash
31945 ce
31946 \begin_inset space \textvisiblespace{}
31947 \end_inset
31948
31949 SO4^2-
31950 \end_layout
31951
31952 \end_inset
31953 </cell>
31954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958 \begin_inset Formula $\ce{SO4^{2-}}$
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 </row>
31967 <row topspace="1.5mm">
31968 <cell alignment="center" valignment="top" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972
31973 \backslash
31974 ce
31975 \begin_inset space \textvisiblespace{}
31976 \end_inset
31977
31978 (NH4)2S
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 \begin_inset Formula $\ce{(NH4)2S}$
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \end_inset
31994 </cell>
31995 </row>
31996 <row topspace="1.5mm">
31997 <cell alignment="center" valignment="top" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Plain Layout
32001
32002 \backslash
32003 ce
32004 \begin_inset space \textvisiblespace{}
32005 \end_inset
32006
32007 KCr(SO4)2.12H2O
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 </row>
32025 <row topspace="1.5mm">
32026 <cell alignment="center" valignment="top" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030
32031 \backslash
32032 ce
32033 \begin_inset space \textvisiblespace{}
32034 \end_inset
32035
32036 A-B
32037 \backslash
32038 dbond
32039 \begin_inset space \textvisiblespace{}
32040 \end_inset
32041
32042 C
32043 \backslash
32044 tbond
32045 \begin_inset space \textvisiblespace{}
32046 \end_inset
32047
32048 D
32049 \end_layout
32050
32051 \end_inset
32052 </cell>
32053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32054 \begin_inset Text
32055
32056 \begin_layout Plain Layout
32057 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \end_inset
32064 </cell>
32065 </row>
32066 <row topspace="1.5mm">
32067 <cell alignment="center" valignment="top" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071
32072 \backslash
32073 ce
32074 \begin_inset space \textvisiblespace{}
32075 \end_inset
32076
32077 ^227
32078 \begin_inset Formula $\downarrow$
32079 \end_inset
32080
32081 _90
32082 \begin_inset Formula $\to$
32083 \end_inset
32084
32085 Th+
32086 \end_layout
32087
32088 \end_inset
32089 </cell>
32090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094 \begin_inset Formula $\ce{_{90}^{227}Th+}$
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 </row>
32103 <row>
32104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32105 \begin_inset Text
32106
32107 \begin_layout Plain Layout
32108
32109 \backslash
32110 ce
32111 \begin_inset space \textvisiblespace{}
32112 \end_inset
32113
32114
32115 \backslash
32116 mu
32117 \begin_inset space \textvisiblespace{}
32118 \end_inset
32119
32120
32121 \backslash
32122 hyphen
32123 \begin_inset space \textvisiblespace{}
32124 \end_inset
32125
32126 Cl
32127 \end_layout
32128
32129 \end_inset
32130 </cell>
32131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 </row>
32144 <row>
32145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149
32150 \backslash
32151 ce
32152 \begin_inset space \textvisiblespace{}
32153 \end_inset
32154
32155 CO2
32156 \begin_inset space \textvisiblespace{}
32157 \end_inset
32158
32159 +
32160 \begin_inset space \textvisiblespace{}
32161 \end_inset
32162
32163 C
32164 \begin_inset space \textvisiblespace{}
32165 \end_inset
32166
32167 <=>
32168 \begin_inset space \textvisiblespace{}
32169 \end_inset
32170
32171 2CO
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 </row>
32189 <row topspace="1.5mm">
32190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194
32195 \backslash
32196 ce
32197 \begin_inset space \textvisiblespace{}
32198 \end_inset
32199
32200 CO2
32201 \begin_inset space \textvisiblespace{}
32202 \end_inset
32203
32204 +
32205 \begin_inset space \textvisiblespace{}
32206 \end_inset
32207
32208 C
32209 \begin_inset space \textvisiblespace{}
32210 \end_inset
32211
32212 ->[
32213 \backslash
32214 alpha][
32215 \backslash
32216 beta]
32217 \begin_inset space \textvisiblespace{}
32218 \end_inset
32219
32220 2CO}
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 </row>
32238 </lyxtabular>
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \begin_inset Note Greyedout
32247 status open
32248
32249 \begin_layout Plain Layout
32250
32251 \series bold
32252 Note:
32253 \series default
32254  It is not possible in \SpecialChar LyX
32255  to use the character ^ to get an up-arrow as described
32256  in the 
32257 \series bold
32258 mhchem
32259 \series default
32260  manual.
32261  One instead uses a negative thin space followed by the command 
32262 \series bold
32263
32264 \backslash
32265 uparrow
32266 \series default
32267
32268 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 Using 
32281 \series bold
32282
32283 \backslash
32284 ce
32285 \series default
32286  the command for equation
32287 \begin_inset space ~
32288 \end_inset
32289
32290
32291 \begin_inset CommandInset ref
32292 LatexCommand eqref
32293 reference "eq:chem-reaction"
32294
32295 \end_inset
32296
32297  is:
32298 \begin_inset Newline newline
32299 \end_inset
32300
32301
32302 \series bold
32303  
32304 \backslash
32305 ce
32306 \begin_inset space \textvisiblespace{}
32307 \end_inset
32308
32309 2Na+
32310 \begin_inset space \textvisiblespace{}
32311 \end_inset
32312
32313 +
32314 \begin_inset space \textvisiblespace{}
32315 \end_inset
32316
32317 SO4^2-
32318 \begin_inset space \textvisiblespace{}
32319 \end_inset
32320
32321
32322 \begin_inset space \textvisiblespace{}
32323 \end_inset
32324
32325 ->
32326 \begin_inset space \textvisiblespace{}
32327 \end_inset
32328
32329 Na2SO4
32330 \end_layout
32331
32332 \begin_layout Standard
32333 To create multiline chemical equations first a multiline formula is created
32334  as described in 
32335 \begin_inset CommandInset ref
32336 LatexCommand ref
32337 reference "sec:Multiline-Formulas"
32338
32339 \end_inset
32340
32341 .
32342  Afterwards the command 
32343 \series bold
32344
32345 \backslash
32346 ce
32347 \series default
32348  is used in every small blue box of the formula.
32349  
32350 \begin_inset CommandInset ref
32351 LatexCommand eqref
32352 reference "eq:TEOS-reaction-1"
32353
32354 \end_inset
32355
32356  and 
32357 \begin_inset CommandInset ref
32358 LatexCommand eqref
32359 reference "eq:TEOS-reaction-2"
32360
32361 \end_inset
32362
32363  are an example of a multi-stage chemical reaction where every equation
32364  has its own number.
32365 \begin_inset Formula 
32366 \begin{eqnarray}
32367 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32368 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32369 \end{eqnarray}
32370
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \begin_layout Standard
32377 Besides 
32378 \series bold
32379
32380 \backslash
32381 ce
32382 \series default
32383  the 
32384 \series bold
32385 mhchem
32386 \series default
32387  package provides the command 
32388 \series bold
32389
32390 \backslash
32391 cf
32392 \series default
32393
32394 \begin_inset Index idx
32395 status collapsed
32396
32397 \begin_layout Plain Layout
32398 Commands ! C ! 
32399 \backslash
32400 cf
32401 \end_layout
32402
32403 \end_inset
32404
32405  that is used for special cases.
32406  For more information about 
32407 \series bold
32408
32409 \backslash
32410 cf
32411 \series default
32412  and more examples have a look at the documentation of 
32413 \series bold
32414 mhchem
32415 \series default
32416
32417 \begin_inset CommandInset citation
32418 LatexCommand cite
32419 key "mhchem"
32420 literal "true"
32421
32422 \end_inset
32423
32424 .
32425 \end_layout
32426
32427 \begin_layout Section
32428 Diagrams
32429 \end_layout
32430
32431 \begin_layout Standard
32432 \SpecialChar LyX
32433  supports two types of commutative diagrams: 
32434 \series bold
32435 amscd
32436 \series default
32437  and 
32438 \series bold
32439 xymatrix
32440 \series default
32441  and are explained below.
32442 \end_layout
32443
32444 \begin_layout Subsection
32445 Amscd Diagrams
32446 \begin_inset Index idx
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450 Diagrams ! amscd
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 Diagrams of this type visualize relations by vertical and horizontal lines
32460  or arrows:
32461 \begin_inset Formula 
32462 \[
32463 \begin{CD}A@>>>B@>>>C\\
32464 @AAA@.@VVV\\
32465 F@<<<E@<<<D
32466 \end{CD}
32467 \]
32468
32469 \end_inset
32470
32471
32472 \end_layout
32473
32474 \begin_layout Standard
32475 To create them, the command 
32476 \series bold
32477
32478 \backslash
32479 CD
32480 \begin_inset Index idx
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484 Commands ! C ! 
32485 \backslash
32486 CD
32487 \end_layout
32488
32489 \end_inset
32490
32491
32492 \series default
32493  is inserted to a formula.
32494  A blue box appears with two dashed lines where additional commands can
32495  be inserted.
32496  With 
32497 \begin_inset Info
32498 type  "shortcut"
32499 arg   "newline-insert newline"
32500 \end_inset
32501
32502  a new line is created.
32503  Horizontal relations are inserted in odd formula lines, vertical in even
32504  formula lines.
32505 \end_layout
32506
32507 \begin_layout Standard
32508 To create the relations use the following commands:
32509 \end_layout
32510
32511 \begin_layout Itemize
32512
32513 \series bold
32514 @<<<
32515 \series default
32516  creates a left arrow, 
32517 \series bold
32518 @>>>
32519 \series default
32520  a right arrow and 
32521 \series bold
32522 @=
32523 \series default
32524  a long equal sign
32525 \end_layout
32526
32527 \begin_layout Itemize
32528
32529 \series bold
32530 @AAA
32531 \series default
32532  creates an up arrow, 
32533 \series bold
32534 @VVV
32535 \series default
32536  a down arrow and 
32537 \series bold
32538 @|
32539 \series default
32540  a vertical equal sign
32541 \end_layout
32542
32543 \begin_layout Itemize
32544
32545 \series bold
32546 @.
32547
32548 \series default
32549  is a placeholder for non-existent relations
32550 \end_layout
32551
32552 \begin_layout Standard
32553 All arrows can be labeled as follows:
32554 \end_layout
32555
32556 \begin_layout Itemize
32557 If text inserted between the first and second < or >, resp., it is placed
32558  above the arrow.
32559  When it is inserted between the second and third one, it appears under
32560  the arrow.
32561 \end_layout
32562
32563 \begin_layout Itemize
32564 When text for vertical arrows is inserted between the first and second A
32565  or V, resp., it is placed left beside the arrow.
32566  When it is inserted between the second and third one, it appears right
32567  beside the arrow.
32568  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32569  brace.
32570 \end_layout
32571
32572 \begin_layout Standard
32573 As example a diagram with all possible relations:
32574 \end_layout
32575
32576 \begin_layout Standard
32577 \begin_inset Formula 
32578 \[
32579 \begin{CD}A@>j>>B@>>k>C@=F\\
32580 @AmAA@.@VV{V}V@|\\
32581 D@<<j<E@>k>>F@=C
32582 \end{CD}
32583 \]
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Standard
32591 The command for this is:
32592 \begin_inset Newline newline
32593 \end_inset
32594
32595
32596 \series bold
32597
32598 \backslash
32599 CD
32600 \begin_inset space \textvisiblespace{}
32601 \end_inset
32602
32603 A@>j>>B@>>k>C@=F Ctrl+Return
32604 \begin_inset Newline newline
32605 \end_inset
32606
32607
32608 \begin_inset Phantom HPhantom
32609 status open
32610
32611 \begin_layout Plain Layout
32612
32613 \series bold
32614
32615 \backslash
32616 CD
32617 \begin_inset space \textvisiblespace{}
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \end_inset
32624
32625 @AmAA@.@VV
32626 \backslash
32627 {V
32628 \series default
32629
32630 \begin_inset Formula $\to$
32631 \end_inset
32632
32633
32634 \series bold
32635 V@| 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 D@<<j<E@>k>>F@=C
32658 \end_layout
32659
32660 \begin_layout Subsection
32661 Xymatrix Diagrams
32662 \begin_inset Index idx
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666 Diagrams ! xymatrix
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 To be able to use xymatrices, the \SpecialChar LaTeX
32676 -package 
32677 \series bold
32678 xypic
32679 \series default
32680  must be installed.
32681  A xymatrix is created by inserting the command 
32682 \series bold
32683
32684 \backslash
32685 xymatrix
32686 \series default
32687  in a formula.
32688  Then you are able to add new matrix columns and rows like for normal matrices,
32689  see 
32690 \begin_inset CommandInset ref
32691 LatexCommand ref
32692 reference "sec:Matrices"
32693
32694 \end_inset
32695
32696 .
32697 \end_layout
32698
32699 \begin_layout Standard
32700 Contrary to amscd diagrams, xymatrices support diagonal and curved arrows,
32701  and much more.
32702  The commands used to create commutative diagrams and decorations are explained
32703  in detail in the 
32704 \emph on
32705 XY-pic manual
32706 \emph default
32707  found in the menu 
32708 \family sans
32709 Help\SpecialChar menuseparator
32710 Specific
32711 \begin_inset space ~
32712 \end_inset
32713
32714 Manuals
32715 \family default
32716 .
32717 \end_layout
32718
32719 \begin_layout Subsection
32720
32721 \noun on
32722 Feynman
32723 \noun default
32724  Diagrams
32725 \begin_inset Index idx
32726 status collapsed
32727
32728 \begin_layout Plain Layout
32729 Diagrams ! Feynman
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738 To be able to use 
32739 \noun on
32740 Feynman
32741 \noun default
32742 -diagrams, the \SpecialChar LaTeX
32743 -package 
32744 \series bold
32745 feyn
32746 \series default
32747  must be installed.
32748  A 
32749 \noun on
32750 Feynman
32751 \noun default
32752 -diagram is created by inserting the command 
32753 \series bold
32754
32755 \backslash
32756 Diagram
32757 \series default
32758  in a formula.
32759  Then you will be able to add new matrix columns and rows like for normal
32760  matrices, see 
32761 \begin_inset CommandInset ref
32762 LatexCommand ref
32763 reference "sec:Matrices"
32764
32765 \end_inset
32766
32767 .
32768 \end_layout
32769
32770 \begin_layout Standard
32771 Examples of how to create 
32772 \noun on
32773 Feynman-
32774 \noun default
32775 diagrams in \SpecialChar LyX
32776  are given in the 
32777 \emph on
32778 Feynman-diagram
32779 \emph default
32780  manual that you find in the menu 
32781 \family sans
32782 Help\SpecialChar menuseparator
32783 Specific
32784 \begin_inset space ~
32785 \end_inset
32786
32787 Manuals
32788 \family default
32789 .
32790 \end_layout
32791
32792 \begin_layout Section
32793 User-defined Commands
32794 \begin_inset Index idx
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798 User-defined commands
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Standard
32807 \begin_inset Note Greyedout
32808 status open
32809
32810 \begin_layout Plain Layout
32811
32812 \series bold
32813 Note:
32814 \series default
32815  The names of user-defined commands and macros may only consist of Latin
32816  letters.
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \end_layout
32823
32824 \begin_layout Subsection
32825 The Command 
32826 \backslash
32827 newcommand
32828 \begin_inset CommandInset label
32829 LatexCommand label
32830 name "subsec:The-Command-newcommand"
32831
32832 \end_inset
32833
32834
32835 \begin_inset Index idx
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839 User-defined commands ! 
32840 \backslash
32841 newcommand
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \begin_inset Index idx
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 Commands ! N ! 
32852 \backslash
32853 newcommand
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \end_layout
32860
32861 \begin_layout Standard
32862 Many \SpecialChar LaTeX
32863 -commands are too long to be used frequently.
32864  But it is possible to define with the command 
32865 \series bold
32866
32867 \backslash
32868 newcommand
32869 \series default
32870  new shorter commands.
32871 \end_layout
32872
32873 \begin_layout Standard
32874 The command scheme of 
32875 \series bold
32876
32877 \backslash
32878 newcommand
32879 \series default
32880  is:
32881 \end_layout
32882
32883 \begin_layout Standard
32884
32885 \series bold
32886
32887 \backslash
32888 newcommand{new command name}[number of arguments][optional
32889 \series default
32890  
32891 \series bold
32892 value]
32893 \begin_inset Newline newline
32894 \end_inset
32895
32896
32897 \begin_inset Phantom HPhantom
32898 status open
32899
32900 \begin_layout Plain Layout
32901
32902 \series bold
32903
32904 \backslash
32905 newcommand
32906 \end_layout
32907
32908 \end_inset
32909
32910 {command definition}
32911 \end_layout
32912
32913 \begin_layout Standard
32914 \begin_inset Note Greyedout
32915 status open
32916
32917 \begin_layout Plain Layout
32918
32919 \series bold
32920 Note:
32921 \series default
32922  Verify that the name of the new command is not already used in your document
32923  or by the \SpecialChar LaTeX
32924 -packages that you use.
32925  If you for example define the command 
32926 \series bold
32927
32928 \backslash
32929 le
32930 \series default
32931  for 
32932 \series bold
32933
32934 \backslash
32935 Leftarrow
32936 \series default
32937 , you will get an error message because 
32938 \series bold
32939
32940 \backslash
32941 le
32942 \series default
32943  is already defined as command for 
32944 \begin_inset Quotes eld
32945 \end_inset
32946
32947
32948 \begin_inset Formula $\le$
32949 \end_inset
32950
32951
32952 \begin_inset Quotes erd
32953 \end_inset
32954
32955 .
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \begin_layout Standard
32964 The number of arguments is an integer in the range 0
32965 \begin_inset space \thinspace{}
32966 \end_inset
32967
32968 -
32969 \begin_inset space \thinspace{}
32970 \end_inset
32971
32972 9 and specifies how many arguments the new command should have.
32973  With the optional value a value for an optional argument can be predefined.
32974  When this is done, the 
32975 \emph on
32976 first
32977 \emph default
32978  
32979 \emph on
32980 a
32981 \emph default
32982 rgument of the new command is automatically an optional one.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 Here are some examples:
32987 \end_layout
32988
32989 \begin_layout Itemize
32990 To define the command 
32991 \series bold
32992
32993 \backslash
32994 gr
32995 \series default
32996  for 
32997 \series bold
32998
32999 \backslash
33000 Longrightarrow
33001 \series default
33002 , the \SpecialChar LaTeX
33003 -preamble line is:
33004 \begin_inset VSpace medskip
33005 \end_inset
33006
33007
33008 \begin_inset Newline newline
33009 \end_inset
33010
33011
33012 \series bold
33013
33014 \backslash
33015 newcommand{
33016 \backslash
33017 gr}{
33018 \backslash
33019 Longrightarrow}
33020 \end_layout
33021
33022 \begin_layout Itemize
33023 To define the command 
33024 \series bold
33025
33026 \backslash
33027 us
33028 \series default
33029  for 
33030 \series bold
33031
33032 \backslash
33033 underline
33034 \series default
33035 , the argument (that should be underlined) must be taken into account.
33036  For this the preamble line is:
33037 \begin_inset VSpace medskip
33038 \end_inset
33039
33040
33041 \begin_inset Newline newline
33042 \end_inset
33043
33044
33045 \series bold
33046
33047 \backslash
33048 newcommand{
33049 \backslash
33050 us}[1]{
33051 \backslash
33052 underline{#1}}
33053 \series default
33054
33055 \begin_inset VSpace medskip
33056 \end_inset
33057
33058
33059 \begin_inset Newline newline
33060 \end_inset
33061
33062 The character 
33063 \series bold
33064 #
33065 \series default
33066  acts as argument placeholder, the 
33067 \series bold
33068 1
33069 \series default
33070  behind it denotes that it is the placeholder for the first argument.
33071 \end_layout
33072
33073 \begin_layout Itemize
33074 For 
33075 \series bold
33076
33077 \backslash
33078 framebox
33079 \series default
33080  one can e.
33081 \begin_inset space \thinspace{}
33082 \end_inset
33083
33084 g.
33085 \begin_inset space \space{}
33086 \end_inset
33087
33088 define the command 
33089 \series bold
33090
33091 \backslash
33092 fb
33093 \series default
33094 :
33095 \begin_inset VSpace medskip
33096 \end_inset
33097
33098
33099 \begin_inset Newline newline
33100 \end_inset
33101
33102
33103 \series bold
33104
33105 \backslash
33106 newcommand{
33107 \backslash
33108 fb}[3]{
33109 \backslash
33110 framebox#1#2{$#3$}}
33111 \series default
33112
33113 \begin_inset VSpace medskip
33114 \end_inset
33115
33116
33117 \begin_inset Newline newline
33118 \end_inset
33119
33120 The two Dollar signs creates the extra formula needed for 
33121 \series bold
33122
33123 \backslash
33124 framebox
33125 \series default
33126 , see 
33127 \begin_inset CommandInset ref
33128 LatexCommand ref
33129 reference "subsec:Boxes-with-Frame"
33130
33131 \end_inset
33132
33133 .
33134 \end_layout
33135
33136 \begin_layout Itemize
33137 To create a new command for 
33138 \series bold
33139
33140 \backslash
33141 fcolorbox
33142 \series default
33143  where the color for the box need not be specified, the argument for the
33144  color is defined optional:
33145 \begin_inset VSpace medskip
33146 \end_inset
33147
33148
33149 \begin_inset Newline newline
33150 \end_inset
33151
33152
33153 \series bold
33154
33155 \backslash
33156 newcommand{
33157 \backslash
33158 cb}[3][white]{
33159 \backslash
33160 fcolorbox{#2}{#1}{$#3$}}
33161 \series default
33162
33163 \begin_inset VSpace medskip
33164 \end_inset
33165
33166
33167 \begin_inset Newline newline
33168 \end_inset
33169
33170 When the color is not specified when using 
33171 \series bold
33172
33173 \backslash
33174 cb
33175 \series default
33176 , the predefined color 
33177 \series bold
33178 white
33179 \series default
33180  will be used.
33181 \end_layout
33182
33183 \begin_layout Standard
33184 A test of the new defined commands:
33185 \end_layout
33186
33187 \begin_layout Standard
33188 \align center
33189 \begin_inset Tabular
33190 <lyxtabular version="3" rows="6" columns="2">
33191 <features booktabs="true" tabularvalignment="middle">
33192 <column alignment="center" valignment="top" width="0pt">
33193 <column alignment="center" valignment="top">
33194 <row>
33195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 Command
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 Result
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 </row>
33214 <row>
33215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 A
33220 \backslash
33221 gr
33222 \begin_inset space \textvisiblespace{}
33223 \end_inset
33224
33225 B
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 \begin_inset Formula $A\gr B$
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \end_inset
33241 </cell>
33242 </row>
33243 <row>
33244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248
33249 \backslash
33250 us{ABcd
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 \begin_inset Formula $\us{ABcd}$
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 </row>
33268 <row topspace="1mm">
33269 <cell alignment="center" valignment="top" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273
33274 \backslash
33275 fb{[2cm]
33276 \begin_inset Formula $\to$
33277 \end_inset
33278
33279
33280 \backslash
33281 {
33282 \begin_inset Formula $\to$
33283 \end_inset
33284
33285
33286 \backslash
33287 {
33288 \backslash
33289 int
33290 \begin_inset space \textvisiblespace{}
33291 \end_inset
33292
33293 A=B
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row topspace="1.5mm">
33312 <cell alignment="center" valignment="top" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316
33317 \backslash
33318 cb{red
33319 \begin_inset Formula $\to$
33320 \end_inset
33321
33322
33323 \backslash
33324 {
33325 \backslash
33326 int
33327 \begin_inset space \textvisiblespace{}
33328 \end_inset
33329
33330 A=B
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 \begin_inset Formula $\cb{red}{\int A=B}$
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 </row>
33348 <row topspace="1.5mm" bottomspace="1mm">
33349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33350 \begin_inset Text
33351
33352 \begin_layout Plain Layout
33353
33354 \backslash
33355 cb[green]
33356 \backslash
33357 {red
33358 \begin_inset Formula $\to$
33359 \end_inset
33360
33361
33362 \backslash
33363 {
33364 \backslash
33365 int
33366 \begin_inset space \textvisiblespace{}
33367 \end_inset
33368
33369 A=B
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \end_inset
33385 </cell>
33386 </row>
33387 </lyxtabular>
33388
33389 \end_inset
33390
33391
33392 \end_layout
33393
33394 \begin_layout Subsection
33395 Math Macros
33396 \begin_inset Index idx
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 User-defined commands! Math macros
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \begin_inset Index idx
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410 Macros
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Standard
33419 User-defined commands are especially convenient for complex expressions.
33420  For example if you are dealing with a document that has quadratic equations,
33421  the same solution type occurs several times.
33422  The general form of a quadratic equation is
33423 \begin_inset Formula 
33424 \[
33425 0=\lambda^{2}+p\lambda+q
33426 \]
33427
33428 \end_inset
33429
33430 The general form of the solution is
33431 \begin_inset Formula 
33432 \[
33433 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33434 \]
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442 To define a command for the solution formula where only the three parameters
33443  
33444 \begin_inset Formula $\lambda$
33445 \end_inset
33446
33447
33448 \begin_inset Formula $p$
33449 \end_inset
33450
33451  and 
33452 \begin_inset Formula $q$
33453 \end_inset
33454
33455  need to be specified and the index of 
33456 \begin_inset Formula $\lambda$
33457 \end_inset
33458
33459  can be given optionally, the \SpecialChar LaTeX
33460 -preamble line is
33461 \begin_inset Newline newline
33462 \end_inset
33463
33464
33465 \series bold
33466
33467 \backslash
33468 newcommand{
33469 \backslash
33470 qG}[4][1,
33471 \backslash
33472 ,2]{#2_{#1}=-
33473 \backslash
33474 frac{#3}{2}
33475 \backslash
33476 pm
33477 \begin_inset Newline newline
33478 \end_inset
33479
33480
33481 \begin_inset Phantom HPhantom
33482 status open
33483
33484 \begin_layout Plain Layout
33485
33486 \series bold
33487
33488 \backslash
33489 newcommand
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \backslash
33496 sqrt{
33497 \backslash
33498 frac{#3^{2}}{4}-#4}}
33499 \end_layout
33500
33501 \begin_layout Standard
33502 To create with this the solution formula, the command
33503 \begin_inset Newline newline
33504 \end_inset
33505
33506
33507 \series bold
33508
33509 \backslash
33510 qG{
33511 \backslash
33512 lambda
33513 \begin_inset Formula $\to$
33514 \end_inset
33515
33516
33517 \backslash
33518 {p
33519 \begin_inset Formula $\to$
33520 \end_inset
33521
33522
33523 \backslash
33524 {q
33525 \series default
33526  is inserted to a formula
33527 \series bold
33528 .
33529 \end_layout
33530
33531 \begin_layout Standard
33532 The definition of the new command is unintuitive because one has to know
33533  the schemes of all used \SpecialChar LaTeX
33534  commands, e.
33535 \begin_inset space \thinspace{}
33536 \end_inset
33537
33538 g.
33539 \begin_inset space \space{}
33540 \end_inset
33541
33542 that a fraction is inserted in \SpecialChar LaTeX
33543  as 
33544 \series bold
33545
33546 \backslash
33547 frac{numerator}{denominator}
33548 \series default
33549 .
33550  Furthermore one can easily forget a brace in the definition and cannot
33551  see in \SpecialChar LyX
33552  what the new command is doing.
33553  To avoid these problems \SpecialChar LyX
33554  offers the possibility to use math macros instead
33555  of the command 
33556 \series bold
33557
33558 \backslash
33559 newcommand
33560 \series default
33561 .
33562 \end_layout
33563
33564 \begin_layout Standard
33565 A math macro is created by using the menu 
33566 \family sans
33567 Insert\SpecialChar menuseparator
33568 Math\SpecialChar menuseparator
33569 Macro
33570 \family default
33571  or the toolbar button 
33572 \begin_inset Info
33573 type  "icon"
33574 arg   "math-macro newmacroname_newcommand"
33575 \end_inset
33576
33577 .
33578  The math macro toolbar appears together with the following box where the
33579  macro is defined:
33580 \begin_inset Newline newline
33581 \end_inset
33582
33583
33584 \begin_inset space \hspace*{\fill}
33585 \end_inset
33586
33587
33588 \begin_inset Graphics
33589         filename clipart/macrobox.png
33590         scale 95
33591
33592 \end_inset
33593
33594
33595 \begin_inset space \hspace*{\fill}
33596 \end_inset
33597
33598
33599 \begin_inset Newline newline
33600 \end_inset
33601
33602
33603 \begin_inset FormulaMacro
33604 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33605 \end_inset
33606
33607
33608 \backslash
33609 newmacroname is the default name of the macro that should be changed to
33610  something sensible.
33611  The wanted formula is inserted in the first blue box.
33612  An argument placeholder is inserted with the command 
33613 \series bold
33614
33615 \backslash
33616 #argumentnumber
33617 \series default
33618 , e.
33619 \begin_inset space \thinspace{}
33620 \end_inset
33621
33622 g
33623 \begin_inset space \space{}
33624 \end_inset
33625
33626
33627 \series bold
33628
33629 \backslash
33630 #1
33631 \series default
33632  or by using the macro toolbar button 
33633 \begin_inset Info
33634 type  "icon"
33635 arg   "math-macro-add-param"
33636 \end_inset
33637
33638 .
33639  Argument placeholders are displayed red.
33640  A maximum of 9
33641 \begin_inset space ~
33642 \end_inset
33643
33644 arguments are possible.
33645  Optional arguments are created with the toolbar button 
33646 \begin_inset Info
33647 type  "icon"
33648 arg   "math-macro-add-optional-param"
33649 \end_inset
33650
33651 .
33652  The first non-optional argument can be transformed to an optional one with
33653  the toolbar button 
33654 \begin_inset Info
33655 type  "icon"
33656 arg   "math-macro-make-optional"
33657 \end_inset
33658
33659 .
33660  In the second blue box the appearance of the macro in \SpecialChar LyX
33661  can be defined.
33662  Normally you want to see it as it is defined, so the box is kept empty.
33663  But when you have created a macro that needs lot of space on the screen,
33664  you can insert in the box for example
33665 \begin_inset Newline newline
33666 \end_inset
33667
33668
33669 \series bold
33670 qG: 
33671 \backslash
33672 #1
33673 \series default
33674  
33675 \series bold
33676 ,
33677 \series default
33678  
33679 \series bold
33680
33681 \backslash
33682 #2
33683 \series default
33684  
33685 \series bold
33686 ,
33687 \series default
33688  
33689 \series bold
33690
33691 \backslash
33692 #3, 
33693 \backslash
33694 #4
33695 \begin_inset Newline newline
33696 \end_inset
33697
33698
33699 \series default
33700 For the macro only the arguments with the macro name in front of them will
33701  then be displayed in \SpecialChar LyX
33702 , leading to a better overview.
33703  The formula appears in the output as defined in the first box.
33704 \begin_inset Newline newline
33705 \end_inset
33706
33707 The appearance of macros in formulas can furthermore be changed for single
33708  macros by setting the cursor in the macro and using the menu 
33709 \family sans
33710 View\SpecialChar menuseparator
33711 (Un)fold
33712 \begin_inset space ~
33713 \end_inset
33714
33715 Math
33716 \begin_inset space ~
33717 \end_inset
33718
33719 Macro
33720 \family default
33721 .
33722 \end_layout
33723
33724 \begin_layout Standard
33725 To use a macro, the macro name is inserted as command to a formula, in our
33726  case 
33727 \series bold
33728
33729 \backslash
33730 qG
33731 \series default
33732 .
33733  Our macro looks in \SpecialChar LyX
33734  like this:
33735 \begin_inset Newline newline
33736 \end_inset
33737
33738
33739 \begin_inset space \hspace*{\fill}
33740 \end_inset
33741
33742
33743 \begin_inset Graphics
33744         filename clipart/macrouse.png
33745         scale 95
33746
33747 \end_inset
33748
33749
33750 \begin_inset space \hspace*{\fill}
33751 \end_inset
33752
33753
33754 \begin_inset Newline newline
33755 \end_inset
33756
33757 Here is our macro example with the arguments 
33758 \begin_inset Formula $x$
33759 \end_inset
33760
33761
33762 \begin_inset Formula $\ln(x)$
33763 \end_inset
33764
33765  and 
33766 \begin_inset Formula $B$
33767 \end_inset
33768
33769 :
33770 \end_layout
33771
33772 \begin_layout Standard
33773 \begin_inset Formula 
33774 \[
33775 \qG x{\ln(x)}B
33776 \]
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \SpecialChar LyX
33785  offers in the menu 
33786 \family sans
33787 Tools\SpecialChar menuseparator
33788 Preferences\SpecialChar menuseparator
33789 Editing\SpecialChar menuseparator
33790 Control
33791 \family default
33792  different styles to edit macros.
33793  To find the style that suits you best, choose a style and set the cursor
33794  in a macro formula to see the difference.
33795 \end_layout
33796
33797 \begin_layout Standard
33798 A math macro is transformed internally to a 
33799 \series bold
33800
33801 \backslash
33802 newcommand
33803 \series default
33804  command when exporting the document.
33805  The created 
33806 \series bold
33807
33808 \backslash
33809 newcommand
33810 \series default
33811  command is not placed in the \SpecialChar LaTeX
33812 -preamble, therefore macros can only be used
33813  in formulas that are in the document below the macro definition box.
33814 \end_layout
33815
33816 \begin_layout Standard
33817 Math macros can also be directly created from a 
33818 \series bold
33819
33820 \backslash
33821 newcommand
33822 \series default
33823  command.
33824  When writing for example the command
33825 \series bold
33826
33827 \begin_inset Newline newline
33828 \end_inset
33829
33830
33831 \backslash
33832 newcommand{
33833 \backslash
33834 larrow}[2]{
33835 \backslash
33836 xleftarrow[#2]{#1}}
33837 \begin_inset Newline newline
33838 \end_inset
33839
33840
33841 \series default
33842 in \SpecialChar LyX
33843  as normal text, highlighting it completely and using the shortcut 
33844 \family sans
33845 Ctrl+M
33846 \family default
33847 , the command will be transformed to a math macro.
33848  Using this method you need to be careful that the 
33849 \series bold
33850
33851 \backslash
33852 newcommand
33853 \series default
33854  command is typed correctly, otherwise you get a faulty macro leading to
33855  \SpecialChar LaTeX
33856  errors.
33857 \end_layout
33858
33859 \begin_layout Standard
33860 Math macros currently have the problem that further formulas in macro definition
33861 s are handled wrong.
33862  Therefore the example 
33863 \series bold
33864
33865 \backslash
33866 fb
33867 \series default
33868  from 
33869 \begin_inset CommandInset ref
33870 LatexCommand ref
33871 reference "subsec:The-Command-newcommand"
33872
33873 \end_inset
33874
33875  cannot be created as macro.
33876 \end_layout
33877
33878 \begin_layout Standard
33879 When the cursor is in a macro definition box, you will see the macro toolbar
33880  in \SpecialChar LyX
33881 :
33882 \end_layout
33883
33884 \begin_layout Standard
33885 \begin_inset VSpace defskip
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Standard
33892 \begin_inset Graphics
33893         filename clipart/MacroToolbar.png
33894
33895 \end_inset
33896
33897
33898 \begin_inset Index idx
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 Macros ! Toolbar
33903 \end_layout
33904
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset VSpace defskip
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 The macro toolbar contains from left to right the following buttons:
33919 \end_layout
33920
33921 \begin_layout Standard
33922 \begin_inset VSpace defskip
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Standard
33929 \begin_inset Tabular
33930 <lyxtabular version="3" rows="9" columns="2">
33931 <features islongtable="true" longtabularalignment="center">
33932 <column alignment="left" valignment="top">
33933 <column alignment="left" valignment="top" width="85col%">
33934 <row interlinespace="2.5mm">
33935 <cell alignment="center" valignment="top" usebox="none">
33936 \begin_inset Text
33937
33938 \begin_layout Plain Layout
33939 \begin_inset Info
33940 type  "icon"
33941 arg   "math-macro-remove-param"
33942 \end_inset
33943
33944
33945 \end_layout
33946
33947 \end_inset
33948 </cell>
33949 <cell alignment="center" valignment="top" usebox="none">
33950 \begin_inset Text
33951
33952 \begin_layout Plain Layout
33953
33954 \family sans
33955 Edit\SpecialChar menuseparator
33956 Math\SpecialChar menuseparator
33957 Macro
33958 \begin_inset space ~
33959 \end_inset
33960
33961 Definition\SpecialChar menuseparator
33962 Remove Last Argument
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 </row>
33968 <row interlinespace="2.5mm">
33969 <cell alignment="center" valignment="top" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 \begin_inset Info
33974 type  "icon"
33975 arg   "math-macro-add-param"
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \end_inset
33982 </cell>
33983 <cell alignment="center" valignment="top" usebox="none">
33984 \begin_inset Text
33985
33986 \begin_layout Plain Layout
33987
33988 \family sans
33989 Edit\SpecialChar menuseparator
33990 Math\SpecialChar menuseparator
33991 Macro
33992 \begin_inset space ~
33993 \end_inset
33994
33995 Definition\SpecialChar menuseparator
33996 Append Argument
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 </row>
34002 <row interlinespace="2.5mm">
34003 <cell alignment="center" valignment="top" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 \begin_inset Info
34008 type  "icon"
34009 arg   "math-macro-make-optional"
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021
34022 \family sans
34023 Edit\SpecialChar menuseparator
34024 Math\SpecialChar menuseparator
34025 Macro
34026 \begin_inset space ~
34027 \end_inset
34028
34029 Definition\SpecialChar menuseparator
34030 Transform First Non-Optional to
34031 \begin_inset Newline newline
34032 \end_inset
34033
34034
34035 \begin_inset Phantom HPhantom
34036 status open
34037
34038 \begin_layout Plain Layout
34039
34040 \family sans
34041 Edit\SpecialChar menuseparator
34042 Math\SpecialChar menuseparator
34043 Macro
34044 \begin_inset space ~
34045 \end_inset
34046
34047 Definition\SpecialChar menuseparator
34048
34049 \end_layout
34050
34051 \end_inset
34052
34053 Optional Argument
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 </row>
34059 <row interlinespace="2.5mm">
34060 <cell alignment="center" valignment="top" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 \begin_inset Info
34065 type  "icon"
34066 arg   "math-macro-make-nonoptional"
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 <cell alignment="center" valignment="top" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078
34079 \family sans
34080 Edit\SpecialChar menuseparator
34081 Math\SpecialChar menuseparator
34082 Macro
34083 \begin_inset space ~
34084 \end_inset
34085
34086 Definition\SpecialChar menuseparator
34087 Transform Last Optional to
34088 \begin_inset Newline newline
34089 \end_inset
34090
34091
34092 \begin_inset Phantom HPhantom
34093 status open
34094
34095 \begin_layout Plain Layout
34096
34097 \family sans
34098 Edit\SpecialChar menuseparator
34099 Math\SpecialChar menuseparator
34100 Macro
34101 \begin_inset space ~
34102 \end_inset
34103
34104 Definition\SpecialChar menuseparator
34105
34106 \end_layout
34107
34108 \end_inset
34109
34110 Non-Optional Argument
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 </row>
34116 <row interlinespace="2.5mm">
34117 <cell alignment="center" valignment="top" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Plain Layout
34121 \begin_inset Info
34122 type  "icon"
34123 arg   "math-macro-remove-optional-param"
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 <cell alignment="center" valignment="top" usebox="none">
34132 \begin_inset Text
34133
34134 \begin_layout Plain Layout
34135
34136 \family sans
34137 Edit\SpecialChar menuseparator
34138 Math\SpecialChar menuseparator
34139 Macro
34140 \begin_inset space ~
34141 \end_inset
34142
34143 Definition\SpecialChar menuseparator
34144 Remove Optional Argument
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 </row>
34150 <row interlinespace="2.5mm">
34151 <cell alignment="center" valignment="top" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155 \begin_inset Info
34156 type  "icon"
34157 arg   "math-macro-add-optional-param"
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 <cell alignment="center" valignment="top" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169
34170 \family sans
34171 Edit\SpecialChar menuseparator
34172 Math\SpecialChar menuseparator
34173 Macro
34174 \begin_inset space ~
34175 \end_inset
34176
34177 Definition\SpecialChar menuseparator
34178 Insert Optional Argument
34179 \end_layout
34180
34181 \end_inset
34182 </cell>
34183 </row>
34184 <row interlinespace="2.5mm">
34185 <cell alignment="center" valignment="top" usebox="none">
34186 \begin_inset Text
34187
34188 \begin_layout Plain Layout
34189 \begin_inset Info
34190 type  "icon"
34191 arg   "math-macro-remove-greedy-param"
34192 \end_inset
34193
34194
34195 \end_layout
34196
34197 \end_inset
34198 </cell>
34199 <cell alignment="center" valignment="top" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203
34204 \family sans
34205 Edit\SpecialChar menuseparator
34206 Math\SpecialChar menuseparator
34207 Macro
34208 \begin_inset space ~
34209 \end_inset
34210
34211 Definition\SpecialChar menuseparator
34212 Remove Last Argument
34213 \begin_inset Newline newline
34214 \end_inset
34215
34216
34217 \begin_inset Phantom HPhantom
34218 status open
34219
34220 \begin_layout Plain Layout
34221
34222 \family sans
34223 Edit\SpecialChar menuseparator
34224 Math\SpecialChar menuseparator
34225 Macro
34226 \begin_inset space ~
34227 \end_inset
34228
34229 Definition\SpecialChar menuseparator
34230
34231 \end_layout
34232
34233 \end_inset
34234
34235 Spitting Out To The Right
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 </row>
34241 <row interlinespace="2.5mm">
34242 <cell alignment="center" valignment="top" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246 \begin_inset Info
34247 type  "icon"
34248 arg   "math-macro-append-greedy-param"
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \end_inset
34255 </cell>
34256 <cell alignment="center" valignment="top" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Plain Layout
34260
34261 \family sans
34262 Edit\SpecialChar menuseparator
34263 Math\SpecialChar menuseparator
34264 Macro
34265 \begin_inset space ~
34266 \end_inset
34267
34268 Definition\SpecialChar menuseparator
34269 Append Argument
34270 \begin_inset Newline newline
34271 \end_inset
34272
34273
34274 \begin_inset Phantom HPhantom
34275 status open
34276
34277 \begin_layout Plain Layout
34278
34279 \family sans
34280 Edit\SpecialChar menuseparator
34281 Math\SpecialChar menuseparator
34282 Macro
34283 \begin_inset space ~
34284 \end_inset
34285
34286 Definition\SpecialChar menuseparator
34287
34288 \end_layout
34289
34290 \end_inset
34291
34292 Eating From The Right
34293 \end_layout
34294
34295 \end_inset
34296 </cell>
34297 </row>
34298 <row interlinespace="2.5mm">
34299 <cell alignment="center" valignment="top" usebox="none">
34300 \begin_inset Text
34301
34302 \begin_layout Plain Layout
34303 \begin_inset Info
34304 type  "icon"
34305 arg   "math-macro-add-greedy-optional-param"
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 <cell alignment="center" valignment="top" usebox="none">
34314 \begin_inset Text
34315
34316 \begin_layout Plain Layout
34317
34318 \family sans
34319 Edit\SpecialChar menuseparator
34320 Math\SpecialChar menuseparator
34321 Macro
34322 \begin_inset space ~
34323 \end_inset
34324
34325 Definition\SpecialChar menuseparator
34326 Append Optional Argument
34327 \begin_inset Newline newline
34328 \end_inset
34329
34330
34331 \begin_inset Phantom HPhantom
34332 status open
34333
34334 \begin_layout Plain Layout
34335
34336 \family sans
34337 Edit\SpecialChar menuseparator
34338 Math\SpecialChar menuseparator
34339 Macro
34340 \begin_inset space ~
34341 \end_inset
34342
34343 Definition\SpecialChar menuseparator
34344
34345 \end_layout
34346
34347 \end_inset
34348
34349 Eating From The Right
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 </row>
34355 </lyxtabular>
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Section
34363 Computer Algebra Systems
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \SpecialChar LyX
34368  offers the exchange between mathematical expressions written in \SpecialChar LyX
34369 's math
34370  editor and external applications or user defined scripts.
34371  Currently supported applications are 
34372 \family sans
34373 Maple
34374 \family default
34375
34376 \family sans
34377 Mathematica
34378 \family default
34379
34380 \family sans
34381 Maxima
34382 \family default
34383  and 
34384 \family sans
34385 Octave
34386 \family default
34387 .
34388  Note that the set of supported mathematical constructs is limited only
34389  to very simple cases.
34390 \end_layout
34391
34392 \begin_layout Subsection
34393 Usage
34394 \end_layout
34395
34396 \begin_layout Standard
34397 Write some expression in a formula, go to the 
34398 \family sans
34399 Edit\SpecialChar menuseparator
34400 Math\SpecialChar menuseparator
34401 Use Computer Algebra System
34402 \family default
34403  menu and choose the application you have installed on the computer.
34404  After that the result of computation should show on the right side of the
34405  expression together with the 
34406 \begin_inset Quotes eld
34407 \end_inset
34408
34409 =
34410 \begin_inset Quotes erd
34411 \end_inset
34412
34413  operator.
34414 \end_layout
34415
34416 \begin_layout Standard
34417 Here are few simple examples (with results from 
34418 \family typewriter
34419 Maxima
34420 \family default
34421 ) to show what kind of computations can be performed:
34422 \end_layout
34423
34424 \begin_layout Itemize
34425 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Itemize
34432 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Itemize
34439 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \begin_layout Itemize
34446 \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}$
34447 \end_inset
34448
34449
34450 \begin_inset Newline newline
34451 \end_inset
34452
34453
34454 \begin_inset Note Greyedout
34455 status open
34456
34457 \begin_layout Plain Layout
34458
34459 \series bold
34460 Note:
34461 \series default
34462  One needs to use proper delimiter insets 
34463 \begin_inset Formula $\left(\right)$
34464 \end_inset
34465
34466  instead of simple '(' ')' characters.
34467 \end_layout
34468
34469 \end_inset
34470
34471  
34472 \end_layout
34473
34474 \begin_layout Itemize
34475 \begin_inset Formula $\det\left[\begin{array}{ccc}
34476 1 & 6 & 7\\
34477 2 & 5 & 8\\
34478 3 & 4 & 17
34479 \end{array}\right]=-56$
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Itemize
34486 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \begin_layout Itemize
34493 \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$
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Itemize
34500 \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]$
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Subsection
34507 Keyboard shortcut
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Currently there is no keyboard shortcut for calling the algebra applications.
34512  One can easily bind a shortcut to the 
34513 \family sans
34514 math-extern
34515 \family default
34516  \SpecialChar LyX
34517  function (see the 
34518 \family sans
34519 \emph on
34520 \SpecialChar LyX
34521  Functions
34522 \family default
34523 \emph default
34524  manual).
34525  One could e.
34526 \begin_inset space \thinspace{}
34527 \end_inset
34528
34529 g.
34530 \begin_inset space \space{}
34531 \end_inset
34532
34533 bind the 
34534 \family sans
34535 Return
34536 \family default
34537  key inside the math editor.
34538  To bind it to 
34539 \family typewriter
34540 Maxima
34541 \family default
34542  one would use this shortcut definition command:
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548 command-alternatives paragraph-break;math-extern maxima
34549 \end_layout
34550
34551 \begin_layout Section
34552 Miscellaneous
34553 \begin_inset Index idx
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 Miscellaneous
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \begin_layout Subsection
34566 Negative Numbers
34567 \begin_inset Index idx
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571 Numbers ! negative
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 Negative numbers often look ugly in formulas because the minus sign before
34581  the number is set with the same length as the minus operator sign.
34582  When writing the negative number in normal text, the minus sign appears
34583  correctly.
34584 \end_layout
34585
34586 \begin_layout Standard
34587 Thus, the problem disappears when converting the minus sign to mathematical
34588  text.
34589 \end_layout
34590
34591 \begin_layout Standard
34592 An example to visualize the problem:
34593 \end_layout
34594
34595 \begin_layout Standard
34596 \align center
34597 \begin_inset Tabular
34598 <lyxtabular version="3" rows="3" columns="2">
34599 <features booktabs="true" tabularvalignment="middle">
34600 <column alignment="right" valignment="top" width="0pt">
34601 <column alignment="left" valignment="top">
34602 <row>
34603 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 normal text:
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 x = -2
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 </row>
34622 <row>
34623 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627 formula:
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Plain Layout
34636 \begin_inset Formula $x=-2$
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 </row>
34645 <row>
34646 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650 solution:
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 \begin_inset Formula $x=\textrm{-}2$
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 </row>
34668 </lyxtabular>
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \begin_layout Subsection
34676 Comma as decimal Separator
34677 \begin_inset Index idx
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 Comma
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 In \SpecialChar LaTeX
34691  a comma inside a formula is used, according to the English convention,
34692  as number group separator.
34693  So there will be space added behind all commas in formulas.
34694 \end_layout
34695
34696 \begin_layout Standard
34697 To avoid this, the comma is highlighted and changed to mathematical text
34698  (shortcut 
34699 \begin_inset Info
34700 type  "shortcut"
34701 arg   "math-mode"
34702 \end_inset
34703
34704 ).
34705 \end_layout
34706
34707 \begin_layout Standard
34708 To use all formula commas in the document as decimal separator, the file
34709  
34710 \series bold
34711 icomma.sty
34712 \series default
34713
34714 \begin_inset Foot
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718
34719 \series bold
34720 icomma
34721 \series default
34722  is part of the \SpecialChar LaTeX
34723 -package 
34724 \series bold
34725 was
34726 \series default
34727
34728 \begin_inset Index idx
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732 Packages ! was
34733 \begin_inset ERT
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737
34738
34739 \backslash
34740 vspace{4mm}
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \end_inset
34749
34750 .
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \begin_inset Index idx
34757 status collapsed
34758
34759 \begin_layout Plain Layout
34760 Packages ! icomma
34761 \end_layout
34762
34763 \end_inset
34764
34765  is loaded with the \SpecialChar LaTeX
34766 -preamble line
34767 \end_layout
34768
34769 \begin_layout Standard
34770
34771 \series bold
34772
34773 \backslash
34774 usepackage{icomma}
34775 \end_layout
34776
34777 \begin_layout Subsection
34778 Physical Vectors
34779 \begin_inset CommandInset label
34780 LatexCommand label
34781 name "subsec:Physical-Vectors"
34782
34783 \end_inset
34784
34785
34786 \begin_inset Index idx
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790 Vectors ! physical
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Standard
34799 Predefined vectors are offered by the \SpecialChar LaTeX
34800 -package 
34801 \series bold
34802 braket
34803 \series default
34804
34805 \begin_inset Index idx
34806 status collapsed
34807
34808 \begin_layout Plain Layout
34809 Packages ! braket
34810 \end_layout
34811
34812 \end_inset
34813
34814  that is loaded with the \SpecialChar LaTeX
34815 -preamble line
34816 \end_layout
34817
34818 \begin_layout Standard
34819
34820 \series bold
34821
34822 \backslash
34823 usepackage{braket}
34824 \end_layout
34825
34826 \begin_layout Standard
34827 \begin_inset ERT
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831
34832
34833 \backslash
34834 ifbraket 
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \begin_inset Note Note
34841 status open
34842
34843 \begin_layout Plain Layout
34844 The following table will only be displayed when the \SpecialChar LaTeX
34845 -package 
34846 \series bold
34847 braket
34848 \series default
34849  is installed.
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Standard
34858 The following commands are defined:
34859 \end_layout
34860
34861 \begin_layout Standard
34862 \align center
34863 \begin_inset Tabular
34864 <lyxtabular version="3" rows="4" columns="2">
34865 <features booktabs="true" tabularvalignment="middle">
34866 <column alignment="center" valignment="top" width="0pt">
34867 <column alignment="center" valignment="top">
34868 <row>
34869 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34870 \begin_inset Text
34871
34872 \begin_layout Plain Layout
34873 Command
34874 \end_layout
34875
34876 \end_inset
34877 </cell>
34878 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34879 \begin_inset Text
34880
34881 \begin_layout Plain Layout
34882 Result
34883 \end_layout
34884
34885 \end_inset
34886 </cell>
34887 </row>
34888 <row>
34889 <cell alignment="center" valignment="top" usebox="none">
34890 \begin_inset Text
34891
34892 \begin_layout Plain Layout
34893
34894 \backslash
34895 Bra{
34896 \backslash
34897 psi
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 <cell alignment="center" valignment="top" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 \begin_inset Formula $\Bra{\psi}$
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 </row>
34915 <row>
34916 <cell alignment="center" valignment="top" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920
34921 \backslash
34922 Ket{
34923 \backslash
34924 psi
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 <cell alignment="center" valignment="top" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 \begin_inset Formula $\Ket{\psi}$
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \end_inset
34940 </cell>
34941 </row>
34942 <row>
34943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34944 \begin_inset Text
34945
34946 \begin_layout Plain Layout
34947
34948 \backslash
34949 Braket{
34950 \backslash
34951 psi|
34952 \backslash
34953 phi
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34959 \begin_inset Text
34960
34961 \begin_layout Plain Layout
34962 \begin_inset Formula $\Braket{\psi|\phi}$
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 </row>
34971 </lyxtabular>
34972
34973 \end_inset
34974
34975
34976 \end_layout
34977
34978 \begin_layout Standard
34979 The command 
34980 \series bold
34981
34982 \backslash
34983 Braket
34984 \series default
34985  assures that all vertical bars are set in the size of the surrounding brackets:
34986 \begin_inset Formula 
34987 \[
34988 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34989 \]
34990
34991 \end_inset
34992
34993
34994 \begin_inset ERT
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999
35000 \backslash
35001 else 
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \begin_inset Note Note
35008 status open
35009
35010 \begin_layout Plain Layout
35011 The following will be displayed when the \SpecialChar LaTeX
35012 -package 
35013 \series bold
35014 braket
35015 \series default
35016  is not installed:
35017 \end_layout
35018
35019 \end_inset
35020
35021
35022 \end_layout
35023
35024 \begin_layout Standard
35025 You need to install the \SpecialChar LaTeX
35026 -package 
35027 \series bold
35028 braket
35029 \series default
35030  to see the rest of this subsection in the output.
35031 \end_layout
35032
35033 \begin_layout Standard
35034 \begin_inset ERT
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039
35040 \backslash
35041 fi 
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 The effect of 
35051 \series bold
35052
35053 \backslash
35054 Braket
35055 \series default
35056  can also be achieved using the command 
35057 \series bold
35058
35059 \backslash
35060 middle
35061 \series default
35062 , that is described in 
35063 \begin_inset CommandInset ref
35064 LatexCommand ref
35065 reference "subsec:Automatic-Bracket-Size"
35066
35067 \end_inset
35068
35069 .
35070 \end_layout
35071
35072 \begin_layout Subsection
35073 Self-defined Fractions
35074 \begin_inset CommandInset label
35075 LatexCommand label
35076 name "subsec:Self-defined-Fractions"
35077
35078 \end_inset
35079
35080
35081 \begin_inset Index idx
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085 Fractions ! self-defined
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Standard
35094 To define custom commands for fractions, the command 
35095 \series bold
35096
35097 \backslash
35098 genfrac
35099 \series default
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Commands ! G ! 
35106 \backslash
35107 genfrac
35108 \begin_inset ERT
35109 status collapsed
35110
35111 \begin_layout Plain Layout
35112
35113
35114 \backslash
35115 vspace{4mm}
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \end_inset
35124
35125  is used in the following scheme:
35126 \end_layout
35127
35128 \begin_layout Standard
35129
35130 \series bold
35131
35132 \backslash
35133 genfrac{left
35134 \series default
35135  
35136 \series bold
35137 bracket}{right
35138 \series default
35139  
35140 \series bold
35141 bracket}{fraction bar thickness}{style}
35142 \begin_inset Newline newline
35143 \end_inset
35144
35145
35146 \begin_inset Phantom HPhantom
35147 status open
35148
35149 \begin_layout Plain Layout
35150
35151 \series bold
35152
35153 \backslash
35154 genfrac
35155 \end_layout
35156
35157 \end_inset
35158
35159 {numerator}{denominator}
35160 \end_layout
35161
35162 \begin_layout Standard
35163 The style is a number in the range of 0
35164 \begin_inset space \thinspace{}
35165 \end_inset
35166
35167 -
35168 \begin_inset space \thinspace{}
35169 \end_inset
35170
35171 3.
35172 \end_layout
35173
35174 \begin_layout Standard
35175 \align center
35176 \begin_inset Tabular
35177 <lyxtabular version="3" rows="5" columns="2">
35178 <features booktabs="true" tabularvalignment="middle">
35179 <column alignment="center" valignment="top" width="0pt">
35180 <column alignment="center" valignment="top">
35181 <row>
35182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186 Number
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195 Style (Size)
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 </row>
35201 <row>
35202 <cell alignment="center" valignment="top" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206 0
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 <cell alignment="center" valignment="top" usebox="none">
35212 \begin_inset Text
35213
35214 \begin_layout Plain Layout
35215 display style formula
35216 \end_layout
35217
35218 \end_inset
35219 </cell>
35220 </row>
35221 <row>
35222 <cell alignment="center" valignment="top" usebox="none">
35223 \begin_inset Text
35224
35225 \begin_layout Plain Layout
35226 1
35227 \end_layout
35228
35229 \end_inset
35230 </cell>
35231 <cell alignment="center" valignment="top" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235 inline formula
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 </row>
35241 <row>
35242 <cell alignment="center" valignment="top" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 2
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 small
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 </row>
35261 <row>
35262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266 3
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 tiny
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 </row>
35281 </lyxtabular>
35282
35283 \end_inset
35284
35285
35286 \end_layout
35287
35288 \begin_layout Standard
35289 When no style is given, the size is adjusted to the surrounding environment
35290  like for the command 
35291 \series bold
35292
35293 \backslash
35294 frac
35295 \series default
35296 .
35297 \end_layout
35298
35299 \begin_layout Standard
35300 When no fraction bar thickness is given, the predefined value of 0.4
35301 \begin_inset space \thinspace{}
35302 \end_inset
35303
35304 pt will be used.
35305 \end_layout
35306
35307 \begin_layout Standard
35308 \begin_inset VSpace medskip
35309 \end_inset
35310
35311 For example, the commands 
35312 \series bold
35313
35314 \backslash
35315 dfrac
35316 \series default
35317  and 
35318 \series bold
35319
35320 \backslash
35321 tbinom
35322 \series default
35323  from 
35324 \begin_inset CommandInset ref
35325 LatexCommand ref
35326 reference "subsec:Fractions"
35327
35328 \end_inset
35329
35330  are defined with the commands
35331 \end_layout
35332
35333 \begin_layout Standard
35334
35335 \series bold
35336
35337 \backslash
35338 newcommand{
35339 \backslash
35340 dfrac}[2]{
35341 \backslash
35342 genfrac{}{}{}{0}{#1}{#2}}
35343 \end_layout
35344
35345 \begin_layout Standard
35346 and
35347 \end_layout
35348
35349 \begin_layout Standard
35350
35351 \series bold
35352
35353 \backslash
35354 newcommand{
35355 \backslash
35356 tbinom}[2]{
35357 \backslash
35358 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset VSpace medskip
35363 \end_inset
35364
35365 To define a fraction where the fraction bar thickness can be given as optional
35366  argument, the following line is inserted to the \SpecialChar LaTeX
35367 -preamble:
35368 \end_layout
35369
35370 \begin_layout Standard
35371
35372 \series bold
35373
35374 \backslash
35375 newcommand{
35376 \backslash
35377 fracS}[3][]{
35378 \backslash
35379 genfrac{}{}{#1}{}{#2}{#3}}
35380 \end_layout
35381
35382 \begin_layout Standard
35383 A test:
35384 \begin_inset Formula 
35385 \begin{align*}
35386 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35387 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35388 \end{align*}
35389
35390 \end_inset
35391
35392 As one can see, the distance of the numerator and the denominator to the
35393  fraction bar is round about three times the bar thickness.
35394 \end_layout
35395
35396 \begin_layout Subsection
35397 Canceled Formulas
35398 \begin_inset Index idx
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402 Formula ! canceled
35403 \end_layout
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Standard
35411 There are four ways to cancel formulas or parts of formulas:
35412 \end_layout
35413
35414 \begin_layout Standard
35415 \begin_inset ERT
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419
35420
35421 \backslash
35422 ifcancel 
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \begin_inset Note Note
35429 status open
35430
35431 \begin_layout Plain Layout
35432 The following table will only be displayed when the \SpecialChar LaTeX
35433 -package 
35434 \series bold
35435 cancel
35436 \series default
35437  is installed.
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 \align center
35447 \begin_inset Tabular
35448 <lyxtabular version="3" rows="5" columns="2">
35449 <features booktabs="true" tabularvalignment="middle">
35450 <column alignment="center" valignment="top" width="0pt">
35451 <column alignment="center" valignment="top">
35452 <row>
35453 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35454 \begin_inset Text
35455
35456 \begin_layout Plain Layout
35457 Command
35458 \end_layout
35459
35460 \end_inset
35461 </cell>
35462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35463 \begin_inset Text
35464
35465 \begin_layout Plain Layout
35466 Result
35467 \end_layout
35468
35469 \end_inset
35470 </cell>
35471 </row>
35472 <row>
35473 <cell alignment="center" valignment="top" usebox="none">
35474 \begin_inset Text
35475
35476 \begin_layout Plain Layout
35477
35478 \backslash
35479 cancel
35480 \begin_inset space \textvisiblespace{}
35481 \end_inset
35482
35483
35484 \backslash
35485 int
35486 \begin_inset space \textvisiblespace{}
35487 \end_inset
35488
35489 A=B
35490 \end_layout
35491
35492 \end_inset
35493 </cell>
35494 <cell alignment="center" valignment="top" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Plain Layout
35498 \begin_inset Formula $\cancel{\int A=B}$
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 </row>
35507 <row topspace="1.5mm">
35508 <cell alignment="center" valignment="top" usebox="none">
35509 \begin_inset Text
35510
35511 \begin_layout Plain Layout
35512
35513 \backslash
35514 bcancel
35515 \begin_inset space \textvisiblespace{}
35516 \end_inset
35517
35518
35519 \backslash
35520 int
35521 \begin_inset space \textvisiblespace{}
35522 \end_inset
35523
35524 A=B
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 <cell alignment="center" valignment="top" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533 \begin_inset Formula $\bcancel{\int A=B}$
35534 \end_inset
35535
35536
35537 \end_layout
35538
35539 \end_inset
35540 </cell>
35541 </row>
35542 <row topspace="1.5mm">
35543 <cell alignment="center" valignment="top" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547
35548 \backslash
35549 xcancel
35550 \begin_inset space \textvisiblespace{}
35551 \end_inset
35552
35553
35554 \backslash
35555 int
35556 \begin_inset space \textvisiblespace{}
35557 \end_inset
35558
35559 A=B
35560 \end_layout
35561
35562 \end_inset
35563 </cell>
35564 <cell alignment="center" valignment="top" usebox="none">
35565 \begin_inset Text
35566
35567 \begin_layout Plain Layout
35568 \begin_inset Formula $\xcancel{\int A=B}$
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \end_inset
35575 </cell>
35576 </row>
35577 <row>
35578 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35579 \begin_inset Text
35580
35581 \begin_layout Plain Layout
35582
35583 \backslash
35584 cancelto
35585 \begin_inset space \textvisiblespace{}
35586 \end_inset
35587
35588
35589 \backslash
35590 int
35591 \begin_inset space \textvisiblespace{}
35592 \end_inset
35593
35594 A=B
35595 \begin_inset Formula $\to$
35596 \end_inset
35597
35598 1
35599 \end_layout
35600
35601 \end_inset
35602 </cell>
35603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35604 \begin_inset Text
35605
35606 \begin_layout Plain Layout
35607 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35608 \end_inset
35609
35610
35611 \end_layout
35612
35613 \end_inset
35614 </cell>
35615 </row>
35616 </lyxtabular>
35617
35618 \end_inset
35619
35620
35621 \end_layout
35622
35623 \begin_layout Standard
35624
35625 \series bold
35626
35627 \backslash
35628 cancelto
35629 \series default
35630  is especially suitable to visualize the reduction of fractions within formulas:
35631 \begin_inset Formula 
35632 \[
35633 \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}}}
35634 \]
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Standard
35642 To change the size of 
35643 \series bold
35644
35645 \backslash
35646 cancelto
35647 \series default
35648 's 
35649 \begin_inset Quotes eld
35650 \end_inset
35651
35652 subscript
35653 \begin_inset Quotes erd
35654 \end_inset
35655
35656  value one can add the \SpecialChar LaTeX
35657 -preamble line
35658 \end_layout
35659
35660 \begin_layout Standard
35661
35662 \series bold
35663
35664 \backslash
35665 PassOptionsToPackage{option}{cancel}
35666 \end_layout
35667
35668 \begin_layout Standard
35669 where 
35670 \series bold
35671 option
35672 \series default
35673  is either 
35674 \series bold
35675 samesize
35676 \series default
35677  which leads to the same size as for the canceled value, or 
35678 \series bold
35679 Smaller
35680 \series default
35681  which makes is it a bit smaller than normal.
35682 \end_layout
35683
35684 \begin_layout Standard
35685 To color the cancellation bar one adds this command as \SpecialChar TeX
35686  code:
35687 \end_layout
35688
35689 \begin_layout Standard
35690
35691 \series bold
35692
35693 \backslash
35694 renewcommand{
35695 \backslash
35696 CancelColor}{
35697 \backslash
35698 color{red}}
35699 \end_layout
35700
35701 \begin_layout Standard
35702
35703 \series bold
35704 red
35705 \series default
35706  can be replaced by a color of your choice.
35707 \end_layout
35708
35709 \begin_layout Standard
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715
35716 \backslash
35717 renewcommand{
35718 \backslash
35719 CancelColor}{
35720 \backslash
35721 color{red}}
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Standard
35730 \begin_inset Formula 
35731 \[
35732 \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}}}
35733 \]
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Standard
35741 \begin_inset ERT
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745
35746
35747 \backslash
35748 renewcommand{
35749 \backslash
35750 CancelColor}{
35751 \backslash
35752 color{black}}
35753 \end_layout
35754
35755 \end_inset
35756
35757
35758 \begin_inset Note Note
35759 status open
35760
35761 \begin_layout Plain Layout
35762 reset the color
35763 \end_layout
35764
35765 \end_inset
35766
35767
35768 \end_layout
35769
35770 \begin_layout Standard
35771 For further customizations, see the documentation of the package 
35772 \series bold
35773 cancel
35774 \series default
35775
35776 \begin_inset CommandInset citation
35777 LatexCommand cite
35778 key "cancel"
35779 literal "true"
35780
35781 \end_inset
35782
35783 .
35784 \begin_inset Index idx
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788 Packages ! cancel
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \begin_layout Standard
35797 \begin_inset ERT
35798 status collapsed
35799
35800 \begin_layout Plain Layout
35801
35802
35803 \backslash
35804 else 
35805 \end_layout
35806
35807 \end_inset
35808
35809
35810 \begin_inset Note Note
35811 status open
35812
35813 \begin_layout Plain Layout
35814 The following will be displayed when the \SpecialChar LaTeX
35815 -package 
35816 \series bold
35817 cancel
35818 \series default
35819  is not installed:
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828 You need to install the \SpecialChar LaTeX
35829 -package 
35830 \series bold
35831 cancel
35832 \series default
35833  to see the rest of this subsection in the output.
35834 \end_layout
35835
35836 \begin_layout Standard
35837 \begin_inset ERT
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841
35842
35843 \backslash
35844 fi 
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Subsection
35853 Formulas in Section Headings
35854 \begin_inset CommandInset label
35855 LatexCommand label
35856 name "subsec:Formulas-in-Section"
35857
35858 \end_inset
35859
35860
35861 \begin_inset Index idx
35862 status collapsed
35863
35864 \begin_layout Plain Layout
35865 Formula ! in section headings
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \end_layout
35872
35873 \begin_layout Standard
35874 When formulas are used in section headings, the following has to be taken
35875  into account:
35876 \end_layout
35877
35878 \begin_layout Standard
35879 \begin_inset Note Greyedout
35880 status open
35881
35882 \begin_layout Plain Layout
35883 When 
35884 \series bold
35885 hyperref
35886 \series default
35887
35888 \begin_inset Index idx
35889 status collapsed
35890
35891 \begin_layout Plain Layout
35892 Packages ! hyperref
35893 \end_layout
35894
35895 \end_inset
35896
35897  support is enabled in the document settings dialog under 
35898 \family sans
35899 PDF
35900 \begin_inset space ~
35901 \end_inset
35902
35903 Properties
35904 \family default
35905 , PDF-bookmarks are created for every section heading in the table of contents.
35906  If a section heading contains formulas, they are incorrectly displayed
35907  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35908 s.
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 Both problems can be solved by inserting at the end of the section heading
35918  a short title with the menu 
35919 \family sans
35920 Insert\SpecialChar menuseparator
35921 Short
35922 \begin_inset space ~
35923 \end_inset
35924
35925 Title
35926 \family default
35927 .
35928  Short titles are used as alternative for multiline section headings to
35929  keep the table of contents clearly arranged.
35930  Only the short title appears in the table of contents and therefore also
35931  in the PDF-bookmark.
35932 \end_layout
35933
35934 \begin_layout Standard
35935 When formulas should be used in the table of contents but 
35936 \series bold
35937 hyperref
35938 \series default
35939  is used, one can use the following command in \SpecialChar TeX
35940  mode:
35941 \end_layout
35942
35943 \begin_layout Standard
35944
35945 \series bold
35946
35947 \backslash
35948 texorpdfstring{part}{alternative}
35949 \begin_inset Index idx
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 Commands ! T ! 
35954 \backslash
35955 texorpdfstring
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Standard
35964 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35965  This can be characters, formulas, footnotes, but also cross-references.
35966  The alternative is used instead of the part for the bookmark.
35967 \end_layout
35968
35969 \begin_layout Standard
35970 Here are two example headings:
35971 \begin_inset VSpace -3mm
35972 \end_inset
35973
35974
35975 \begin_inset ERT
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979
35980
35981 \backslash
35982 boldmath 
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \begin_layout Subsubsection
35991 Heading without formula in table of contents 
35992 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35993 \end_inset
35994
35995
35996 \begin_inset Argument 1
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000 Heading without formula in table of contents
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \begin_layout Subsubsection
36009 Heading with formula in table of contents
36010 \begin_inset ERT
36011 status collapsed
36012
36013 \begin_layout Plain Layout
36014
36015
36016 \backslash
36017 texorpdfstring{
36018 \end_layout
36019
36020 \end_inset
36021
36022  
36023 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36024 \end_inset
36025
36026
36027 \begin_inset ERT
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031
36032 }{}
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Standard
36041 \begin_inset ERT
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045
36046
36047 \backslash
36048 unboldmath 
36049 \end_layout
36050
36051 \end_inset
36052
36053 In the first heading a short title was used, in the second one 
36054 \series bold
36055
36056 \backslash
36057 texorpdfstring
36058 \series default
36059 .
36060 \end_layout
36061
36062 \begin_layout Standard
36063 To get the same formatting as for the other headings, the complete heading
36064  was set into a 
36065 \series bold
36066 boldmath
36067 \series default
36068  environment
36069 \begin_inset Foot
36070 status open
36071
36072 \begin_layout Plain Layout
36073 See 
36074 \begin_inset CommandInset ref
36075 LatexCommand ref
36076 reference "subsec:Bold-Formulas"
36077
36078 \end_inset
36079
36080
36081 \end_layout
36082
36083 \end_inset
36084
36085 .
36086 \end_layout
36087
36088 \begin_layout Subsection
36089 Formulas in multi-column Text
36090 \begin_inset Index idx
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094 Formula ! in multi-column text
36095 \end_layout
36096
36097 \end_inset
36098
36099
36100 \end_layout
36101
36102 \begin_layout Standard
36103 Formulas in multi-column text are often too wide to fit into a column and
36104  thus need to be set over the whole page width.
36105  This is done by using the \SpecialChar LaTeX
36106 -package 
36107 \series bold
36108 multicol
36109 \series default
36110
36111 \begin_inset Foot
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116 \series bold
36117 multicol
36118 \series default
36119  is part of every \SpecialChar LaTeX
36120  standard installation.
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \begin_inset Index idx
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130 Packages ! multicol
36131 \end_layout
36132
36133 \end_inset
36134
36135 , that is loaded with the \SpecialChar LaTeX
36136 -preamble line
36137 \end_layout
36138
36139 \begin_layout Standard
36140
36141 \series bold
36142
36143 \backslash
36144 usepackage{multicol}
36145 \end_layout
36146
36147 \begin_layout Standard
36148 \begin_inset Note Greyedout
36149 status open
36150
36151 \begin_layout Plain Layout
36152 Note that in this case the setting 
36153 \family sans
36154 Two-column
36155 \begin_inset space ~
36156 \end_inset
36157
36158 document
36159 \family default
36160  in the menu 
36161 \family sans
36162 Document\SpecialChar menuseparator
36163 Settings
36164 \family default
36165  under 
36166 \family sans
36167 Text
36168 \begin_inset space ~
36169 \end_inset
36170
36171 Layout
36172 \family default
36173 \emph on
36174  
36175 \emph default
36176 must 
36177 \emph on
36178 not
36179 \emph default
36180  be selected.
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \begin_layout Standard
36189 Before the multi-column text the command
36190 \end_layout
36191
36192 \begin_layout Standard
36193
36194 \series bold
36195
36196 \backslash
36197 begin{multicols}{column number}
36198 \end_layout
36199
36200 \begin_layout Standard
36201 is written in \SpecialChar TeX
36202  mode.
36203  The column number is a number in the range of 2
36204 \begin_inset space \thinspace{}
36205 \end_inset
36206
36207 -
36208 \begin_inset space \thinspace{}
36209 \end_inset
36210
36211 10.
36212  Before the formula the multi-column text is ended by inserting the command
36213 \end_layout
36214
36215 \begin_layout Standard
36216
36217 \series bold
36218
36219 \backslash
36220 end{multicols}
36221 \end_layout
36222
36223 \begin_layout Standard
36224 in \SpecialChar TeX
36225  mode.
36226 \end_layout
36227
36228 \begin_layout Standard
36229 Due to the command some space is automatically added before the formula.
36230  To correct this, -6
36231 \begin_inset space \thinspace{}
36232 \end_inset
36233
36234 mm vertical space is inserted before the formula.
36235  When the formula style 
36236 \series bold
36237 Indented
36238 \begin_inset Foot
36239 status open
36240
36241 \begin_layout Plain Layout
36242 For formula styles see 
36243 \begin_inset CommandInset ref
36244 LatexCommand ref
36245 reference "sec:Formula-Styles"
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \series default
36256  is used, a -9
36257 \begin_inset space \thinspace{}
36258 \end_inset
36259
36260 mm space is inserted instead.
36261 \end_layout
36262
36263 \begin_layout Standard
36264 As example a multi-column text with a displayed formula:
36265 \end_layout
36266
36267 \begin_layout Standard
36268
36269 \lang ngerman
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 begin{multicols}{2}
36278 \end_layout
36279
36280 \end_inset
36281
36282 Das Spektrum wird fouriertransformiert.
36283  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36284 , Lösungsmittel) zu trennen.
36285  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36286  nun das Aussehen des Ausgangssignals.
36287  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36288  über alle Phasen integrieren muss.
36289  Sei nun 
36290 \begin_inset Formula $S$
36291 \end_inset
36292
36293  unser normiertes Ausgangssignal und 
36294 \begin_inset Formula $P$
36295 \end_inset
36296
36297  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36298 \begin_inset ERT
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302
36303
36304 \backslash
36305 end{multicols}
36306 \end_layout
36307
36308 \end_inset
36309
36310
36311 \begin_inset VSpace -6mm
36312 \end_inset
36313
36314
36315 \begin_inset Formula 
36316 \begin{equation}
36317 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36318 \end{equation}
36319
36320 \end_inset
36321
36322
36323 \begin_inset ERT
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327
36328
36329 \backslash
36330 begin{multicols}{2}
36331 \end_layout
36332
36333 \end_inset
36334
36335 wobei 
36336 \begin_inset Formula $S_{0}$
36337 \end_inset
36338
36339  das Signal ohne Gradient ist und die Normierungsbedingung 
36340 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36341 \end_inset
36342
36343  gilt.
36344  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36345  Direkt nach dem 
36346 \begin_inset Formula $\nicefrac{\pi}{2}$
36347 \end_inset
36348
36349
36350 \begin_inset space \thinspace{}
36351 \end_inset
36352
36353 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36354  das Signal zusätzlich abschwächt.
36355  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36356  
36357 \begin_inset Formula $T_{2}$
36358 \end_inset
36359
36360 -Zeit.
36361 \end_layout
36362
36363 \begin_layout Standard
36364
36365 \lang ngerman
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371
36372 \backslash
36373 end{multicols}
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Subsection
36382 Formulas with Description of Variables
36383 \begin_inset Index idx
36384 status collapsed
36385
36386 \begin_layout Plain Layout
36387 Formula ! with description of variables
36388 \end_layout
36389
36390 \end_inset
36391
36392
36393 \end_layout
36394
36395 \begin_layout Standard
36396 To describe variables within a formula, like in formula 
36397 \begin_inset CommandInset ref
36398 LatexCommand eqref
36399 reference "eq:within"
36400
36401 \end_inset
36402
36403 , a 2
36404 \series bold
36405 ×
36406 \series default
36407
36408 \begin_inset Formula $n$
36409 \end_inset
36410
36411
36412 \begin_inset space ~
36413 \end_inset
36414
36415 matrix is used with left aligned columns for the 
36416 \begin_inset Formula $n$
36417 \end_inset
36418
36419  used variables.
36420 \begin_inset Foot
36421 status collapsed
36422
36423 \begin_layout Plain Layout
36424 For matrices see 
36425 \begin_inset CommandInset ref
36426 LatexCommand ref
36427 reference "sec:Matrices"
36428
36429 \end_inset
36430
36431
36432 \end_layout
36433
36434 \end_inset
36435
36436  To set the description in a smaller size, before the matrix e.
36437 \begin_inset space \thinspace{}
36438 \end_inset
36439
36440 g.
36441 \begin_inset space \space{}
36442 \end_inset
36443
36444 the command 
36445 \series bold
36446
36447 \backslash
36448 footnotesize
36449 \series default
36450  is inserted.
36451 \begin_inset Foot
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455 For font sizes see 
36456 \begin_inset CommandInset ref
36457 LatexCommand ref
36458 reference "subsec:Font-Sizes"
36459
36460 \end_inset
36461
36462
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \begin_layout Standard
36471 When the formula style 
36472 \series bold
36473 Indented
36474 \begin_inset Foot
36475 status collapsed
36476
36477 \begin_layout Plain Layout
36478 For formula styles see 
36479 \begin_inset CommandInset ref
36480 LatexCommand ref
36481 reference "sec:Formula-Styles"
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \end_inset
36489
36490
36491 \series default
36492  is used, a 
36493 \series bold
36494
36495 \backslash
36496 hfill
36497 \series default
36498
36499 \begin_inset Foot
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503
36504 \series bold
36505
36506 \backslash
36507 hfill
36508 \series default
36509  only works in formulas with the style 
36510 \series bold
36511 Indented
36512 \series default
36513 , see 
36514 \begin_inset CommandInset ref
36515 LatexCommand ref
36516 reference "subsec:Variable-Space"
36517
36518 \end_inset
36519
36520 .
36521 \end_layout
36522
36523 \end_inset
36524
36525  is inserted before and after the matrix to have the same separation of
36526  the matrix from the equation and the side margin.
36527 \end_layout
36528
36529 \begin_layout Standard
36530 When the formula style 
36531 \series bold
36532 Centered
36533 \series default
36534  is used, the method described in 
36535 \begin_inset CommandInset ref
36536 LatexCommand ref
36537 reference "subsec:Flalign-Environment"
36538
36539 \end_inset
36540
36541  is used to indent formulas.
36542  Formula 
36543 \begin_inset CommandInset ref
36544 LatexCommand eqref
36545 reference "eq:within"
36546
36547 \end_inset
36548
36549  consists of five columns where in the first two columns contain the equation,
36550  the third the matrix and the last one an empty \SpecialChar TeX
36551  brace.
36552 \begin_inset Formula 
36553 \begin{flalign}
36554 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36555 \rho & \textrm{density}\\
36556 V & \textrm{volume}\\
36557 g & \textrm{gravitational acceleration}
36558 \end{array} &  & {}\label{eq:within}
36559 \end{flalign}
36560
36561 \end_inset
36562
36563
36564 \end_layout
36565
36566 \begin_layout Subsection
36567 Upright small Greek Letters
36568 \begin_inset CommandInset label
36569 LatexCommand label
36570 name "subsec:Upright-small-Greek"
36571
36572 \end_inset
36573
36574
36575 \begin_inset Index idx
36576 status collapsed
36577
36578 \begin_layout Plain Layout
36579 Greek letters ! upright
36580 \end_layout
36581
36582 \end_inset
36583
36584
36585 \end_layout
36586
36587 \begin_layout Standard
36588 Most of the math fonts only provide italic small Greek letters.
36589  But for symbols of elementary particles like pions and neutrinos, upright
36590  Greek letters are needed.
36591  The file 
36592 \series bold
36593 upgreek.sty
36594 \series default
36595
36596 \begin_inset Foot
36597 status collapsed
36598
36599 \begin_layout Plain Layout
36600
36601 \series bold
36602 upgreek
36603 \series default
36604  is part of the \SpecialChar LaTeX
36605 -package 
36606 \series bold
36607 was
36608 \series default
36609
36610 \begin_inset Index idx
36611 status collapsed
36612
36613 \begin_layout Plain Layout
36614 Packages ! was
36615 \begin_inset ERT
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619
36620
36621 \backslash
36622 vspace{4mm}
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \end_layout
36629
36630 \end_inset
36631
36632 .
36633 \end_layout
36634
36635 \end_inset
36636
36637
36638 \begin_inset Index idx
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642 Packages ! upgreek
36643 \end_layout
36644
36645 \end_inset
36646
36647  that is loaded with the \SpecialChar LaTeX
36648 -preamble line
36649 \end_layout
36650
36651 \begin_layout Standard
36652
36653 \series bold
36654
36655 \backslash
36656 usepackage{upgreek}
36657 \end_layout
36658
36659 \begin_layout Standard
36660 provides them.
36661  
36662 \begin_inset ERT
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666
36667
36668 \backslash
36669 ifupgreek 
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \begin_inset Note Note
36676 status open
36677
36678 \begin_layout Plain Layout
36679 The following table will only be displayed when the \SpecialChar LaTeX
36680 -package 
36681 \series bold
36682 upgreek
36683 \series default
36684  is installed:
36685 \end_layout
36686
36687 \end_inset
36688
36689  They are created when the command for a small Greek letter is started with
36690  
36691 \series bold
36692 up
36693 \series default
36694 .
36695  For example the command 
36696 \series bold
36697
36698 \backslash
36699 uptau
36700 \series default
36701  creates this: 
36702 \begin_inset Formula $\uptau$
36703 \end_inset
36704
36705
36706 \end_layout
36707
36708 \begin_layout Standard
36709 With these commands reactions of elementary particles can be typeset:
36710 \begin_inset Formula 
36711 \[
36712 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36713 \]
36714
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Standard
36721 The upright letters are more bold and wider than the italic ones.
36722  They should therefore not be used for units like 
36723 \begin_inset Quotes eld
36724 \end_inset
36725
36726 µm
36727 \begin_inset Quotes erd
36728 \end_inset
36729
36730 .
36731 \end_layout
36732
36733 \begin_layout Standard
36734 \begin_inset ERT
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738
36739
36740 \backslash
36741 else 
36742 \end_layout
36743
36744 \end_inset
36745
36746
36747 \begin_inset Note Note
36748 status open
36749
36750 \begin_layout Plain Layout
36751 The following will be displayed when the \SpecialChar LaTeX
36752 -package 
36753 \series bold
36754 upgreek
36755 \series default
36756  is not installed:
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \begin_layout Standard
36765 You need to install the \SpecialChar LaTeX
36766 -package 
36767 \series bold
36768 upgreek
36769 \series default
36770  to see the rest of this subsection in the output.
36771 \end_layout
36772
36773 \begin_layout Standard
36774 \begin_inset ERT
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778
36779
36780 \backslash
36781 fi 
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \begin_layout Subsection
36790 Text Characters in Formulas
36791 \begin_inset Index idx
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795 Text ! in formulas
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \begin_layout Standard
36804 In some cases you might want to insert text characters directly into formulas.
36805  For example the centered dot · is often used in formulas like 
36806 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36807 \end_inset
36808
36809 .
36810  One would have to insert the command 
36811 \series bold
36812
36813 \backslash
36814 cdot
36815 \series default
36816
36817 \begin_inset Foot
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821 See 
36822 \begin_inset CommandInset ref
36823 LatexCommand ref
36824 reference "subsec:Binary-Operators"
36825
36826 \end_inset
36827
36828
36829 \end_layout
36830
36831 \end_inset
36832
36833  all the time, because this character is defined in all encodings as a text
36834  character.
36835  But the encoding can be changed by this \SpecialChar LaTeX
36836 -preamble line:
36837 \end_layout
36838
36839 \begin_layout Standard
36840
36841 \series bold
36842
36843 \backslash
36844 Declare Inputtext{183}{
36845 \backslash
36846 ifmmode
36847 \backslash
36848 cdot
36849 \backslash
36850 else
36851 \backslash
36852 textperiodcentered
36853 \backslash
36854 f\SpecialChar ligaturebreak
36855 i}
36856 \end_layout
36857
36858 \begin_layout Standard
36859 The character encoding (menu 
36860 \family sans
36861 Document\SpecialChar menuseparator
36862 Settings\SpecialChar menuseparator
36863 Language
36864 \family default
36865 ) specifies what character appears when a keyboard key is pressed.
36866  When the key for the character '·' is pressed, internally the command 
36867 \series bold
36868
36869 \backslash
36870 textperiodcentered
36871 \series default
36872  is used.
36873  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36874 -errors.
36875  With the changed encoding the correct command is chosen automatically,
36876  depending on if the character was inserted into a formula or not.
36877 \end_layout
36878
36879 \begin_layout Standard
36880 The encoding of several characters is saved in definition files.
36881  For example the encoding 
36882 \series bold
36883 latin9
36884 \series default
36885  is defined in the file 
36886 \series bold
36887 latin9.def
36888 \series default
36889  which is in the installation folder of \SpecialChar LaTeX
36890 .
36891  Encodings should only be changed via the \SpecialChar LaTeX
36892 -preamble and not in the definition
36893  files.
36894  Otherwise documents could not be edited by other \SpecialChar LyX
36895  users working on other
36896  computers.
36897 \end_layout
36898
36899 \begin_layout Standard
36900 \begin_inset VSpace medskip
36901 \end_inset
36902
36903 Besides the centered dot, in this document the degree sign ° is defined
36904  with the following \SpecialChar LaTeX
36905 -preamble line so that it can be directly inserted into
36906  a formula:
36907 \end_layout
36908
36909 \begin_layout Standard
36910
36911 \series bold
36912
36913 \backslash
36914 DeclareInputtext{176}{
36915 \backslash
36916 ifmmode^
36917 \backslash
36918 circ
36919 \backslash
36920 else
36921 \backslash
36922 textdegree
36923 \backslash
36924 f\SpecialChar ligaturebreak
36925 i}
36926 \end_layout
36927
36928 \begin_layout Subsection
36929 \SpecialChar LaTeX
36930 -comments in formulas
36931 \begin_inset Index idx
36932 status collapsed
36933
36934 \begin_layout Plain Layout
36935 \SpecialChar LaTeX
36936 -comments
36937 \end_layout
36938
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Standard
36945 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36946  source
36947  code of your file with the menu 
36948 \family sans
36949 Insert\SpecialChar menuseparator
36950 Note\SpecialChar menuseparator
36951 Comment
36952 \family default
36953 .
36954  This is not possible in a formula but you can insert \SpecialChar LaTeX
36955 -comments with the
36956  command
36957 \end_layout
36958
36959 \begin_layout Standard
36960
36961 \series bold
36962
36963 \backslash
36964 %
36965 \end_layout
36966
36967 \begin_layout Standard
36968 This creates a box in which you can write your comment.
36969  Due to a bug in \SpecialChar LyX
36970
36971 \begin_inset Foot
36972 status collapsed
36973
36974 \begin_layout Plain Layout
36975 \begin_inset CommandInset href
36976 LatexCommand href
36977 name "LyX-bug #9002"
36978 target "https://www.lyx.org/trac/ticket/9002"
36979 literal "false"
36980
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \end_inset
36987
36988  you cannot write normal text inside the comment, even when you use mathematical
36989  text, you will see its \SpecialChar LaTeX
36990 -commands in the \SpecialChar LaTeX
36991 -output.
36992 \begin_inset Newline newline
36993 \end_inset
36994
36995 This a formula with a \SpecialChar LaTeX
36996 -comment:
36997 \begin_inset Formula 
36998 \[
36999 A=B%\text{This is the comment}
37000 \]
37001
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Standard
37008 \begin_inset Newpage newpage
37009 \end_inset
37010
37011
37012 \end_layout
37013
37014 \begin_layout Section
37015 \start_of_appendix
37016 Typographic Advice
37017 \begin_inset Index idx
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021 Typographic advice
37022 \end_layout
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 This section is a summary of the most important typographic rules, listed
37031  in ISO norms.
37032 \begin_inset Foot
37033 status collapsed
37034
37035 \begin_layout Plain Layout
37036 This collection was partly taken from the German semi-official dictionary
37037  called 
37038 \begin_inset Quotes eld
37039 \end_inset
37040
37041 Duden
37042 \begin_inset Quotes erd
37043 \end_inset
37044
37045  
37046 \begin_inset CommandInset citation
37047 LatexCommand cite
37048 key "Duden"
37049 literal "true"
37050
37051 \end_inset
37052
37053  that lists some of the ISO rules.
37054  More rules are listed in 
37055 \begin_inset CommandInset citation
37056 LatexCommand cite
37057 key "Checklist"
37058 literal "true"
37059
37060 \end_inset
37061
37062 .
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Itemize
37071 Physical units are 
37072 \emph on
37073 always
37074 \emph default
37075  set upright
37076 \begin_inset Foot
37077 status collapsed
37078
37079 \begin_layout Plain Layout
37080 Done with font styles, see 
37081 \begin_inset CommandInset ref
37082 LatexCommand ref
37083 reference "subsec:Font-Styles"
37084
37085 \end_inset
37086
37087
37088 \end_layout
37089
37090 \end_inset
37091
37092 , no matter if they appear in italic text: 30
37093 \begin_inset space \thinspace{}
37094 \end_inset
37095
37096 km/h
37097 \begin_inset Newline newline
37098 \end_inset
37099
37100 Between the value and the unit is the smallest space, see 
37101 \begin_inset CommandInset ref
37102 LatexCommand ref
37103 reference "subsec:Predefined-Space"
37104
37105 \end_inset
37106
37107 .
37108 \begin_inset Newline newline
37109 \end_inset
37110
37111 This convention is automatically fulfilled when the command 
37112 \series bold
37113
37114 \backslash
37115 unittwo
37116 \series default
37117  is used.
37118  When it is entered in a formula, two boxes appear.
37119  In the first one the value is inserted, in the second one the unit, and
37120  the result is as above: 
37121 \begin_inset Formula $\unit[30]{km/h}$
37122 \end_inset
37123
37124
37125 \begin_inset space \thinspace{}
37126 \end_inset
37127
37128 .
37129  Note that 
37130 \series bold
37131
37132 \backslash
37133 unittwo
37134 \series default
37135  is not a real \SpecialChar LaTeX
37136  command but the command 
37137 \series bold
37138
37139 \backslash
37140 unit[value]{unit}
37141 \series default
37142 , therefore you cannot use it in \SpecialChar TeX
37143  code.
37144 \end_layout
37145
37146 \begin_layout Itemize
37147 Percent and perthousand signs are set like physical units:
37148 \begin_inset Newline newline
37149 \end_inset
37150
37151 1.2
37152 \begin_inset space \thinspace{}
37153 \end_inset
37154
37155 ‰ alcohol in blood
37156 \end_layout
37157
37158 \begin_layout Itemize
37159 The degree sign follows the value directly: 15°, except when it is used
37160  in units: 15
37161 \begin_inset space \thinspace{}
37162 \end_inset
37163
37164 °C
37165 \end_layout
37166
37167 \begin_layout Itemize
37168 In numbers with more than four digits the smallest space is inserted before
37169  every third digit to group them: 
37170 \family roman
37171 \series medium
37172 \shape up
37173 \size normal
37174 \emph off
37175 \bar no
37176 \noun off
37177 \color none
37178 18
37179 \begin_inset space \thinspace{}
37180 \end_inset
37181
37182 473
37183 \begin_inset space \thinspace{}
37184 \end_inset
37185
37186 588
37187 \end_layout
37188
37189 \begin_layout Itemize
37190 For dimensions like 120×90×40
37191 \begin_inset space \thinspace{}
37192 \end_inset
37193
37194 cm the multiplication sign 
37195 \begin_inset Quotes eld
37196 \end_inset
37197
37198 ×
37199 \begin_inset Quotes erd
37200 \end_inset
37201
37202  is used.
37203  It is available either via the command 
37204 \series bold
37205
37206 \backslash
37207 times
37208 \series default
37209  or via the menu 
37210 \family sans
37211 Insert\SpecialChar menuseparator
37212 Special Character\SpecialChar menuseparator
37213 Symbols
37214 \family default
37215 .
37216 \end_layout
37217
37218 \begin_layout Itemize
37219 Functions with names consisting of several letters are set upright to avoid
37220  confusions, see 
37221 \begin_inset CommandInset ref
37222 LatexCommand ref
37223 reference "subsec:Predefined-Functions"
37224
37225 \end_inset
37226
37227 .
37228 \end_layout
37229
37230 \begin_layout Itemize
37231 Indices consisting of several letters, are set upright: 
37232 \begin_inset Formula $E_{\mathrm{kin}}$
37233 \end_inset
37234
37235
37236 \begin_inset Newline newline
37237 \end_inset
37238
37239 Components of matrices are set italic: 
37240 \begin_inset Formula $\hat{H}_{kl}$
37241 \end_inset
37242
37243
37244 \end_layout
37245
37246 \begin_layout Itemize
37247 The differentiation/integration operator 'd', the Euler's number 'e' and
37248  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37249  other variables.
37250 \end_layout
37251
37252 \begin_layout Itemize
37253 The character that denotes a 
37254 \noun on
37255 Fourier
37256 \noun default
37257  transformation is inserted either by the command 
37258 \series bold
37259
37260 \backslash
37261 mathscr
37262 \begin_inset space \textvisiblespace{}
37263 \end_inset
37264
37265 F
37266 \series default
37267  or via the menu 
37268 \family sans
37269 Insert\SpecialChar menuseparator
37270 Special Character\SpecialChar menuseparator
37271 Symbols\SpecialChar menuseparator
37272 Letterlike
37273 \begin_inset space ~
37274 \end_inset
37275
37276 Symbols
37277 \family default
37278
37279 \begin_inset Formula $\mathscr{F}$
37280 \end_inset
37281
37282
37283 \end_layout
37284
37285 \begin_layout Standard
37286 \begin_inset Newpage newpage
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Section
37293 Synonyms
37294 \begin_inset Index idx
37295 status collapsed
37296
37297 \begin_layout Plain Layout
37298 Synonyms
37299 \end_layout
37300
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \begin_layout Standard
37307 Some characters and symbols can be created with several commands.
37308  Here is a list of the synonym commands:
37309 \end_layout
37310
37311 \begin_layout Standard
37312 \begin_inset VSpace bigskip
37313 \end_inset
37314
37315
37316 \begin_inset space \hfill{}
37317 \end_inset
37318
37319
37320 \begin_inset Tabular
37321 <lyxtabular version="3" rows="12" columns="2">
37322 <features booktabs="true" tabularvalignment="middle">
37323 <column alignment="center" valignment="top" width="0pt">
37324 <column alignment="center" valignment="top" width="0pt">
37325 <row>
37326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 Command
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339 equivalent to
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 </row>
37345 <row>
37346 <cell alignment="center" valignment="top" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350
37351 \backslash
37352 ast
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 *
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 <row>
37368 <cell alignment="center" valignment="top" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372
37373 \backslash
37374 choose
37375 \end_layout
37376
37377 \end_inset
37378 </cell>
37379 <cell alignment="center" valignment="top" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383
37384 \backslash
37385 binom
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 </row>
37391 <row>
37392 <cell alignment="center" valignment="top" usebox="none">
37393 \begin_inset Text
37394
37395 \begin_layout Plain Layout
37396
37397 \backslash
37398 geq
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 <cell alignment="center" valignment="top" usebox="none">
37404 \begin_inset Text
37405
37406 \begin_layout Plain Layout
37407
37408 \backslash
37409 ge
37410 \end_layout
37411
37412 \end_inset
37413 </cell>
37414 </row>
37415 <row>
37416 <cell alignment="center" valignment="top" usebox="none">
37417 \begin_inset Text
37418
37419 \begin_layout Plain Layout
37420
37421 \backslash
37422 lbrace
37423 \end_layout
37424
37425 \end_inset
37426 </cell>
37427 <cell alignment="center" valignment="top" usebox="none">
37428 \begin_inset Text
37429
37430 \begin_layout Plain Layout
37431 {
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 </row>
37437 <row>
37438 <cell alignment="center" valignment="top" usebox="none">
37439 \begin_inset Text
37440
37441 \begin_layout Plain Layout
37442
37443 \backslash
37444 lbracket
37445 \end_layout
37446
37447 \end_inset
37448 </cell>
37449 <cell alignment="center" valignment="top" usebox="none">
37450 \begin_inset Text
37451
37452 \begin_layout Plain Layout
37453 [
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 </row>
37459 <row>
37460 <cell alignment="center" valignment="top" usebox="none">
37461 \begin_inset Text
37462
37463 \begin_layout Plain Layout
37464
37465 \backslash
37466 leftarrow
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 <cell alignment="center" valignment="top" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475
37476 \backslash
37477 gets
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 <row>
37484 <cell alignment="center" valignment="top" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488
37489 \backslash
37490 leq
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 <cell alignment="center" valignment="top" usebox="none">
37496 \begin_inset Text
37497
37498 \begin_layout Plain Layout
37499
37500 \backslash
37501 le
37502 \end_layout
37503
37504 \end_inset
37505 </cell>
37506 </row>
37507 <row>
37508 <cell alignment="center" valignment="top" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512
37513 \backslash
37514 lor
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 <cell alignment="center" valignment="top" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523
37524 \backslash
37525 vee
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 <row>
37532 <cell alignment="center" valignment="top" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536
37537 \backslash
37538 neq
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 <cell alignment="center" valignment="top" usebox="none">
37544 \begin_inset Text
37545
37546 \begin_layout Plain Layout
37547
37548 \backslash
37549 not=
37550 \end_layout
37551
37552 \end_inset
37553 </cell>
37554 </row>
37555 <row>
37556 <cell alignment="center" valignment="top" usebox="none">
37557 \begin_inset Text
37558
37559 \begin_layout Plain Layout
37560
37561 \backslash
37562 slash
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 <cell alignment="center" valignment="top" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571 /
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 </row>
37577 <row>
37578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582
37583 \backslash
37584 vert
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593 |
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 </row>
37599 </lyxtabular>
37600
37601 \end_inset
37602
37603
37604 \begin_inset space \hfill{}
37605 \end_inset
37606
37607
37608 \begin_inset Tabular
37609 <lyxtabular version="3" rows="12" columns="2">
37610 <features booktabs="true" tabularvalignment="middle">
37611 <column alignment="center" valignment="top" width="0pt">
37612 <column alignment="center" valignment="top" width="0pt">
37613 <row>
37614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37615 \begin_inset Text
37616
37617 \begin_layout Plain Layout
37618 Command
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627 equivalent to
37628 \end_layout
37629
37630 \end_inset
37631 </cell>
37632 </row>
37633 <row>
37634 <cell alignment="center" valignment="top" usebox="none">
37635 \begin_inset Text
37636
37637 \begin_layout Plain Layout
37638
37639 \backslash
37640 backslash
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649
37650 \backslash
37651
37652 \backslash
37653
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 </row>
37659 <row>
37660 <cell alignment="center" valignment="top" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664
37665 \backslash
37666 dasharrow
37667 \end_layout
37668
37669 \end_inset
37670 </cell>
37671 <cell alignment="center" valignment="top" usebox="none">
37672 \begin_inset Text
37673
37674 \begin_layout Plain Layout
37675
37676 \backslash
37677 dashrightarrow
37678 \end_layout
37679
37680 \end_inset
37681 </cell>
37682 </row>
37683 <row>
37684 <cell alignment="center" valignment="top" usebox="none">
37685 \begin_inset Text
37686
37687 \begin_layout Plain Layout
37688
37689 \backslash
37690 land
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 <cell alignment="center" valignment="top" usebox="none">
37696 \begin_inset Text
37697
37698 \begin_layout Plain Layout
37699
37700 \backslash
37701 wedge
37702 \end_layout
37703
37704 \end_inset
37705 </cell>
37706 </row>
37707 <row>
37708 <cell alignment="center" valignment="top" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712
37713 \backslash
37714 rbrace
37715 \end_layout
37716
37717 \end_inset
37718 </cell>
37719 <cell alignment="center" valignment="top" usebox="none">
37720 \begin_inset Text
37721
37722 \begin_layout Plain Layout
37723 }
37724 \end_layout
37725
37726 \end_inset
37727 </cell>
37728 </row>
37729 <row>
37730 <cell alignment="center" valignment="top" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734
37735 \backslash
37736 rbracket
37737 \end_layout
37738
37739 \end_inset
37740 </cell>
37741 <cell alignment="center" valignment="top" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 ]
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 </row>
37751 <row>
37752 <cell alignment="center" valignment="top" usebox="none">
37753 \begin_inset Text
37754
37755 \begin_layout Plain Layout
37756
37757 \backslash
37758 rightarrow
37759 \end_layout
37760
37761 \end_inset
37762 </cell>
37763 <cell alignment="center" valignment="top" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767
37768 \backslash
37769 to
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 </row>
37775 <row>
37776 <cell alignment="center" valignment="top" usebox="none">
37777 \begin_inset Text
37778
37779 \begin_layout Plain Layout
37780
37781 \backslash
37782 lnot
37783 \end_layout
37784
37785 \end_inset
37786 </cell>
37787 <cell alignment="center" valignment="top" usebox="none">
37788 \begin_inset Text
37789
37790 \begin_layout Plain Layout
37791
37792 \backslash
37793 neg
37794 \end_layout
37795
37796 \end_inset
37797 </cell>
37798 </row>
37799 <row>
37800 <cell alignment="center" valignment="top" usebox="none">
37801 \begin_inset Text
37802
37803 \begin_layout Plain Layout
37804
37805 \backslash
37806 ne
37807 \end_layout
37808
37809 \end_inset
37810 </cell>
37811 <cell alignment="center" valignment="top" usebox="none">
37812 \begin_inset Text
37813
37814 \begin_layout Plain Layout
37815
37816 \backslash
37817 not=
37818 \end_layout
37819
37820 \end_inset
37821 </cell>
37822 </row>
37823 <row>
37824 <cell alignment="center" valignment="top" usebox="none">
37825 \begin_inset Text
37826
37827 \begin_layout Plain Layout
37828
37829 \backslash
37830 owns
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 <cell alignment="center" valignment="top" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839
37840 \backslash
37841 ni
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 </row>
37847 <row>
37848 <cell alignment="center" valignment="top" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852
37853 \backslash
37854 square
37855 \end_layout
37856
37857 \end_inset
37858 </cell>
37859 <cell alignment="center" valignment="top" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863
37864 \backslash
37865 Box
37866 \end_layout
37867
37868 \end_inset
37869 </cell>
37870 </row>
37871 <row>
37872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37873 \begin_inset Text
37874
37875 \begin_layout Plain Layout
37876
37877 \backslash
37878 Vert
37879 \end_layout
37880
37881 \end_inset
37882 </cell>
37883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37884 \begin_inset Text
37885
37886 \begin_layout Plain Layout
37887
37888 \backslash
37889 |
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 </row>
37895 </lyxtabular>
37896
37897 \end_inset
37898
37899
37900 \begin_inset space \hfill{}
37901 \end_inset
37902
37903
37904 \begin_inset CommandInset href
37905 LatexCommand href
37906 name "List"
37907 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37908 literal "false"
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_layout Standard
37916 \begin_inset Newpage newpage
37917 \end_inset
37918
37919
37920 \end_layout
37921
37922 \begin_layout Bibliography
37923 \begin_inset CommandInset bibitem
37924 LatexCommand bibitem
37925 key "TLC2"
37926 literal "true"
37927
37928 \end_inset
37929
37930
37931 \shape smallcaps
37932 F.
37933  Mittelbach; M.
37934  Goossens
37935 \shape default
37936
37937 \shape italic
37938 The \SpecialChar LaTeX
37939  Companion
37940 \shape default
37941 .
37942  Addison Wesley, 2004
37943 \end_layout
37944
37945 \begin_layout Bibliography
37946 \begin_inset CommandInset bibitem
37947 LatexCommand bibitem
37948 key "Mathmode"
37949 literal "true"
37950
37951 \end_inset
37952
37953
37954 \change_inserted 5863208 1612728717
37955
37956 \begin_inset CommandInset href
37957 LatexCommand href
37958 name "Description"
37959 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
37960 literal "false"
37961
37962 \end_inset
37963
37964
37965 \change_deleted 5863208 1612728717
37966
37967 \begin_inset CommandInset href
37968 LatexCommand href
37969 name "Description"
37970 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37971 literal "false"
37972
37973 \end_inset
37974
37975
37976 \change_unchanged
37977  of \SpecialChar LaTeX
37978 's math abilities
37979 \change_deleted 5863208 1612728849
37980
37981 \begin_inset Note Note
37982 status open
37983
37984 \begin_layout Plain Layout
37985
37986 \change_inserted 232239728 1611367909
37987 Bad Link
37988 \change_unchanged
37989
37990 \end_layout
37991
37992 \end_inset
37993
37994
37995 \change_unchanged
37996
37997 \end_layout
37998
37999 \begin_layout Bibliography
38000 \begin_inset CommandInset bibitem
38001 LatexCommand bibitem
38002 key "AMS"
38003 literal "true"
38004
38005 \end_inset
38006
38007
38008 \change_inserted 5863208 1612728836
38009
38010 \begin_inset CommandInset href
38011 LatexCommand href
38012 name "Description"
38013 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
38014 literal "false"
38015
38016 \end_inset
38017
38018
38019 \change_deleted 5863208 1612728836
38020
38021 \begin_inset CommandInset href
38022 LatexCommand href
38023 name "Description"
38024 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
38025 literal "false"
38026
38027 \end_inset
38028
38029
38030 \change_unchanged
38031  of 
38032 \begin_inset ERT
38033 status collapsed
38034
38035 \begin_layout Plain Layout
38036
38037
38038 \backslash
38039 AmS
38040 \end_layout
38041
38042 \end_inset
38043
38044 -\SpecialChar LaTeX
38045
38046 \change_deleted 5863208 1612728851
38047
38048 \begin_inset Note Note
38049 status open
38050
38051 \begin_layout Plain Layout
38052
38053 \change_inserted 232239728 1611367919
38054 Bad Link
38055 \change_unchanged
38056
38057 \end_layout
38058
38059 \end_inset
38060
38061
38062 \change_unchanged
38063
38064 \end_layout
38065
38066 \begin_layout Bibliography
38067 \begin_inset CommandInset bibitem
38068 LatexCommand bibitem
38069 key "Symbols"
38070 literal "true"
38071
38072 \end_inset
38073
38074
38075 \change_inserted 5863208 1612728963
38076
38077 \begin_inset CommandInset href
38078 LatexCommand href
38079 name "List"
38080 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
38081 literal "false"
38082
38083 \end_inset
38084
38085
38086 \change_deleted 5863208 1612728963
38087
38088 \begin_inset CommandInset href
38089 LatexCommand href
38090 name "List"
38091 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38092 literal "false"
38093
38094 \end_inset
38095
38096
38097 \change_unchanged
38098  of all symbols available with \SpecialChar LaTeX
38099 -packages
38100 \change_deleted 5863208 1612728966
38101
38102 \begin_inset Note Note
38103 status open
38104
38105 \begin_layout Plain Layout
38106
38107 \change_inserted 232239728 1611367959
38108 Bad link
38109 \change_unchanged
38110
38111 \end_layout
38112
38113 \end_inset
38114
38115
38116 \change_unchanged
38117
38118 \end_layout
38119
38120 \begin_layout Bibliography
38121 \begin_inset CommandInset bibitem
38122 LatexCommand bibitem
38123 key "cancel"
38124 literal "true"
38125
38126 \end_inset
38127
38128
38129 \begin_inset CommandInset href
38130 LatexCommand href
38131 name "Documentation"
38132 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
38133 literal "false"
38134
38135 \end_inset
38136
38137  of the \SpecialChar LaTeX
38138 -package 
38139 \series bold
38140 cancel
38141 \series default
38142
38143 \begin_inset Index idx
38144 status collapsed
38145
38146 \begin_layout Plain Layout
38147 Packages ! cancel
38148 \end_layout
38149
38150 \end_inset
38151
38152
38153 \end_layout
38154
38155 \begin_layout Bibliography
38156 \begin_inset CommandInset bibitem
38157 LatexCommand bibitem
38158 key "hyperref"
38159 literal "true"
38160
38161 \end_inset
38162
38163
38164 \begin_inset CommandInset href
38165 LatexCommand href
38166 name "Documentation"
38167 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
38168 literal "false"
38169
38170 \end_inset
38171
38172  of the \SpecialChar LaTeX
38173 -package 
38174 \series bold
38175 hyperref
38176 \series default
38177
38178 \begin_inset Index idx
38179 status collapsed
38180
38181 \begin_layout Plain Layout
38182 Packages ! hyperref
38183 \end_layout
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Bibliography
38191 \begin_inset CommandInset bibitem
38192 LatexCommand bibitem
38193 key "mhchem"
38194 literal "true"
38195
38196 \end_inset
38197
38198
38199 \begin_inset CommandInset href
38200 LatexCommand href
38201 name "Documentation"
38202 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38203 literal "false"
38204
38205 \end_inset
38206
38207  of the \SpecialChar LaTeX
38208 -package 
38209 \series bold
38210 mhchem
38211 \series default
38212
38213 \begin_inset Index idx
38214 status collapsed
38215
38216 \begin_layout Plain Layout
38217 Packages ! mhchem
38218 \end_layout
38219
38220 \end_inset
38221
38222
38223 \end_layout
38224
38225 \begin_layout Bibliography
38226 \begin_inset CommandInset bibitem
38227 LatexCommand bibitem
38228 key "Duden"
38229 literal "true"
38230
38231 \end_inset
38232
38233
38234 \emph on
38235 Duden Band
38236 \begin_inset space ~
38237 \end_inset
38238
38239 1
38240 \emph default
38241 .
38242  22.
38243 \begin_inset space ~
38244 \end_inset
38245
38246 Auflage, Dudenverlag, 2000
38247 \end_layout
38248
38249 \begin_layout Bibliography
38250 \begin_inset CommandInset bibitem
38251 LatexCommand bibitem
38252 key "Checklist"
38253 literal "true"
38254
38255 \end_inset
38256
38257
38258 \begin_inset CommandInset href
38259 LatexCommand href
38260 name "Check list"
38261 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
38262 literal "false"
38263
38264 \end_inset
38265
38266  for reviewing manuscripts
38267 \end_layout
38268
38269 \begin_layout Standard
38270 \begin_inset CommandInset index_print
38271 LatexCommand printindex
38272 type "idx"
38273 name "Index"
38274 literal "false"
38275
38276 \end_inset
38277
38278
38279 \end_layout
38280
38281 \end_body
38282 \end_document