]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Use macros with parameters for modulo macros
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 616
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 logicalmkup
141 \end_modules
142 \maintain_unincluded_children no
143 \language english
144 \language_package default
145 \inputencoding utf8
146 \fontencoding auto
147 \font_roman "lmodern" "default"
148 \font_sans "lmss" "default"
149 \font_typewriter "lmtt" "default"
150 \font_math "auto" "auto"
151 \font_default_family default
152 \use_non_tex_fonts false
153 \font_sc false
154 \font_roman_osf false
155 \font_sans_osf false
156 \font_typewriter_osf false
157 \font_sf_scale 100 100
158 \font_tt_scale 100 100
159 \use_microtype false
160 \use_dash_ligatures false
161 \graphics default
162 \default_output_format pdf2
163 \output_sync 0
164 \bibtex_command default
165 \index_command makeindex
166 \float_placement class
167 \float_alignment class
168 \paperfontsize 12
169 \spacing single
170 \use_hyperref true
171 \pdf_title "LyX's Math Manual"
172 \pdf_author "LyX Team, Uwe Stöhr"
173 \pdf_subject "LyX-documentation about math"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
185 \papersize a4
186 \use_geometry false
187 \use_package amsmath 2
188 \use_package amssymb 2
189 \use_package cancel 1
190 \use_package esint 1
191 \use_package mathdots 1
192 \use_package mathtools 2
193 \use_package mhchem 1
194 \use_package stackrel 1
195 \use_package stmaryrd 1
196 \use_package undertilde 0
197 \cite_engine basic
198 \cite_engine_type default
199 \biblio_style plain
200 \use_bibtopic false
201 \use_indices false
202 \paperorientation portrait
203 \suppress_date false
204 \justification true
205 \use_refstyle 0
206 \use_minted 0
207 \use_lineno 0
208 \notefontcolor #0000ff
209 \index Index
210 \shortcut idx
211 \color #008000
212 \end_index
213 \secnumdepth 4
214 \tocdepth 3
215 \paragraph_separation skip
216 \defskip halfline
217 \is_math_indent 0
218 \math_numbering_side default
219 \quotes_style english
220 \dynamic_quotes 0
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle plain
224 \tablestyle default
225 \bullet 1 0 6 -1
226 \bullet 2 2 35 -1
227 \bullet 3 2 7 -1
228 \tracking_changes true
229 \output_changes false
230 \change_bars false
231 \postpone_fragile_content false
232 \html_math_output 0
233 \html_css_as_file 0
234 \html_be_strict false
235 \docbook_table_output 0
236 \docbook_mathml_prefix 1
237 \author -584632292 "Richard Kimberly Heck"
238 \author -563046850 "Jean-Marc LASGOUTTES"
239 \author -495245474 "Jean-Marc Lasgouttes"
240 \author 177693 "x"
241 \author 5863208 "ab"
242 \author 47243155 "Jean-Marc"
243 \author 232239728 "Owner"
244 \end_header
245
246 \begin_body
247
248 \begin_layout Title
249 \SpecialChar LyX
250 's Detailed Math Manual
251 \end_layout
252
253 \begin_layout Author
254 by the \SpecialChar LyX
255  Team
256 \begin_inset Foot
257 status collapsed
258
259 \begin_layout Plain Layout
260 \noindent
261 If you have comments or error corrections,
262  please send them to the \SpecialChar LyX
263  Documentation mailing list:
264  
265 \family typewriter
266
267 \begin_inset CommandInset href
268 LatexCommand href
269 name "lyx-docs@lists.lyx.org"
270 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
271 type "mailto:"
272 literal "false"
273
274 \end_inset
275
276
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 author:
287  Uwe Stöhr
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \family sans
302 Version 2.
303 \change_inserted 47243155 1563226038
304 4
305 \change_deleted 47243155 1563226038
306 3
307 \change_unchanged
308 .x
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset CommandInset toc
313 LatexCommand tableofcontents
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Note Note
322 status open
323
324 \begin_layout Plain Layout
325 To export this document to PDF,
326  PS or DVI the \SpecialChar LaTeX
327 -packages 
328 \series bold
329 braket,
330  cancel,
331  eurosym,
332  mathdots,
333  mathtools,
334  mhchem,
335  undertilde
336 \series default
337  and 
338 \series bold
339 was
340 \series default
341  should be installed.
342  If they are not installed the document can be exported anyway but the sections where the packages are required will not appear in the output.
343  An exception is 
344 \series bold
345 mhchem
346 \series default
347 ;
348  if it is not installed,
349  this file cannot be exported.
350 \end_layout
351
352 \begin_layout Plain Layout
353 The latest PDF-version of this document can be found here:
354 \begin_inset Newline newline
355 \end_inset
356
357
358 \series bold
359 https://wiki.lyx.org/LyX/Manuals#Math
360 \end_layout
361
362 \end_inset
363
364
365 \end_layout
366
367 \begin_layout Standard
368 \begin_inset Newpage newpage
369 \end_inset
370
371
372 \end_layout
373
374 \begin_layout Section
375 Introduction
376 \end_layout
377
378 \begin_layout Standard
379 This document details \SpecialChar LyX
380 's math features and the \SpecialChar LaTeX
381 -commands used for mathematical characters and constructs.
382  It is oriented toward the use of commands.
383  The user should read the 
384 \family typewriter
385 Mathematical
386 \begin_inset space ~
387 \end_inset
388
389 Formulas
390 \family default
391  section of the User's Guide before proceeding.
392 \end_layout
393
394 \begin_layout Standard
395 Most of the characters and many constructs explained in this manual are also accessible via the menu 
396 \family sans
397 Insert
398 \series bold
399 \SpecialChar menuseparator
400
401 \series default
402 Math
403 \family default
404  or the 
405 \family sans
406 math
407 \family default
408 \series bold
409  
410 \family sans
411 \series default
412 toolbar
413 \family default
414 .
415  But everybody who has to write lots of formulas will notice that it is much faster to use commands instead of the math toolbar.
416  Therefore this manual is focused on commands but also mentions the corresponding toolbar buttons when available.
417 \end_layout
418
419 \begin_layout Standard
420 Unless specially mentioned,
421  math commands are only available within formulas.
422  To be able to use all of the commands explained in this document,
423  the option 
424 \family sans
425 Use AMS math package
426 \family default
427  must be checked in the document settings (menu 
428 \family sans
429 Document\SpecialChar menuseparator
430 Settings\SpecialChar menuseparator
431 Math
432 \begin_inset space ~
433 \end_inset
434
435 Options
436 \family default
437 ).
438 \begin_inset Foot
439 status collapsed
440
441 \begin_layout Plain Layout
442 The option 
443 \family sans
444 Use AMS math package automatically
445 \family default
446  only uses 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS 
455 \end_layout
456
457 \end_inset
458
459 -math when math constructs are found that are supported by \SpecialChar LyX
460 .
461 \end_layout
462
463 \end_inset
464
465
466 \end_layout
467
468 \begin_layout Standard
469 This document doesn't list all 
470 \begin_inset ERT
471 status collapsed
472
473 \begin_layout Plain Layout
474
475
476 \backslash
477 AmS 
478 \end_layout
479
480 \end_inset
481
482 -math commands
483 \begin_inset Foot
484 status open
485
486 \begin_layout Plain Layout
487 A list containing all 
488 \begin_inset ERT
489 status collapsed
490
491 \begin_layout Plain Layout
492
493
494 \backslash
495 AmS
496 \end_layout
497
498 \end_inset
499
500 -math commands is in the file 
501 \family sans
502
503 \begin_inset CommandInset href
504 LatexCommand href
505 name "amsguide.pdf"
506 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
507 literal "false"
508
509 \end_inset
510
511
512 \family default
513 ,
514  which is part of every \SpecialChar LaTeX
515  standard installation.
516 \end_layout
517
518 \end_inset
519
520  for lucidity reasons.
521 \end_layout
522
523 \begin_layout Section
524 General Instructions
525 \end_layout
526
527 \begin_layout Standard
528 To create an inline formula
529 \begin_inset Index idx
530 range none
531 pageformat default
532 status collapsed
533
534 \begin_layout Plain Layout
535 Formula
536 \begin_inset IndexMacro subentry
537 status open
538
539 \begin_layout Plain Layout
540 inline
541 \end_layout
542
543 \end_inset
544
545
546 \end_layout
547
548 \end_inset
549
550  that is embedded in a text line,
551  use one of the shortcuts 
552 \begin_inset Info
553 type  "shortcuts"
554 arg   "math-mode"
555 \end_inset
556
557  or the toolbar button 
558 \begin_inset Info
559 type  "icon"
560 arg   "math-mode"
561 \end_inset
562
563 .
564 \begin_inset Newline newline
565 \end_inset
566
567 To create a display style formula
568 \begin_inset Index idx
569 range none
570 pageformat default
571 status open
572
573 \begin_layout Plain Layout
574 Formula
575 \begin_inset IndexMacro subentry
576 status open
577
578 \begin_layout Plain Layout
579 display style
580 \end_layout
581
582 \end_inset
583
584
585 \end_layout
586
587 \end_inset
588
589  which will appear bigger,
590  has a different format,
591  and will be in a separate paragraph,
592  use one of these shortcuts:
593  
594 \begin_inset Info
595 type  "shortcuts"
596 arg   "math-display"
597 \end_inset
598
599 .
600 \end_layout
601
602 \begin_layout Standard
603 To change a display style formula to an inline formula,
604  place the cursor inside the formula and use 
605 \change_deleted 5863208 1612729312
606 one of 
607 \change_unchanged
608 the shortcut
609 \change_deleted 5863208 1612729314
610 s
611 \change_unchanged
612  
613 \change_deleted 5863208 1612729303
614
615 \begin_inset Info
616 type  "shortcuts"
617 arg   "math-mode"
618 \end_inset
619
620
621 \change_inserted 5863208 1612729281
622
623 \begin_inset Info
624 type  "shortcuts"
625 arg   "math-mutate simple"
626 \end_inset
627
628
629 \change_unchanged
630  or the menu 
631 \family sans
632 Edit\SpecialChar menuseparator
633 Math\SpecialChar menuseparator
634 Change formula type
635 \family default
636 .
637  
638 \change_inserted 5863208 1612729555
639 Similarly you can use the shortcut 
640 \begin_inset Info
641 type  "shortcuts"
642 arg   "math-mutate equation"
643 \end_inset
644
645  to change from an inline to a display style formula.
646  
647 \change_deleted 5863208 1612729557
648 The same method is used to change an inline formula to a display style formula.
649 \change_unchanged
650
651 \end_layout
652
653 \begin_layout Standard
654 To display parts of an inline formula in the size of a display style formula,
655  enter the command 
656 \series bold
657
658 \backslash
659 displaystyle
660 \series default
661
662 \begin_inset Index idx
663 range none
664 pageformat default
665 status collapsed
666
667 \begin_layout Plain Layout
668 Commands
669 \begin_inset IndexMacro subentry
670 status open
671
672 \begin_layout Plain Layout
673 D
674 \end_layout
675
676 \end_inset
677
678
679 \begin_inset IndexMacro subentry
680 status open
681
682 \begin_layout Plain Layout
683
684 \backslash
685 displaystyle
686 \end_layout
687
688 \end_inset
689
690
691 \end_layout
692
693 \end_inset
694
695  in a formula.
696  A new blue box will appear in which the desired formula part is inserted.
697 \end_layout
698
699 \begin_layout Standard
700 Only inline formulas are allowed inside tables.
701 \end_layout
702
703 \begin_layout Standard
704
705 \change_deleted 232239728 1610897673
706 The 
707 \family sans
708 math toolbar
709 \family default
710  can be turned on in the menu 
711 \family sans
712 View\SpecialChar menuseparator
713 Toolbars
714 \family default
715 .
716  When you click there on 
717 \begin_inset Quotes eld
718 \end_inset
719
720 Math
721 \begin_inset Quotes erd
722 \end_inset
723
724  the toolbar will be shown permanently at the bottom;
725  this state is visualized in the 
726 \family sans
727 Toolbars
728 \family default
729  menu with a checkmark.
730  When you click in this state again on 
731 \begin_inset Quotes eld
732 \end_inset
733
734 Math
735 \begin_inset Quotes erd
736 \end_inset
737
738  in the 
739 \family sans
740 Toolbars
741 \family default
742  menu,
743  the 
744 \family sans
745 math toolbar
746 \family default
747  is only shown when the cursor is within a formula;
748  this state is visualized by the renaming of the menu entry from 
749 \begin_inset Quotes eld
750 \end_inset
751
752 Math
753 \begin_inset Quotes erd
754 \end_inset
755
756  to 
757 \begin_inset Quotes eld
758 \end_inset
759
760 Math
761 \begin_inset space ~
762 \end_inset
763
764 (auto)
765 \begin_inset Quotes erd
766 \end_inset
767
768 .
769 \change_inserted 232239728 1610897478
770
771 \end_layout
772
773 \begin_layout Standard
774
775 \change_inserted 232239728 1610918987
776
777 \family sans
778 Math toolbar
779 \family default
780  visibility is controlled in the menu 
781 \family sans
782 View\SpecialChar menuseparator
783 Toolbars\SpecialChar menuseparator
784 Math
785 \family default
786 .
787  Three options will be presented,
788  On,
789  Off,
790  and Automatic.
791  Selecting On will cause the toolbar to be shown permanently at the bottom of the screen.
792  Selecting Off will disable the toolbar.
793  Selecting Automatic will cause the toolbar to automatically appear when the cursor is located within a formula.
794  The active state of the toolbar is indicated by a checkmark next to the current menu selection.
795 \begin_inset Note Note
796 status open
797
798 \begin_layout Plain Layout
799
800 \change_inserted 232239728 1610897730
801 The menu functionality appears to have changed,
802  I rewrote the paragraph for the current functionality
803 \change_unchanged
804
805 \end_layout
806
807 \end_inset
808
809
810 \change_unchanged
811
812 \end_layout
813
814 \begin_layout Standard
815 \SpecialChar TeX
816  mode
817 \begin_inset Index idx
818 range none
819 pageformat default
820 status collapsed
821
822 \begin_layout Plain Layout
823 \begin_inset IndexMacro sortkey
824 status open
825
826 \begin_layout Plain Layout
827 T
828 \end_layout
829
830 \end_inset
831
832 \SpecialChar TeX
833 -mode
834 \end_layout
835
836 \end_inset
837
838  is invoked by pressing the toolbar button 
839 \begin_inset Info
840 type  "icon"
841 arg   "ert-insert"
842 \end_inset
843
844  or by using the menu 
845 \family sans
846 Insert\SpecialChar menuseparator
847 TeX Code
848 \family default
849  (shortcut 
850 \begin_inset Info
851 type  "shortcut"
852 arg   "ert-insert"
853 \end_inset
854
855 ).
856 \end_layout
857
858 \begin_layout Standard
859 To change the \SpecialChar LaTeX
860 -preamble
861 \begin_inset Index idx
862 range none
863 pageformat default
864 status collapsed
865
866 \begin_layout Plain Layout
867 \begin_inset IndexMacro sortkey
868 status open
869
870 \begin_layout Plain Layout
871 L
872 \end_layout
873
874 \end_inset
875
876 \SpecialChar LaTeX
877 -preamble
878 \end_layout
879
880 \end_inset
881
882 ,
883  use the menu 
884 \family sans
885 Document\SpecialChar menuseparator
886 Settings\SpecialChar menuseparator
887 LaTeX
888 \family default
889  
890 \family sans
891 Preamble
892 \family default
893 .
894 \end_layout
895
896 \begin_layout Standard
897 To edit matrices,
898  case differentiations and multiline formulas,
899  use the menus 
900 \family sans
901 Edit\SpecialChar menuseparator
902 Math
903 \family default
904  and 
905 \family sans
906 Edit\SpecialChar menuseparator
907 Rows
908 \begin_inset space \thinspace{}
909 \end_inset
910
911 &
912 \begin_inset space \thinspace{}
913 \end_inset
914
915 Columns,
916
917 \family default
918  or the 
919 \family sans
920 table toolbar
921 \family default
922 .
923  When lines and columns are swapped via the menu,
924  the column or line where the cursor is in is exchanged with the column to the right or the line below,
925  respectively.
926  If the cursor is in the last column or row,
927  the exchange is done with the column to the left or the line above.
928 \end_layout
929
930 \begin_layout Standard
931 To write text in formulas
932 \begin_inset Foot
933 status collapsed
934
935 \begin_layout Plain Layout
936 For multiline formulas the command 
937 \series bold
938
939 \backslash
940 intertext
941 \series default
942  is used,
943  see 
944 \begin_inset CommandInset ref
945 LatexCommand ref
946 reference "subsec:Text-in-multiline"
947 nolink "false"
948
949 \end_inset
950
951 .
952 \end_layout
953
954 \end_inset
955
956  
957 \emph on
958 mathematical text
959 \emph default
960
961 \begin_inset Index idx
962 range none
963 pageformat default
964 status collapsed
965
966 \begin_layout Plain Layout
967 Text
968 \begin_inset IndexMacro subentry
969 status open
970
971 \begin_layout Plain Layout
972 in formulas
973 \end_layout
974
975 \end_inset
976
977
978 \end_layout
979
980 \end_inset
981
982
983 \begin_inset Index idx
984 range none
985 pageformat default
986 status collapsed
987
988 \begin_layout Plain Layout
989 Mathematical text
990 \end_layout
991
992 \end_inset
993
994  is used.
995  This mode is invoked with the shortcut 
996 \begin_inset Info
997 type  "shortcut"
998 arg   "font-default"
999 \end_inset
1000
1001  or by the insertion of the command 
1002 \series bold
1003
1004 \backslash
1005 text
1006 \series default
1007
1008 \begin_inset Index idx
1009 range none
1010 pageformat default
1011 status collapsed
1012
1013 \begin_layout Plain Layout
1014 Commands
1015 \begin_inset IndexMacro subentry
1016 status open
1017
1018 \begin_layout Plain Layout
1019 T
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \begin_inset IndexMacro subentry
1026 status open
1027
1028 \begin_layout Plain Layout
1029
1030 \backslash
1031 text
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \end_inset
1040
1041 .
1042  The text appears black in \SpecialChar LyX
1043  and can therefore be distinguished from the other formula parts which appear blue.
1044  In the output,
1045  mathematical text is set upright contrary to other formula parts.
1046 \end_layout
1047
1048 \begin_layout Subsection*
1049 Command Scheme
1050 \end_layout
1051
1052 \begin_layout Standard
1053 Most \SpecialChar LaTeX
1054 -commands for math constructs have the following syntax:
1055 \end_layout
1056
1057 \begin_layout Standard
1058
1059 \series bold
1060
1061 \backslash
1062 commandname[optional
1063 \series default
1064  
1065 \series bold
1066 argument]{required
1067 \series default
1068  
1069 \series bold
1070 argument}
1071 \end_layout
1072
1073 \begin_layout Standard
1074 A command always starts with a backslash 
1075 \begin_inset Quotes gld
1076 \end_inset
1077
1078
1079 \series bold
1080
1081 \backslash
1082
1083 \series default
1084
1085 \begin_inset Quotes grd
1086 \end_inset
1087
1088 .
1089  To omit the 
1090 \series bold
1091 optional
1092 \series default
1093  
1094 \series bold
1095 argument
1096 \series default
1097 s,
1098  also omit the associated brackets.
1099  The braces around the 
1100 \series bold
1101 required
1102 \series default
1103  
1104 \series bold
1105 arguments
1106 \series default
1107  are referred to in this document as \SpecialChar TeX
1108  braces
1109 \begin_inset Index idx
1110 range none
1111 pageformat default
1112 status collapsed
1113
1114 \begin_layout Plain Layout
1115 \begin_inset IndexMacro sortkey
1116 status open
1117
1118 \begin_layout Plain Layout
1119 T
1120 \end_layout
1121
1122 \end_inset
1123
1124 \SpecialChar TeX
1125 -braces
1126 \end_layout
1127
1128 \end_inset
1129
1130 .
1131  If you append a left brace to a command name inside a formula,
1132  \SpecialChar LyX
1133  automatically creates a right \SpecialChar TeX
1134  brace.
1135  In all other cases standalone \SpecialChar TeX
1136  braces are created in formulas with the command 
1137 \series bold
1138
1139 \backslash
1140 {
1141 \series default
1142 .
1143  Normal braces are created by typing 
1144 \series bold
1145 {
1146 \series default
1147 .
1148  \SpecialChar TeX
1149  braces appear red in \SpecialChar LyX
1150 ,
1151  normal braces appear blue.
1152  In \SpecialChar TeX
1153  mode a command is not needed to get \SpecialChar TeX
1154  braces.
1155  \SpecialChar TeX
1156  braces don't appear in the output while normal braces do.
1157 \end_layout
1158
1159 \begin_layout Standard
1160 When commands without arguments,
1161  like commands for symbols,
1162  are entered in \SpecialChar TeX
1163  mode,
1164  a space character must 
1165 \emph on
1166 always
1167 \emph default
1168  be behind the command to end it.
1169  This space doesn't appear in the output.
1170  When the space should appear in the output,
1171  the space must be followed by a 
1172 \change_deleted 177693 1654668848
1173 protected
1174 \change_inserted 177693 1654668851
1175 non-breaking
1176 \change_unchanged
1177  space in normal text.
1178 \end_layout
1179
1180 \begin_layout Standard
1181
1182 \change_deleted 177693 1654668857
1183 protected
1184 \change_inserted 177693 1654668860
1185 non-breaking
1186 \change_unchanged
1187  space is inserted with
1188 \change_inserted 232239728 1610908934
1189  
1190 \change_deleted 5863208 1612729787
1191 the menu selection 
1192 \change_inserted 5863208 1612729774
1193
1194 \begin_inset Info
1195 type  "shortcuts"
1196 arg   "command-alternatives math-space ; space-insert protected"
1197 \end_inset
1198
1199
1200 \change_deleted 232239728 1610908788
1201
1202 \begin_inset Info
1203 type  "shortcuts"
1204 arg   "command-alternatives space-insert protected;  math-space"
1205 \end_inset
1206
1207
1208 \change_inserted 5863208 1612729766
1209 or with the menu selection
1210 \family sans
1211  
1212 \change_inserted 232239728 1610908897
1213 Insert\SpecialChar menuseparator
1214 Formatting\SpecialChar menuseparator
1215
1216 \change_deleted 177693 1654668863
1217 Protected
1218 \change_inserted 177693 1654668975
1219 Non-Breaking Normal
1220 \change_inserted 232239728 1610908897
1221  Space
1222 \family default
1223  or 
1224 \change_inserted 5863208 1612729638
1225
1226 \family sans
1227 Ctrl+Space
1228 \change_deleted 5863208 1612729640
1229
1230 \family default
1231 Ctrl+Space
1232 \change_unchanged
1233 .
1234 \end_layout
1235
1236 \begin_layout Subsection*
1237 \begin_inset Newpage newpage
1238 \end_inset
1239
1240
1241 \change_deleted 5863208 1612098922
1242 Syntax 
1243 \change_unchanged
1244 Explanation
1245 \change_inserted 5863208 1612100879
1246  of Syntax Used in this Manual
1247 \change_unchanged
1248
1249 \end_layout
1250
1251 \begin_layout Itemize
1252 The symbol 
1253 \begin_inset space \textvisiblespace{}
1254 \end_inset
1255
1256  denotes a space character to be input
1257 \change_inserted 5863208 1612098935
1258  by the user
1259 \change_unchanged
1260 .
1261 \end_layout
1262
1263 \begin_layout Itemize
1264 An arrow like 
1265 \begin_inset Formula $\to$
1266 \end_inset
1267
1268  denotes the usage of the corresponding arrow key on the keyboard.
1269  The 
1270 \family sans
1271 Tab
1272 \family default
1273  key can often be used instead of 
1274 \begin_inset Formula $\to$
1275 \end_inset
1276
1277  and 
1278 \begin_inset Formula $\downarrow$
1279 \end_inset
1280
1281 ,
1282  and 
1283 \family sans
1284 Shift+Tab
1285 \family default
1286  instead of 
1287 \begin_inset Formula $\leftarrow$
1288 \end_inset
1289
1290  and 
1291 \begin_inset Formula $\uparrow$
1292 \end_inset
1293
1294 .
1295 \end_layout
1296
1297 \begin_layout Subsection*
1298 Available Units
1299 \end_layout
1300
1301 \begin_layout Standard
1302 \align center
1303 \begin_inset Float table
1304 placement H
1305 alignment document
1306 wide false
1307 sideways false
1308 status open
1309
1310 \begin_layout Plain Layout
1311 \align center
1312 \begin_inset Caption Standard
1313
1314 \begin_layout Plain Layout
1315 \begin_inset CommandInset label
1316 LatexCommand label
1317 name "tab:Available-units"
1318
1319 \end_inset
1320
1321 Available units
1322 \end_layout
1323
1324 \end_inset
1325
1326
1327 \end_layout
1328
1329 \begin_layout Plain Layout
1330 \align center
1331 \begin_inset Tabular
1332 <lyxtabular version="3" rows="13" columns="2">
1333 <features booktabs="true" tabularvalignment="middle">
1334 <column alignment="center" valignment="top">
1335 <column alignment="center" valignment="top" width="0pt">
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 Unit
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 Name / Description
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 </row>
1356 <row>
1357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 mm
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 Millimeter
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 </row>
1376 <row>
1377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Plain Layout
1381 cm
1382 \end_layout
1383
1384 \end_inset
1385 </cell>
1386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1387 \begin_inset Text
1388
1389 \begin_layout Plain Layout
1390 Centimeter
1391 \end_layout
1392
1393 \end_inset
1394 </cell>
1395 </row>
1396 <row>
1397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1398 \begin_inset Text
1399
1400 \begin_layout Plain Layout
1401 in
1402 \end_layout
1403
1404 \end_inset
1405 </cell>
1406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1407 \begin_inset Text
1408
1409 \begin_layout Plain Layout
1410 Inch (1
1411 \begin_inset space \thinspace{}
1412 \end_inset
1413
1414 in = 2
1415 \change_deleted 232239728 1610909338
1416 ,
1417 \change_inserted 232239728 1610909338
1418 .
1419 \change_unchanged
1420 54
1421 \begin_inset space \thinspace{}
1422 \end_inset
1423
1424 cm)
1425 \end_layout
1426
1427 \end_inset
1428 </cell>
1429 </row>
1430 <row>
1431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1432 \begin_inset Text
1433
1434 \begin_layout Plain Layout
1435 pt
1436 \end_layout
1437
1438 \end_inset
1439 </cell>
1440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1441 \begin_inset Text
1442
1443 \begin_layout Plain Layout
1444 Point (72.27
1445 \begin_inset space \thinspace{}
1446 \end_inset
1447
1448 pt = 1
1449 \begin_inset space \thinspace{}
1450 \end_inset
1451
1452 in)
1453 \end_layout
1454
1455 \end_inset
1456 </cell>
1457 </row>
1458 <row>
1459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1460 \begin_inset Text
1461
1462 \begin_layout Plain Layout
1463 pc
1464 \end_layout
1465
1466 \end_inset
1467 </cell>
1468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1469 \begin_inset Text
1470
1471 \begin_layout Plain Layout
1472 Pica (1
1473 \begin_inset space \thinspace{}
1474 \end_inset
1475
1476 pc = 12
1477 \begin_inset space \thinspace{}
1478 \end_inset
1479
1480 pt)
1481 \end_layout
1482
1483 \end_inset
1484 </cell>
1485 </row>
1486 <row>
1487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1488 \begin_inset Text
1489
1490 \begin_layout Plain Layout
1491 sp
1492 \end_layout
1493
1494 \end_inset
1495 </cell>
1496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500 scaled point (65536
1501 \begin_inset space \thinspace{}
1502 \end_inset
1503
1504 sp = 1
1505 \begin_inset space \thinspace{}
1506 \end_inset
1507
1508 pt)
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 </row>
1514 <row>
1515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 bp
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 big point (72
1529 \begin_inset space \thinspace{}
1530 \end_inset
1531
1532 bp = 1
1533 \begin_inset space \thinspace{}
1534 \end_inset
1535
1536 in)
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 dd
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 Didot (1
1557 \begin_inset space \thinspace{}
1558 \end_inset
1559
1560 dd 
1561 \begin_inset Formula $\approx$
1562 \end_inset
1563
1564  0.376
1565 \begin_inset space \thinspace{}
1566 \end_inset
1567
1568 mm)
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row>
1575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 cc
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 Cicero (1
1589 \begin_inset space \thinspace{}
1590 \end_inset
1591
1592 cc = 12
1593 \begin_inset space \thinspace{}
1594 \end_inset
1595
1596 dd)
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 </row>
1602 <row>
1603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 ex
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616 Height of letter 
1617 \emph on
1618
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622 x
1623 \emph default
1624
1625 \begin_inset Quotes erd
1626 \end_inset
1627
1628  in the current font
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 </row>
1634 <row>
1635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 em
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648 width of letter 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652
1653 \emph on
1654 M
1655 \emph default
1656
1657 \begin_inset Quotes erd
1658 \end_inset
1659
1660  in the current font
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 </row>
1666 <row>
1667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671 mu
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680 math unit (1
1681 \begin_inset space \thinspace{}
1682 \end_inset
1683
1684 mu = 
1685 \begin_inset Formula $\nicefrac{1}{18}$
1686 \end_inset
1687
1688
1689 \begin_inset space \thinspace{}
1690 \end_inset
1691
1692 em)
1693 \end_layout
1694
1695 \end_inset
1696 </cell>
1697 </row>
1698 </lyxtabular>
1699
1700 \end_inset
1701
1702
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Section
1711 Basic Functions
1712 \end_layout
1713
1714 \begin_layout Subsection
1715 Exponents
1716 \begin_inset Index idx
1717 range none
1718 pageformat default
1719 status collapsed
1720
1721 \begin_layout Plain Layout
1722 Exponents
1723 \end_layout
1724
1725 \end_inset
1726
1727  and Indices
1728 \begin_inset Index idx
1729 range none
1730 pageformat default
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Indices
1735 \end_layout
1736
1737 \end_inset
1738
1739
1740 \begin_inset Index idx
1741 range none
1742 pageformat default
1743 status collapsed
1744
1745 \begin_layout Plain Layout
1746 Superscripts
1747 \begin_inset IndexMacro see
1748 status open
1749
1750 \begin_layout Plain Layout
1751 Exponents
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \begin_inset Index idx
1763 range none
1764 pageformat default
1765 status collapsed
1766
1767 \begin_layout Plain Layout
1768 Subscripts
1769 \begin_inset IndexMacro see
1770 status open
1771
1772 \begin_layout Plain Layout
1773 Indices
1774 \end_layout
1775
1776 \end_inset
1777
1778
1779 \end_layout
1780
1781 \end_inset
1782
1783
1784 \end_layout
1785
1786 \begin_layout Standard
1787 Indices are created with an underscore 
1788 \begin_inset Quotes eld
1789 \end_inset
1790
1791 _
1792 \begin_inset Quotes erd
1793 \end_inset
1794
1795  or via the math toolbar button 
1796 \begin_inset Info
1797 type  "icon"
1798 arg   "math-subscript"
1799 \end_inset
1800
1801 ,
1802  exponents with a caret 
1803 \begin_inset Quotes eld
1804 \end_inset
1805
1806 ^
1807 \begin_inset Quotes erd
1808 \end_inset
1809
1810  or via the math toolbar button 
1811 \begin_inset Info
1812 type  "icon"
1813 arg   "math-superscript"
1814 \end_inset
1815
1816 .
1817 \end_layout
1818
1819 \begin_layout Standard
1820 \align center
1821 \begin_inset Tabular
1822 <lyxtabular version="3" rows="4" columns="2">
1823 <features booktabs="true" tabularvalignment="middle">
1824 <column alignment="center" valignment="top" width="0pt">
1825 <column alignment="center" valignment="top" width="0pt">
1826 <row>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831 Command
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 Result
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 </row>
1846 <row>
1847 <cell alignment="center" valignment="top" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 B_V
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860 \begin_inset Formula $B_{V}$
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 </row>
1869 <row topspace="1.5mm">
1870 <cell alignment="center" valignment="top" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874 B^V
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883 \begin_inset Formula $B^{V}$
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 <row topspace="1.5mm">
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897 B^
1898 \begin_inset space \textvisiblespace{}
1899 \end_inset
1900
1901 A
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 \begin_inset Formula $B^{A}$
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 </lyxtabular>
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Standard
1927 As the caret is in some languages an accent,
1928  vowels will be accentuated in this case and not set as exponents
1929 \begin_inset Foot
1930 status open
1931
1932 \begin_layout Plain Layout
1933 Depending on the keyboard settings used this can also happen for characters other than vowels.
1934 \end_layout
1935
1936 \end_inset
1937
1938 .
1939  To get exponents in this case,
1940  press 
1941 \family sans
1942 Space
1943 \family default
1944  after the caret as in the last example.
1945 \end_layout
1946
1947 \begin_layout Subsection
1948 Fractions
1949 \begin_inset CommandInset label
1950 LatexCommand label
1951 name "subsec:Fractions"
1952
1953 \end_inset
1954
1955
1956 \begin_inset Index idx
1957 range none
1958 pageformat default
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962 Fractions
1963 \end_layout
1964
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \begin_layout Standard
1971 Fractions are generated with the command 
1972 \series bold
1973
1974 \backslash
1975 frac
1976 \series default
1977
1978 \begin_inset Index idx
1979 range none
1980 pageformat default
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984 Commands
1985 \begin_inset IndexMacro subentry
1986 status open
1987
1988 \begin_layout Plain Layout
1989 F
1990 \end_layout
1991
1992 \end_inset
1993
1994
1995 \begin_inset IndexMacro subentry
1996 status open
1997
1998 \begin_layout Plain Layout
1999
2000 \backslash
2001 frac
2002 \end_layout
2003
2004 \end_inset
2005
2006
2007 \end_layout
2008
2009 \end_inset
2010
2011  or via the math toolbar button 
2012 \begin_inset Info
2013 type  "icon"
2014 arg   "math-insert \\frac"
2015 \end_inset
2016
2017 .
2018  The font size is adjusted automatically,
2019  depending on whether the fraction is in an inline or display style formula.
2020  With the math toolbar button 
2021 \begin_inset Info
2022 type  "icon"
2023 arg   "math-insert \\frac-square"
2024 \end_inset
2025
2026  you can select different fraction types.
2027 \end_layout
2028
2029 \begin_layout Standard
2030 With the command 
2031 \series bold
2032
2033 \backslash
2034 dfrac
2035 \series default
2036
2037 \begin_inset Index idx
2038 range none
2039 pageformat default
2040 status collapsed
2041
2042 \begin_layout Plain Layout
2043 Commands
2044 \begin_inset IndexMacro subentry
2045 status open
2046
2047 \begin_layout Plain Layout
2048 D
2049 \end_layout
2050
2051 \end_inset
2052
2053
2054 \begin_inset IndexMacro subentry
2055 status open
2056
2057 \begin_layout Plain Layout
2058
2059 \backslash
2060 dfrac
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \end_layout
2067
2068 \end_inset
2069
2070  a fraction can be created that always has the size of a display style formula.
2071  With 
2072 \series bold
2073
2074 \backslash
2075 tfrac
2076 \series default
2077
2078 \begin_inset Index idx
2079 range none
2080 pageformat default
2081 status collapsed
2082
2083 \begin_layout Plain Layout
2084 Commands
2085 \begin_inset IndexMacro subentry
2086 status open
2087
2088 \begin_layout Plain Layout
2089 T
2090 \end_layout
2091
2092 \end_inset
2093
2094
2095 \begin_inset IndexMacro subentry
2096 status open
2097
2098 \begin_layout Plain Layout
2099
2100 \backslash
2101 tfrac
2102 \end_layout
2103
2104 \end_inset
2105
2106
2107 \end_layout
2108
2109 \end_inset
2110
2111  the fraction appears always with the size of an inline formula.
2112  An example:
2113 \end_layout
2114
2115 \begin_layout Standard
2116 A line with the fraction 
2117 \begin_inset Formula $\frac{1}{2}$
2118 \end_inset
2119
2120  that was created with the command 
2121 \series bold
2122
2123 \backslash
2124 frac
2125 \series default
2126 .
2127 \end_layout
2128
2129 \begin_layout Standard
2130 A line with the fraction 
2131 \begin_inset Formula $\dfrac{1}{2}$
2132 \end_inset
2133
2134  that was created with the command 
2135 \series bold
2136
2137 \backslash
2138 dfrac
2139 \series default
2140 .
2141 \end_layout
2142
2143 \begin_layout Standard
2144 \align center
2145 \begin_inset Tabular
2146 <lyxtabular version="3" rows="4" columns="2">
2147 <features booktabs="true" tabularvalignment="middle">
2148 <column alignment="center" valignment="top" width="0pt">
2149 <column alignment="center" valignment="top" width="0pt">
2150 <row>
2151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2152 \begin_inset Text
2153
2154 \begin_layout Plain Layout
2155 Command
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2161 \begin_inset Text
2162
2163 \begin_layout Plain Layout
2164 Result
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 </row>
2170 <row topspace="1.5mm">
2171 <cell alignment="center" valignment="top" usebox="none">
2172 \begin_inset Text
2173
2174 \begin_layout Plain Layout
2175
2176 \backslash
2177 frac
2178 \begin_inset space \textvisiblespace{}
2179 \end_inset
2180
2181 A
2182 \begin_inset Formula $\downarrow$
2183 \end_inset
2184
2185 B
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 <cell alignment="center" valignment="top" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194 \begin_inset Formula $\frac{A}{B}$
2195 \end_inset
2196
2197
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 </row>
2203 <row topspace="2mm">
2204 <cell alignment="center" valignment="top" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208
2209 \backslash
2210 dfrac
2211 \begin_inset space \textvisiblespace{}
2212 \end_inset
2213
2214 A
2215 \begin_inset Formula $\downarrow$
2216 \end_inset
2217
2218 B
2219 \end_layout
2220
2221 \end_inset
2222 </cell>
2223 <cell alignment="center" valignment="top" usebox="none">
2224 \begin_inset Text
2225
2226 \begin_layout Plain Layout
2227 \begin_inset Formula $\dfrac{A}{B}$
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 </row>
2236 <row topspace="2mm" bottomspace="1mm">
2237 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2238 \begin_inset Text
2239
2240 \begin_layout Plain Layout
2241
2242 \backslash
2243 dfrac
2244 \begin_inset space \textvisiblespace{}
2245 \end_inset
2246
2247 e^
2248 \backslash
2249 frac
2250 \begin_inset space \textvisiblespace{}
2251 \end_inset
2252
2253 1
2254 \begin_inset Formula $\downarrow$
2255 \end_inset
2256
2257 2
2258 \begin_inset Formula $\downarrow\downarrow$
2259 \end_inset
2260
2261 3
2262 \end_layout
2263
2264 \end_inset
2265 </cell>
2266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2267 \begin_inset Text
2268
2269 \begin_layout Plain Layout
2270 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2271 \end_inset
2272
2273
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 </row>
2279 </lyxtabular>
2280
2281 \end_inset
2282
2283
2284 \end_layout
2285
2286 \begin_layout Standard
2287 \begin_inset VSpace bigskip
2288 \end_inset
2289
2290
2291 \begin_inset Newpage newpage
2292 \end_inset
2293
2294 For nested fractions the command 
2295 \series bold
2296
2297 \backslash
2298 cfrac
2299 \series default
2300
2301 \begin_inset Index idx
2302 range none
2303 pageformat default
2304 status collapsed
2305
2306 \begin_layout Plain Layout
2307 Commands
2308 \begin_inset IndexMacro subentry
2309 status open
2310
2311 \begin_layout Plain Layout
2312 C
2313 \end_layout
2314
2315 \end_inset
2316
2317
2318 \begin_inset IndexMacro subentry
2319 status open
2320
2321 \begin_layout Plain Layout
2322
2323 \backslash
2324 cfrac
2325 \end_layout
2326
2327 \end_inset
2328
2329
2330 \end_layout
2331
2332 \end_inset
2333
2334  can be used.
2335  Here is an example:
2336 \begin_inset VSpace -3mm
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Standard
2343 \begin_inset Formula 
2344 \begin{align*}
2345 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2346 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2347 \end{align*}
2348
2349 \end_inset
2350
2351
2352 \end_layout
2353
2354 \begin_layout Standard
2355 The command for the example above is:
2356 \end_layout
2357
2358 \begin_layout Standard
2359
2360 \series bold
2361
2362 \backslash
2363 cfrac
2364 \begin_inset space \textvisiblespace{}
2365 \end_inset
2366
2367 A
2368 \begin_inset Formula $\downarrow$
2369 \end_inset
2370
2371 B+
2372 \backslash
2373 cfrac
2374 \begin_inset space \textvisiblespace{}
2375 \end_inset
2376
2377 C+
2378 \backslash
2379 cfrac
2380 \begin_inset space \textvisiblespace{}
2381 \end_inset
2382
2383 E
2384 \begin_inset Formula $\downarrow$
2385 \end_inset
2386
2387 F
2388 \begin_inset Formula $\downarrow$
2389 \end_inset
2390
2391 D
2392 \end_layout
2393
2394 \begin_layout Standard
2395 \begin_inset VSpace medskip
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402
2403 \series bold
2404
2405 \backslash
2406 cfrac
2407 \series default
2408  always sets the fraction size to that of a displayed formula,
2409  even when it is part of another fraction.
2410 \end_layout
2411
2412 \begin_layout Standard
2413 It is possible to specify the alignment of the numerator.
2414  The command 
2415 \series bold
2416
2417 \backslash
2418 cfracleft
2419 \series default
2420  is used to left align it,
2421  the command 
2422 \series bold
2423
2424 \backslash
2425 cfracright
2426 \series default
2427  to right-align it.
2428  
2429 \series bold
2430
2431 \backslash
2432 cfrac
2433 \series default
2434  centers the numerator.
2435  These fractions demonstrate the different alignments:
2436 \end_layout
2437
2438 \begin_layout Standard
2439
2440 \series bold
2441 \begin_inset Formula 
2442 \[
2443 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2444 \]
2445
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \begin_layout Standard
2452 \begin_inset Note Greyedout
2453 status open
2454
2455 \begin_layout Plain Layout
2456
2457 \series bold
2458 Note:
2459
2460 \series default
2461  
2462 \series bold
2463
2464 \backslash
2465 cfracleft
2466 \series default
2467  and 
2468 \series bold
2469
2470 \backslash
2471 cfracright
2472 \series default
2473  are not real \SpecialChar LaTeX
2474  commands but represent the command 
2475 \series bold
2476
2477 \backslash
2478 cfrac[alignment]{numerator}{denominator}
2479 \series default
2480  .
2481  Therefore you cannot use them in \SpecialChar TeX
2482  code.
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 \begin_inset VSpace medskip
2492 \end_inset
2493
2494 It is often advantageous to combine 
2495 \series bold
2496
2497 \backslash
2498 cfrac
2499 \series default
2500  and 
2501 \series bold
2502
2503 \backslash
2504 frac
2505 \series default
2506 :
2507 \begin_inset Formula 
2508 \[
2509 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2510 \]
2511
2512 \end_inset
2513
2514
2515 \end_layout
2516
2517 \begin_layout Standard
2518 For inline fractions with a sloped fraction stroke you can use the command 
2519 \series bold
2520
2521 \backslash
2522 nicefrac
2523 \series default
2524
2525 \begin_inset Index idx
2526 range none
2527 pageformat default
2528 status collapsed
2529
2530 \begin_layout Plain Layout
2531 Commands
2532 \begin_inset IndexMacro subentry
2533 status open
2534
2535 \begin_layout Plain Layout
2536 N
2537 \end_layout
2538
2539 \end_inset
2540
2541
2542 \begin_inset IndexMacro subentry
2543 status open
2544
2545 \begin_layout Plain Layout
2546
2547 \backslash
2548 nicefrac
2549 \end_layout
2550
2551 \end_inset
2552
2553
2554 \end_layout
2555
2556 \end_inset
2557
2558 :
2559  
2560 \begin_inset Formula $\nicefrac{5}{31}$
2561 \end_inset
2562
2563  or 
2564 \series bold
2565
2566 \backslash
2567 unitfrac
2568 \series default
2569
2570 \begin_inset Index idx
2571 range none
2572 pageformat default
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Commands
2577 \begin_inset IndexMacro subentry
2578 status open
2579
2580 \begin_layout Plain Layout
2581 U
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \begin_inset IndexMacro subentry
2588 status open
2589
2590 \begin_layout Plain Layout
2591
2592 \backslash
2593 unitfrac
2594 \end_layout
2595
2596 \end_inset
2597
2598
2599 \end_layout
2600
2601 \end_inset
2602
2603 :
2604  
2605 \begin_inset Formula $\unitfrac{5}{31}$
2606 \end_inset
2607
2608  There is also the command 
2609 \series bold
2610
2611 \backslash
2612 unitfracthree
2613 \series default
2614  which allows you to write a fraction in combination with a number:
2615  
2616 \begin_inset Formula $\unitfrac[2]{1}{3}$
2617 \end_inset
2618
2619
2620 \end_layout
2621
2622 \begin_layout Standard
2623 \begin_inset Note Greyedout
2624 status open
2625
2626 \begin_layout Plain Layout
2627
2628 \series bold
2629 Note:
2630
2631 \series default
2632  
2633 \series bold
2634
2635 \backslash
2636 unitfracthree
2637 \series default
2638  is not a real \SpecialChar LaTeX
2639  command but the command
2640 \begin_inset Newline newline
2641 \end_inset
2642
2643
2644 \series bold
2645
2646 \backslash
2647 unitfrac[number]{numerator}{denominator}
2648 \series default
2649  .
2650  Therefore you cannot use it in \SpecialChar TeX
2651  code.
2652 \end_layout
2653
2654 \end_inset
2655
2656
2657 \end_layout
2658
2659 \begin_layout Standard
2660 How to define your own fractions where the fraction stroke can be changed is explained in 
2661 \begin_inset CommandInset ref
2662 LatexCommand ref
2663 reference "subsec:Self-defined-Fractions"
2664 nolink "false"
2665
2666 \end_inset
2667
2668 .
2669 \end_layout
2670
2671 \begin_layout Standard
2672 Multiline fractions are explained in 
2673 \begin_inset CommandInset ref
2674 LatexCommand ref
2675 reference "subsec:Multiline-Fractions"
2676 nolink "false"
2677
2678 \end_inset
2679
2680 .
2681 \end_layout
2682
2683 \begin_layout Subsection
2684 Roots
2685 \begin_inset Index idx
2686 range none
2687 pageformat default
2688 status collapsed
2689
2690 \begin_layout Plain Layout
2691 Roots
2692 \end_layout
2693
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \begin_layout Standard
2700 Square roots are created with 
2701 \series bold
2702
2703 \backslash
2704 sqrt
2705 \series default
2706
2707 \begin_inset Index idx
2708 range none
2709 pageformat default
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 Commands
2714 \begin_inset IndexMacro subentry
2715 status open
2716
2717 \begin_layout Plain Layout
2718 S
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \begin_inset IndexMacro subentry
2725 status open
2726
2727 \begin_layout Plain Layout
2728
2729 \backslash
2730 sqrt
2731 \end_layout
2732
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \end_inset
2739
2740  or the math toolbar button 
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "math-insert \\sqrt"
2744 \end_inset
2745
2746 ,
2747  all other roots with the command 
2748 \series bold
2749
2750 \backslash
2751 root
2752 \series default
2753
2754 \begin_inset Index idx
2755 range none
2756 pageformat default
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 Commands
2761 \begin_inset IndexMacro subentry
2762 status open
2763
2764 \begin_layout Plain Layout
2765 R
2766 \end_layout
2767
2768 \end_inset
2769
2770
2771 \begin_inset IndexMacro subentry
2772 status open
2773
2774 \begin_layout Plain Layout
2775
2776 \backslash
2777 root
2778 \end_layout
2779
2780 \end_inset
2781
2782
2783 \end_layout
2784
2785 \end_inset
2786
2787  or with the math toolbar button 
2788 \begin_inset Info
2789 type  "icon"
2790 arg   "math-insert \\root"
2791 \end_inset
2792
2793 .
2794 \end_layout
2795
2796 \begin_layout Standard
2797 \align center
2798 \begin_inset Tabular
2799 <lyxtabular version="3" rows="3" columns="2">
2800 <features booktabs="true" tabularvalignment="middle">
2801 <column alignment="center" valignment="top" width="0pt">
2802 <column alignment="center" valignment="top" width="0pt">
2803 <row>
2804 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Plain Layout
2808 Command
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817 Result
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 </row>
2823 <row topspace="1mm">
2824 <cell alignment="center" valignment="top" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \backslash
2830 sqrt
2831 \begin_inset space \textvisiblespace{}
2832 \end_inset
2833
2834 A-B
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 \begin_inset Formula $\sqrt{A-B}$
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 </row>
2852 <row topspace="1mm">
2853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857
2858 \backslash
2859 root
2860 \begin_inset space \textvisiblespace{}
2861 \end_inset
2862
2863 3
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 A-B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\sqrt[3]{A-B}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 </lyxtabular>
2886
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \begin_layout Standard
2893 A square root can also be created with 
2894 \series bold
2895
2896 \backslash
2897 root
2898 \series default
2899  when the root index field is left empty.
2900 \end_layout
2901
2902 \begin_layout Standard
2903 With certain indices the distance to the root is too small,
2904  like in this formula:
2905  
2906 \begin_inset Formula $\sqrt[\beta]{B}$
2907 \end_inset
2908
2909
2910 \begin_inset Newline newline
2911 \end_inset
2912
2913 The 
2914 \begin_inset Formula $\beta$
2915 \end_inset
2916
2917  touches the root.
2918  To avoid this,
2919  the commands 
2920 \series bold
2921
2922 \backslash
2923 leftroot
2924 \series default
2925
2926 \begin_inset Index idx
2927 range none
2928 pageformat default
2929 status collapsed
2930
2931 \begin_layout Plain Layout
2932 Commands
2933 \begin_inset IndexMacro subentry
2934 status open
2935
2936 \begin_layout Plain Layout
2937 L
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \begin_inset IndexMacro subentry
2944 status open
2945
2946 \begin_layout Plain Layout
2947
2948 \backslash
2949 leftroot
2950 \end_layout
2951
2952 \end_inset
2953
2954
2955 \end_layout
2956
2957 \end_inset
2958
2959  and 
2960 \series bold
2961
2962 \backslash
2963 uproot
2964 \series default
2965
2966 \begin_inset Index idx
2967 range none
2968 pageformat default
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972 Commands
2973 \begin_inset IndexMacro subentry
2974 status open
2975
2976 \begin_layout Plain Layout
2977 U
2978 \end_layout
2979
2980 \end_inset
2981
2982
2983 \begin_inset IndexMacro subentry
2984 status open
2985
2986 \begin_layout Plain Layout
2987
2988 \backslash
2989 uproot
2990 \end_layout
2991
2992 \end_inset
2993
2994
2995 \end_layout
2996
2997 \end_inset
2998
2999  are used with the following scheme:
3000 \end_layout
3001
3002 \begin_layout Standard
3003
3004 \series bold
3005
3006 \backslash
3007 leftroot{distance}
3008 \series default
3009  and 
3010 \series bold
3011
3012 \backslash
3013 uproot{distance}
3014 \end_layout
3015
3016 \begin_layout Standard
3017 Distance is the number of Big Points (unit bp;
3018  
3019 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
3020 \end_inset
3021
3022 ),
3023  that the index should be moved to the left or up,
3024  resp..
3025  The commands are written to the index.
3026  This way the command
3027 \begin_inset Newline newline
3028 \end_inset
3029
3030
3031 \series bold
3032
3033 \backslash
3034 root
3035 \backslash
3036 leftroot{-1
3037 \begin_inset Formula $\to$
3038 \end_inset
3039
3040
3041 \backslash
3042 uproot{2
3043 \begin_inset Formula $\to$
3044 \end_inset
3045
3046
3047 \backslash
3048 beta
3049 \begin_inset space \textvisiblespace{}
3050 \end_inset
3051
3052
3053 \begin_inset Formula $\to$
3054 \end_inset
3055
3056 B
3057 \begin_inset Newline newline
3058 \end_inset
3059
3060
3061 \series default
3062 produces a correct typeset formula:
3063  
3064 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
3065 \end_inset
3066
3067
3068 \end_layout
3069
3070 \begin_layout Subsection
3071 Binomial Coefficients
3072 \begin_inset Index idx
3073 range none
3074 pageformat default
3075 status collapsed
3076
3077 \begin_layout Plain Layout
3078 Binomial coefficients
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 Binomial coefficients are inserted with the command 
3088 \series bold
3089
3090 \backslash
3091 binom
3092 \series default
3093
3094 \begin_inset Index idx
3095 range none
3096 pageformat default
3097 status collapsed
3098
3099 \begin_layout Plain Layout
3100 Commands
3101 \begin_inset IndexMacro subentry
3102 status open
3103
3104 \begin_layout Plain Layout
3105 B
3106 \end_layout
3107
3108 \end_inset
3109
3110
3111 \begin_inset IndexMacro subentry
3112 status open
3113
3114 \begin_layout Plain Layout
3115
3116 \backslash
3117 binom
3118 \end_layout
3119
3120 \end_inset
3121
3122
3123 \end_layout
3124
3125 \end_inset
3126
3127  or with the submenu of the math toolbar button 
3128 \begin_inset Info
3129 type  "icon"
3130 arg   "math-insert \\frac-square"
3131 \end_inset
3132
3133 .
3134  As with fractions (
3135 \series bold
3136
3137 \backslash
3138 frac
3139 \series default
3140 ) in addition to 
3141 \series bold
3142
3143 \backslash
3144 binom
3145 \series default
3146  there are the commands 
3147 \series bold
3148
3149 \backslash
3150 dbinom
3151 \series default
3152
3153 \begin_inset Index idx
3154 range none
3155 pageformat default
3156 status collapsed
3157
3158 \begin_layout Plain Layout
3159 Commands
3160 \begin_inset IndexMacro subentry
3161 status open
3162
3163 \begin_layout Plain Layout
3164 D
3165 \end_layout
3166
3167 \end_inset
3168
3169
3170 \begin_inset IndexMacro subentry
3171 status open
3172
3173 \begin_layout Plain Layout
3174
3175 \backslash
3176 dbinom
3177 \end_layout
3178
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185
3186  and 
3187 \series bold
3188
3189 \backslash
3190 tbinom
3191 \series default
3192
3193 \begin_inset Index idx
3194 range none
3195 pageformat default
3196 status collapsed
3197
3198 \begin_layout Plain Layout
3199 Commands
3200 \begin_inset IndexMacro subentry
3201 status open
3202
3203 \begin_layout Plain Layout
3204 T
3205 \end_layout
3206
3207 \end_inset
3208
3209
3210 \begin_inset IndexMacro subentry
3211 status open
3212
3213 \begin_layout Plain Layout
3214
3215 \backslash
3216 tbinom
3217 \end_layout
3218
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \end_inset
3225
3226 .
3227  For other brackets around binomial coefficients there are the commands 
3228 \series bold
3229
3230 \backslash
3231 brace
3232 \series default
3233
3234 \begin_inset Index idx
3235 range none
3236 pageformat default
3237 status collapsed
3238
3239 \begin_layout Plain Layout
3240 Commands
3241 \begin_inset IndexMacro subentry
3242 status open
3243
3244 \begin_layout Plain Layout
3245 B
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \begin_inset IndexMacro subentry
3252 status open
3253
3254 \begin_layout Plain Layout
3255
3256 \backslash
3257 brace
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \end_inset
3266
3267  and 
3268 \series bold
3269
3270 \backslash
3271 brack
3272 \series default
3273
3274 \begin_inset Index idx
3275 range none
3276 pageformat default
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280 Commands
3281 \begin_inset IndexMacro subentry
3282 status open
3283
3284 \begin_layout Plain Layout
3285 B
3286 \end_layout
3287
3288 \end_inset
3289
3290
3291 \begin_inset IndexMacro subentry
3292 status open
3293
3294 \begin_layout Plain Layout
3295
3296 \backslash
3297 brack
3298 \end_layout
3299
3300 \end_inset
3301
3302
3303 \end_layout
3304
3305 \end_inset
3306
3307 .
3308 \end_layout
3309
3310 \begin_layout Standard
3311 \align center
3312 \begin_inset Tabular
3313 <lyxtabular version="3" rows="6" columns="2">
3314 <features booktabs="true" tabularvalignment="middle">
3315 <column alignment="center" valignment="top" width="0pt">
3316 <column alignment="center" valignment="top" width="0pt">
3317 <row>
3318 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 Command
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 Result
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row topspace="1mm">
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \backslash
3344 binom
3345 \begin_inset space \textvisiblespace{}
3346 \end_inset
3347
3348 A
3349 \begin_inset Formula $\downarrow$
3350 \end_inset
3351
3352 B
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 \begin_inset Formula $\binom{A}{B}$
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row topspace="2mm">
3371 <cell alignment="center" valignment="top" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \backslash
3377 dbinom
3378 \begin_inset space \textvisiblespace{}
3379 \end_inset
3380
3381 A
3382 \begin_inset Formula $\downarrow$
3383 \end_inset
3384
3385 B
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 \begin_inset Formula $\dbinom{A}{B}$
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row topspace="2mm" bottomspace="0.5mm">
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \backslash
3410 tbinom
3411 \begin_inset space \textvisiblespace{}
3412 \end_inset
3413
3414 A
3415 \begin_inset Formula $\downarrow$
3416 \end_inset
3417
3418 B
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 \begin_inset Formula $\tbinom{A}{B}$
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 <row topspace="1mm">
3437 <cell alignment="center" valignment="top" topline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \backslash
3443 brack
3444 \begin_inset space \textvisiblespace{}
3445 \end_inset
3446
3447 A
3448 \begin_inset Formula $\downarrow$
3449 \end_inset
3450
3451 B
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" topline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 \begin_inset Formula ${A \brack B}$
3461 \end_inset
3462
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row topspace="2mm" bottomspace="0.5mm">
3470 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \backslash
3476 brace
3477 \begin_inset space \textvisiblespace{}
3478 \end_inset
3479
3480 A
3481 \begin_inset Formula $\downarrow$
3482 \end_inset
3483
3484 B
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula ${A \brace B}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 </lyxtabular>
3503
3504 \end_inset
3505
3506
3507 \end_layout
3508
3509 \begin_layout Subsection
3510 Case Differentiations
3511 \begin_inset Index idx
3512 range none
3513 pageformat default
3514 status collapsed
3515
3516 \begin_layout Plain Layout
3517 Case differentiations
3518 \end_layout
3519
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \begin_layout Standard
3526 \align center
3527 \begin_inset Tabular
3528 <lyxtabular version="3" rows="3" columns="2">
3529 <features booktabs="true" tabularvalignment="middle">
3530 <column alignment="center" valignment="top" width="0pt">
3531 <column alignment="center" valignment="top" width="0pt">
3532 <row>
3533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Command
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Result
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \backslash
3559 cases
3560 \begin_inset space \textvisiblespace{}
3561 \end_inset
3562
3563 A
3564 \begin_inset Formula $\to$
3565 \end_inset
3566
3567 B>0
3568 \begin_inset Index idx
3569 range none
3570 pageformat default
3571 status collapsed
3572
3573 \begin_layout Plain Layout
3574 Commands
3575 \begin_inset IndexMacro subentry
3576 status open
3577
3578 \begin_layout Plain Layout
3579 C
3580 \end_layout
3581
3582 \end_inset
3583
3584
3585 \begin_inset IndexMacro subentry
3586 status open
3587
3588 \begin_layout Plain Layout
3589
3590 \backslash
3591 cases
3592 \end_layout
3593
3594 \end_inset
3595
3596
3597 \end_layout
3598
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 \begin_inset Formula $\begin{cases}
3611 A & B>0\end{cases}$
3612 \end_inset
3613
3614
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row topspace="1.5mm">
3621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \backslash
3627 cases
3628 \begin_inset space \textvisiblespace{}
3629 \end_inset
3630
3631
3632 \begin_inset Info
3633 type  "shortcut"
3634 arg   "newline-insert newline"
3635 \end_inset
3636
3637
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 \begin_inset Formula $\begin{cases}
3647 A & \textrm{for }x>0\\
3648 B & \textrm{for }x=0
3649 \end{cases}$
3650 \end_inset
3651
3652
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 </lyxtabular>
3659
3660 \end_inset
3661
3662
3663 \end_layout
3664
3665 \begin_layout Standard
3666 After inserting 
3667 \series bold
3668
3669 \backslash
3670 cases
3671 \series default
3672  or pressing the math toolbar button 
3673 \begin_inset Info
3674 type  "icon"
3675 arg   "math-insert \\cases"
3676 \end_inset
3677
3678  you can create new lines with the shortcut 
3679 \begin_inset Info
3680 type  "shortcut"
3681 arg   "newline-insert newline"
3682 \end_inset
3683
3684  or the table toolbar button 
3685 \begin_inset Info
3686 type  "icon"
3687 arg   "tabular-feature append-row"
3688 \end_inset
3689
3690 .
3691 \end_layout
3692
3693 \begin_layout Standard
3694 The command 
3695 \series bold
3696
3697 \backslash
3698 cases
3699 \series default
3700  is also available via the menu 
3701 \family sans
3702 Insert\SpecialChar menuseparator
3703 Math\SpecialChar menuseparator
3704 Cases-Environment
3705 \family default
3706 .
3707 \end_layout
3708
3709 \begin_layout Subsection
3710 Negations
3711 \begin_inset Index idx
3712 range none
3713 pageformat default
3714 status collapsed
3715
3716 \begin_layout Plain Layout
3717 Negations
3718 \end_layout
3719
3720 \end_inset
3721
3722
3723 \end_layout
3724
3725 \begin_layout Standard
3726 By inserting 
3727 \series bold
3728
3729 \backslash
3730 not
3731 \series default
3732
3733 \begin_inset Index idx
3734 range none
3735 pageformat default
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739 Commands
3740 \begin_inset IndexMacro subentry
3741 status open
3742
3743 \begin_layout Plain Layout
3744 N
3745 \end_layout
3746
3747 \end_inset
3748
3749
3750 \begin_inset IndexMacro subentry
3751 status open
3752
3753 \begin_layout Plain Layout
3754
3755 \backslash
3756 not
3757 \end_layout
3758
3759 \end_inset
3760
3761
3762 \end_layout
3763
3764 \end_inset
3765
3766  every character can be displayed canceled.
3767  The characters are quasi accentuated by a slash.
3768 \end_layout
3769
3770 \begin_layout Standard
3771 \align center
3772 \begin_inset Tabular
3773 <lyxtabular version="3" rows="4" columns="2">
3774 <features booktabs="true" tabularvalignment="middle">
3775 <column alignment="center" valignment="top" width="0pt">
3776 <column alignment="center" valignment="top" width="0pt">
3777 <row>
3778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Command
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Result
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \backslash
3804 not=
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 \begin_inset Formula $\not=$
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \backslash
3829 not 
3830 \backslash
3831 le
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 \begin_inset Formula $\not\le$
3841 \end_inset
3842
3843
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 </row>
3849 <row>
3850 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854
3855 \backslash
3856 not 
3857 \backslash
3858 parallel
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 \begin_inset Formula $\not\parallel$
3868 \end_inset
3869
3870
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 </lyxtabular>
3877
3878 \end_inset
3879
3880
3881 \end_layout
3882
3883 \begin_layout Standard
3884 The last example shows that not all negations look good.
3885  Therefore there are special commands for some negations (see 
3886 \begin_inset CommandInset ref
3887 LatexCommand ref
3888 reference "subsec:Mathematical-Symbols"
3889 nolink "false"
3890
3891 \end_inset
3892
3893  and 
3894 \begin_inset CommandInset ref
3895 LatexCommand ref
3896 reference "sec:Relations"
3897 nolink "false"
3898
3899 \end_inset
3900
3901 ).
3902 \end_layout
3903
3904 \begin_layout Subsection
3905 Placeholders
3906 \begin_inset CommandInset label
3907 LatexCommand label
3908 name "subsec:Placeholders"
3909
3910 \end_inset
3911
3912
3913 \begin_inset Index idx
3914 range none
3915 pageformat default
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919 Placeholders
3920 \end_layout
3921
3922 \end_inset
3923
3924
3925 \begin_inset Index idx
3926 range none
3927 pageformat default
3928 status collapsed
3929
3930 \begin_layout Plain Layout
3931 Chemical characters
3932 \begin_inset IndexMacro subentry
3933 status open
3934
3935 \begin_layout Plain Layout
3936 Isotopes
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \end_layout
3943
3944 \end_inset
3945
3946
3947 \begin_inset Index idx
3948 range none
3949 pageformat default
3950 status open
3951
3952 \begin_layout Plain Layout
3953 Isotopes
3954 \begin_inset IndexMacro see
3955 status open
3956
3957 \begin_layout Plain Layout
3958 Chemical characters
3959 \end_layout
3960
3961 \end_inset
3962
3963
3964 \end_layout
3965
3966 \end_inset
3967
3968
3969 \end_layout
3970
3971 \begin_layout Standard
3972 When displaying e.
3973 \begin_inset space \thinspace{}
3974 \end_inset
3975
3976 g.
3977 \begin_inset space \space{}
3978 \end_inset
3979
3980 isotopes
3981 \begin_inset Foot
3982 status collapsed
3983
3984 \begin_layout Plain Layout
3985 Typesetting isotopes and chemical symbols is described in 
3986 \begin_inset CommandInset ref
3987 LatexCommand ref
3988 reference "subsec:Chemical-Symbols-and"
3989 nolink "false"
3990
3991 \end_inset
3992
3993 .
3994 \end_layout
3995
3996 \end_inset
3997
3998  the following problem occurs:
3999 \end_layout
4000
4001 \begin_layout Standard
4002 \align center
4003 \begin_inset Tabular
4004 <lyxtabular version="3" rows="2" columns="2">
4005 <features booktabs="true" tabularvalignment="middle">
4006 <column alignment="center" valignment="top" width="0pt">
4007 <column alignment="center" valignment="top" width="0pt">
4008 <row>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Indices created with sub- and superscripts:
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 \begin_inset Formula $_{9}^{19}\mathrm{F}$
4023 \end_inset
4024
4025
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row topspace="1.5mm">
4032 <cell alignment="center" valignment="top" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 Correct indices:
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4046 \end_inset
4047
4048
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 </lyxtabular>
4055
4056 \end_inset
4057
4058
4059 \end_layout
4060
4061 \begin_layout Standard
4062 The shorter index is placed by default below or above the first character of the longer index.
4063  This is corrected using the command 
4064 \series bold
4065
4066 \backslash
4067 phantom
4068 \series default
4069
4070 \begin_inset Index idx
4071 range none
4072 pageformat default
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 Commands
4077 \begin_inset IndexMacro subentry
4078 status open
4079
4080 \begin_layout Plain Layout
4081 P
4082 \end_layout
4083
4084 \end_inset
4085
4086
4087 \begin_inset IndexMacro subentry
4088 status open
4089
4090 \begin_layout Plain Layout
4091
4092 \backslash
4093 phantom
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \end_layout
4100
4101 \end_inset
4102
4103  or the math toolbar button
4104 \begin_inset space \thinspace{}
4105 \end_inset
4106
4107
4108 \begin_inset Foot
4109 status collapsed
4110
4111 \begin_layout Plain Layout
4112 Found in the submenu of the toolbar button 
4113 \begin_inset Info
4114 type  "icon"
4115 arg   "math-insert \\space"
4116 \end_inset
4117
4118
4119 \end_layout
4120
4121 \end_inset
4122
4123  
4124 \begin_inset Info
4125 type  "icon"
4126 arg   "math/phantom"
4127 \end_inset
4128
4129  to create one or more phantom characters.
4130  When inserting phantom characters a small blue box appears that is superposed with two red arrows.
4131  The arrows indicate the width and height of the box to be created as a placeholder.
4132  Phantom characters are placeholders with the same character size.
4133 \end_layout
4134
4135 \begin_layout Standard
4136 \align center
4137 \begin_inset Tabular
4138 <lyxtabular version="3" rows="4" columns="2">
4139 <features booktabs="true" tabularvalignment="middle">
4140 <column alignment="center" valignment="top" width="0pt">
4141 <column alignment="center" valignment="top" width="0pt">
4142 <row>
4143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 Command
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Result
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 </row>
4162 <row topspace="1.5mm">
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 ^19
4168 \begin_inset space \textvisiblespace{}
4169 \end_inset
4170
4171 _
4172 \backslash
4173 phantom
4174 \begin_inset space \textvisiblespace{}
4175 \end_inset
4176
4177 1
4178 \begin_inset Formula $\to$
4179 \end_inset
4180
4181 9
4182 \begin_inset space \textvisiblespace{}
4183 \end_inset
4184
4185
4186 \change_inserted 5863208 1612176450
4187
4188 \backslash
4189 mathrm
4190 \begin_inset space \textvisiblespace{}
4191 \end_inset
4192
4193
4194 \change_unchanged
4195 F
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4205 \end_inset
4206
4207
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row topspace="1.5mm" bottomspace="0.5mm">
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 ^235
4219 \begin_inset space \textvisiblespace{}
4220 \end_inset
4221
4222 _
4223 \backslash
4224 phantom
4225 \begin_inset space \textvisiblespace{}
4226 \end_inset
4227
4228 23
4229 \begin_inset Formula $\to$
4230 \end_inset
4231
4232 9
4233 \begin_inset space \textvisiblespace{}
4234 \end_inset
4235
4236
4237 \change_inserted 5863208 1612707447
4238
4239 \backslash
4240 mathrm
4241 \begin_inset space \textvisiblespace{}
4242 \end_inset
4243
4244
4245 \change_unchanged
4246 F
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row topspace="1.5mm" bottomspace="0.5mm">
4265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \backslash
4271 Lambda
4272 \change_inserted 5863208 1612707546
4273
4274 \begin_inset space \textvisiblespace{}
4275 \end_inset
4276
4277
4278 \change_unchanged
4279 ^
4280 \change_deleted 5863208 1612707563
4281
4282 \begin_inset space \textvisiblespace{}
4283 \end_inset
4284
4285
4286 \change_unchanged
4287
4288 \backslash
4289 phantom
4290 \begin_inset space \textvisiblespace{}
4291 \end_inset
4292
4293 ii
4294 \begin_inset Formula $\to$
4295 \end_inset
4296
4297 t
4298 \begin_inset space \textvisiblespace{}
4299 \end_inset
4300
4301 _MMt
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
4311 \end_inset
4312
4313
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 </lyxtabular>
4320
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \begin_layout Standard
4327 Furthermore there are the commands 
4328 \series bold
4329
4330 \backslash
4331 vphantom
4332 \series default
4333
4334 \begin_inset Index idx
4335 range none
4336 pageformat default
4337 status collapsed
4338
4339 \begin_layout Plain Layout
4340 Commands
4341 \begin_inset IndexMacro subentry
4342 status open
4343
4344 \begin_layout Plain Layout
4345 V
4346 \end_layout
4347
4348 \end_inset
4349
4350
4351 \begin_inset IndexMacro subentry
4352 status open
4353
4354 \begin_layout Plain Layout
4355
4356 \backslash
4357 vphantom
4358 \end_layout
4359
4360 \end_inset
4361
4362
4363 \end_layout
4364
4365 \end_inset
4366
4367  (toolbar button 
4368 \begin_inset Info
4369 type  "icon"
4370 arg   "math/vphantom"
4371 \end_inset
4372
4373 ) and 
4374 \series bold
4375
4376 \backslash
4377 hphantom
4378 \series default
4379
4380 \begin_inset Index idx
4381 range none
4382 pageformat default
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386 Commands
4387 \begin_inset IndexMacro subentry
4388 status open
4389
4390 \begin_layout Plain Layout
4391 H
4392 \end_layout
4393
4394 \end_inset
4395
4396
4397 \begin_inset IndexMacro subentry
4398 status open
4399
4400 \begin_layout Plain Layout
4401
4402 \backslash
4403 hphantom
4404 \end_layout
4405
4406 \end_inset
4407
4408
4409 \end_layout
4410
4411 \end_inset
4412
4413  (toolbar button 
4414 \begin_inset Info
4415 type  "icon"
4416 arg   "math/hphantom"
4417 \end_inset
4418
4419 ).
4420  
4421 \series bold
4422
4423 \backslash
4424 hphantom
4425 \series default
4426  creates only space for the maximal height of the characters in the box but not for its width.
4427  
4428 \series bold
4429
4430 \backslash
4431 vphantom
4432 \series default
4433  creates only space for the width of the box content.
4434  Therefore  the boxes of both commands have only one red arrow.
4435 \end_layout
4436
4437 \begin_layout Standard
4438 For example the command 
4439 \series bold
4440
4441 \backslash
4442 vphantom
4443 \begin_inset space \textvisiblespace{}
4444 \end_inset
4445
4446 a
4447 \backslash
4448 int
4449 \series default
4450  creates space for the height of the integral sign,
4451 \begin_inset Foot
4452 status collapsed
4453
4454 \begin_layout Plain Layout
4455 The command 
4456 \series bold
4457
4458 \backslash
4459 int
4460 \series default
4461  creates an integral sign,
4462  see 
4463 \begin_inset CommandInset ref
4464 LatexCommand ref
4465 reference "subsec:Big-Operators"
4466 nolink "false"
4467
4468 \end_inset
4469
4470 .
4471 \end_layout
4472
4473 \end_inset
4474
4475  because this is the larger character.
4476  An example application is in 
4477 \begin_inset CommandInset ref
4478 LatexCommand ref
4479 reference "subsec:Multiline-Brackets"
4480 nolink "false"
4481
4482 \end_inset
4483
4484 .
4485 \end_layout
4486
4487 \begin_layout Standard
4488 Placeholders can also be used for text when they are inserted via the menu 
4489 \family sans
4490 Insert\SpecialChar menuseparator
4491 Formatting\SpecialChar menuseparator
4492 Phantom
4493 \family default
4494 :
4495 \end_layout
4496
4497 \begin_layout Standard
4498 This is a sentence.
4499 \begin_inset Newline newline
4500 \end_inset
4501
4502
4503 \begin_inset Phantom Phantom
4504 status open
4505
4506 \begin_layout Plain Layout
4507 This
4508 \end_layout
4509
4510 \end_inset
4511
4512  is a sentence.
4513 \end_layout
4514
4515 \begin_layout Subsection
4516 Lines
4517 \begin_inset Index idx
4518 range none
4519 pageformat default
4520 status collapsed
4521
4522 \begin_layout Plain Layout
4523 Lines
4524 \end_layout
4525
4526 \end_inset
4527
4528
4529 \begin_inset Index idx
4530 range none
4531 pageformat default
4532 status collapsed
4533
4534 \begin_layout Plain Layout
4535 Formula
4536 \begin_inset IndexMacro subentry
4537 status open
4538
4539 \begin_layout Plain Layout
4540 underlined
4541 \end_layout
4542
4543 \end_inset
4544
4545
4546 \end_layout
4547
4548 \end_inset
4549
4550
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \align center
4555 \begin_inset Tabular
4556 <lyxtabular version="3" rows="4" columns="2">
4557 <features booktabs="true" tabularvalignment="middle">
4558 <column alignment="center" valignment="top" width="0pt">
4559 <column alignment="center" valignment="top" width="0pt">
4560 <row>
4561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 Command
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Result
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 </row>
4580 <row topspace="2mm">
4581 <cell alignment="center" valignment="top" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \backslash
4587 overline
4588 \begin_inset space \textvisiblespace{}
4589 \end_inset
4590
4591 A+B
4592 \begin_inset Index idx
4593 range none
4594 pageformat default
4595 status collapsed
4596
4597 \begin_layout Plain Layout
4598 Commands
4599 \begin_inset IndexMacro subentry
4600 status open
4601
4602 \begin_layout Plain Layout
4603 O
4604 \end_layout
4605
4606 \end_inset
4607
4608
4609 \begin_inset IndexMacro subentry
4610 status open
4611
4612 \begin_layout Plain Layout
4613
4614 \backslash
4615 overline
4616 \end_layout
4617
4618 \end_inset
4619
4620
4621 \end_layout
4622
4623 \end_inset
4624
4625
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 \begin_inset Formula $\overline{A+B}$
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row bottomspace="1mm">
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \backslash
4650 underline
4651 \begin_inset space \textvisiblespace{}
4652 \end_inset
4653
4654 A+B
4655 \begin_inset Index idx
4656 range none
4657 pageformat default
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661 Commands
4662 \begin_inset IndexMacro subentry
4663 status open
4664
4665 \begin_layout Plain Layout
4666 U
4667 \end_layout
4668
4669 \end_inset
4670
4671
4672 \begin_inset IndexMacro subentry
4673 status open
4674
4675 \begin_layout Plain Layout
4676
4677 \backslash
4678 underline
4679 \end_layout
4680
4681 \end_inset
4682
4683
4684 \end_layout
4685
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 \begin_inset Formula $\underline{A+B}$
4698 \end_inset
4699
4700
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row topspace="2mm" bottomspace="1mm">
4707 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711
4712 \backslash
4713 overline
4714 \begin_inset space \textvisiblespace{}
4715 \end_inset
4716
4717
4718 \backslash
4719 underline
4720 \begin_inset space \textvisiblespace{}
4721 \end_inset
4722
4723 A+B
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 \begin_inset Formula $\overline{\underline{A+B}}$
4733 \end_inset
4734
4735
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 </lyxtabular>
4742
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \begin_layout Standard
4749 In the last example it doesn't matter if 
4750 \series bold
4751
4752 \backslash
4753 overline
4754 \series default
4755  or 
4756 \series bold
4757
4758 \backslash
4759 underline
4760 \series default
4761  is inserted first.
4762 \end_layout
4763
4764 \begin_layout Standard
4765 To double underline use 
4766 \series bold
4767
4768 \backslash
4769 underline
4770 \series default
4771  twice
4772 \change_deleted 5863208 1612707977
4773  
4774 \change_inserted 5863208 1612707993
4775  (or as many times you want).
4776 \change_unchanged
4777
4778 \end_layout
4779
4780 \begin_layout Standard
4781
4782 \change_deleted 232239728 1610990247
4783 It is possible to place up to 6 lines above or below characters.
4784 \change_deleted 5863208 1612729848
4785
4786 \begin_inset Note Note
4787 status open
4788
4789 \begin_layout Plain Layout
4790
4791 \change_inserted 232239728 1610990434
4792 I put 30 over and under lines in my test so I don't know what the actual maximum is,
4793  but it's greater than 6.
4794 \end_layout
4795
4796 \end_inset
4797
4798
4799 \change_unchanged
4800
4801 \end_layout
4802
4803 \begin_layout Standard
4804 \begin_inset VSpace bigskip
4805 \end_inset
4806
4807 Custom lines can be created using the command 
4808 \series bold
4809
4810 \backslash
4811 rule
4812 \series default
4813
4814 \begin_inset Index idx
4815 range none
4816 pageformat default
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Commands
4821 \begin_inset IndexMacro subentry
4822 status open
4823
4824 \begin_layout Plain Layout
4825 R
4826 \end_layout
4827
4828 \end_inset
4829
4830
4831 \begin_inset IndexMacro subentry
4832 status open
4833
4834 \begin_layout Plain Layout
4835
4836 \backslash
4837 rule
4838 \end_layout
4839
4840 \end_inset
4841
4842
4843 \end_layout
4844
4845 \end_inset
4846
4847  which has the following scheme:
4848 \end_layout
4849
4850 \begin_layout Standard
4851
4852 \series bold
4853
4854 \backslash
4855 rule[vertical offset]{length}{thickness}
4856 \end_layout
4857
4858 \begin_layout Standard
4859 The optional vertical offset shifts the line upwards (or downwards,
4860  when the value is negative).
4861  The units listed in 
4862 \begin_inset CommandInset ref
4863 LatexCommand ref
4864 reference "tab:Available-units"
4865 nolink "false"
4866
4867 \end_inset
4868
4869  can be used for the values.
4870  Here are two example lines created with the commands
4871 \begin_inset Newline newline
4872 \end_inset
4873
4874
4875 \series bold
4876
4877 \backslash
4878 rule[-2ex]{3cm}{2pt}
4879 \series default
4880  and 
4881 \series bold
4882
4883 \backslash
4884 rule{2cm}{1pt}
4885 \series default
4886 :
4887 \end_layout
4888
4889 \begin_layout Standard
4890 This is a sentence 
4891 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4892 \end_inset
4893
4894  with two lines.
4895 \end_layout
4896
4897 \begin_layout Standard
4898
4899 \series bold
4900
4901 \backslash
4902 rule
4903 \series default
4904  can also be used for text when a line is inserted via the menu 
4905 \family sans
4906 Insert\SpecialChar menuseparator
4907 Formatting\SpecialChar menuseparator
4908 Horizontal
4909 \begin_inset space ~
4910 \end_inset
4911
4912 Line
4913 \family default
4914 :
4915 \end_layout
4916
4917 \begin_layout Standard
4918 This is a sentence 
4919 \begin_inset CommandInset line
4920 LatexCommand rule
4921 offset "0.5ex"
4922 width "3cm"
4923 height "1pt"
4924
4925 \end_inset
4926
4927  with one line.
4928 \end_layout
4929
4930 \begin_layout Subsection
4931 Ellipses
4932 \begin_inset CommandInset label
4933 LatexCommand label
4934 name "subsec:Ellipses"
4935
4936 \end_inset
4937
4938
4939 \begin_inset Index idx
4940 range none
4941 pageformat default
4942 status collapsed
4943
4944 \begin_layout Plain Layout
4945 Ellipses
4946 \end_layout
4947
4948 \end_inset
4949
4950
4951 \end_layout
4952
4953 \begin_layout Standard
4954 There are different types of ellipses available.
4955 \begin_inset Foot
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 In the math toolbar in the submenu of the button 
4960 \begin_inset Info
4961 type  "icon"
4962 arg   "math-insert \\ldots"
4963 \end_inset
4964
4965
4966 \end_layout
4967
4968 \end_inset
4969
4970  For listings,
4971  dots at the baseline are used (
4972 \series bold
4973
4974 \backslash
4975 ldots
4976 \series default
4977
4978 \begin_inset Index idx
4979 range none
4980 pageformat default
4981 status collapsed
4982
4983 \begin_layout Plain Layout
4984 Commands
4985 \begin_inset IndexMacro subentry
4986 status open
4987
4988 \begin_layout Plain Layout
4989 L
4990 \end_layout
4991
4992 \end_inset
4993
4994
4995 \begin_inset IndexMacro subentry
4996 status open
4997
4998 \begin_layout Plain Layout
4999
5000 \backslash
5001 ldots
5002 \end_layout
5003
5004 \end_inset
5005
5006
5007 \end_layout
5008
5009 \end_inset
5010
5011 ),
5012  while for operations,
5013  dots are needed that are on the same height as the operators (
5014 \series bold
5015
5016 \backslash
5017 cdots
5018 \series default
5019
5020 \begin_inset Index idx
5021 range none
5022 pageformat default
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 Commands
5027 \begin_inset IndexMacro subentry
5028 status open
5029
5030 \begin_layout Plain Layout
5031 C
5032 \end_layout
5033
5034 \end_inset
5035
5036
5037 \begin_inset IndexMacro subentry
5038 status open
5039
5040 \begin_layout Plain Layout
5041
5042 \backslash
5043 cdots
5044 \end_layout
5045
5046 \end_inset
5047
5048
5049 \end_layout
5050
5051 \end_inset
5052
5053 ).
5054  When using the command 
5055 \series bold
5056
5057 \backslash
5058 dots
5059 \series default
5060
5061 \begin_inset Index idx
5062 range none
5063 pageformat default
5064 status collapsed
5065
5066 \begin_layout Plain Layout
5067 Commands
5068 \begin_inset IndexMacro subentry
5069 status open
5070
5071 \begin_layout Plain Layout
5072 D
5073 \end_layout
5074
5075 \end_inset
5076
5077
5078 \begin_inset IndexMacro subentry
5079 status open
5080
5081 \begin_layout Plain Layout
5082
5083 \backslash
5084 dots
5085 \end_layout
5086
5087 \end_inset
5088
5089
5090 \end_layout
5091
5092 \end_inset
5093
5094 ,
5095  \SpecialChar LaTeX
5096  decides on the basis of the next character what type is used.
5097 \end_layout
5098
5099 \begin_layout Standard
5100 \align center
5101 \begin_inset Tabular
5102 <lyxtabular version="3" rows="9" columns="2">
5103 <features booktabs="true" tabularvalignment="middle">
5104 <column alignment="center" valignment="top" width="0pt">
5105 <column alignment="center" valignment="top" width="0pt">
5106 <row>
5107 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 Command
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Result
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 </row>
5126 <row>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 A_1
5132 \begin_inset space \textvisiblespace{}
5133 \end_inset
5134
5135 ,
5136 \backslash
5137 dots
5138 \begin_inset space \textvisiblespace{}
5139 \end_inset
5140
5141 ,A_n
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 \begin_inset Formula $A_{1},\dots,A_{n}$
5151 \end_inset
5152
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 A_1
5165 \begin_inset space \textvisiblespace{}
5166 \end_inset
5167
5168 +
5169 \backslash
5170 dots
5171 \begin_inset space \textvisiblespace{}
5172 \end_inset
5173
5174 +A_n
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 \begin_inset Formula $A_{1}+\dots+A_{n}$
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="center" valignment="top" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 A_1
5198 \begin_inset space \textvisiblespace{}
5199 \end_inset
5200
5201 ,
5202 \backslash
5203 ldots
5204 \begin_inset space \textvisiblespace{}
5205 \end_inset
5206
5207 ,A_n
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 \begin_inset Formula $A_{1},\ldots,A_{n}$
5217 \end_inset
5218
5219
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 <row>
5226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 A_1
5231 \begin_inset space \textvisiblespace{}
5232 \end_inset
5233
5234 +
5235 \backslash
5236 cdots
5237 \begin_inset space \textvisiblespace{}
5238 \end_inset
5239
5240 +A_n
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 \begin_inset Formula $A_{1}+\cdots+A_{n}$
5250 \end_inset
5251
5252
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 </row>
5258 <row>
5259 <cell alignment="center" valignment="top" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263
5264 \backslash
5265 vdots
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 \begin_inset Formula $\vdots$
5275 \end_inset
5276
5277
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="center" valignment="top" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \backslash
5290 ddots
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 \begin_inset Formula $\ddots$
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="center" valignment="top" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \backslash
5315 iddots
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 \begin_inset Formula $\iddots$
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 3×3
5339 \begin_inset space \thinspace{}
5340 \end_inset
5341
5342 matrix with the different dots
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 \begin_inset Formula $\begin{array}{ccc}
5352 A_{11} & \cdots & A_{1m}\\
5353 \vdots & \ddots & \vdots\\
5354 A_{n1} & \cdots & A_{nm}
5355 \end{array}$
5356 \end_inset
5357
5358
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 </lyxtabular>
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \begin_layout Standard
5372 The ellipses available in menu 
5373 \family sans
5374 Insert\SpecialChar menuseparator
5375 Special
5376 \begin_inset space ~
5377 \end_inset
5378
5379 Character
5380 \family default
5381  are 
5382 \series bold
5383
5384 \backslash
5385 ldots
5386 \series default
5387 .
5388 \end_layout
5389
5390 \begin_layout Standard
5391 \begin_inset VSpace medskip
5392 \end_inset
5393
5394 To use 
5395 \series bold
5396
5397 \backslash
5398 iddots
5399 \series default
5400 ,
5401  the option 
5402 \family sans
5403 Use mathdots package (automatically)
5404 \family default
5405  must be set in the document settings under 
5406 \family sans
5407 Math
5408 \begin_inset space ~
5409 \end_inset
5410
5411 Options
5412 \family default
5413 .
5414 \begin_inset Newline newline
5415 \end_inset
5416
5417 Using the option 
5418 \family sans
5419 Use mathdots package
5420 \family default
5421  will improve the appearance of all dots in the documents if their font style or size is not the default.
5422 \end_layout
5423
5424 \begin_layout Standard
5425 \begin_inset VSpace medskip
5426 \end_inset
5427
5428 Specially for matrices there are ellipses that span over several columns.
5429  They are created with the command 
5430 \series bold
5431
5432 \backslash
5433 hdotsfor
5434 \series default
5435
5436 \begin_inset Index idx
5437 range none
5438 pageformat default
5439 status collapsed
5440
5441 \begin_layout Plain Layout
5442 Commands
5443 \begin_inset IndexMacro subentry
5444 status open
5445
5446 \begin_layout Plain Layout
5447 H
5448 \end_layout
5449
5450 \end_inset
5451
5452
5453 \begin_inset IndexMacro subentry
5454 status open
5455
5456 \begin_layout Plain Layout
5457
5458 \backslash
5459 hdotsfor
5460 \end_layout
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \end_inset
5468
5469  and have the following scheme
5470 \change_inserted 5863208 1612709418
5471  (
5472 \family sans
5473 mathtools
5474 \family default
5475  must be loaded 
5476 \family sans
5477 always
5478 \family default
5479  under 
5480 \family sans
5481 Math
5482 \begin_inset space ~
5483 \end_inset
5484
5485 Options
5486 \family default
5487  for this to work)
5488 \change_unchanged
5489 :
5490 \end_layout
5491
5492 \begin_layout Standard
5493
5494 \series bold
5495
5496 \backslash
5497 hdotsfor[distance]{number of columns}
5498 \end_layout
5499
5500 \begin_layout Standard
5501 The number of columns specifies how many columns should be spanned.
5502  Distance is a factor for the distance between the dots.
5503 \end_layout
5504
5505 \begin_layout Standard
5506 In the following matrix the command 
5507 \series bold
5508
5509 \backslash
5510 hdotsfor[2]{4}
5511 \series default
5512  was inserted in the first box of the second line to get an ellipsis with a dot distance twice as long as with the command 
5513 \series bold
5514
5515 \backslash
5516 dots
5517 \series default
5518 :
5519 \begin_inset Formula 
5520 \[
5521 \left(\begin{array}{cccc}
5522 A & B & C & D\\
5523 \hdotsfor[2]{4}\\
5524 q & w & e & r
5525 \end{array}\right)
5526 \]
5527
5528 \end_inset
5529
5530 Note that the matrix fields that should be spanned must be empty,
5531  otherwise you get \SpecialChar LaTeX
5532 -errors.
5533 \end_layout
5534
5535 \begin_layout Standard
5536 \begin_inset VSpace bigskip
5537 \end_inset
5538
5539 Furthermore you can fill with the command 
5540 \series bold
5541
5542 \backslash
5543 dotfill
5544 \series default
5545
5546 \begin_inset Index idx
5547 range none
5548 pageformat default
5549 status open
5550
5551 \begin_layout Plain Layout
5552 Commands
5553 \begin_inset IndexMacro subentry
5554 status open
5555
5556 \begin_layout Plain Layout
5557 D
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \begin_inset IndexMacro subentry
5564 status open
5565
5566 \begin_layout Plain Layout
5567
5568 \backslash
5569 dotfill
5570 \end_layout
5571
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \end_inset
5578
5579  the rest of a line with dots.
5580  The effect of these commands is the same as with 
5581 \series bold
5582
5583 \backslash
5584 hfill
5585 \series default
5586 ,
5587  see 
5588 \begin_inset CommandInset ref
5589 LatexCommand ref
5590 reference "subsec:Variable-Space"
5591 nolink "false"
5592
5593 \end_inset
5594
5595 .
5596 \end_layout
5597
5598 \begin_layout Standard
5599 For example the command 
5600 \series bold
5601 A
5602 \backslash
5603 dotfill
5604 \begin_inset space \textvisiblespace{}
5605 \end_inset
5606
5607 B
5608 \series default
5609  produces
5610 \end_layout
5611
5612 \begin_layout Standard
5613 \begin_inset Formula $A\dotfill B$
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \begin_layout Standard
5620 Similar to
5621 \series bold
5622  
5623 \backslash
5624 dotfill
5625 \series default
5626  there is for a line the command 
5627 \series bold
5628
5629 \backslash
5630 hrulefill
5631 \series default
5632
5633 \begin_inset Index idx
5634 range none
5635 pageformat default
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639 Commands
5640 \begin_inset IndexMacro subentry
5641 status open
5642
5643 \begin_layout Plain Layout
5644 H
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \begin_inset IndexMacro subentry
5651 status open
5652
5653 \begin_layout Plain Layout
5654
5655 \backslash
5656 hrulefill
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \end_inset
5665
5666 :
5667 \end_layout
5668
5669 \begin_layout Standard
5670 \begin_inset Formula $A\hrulefill B$
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \begin_layout Standard
5677 To use the commands for text,
5678  they have to be inserted in \SpecialChar TeX
5679  mode.
5680 \end_layout
5681
5682 \begin_layout Section
5683 Matrices
5684 \begin_inset CommandInset label
5685 LatexCommand label
5686 name "sec:Matrices"
5687
5688 \end_inset
5689
5690
5691 \begin_inset Index idx
5692 range none
5693 pageformat default
5694 status collapsed
5695
5696 \begin_layout Plain Layout
5697 Matrices
5698 \end_layout
5699
5700 \end_inset
5701
5702
5703 \end_layout
5704
5705 \begin_layout Standard
5706 Matrices can be inserted via the math toolbar button 
5707 \begin_inset Info
5708 type  "icon"
5709 arg   "dialog-show mathmatrix"
5710 \end_inset
5711
5712  or the menu 
5713 \family sans
5714 Insert\SpecialChar menuseparator
5715 Math\SpecialChar menuseparator
5716 Matrix
5717 \family default
5718 .
5719  In the matrix dialog you can specify the number of columns and rows,
5720  the alignment and the decoration.
5721  The vertical alignment is only of importance for matrices in inline formulas:
5722 \end_layout
5723
5724 \begin_layout Standard
5725 The first matrix is top 
5726 \begin_inset Formula $\begin{array}[t]{cccc}
5727 A & D & G & J\\
5728 B & E & H & K\\
5729 C & F & I & L
5730 \end{array}$
5731 \end_inset
5732
5733 ,
5734  the second middle 
5735 \begin_inset Formula $\begin{array}{cccc}
5736 A & D & G & J\\
5737 B & E & H & K\\
5738 C & F & I & L
5739 \end{array}$
5740 \end_inset
5741
5742  and the third bottom 
5743 \begin_inset Formula $\begin{array}[b]{cccc}
5744 A & D & G & J\\
5745 B & E & H & K\\
5746 C & F & I & L
5747 \end{array}$
5748 \end_inset
5749
5750  aligned.
5751 \end_layout
5752
5753 \begin_layout Standard
5754 The horizontal alignment specifies how the column entries should be aligned.
5755  It is set by entering a letter for every column.
5756  
5757 \emph on
5758 l
5759 \emph default
5760  denotes left aligned,
5761  
5762 \emph on
5763 c
5764 \emph default
5765  centered and 
5766 \emph on
5767 r
5768 \emph default
5769  right aligned.
5770  To create for example a 4
5771 \series bold
5772 ×
5773 \series default
5774 4
5775 \begin_inset space ~
5776 \end_inset
5777
5778 matrix where the first column is left aligned,
5779  the second and third are centered and the last one is right aligned,
5780  one enters for the horizontal alignment 
5781 \series bold
5782 lccr
5783 \series default
5784 .
5785  Normally in a matrix all columns are centered,
5786  therefore the default for every column is a 
5787 \series bold
5788 c
5789 \series default
5790 .
5791 \end_layout
5792
5793 \begin_layout Standard
5794 Horizontal alignment:
5795 \end_layout
5796
5797 \begin_layout Standard
5798
5799 \series bold
5800 lll
5801 \series default
5802  :
5803  
5804 \begin_inset Formula $\begin{array}{lll}
5805 10000 & D & G\\
5806 B & 10000 & H\\
5807 C & F & 10000
5808 \end{array}$
5809 \end_inset
5810
5811  ,
5812  
5813 \series bold
5814 ccc
5815 \series default
5816  :
5817  
5818 \begin_inset Formula $\begin{array}{ccc}
5819 10000 & D & G\\
5820 B & 10000 & H\\
5821 C & F & 10000
5822 \end{array}$
5823 \end_inset
5824
5825  ,
5826  
5827 \series bold
5828 rrr
5829 \series default
5830  :
5831  
5832 \begin_inset Formula $\begin{array}{rrr}
5833 10000 & D & G\\
5834 B & 10000 & H\\
5835 C & F & 10000
5836 \end{array}$
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \begin_layout Standard
5843 To subsequently add or delete rows and columns,
5844  the math toolbar buttons 
5845 \begin_inset Info
5846 type  "icon"
5847 arg   "tabular-feature append-row"
5848 \end_inset
5849
5850 ,
5851  
5852 \begin_inset Info
5853 type  "icon"
5854 arg   "tabular-feature delete-row"
5855 \end_inset
5856
5857 ,
5858  etc.
5859 \begin_inset space \thinspace{}
5860 \end_inset
5861
5862 ,
5863  or the menu 
5864 \family sans
5865 Edit\SpecialChar menuseparator
5866 Rows & Columns
5867 \family default
5868  can be used.
5869  New rows can also be created with 
5870 \begin_inset Info
5871 type  "shortcut"
5872 arg   "newline-insert newline"
5873 \end_inset
5874
5875 .
5876 \end_layout
5877
5878 \begin_layout Standard
5879 \begin_inset VSpace bigskip
5880 \end_inset
5881
5882
5883 \change_deleted 47243155 1563226130
5884 The 
5885 \change_deleted -563046850 1563190969
5886
5887 \family sans
5888 Decoration
5889 \change_inserted -563046850 1563190971
5890 Appearance
5891 \change_unchanged
5892
5893 \family default
5894  
5895 \change_deleted -563046850 1563192602
5896 adds
5897 \change_inserted -563046850 1563192607
5898 can be used to add
5899 \change_unchanged
5900  parentheses in the selected style around the matrix
5901 \change_inserted -563046850 1563192780
5902  or to select the 
5903 \family sans
5904 small
5905 \family default
5906  style,
5907  suitable for an inline matrix like this one 
5908 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
5909 \mathrm{i} & 0
5910 \end{smallmatrix}\bigr)$
5911 \end_inset
5912
5913
5914 \change_unchanged
5915 .
5916
5917 \change_inserted -563046850 1563192943
5918  Here the parentheses have been added manually using commands 
5919 \series bold
5920
5921 \backslash
5922 bigl(
5923 \series default
5924  and 
5925 \series bold
5926
5927 \backslash
5928 bigr).
5929 \end_layout
5930
5931 \begin_layout Standard
5932
5933 \change_deleted -563046850 1563192735
5934  
5935 \change_unchanged
5936 Alternatively,
5937  parentheses can 
5938 \change_deleted -563046850 1563192971
5939 either 
5940 \change_unchanged
5941 be created with the commands 
5942 \series bold
5943
5944 \backslash
5945 left
5946 \series default
5947
5948 \begin_inset Index idx
5949 range none
5950 pageformat default
5951 status collapsed
5952
5953 \begin_layout Plain Layout
5954 Commands
5955 \begin_inset IndexMacro subentry
5956 status open
5957
5958 \begin_layout Plain Layout
5959 L
5960 \end_layout
5961
5962 \end_inset
5963
5964
5965 \begin_inset IndexMacro subentry
5966 status open
5967
5968 \begin_layout Plain Layout
5969
5970 \backslash
5971 left
5972 \end_layout
5973
5974 \end_inset
5975
5976
5977 \end_layout
5978
5979 \end_inset
5980
5981  and 
5982 \series bold
5983
5984 \backslash
5985 right
5986 \series default
5987
5988 \begin_inset Index idx
5989 range none
5990 pageformat default
5991 status collapsed
5992
5993 \begin_layout Plain Layout
5994 Commands
5995 \begin_inset IndexMacro subentry
5996 status open
5997
5998 \begin_layout Plain Layout
5999 R
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \begin_inset IndexMacro subentry
6006 status open
6007
6008 \begin_layout Plain Layout
6009
6010 \backslash
6011 right
6012 \end_layout
6013
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020
6021  (shortcut 
6022 \family sans
6023 Alt+M
6024 \begin_inset space ~
6025 \end_inset
6026
6027 Parenthesis
6028 \family default
6029 ),
6030  see 
6031 \begin_inset CommandInset ref
6032 LatexCommand ref
6033 reference "subsec:Automatic-Bracket-Size"
6034 nolink "false"
6035
6036 \end_inset
6037
6038 ,
6039  or by using the following commands:
6040 \begin_inset VSpace medskip
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Standard
6047 \begin_inset space \hfill{}
6048 \end_inset
6049
6050
6051 \begin_inset Tabular
6052 <lyxtabular version="3" rows="4" columns="2">
6053 <features booktabs="true" tabularvalignment="middle">
6054 <column alignment="center" valignment="top" width="0pt">
6055 <column alignment="center" valignment="top">
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 Command
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 Result
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row topspace="1.5mm">
6077 <cell alignment="center" valignment="top" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081
6082 \backslash
6083 bmatrix
6084 \begin_inset space \textvisiblespace{}
6085 \end_inset
6086
6087 2
6088 \series bold
6089 ×
6090 \series default
6091 2
6092 \begin_inset space \thinspace{}
6093 \end_inset
6094
6095 matrix
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
6105 0 & \textrm{-}\mathrm{i}\\
6106 \mathrm{i} & 0
6107 \end{array}\end{bmatrix}$
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row topspace="1.5mm" bottomspace="0.5mm">
6117 <cell alignment="center" valignment="top" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \backslash
6123 Bmatrix
6124 \begin_inset space \textvisiblespace{}
6125 \end_inset
6126
6127 2
6128 \series bold
6129 ×
6130 \series default
6131 2
6132 \begin_inset space \thinspace{}
6133 \end_inset
6134
6135 matrix
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
6145 0 & \textrm{-}\mathrm{i}\\
6146 \mathrm{i} & 0
6147 \end{array}\end{Bmatrix}$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row>
6157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161
6162 \backslash
6163 pmatrix
6164 \begin_inset space \textvisiblespace{}
6165 \end_inset
6166
6167 2
6168 \series bold
6169 ×
6170 \series default
6171 2
6172 \begin_inset space \thinspace{}
6173 \end_inset
6174
6175 matrix
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
6185 0 & \textrm{-}\mathrm{i}\\
6186 \mathrm{i} & 0
6187 \end{array}\end{pmatrix}$
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 </row>
6196 </lyxtabular>
6197
6198 \end_inset
6199
6200
6201 \begin_inset space \hfill{}
6202 \end_inset
6203
6204
6205 \begin_inset Tabular
6206 <lyxtabular version="3" rows="4" columns="2">
6207 <features booktabs="true" tabularvalignment="middle">
6208 <column alignment="center" valignment="top" width="0pt">
6209 <column alignment="center" valignment="top">
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 Command
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 Result
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 <row topspace="1.5mm">
6231 <cell alignment="center" valignment="top" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235
6236 \backslash
6237 vmatrix
6238 \begin_inset space \textvisiblespace{}
6239 \end_inset
6240
6241 2
6242 \series bold
6243 ×
6244 \series default
6245 2
6246 \begin_inset space \thinspace{}
6247 \end_inset
6248
6249 matrix
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
6259 0 & \textrm{-}\mathrm{i}\\
6260 \mathrm{i} & 0
6261 \end{array}\end{vmatrix}$
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row topspace="1.5mm" bottomspace="0.5mm">
6271 <cell alignment="center" valignment="top" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275
6276 \backslash
6277 Vmatrix
6278 \begin_inset space \textvisiblespace{}
6279 \end_inset
6280
6281 2
6282 \series bold
6283 ×
6284 \series default
6285 2
6286 \begin_inset space \thinspace{}
6287 \end_inset
6288
6289 matrix
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
6299 0 & \textrm{-}\mathrm{i}\\
6300 \mathrm{i} & 0
6301 \end{array}\end{Vmatrix}$
6302 \end_inset
6303
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315
6316 \backslash
6317 matrix
6318 \begin_inset space \textvisiblespace{}
6319 \end_inset
6320
6321 2
6322 \series bold
6323 ×
6324 \series default
6325 2
6326 \begin_inset space \thinspace{}
6327 \end_inset
6328
6329 matrix
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
6339 0 & \textrm{-}\mathrm{i}\\
6340 \mathrm{i} & 0
6341 \end{array}\end{matrix}$
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 </lyxtabular>
6351
6352 \end_inset
6353
6354
6355 \begin_inset space \hfill{}
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Standard
6362 \begin_inset VSpace medskip
6363 \end_inset
6364
6365 When e.
6366 \begin_inset space \thinspace{}
6367 \end_inset
6368
6369 g.
6370 \begin_inset space \space{}
6371 \end_inset
6372
6373
6374 \series bold
6375
6376 \backslash
6377 vmatrix
6378 \series default
6379  is inserted,
6380  a blue box appears between two vertical lines where the matrix is inserted.
6381 \begin_inset Newline newline
6382 \end_inset
6383
6384 Note that decorated matrices ignore the vertical alignment.
6385 \end_layout
6386
6387 \begin_layout Standard
6388 \begin_inset VSpace bigskip
6389 \end_inset
6390
6391 As all multiline formulas are matrices,
6392  the length 
6393 \series bold
6394
6395 \backslash
6396 arraycolsep
6397 \series default
6398
6399 \begin_inset Index idx
6400 range none
6401 pageformat default
6402 status collapsed
6403
6404 \begin_layout Plain Layout
6405 Commands
6406 \begin_inset IndexMacro subentry
6407 status open
6408
6409 \begin_layout Plain Layout
6410 A
6411 \end_layout
6412
6413 \end_inset
6414
6415
6416 \begin_inset IndexMacro subentry
6417 status open
6418
6419 \begin_layout Plain Layout
6420
6421 \backslash
6422 arraycolsep
6423 \end_layout
6424
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431
6432  that is described in 
6433 \begin_inset CommandInset ref
6434 LatexCommand ref
6435 reference "subsec:Column-Separation"
6436 nolink "false"
6437
6438 \end_inset
6439
6440  can also be used to change the column separation of matrices.
6441 \end_layout
6442
6443 \begin_layout Standard
6444 To change the row separation,
6445  the command 
6446 \series bold
6447
6448 \backslash
6449 arraystretch
6450 \series default
6451
6452 \begin_inset Index idx
6453 range none
6454 pageformat default
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458 Commands
6459 \begin_inset IndexMacro subentry
6460 status open
6461
6462 \begin_layout Plain Layout
6463 A
6464 \end_layout
6465
6466 \end_inset
6467
6468
6469 \begin_inset IndexMacro subentry
6470 status open
6471
6472 \begin_layout Plain Layout
6473
6474 \backslash
6475 arraystretch
6476 \end_layout
6477
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \end_inset
6484
6485  is used as follows:
6486 \end_layout
6487
6488 \begin_layout Standard
6489
6490 \series bold
6491
6492 \backslash
6493 renewcommand{
6494 \backslash
6495 arraystretch}{stretch factor}
6496 \begin_inset Index idx
6497 range none
6498 pageformat default
6499 status collapsed
6500
6501 \begin_layout Plain Layout
6502 Commands
6503 \begin_inset IndexMacro subentry
6504 status open
6505
6506 \begin_layout Plain Layout
6507 R
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \begin_inset IndexMacro subentry
6514 status open
6515
6516 \begin_layout Plain Layout
6517
6518 \backslash
6519 renewcommand
6520 \end_layout
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \begin_layout Standard
6533 The command 
6534 \series bold
6535
6536 \backslash
6537 renewcommand
6538 \series default
6539  assigns the stretch factor to the predefined command 
6540 \series bold
6541
6542 \backslash
6543 arraystretch
6544 \series default
6545 .
6546  For example to double the row separation,
6547  use a stretch factor of 2.
6548  This is then used for all following matrices.
6549  To restore the original separation,
6550  assign a stretch factor of 1 to 
6551 \series bold
6552
6553 \backslash
6554 arraystretch
6555 \series default
6556 .
6557 \end_layout
6558
6559 \begin_layout Standard
6560
6561 \change_inserted 47243155 1563226178
6562 Small inline matrices can also be obtained using 
6563 \change_deleted 47243155 1563226182
6564 To set matrices into a text line,
6565
6566 \change_unchanged
6567  the command 
6568 \series bold
6569
6570 \backslash
6571 smallmatrix
6572 \series default
6573
6574 \begin_inset Index idx
6575 range none
6576 pageformat default
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 Commands
6581 \begin_inset IndexMacro subentry
6582 status open
6583
6584 \begin_layout Plain Layout
6585 S
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \begin_inset IndexMacro subentry
6592 status open
6593
6594 \begin_layout Plain Layout
6595
6596 \backslash
6597 smallmatrix
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \change_deleted 47243155 1563226186
6609  is used
6610 \change_unchanged
6611 .
6612  When it is inserted in a line a blue box with two dashed lines appears.
6613  Adjust the matrix rows and columns as desired.
6614 \end_layout
6615
6616 \begin_layout Standard
6617 This is a matrix 
6618 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6619 C & D
6620 \end{smallmatrix}\right)$
6621 \end_inset
6622
6623  in a text line
6624 \change_inserted 47243155 1563226243
6625  with automatic delimiters around it
6626 \change_unchanged
6627 .
6628 \end_layout
6629
6630 \begin_layout Section
6631 Brackets and Delimiters
6632 \begin_inset Index idx
6633 range none
6634 pageformat default
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 Brackets
6639 \end_layout
6640
6641 \end_inset
6642
6643
6644 \begin_inset Index idx
6645 range none
6646 pageformat default
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 Delimiters
6651 \end_layout
6652
6653 \end_inset
6654
6655
6656 \end_layout
6657
6658 \begin_layout Subsection
6659 Vertical Brackets and Delimiters
6660 \begin_inset Index idx
6661 range none
6662 pageformat default
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666 Brackets
6667 \begin_inset IndexMacro subentry
6668 status open
6669
6670 \begin_layout Plain Layout
6671 vertical
6672 \end_layout
6673
6674 \end_inset
6675
6676
6677 \end_layout
6678
6679 \end_inset
6680
6681
6682 \end_layout
6683
6684 \begin_layout Standard
6685 \begin_inset space \hfill{}
6686 \end_inset
6687
6688
6689 \begin_inset Tabular
6690 <lyxtabular version="3" rows="9" columns="2">
6691 <features booktabs="true" tabularvalignment="middle">
6692 <column alignment="center" valignment="top" width="0pt">
6693 <column alignment="center" valignment="top" width="0pt">
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 Command
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 Result
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 <row>
6715 <cell alignment="center" valignment="top" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 (
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 \begin_inset Formula $($
6729 \end_inset
6730
6731
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 {
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 \begin_inset Formula $\{$
6752 \end_inset
6753
6754
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 </row>
6760 <row>
6761 <cell alignment="center" valignment="top" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 [
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 \begin_inset Formula $[$
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 </row>
6783 <row>
6784 <cell alignment="center" valignment="top" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788
6789 \backslash
6790 langle
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 \begin_inset Formula $\langle$
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 <row>
6809 <cell alignment="center" valignment="top" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \backslash
6815 lceil
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 \begin_inset Formula $\lceil$
6825 \end_inset
6826
6827
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 <row>
6834 <cell alignment="center" valignment="top" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838
6839 \backslash
6840 lfloor
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 \begin_inset Formula $\lfloor$
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 <row>
6859 <cell alignment="center" valignment="top" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 /
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 \begin_inset Formula $/$
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 </row>
6881 <row>
6882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 |
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 \begin_inset Formula $|$
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 </lyxtabular>
6905
6906 \end_inset
6907
6908
6909 \begin_inset space \hfill{}
6910 \end_inset
6911
6912
6913 \begin_inset Tabular
6914 <lyxtabular version="3" rows="9" columns="2">
6915 <features booktabs="true" tabularvalignment="middle">
6916 <column alignment="center" valignment="top" width="0pt">
6917 <column alignment="center" valignment="top" width="0pt">
6918 <row>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 Command
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 Result
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 </row>
6938 <row>
6939 <cell alignment="center" valignment="top" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 )
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 <cell alignment="center" valignment="top" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 \begin_inset Formula $)$
6953 \end_inset
6954
6955
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 </row>
6961 <row>
6962 <cell alignment="center" valignment="top" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 }
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 \begin_inset Formula $\}$
6976 \end_inset
6977
6978
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 </row>
6984 <row>
6985 <cell alignment="center" valignment="top" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 ]
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 \begin_inset Formula $]$
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012
7013 \backslash
7014 rangle
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 \begin_inset Formula $\rangle$
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037
7038 \backslash
7039 rceil
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 \begin_inset Formula $\rceil$
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \backslash
7064 rfloor
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Formula $\rfloor$
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087
7088 \backslash
7089
7090 \backslash
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 \begin_inset Formula $\backslash$
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 </row>
7109 <row>
7110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114
7115 \backslash
7116 |
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 \begin_inset Formula $\|$
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 </row>
7134 </lyxtabular>
7135
7136 \end_inset
7137
7138
7139 \begin_inset space \hfill{}
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \begin_layout Standard
7146
7147 \series medium
7148 \begin_inset Note Greyedout
7149 status open
7150
7151 \begin_layout Plain Layout
7152
7153 \series bold
7154 Note:
7155
7156 \series default
7157  In \SpecialChar TeX
7158  mode the command 
7159 \series bold
7160
7161 \backslash
7162 textbackslash
7163 \series default
7164
7165 \begin_inset Index idx
7166 range none
7167 pageformat default
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171 Commands
7172 \begin_inset IndexMacro subentry
7173 status open
7174
7175 \begin_layout Plain Layout
7176 T
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \begin_inset IndexMacro subentry
7183 status open
7184
7185 \begin_layout Plain Layout
7186
7187 \backslash
7188 textbackslash
7189 \end_layout
7190
7191 \end_inset
7192
7193
7194 \end_layout
7195
7196 \end_inset
7197
7198  must be used for the backslash,
7199  because the command 
7200 \series bold
7201
7202 \backslash
7203
7204 \backslash
7205
7206 \series default
7207  produces a line break there.
7208 \end_layout
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \begin_layout Standard
7216 For all characters listed above the size can be adjusted with the commands described in the following two subsections.
7217  When using these commands,
7218  the characters < and > can directly be used instead of the commands 
7219 \series bold
7220
7221 \backslash
7222 langle
7223 \series default
7224  and 
7225 \series bold
7226
7227 \backslash
7228 rangle
7229 \series default
7230 .
7231 \end_layout
7232
7233 \begin_layout Subsubsection
7234 Manual Bracket Size
7235 \begin_inset CommandInset label
7236 LatexCommand label
7237 name "subsec:Manual-Bracket-Size"
7238
7239 \end_inset
7240
7241
7242 \begin_inset Index idx
7243 range none
7244 pageformat default
7245 status collapsed
7246
7247 \begin_layout Plain Layout
7248 Bracket size
7249 \begin_inset IndexMacro subentry
7250 status open
7251
7252 \begin_layout Plain Layout
7253 manual
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \end_layout
7265
7266 \begin_layout Standard
7267 The bracket size can be specified manually by the \SpecialChar LaTeX
7268 -commands 
7269 \series bold
7270
7271 \backslash
7272 big
7273 \series default
7274
7275 \begin_inset Index idx
7276 range none
7277 pageformat default
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281 Commands
7282 \begin_inset IndexMacro subentry
7283 status open
7284
7285 \begin_layout Plain Layout
7286 B
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \begin_inset IndexMacro subentry
7293 status open
7294
7295 \begin_layout Plain Layout
7296
7297 \backslash
7298 big
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308 ,
7309  
7310 \series bold
7311
7312 \backslash
7313 Big
7314 \series default
7315 ,
7316  
7317 \series bold
7318
7319 \backslash
7320 bigg
7321 \series default
7322  and 
7323 \series bold
7324
7325 \backslash
7326 Bigg
7327 \series default
7328 .
7329  
7330 \series bold
7331
7332 \backslash
7333 big
7334 \series default
7335  denotes the smallest and 
7336 \series bold
7337
7338 \backslash
7339 Bigg
7340 \series default
7341  the largest bracket size.
7342 \end_layout
7343
7344 \begin_layout Standard
7345 These commands are used to emphasize levels of brackets:
7346 \end_layout
7347
7348 \begin_layout Standard
7349 \align center
7350 \begin_inset Tabular
7351 <lyxtabular version="3" rows="2" columns="2">
7352 <features booktabs="true" tabularvalignment="middle">
7353 <column alignment="center" valignment="top" width="0pt">
7354 <column alignment="center" valignment="top" width="0pt">
7355 <row>
7356 <cell alignment="center" valignment="top" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 All brackets in the same size:
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 \begin_inset Formula $((A+B)(A-B))^{C}$
7370 \end_inset
7371
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row topspace="2mm">
7379 <cell alignment="center" valignment="top" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 This looks better:
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 </row>
7401 </lyxtabular>
7402
7403 \end_inset
7404
7405
7406 \end_layout
7407
7408 \begin_layout Standard
7409 For the second formula the command 
7410 \series bold
7411
7412 \backslash
7413 Big((A+B)(A-B)
7414 \backslash
7415 Big)^
7416 \begin_inset space \textvisiblespace{}
7417 \end_inset
7418
7419 C
7420 \series default
7421  has been used.
7422 \end_layout
7423
7424 \begin_layout Standard
7425 Here is an example containing all bracket sizes:
7426 \end_layout
7427
7428 \begin_layout Standard
7429 \align center
7430
7431 \backslash
7432 Bigg(
7433 \backslash
7434 exp
7435 \backslash
7436 bigg<
7437 \backslash
7438 Big[
7439 \backslash
7440 big{
7441 \backslash
7442 ln(3x)
7443 \backslash
7444 big}^2
7445 \begin_inset space \textvisiblespace{}
7446 \end_inset
7447
7448
7449 \backslash
7450 sin(x)
7451 \backslash
7452 Big]^
7453 \begin_inset space \textvisiblespace{}
7454 \end_inset
7455
7456 A
7457 \begin_inset space \textvisiblespace{}
7458 \end_inset
7459
7460
7461 \backslash
7462 bigg>
7463 \backslash
7464 Bigg)^0,5
7465 \end_layout
7466
7467 \begin_layout Standard
7468 \align center
7469 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \begin_layout Standard
7476 In addition to the 
7477 \series bold
7478
7479 \backslash
7480 big
7481 \series default
7482 -commands there is a variant,
7483  
7484 \series bold
7485
7486 \backslash
7487 bigm
7488 \series default
7489
7490 \begin_inset Index idx
7491 range none
7492 pageformat default
7493 status collapsed
7494
7495 \begin_layout Plain Layout
7496 Commands
7497 \begin_inset IndexMacro subentry
7498 status open
7499
7500 \begin_layout Plain Layout
7501 B
7502 \end_layout
7503
7504 \end_inset
7505
7506
7507 \begin_inset IndexMacro subentry
7508 status open
7509
7510 \begin_layout Plain Layout
7511
7512 \backslash
7513 bigm
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \end_layout
7520
7521 \end_inset
7522
7523 ,
7524  that adds a bit more space between the bracket and its content.
7525  Other variants 
7526 \series bold
7527
7528 \backslash
7529 bigl 
7530 \series default
7531 and
7532 \series bold
7533  
7534 \backslash
7535 bigr
7536 \series default
7537
7538 \begin_inset Index idx
7539 range none
7540 pageformat default
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544 Commands
7545 \begin_inset IndexMacro subentry
7546 status open
7547
7548 \begin_layout Plain Layout
7549 B
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \begin_inset IndexMacro subentry
7556 status open
7557
7558 \begin_layout Plain Layout
7559
7560 \backslash
7561 bigl – 
7562 \backslash
7563 bigr
7564 \end_layout
7565
7566 \end_inset
7567
7568
7569 \end_layout
7570
7571 \end_inset
7572
7573 ,
7574  don't add additional space.
7575  The 
7576 \emph on
7577 l
7578 \emph default
7579  at the end of the command 
7580 \series bold
7581
7582 \backslash
7583 bigl
7584 \series default
7585  is for a left bracket;
7586  for a right bracket this is replaced by an 
7587 \emph on
7588 r
7589 \emph default
7590 .
7591  A left or right bracket can each be an opening or closing bracket.
7592 \end_layout
7593
7594 \begin_layout Standard
7595 The following table contains comparisons of the variants:
7596 \end_layout
7597
7598 \begin_layout Standard
7599 \align center
7600 \begin_inset Tabular
7601 <lyxtabular version="3" rows="5" columns="2">
7602 <features booktabs="true" tabularvalignment="middle">
7603 <column alignment="center" valignment="top" width="0pt">
7604 <column alignment="center" valignment="middle">
7605 <row>
7606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 Command
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 Result
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 </row>
7625 <row topspace="2mm">
7626 <cell alignment="center" valignment="top" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \backslash
7632 Bigm(
7633 \backslash
7634 bigm(
7635 \backslash
7636 ln(3x)
7637 \backslash
7638 bigm)^2
7639 \begin_inset space \textvisiblespace{}
7640 \end_inset
7641
7642
7643 \backslash
7644 Bigm)
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
7654 \end_inset
7655
7656
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row topspace="2mm">
7663 <cell alignment="center" valignment="top" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \backslash
7669 Big(
7670 \backslash
7671 big(
7672 \backslash
7673 ln(3x)
7674 \backslash
7675 big)^2
7676 \begin_inset space \textvisiblespace{}
7677 \end_inset
7678
7679
7680 \backslash
7681 Big)
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 </row>
7699 <row topspace="2mm" bottomspace="0.5mm">
7700 <cell alignment="center" valignment="top" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704
7705 \backslash
7706 Bigl(
7707 \backslash
7708 bigl(
7709 \backslash
7710 ln(3x)
7711 \backslash
7712 bigr)^2
7713 \begin_inset space \textvisiblespace{}
7714 \end_inset
7715
7716
7717 \backslash
7718 Bigr)
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row topspace="1.5mm" bottomspace="0.5mm">
7737 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \backslash
7743 bigl)
7744 \backslash
7745 ln(3x)
7746 \backslash
7747 bigr(
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 \begin_inset Formula $\bigl)\ln(3x)\bigr($
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 </lyxtabular>
7766
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \begin_layout Subsubsection
7773 Automatic Bracket Size
7774 \begin_inset CommandInset label
7775 LatexCommand label
7776 name "subsec:Automatic-Bracket-Size"
7777
7778 \end_inset
7779
7780
7781 \begin_inset Index idx
7782 range none
7783 pageformat default
7784 status collapsed
7785
7786 \begin_layout Plain Layout
7787 Bracket size
7788 \begin_inset IndexMacro subentry
7789 status open
7790
7791 \begin_layout Plain Layout
7792 automatic
7793 \end_layout
7794
7795 \end_inset
7796
7797
7798 \end_layout
7799
7800 \end_inset
7801
7802
7803 \end_layout
7804
7805 \begin_layout Standard
7806 Variably sized brackets can be inserted with the commands 
7807 \series bold
7808
7809 \backslash
7810 left
7811 \series default
7812
7813 \begin_inset Index idx
7814 range none
7815 pageformat default
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819 Commands
7820 \begin_inset IndexMacro subentry
7821 status open
7822
7823 \begin_layout Plain Layout
7824 L
7825 \end_layout
7826
7827 \end_inset
7828
7829
7830 \begin_inset IndexMacro subentry
7831 status open
7832
7833 \begin_layout Plain Layout
7834
7835 \backslash
7836 left
7837 \end_layout
7838
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845
7846  and 
7847 \series bold
7848
7849 \backslash
7850 right
7851 \series default
7852
7853 \begin_inset Index idx
7854 range none
7855 pageformat default
7856 status collapsed
7857
7858 \begin_layout Plain Layout
7859 Commands
7860 \begin_inset IndexMacro subentry
7861 status open
7862
7863 \begin_layout Plain Layout
7864 R
7865 \end_layout
7866
7867 \end_inset
7868
7869
7870 \begin_inset IndexMacro subentry
7871 status open
7872
7873 \begin_layout Plain Layout
7874
7875 \backslash
7876 right
7877 \end_layout
7878
7879 \end_inset
7880
7881
7882 \end_layout
7883
7884 \end_inset
7885
7886  or via the math toolbar button 
7887 \begin_inset Info
7888 type  "icon"
7889 arg   "dialog-show mathdelimiter"
7890 \end_inset
7891
7892 .
7893  The desired bracket must be inserted directly behind the 
7894 \series bold
7895
7896 \backslash
7897 left
7898 \series default
7899  and 
7900 \series bold
7901
7902 \backslash
7903 right
7904 \series default
7905  commands.
7906  The bracket size will then automatically be calculated for the output.
7907 \end_layout
7908
7909 \begin_layout Standard
7910 \align center
7911 normal bracket:
7912  The command 
7913 \series bold
7914
7915 \backslash
7916 ln(
7917 \backslash
7918 frac
7919 \begin_inset space \textvisiblespace{}
7920 \end_inset
7921
7922 A
7923 \begin_inset Formula $\downarrow$
7924 \end_inset
7925
7926 C
7927 \begin_inset space \textvisiblespace{}
7928 \end_inset
7929
7930 )
7931 \series default
7932  creates
7933 \begin_inset Formula 
7934 \[
7935 \ln(\frac{A}{C})
7936 \]
7937
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \begin_layout Standard
7944 \align center
7945 multiline bracket:
7946  The command 
7947 \series bold
7948
7949 \backslash
7950 ln
7951 \backslash
7952 left(
7953 \backslash
7954 frac
7955 \begin_inset space \textvisiblespace{}
7956 \end_inset
7957
7958 A
7959 \begin_inset Formula $\downarrow$
7960 \end_inset
7961
7962 C
7963 \begin_inset space \textvisiblespace{}
7964 \end_inset
7965
7966
7967 \backslash
7968 right)
7969 \series default
7970  creates
7971 \begin_inset Formula 
7972 \[
7973 \ln\left(\frac{A}{C}\right)
7974 \]
7975
7976 \end_inset
7977
7978
7979 \end_layout
7980
7981 \begin_layout Standard
7982 Instead of 
7983 \series bold
7984
7985 \backslash
7986 left
7987 \series default
7988  and 
7989 \series bold
7990
7991 \backslash
7992 right
7993 \series default
7994  the shortcut 
7995 \family sans
7996 Alt+M
7997 \begin_inset space ~
7998 \end_inset
7999
8000 Bracket
8001 \family default
8002  can be used.
8003  This has the advantage that you can see in \SpecialChar LyX
8004  immediately the real bracket size and that the matching right bracket will be created too.
8005 \begin_inset Newline newline
8006 \end_inset
8007
8008 The command for the last example would then be:
8009  
8010 \series bold
8011
8012 \backslash
8013 ln Alt+M
8014 \series default
8015  
8016 \series bold
8017 (
8018 \backslash
8019 frac
8020 \begin_inset space \textvisiblespace{}
8021 \end_inset
8022
8023 A
8024 \begin_inset Formula $\downarrow$
8025 \end_inset
8026
8027 C
8028 \end_layout
8029
8030 \begin_layout Standard
8031 To omit a left or right bracket,
8032  a dot is inserted for the omitted bracket.
8033  For example the command 
8034 \series bold
8035
8036 \backslash
8037 left.
8038 \backslash
8039 frac
8040 \begin_inset space \textvisiblespace{}
8041 \end_inset
8042
8043 A
8044 \begin_inset Formula $\downarrow$
8045 \end_inset
8046
8047 B
8048 \begin_inset space \textvisiblespace{}
8049 \end_inset
8050
8051
8052 \backslash
8053 right}
8054 \series default
8055  creates:
8056 \series bold
8057
8058 \begin_inset Formula 
8059 \[
8060 \left.\frac{A}{B}\right\} 
8061 \]
8062
8063 \end_inset
8064
8065
8066 \series default
8067 The commands 
8068 \series bold
8069
8070 \backslash
8071 left
8072 \series default
8073  and 
8074 \series bold
8075
8076 \backslash
8077 right
8078 \series default
8079  will be converted by \SpecialChar LyX
8080  to brackets with the correct size when the document is reloaded and an omitted bracket will appear as dashed line.
8081 \end_layout
8082
8083 \begin_layout Standard
8084 \begin_inset VSpace bigskip
8085 \end_inset
8086
8087 Because all popular \SpecialChar LaTeX
8088  distributions use e\SpecialChar TeX
8089 ,
8090  an extension to \SpecialChar LaTeX
8091 ,
8092  the command 
8093 \series bold
8094
8095 \backslash
8096 middle
8097 \series default
8098
8099 \begin_inset Index idx
8100 range none
8101 pageformat default
8102 status collapsed
8103
8104 \begin_layout Plain Layout
8105 Commands
8106 \begin_inset IndexMacro subentry
8107 status open
8108
8109 \begin_layout Plain Layout
8110 M
8111 \end_layout
8112
8113 \end_inset
8114
8115
8116 \begin_inset IndexMacro subentry
8117 status open
8118
8119 \begin_layout Plain Layout
8120
8121 \backslash
8122 middle
8123 \end_layout
8124
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131
8132  is available for all brackets and limits.
8133  With this command the height of the following character is adapted to the one of the surrounding brackets,
8134  for example in the case of physical vectors:
8135 \begin_inset Formula 
8136 \[
8137 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
8138 \]
8139
8140 \end_inset
8141
8142 For physical vectors there is a special \SpecialChar LaTeX
8143 -package,
8144  described in 
8145 \begin_inset CommandInset ref
8146 LatexCommand ref
8147 reference "subsec:Physical-Vectors"
8148 nolink "false"
8149
8150 \end_inset
8151
8152 .
8153 \end_layout
8154
8155 \begin_layout Subsection
8156 Horizontal Brackets
8157 \begin_inset Index idx
8158 range none
8159 pageformat default
8160 status collapsed
8161
8162 \begin_layout Plain Layout
8163 Brackets
8164 \begin_inset IndexMacro subentry
8165 status open
8166
8167 \begin_layout Plain Layout
8168 horizontal
8169 \end_layout
8170
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177
8178
8179 \end_layout
8180
8181 \begin_layout Standard
8182 \align center
8183 \begin_inset Tabular
8184 <lyxtabular version="3" rows="4" columns="2">
8185 <features booktabs="true" tabularvalignment="middle">
8186 <column alignment="center" valignment="top" width="0pt">
8187 <column alignment="center" valignment="top" width="0pt">
8188 <row>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Command
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Result
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 overbrace
8216 \begin_inset space \textvisiblespace{}
8217 \end_inset
8218
8219 A+B
8220 \begin_inset space \textvisiblespace{}
8221 \end_inset
8222
8223 ^3
8224 \begin_inset Index idx
8225 range none
8226 pageformat default
8227 status collapsed
8228
8229 \begin_layout Plain Layout
8230 Commands
8231 \begin_inset IndexMacro subentry
8232 status open
8233
8234 \begin_layout Plain Layout
8235 O
8236 \end_layout
8237
8238 \end_inset
8239
8240
8241 \begin_inset IndexMacro subentry
8242 status open
8243
8244 \begin_layout Plain Layout
8245
8246 \backslash
8247 overbrace
8248 \end_layout
8249
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256
8257
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 \begin_inset Formula $\overbrace{A+B}^{3}$
8267 \end_inset
8268
8269
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row topspace="2mm">
8276 <cell alignment="center" valignment="top" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \backslash
8282 underbrace
8283 \begin_inset space \textvisiblespace{}
8284 \end_inset
8285
8286 A+B
8287 \begin_inset space \textvisiblespace{}
8288 \end_inset
8289
8290 _5
8291 \begin_inset Index idx
8292 range none
8293 pageformat default
8294 status collapsed
8295
8296 \begin_layout Plain Layout
8297 Commands
8298 \begin_inset IndexMacro subentry
8299 status open
8300
8301 \begin_layout Plain Layout
8302 U
8303 \end_layout
8304
8305 \end_inset
8306
8307
8308 \begin_inset IndexMacro subentry
8309 status open
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 underbrace
8315 \end_layout
8316
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\underbrace{A+B}_{5}$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 overbrace
8350 \begin_inset space \textvisiblespace{}
8351 \end_inset
8352
8353
8354 \backslash
8355 underbrace
8356 \begin_inset space \textvisiblespace{}
8357 \end_inset
8358
8359 A+B_w
8360 \begin_inset space \textvisiblespace{}
8361 \end_inset
8362
8363
8364 \begin_inset space \textvisiblespace{}
8365 \end_inset
8366
8367 _7
8368 \begin_inset space \textvisiblespace{}
8369 \end_inset
8370
8371
8372 \begin_inset space \textvisiblespace{}
8373 \end_inset
8374
8375 ^
8376 \begin_inset space \textvisiblespace{}
8377 \end_inset
8378
8379 C
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 </lyxtabular>
8398
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \begin_layout Standard
8405 In the last example it doesn't matter if 
8406 \series bold
8407
8408 \backslash
8409 overbrace
8410 \series default
8411  or 
8412 \series bold
8413
8414 \backslash
8415 underbrace
8416 \series default
8417  is inserted first.
8418 \end_layout
8419
8420 \begin_layout Standard
8421 \begin_inset VSpace medskip
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \begin_layout Standard
8428 If in document settings under 
8429 \family sans
8430 Math
8431 \begin_inset space ~
8432 \end_inset
8433
8434 Options
8435 \family default
8436  the option for the package 
8437 \series bold
8438 mathtools
8439 \series default
8440
8441 \begin_inset Index idx
8442 range none
8443 pageformat default
8444 status collapsed
8445
8446 \begin_layout Plain Layout
8447 Packages
8448 \begin_inset IndexMacro subentry
8449 status open
8450
8451 \begin_layout Plain Layout
8452 mathtools
8453 \end_layout
8454
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461
8462  is set to 
8463 \family sans
8464 Load
8465 \begin_inset space ~
8466 \end_inset
8467
8468 always
8469 \family default
8470 ,
8471  you will also have access to square brackets:
8472 \end_layout
8473
8474 \begin_layout Standard
8475 \align center
8476 \begin_inset Tabular
8477 <lyxtabular version="3" rows="4" columns="2">
8478 <features booktabs="true" tabularvalignment="middle">
8479 <column alignment="center" valignment="top" width="0pt">
8480 <column alignment="center" valignment="top" width="0pt">
8481 <row>
8482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Command
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Result
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \backslash
8508
8509 \family roman
8510 \series medium
8511 \shape up
8512 \size normal
8513 \emph off
8514 \bar no
8515 \strikeout off
8516 \uuline off
8517 \uwave off
8518 \noun off
8519 \color none
8520 overbracket
8521 \family default
8522 \series default
8523 \shape default
8524 \size default
8525 \emph default
8526 \bar default
8527 \strikeout default
8528 \uuline default
8529 \uwave default
8530 \noun default
8531 \color inherit
8532 {A+B
8533 \begin_inset space \textvisiblespace{}
8534 \end_inset
8535
8536 ^3
8537 \begin_inset Index idx
8538 range none
8539 pageformat default
8540 status collapsed
8541
8542 \begin_layout Plain Layout
8543 Commands
8544 \begin_inset IndexMacro subentry
8545 status open
8546
8547 \begin_layout Plain Layout
8548 O
8549 \end_layout
8550
8551 \end_inset
8552
8553
8554 \begin_inset IndexMacro subentry
8555 status open
8556
8557 \begin_layout Plain Layout
8558
8559 \backslash
8560 overbracket
8561 \end_layout
8562
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 \begin_inset Formula $\overbracket{A+B}^{3}$
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row topspace="2mm">
8589 <cell alignment="center" valignment="top" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \backslash
8595 under
8596 \family roman
8597 \series medium
8598 \shape up
8599 \size normal
8600 \emph off
8601 \bar no
8602 \strikeout off
8603 \uuline off
8604 \uwave off
8605 \noun off
8606 \color none
8607 bracket
8608 \family default
8609 \series default
8610 \shape default
8611 \size default
8612 \emph default
8613 \bar default
8614 \strikeout default
8615 \uuline default
8616 \uwave default
8617 \noun default
8618 \color inherit
8619 {A+B
8620 \begin_inset space \textvisiblespace{}
8621 \end_inset
8622
8623 _5
8624 \begin_inset Index idx
8625 range none
8626 pageformat default
8627 status collapsed
8628
8629 \begin_layout Plain Layout
8630 Commands
8631 \begin_inset IndexMacro subentry
8632 status open
8633
8634 \begin_layout Plain Layout
8635 U
8636 \end_layout
8637
8638 \end_inset
8639
8640
8641 \begin_inset IndexMacro subentry
8642 status open
8643
8644 \begin_layout Plain Layout
8645
8646 \backslash
8647 under
8648 \family roman
8649 \series medium
8650 \shape up
8651 \size normal
8652 \emph off
8653 \bar no
8654 \strikeout off
8655 \uuline off
8656 \uwave off
8657 \noun off
8658 \color none
8659 bracket
8660 \end_layout
8661
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \end_inset
8668
8669
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 \begin_inset Formula $\underbracket{A+B}_{5}$
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \backslash
8694 overbracket{
8695 \backslash
8696 underbracket{A+B_w
8697 \begin_inset space \textvisiblespace{}
8698 \end_inset
8699
8700
8701 \begin_inset space \textvisiblespace{}
8702 \end_inset
8703
8704 _7
8705 \begin_inset space \textvisiblespace{}
8706 \end_inset
8707
8708
8709 \begin_inset space \textvisiblespace{}
8710 \end_inset
8711
8712 ^
8713 \change_deleted 5863208 1612711596
8714
8715 \begin_inset space \textvisiblespace{}
8716 \end_inset
8717
8718
8719 \change_unchanged
8720 C
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
8730 \end_inset
8731
8732
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 </lyxtabular>
8739
8740 \end_inset
8741
8742
8743 \end_layout
8744
8745 \begin_layout Standard
8746 For 
8747 \series bold
8748
8749 \backslash
8750 overbracket
8751 \series default
8752  and 
8753 \series bold
8754
8755 \backslash
8756 underbracket
8757 \series default
8758  you can change the thickness of the bracket's stroke by specifying the desired thickness in square brackets behind the command:
8759 \end_layout
8760
8761 \begin_layout Standard
8762 \align center
8763 \begin_inset Tabular
8764 <lyxtabular version="3" rows="3" columns="2">
8765 <features booktabs="true" tabularvalignment="middle">
8766 <column alignment="center" valignment="top" width="0pt">
8767 <column alignment="center" valignment="top" width="0pt">
8768 <row>
8769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Command
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Result
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \backslash
8795
8796 \family roman
8797 \series medium
8798 \shape up
8799 \size normal
8800 \emph off
8801 \bar no
8802 \strikeout off
8803 \uuline off
8804 \uwave off
8805 \noun off
8806 \color none
8807 overbracket
8808 \family default
8809 \series default
8810 \shape default
8811 \size default
8812 \emph default
8813 \bar default
8814 \strikeout default
8815 \uuline default
8816 \uwave default
8817 \noun default
8818 \color inherit
8819 [3pt]
8820 \backslash
8821 {A+B
8822 \begin_inset space \textvisiblespace{}
8823 \end_inset
8824
8825 ^3
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
8835 \end_inset
8836
8837
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row topspace="2mm">
8844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \backslash
8850 under
8851 \family roman
8852 \series medium
8853 \shape up
8854 \size normal
8855 \emph off
8856 \bar no
8857 \strikeout off
8858 \uuline off
8859 \uwave off
8860 \noun off
8861 \color none
8862 bracket
8863 \family default
8864 \series default
8865 \shape default
8866 \size default
8867 \emph default
8868 \bar default
8869 \strikeout default
8870 \uuline default
8871 \uwave default
8872 \noun default
8873 \color inherit
8874 [1pt]
8875 \backslash
8876 {A+B
8877 \begin_inset space \textvisiblespace{}
8878 \end_inset
8879
8880 _5
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 </lyxtabular>
8899
8900 \end_inset
8901
8902
8903 \end_layout
8904
8905 \begin_layout Standard
8906 \begin_inset VSpace bigskip
8907 \end_inset
8908
8909 When brackets overlap each other,
8910  multiline formulas as described in 
8911 \begin_inset CommandInset ref
8912 LatexCommand ref
8913 reference "sec:Multiline-Formulas"
8914 nolink "false"
8915
8916 \end_inset
8917
8918  must be used:
8919 \begin_inset Formula 
8920 \begin{eqnarray*}
8921 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
8922  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
8923 \end{eqnarray*}
8924
8925 \end_inset
8926
8927 In the first row,
8928  the formula is inserted together with the first brace.
8929  It is important that the space command
8930 \begin_inset Foot
8931 status collapsed
8932
8933 \begin_layout Plain Layout
8934 Space commands are explained in 
8935 \begin_inset CommandInset ref
8936 LatexCommand ref
8937 reference "subsec:Predefined-Space"
8938 nolink "false"
8939
8940 \end_inset
8941
8942 .
8943 \end_layout
8944
8945 \end_inset
8946
8947  
8948 \series bold
8949
8950 \backslash
8951 :
8952
8953 \series default
8954  is inserted before the first 
8955 \begin_inset Formula $d$
8956 \end_inset
8957
8958  because the brace that ends behind the 
8959 \begin_inset Formula $q$
8960 \end_inset
8961
8962  prevents the following 
8963 \begin_inset Quotes eld
8964 \end_inset
8965
8966 +
8967 \begin_inset Quotes erd
8968 \end_inset
8969
8970  from being surrounded by spaces.
8971 \begin_inset Foot
8972 status collapsed
8973
8974 \begin_layout Plain Layout
8975 Because a bracket is not handled as a character,
8976  see 
8977 \begin_inset CommandInset ref
8978 LatexCommand ref
8979 reference "subsec:Binary-Operators"
8980 nolink "false"
8981
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \end_inset
8988
8989  The second brace is inserted in the second row.
8990  As it should begin before the 
8991 \begin_inset Formula $b$
8992 \end_inset
8993
8994 ,
8995  first the command 
8996 \series bold
8997
8998 \backslash
8999 hphantom{gggg+
9000 \backslash
9001 :}
9002 \series default
9003  is inserted.
9004 \begin_inset Foot
9005 status collapsed
9006
9007 \begin_layout Plain Layout
9008 More about 
9009 \series bold
9010
9011 \backslash
9012 hphantom
9013 \series default
9014  see 
9015 \begin_inset CommandInset ref
9016 LatexCommand ref
9017 reference "subsec:Placeholders"
9018 nolink "false"
9019
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \end_inset
9026
9027  This space is needed because the 
9028 \begin_inset Quotes eld
9029 \end_inset
9030
9031 +
9032 \begin_inset Quotes erd
9033 \end_inset
9034
9035  is surrounded by spaces in the formula.
9036  The brace is placed under the command 
9037 \series bold
9038
9039 \backslash
9040 hphantom{bbqq+dddd}
9041 \series default
9042 .
9043 \end_layout
9044
9045 \begin_layout Standard
9046 It gets more complicated when brackets overlap each other above and under the formula as in the following example:
9047 \begin_inset ERT
9048 status collapsed
9049
9050 \begin_layout Plain Layout
9051
9052
9053 \backslash
9054 setlength{
9055 \backslash
9056 jot}{-6pt}
9057 \end_layout
9058
9059 \end_inset
9060
9061
9062 \begin_inset Formula 
9063 \begin{eqnarray*}
9064  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
9065 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
9066 \end{eqnarray*}
9067
9068 \end_inset
9069
9070
9071 \begin_inset ERT
9072 status collapsed
9073
9074 \begin_layout Plain Layout
9075
9076
9077 \backslash
9078 setlength{
9079 \backslash
9080 jot}{3pt}
9081 \end_layout
9082
9083 \end_inset
9084
9085 The first formula row is the same as the second row of the previous example,
9086  with the difference that the brace is above.
9087  The second row contains the formula together with the second brace.
9088  To avoid the space between the upper brace in the first row and the formula,
9089  the row spacing needs to be reduced.
9090  This is not easily done due to a bug in \SpecialChar LyX
9091 .
9092 \begin_inset Foot
9093 status collapsed
9094
9095 \begin_layout Plain Layout
9096 \begin_inset CommandInset href
9097 LatexCommand href
9098 name "LyX-bug #1505"
9099 target "https://www.lyx.org/trac/ticket/1505"
9100 literal "false"
9101
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108
9109  As a solution for the problem,
9110  the global formula row separation 
9111 \series bold
9112
9113 \backslash
9114 jot
9115 \series default
9116
9117 \begin_inset Index idx
9118 range none
9119 pageformat default
9120 status collapsed
9121
9122 \begin_layout Plain Layout
9123 Commands
9124 \begin_inset IndexMacro subentry
9125 status open
9126
9127 \begin_layout Plain Layout
9128 J
9129 \end_layout
9130
9131 \end_inset
9132
9133
9134 \begin_inset IndexMacro subentry
9135 status open
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 jot
9141 \end_layout
9142
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149
9150  must be changed to -6
9151 \begin_inset space \thinspace{}
9152 \end_inset
9153
9154 pt before the formula with the command 
9155 \series bold
9156
9157 \backslash
9158 setlength{
9159 \backslash
9160 jot}{-6pt}
9161 \series default
9162  in \SpecialChar TeX
9163  mode.
9164  
9165 \series bold
9166
9167 \backslash
9168 jot
9169 \series default
9170  is set back after the formula to the standard value of 3
9171 \begin_inset space \thinspace{}
9172 \end_inset
9173
9174 pt using the same command.
9175  More about the row separation in formulas is explained in 
9176 \begin_inset CommandInset ref
9177 LatexCommand ref
9178 reference "subsec:Line-Separation"
9179 nolink "false"
9180
9181 \end_inset
9182
9183 .
9184 \end_layout
9185
9186 \begin_layout Section
9187 Arrows
9188 \begin_inset Index idx
9189 range none
9190 pageformat default
9191 status collapsed
9192
9193 \begin_layout Plain Layout
9194 Arrows
9195 \end_layout
9196
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \begin_layout Standard
9203 Arrows can be inserted via the math toolbar button 
9204 \begin_inset Info
9205 type  "icon"
9206 arg   "math-insert \\leftarrow"
9207 \end_inset
9208
9209  or the commands listed in the following subsections.
9210 \end_layout
9211
9212 \begin_layout Subsection
9213 Horizontal Arrows
9214 \begin_inset Index idx
9215 range none
9216 pageformat default
9217 status collapsed
9218
9219 \begin_layout Plain Layout
9220 Arrows
9221 \begin_inset IndexMacro subentry
9222 status open
9223
9224 \begin_layout Plain Layout
9225 horizontal
9226 \end_layout
9227
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \begin_layout Standard
9239 \begin_inset space \hfill{}
9240 \end_inset
9241
9242
9243 \begin_inset Tabular
9244 <lyxtabular version="3" rows="8" columns="2">
9245 <features booktabs="true" tabularvalignment="middle">
9246 <column alignment="center" valignment="top" width="0pt">
9247 <column alignment="center" valignment="top" width="0pt">
9248 <row>
9249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Command
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Result
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="center" valignment="top" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \backslash
9275 gets
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 \begin_inset Formula $\gets$
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="center" valignment="top" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \backslash
9300 Leftarrow
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 \begin_inset Formula $\Leftarrow$
9310 \end_inset
9311
9312
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 </row>
9318 <row>
9319 <cell alignment="center" valignment="top" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323
9324 \backslash
9325 longleftarrow
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 \begin_inset Formula $\longleftarrow$
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="center" valignment="top" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \backslash
9350 Longleftarrow
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 \begin_inset Formula $\Longleftarrow$
9360 \end_inset
9361
9362
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 </row>
9368 <row>
9369 <cell alignment="center" valignment="top" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373
9374 \backslash
9375 leftharpoonup
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 \begin_inset Formula $\leftharpoonup$
9385 \end_inset
9386
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="center" valignment="top" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \backslash
9400 leftharpoondown
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 \begin_inset Formula $\leftharpoondown$
9410 \end_inset
9411
9412
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 <row>
9419 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \backslash
9425 hookleftarrow
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Formula $\hookleftarrow$
9435 \end_inset
9436
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 </lyxtabular>
9444
9445 \end_inset
9446
9447
9448 \begin_inset space \hfill{}
9449 \end_inset
9450
9451
9452 \begin_inset Tabular
9453 <lyxtabular version="3" rows="8" columns="2">
9454 <features booktabs="true" tabularvalignment="middle">
9455 <column alignment="center" valignment="top" width="0pt">
9456 <column alignment="center" valignment="top" width="0pt">
9457 <row>
9458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Command
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 Result
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="center" valignment="top" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \backslash
9484 to
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 \begin_inset Formula $\to$
9494 \end_inset
9495
9496
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 </row>
9502 <row>
9503 <cell alignment="center" valignment="top" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \backslash
9509 Rightarrow
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 \begin_inset Formula $\Rightarrow$
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="center" valignment="top" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \backslash
9534 longrightarrow
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 \begin_inset Formula $\longrightarrow$
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="center" valignment="top" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \backslash
9559 Longrightarrow
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 \begin_inset Formula $\Longrightarrow$
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 </row>
9577 <row>
9578 <cell alignment="center" valignment="top" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \backslash
9584 rightharpoonup
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 \begin_inset Formula $\rightharpoonup$
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row>
9603 <cell alignment="center" valignment="top" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \backslash
9609 rightharpoondown
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 \begin_inset Formula $\rightharpoondown$
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row>
9628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \backslash
9634 hookrightarrow
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 \begin_inset Formula $\hookrightarrow$
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 </lyxtabular>
9653
9654 \end_inset
9655
9656
9657 \begin_inset space \hfill{}
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \begin_layout Standard
9664 \begin_inset space \hfill{}
9665 \end_inset
9666
9667
9668 \begin_inset Tabular
9669 <lyxtabular version="3" rows="6" columns="2">
9670 <features booktabs="true" tabularvalignment="middle">
9671 <column alignment="center" valignment="top" width="0pt">
9672 <column alignment="center" valignment="top" width="0pt">
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 Command
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 Result
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row>
9694 <cell alignment="center" valignment="top" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \backslash
9700 leftrightarrow
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\leftrightarrow$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 Leftrightarrow
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 \begin_inset Formula $\Leftrightarrow$
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \backslash
9750 longleftrightarrow
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 \begin_inset Formula $\longleftrightarrow$
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row>
9769 <cell alignment="center" valignment="top" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \backslash
9775 Longleftrightarrow
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\Longleftrightarrow$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row>
9794 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 rightleftharpoons
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 \begin_inset Formula $\rightleftharpoons$
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 </lyxtabular>
9819
9820 \end_inset
9821
9822
9823 \begin_inset space \hspace{}
9824 \length 25pt
9825 \end_inset
9826
9827
9828 \begin_inset space \hfill{}
9829 \end_inset
9830
9831
9832 \begin_inset Tabular
9833 <lyxtabular version="3" rows="5" columns="2">
9834 <features booktabs="true" tabularvalignment="middle">
9835 <column alignment="center" valignment="top" width="0pt">
9836 <column alignment="center" valignment="top" width="0pt">
9837 <row>
9838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 Command
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 Result
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 </row>
9857 <row>
9858 <cell alignment="center" valignment="top" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \backslash
9864 mapsto
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 \begin_inset Formula $\mapsto$
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row>
9883 <cell alignment="center" valignment="top" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \backslash
9889 longmapsto
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 \begin_inset Formula $\longmapsto$
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \backslash
9914 leadsto
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\leadsto$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row>
9933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \backslash
9939 dasharrow
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 \begin_inset Formula $\dasharrow$
9949 \end_inset
9950
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 </lyxtabular>
9958
9959 \end_inset
9960
9961
9962 \begin_inset space \hfill{}
9963 \end_inset
9964
9965
9966 \end_layout
9967
9968 \begin_layout Standard
9969 \begin_inset VSpace medskip
9970 \end_inset
9971
9972 Arrows used as accents such as vector arrows are listed in 
9973 \begin_inset CommandInset ref
9974 LatexCommand ref
9975 reference "sec:Accents"
9976 nolink "false"
9977
9978 \end_inset
9979
9980 .
9981 \end_layout
9982
9983 \begin_layout Standard
9984 \begin_inset VSpace bigskip
9985 \end_inset
9986
9987 Labeled arrows
9988 \begin_inset Index idx
9989 range none
9990 pageformat default
9991 status collapsed
9992
9993 \begin_layout Plain Layout
9994 Arrows
9995 \begin_inset IndexMacro subentry
9996 status open
9997
9998 \begin_layout Plain Layout
9999 labeled
10000 \end_layout
10001
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008
10009  are also available using the commands 
10010 \series bold
10011
10012 \backslash
10013 xleftarrow
10014 \series default
10015
10016 \begin_inset Index idx
10017 range none
10018 pageformat default
10019 status collapsed
10020
10021 \begin_layout Plain Layout
10022 Commands
10023 \begin_inset IndexMacro subentry
10024 status open
10025
10026 \begin_layout Plain Layout
10027 X
10028 \end_layout
10029
10030 \end_inset
10031
10032
10033 \begin_inset IndexMacro subentry
10034 status open
10035
10036 \begin_layout Plain Layout
10037
10038 \backslash
10039 xleftarrow
10040 \end_layout
10041
10042 \end_inset
10043
10044
10045 \end_layout
10046
10047 \end_inset
10048
10049  and 
10050 \series bold
10051
10052 \backslash
10053 xrightarrow
10054 \series default
10055
10056 \begin_inset Index idx
10057 range none
10058 pageformat default
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 Commands
10063 \begin_inset IndexMacro subentry
10064 status open
10065
10066 \begin_layout Plain Layout
10067 X
10068 \end_layout
10069
10070 \end_inset
10071
10072
10073 \begin_inset IndexMacro subentry
10074 status open
10075
10076 \begin_layout Plain Layout
10077
10078 \backslash
10079 xrightarrow
10080 \end_layout
10081
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \end_inset
10088
10089 .
10090  When inserting one of these commands in a formula,
10091  an arrow with two blue boxes appears indicating where the labels can be inserted.
10092  The length of the arrow adapts to the label width.
10093 \end_layout
10094
10095 \begin_layout Standard
10096 \align center
10097 \begin_inset Tabular
10098 <lyxtabular version="3" rows="3" columns="2">
10099 <features booktabs="true" tabularvalignment="middle">
10100 <column alignment="center" valignment="top" width="0pt">
10101 <column alignment="center" valignment="top" width="0pt">
10102 <row>
10103 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 Command
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Result
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row>
10123 <cell alignment="center" valignment="top" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 F(a)
10128 \backslash
10129 xleftarrow
10130 \begin_inset space \textvisiblespace{}
10131 \end_inset
10132
10133 x=a
10134 \begin_inset Formula $\downarrow$
10135 \end_inset
10136
10137 x>0
10138 \begin_inset Formula $\to$
10139 \end_inset
10140
10141 F(x)
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
10151 \end_inset
10152
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row topspace="2mm">
10160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 F(x)
10165 \backslash
10166 xrightarrow
10167 \begin_inset space \textvisiblespace{}
10168 \end_inset
10169
10170 x=a
10171 \begin_inset Formula $\downarrow$
10172 \end_inset
10173
10174 x>0
10175 \begin_inset Formula $\to$
10176 \end_inset
10177
10178 F(a)
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
10188 \end_inset
10189
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 </lyxtabular>
10197
10198 \end_inset
10199
10200
10201 \end_layout
10202
10203 \begin_layout Standard
10204 \begin_inset VSpace medskip
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \begin_layout Standard
10211 If in the document settings under 
10212 \family sans
10213 Math
10214 \begin_inset space ~
10215 \end_inset
10216
10217 Options
10218 \family default
10219  for the package 
10220 \series bold
10221 mathtools
10222 \series default
10223
10224 \begin_inset Index idx
10225 range none
10226 pageformat default
10227 status collapsed
10228
10229 \begin_layout Plain Layout
10230 Packages
10231 \begin_inset IndexMacro subentry
10232 status open
10233
10234 \begin_layout Plain Layout
10235 mathtools
10236 \end_layout
10237
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \end_inset
10244
10245  the option 
10246 \family sans
10247 Load
10248 \begin_inset space ~
10249 \end_inset
10250
10251 always
10252 \family default
10253  is set,
10254  you will have access to the following labeled arrows:
10255 \end_layout
10256
10257 \begin_layout Standard
10258 \begin_inset Newpage newpage
10259 \end_inset
10260
10261
10262 \end_layout
10263
10264 \begin_layout Standard
10265 \align center
10266 \begin_inset space \hspace*{\fill}
10267 \end_inset
10268
10269
10270 \begin_inset Tabular
10271 <lyxtabular version="3" rows="7" columns="2">
10272 <features booktabs="true" tabularvalignment="middle">
10273 <column alignment="center" valignment="top" width="0pt">
10274 <column alignment="center" valignment="top" width="0pt">
10275 <row>
10276 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Command
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Example
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \family roman
10302 \series medium
10303 \shape up
10304 \size normal
10305 \emph off
10306 \bar no
10307 \strikeout off
10308 \uuline off
10309 \uwave off
10310 \noun off
10311 \color none
10312
10313 \backslash
10314 xleftrightarrow
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
10324 \end_inset
10325
10326
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row topspace="2mm">
10333 <cell alignment="center" valignment="top" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \family roman
10339 \series medium
10340 \shape up
10341 \size normal
10342 \emph off
10343 \bar no
10344 \strikeout off
10345 \uuline off
10346 \uwave off
10347 \noun off
10348 \color none
10349
10350 \backslash
10351 xLeftarrow
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row topspace="2mm">
10370 <cell alignment="center" valignment="top" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \backslash
10376
10377 \family roman
10378 \series medium
10379 \shape up
10380 \size normal
10381 \emph off
10382 \bar no
10383 \strikeout off
10384 \uuline off
10385 \uwave off
10386 \noun off
10387 \color none
10388 xRightarrow
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
10398 \end_inset
10399
10400
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row topspace="2mm">
10407 <cell alignment="center" valignment="top" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \backslash
10413
10414 \family roman
10415 \series medium
10416 \shape up
10417 \size normal
10418 \emph off
10419 \bar no
10420 \strikeout off
10421 \uuline off
10422 \uwave off
10423 \noun off
10424 \color none
10425 xLeftrightarrow
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row topspace="2mm">
10444 <cell alignment="center" valignment="top" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \family roman
10450 \series medium
10451 \shape up
10452 \size normal
10453 \emph off
10454 \bar no
10455 \strikeout off
10456 \uuline off
10457 \uwave off
10458 \noun off
10459 \color none
10460
10461 \backslash
10462 xhookleftarrow
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
10472 \end_inset
10473
10474
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row topspace="2mm">
10481 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \family roman
10487 \series medium
10488 \shape up
10489 \size normal
10490 \emph off
10491 \bar no
10492 \strikeout off
10493 \uuline off
10494 \uwave off
10495 \noun off
10496 \color none
10497
10498 \backslash
10499 xhookrightarrow
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 </lyxtabular>
10518
10519 \end_inset
10520
10521
10522 \begin_inset space \hspace*{\fill}
10523 \end_inset
10524
10525
10526 \begin_inset Tabular
10527 <lyxtabular version="3" rows="7" columns="2">
10528 <features booktabs="true" tabularvalignment="middle">
10529 <column alignment="center" valignment="top" width="0pt">
10530 <column alignment="center" valignment="top" width="0pt">
10531 <row>
10532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Command
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Example
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \backslash
10558
10559 \family roman
10560 \series medium
10561 \shape up
10562 \size normal
10563 \emph off
10564 \bar no
10565 \strikeout off
10566 \uuline off
10567 \uwave off
10568 \noun off
10569 \color none
10570 xleftharpoondown
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row topspace="2mm">
10589 <cell alignment="center" valignment="top" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \backslash
10595
10596 \family roman
10597 \series medium
10598 \shape up
10599 \size normal
10600 \emph off
10601 \bar no
10602 \strikeout off
10603 \uuline off
10604 \uwave off
10605 \noun off
10606 \color none
10607 xleftharpoonup
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
10617 \end_inset
10618
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row topspace="2mm">
10626 <cell alignment="center" valignment="top" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \backslash
10632
10633 \family roman
10634 \series medium
10635 \shape up
10636 \size normal
10637 \emph off
10638 \bar no
10639 \strikeout off
10640 \uuline off
10641 \uwave off
10642 \noun off
10643 \color none
10644 xrightharpoondown
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row topspace="2mm">
10663 <cell alignment="center" valignment="top" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \backslash
10669
10670 \family roman
10671 \series medium
10672 \shape up
10673 \size normal
10674 \emph off
10675 \bar no
10676 \strikeout off
10677 \uuline off
10678 \uwave off
10679 \noun off
10680 \color none
10681 xrightharpoonup
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row topspace="2mm">
10700 <cell alignment="center" valignment="top" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \backslash
10706
10707 \family roman
10708 \series medium
10709 \shape up
10710 \size normal
10711 \emph off
10712 \bar no
10713 \strikeout off
10714 \uuline off
10715 \uwave off
10716 \noun off
10717 \color none
10718 xleftrightharpoons
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row topspace="2mm">
10737 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \backslash
10743
10744 \family roman
10745 \series medium
10746 \shape up
10747 \size normal
10748 \emph off
10749 \bar no
10750 \strikeout off
10751 \uuline off
10752 \uwave off
10753 \noun off
10754 \color none
10755 xrightleftharpoons
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 </lyxtabular>
10774
10775 \end_inset
10776
10777
10778 \begin_inset space \hspace*{\fill}
10779 \end_inset
10780
10781
10782 \end_layout
10783
10784 \begin_layout Standard
10785 The command scheme for all of these arrows is:
10786 \end_layout
10787
10788 \begin_layout Standard
10789 \align center
10790 \begin_inset Tabular
10791 <lyxtabular version="3" rows="2" columns="2">
10792 <features booktabs="true" tabularvalignment="middle">
10793 <column alignment="center" valignment="top" width="0pt">
10794 <column alignment="center" valignment="top" width="0pt">
10795 <row>
10796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Command
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Result
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 </row>
10815 <row bottomspace="0.5mm">
10816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 F(a)
10821 \backslash
10822 xleftrightarrow[x=a]
10823 \backslash
10824 {x>0
10825 \begin_inset Formula $\to$
10826 \end_inset
10827
10828 F(x)
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
10838 \end_inset
10839
10840
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 </lyxtabular>
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \begin_layout Subsection
10854 Vertical and Diagonal Arrows
10855 \begin_inset Index idx
10856 range none
10857 pageformat default
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861 Arrows
10862 \begin_inset IndexMacro subentry
10863 status open
10864
10865 \begin_layout Plain Layout
10866 diagonal
10867 \end_layout
10868
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \end_inset
10875
10876
10877 \begin_inset Index idx
10878 range none
10879 pageformat default
10880 status collapsed
10881
10882 \begin_layout Plain Layout
10883 Arrows
10884 \begin_inset IndexMacro subentry
10885 status open
10886
10887 \begin_layout Plain Layout
10888 vertical
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \end_layout
10895
10896 \end_inset
10897
10898
10899 \end_layout
10900
10901 \begin_layout Standard
10902 \begin_inset space \hfill{}
10903 \end_inset
10904
10905
10906 \begin_inset Tabular
10907 <lyxtabular version="3" rows="7" columns="2">
10908 <features booktabs="true" tabularvalignment="middle">
10909 <column alignment="center" valignment="top" width="0pt">
10910 <column alignment="center" valignment="top" width="0pt">
10911 <row>
10912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 Command
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 Result
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 </row>
10931 <row>
10932 <cell alignment="center" valignment="top" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936
10937 \backslash
10938 uparrow
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 \begin_inset Formula $\uparrow$
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \backslash
10963 Uparrow
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 \begin_inset Formula $\Uparrow$
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 <row>
10982 <cell alignment="center" valignment="top" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \backslash
10988 updownarrow
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 \begin_inset Formula $\updownarrow$
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \backslash
11013 Updownarrow
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 \begin_inset Formula $\Updownarrow$
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 Downarrow
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 \begin_inset Formula $\Downarrow$
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \backslash
11063 downarrow
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 \begin_inset Formula $\downarrow$
11073 \end_inset
11074
11075
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 </lyxtabular>
11082
11083 \end_inset
11084
11085
11086 \begin_inset space \hfill{}
11087 \end_inset
11088
11089
11090 \begin_inset Tabular
11091 <lyxtabular version="3" rows="5" columns="2">
11092 <features booktabs="true" tabularvalignment="middle">
11093 <column alignment="center" valignment="top" width="0pt">
11094 <column alignment="center" valignment="top" width="0pt">
11095 <row>
11096 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 Command
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 Result
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \backslash
11122 nearrow
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 \begin_inset Formula $\nearrow$
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="center" valignment="top" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \backslash
11147 searrow
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Formula $\searrow$
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170
11171 \backslash
11172 swarrow
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 \begin_inset Formula $\swarrow$
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 <row>
11191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195
11196 \backslash
11197 nwarrow
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Formula $\nwarrow$
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 </row>
11215 </lyxtabular>
11216
11217 \end_inset
11218
11219
11220 \begin_inset space \hfill{}
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \begin_layout Standard
11227 \begin_inset VSpace medskip
11228 \end_inset
11229
11230 Vertical arrows can also be used as delimiters together with the commands described in 
11231 \begin_inset CommandInset ref
11232 LatexCommand ref
11233 reference "subsec:Manual-Bracket-Size"
11234 nolink "false"
11235
11236 \end_inset
11237
11238  and 
11239 \begin_inset CommandInset ref
11240 LatexCommand ref
11241 reference "subsec:Automatic-Bracket-Size"
11242 nolink "false"
11243
11244 \end_inset
11245
11246 .
11247 \end_layout
11248
11249 \begin_layout Section
11250 Accents
11251 \begin_inset CommandInset label
11252 LatexCommand label
11253 name "sec:Accents"
11254
11255 \end_inset
11256
11257
11258 \begin_inset Index idx
11259 range none
11260 pageformat default
11261 status collapsed
11262
11263 \begin_layout Plain Layout
11264 Accents
11265 \end_layout
11266
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \begin_layout Standard
11273 Accents can be inserted via the math toolbar button 
11274 \begin_inset Info
11275 type  "icon"
11276 arg   "math-insert \\hat"
11277 \end_inset
11278
11279  or the commands listed in the following subsections.
11280 \end_layout
11281
11282 \begin_layout Subsection
11283 Accents for One Character
11284 \begin_inset ERT
11285 status collapsed
11286
11287 \begin_layout Plain Layout
11288
11289
11290 \backslash
11291 texorpdfstring{
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \begin_inset Foot
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301 For accents in text see 
11302 \begin_inset CommandInset ref
11303 LatexCommand ref
11304 reference "subsec:Accents-in-Text"
11305 nolink "false"
11306
11307 \end_inset
11308
11309
11310 \end_layout
11311
11312 \end_inset
11313
11314
11315 \begin_inset ERT
11316 status collapsed
11317
11318 \begin_layout Plain Layout
11319
11320 }{}
11321 \end_layout
11322
11323 \end_inset
11324
11325
11326 \begin_inset Note Note
11327 status collapsed
11328
11329 \begin_layout Plain Layout
11330
11331 \series bold
11332
11333 \backslash
11334 texorpdfstring
11335 \series default
11336  is used to avoid that the footnote appears in the PDF-bookmark.
11337 \end_layout
11338
11339 \begin_layout Plain Layout
11340 More about 
11341 \series bold
11342
11343 \backslash
11344 texorpdfstring
11345 \series default
11346  is in section 
11347 \begin_inset CommandInset ref
11348 LatexCommand ref
11349 reference "subsec:Formulas-in-Section"
11350 nolink "false"
11351
11352 \end_inset
11353
11354 .
11355 \end_layout
11356
11357 \end_inset
11358
11359
11360 \begin_inset CommandInset label
11361 LatexCommand label
11362 name "subsec:Accents-for-one"
11363
11364 \end_inset
11365
11366
11367 \begin_inset Index idx
11368 range none
11369 pageformat default
11370 status collapsed
11371
11372 \begin_layout Plain Layout
11373 Accents
11374 \begin_inset IndexMacro subentry
11375 status open
11376
11377 \begin_layout Plain Layout
11378 for one character
11379 \end_layout
11380
11381 \end_inset
11382
11383
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \begin_layout Standard
11392 \begin_inset space \hfill{}
11393 \end_inset
11394
11395
11396 \begin_inset Tabular
11397 <lyxtabular version="3" rows="8" columns="2">
11398 <features booktabs="true" tabularvalignment="middle">
11399 <column alignment="center" valignment="top" width="0pt">
11400 <column alignment="center" valignment="top" width="0pt">
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 Command
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 Result
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 </row>
11421 <row topspace="1.5mm">
11422 <cell alignment="center" valignment="top" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \backslash
11428 dot
11429 \begin_inset space \textvisiblespace{}
11430 \end_inset
11431
11432 A
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 \begin_inset Formula $\dot{A}$
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row topspace="1.5mm">
11451 <cell alignment="center" valignment="top" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \backslash
11457 ddot
11458 \begin_inset space \textvisiblespace{}
11459 \end_inset
11460
11461 A
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 \begin_inset Formula $\ddot{A}$
11471 \end_inset
11472
11473
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row topspace="1.5mm">
11480 <cell alignment="center" valignment="top" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484
11485 \backslash
11486 dddot
11487 \begin_inset space \textvisiblespace{}
11488 \end_inset
11489
11490 A
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 \begin_inset Formula $\dddot{A}$
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 <row topspace="1.5mm">
11509 <cell alignment="center" valignment="top" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513
11514 \backslash
11515 ddddot
11516 \begin_inset space \textvisiblespace{}
11517 \end_inset
11518
11519 A
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset Formula $\ddddot{A}$
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row topspace="1.5mm">
11538 <cell alignment="center" valignment="top" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542
11543 \backslash
11544 vec
11545 \begin_inset space \textvisiblespace{}
11546 \end_inset
11547
11548 A
11549 \begin_inset Index idx
11550 range none
11551 pageformat default
11552 status collapsed
11553
11554 \begin_layout Plain Layout
11555 Vectors
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 \begin_inset Formula $\vec{A}$
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row topspace="1.5mm">
11579 <cell alignment="center" valignment="top" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583
11584 \backslash
11585 bar
11586 \begin_inset space \textvisiblespace{}
11587 \end_inset
11588
11589 A
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Formula $\bar{A}$
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row topspace="1.5mm">
11608 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612
11613 \backslash
11614 mathring
11615 \begin_inset space \textvisiblespace{}
11616 \end_inset
11617
11618 A
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $\mathring{A}$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \begin_inset space \hfill{}
11642 \end_inset
11643
11644
11645 \begin_inset Tabular
11646 <lyxtabular version="3" rows="7" columns="2">
11647 <features booktabs="true" tabularvalignment="middle">
11648 <column alignment="center" valignment="top" width="0pt">
11649 <column alignment="center" valignment="top" width="0pt">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 Command
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 Result
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 <row topspace="1.5mm">
11671 <cell alignment="center" valignment="top" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675
11676 \backslash
11677 tilde
11678 \begin_inset space \textvisiblespace{}
11679 \end_inset
11680
11681 A
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 \begin_inset Formula $\tilde{A}$
11691 \end_inset
11692
11693
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row topspace="1.5mm">
11700 <cell alignment="center" valignment="top" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \backslash
11706 hat
11707 \begin_inset space \textvisiblespace{}
11708 \end_inset
11709
11710 A
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 \begin_inset Formula $\hat{A}$
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 </row>
11728 <row topspace="1.5mm">
11729 <cell alignment="center" valignment="top" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733
11734 \backslash
11735 check
11736 \begin_inset space \textvisiblespace{}
11737 \end_inset
11738
11739 A
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell alignment="center" valignment="top" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 \begin_inset Formula $\check{A}$
11749 \end_inset
11750
11751
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 </row>
11757 <row topspace="1.5mm">
11758 <cell alignment="center" valignment="top" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762
11763 \backslash
11764 acute
11765 \begin_inset space \textvisiblespace{}
11766 \end_inset
11767
11768 A
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 \begin_inset Formula $\acute{A}$
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 </row>
11786 <row topspace="1.5mm">
11787 <cell alignment="center" valignment="top" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791
11792 \backslash
11793 grave
11794 \begin_inset space \textvisiblespace{}
11795 \end_inset
11796
11797 A
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 \begin_inset Formula $\grave{A}$
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 </row>
11815 <row topspace="1.5mm">
11816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820
11821 \backslash
11822 breve
11823 \begin_inset space \textvisiblespace{}
11824 \end_inset
11825
11826 A
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 \begin_inset Formula $\breve{A}$
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 </lyxtabular>
11845
11846 \end_inset
11847
11848
11849 \begin_inset space \hfill{}
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset VSpace bigskip
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \begin_layout Standard
11863 You can directly insert accents such as é in formulas.
11864  \SpecialChar LyX
11865  will transform them to the corresponding accent command.
11866  For umlauts
11867 \begin_inset Index idx
11868 range none
11869 pageformat default
11870 status collapsed
11871
11872 \begin_layout Plain Layout
11873 Umlauts
11874 \end_layout
11875
11876 \end_inset
11877
11878  however it is better to insert a quotation mark before the vowel.
11879  These two characters are then treated by \SpecialChar LaTeX
11880  as 
11881 \emph on
11882 one
11883 \emph default
11884  character when the formula part with the umlaut is marked as German.
11885  In contrast to 
11886 \series bold
11887
11888 \backslash
11889 ddot
11890 \series default
11891 ,
11892  with this method 
11893 \begin_inset Quotes eld
11894 \end_inset
11895
11896 real
11897 \begin_inset Quotes erd
11898 \end_inset
11899
11900  umlauts are created as demonstrated in the following example:
11901 \end_layout
11902
11903 \begin_layout Standard
11904 \begin_inset VSpace -2mm
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Standard
11911 \align center
11912 \begin_inset Tabular
11913 <lyxtabular version="3" rows="3" columns="2">
11914 <features booktabs="true" tabularvalignment="middle">
11915 <column alignment="center" valignment="top" width="0pt">
11916 <column alignment="center" valignment="top">
11917 <row>
11918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 Command
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 Result
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 \begin_inset Quotes grd
11943 \end_inset
11944
11945 i
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 \begin_inset space \hspace{}
11955 \length 0pt
11956 \end_inset
11957
11958
11959 \lang ngerman
11960
11961 \begin_inset Formula $"i$
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row topspace="1.5mm">
11971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975
11976 \backslash
11977 ddot
11978 \begin_inset space \textvisiblespace{}
11979 \end_inset
11980
11981 i
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 \begin_inset Formula $\ddot{i}$
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 </lyxtabular>
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 One advantage with 
12008 \series bold
12009
12010 \backslash
12011 ddot
12012 \series default
12013  is that umlauts can be directly converted to mathematical text because the accent commands above are 
12014 \emph on
12015 not allowed
12016 \emph default
12017  
12018 \emph on
12019 in mathematical text
12020 \emph default
12021 .
12022  To convert an accented character to mathematical text,
12023  only the character under the accent may be converted.
12024  This applies for all conversions,
12025  e.
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 g.
12030 \begin_inset space \space{}
12031 \end_inset
12032
12033 to italic or bold.
12034 \end_layout
12035
12036 \begin_layout Standard
12037 \begin_inset VSpace bigskip
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \begin_layout Standard
12044 \SpecialChar LyX
12045  also supports a tilde under the character if the \SpecialChar LaTeX
12046 -package 
12047 \series bold
12048 undertilde
12049 \series default
12050
12051 \begin_inset Index idx
12052 range none
12053 pageformat default
12054 status collapsed
12055
12056 \begin_layout Plain Layout
12057 Packages
12058 \begin_inset IndexMacro subentry
12059 status open
12060
12061 \begin_layout Plain Layout
12062 undertilde
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \end_inset
12071
12072  is installed on your system:
12073 \end_layout
12074
12075 \begin_layout Standard
12076 \begin_inset ERT
12077 status collapsed
12078
12079 \begin_layout Plain Layout
12080
12081
12082 \backslash
12083 ifundertilde 
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \begin_inset Note Note
12090 status open
12091
12092 \begin_layout Plain Layout
12093 The following table will only be displayed when the \SpecialChar LaTeX
12094 -package 
12095 \series bold
12096 undertilde
12097 \series default
12098  is installed.
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Standard
12107 \noindent
12108 \align center
12109 \begin_inset Tabular
12110 <lyxtabular version="3" rows="2" columns="2">
12111 <features booktabs="true" tabularvalignment="middle">
12112 <column alignment="center" valignment="top" width="0pt">
12113 <column alignment="center" valignment="top" width="0pt">
12114 <row>
12115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 Command
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 Result
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 <row>
12135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139
12140 \backslash
12141 utilde
12142 \begin_inset space \textvisiblespace{}
12143 \end_inset
12144
12145 A
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 \begin_inset Formula $\utilde{A}$
12155 \end_inset
12156
12157
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 </row>
12163 </lyxtabular>
12164
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \begin_layout Standard
12171 \begin_inset ERT
12172 status collapsed
12173
12174 \begin_layout Plain Layout
12175
12176
12177 \backslash
12178 else 
12179 \end_layout
12180
12181 \end_inset
12182
12183
12184 \begin_inset Note Note
12185 status open
12186
12187 \begin_layout Plain Layout
12188 The following will be displayed when the \SpecialChar LaTeX
12189 -package 
12190 \series bold
12191 undertilde
12192 \series default
12193  is not installed:
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202 You need to install the \SpecialChar LaTeX
12203 -package 
12204 \series bold
12205 undertilde
12206 \series default
12207  to see the rest of this subsection in the output.
12208 \end_layout
12209
12210 \begin_layout Standard
12211 \begin_inset ERT
12212 status collapsed
12213
12214 \begin_layout Plain Layout
12215
12216
12217 \backslash
12218 fi 
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Subsection
12227 Accents for Several Characters
12228 \begin_inset Index idx
12229 range none
12230 pageformat default
12231 status collapsed
12232
12233 \begin_layout Plain Layout
12234 Accents
12235 \begin_inset IndexMacro subentry
12236 status open
12237
12238 \begin_layout Plain Layout
12239 for several characters
12240 \end_layout
12241
12242 \end_inset
12243
12244
12245 \end_layout
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 \begin_inset space \hfill{}
12254 \end_inset
12255
12256
12257 \begin_inset Tabular
12258 <lyxtabular version="3" rows="5" columns="2">
12259 <features booktabs="true" tabularvalignment="middle">
12260 <column alignment="center" valignment="top" width="0pt">
12261 <column alignment="center" valignment="top" width="0pt">
12262 <row>
12263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 Command
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 Result
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 </row>
12282 <row topspace="1.5mm">
12283 <cell alignment="center" valignment="top" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287
12288 \backslash
12289 overleftarrow
12290 \begin_inset space \textvisiblespace{}
12291 \end_inset
12292
12293 A=B
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 \begin_inset Formula $\overleftarrow{A=B}$
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 <row topspace="1.5mm">
12312 <cell alignment="center" valignment="top" usebox="none">
12313 \begin_inset Text
12314
12315 \begin_layout Plain Layout
12316
12317 \backslash
12318 underleftarrow
12319 \begin_inset space \textvisiblespace{}
12320 \end_inset
12321
12322 A=B
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Plain Layout
12331 \begin_inset Formula $\underleftarrow{A=B}$
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 </row>
12340 <row topspace="1.5mm">
12341 <cell alignment="center" valignment="top" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Plain Layout
12345
12346 \backslash
12347 overleftrightarrow
12348 \begin_inset space \textvisiblespace{}
12349 \end_inset
12350
12351 A=B
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 \begin_inset Formula $\overleftrightarrow{A=B}$
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 </row>
12369 <row topspace="1.5mm" bottomspace="1mm">
12370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Plain Layout
12374
12375 \backslash
12376 underleftrightarrow
12377 \begin_inset space \textvisiblespace{}
12378 \end_inset
12379
12380 A=B
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 \begin_inset Formula $\underleftrightarrow{A=B}$
12390 \end_inset
12391
12392
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 </row>
12398 </lyxtabular>
12399
12400 \end_inset
12401
12402
12403 \begin_inset space \hfill{}
12404 \end_inset
12405
12406
12407 \begin_inset Tabular
12408 <lyxtabular version="3" rows="5" columns="2">
12409 <features booktabs="true" tabularvalignment="middle">
12410 <column alignment="center" valignment="top" width="0pt">
12411 <column alignment="center" valignment="top" width="0pt">
12412 <row>
12413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 Command
12418 \end_layout
12419
12420 \end_inset
12421 </cell>
12422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426 Result
12427 \end_layout
12428
12429 \end_inset
12430 </cell>
12431 </row>
12432 <row topspace="1.5mm">
12433 <cell alignment="center" valignment="top" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437
12438 \backslash
12439 overrightarrow
12440 \begin_inset space \textvisiblespace{}
12441 \end_inset
12442
12443 A=B
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 \begin_inset Formula $\overrightarrow{A=B}$
12453 \end_inset
12454
12455
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 </row>
12461 <row topspace="1.5mm">
12462 <cell alignment="center" valignment="top" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466
12467 \backslash
12468 underrightarrow
12469 \begin_inset space \textvisiblespace{}
12470 \end_inset
12471
12472 A=B
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 \begin_inset Formula $\underrightarrow{A=B}$
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 </row>
12490 <row topspace="1.5mm">
12491 <cell alignment="center" valignment="top" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495
12496 \backslash
12497 widetilde
12498 \begin_inset space \textvisiblespace{}
12499 \end_inset
12500
12501 A=B
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 \begin_inset Formula $\widetilde{A=B}$
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 <row topspace="1.5mm" bottomspace="1mm">
12520 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524
12525 \backslash
12526 widehat
12527 \begin_inset space \textvisiblespace{}
12528 \end_inset
12529
12530 A=B
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 \begin_inset Formula $\widehat{A=B}$
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 </lyxtabular>
12549
12550 \end_inset
12551
12552
12553 \begin_inset space \hfill{}
12554 \end_inset
12555
12556
12557 \end_layout
12558
12559 \begin_layout Standard
12560 \begin_inset VSpace medskip
12561 \end_inset
12562
12563 Using these commands you can accent as many characters as you like.
12564  But the accents 
12565 \series bold
12566
12567 \backslash
12568 widetilde
12569 \series default
12570  and 
12571 \series bold
12572
12573 \backslash
12574 widehat
12575 \series default
12576  will only be set in the output with a length of three characters,
12577  as shown in the following example:
12578 \begin_inset Formula 
12579 \[
12580 \widetilde{A+B=C-D}
12581 \]
12582
12583 \end_inset
12584
12585
12586 \end_layout
12587
12588 \begin_layout Standard
12589 It is also possible to accent several characters using the commands 
12590 \series bold
12591
12592 \backslash
12593 overset
12594 \series default
12595
12596 \begin_inset Index idx
12597 range none
12598 pageformat default
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602 Commands
12603 \begin_inset IndexMacro subentry
12604 status open
12605
12606 \begin_layout Plain Layout
12607 O
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \begin_inset IndexMacro subentry
12614 status open
12615
12616 \begin_layout Plain Layout
12617
12618 \backslash
12619 overset
12620 \end_layout
12621
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \end_inset
12628
12629  and 
12630 \series bold
12631
12632 \backslash
12633 underset
12634 \series default
12635
12636 \begin_inset Index idx
12637 range none
12638 pageformat default
12639 status collapsed
12640
12641 \begin_layout Plain Layout
12642 Commands
12643 \begin_inset IndexMacro subentry
12644 status open
12645
12646 \begin_layout Plain Layout
12647 U
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \begin_inset IndexMacro subentry
12654 status open
12655
12656 \begin_layout Plain Layout
12657
12658 \backslash
12659 underset
12660 \end_layout
12661
12662 \end_inset
12663
12664
12665 \end_layout
12666
12667 \end_inset
12668
12669  described in the previous subsection.
12670  The command 
12671 \series bold
12672
12673 \backslash
12674 underset
12675 \begin_inset space \textvisiblespace{}
12676 \end_inset
12677
12678 A=B
12679 \begin_inset Formula $\downarrow$
12680 \end_inset
12681
12682 ***
12683 \series default
12684  creates:
12685 \begin_inset Formula 
12686 \[
12687 \underset{***}{A=B}
12688 \]
12689
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \begin_layout Section
12696 Space
12697 \begin_inset CommandInset label
12698 LatexCommand label
12699 name "subsec:Space"
12700
12701 \end_inset
12702
12703
12704 \begin_inset Index idx
12705 range none
12706 pageformat default
12707 status collapsed
12708
12709 \begin_layout Plain Layout
12710 Space
12711 \begin_inset IndexMacro subentry
12712 status open
12713
12714 \begin_layout Plain Layout
12715 horizontal
12716 \end_layout
12717
12718 \end_inset
12719
12720
12721 \end_layout
12722
12723 \end_inset
12724
12725
12726 \end_layout
12727
12728 \begin_layout Subsection
12729 Predefined Space
12730 \begin_inset CommandInset label
12731 LatexCommand label
12732 name "subsec:Predefined-Space"
12733
12734 \end_inset
12735
12736
12737 \begin_inset Index idx
12738 range none
12739 pageformat default
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743 Space
12744 \begin_inset IndexMacro subentry
12745 status open
12746
12747 \begin_layout Plain Layout
12748 horizontal
12749 \end_layout
12750
12751 \end_inset
12752
12753
12754 \begin_inset IndexMacro subentry
12755 status open
12756
12757 \begin_layout Plain Layout
12758 predefined
12759 \end_layout
12760
12761 \end_inset
12762
12763
12764 \end_layout
12765
12766 \end_inset
12767
12768
12769 \end_layout
12770
12771 \begin_layout Standard
12772 Sometimes it is necessary to insert horizontal space into a formula.
12773  This is done by inserting a 
12774 \change_deleted 177693 1654668870
12775 protected
12776 \change_inserted 177693 1654668872
12777 non-breaking
12778 \change_unchanged
12779  space (shortcut 
12780 \change_inserted 5863208 1612729962
12781
12782 \begin_inset Info
12783 type  "shortcut"
12784 arg   "command-alternatives math-space ; space-insert protected"
12785 \end_inset
12786
12787
12788 \change_deleted 5863208 1612729965
12789
12790 \begin_inset Info
12791 type  "shortcut"
12792 arg   "command-alternatives space-insert protected ; math-space"
12793 \end_inset
12794
12795
12796 \begin_inset Note Note
12797 status open
12798
12799 \begin_layout Plain Layout
12800
12801 \change_inserted 232239728 1611160593
12802 What is intended here?
12803 \change_unchanged
12804
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \change_unchanged
12811 ).
12812  A 
12813 \begin_inset Quotes eld
12814 \end_inset
12815
12816
12817 \color blue
12818
12819 \begin_inset space \textvisiblespace{}
12820 \end_inset
12821
12822
12823 \color inherit
12824
12825 \begin_inset Quotes erd
12826 \end_inset
12827
12828  appears and by pressing 
12829 \family sans
12830 Space
12831 \family default
12832  several times one can select one of eight different space sizes.
12833  The spaces can also be inserted using the math toolbar button 
12834 \begin_inset Info
12835 type  "icon"
12836 arg   "math-insert \\space"
12837 \end_inset
12838
12839  or special commands.
12840  The size can be adjusted at any time by positioning the cursor on the 
12841 \begin_inset Info
12842 type  "icon"
12843 arg   "math-insert \\space"
12844 \end_inset
12845
12846  and pressing 
12847 \family sans
12848 Space
12849 \family default
12850  until the desired size is achieved.
12851 \end_layout
12852
12853 \begin_layout Standard
12854 \noindent
12855 \align center
12856 \begin_inset Tabular
12857 <lyxtabular version="3" rows="6" columns="3">
12858 <features booktabs="true" tabularvalignment="middle">
12859 <column alignment="center" valignment="top">
12860 <column alignment="center" valignment="top" width="15col%">
12861 <column alignment="center" valignment="top">
12862 <row>
12863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 Command
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 Number of 
12877 \family sans
12878 Space
12879 \family default
12880  keystrokes
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 Result
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 <row>
12896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900
12901 \backslash
12902 ,
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 0
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 \begin_inset Formula $A\,B$
12921 \end_inset
12922
12923
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 </row>
12929 <row>
12930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934
12935 \backslash
12936 :
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 1
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Formula $A\:B$
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \backslash
12970 ;
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 2
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 \begin_inset Formula $A\;B$
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 </row>
12997 <row>
12998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002
13003 \backslash
13004 quad
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 3
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 \begin_inset Formula $A\quad B$
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 <row>
13032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036
13037 \backslash
13038 qquad
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 4
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 \begin_inset Formula $A\qquad B$
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 </row>
13065 </lyxtabular>
13066
13067 \end_inset
13068
13069
13070 \begin_inset space \hfill{}
13071 \end_inset
13072
13073
13074 \begin_inset Tabular
13075 <lyxtabular version="3" rows="6" columns="3">
13076 <features booktabs="true" tabularvalignment="middle">
13077 <column alignment="center" valignment="top">
13078 <column alignment="center" valignment="top" width="15col%">
13079 <column alignment="center" valignment="top">
13080 <row>
13081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 Command
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 Number of 
13095 \family sans
13096 Space
13097 \family default
13098  keystrokes
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Result
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 </row>
13113 <row>
13114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118
13119 \backslash
13120 hfill
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 5
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 \begin_inset Formula $A\hfill B$
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 </row>
13147 <row>
13148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152
13153 \backslash
13154 hspace*{1em}
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 6
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 \begin_inset Formula $A\hspace*{1em}B$
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 </row>
13181 <row>
13182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186
13187 \backslash
13188 hspace{1em}
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 7
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 \begin_inset Formula $A\hspace{1em}B$
13207 \end_inset
13208
13209
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 </row>
13215 <row>
13216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220
13221 \backslash
13222
13223 \begin_inset space \textvisiblespace{}
13224 \end_inset
13225
13226
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 8
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 \begin_inset Formula $A\ B$
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 <row>
13254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258
13259 \backslash
13260 !
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 9
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 \begin_inset Formula $A\!B$
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 </row>
13287 </lyxtabular>
13288
13289 \end_inset
13290
13291
13292 \end_layout
13293
13294 \begin_layout Standard
13295 Space's
13296 \begin_inset space ~
13297 \end_inset
13298
13299 5
13300 \begin_inset space \thinspace{}
13301 \end_inset
13302
13303
13304 \begin_inset space \thinspace{}
13305 \end_inset
13306
13307 7 are variable spaces which are explained in 
13308 \begin_inset CommandInset ref
13309 LatexCommand ref
13310 reference "subsec:Variable-Space"
13311 nolink "false"
13312
13313 \end_inset
13314
13315 .
13316  Space
13317 \begin_inset space ~
13318 \end_inset
13319
13320 9 appears to produce no space.
13321  It is displayed red in \SpecialChar LyX
13322  contrary to the other sizes,
13323  because it is a negative space.
13324  There are two more negative spaces:
13325 \end_layout
13326
13327 \begin_layout Standard
13328 \align center
13329 \begin_inset Tabular
13330 <lyxtabular version="3" rows="3" columns="3">
13331 <features booktabs="true" tabularvalignment="middle">
13332 <column alignment="center" valignment="middle" width="6.8cm">
13333 <column alignment="center" valignment="top" width="0pt">
13334 <column alignment="center" valignment="top" width="0pt">
13335 <row>
13336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 Command
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \backslash
13351 negmedspace
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \backslash
13362 negthickspace
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row>
13369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 Number of 
13374 \family sans
13375 Space
13376 \family default
13377  keystrokes after inserting the 
13378 \change_deleted 177693 1654668881
13379 protected
13380 \change_inserted 177693 1654668883
13381 non-breaking
13382 \change_unchanged
13383  space
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 10
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 11
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 Result
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 \begin_inset Formula $A\negmedspace B$
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 \begin_inset Formula $A\negthickspace B$
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 </lyxtabular>
13443
13444 \end_inset
13445
13446
13447 \end_layout
13448
13449 \begin_layout Standard
13450 Negative spaces can lead to characters overlapping each other.
13451  Thus they can be used to enforce ligatures,
13452  which are useful for things such as summation operators:
13453 \end_layout
13454
13455 \begin_layout Standard
13456 \align center
13457 \begin_inset Tabular
13458 <lyxtabular version="3" rows="3" columns="2">
13459 <features booktabs="true" tabularvalignment="middle">
13460 <column alignment="center" valignment="top" width="0pt">
13461 <column alignment="center" valignment="top">
13462 <row>
13463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 Command
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 Result
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 <row>
13483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487
13488 \backslash
13489 sum
13490 \backslash
13491 sum
13492 \begin_inset space \textvisiblespace{}
13493 \end_inset
13494
13495 f_kl
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 \begin_inset Formula $\sum\sum f_{kl}$
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 </row>
13513 <row>
13514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518
13519 \backslash
13520 sum
13521 \backslash
13522 negmedspace
13523 \backslash
13524 sum
13525 \begin_inset space \textvisiblespace{}
13526 \end_inset
13527
13528 f_kl
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 </row>
13546 </lyxtabular>
13547
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \begin_layout Standard
13554 \noindent
13555 \begin_inset VSpace medskip
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \begin_layout Standard
13562 \noindent
13563 Relational operators,
13564  for example equal or less than signs,
13565  are always surrounded by space.
13566  To suppress this,
13567  the operator is placed into a \SpecialChar TeX
13568  brace.
13569  The following example demonstrates this:
13570 \end_layout
13571
13572 \begin_layout Standard
13573 \align center
13574 \begin_inset Tabular
13575 <lyxtabular version="3" rows="2" columns="2">
13576 <features tabularvalignment="middle">
13577 <column alignment="center" valignment="top" width="0pt">
13578 <column alignment="center" valignment="top" width="0pt">
13579 <row>
13580 <cell alignment="center" valignment="top" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 Normal equation
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 \begin_inset Formula $A=B$
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 Equation without space
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 \begin_inset Formula $A{=}B$
13617 \end_inset
13618
13619
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 </lyxtabular>
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \begin_layout Standard
13633 \noindent
13634 The command for the last formula is:
13635  
13636 \series bold
13637 A
13638 \backslash
13639 {=
13640 \begin_inset Formula $\to$
13641 \end_inset
13642
13643 B
13644 \end_layout
13645
13646 \begin_layout Standard
13647 \begin_inset VSpace bigskip
13648 \end_inset
13649
13650
13651 \end_layout
13652
13653 \begin_layout Standard
13654 Another example of controlled spaces is physical units.
13655  The space between a value and its unit is smaller than a normal space,
13656  typically a thin space is used.
13657  For units in text,
13658  the smaller space is inserted via the menu 
13659 \family sans
13660 Insert\SpecialChar menuseparator
13661 Formatting\SpecialChar menuseparator
13662 Thin
13663 \begin_inset space ~
13664 \end_inset
13665
13666 Space
13667 \family default
13668  (shortcut 
13669 \begin_inset Info
13670 type  "shortcut"
13671 arg   "space-insert thin"
13672 \end_inset
13673
13674 ).
13675 \end_layout
13676
13677 \begin_layout Standard
13678 An example to visualize the difference:
13679 \end_layout
13680
13681 \begin_layout Standard
13682 \begin_inset Tabular
13683 <lyxtabular version="3" rows="2" columns="2">
13684 <features tabularvalignment="middle">
13685 <column alignment="left" valignment="top">
13686 <column alignment="left" valignment="top">
13687 <row>
13688 <cell alignment="center" valignment="top" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 24 kW
13693 \begin_inset Formula $\cdot$
13694 \end_inset
13695
13696 h
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 Space between value and unit
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 </row>
13711 <row>
13712 <cell alignment="center" valignment="top" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 24
13717 \begin_inset space \thinspace{}
13718 \end_inset
13719
13720 kW
13721 \begin_inset Formula $\cdot$
13722 \end_inset
13723
13724 h
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 Thin space between value and unit
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 </row>
13739 </lyxtabular>
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Subsection
13747 Variable Space
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753
13754 \backslash
13755 texorpdfstring{
13756 \end_layout
13757
13758 \end_inset
13759
13760
13761 \begin_inset Foot
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765 For vertical space in formulas see 
13766 \begin_inset CommandInset ref
13767 LatexCommand ref
13768 reference "subsec:Line-Separation"
13769 nolink "false"
13770
13771 \end_inset
13772
13773
13774 \end_layout
13775
13776 \end_inset
13777
13778
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784 }{}
13785 \end_layout
13786
13787 \end_inset
13788
13789
13790 \begin_inset Note Note
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795 \backslash
13796 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
13797 \end_layout
13798
13799 \begin_layout Plain Layout
13800 More about 
13801 \backslash
13802 texorpdfstring is in section 
13803 \begin_inset CommandInset ref
13804 LatexCommand ref
13805 reference "subsec:Formulas-in-Section"
13806 nolink "false"
13807
13808 \end_inset
13809
13810 .
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \begin_inset CommandInset label
13817 LatexCommand label
13818 name "subsec:Variable-Space"
13819
13820 \end_inset
13821
13822
13823 \begin_inset Index idx
13824 range none
13825 pageformat default
13826 status collapsed
13827
13828 \begin_layout Plain Layout
13829 Space
13830 \begin_inset IndexMacro subentry
13831 status open
13832
13833 \begin_layout Plain Layout
13834 horizontal
13835 \end_layout
13836
13837 \end_inset
13838
13839
13840 \begin_inset IndexMacro subentry
13841 status open
13842
13843 \begin_layout Plain Layout
13844 variable
13845 \end_layout
13846
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \begin_layout Standard
13858 Space with a defined length can be inserted with the command 
13859 \series bold
13860
13861 \backslash
13862 hspace
13863 \series default
13864
13865 \begin_inset Index idx
13866 range none
13867 pageformat default
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871 Commands
13872 \begin_inset IndexMacro subentry
13873 status open
13874
13875 \begin_layout Plain Layout
13876 H
13877 \end_layout
13878
13879 \end_inset
13880
13881
13882 \begin_inset IndexMacro subentry
13883 status open
13884
13885 \begin_layout Plain Layout
13886
13887 \backslash
13888 hspace
13889 \end_layout
13890
13891 \end_inset
13892
13893
13894 \end_layout
13895
13896 \end_inset
13897
13898 .
13899  A long 
13900 \begin_inset Quotes eld
13901 \end_inset
13902
13903
13904 \color blue
13905
13906 \begin_inset space \textvisiblespace{}
13907 \end_inset
13908
13909
13910 \color inherit
13911
13912 \begin_inset Quotes erd
13913 \end_inset
13914
13915  will appear,
13916  the length of which can be specified by left-clicking on the 
13917 \begin_inset Quotes eld
13918 \end_inset
13919
13920
13921 \color blue
13922
13923 \begin_inset space \textvisiblespace{}
13924 \end_inset
13925
13926
13927 \color inherit
13928
13929 \begin_inset Quotes erd
13930 \end_inset
13931
13932 .
13933  The length may also be negative.
13934  If the space is the first character in a line,
13935  it will ordinarily be omitted.
13936  To force its output use the command 
13937 \series bold
13938
13939 \backslash
13940 hspace*
13941 \series default
13942  instead of 
13943 \series bold
13944
13945 \backslash
13946 hspace
13947 \series default
13948  or left-click on the 
13949 \begin_inset Quotes eld
13950 \end_inset
13951
13952
13953 \color blue
13954
13955 \begin_inset space \textvisiblespace{}
13956 \end_inset
13957
13958
13959 \color inherit
13960
13961 \begin_inset Quotes erd
13962 \end_inset
13963
13964  and check the option 
13965 \family sans
13966 Protect
13967 \family default
13968 .
13969 \begin_inset Newline newline
13970 \end_inset
13971
13972 To insert as much space as is available,
13973  the command 
13974 \series bold
13975
13976 \backslash
13977 hfill
13978 \series default
13979
13980 \begin_inset Index idx
13981 range none
13982 pageformat default
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986 Commands
13987 \begin_inset IndexMacro subentry
13988 status open
13989
13990 \begin_layout Plain Layout
13991 H
13992 \end_layout
13993
13994 \end_inset
13995
13996
13997 \begin_inset IndexMacro subentry
13998 status open
13999
14000 \begin_layout Plain Layout
14001
14002 \backslash
14003 hfill
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \end_inset
14012
14013  is used.
14014 \end_layout
14015
14016 \begin_layout Standard
14017 \align center
14018 \begin_inset Tabular
14019 <lyxtabular version="3" rows="4" columns="2">
14020 <features booktabs="true" tabularvalignment="middle">
14021 <column alignment="center" valignment="top" width="0pt">
14022 <column alignment="center" valignment="top">
14023 <row>
14024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 Command (
14029 \backslash
14030 hspace length)
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 Result
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 <row>
14046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 A=B
14051 \backslash
14052 hspace
14053 \begin_inset space \textvisiblespace{}
14054 \end_inset
14055
14056 A
14057 \backslash
14058 not=C (3
14059 \begin_inset space \thinspace{}
14060 \end_inset
14061
14062 cm)
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
14072 \end_inset
14073
14074
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 </row>
14080 <row>
14081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 A
14086 \backslash
14087 hspace
14088 \begin_inset space \textvisiblespace{}
14089 \end_inset
14090
14091 A
14092 \backslash
14093 not=A (-1
14094 \begin_inset space \thinspace{}
14095 \end_inset
14096
14097 mm)
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 \begin_inset Formula $A\hspace{-1mm}A\not=A$
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 </row>
14115 <row>
14116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 A=A
14121 \backslash
14122 hfill
14123 \begin_inset space \textvisiblespace{}
14124 \end_inset
14125
14126 B=B
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 \begin_inset Formula $A=A\hfill B=B$
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 </row>
14144 </lyxtabular>
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \begin_layout Standard
14152 In the last example the available space is given by the longest column entry of the table.
14153  In an inline formula the space depends on the length of the line in which 
14154 \series bold
14155
14156 \backslash
14157 hfill
14158 \series default
14159  is inserted.
14160  Thus,
14161  when the line uses the full width,
14162  no space will be created.
14163  
14164 \series bold
14165
14166 \backslash
14167 hfill
14168 \series default
14169  only has an effect on displayed formulas when the formula style 
14170 \series bold
14171 Indented
14172 \series default
14173  is used.
14174  (Formula styles are explained in 
14175 \begin_inset CommandInset ref
14176 LatexCommand ref
14177 reference "sec:Formula-Styles"
14178 nolink "false"
14179
14180 \end_inset
14181
14182 .)
14183 \end_layout
14184
14185 \begin_layout Standard
14186 Besides 
14187 \series bold
14188
14189 \backslash
14190 hfill
14191 \series default
14192 ,
14193  there are also commands,
14194  
14195 \series bold
14196
14197 \backslash
14198 dotfill
14199 \series default
14200  and 
14201 \series bold
14202
14203 \backslash
14204 hrulefill,
14205
14206 \series default
14207  that fill the space with a pattern.
14208  See 
14209 \begin_inset CommandInset ref
14210 LatexCommand ref
14211 reference "subsec:Ellipses"
14212 nolink "false"
14213
14214 \end_inset
14215
14216  for an example.
14217 \end_layout
14218
14219 \begin_layout Standard
14220 For text,
14221  variable space can be inserted via the menu 
14222 \family sans
14223 Insert\SpecialChar menuseparator
14224 Formatting\SpecialChar menuseparator
14225 Horizontal
14226 \begin_inset space ~
14227 \end_inset
14228
14229 Space
14230 \family default
14231 :
14232 \end_layout
14233
14234 \begin_layout Standard
14235 This is a line with
14236 \begin_inset space \hspace{}
14237 \length 2cm
14238 \end_inset
14239
14240 2
14241 \begin_inset space \thinspace{}
14242 \end_inset
14243
14244 cm space.
14245 \end_layout
14246
14247 \begin_layout Standard
14248 This is a line with
14249 \begin_inset space \hfill{}
14250 \end_inset
14251
14252 maximum space.
14253 \end_layout
14254
14255 \begin_layout Subsection
14256 Space Besides Inline Formulas
14257 \begin_inset Index idx
14258 range none
14259 pageformat default
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 Space
14264 \begin_inset IndexMacro subentry
14265 status open
14266
14267 \begin_layout Plain Layout
14268 besides inline formulas
14269 \end_layout
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \end_layout
14280
14281 \begin_layout Standard
14282 The space that surrounds inline formulas can be adjusted with the length 
14283 \series bold
14284
14285 \backslash
14286 mathsurround
14287 \series default
14288
14289 \begin_inset Index idx
14290 range none
14291 pageformat default
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295 Commands
14296 \begin_inset IndexMacro subentry
14297 status open
14298
14299 \begin_layout Plain Layout
14300 M
14301 \end_layout
14302
14303 \end_inset
14304
14305
14306 \begin_inset IndexMacro subentry
14307 status open
14308
14309 \begin_layout Plain Layout
14310
14311 \backslash
14312 mathsurround
14313 \end_layout
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321
14322 .
14323  The value of a length is set with the command 
14324 \series bold
14325
14326 \backslash
14327 setlength
14328 \series default
14329
14330 \begin_inset Index idx
14331 range none
14332 pageformat default
14333 status collapsed
14334
14335 \begin_layout Plain Layout
14336 Commands
14337 \begin_inset IndexMacro subentry
14338 status open
14339
14340 \begin_layout Plain Layout
14341 S
14342 \end_layout
14343
14344 \end_inset
14345
14346
14347 \begin_inset IndexMacro subentry
14348 status open
14349
14350 \begin_layout Plain Layout
14351
14352 \backslash
14353 setlength
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \end_inset
14362
14363  which has the following scheme:
14364 \end_layout
14365
14366 \begin_layout Standard
14367
14368 \series bold
14369
14370 \backslash
14371 setlength{length name}{value}
14372 \end_layout
14373
14374 \begin_layout Standard
14375 To set 
14376 \series bold
14377
14378 \backslash
14379 mathsurround
14380 \series default
14381  to the value 5
14382 \begin_inset space \thinspace{}
14383 \end_inset
14384
14385 mm,
14386  the command
14387 \end_layout
14388
14389 \begin_layout Standard
14390
14391 \series bold
14392
14393 \backslash
14394 setlength{
14395 \backslash
14396 mathsurround}{5mm}
14397 \end_layout
14398
14399 \begin_layout Standard
14400 is inserted in \SpecialChar TeX
14401  mode.
14402  5
14403 \begin_inset space \thinspace{}
14404 \end_inset
14405
14406 mm space will now be set around all inline formulas:
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412
14413 \backslash
14414 setlength{
14415 \backslash
14416 mathsurround}{5mm}
14417 \end_layout
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 This is a line with an inline formula 
14426 \begin_inset Formula $A=B$
14427 \end_inset
14428
14429  with 5
14430 \begin_inset space \thinspace{}
14431 \end_inset
14432
14433 mm surrounding space.
14434 \begin_inset ERT
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438
14439
14440 \backslash
14441 setlength{
14442 \backslash
14443 mathsurround}{0pt}
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Standard
14452 To return to the predefined value,
14453  
14454 \series bold
14455
14456 \backslash
14457 mathsurround
14458 \series default
14459  is set to the value 0
14460 \begin_inset space \thinspace{}
14461 \end_inset
14462
14463 pt.
14464 \end_layout
14465
14466 \begin_layout Section
14467 Boxes and Frames
14468 \begin_inset Index idx
14469 range none
14470 pageformat default
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474 Boxes
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \begin_inset Index idx
14481 range none
14482 pageformat default
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486 Frames
14487 \begin_inset IndexMacro see
14488 status open
14489
14490 \begin_layout Plain Layout
14491 Boxes
14492 \end_layout
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \begin_layout Standard
14505 Boxes for text are described in chapter 
14506 \family typewriter
14507 Boxes
14508 \family default
14509  in the 
14510 \family typewriter
14511 Embedded
14512 \begin_inset space ~
14513 \end_inset
14514
14515 Objects
14516 \family default
14517  manual.
14518 \end_layout
14519
14520 \begin_layout Subsection
14521 Boxes with Frame
14522 \begin_inset CommandInset label
14523 LatexCommand label
14524 name "subsec:Boxes-with-Frame"
14525
14526 \end_inset
14527
14528
14529 \begin_inset Index idx
14530 range none
14531 pageformat default
14532 status collapsed
14533
14534 \begin_layout Plain Layout
14535 Boxes
14536 \begin_inset IndexMacro subentry
14537 status open
14538
14539 \begin_layout Plain Layout
14540 with frame
14541 \end_layout
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \end_inset
14549
14550
14551 \end_layout
14552
14553 \begin_layout Standard
14554 It is possible to frame a formula or part of one with the commands 
14555 \series bold
14556
14557 \backslash
14558 fbox
14559 \series default
14560
14561 \begin_inset Index idx
14562 range none
14563 pageformat default
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567 Commands
14568 \begin_inset IndexMacro subentry
14569 status open
14570
14571 \begin_layout Plain Layout
14572 F
14573 \end_layout
14574
14575 \end_inset
14576
14577
14578 \begin_inset IndexMacro subentry
14579 status open
14580
14581 \begin_layout Plain Layout
14582
14583 \backslash
14584 fbox
14585 \end_layout
14586
14587 \end_inset
14588
14589
14590 \end_layout
14591
14592 \end_inset
14593
14594  and 
14595 \series bold
14596
14597 \backslash
14598 boxed
14599 \series default
14600
14601 \begin_inset Index idx
14602 range none
14603 pageformat default
14604 status collapsed
14605
14606 \begin_layout Plain Layout
14607 Commands
14608 \begin_inset IndexMacro subentry
14609 status open
14610
14611 \begin_layout Plain Layout
14612 B
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \begin_inset IndexMacro subentry
14619 status open
14620
14621 \begin_layout Plain Layout
14622
14623 \backslash
14624 boxed
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \end_inset
14633
14634 .
14635 \end_layout
14636
14637 \begin_layout Standard
14638 When one of these commands is inserted in a formula,
14639  a blue box appears within a frame to enter formula parts.
14640  For 
14641 \series bold
14642
14643 \backslash
14644 fbox
14645 \series default
14646  an additional formula has to be created by 
14647 \family sans
14648 Ctrl+M
14649 \family default
14650  within this box,
14651  because the box content will otherwise be treated as mathematical text.
14652  When 
14653 \series bold
14654
14655 \backslash
14656 boxed
14657 \series default
14658  is used,
14659  a new formula is automatically created inside the frame.
14660 \end_layout
14661
14662 \begin_layout Standard
14663 The command 
14664 \series bold
14665
14666 \backslash
14667 fbox
14668 \series default
14669  is not suitable to frame displayed formulas because the formula will always be set in the size of the documents text.
14670  Conversly 
14671 \series bold
14672
14673 \backslash
14674 boxed
14675 \series default
14676  is not suitable to frame inline formulas because the formula will always be set in the size of a displayed formula.
14677 \end_layout
14678
14679 \begin_layout Standard
14680 An extension to 
14681 \series bold
14682
14683 \backslash
14684 fbox
14685 \series default
14686  is the command 
14687 \series bold
14688
14689 \backslash
14690 framebox
14691 \series default
14692
14693 \begin_inset Index idx
14694 range none
14695 pageformat default
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699 Commands
14700 \begin_inset IndexMacro subentry
14701 status open
14702
14703 \begin_layout Plain Layout
14704 F
14705 \end_layout
14706
14707 \end_inset
14708
14709
14710 \begin_inset IndexMacro subentry
14711 status open
14712
14713 \begin_layout Plain Layout
14714
14715 \backslash
14716 framebox
14717 \end_layout
14718
14719 \end_inset
14720
14721
14722 \end_layout
14723
14724 \end_inset
14725
14726  with which the frame width and the alignment can be specified.
14727  
14728 \series bold
14729
14730 \backslash
14731 framebox
14732 \series default
14733  is used in the following scheme:
14734 \end_layout
14735
14736 \begin_layout Standard
14737
14738 \series bold
14739
14740 \backslash
14741 framebox[frame width][position]{box content}
14742 \end_layout
14743
14744 \begin_layout Standard
14745 The position can either be 
14746 \emph on
14747 l
14748 \emph default
14749  or 
14750 \emph on
14751 r
14752 \emph default
14753 .
14754  
14755 \emph on
14756 l
14757 \emph default
14758  left aligns and 
14759 \emph on
14760 r
14761 \emph default
14762  right aligns the formula in the box.
14763  If no position is given the formula will be centered.
14764 \begin_inset Newline newline
14765 \end_inset
14766
14767 If width is not given then position can not be given.
14768  In this case the frame width is adjusted to the box content like for 
14769 \series bold
14770
14771 \backslash
14772 fbox
14773 \series default
14774 .
14775 \end_layout
14776
14777 \begin_layout Standard
14778 When the command 
14779 \series bold
14780
14781 \backslash
14782 framebox
14783 \series default
14784  is inserted,
14785  a box appears containing three blue boxes.
14786  The first two boxes are surrounded by brackets and denote the two optional arguments.
14787  The third box is for formula parts like for 
14788 \series bold
14789
14790 \backslash
14791 fbox
14792 \series default
14793 .
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \align center
14798 \begin_inset Tabular
14799 <lyxtabular version="3" rows="5" columns="2">
14800 <features booktabs="true" tabularvalignment="middle">
14801 <column alignment="center" valignment="top" width="0pt">
14802 <column alignment="center" valignment="top">
14803 <row>
14804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 Command
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817 Result
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row topspace="1.5mm">
14824 <cell alignment="center" valignment="top" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828
14829 \backslash
14830 fbox
14831 \begin_inset space \textvisiblespace{}
14832 \end_inset
14833
14834
14835 \family sans
14836 Ctrl+M
14837 \family default
14838  
14839 \backslash
14840 int
14841 \begin_inset space \textvisiblespace{}
14842 \end_inset
14843
14844 A=B
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
14854 \end_inset
14855
14856
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 <row topspace="1.5mm">
14863 <cell alignment="center" valignment="top" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867
14868 \backslash
14869 boxed
14870 \begin_inset space \textvisiblespace{}
14871 \end_inset
14872
14873
14874 \backslash
14875 int
14876 \begin_inset space \textvisiblespace{}
14877 \end_inset
14878
14879 A=B
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\boxed{\int A=B}$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row topspace="1.5mm">
14898 <cell alignment="center" valignment="top" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 A+
14903 \backslash
14904 fbox
14905 \begin_inset space \textvisiblespace{}
14906 \end_inset
14907
14908 B
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $A+\fbox{B}$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row topspace="1.5mm" bottomspace="1mm">
14927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 framebox
14934 \begin_inset space \textvisiblespace{}
14935 \end_inset
14936
14937 20mm
14938 \begin_inset Formula $\to$
14939 \end_inset
14940
14941
14942 \begin_inset Formula $\to$
14943 \end_inset
14944
14945
14946 \family sans
14947 Ctrl+M
14948 \family default
14949  
14950 \backslash
14951 frac
14952 \begin_inset space \textvisiblespace{}
14953 \end_inset
14954
14955 A
14956 \begin_inset Formula $\downarrow$
14957 \end_inset
14958
14959 B
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 </row>
14977 </lyxtabular>
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Standard
14985 To adjust the frame thickness the following commands are inserted in \SpecialChar TeX
14986  mode before the formula:
14987 \end_layout
14988
14989 \begin_layout Standard
14990
14991 \series bold
14992
14993 \backslash
14994 fboxrule
14995 \series default
14996  
14997 \series bold
14998
14999 \begin_inset Quotes eld
15000 \end_inset
15001
15002 thickness
15003 \begin_inset Quotes erd
15004 \end_inset
15005
15006
15007 \series default
15008  
15009 \series bold
15010
15011 \backslash
15012 fboxsep
15013 \series default
15014  
15015 \series bold
15016
15017 \begin_inset Quotes eld
15018 \end_inset
15019
15020 distance
15021 \begin_inset Quotes erd
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \begin_layout Standard
15028 \begin_inset Quotes eld
15029 \end_inset
15030
15031 distance
15032 \begin_inset Quotes erd
15033 \end_inset
15034
15035  specifies the minimum distance between the frame and the first character in the box.
15036  An example of this is given in the following framed formula:
15037 \begin_inset ERT
15038 status open
15039
15040 \begin_layout Plain Layout
15041
15042
15043 \backslash
15044 fboxrule 2mm 
15045 \backslash
15046 fboxsep 3mm
15047 \end_layout
15048
15049 \end_inset
15050
15051
15052 \begin_inset Formula 
15053 \[
15054 \boxed{A+B=C}
15055 \]
15056
15057 \end_inset
15058
15059 Before this formula the commands
15060 \end_layout
15061
15062 \begin_layout Standard
15063
15064 \series bold
15065
15066 \backslash
15067 fboxrule
15068 \series default
15069  
15070 \series bold
15071 2mm
15072 \series default
15073  
15074 \series bold
15075
15076 \backslash
15077 fboxsep
15078 \series default
15079  
15080 \series bold
15081 3mm
15082 \end_layout
15083
15084 \begin_layout Standard
15085 were inserted in \SpecialChar TeX
15086  mode.
15087  These values are then used for all following boxes.
15088 \end_layout
15089
15090 \begin_layout Standard
15091 To return to the standard frame size,
15092  the command
15093 \end_layout
15094
15095 \begin_layout Standard
15096
15097 \series bold
15098
15099 \backslash
15100 fboxrule
15101 \series default
15102  
15103 \series bold
15104 0.4pt
15105 \series default
15106  
15107 \series bold
15108
15109 \backslash
15110 fboxsep
15111 \series default
15112  
15113 \series bold
15114 3pt
15115 \series default
15116
15117 \begin_inset ERT
15118 status open
15119
15120 \begin_layout Plain Layout
15121
15122
15123 \backslash
15124 fboxrule 0.4pt 
15125 \backslash
15126 fboxsep 3pt
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \begin_layout Standard
15135 is inserted in \SpecialChar TeX
15136  mode before the next formula.
15137 \end_layout
15138
15139 \begin_layout Subsection
15140 Boxes Without Frame
15141 \begin_inset CommandInset label
15142 LatexCommand label
15143 name "subsec:Boxes-without-Frame"
15144
15145 \end_inset
15146
15147
15148 \begin_inset Index idx
15149 range none
15150 pageformat default
15151 status collapsed
15152
15153 \begin_layout Plain Layout
15154 Boxes
15155 \begin_inset IndexMacro subentry
15156 status open
15157
15158 \begin_layout Plain Layout
15159 without frame
15160 \end_layout
15161
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \begin_layout Standard
15173 For boxes without a frame the following box commands:
15174  
15175 \series bold
15176
15177 \backslash
15178 mbox
15179 \series default
15180
15181 \begin_inset Index idx
15182 range none
15183 pageformat default
15184 status collapsed
15185
15186 \begin_layout Plain Layout
15187 Commands
15188 \begin_inset IndexMacro subentry
15189 status open
15190
15191 \begin_layout Plain Layout
15192 M
15193 \end_layout
15194
15195 \end_inset
15196
15197
15198 \begin_inset IndexMacro subentry
15199 status open
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 mbox
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213
15214 ,
15215  
15216 \series bold
15217
15218 \backslash
15219 makebox
15220 \series default
15221
15222 \begin_inset Index idx
15223 range none
15224 pageformat default
15225 status collapsed
15226
15227 \begin_layout Plain Layout
15228 Commands
15229 \begin_inset IndexMacro subentry
15230 status open
15231
15232 \begin_layout Plain Layout
15233 M
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \begin_inset IndexMacro subentry
15240 status open
15241
15242 \begin_layout Plain Layout
15243
15244 \backslash
15245 makebox
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254
15255  and 
15256 \series bold
15257
15258 \backslash
15259 raisebox
15260 \series default
15261
15262 \begin_inset Index idx
15263 range none
15264 pageformat default
15265 status collapsed
15266
15267 \begin_layout Plain Layout
15268 Commands
15269 \begin_inset IndexMacro subentry
15270 status open
15271
15272 \begin_layout Plain Layout
15273 R
15274 \end_layout
15275
15276 \end_inset
15277
15278
15279 \begin_inset IndexMacro subentry
15280 status open
15281
15282 \begin_layout Plain Layout
15283
15284 \backslash
15285 raisebox
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294
15295  are available.
15296 \end_layout
15297
15298 \begin_layout Standard
15299 With 
15300 \series bold
15301
15302 \backslash
15303 raisebox
15304 \series default
15305  a box can be super- or subscripted.
15306  But in contrary to normal super- and subscripting,
15307  the characters in the box keep their font size.
15308  
15309 \series bold
15310
15311 \backslash
15312 raisebox
15313 \series default
15314  is used in the following scheme:
15315 \end_layout
15316
15317 \begin_layout Standard
15318
15319 \series bold
15320
15321 \backslash
15322 raisebox{height}{box content}
15323 \end_layout
15324
15325 \begin_layout Standard
15326 When the box contains a formula,
15327  an extra formula is needed like for 
15328 \series bold
15329
15330 \backslash
15331 fbox
15332 \series default
15333 .
15334 \end_layout
15335
15336 \begin_layout Standard
15337
15338 \series medium
15339 \begin_inset Note Greyedout
15340 status open
15341
15342 \begin_layout Plain Layout
15343
15344 \series bold
15345 Note:
15346
15347 \series default
15348  For 
15349 \series bold
15350
15351 \backslash
15352 raisebox
15353 \series default
15354  this extra formula is created by pressing 
15355 \family sans
15356 Ctrl+M
15357 \family default
15358  twice instead of once because \SpecialChar LyX
15359  doesn't yet support 
15360 \series bold
15361
15362 \backslash
15363 raisebox
15364 \series default
15365  directly.
15366 \end_layout
15367
15368 \end_inset
15369
15370
15371 \end_layout
15372
15373 \begin_layout Standard
15374 \align center
15375 \begin_inset Tabular
15376 <lyxtabular version="3" rows="4" columns="2">
15377 <features booktabs="true" tabularvalignment="middle">
15378 <column alignment="center" valignment="top" width="0pt">
15379 <column alignment="center" valignment="top">
15380 <row>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 Command
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394 Result
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 </row>
15400 <row>
15401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 H
15406 \backslash
15407 raisebox{2mm
15408 \begin_inset Formula $\to$
15409 \end_inset
15410
15411
15412 \backslash
15413 {al
15414 \begin_inset Formula $\to$
15415 \end_inset
15416
15417  lo
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 \begin_inset Formula $H\raisebox{2mm}{al}lo$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 H
15441 \backslash
15442 raisebox{-2mm
15443 \begin_inset Formula $\to$
15444 \end_inset
15445
15446
15447 \backslash
15448 {al
15449 \begin_inset Formula $\to$
15450 \end_inset
15451
15452 lo
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 A=
15476 \backslash
15477 raisebox{-2mm
15478 \begin_inset Formula $\to$
15479 \end_inset
15480
15481
15482 \backslash
15483 {
15484 \family sans
15485 Ctrl+M
15486 \family default
15487  
15488 \family sans
15489 Ctrl+M
15490 \family default
15491  
15492 \backslash
15493 sqrt
15494 \begin_inset space \textvisiblespace{}
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 </lyxtabular>
15516
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \begin_layout Standard
15523 The command 
15524 \series bold
15525
15526 \backslash
15527 mbox
15528 \series default
15529  is equivalent to 
15530 \series bold
15531
15532 \backslash
15533 fbox
15534 \series default
15535  and 
15536 \series bold
15537
15538 \backslash
15539 makebox
15540 \series default
15541  is equivalent to 
15542 \series bold
15543
15544 \backslash
15545 framebox
15546 \series default
15547 ,
15548  except that there is no frame.
15549 \end_layout
15550
15551 \begin_layout Subsection
15552 Colored Boxes
15553 \begin_inset CommandInset label
15554 LatexCommand label
15555 name "subsec:Colored-Boxes"
15556
15557 \end_inset
15558
15559
15560 \begin_inset Index idx
15561 range none
15562 pageformat default
15563 status collapsed
15564
15565 \begin_layout Plain Layout
15566 Boxes
15567 \begin_inset IndexMacro subentry
15568 status open
15569
15570 \begin_layout Plain Layout
15571 colored
15572 \end_layout
15573
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \begin_layout Standard
15585 To be able to use all commands explained in this section,
15586  the \SpecialChar LaTeX
15587 -package 
15588 \series bold
15589 color
15590 \series default
15591
15592 \begin_inset Foot
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 The \SpecialChar LaTeX
15597 -package 
15598 \series bold
15599 color
15600 \series default
15601  is part of every \SpecialChar LaTeX
15602  standard installation.
15603 \end_layout
15604
15605 \end_inset
15606
15607
15608 \begin_inset Index idx
15609 range none
15610 pageformat default
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614 Packages
15615 \begin_inset IndexMacro subentry
15616 status open
15617
15618 \begin_layout Plain Layout
15619 color
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \end_inset
15628
15629  must be loaded in the \SpecialChar LaTeX
15630 -preamble with the line
15631 \begin_inset Foot
15632 status collapsed
15633
15634 \begin_layout Plain Layout
15635 When text is colored somewhere in the document with a predefined color,
15636  \SpecialChar LyX
15637  loads the \SpecialChar LaTeX
15638  package 
15639 \series bold
15640 color
15641 \series default
15642  automatically.
15643  Thus it is possible that the package is loaded twice,
15644  but this does not cause problems.
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \begin_inset Note Note
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654 To avoid that the package is loaded twice,
15655  a macro was inserted to the \SpecialChar LaTeX
15656 -preamble.
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665
15666 \series bold
15667
15668 \backslash
15669 usepackage{color}
15670 \end_layout
15671
15672 \begin_layout Standard
15673 \begin_inset VSpace medskip
15674 \end_inset
15675
15676 To create color boxes,
15677  the command 
15678 \series bold
15679
15680 \backslash
15681 colorbox
15682 \series default
15683
15684 \begin_inset Index idx
15685 range none
15686 pageformat default
15687 status collapsed
15688
15689 \begin_layout Plain Layout
15690 Commands
15691 \begin_inset IndexMacro subentry
15692 status open
15693
15694 \begin_layout Plain Layout
15695 C
15696 \end_layout
15697
15698 \end_inset
15699
15700
15701 \begin_inset IndexMacro subentry
15702 status open
15703
15704 \begin_layout Plain Layout
15705
15706 \backslash
15707 colorbox
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \end_inset
15716
15717  is used in the following scheme:
15718 \end_layout
15719
15720 \begin_layout Standard
15721
15722 \series bold
15723
15724 \backslash
15725 colorbox{color}{box content}
15726 \end_layout
15727
15728 \begin_layout Standard
15729 The box content can also be a box and a 
15730 \series bold
15731
15732 \backslash
15733 colorbox
15734 \series default
15735  can also be part of another box (see the 2nd and 3rd example).
15736  When the box should contain a formula,
15737  an extra formula has to be created,
15738  the same way as for 
15739 \series bold
15740
15741 \backslash
15742 raisebox
15743 \series default
15744 .
15745 \begin_inset Foot
15746 status collapsed
15747
15748 \begin_layout Plain Layout
15749 This also applies for the command 
15750 \series bold
15751
15752 \backslash
15753 fcolorbox
15754 \series default
15755 .
15756 \end_layout
15757
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \begin_layout Standard
15764 One of the following predefined colors can be chosen:
15765 \end_layout
15766
15767 \begin_layout Standard
15768
15769 \series bold
15770 black
15771 \series default
15772 ,
15773  
15774 \series bold
15775 blue
15776 \series default
15777 ,
15778  
15779 \series bold
15780 cyan
15781 \series default
15782 ,
15783  
15784 \series bold
15785 green
15786 \series default
15787 ,
15788  
15789 \series bold
15790 magenta
15791 \series default
15792 ,
15793  
15794 \series bold
15795 red
15796 \series default
15797 ,
15798  
15799 \series bold
15800 white
15801 \series default
15802  and 
15803 \series bold
15804 yellow
15805 \begin_inset VSpace smallskip
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Standard
15812 \align center
15813 \begin_inset Tabular
15814 <lyxtabular version="3" rows="4" columns="2">
15815 <features booktabs="true" tabularvalignment="middle">
15816 <column alignment="center" valignment="top" width="0pt">
15817 <column alignment="center" valignment="top">
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 Command
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 Result
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row>
15839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \backslash
15845 colorbox{yellow
15846 \begin_inset Formula $\to$
15847 \end_inset
15848
15849
15850 \backslash
15851 {A=B
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 \begin_inset Formula $\colorbox{yellow}{A=B}$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row topspace="1.5mm">
15870 <cell alignment="center" valignment="top" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \backslash
15876 colorbox{green
15877 \begin_inset Formula $\to$
15878 \end_inset
15879
15880
15881 \backslash
15882 {
15883 \backslash
15884 fbox
15885 \begin_inset space \textvisiblespace{}
15886 \end_inset
15887
15888
15889 \change_inserted 232239728 1611182042
15890
15891 \begin_inset Formula $\gets\gets$
15892 \end_inset
15893
15894
15895 \change_unchanged
15896 A=B
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row topspace="1.5mm" bottomspace="1mm">
15915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919
15920 \backslash
15921 fbox
15922 \begin_inset space \textvisiblespace{}
15923 \end_inset
15924
15925
15926 \change_inserted 232239728 1611182036
15927
15928 \begin_inset Formula $\gets\gets$
15929 \end_inset
15930
15931
15932 \change_unchanged
15933
15934 \backslash
15935 colorbox{green
15936 \begin_inset Formula $\to$
15937 \end_inset
15938
15939
15940 \backslash
15941 {
15942 \family sans
15943 Ctrl+M
15944 \family default
15945  
15946 \family sans
15947 Ctrl+M
15948 \family default
15949  
15950 \backslash
15951 int
15952 \begin_inset space \textvisiblespace{}
15953 \end_inset
15954
15955 C=D
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 </lyxtabular>
15974
15975 \end_inset
15976
15977
15978 \begin_inset VSpace smallskip
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Standard
15985
15986 \series bold
15987
15988 \backslash
15989 colorbox
15990 \series default
15991  only colors the box background,
15992  not the characters in the box.
15993  To color all characters,
15994  the whole formula is highlighted and the desired color is chosen in the 
15995 \family sans
15996 Text
15997 \begin_inset space ~
15998 \end_inset
15999
16000 Style
16001 \family default
16002  dialog.
16003  The dialog can be called with the toolbar button 
16004 \begin_inset Info
16005 type  "icon"
16006 arg   "dialog-show character"
16007 \end_inset
16008
16009  or the menu 
16010 \family sans
16011 Edit\SpecialChar menuseparator
16012 Text
16013 \begin_inset space ~
16014 \end_inset
16015
16016 Properties\SpecialChar menuseparator
16017 Customized
16018 \family default
16019 .
16020  The formula number will have the same color as the formula.
16021  If a different color for the formula number is desired,
16022  the color must be changed within the formula.
16023 \end_layout
16024
16025 \begin_layout Standard
16026 An example:
16027 \end_layout
16028
16029 \begin_layout Standard
16030
16031 \color red
16032 \begin_inset Formula 
16033 \begin{equation}
16034 \int A=B\label{eq:red}
16035 \end{equation}
16036
16037 \end_inset
16038
16039
16040 \color green
16041
16042 \begin_inset Formula 
16043 \begin{equation}
16044 \textcolor{red}{\int A=B}\label{eq:redgreen}
16045 \end{equation}
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Standard
16053 Formula 
16054 \begin_inset CommandInset ref
16055 LatexCommand eqref
16056 reference "eq:red"
16057 nolink "false"
16058
16059 \end_inset
16060
16061  is completely colored red.
16062 \begin_inset Newline newline
16063 \end_inset
16064
16065 Formula 
16066 \begin_inset CommandInset ref
16067 LatexCommand eqref
16068 reference "eq:redgreen"
16069 nolink "false"
16070
16071 \end_inset
16072
16073  was first completely colored green to set the color for the formula number.
16074  Subsequently the formula characters were colored red.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 \begin_inset VSpace bigskip
16079 \end_inset
16080
16081 To color the frame different than the rest of the box,
16082  the command 
16083 \series bold
16084
16085 \backslash
16086 fcolorbox
16087 \series default
16088
16089 \begin_inset Index idx
16090 range none
16091 pageformat default
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095 Commands
16096 \begin_inset IndexMacro subentry
16097 status open
16098
16099 \begin_layout Plain Layout
16100 F
16101 \end_layout
16102
16103 \end_inset
16104
16105
16106 \begin_inset IndexMacro subentry
16107 status open
16108
16109 \begin_layout Plain Layout
16110
16111 \backslash
16112 fcolorbox
16113 \end_layout
16114
16115 \end_inset
16116
16117
16118 \end_layout
16119
16120 \end_inset
16121
16122  is used in the following scheme:
16123 \end_layout
16124
16125 \begin_layout Standard
16126
16127 \series bold
16128
16129 \backslash
16130 fcolorbox{frame color}{color}{box content}
16131 \end_layout
16132
16133 \begin_layout Standard
16134 So 
16135 \series bold
16136
16137 \backslash
16138 fcolorbox
16139 \series default
16140  is an extension of the command 
16141 \series bold
16142
16143 \backslash
16144 colorbox
16145 \series default
16146 .
16147  The frame width is set,
16148  like for 
16149 \series bold
16150
16151 \backslash
16152 framebox
16153 \series default
16154 ,
16155  with 
16156 \series bold
16157
16158 \backslash
16159 fboxrule
16160 \series default
16161  and 
16162 \series bold
16163
16164 \backslash
16165 fboxsep
16166 \series default
16167 .
16168  An example:
16169 \begin_inset ERT
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173
16174
16175 \backslash
16176 fboxrule 1mm 
16177 \backslash
16178 fboxsep 1mm
16179 \end_layout
16180
16181 \end_inset
16182
16183
16184 \begin_inset Formula 
16185 \[
16186 \fcolorbox{cyan}{magenta}{A=B}
16187 \]
16188
16189 \end_inset
16190
16191
16192 \begin_inset ERT
16193 status collapsed
16194
16195 \begin_layout Plain Layout
16196
16197
16198 \backslash
16199 fboxrule 0.4pt 
16200 \backslash
16201 fboxsep 3pt
16202 \end_layout
16203
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \begin_layout Standard
16210 This formula was created with the command
16211 \begin_inset Newline newline
16212 \end_inset
16213
16214
16215 \series bold
16216
16217 \backslash
16218 fcolorbox{cyan
16219 \begin_inset Formula $\to$
16220 \end_inset
16221
16222
16223 \backslash
16224 {magenta
16225 \begin_inset Formula $\to$
16226 \end_inset
16227
16228
16229 \backslash
16230 {A=B
16231 \series default
16232 .
16233 \end_layout
16234
16235 \begin_layout Standard
16236 \begin_inset VSpace bigskip
16237 \end_inset
16238
16239 To use colors other than predefined ones,
16240  they must be defined first.
16241 \end_layout
16242
16243 \begin_layout Standard
16244 One can for example define the color 
16245 \begin_inset Quotes eld
16246 \end_inset
16247
16248
16249 \series bold
16250 darkgreen
16251 \series default
16252
16253 \begin_inset Quotes erd
16254 \end_inset
16255
16256  with the \SpecialChar LaTeX
16257 -preamble line:
16258 \end_layout
16259
16260 \begin_layout Standard
16261
16262 \series bold
16263
16264 \backslash
16265 definecolor{darkgreen}{cmyk}{0.5,
16266
16267 \series default
16268  
16269 \series bold
16270 0,
16271
16272 \series default
16273  
16274 \series bold
16275 1,
16276
16277 \series default
16278  
16279 \series bold
16280 0.5}
16281 \series default
16282
16283 \begin_inset Index idx
16284 range none
16285 pageformat default
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289 Commands
16290 \begin_inset IndexMacro subentry
16291 status open
16292
16293 \begin_layout Plain Layout
16294 D
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \begin_inset IndexMacro subentry
16301 status open
16302
16303 \begin_layout Plain Layout
16304
16305 \backslash
16306 definecolor
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Standard
16320
16321 \series bold
16322 cmyk
16323 \series default
16324  is the color space denoting the colors 
16325 \series bold
16326 cyan
16327 \series default
16328 ,
16329  
16330 \series bold
16331 magenta
16332 \series default
16333 ,
16334  
16335 \series bold
16336 yellow
16337 \series default
16338  and 
16339 \series bold
16340 black
16341 \series default
16342 .
16343  The four comma separated numbers are the portion factors for the corresponding colors of the color space.
16344  The factors can be in the range of 0
16345 \begin_inset space \thinspace{}
16346 \end_inset
16347
16348 -
16349 \begin_inset space \thinspace{}
16350 \end_inset
16351
16352 1.
16353  Instead of 
16354 \series bold
16355 cmyk,
16356
16357 \series default
16358  the color space 
16359 \series bold
16360 rgb
16361 \series default
16362  can also be used for definitions.
16363  
16364 \series bold
16365 rgb
16366 \series default
16367  denotes 
16368 \series bold
16369 red
16370 \series default
16371 ,
16372  
16373 \series bold
16374 green
16375 \series default
16376  and 
16377 \series bold
16378 blue
16379 \series default
16380 ,
16381  so there are three portion factors for the corresponding colors.
16382  Furthermore there is the color space 
16383 \series bold
16384 gray
16385 \series default
16386  with one portion factor for the gray value.
16387 \end_layout
16388
16389 \begin_layout Standard
16390 As an example here is a framed box with the newly defined color 
16391 \series bold
16392 darkgreen
16393 \series default
16394  where the characters have been colored 
16395 \series bold
16396 yellow
16397 \series default
16398 :
16399 \begin_inset Formula 
16400 \begin{equation}
16401 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
16402 \end{equation}
16403
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \begin_layout Standard
16410 Self-defined colors can also be used for text with the help of the command 
16411 \series bold
16412
16413 \backslash
16414 textcolor
16415 \series default
16416 :
16417 \begin_inset Index idx
16418 range none
16419 pageformat default
16420 status collapsed
16421
16422 \begin_layout Plain Layout
16423 Text
16424 \begin_inset IndexMacro subentry
16425 status open
16426
16427 \begin_layout Plain Layout
16428 colored
16429 \end_layout
16430
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \begin_layout Standard
16442 \begin_inset ERT
16443 status collapsed
16444
16445 \begin_layout Plain Layout
16446
16447
16448 \backslash
16449 textcolor{darkgreen}{
16450 \end_layout
16451
16452 \end_inset
16453
16454 This sentence is 
16455 \begin_inset Quotes eld
16456 \end_inset
16457
16458 darkgreen
16459 \begin_inset Quotes erd
16460 \end_inset
16461
16462 .
16463 \begin_inset ERT
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467
16468 }
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Standard
16477
16478 \series bold
16479
16480 \backslash
16481 textcolor
16482 \series default
16483
16484 \begin_inset Index idx
16485 range none
16486 pageformat default
16487 status collapsed
16488
16489 \begin_layout Plain Layout
16490 Commands
16491 \begin_inset IndexMacro subentry
16492 status open
16493
16494 \begin_layout Plain Layout
16495 T
16496 \end_layout
16497
16498 \end_inset
16499
16500
16501 \begin_inset IndexMacro subentry
16502 status open
16503
16504 \begin_layout Plain Layout
16505
16506 \backslash
16507 textcolor
16508 \end_layout
16509
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516
16517  is used in the scheme 
16518 \series bold
16519
16520 \backslash
16521 textcolor{color}{characters to color}
16522 \series default
16523 .
16524 \end_layout
16525
16526 \begin_layout Subsection
16527 Paragraph Boxes
16528 \begin_inset CommandInset label
16529 LatexCommand label
16530 name "subsec:Paragraph-Boxes"
16531
16532 \end_inset
16533
16534
16535 \begin_inset Index idx
16536 range none
16537 pageformat default
16538 status collapsed
16539
16540 \begin_layout Plain Layout
16541 Boxes
16542 \begin_inset IndexMacro subentry
16543 status open
16544
16545 \begin_layout Plain Layout
16546 as paragraph
16547 \end_layout
16548
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 A box that can contain several lines and paragraphs,
16561  a so-called paragraph box (parbox),
16562  can be created with the menu 
16563 \family sans
16564 Insert\SpecialChar menuseparator
16565 Box
16566 \family default
16567  or the toolbar button 
16568 \begin_inset Info
16569 type  "icon"
16570 arg   "box-insert"
16571 \end_inset
16572
16573 .
16574 \end_layout
16575
16576 \begin_layout Standard
16577 The following example shows a framed parbox in a line:
16578 \end_layout
16579
16580 \begin_layout Standard
16581 \begin_inset VSpace medskip
16582 \end_inset
16583
16584 This is a line 
16585 \begin_inset Box Boxed
16586 position "c"
16587 hor_pos "c"
16588 has_inner_box 1
16589 inner_pos "t"
16590 use_parbox 1
16591 use_makebox 0
16592 width "5cm"
16593 special "none"
16594 height "1in"
16595 height_special "totalheight"
16596 thickness "0.4pt"
16597 separation "3pt"
16598 shadowsize "4pt"
16599 framecolor "black"
16600 backgroundcolor "none"
16601 status open
16602
16603 \begin_layout Plain Layout
16604 This is a paragraph box.
16605  It is exactly 5
16606 \begin_inset space \thinspace{}
16607 \end_inset
16608
16609 cm long and can also contain formulas:
16610  
16611 \begin_inset Formula $\int A\,\mathrm{d}s=C$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618
16619  with a parbox.
16620 \end_layout
16621
16622 \begin_layout Standard
16623 \begin_inset VSpace medskip
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \begin_layout Standard
16630 Such a box is created by right-clicking on the gray box inset.
16631  A dialog pops up showing the box properties.
16632  In our case set:
16633  
16634 \emph on
16635 Decoration
16636 \emph default
16637 :
16638  Rectangular box,
16639  
16640 \emph on
16641 Inner Box
16642 \emph default
16643 :
16644  Parbox,
16645  
16646 \emph on
16647 Width
16648 \emph default
16649 :
16650  5
16651 \begin_inset space \thinspace{}
16652 \end_inset
16653
16654 cm,
16655  
16656 \emph on
16657 Vertical Box Alignment
16658 \emph default
16659 :
16660  Middle
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset VSpace medskip
16665 \end_inset
16666
16667 In \SpecialChar LaTeX
16668  a parbox is created with the command 
16669 \series bold
16670
16671 \backslash
16672 parbox
16673 \series default
16674
16675 \begin_inset Index idx
16676 range none
16677 pageformat default
16678 status collapsed
16679
16680 \begin_layout Plain Layout
16681 Commands
16682 \begin_inset IndexMacro subentry
16683 status open
16684
16685 \begin_layout Plain Layout
16686 P
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \begin_inset IndexMacro subentry
16693 status open
16694
16695 \begin_layout Plain Layout
16696
16697 \backslash
16698 parbox
16699 \end_layout
16700
16701 \end_inset
16702
16703
16704 \end_layout
16705
16706 \end_inset
16707
16708  which has the following scheme:
16709 \end_layout
16710
16711 \begin_layout Standard
16712
16713 \series bold
16714
16715 \backslash
16716 parbox[position]{width}{box content}
16717 \end_layout
16718
16719 \begin_layout Standard
16720 The positions 
16721 \emph on
16722 b
16723 \emph default
16724  and 
16725 \emph on
16726 t
16727 \emph default
16728  are possible.
16729  
16730 \emph on
16731 b
16732 \emph default
16733  for 
16734 \begin_inset Quotes eld
16735 \end_inset
16736
16737 bottom
16738 \begin_inset Quotes erd
16739 \end_inset
16740
16741  means that the box is aligned within the surrounding text with its last line.
16742  With 
16743 \emph on
16744 t
16745 \emph default
16746  for 
16747 \begin_inset Quotes eld
16748 \end_inset
16749
16750 top
16751 \begin_inset Quotes erd
16752 \end_inset
16753
16754  this is done with the first line.
16755  When no position is given,
16756  the box will be vertically centered,
16757  see section 
16758 \emph on
16759 Boxes
16760 \emph default
16761  of the 
16762 \emph on
16763 Embedded
16764 \begin_inset space ~
16765 \end_inset
16766
16767 Objects
16768 \emph default
16769  manual for examples.
16770 \end_layout
16771
16772 \begin_layout Standard
16773 \begin_inset VSpace bigskip
16774 \end_inset
16775
16776 To frame formulas completely,
16777  including the formula number,
16778  the formula must be set into a parbox.
16779  To do this,
16780  the command 
16781 \series bold
16782
16783 \backslash
16784 fbox{
16785 \backslash
16786 parbox{
16787 \backslash
16788 linewidth-2
16789 \backslash
16790 fboxsep-2
16791 \backslash
16792 fboxrule}{
16793 \series default
16794  is inserted in \SpecialChar TeX
16795  mode before the formula.
16796  
16797 \series bold
16798
16799 \backslash
16800 linewidth
16801 \series default
16802
16803 \begin_inset Index idx
16804 range none
16805 pageformat default
16806 status collapsed
16807
16808 \begin_layout Plain Layout
16809 Commands
16810 \begin_inset IndexMacro subentry
16811 status open
16812
16813 \begin_layout Plain Layout
16814 L
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \begin_inset IndexMacro subentry
16821 status open
16822
16823 \begin_layout Plain Layout
16824
16825 \backslash
16826 linewidth
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835
16836  is the line width set for the document.
16837  Because the frame is outside the parbox,
16838  two times the frame separation and the frame thickness must be subtracted from the line width.
16839  To be able to multiply and subtract in arguments,
16840  the \SpecialChar LaTeX
16841 -package 
16842 \series bold
16843 calc
16844 \series default
16845
16846 \begin_inset Foot
16847 status collapsed
16848
16849 \begin_layout Plain Layout
16850
16851 \series bold
16852 calc
16853 \series default
16854  is part of every \SpecialChar LaTeX
16855  standard installation.
16856 \end_layout
16857
16858 \end_inset
16859
16860
16861 \begin_inset Index idx
16862 range none
16863 pageformat default
16864 status collapsed
16865
16866 \begin_layout Plain Layout
16867 Packages
16868 \begin_inset IndexMacro subentry
16869 status open
16870
16871 \begin_layout Plain Layout
16872 calc
16873 \end_layout
16874
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881
16882  must be loaded in the \SpecialChar LaTeX
16883 -preamble with the line
16884 \end_layout
16885
16886 \begin_layout Standard
16887
16888 \series bold
16889
16890 \backslash
16891 usepackage{calc}
16892 \end_layout
16893
16894 \begin_layout Standard
16895 Behind the formula both boxes are closed by entering 
16896 \series bold
16897 }}
16898 \series default
16899  in \SpecialChar TeX
16900  mode.
16901  Here is an example:
16902 \begin_inset ERT
16903 status collapsed
16904
16905 \begin_layout Plain Layout
16906
16907
16908 \backslash
16909 fboxsep 5mm 
16910 \backslash
16911 fboxrule 5mm
16912 \end_layout
16913
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \begin_layout Standard
16920 \begin_inset ERT
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924
16925
16926 \backslash
16927 fbox{
16928 \backslash
16929 parbox{
16930 \backslash
16931 linewidth-2
16932 \backslash
16933 fboxsep-2
16934 \backslash
16935 fboxrule}{
16936 \end_layout
16937
16938 \end_inset
16939
16940
16941 \begin_inset Formula 
16942 \begin{equation}
16943 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
16944 \end{equation}
16945
16946 \end_inset
16947
16948
16949 \begin_inset ERT
16950 status collapsed
16951
16952 \begin_layout Plain Layout
16953
16954 }}
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \begin_inset ERT
16961 status collapsed
16962
16963 \begin_layout Plain Layout
16964
16965
16966 \backslash
16967 fboxrule 0.4pt 
16968 \backslash
16969 fboxsep 3pt
16970 \end_layout
16971
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \begin_layout Standard
16978 \begin_inset VSpace medskip
16979 \end_inset
16980
16981 As a parbox is used as the argument of 
16982 \series bold
16983
16984 \backslash
16985 fbox
16986 \series default
16987 ,
16988  there is in this case no difference between 
16989 \series bold
16990
16991 \backslash
16992 fbox
16993 \series default
16994  and 
16995 \series bold
16996
16997 \backslash
16998 boxed
16999 \series default
17000 .
17001 \end_layout
17002
17003 \begin_layout Standard
17004 \begin_inset VSpace bigskip
17005 \end_inset
17006
17007 Paragraph boxes are very useful to comment formulas directly.
17008  To do this,
17009  
17010 \series bold
17011
17012 \backslash
17013 parbox
17014 \series default
17015  is used in combination with the command 
17016 \series bold
17017
17018 \backslash
17019 tag
17020 \series default
17021 .
17022  (more about 
17023 \series bold
17024
17025 \backslash
17026 tag
17027 \series default
17028  see 
17029 \begin_inset CommandInset ref
17030 LatexCommand ref
17031 reference "subsec:User-defined-Numbering"
17032 nolink "false"
17033
17034 \end_inset
17035
17036 )
17037 \end_layout
17038
17039 \begin_layout Standard
17040 An example of a formula commented with 
17041 \series bold
17042
17043 \backslash
17044 parbox
17045 \series default
17046 :
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset ERT
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054
17055
17056 \backslash
17057 [5x-7b=3b
17058 \backslash
17059 tag*{
17060 \backslash
17061 parbox{5cm}{
17062 \end_layout
17063
17064 \end_inset
17065
17066 This is a description.
17067  It is distinctly separated from the formula and multiline.
17068 \begin_inset ERT
17069 status collapsed
17070
17071 \begin_layout Plain Layout
17072
17073 }}
17074 \backslash
17075 ]
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \begin_layout Standard
17084 Such a formula must be inserted completely in \SpecialChar TeX
17085  mode because \SpecialChar LyX
17086  does not yet support the command 
17087 \series bold
17088
17089 \backslash
17090 parbox
17091 \series default
17092  in formulas.
17093  The formula is created with the following command sequence:
17094 \end_layout
17095
17096 \begin_layout Standard
17097 The command 
17098 \series bold
17099
17100 \backslash
17101 [5x-7b=3b
17102 \backslash
17103 tag*
17104 \backslash
17105 {
17106 \backslash
17107 parbox{5cm}{
17108 \series default
17109  is inserted in \SpecialChar TeX
17110  mode.
17111 \begin_inset Foot
17112 status collapsed
17113
17114 \begin_layout Plain Layout
17115 When the formula style 
17116 \series bold
17117 Indented
17118 \series default
17119  is used,
17120  
17121 \series bold
17122
17123 \backslash
17124 tag*
17125 \backslash
17126 {
17127 \series default
17128  can also be replaced by 
17129 \series bold
17130
17131 \backslash
17132 hfill
17133 \series default
17134 .
17135  (formula styles see 
17136 \begin_inset CommandInset ref
17137 LatexCommand ref
17138 reference "sec:Formula-Styles"
17139 nolink "false"
17140
17141 \end_inset
17142
17143 )
17144 \end_layout
17145
17146 \end_inset
17147
17148  Then the description follows as normal text and finally 
17149 \series bold
17150 }}
17151 \backslash
17152 ]
17153 \series default
17154  is inserted in \SpecialChar TeX
17155  mode.
17156  The commands 
17157 \series bold
17158
17159 \backslash
17160 [
17161 \series default
17162  and 
17163 \series bold
17164
17165 \backslash
17166 ]
17167 \series default
17168  create a displayed formula.
17169 \end_layout
17170
17171 \begin_layout Standard
17172 The advantages of 
17173 \series bold
17174
17175 \backslash
17176 parbox
17177 \series default
17178  can be seen in this example that was 
17179 \begin_inset Quotes eld
17180 \end_inset
17181
17182 commented
17183 \begin_inset Quotes erd
17184 \end_inset
17185
17186  using the mathematical textmode:
17187 \begin_inset Formula 
17188 \[
17189 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
17190 \]
17191
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \begin_layout Section
17198 Operators
17199 \begin_inset Index idx
17200 range none
17201 pageformat default
17202 status collapsed
17203
17204 \begin_layout Plain Layout
17205 Operators
17206 \end_layout
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \begin_layout Subsection
17214 Big Operators
17215 \begin_inset CommandInset label
17216 LatexCommand label
17217 name "subsec:Big-Operators"
17218
17219 \end_inset
17220
17221
17222 \begin_inset Index idx
17223 range none
17224 pageformat default
17225 status collapsed
17226
17227 \begin_layout Plain Layout
17228 Operators
17229 \begin_inset IndexMacro subentry
17230 status open
17231
17232 \begin_layout Plain Layout
17233 big
17234 \end_layout
17235
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \begin_inset Index idx
17245 range none
17246 pageformat default
17247 status collapsed
17248
17249 \begin_layout Plain Layout
17250 Sums
17251 \end_layout
17252
17253 \end_inset
17254
17255
17256 \begin_inset Index idx
17257 range none
17258 pageformat default
17259 status collapsed
17260
17261 \begin_layout Plain Layout
17262 Integrals
17263 \end_layout
17264
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \begin_layout Standard
17271 To be able to use all of the integral operators listed here,
17272  the 
17273 \family sans
17274 Load automatically
17275 \family default
17276  option for the
17277 \family sans
17278  esint package
17279 \family default
17280  must be set in the document settings under 
17281 \family sans
17282 Math
17283 \begin_inset space ~
17284 \end_inset
17285
17286 Options
17287 \family default
17288 .
17289 \end_layout
17290
17291 \begin_layout Standard
17292 \begin_inset space \hfill{}
17293 \end_inset
17294
17295
17296 \begin_inset Tabular
17297 <lyxtabular version="3" rows="11" columns="2">
17298 <features booktabs="true" tabularvalignment="middle">
17299 <column alignment="center" valignment="top" width="0pt">
17300 <column alignment="center" valignment="top" width="0pt">
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 Command
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 Result
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326
17327 \backslash
17328 int
17329 \begin_inset Index idx
17330 range none
17331 pageformat default
17332 status collapsed
17333
17334 \begin_layout Plain Layout
17335 Commands
17336 \begin_inset IndexMacro subentry
17337 status open
17338
17339 \begin_layout Plain Layout
17340 I
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \begin_inset IndexMacro subentry
17347 status open
17348
17349 \begin_layout Plain Layout
17350
17351 \backslash
17352 int
17353 \end_layout
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\int$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \backslash
17387 oint
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\oint$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 ointctrclockwise
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\ointctrclockwise$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435
17436 \backslash
17437 ointclockwise
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $\ointclockwise$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \backslash
17462 sqint
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 \begin_inset Formula $\sqint$
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \backslash
17487 fint
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496  
17497 \begin_inset Formula $\fint$
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 </row>
17506 <row>
17507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511
17512 \backslash
17513 landupint
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522  
17523 \begin_inset Formula $\landupint$
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row>
17533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \backslash
17539 landdownint
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548  
17549 \begin_inset Formula $\landdownint$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \backslash
17565 bigcap
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Formula $\bigcap$
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 <row>
17584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588
17589 \backslash
17590 bigcup
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 \begin_inset Formula $\bigcup$
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 </row>
17608 </lyxtabular>
17609
17610 \end_inset
17611
17612
17613 \begin_inset space \hfill{}
17614 \end_inset
17615
17616
17617 \begin_inset Tabular
17618 <lyxtabular version="3" rows="11" columns="2">
17619 <features booktabs="true" tabularvalignment="middle">
17620 <column alignment="center" valignment="top" width="0pt">
17621 <column alignment="center" valignment="top" width="0pt">
17622 <row>
17623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627 Command
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 Result
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 </row>
17642 <row>
17643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647
17648 \backslash
17649 sum
17650 \begin_inset Index idx
17651 range none
17652 pageformat default
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656 Commands
17657 \begin_inset IndexMacro subentry
17658 status open
17659
17660 \begin_layout Plain Layout
17661 S
17662 \end_layout
17663
17664 \end_inset
17665
17666
17667 \begin_inset IndexMacro subentry
17668 status open
17669
17670 \begin_layout Plain Layout
17671
17672 \backslash
17673 sum
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 \begin_inset Formula $\sum$
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 </row>
17701 <row>
17702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706
17707 \backslash
17708 prod
17709 \begin_inset Index idx
17710 range none
17711 pageformat default
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715 Commands
17716 \begin_inset IndexMacro subentry
17717 status open
17718
17719 \begin_layout Plain Layout
17720 P
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \begin_inset IndexMacro subentry
17727 status open
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 prod
17733 \end_layout
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 \begin_inset Formula $\prod$
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 </row>
17760 <row>
17761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765
17766 \backslash
17767 coprod
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 \begin_inset Formula $\coprod$
17777 \end_inset
17778
17779
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 </row>
17785 <row>
17786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790
17791 \backslash
17792 bigodot
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 \begin_inset Formula $\bigodot$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 <row>
17811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \backslash
17817 bigotimes
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 \begin_inset Formula $\bigotimes$
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 </row>
17835 <row>
17836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840
17841 \backslash
17842 bigoplus
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851 \begin_inset Formula $\bigoplus$
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 </row>
17860 <row>
17861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865
17866 \backslash
17867 bigwedge
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 \begin_inset Formula $\bigwedge$
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 </row>
17885 <row>
17886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890
17891 \backslash
17892 bigvee
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 \begin_inset Formula $\bigvee$
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 </row>
17910 <row>
17911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915
17916 \backslash
17917 bigsqcup
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 \begin_inset Formula $\bigsqcup$
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \backslash
17942 biguplus
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 \begin_inset Formula $\biguplus$
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 </lyxtabular>
17961
17962 \end_inset
17963
17964
17965 \begin_inset space \hfill{}
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \begin_layout Standard
17972 All big operators can also be inserted via the math toolbar button 
17973 \begin_inset Info
17974 type  "icon"
17975 arg   "math-insert \\intop"
17976 \end_inset
17977
17978 .
17979 \end_layout
17980
17981 \begin_layout Standard
17982 The operators are called big because they are bigger than the sometimes equal looking binary operators.
17983  All big operators can have limits as described in the next subsection.
17984 \end_layout
17985
17986 \begin_layout Standard
17987 For all integral operators there is a second version available,
17988  ending in 
17989 \series bold
17990 op
17991 \series default
17992 :
17993  
17994 \series bold
17995
17996 \backslash
17997 intop
17998 \series default
17999 ,
18000  
18001 \series bold
18002
18003 \backslash
18004 ointop
18005 \series default
18006  etc.
18007  These operators differ in the style the operator limits are displayed,
18008  see 
18009 \begin_inset CommandInset ref
18010 LatexCommand ref
18011 reference "subsec:Operator-Limits"
18012 nolink "false"
18013
18014 \end_inset
18015
18016 .
18017 \end_layout
18018
18019 \begin_layout Subsubsection*
18020 Advice for Integrals
18021 \end_layout
18022
18023 \begin_layout Standard
18024 The letter 
18025 \emph on
18026 d
18027 \emph default
18028  in an integral is an operator that has to be set upright.
18029  This is done by highlighting the 
18030 \emph on
18031 d
18032 \emph default
18033  and using the keyboard shortcut 
18034 \begin_inset Info
18035 type  "shortcut"
18036 arg   "font-roman"
18037 \end_inset
18038
18039
18040 \begin_inset Foot
18041 status collapsed
18042
18043 \begin_layout Plain Layout
18044 Font styles
18045 \series bold
18046  
18047 \series default
18048 see 
18049 \begin_inset CommandInset ref
18050 LatexCommand ref
18051 reference "subsec:Font-Styles"
18052 nolink "false"
18053
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060
18061 .
18062  Also the smallest space is inserted before the 
18063 \emph on
18064 d
18065 \emph default
18066 ,
18067  as this is usual for operators.
18068  An example:
18069 \end_layout
18070
18071 \begin_layout Standard
18072 incorrect:
18073  
18074 \begin_inset Formula $\int A(x)dx$
18075 \end_inset
18076
18077
18078 \begin_inset Newline newline
18079 \end_inset
18080
18081
18082 \begin_inset Phantom HPhantom
18083 status open
18084
18085 \begin_layout Plain Layout
18086 in
18087 \end_layout
18088
18089 \end_inset
18090
18091 correct:
18092  
18093 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \begin_layout Standard
18100 The following commands exist for multiple integrals:
18101 \begin_inset VSpace medskip
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \begin_layout Standard
18108 \begin_inset space \hfill{}
18109 \end_inset
18110
18111
18112 \begin_inset Tabular
18113 <lyxtabular version="3" rows="4" columns="2">
18114 <features booktabs="true" tabularvalignment="middle">
18115 <column alignment="center" valignment="top" width="0pt">
18116 <column alignment="center" valignment="top" width="0pt">
18117 <row>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 Command
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 Result
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row bottomspace="1mm">
18138 <cell alignment="center" valignment="top" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \backslash
18144 iint
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 <cell alignment="center" valignment="top" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 \begin_inset Formula $\iint$
18154 \end_inset
18155
18156
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 <row bottomspace="1mm">
18163 <cell alignment="center" valignment="top" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \backslash
18169 oiint
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 \begin_inset Formula $\oiint$
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 </row>
18187 <row bottomspace="1mm">
18188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \backslash
18194 sqiint
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 \begin_inset Formula $\sqiint$
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 </lyxtabular>
18213
18214 \end_inset
18215
18216
18217 \begin_inset space \hfill{}
18218 \end_inset
18219
18220
18221 \begin_inset Tabular
18222 <lyxtabular version="3" rows="4" columns="2">
18223 <features booktabs="true" tabularvalignment="middle">
18224 <column alignment="center" valignment="top" width="0pt">
18225 <column alignment="center" valignment="top" width="0pt">
18226 <row>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 Command
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 Result
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 </row>
18246 <row bottomspace="1mm">
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \backslash
18253 iiint
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 \begin_inset Formula $\iiint$
18263 \end_inset
18264
18265
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 </row>
18271 <row bottomspace="1mm">
18272 <cell alignment="center" valignment="top" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276
18277 \backslash
18278 iiiint
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 \begin_inset Formula $\iiiint$
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row bottomspace="1mm">
18297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \backslash
18303 dotsint
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 \begin_inset Formula $\dotsint$
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 </row>
18321 </lyxtabular>
18322
18323 \end_inset
18324
18325
18326 \begin_inset space \hfill{}
18327 \end_inset
18328
18329
18330 \end_layout
18331
18332 \begin_layout Subsection
18333 Operator Limits
18334 \begin_inset CommandInset label
18335 LatexCommand label
18336 name "subsec:Operator-Limits"
18337
18338 \end_inset
18339
18340
18341 \begin_inset Index idx
18342 range none
18343 pageformat default
18344 status collapsed
18345
18346 \begin_layout Plain Layout
18347 Operators
18348 \begin_inset IndexMacro subentry
18349 status open
18350
18351 \begin_layout Plain Layout
18352 Limits
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Limits are created by super- and subscripts:
18367 \end_layout
18368
18369 \begin_layout Standard
18370 \align center
18371 \begin_inset Tabular
18372 <lyxtabular version="3" rows="2" columns="2">
18373 <features booktabs="true" tabularvalignment="middle">
18374 <column alignment="center" valignment="top" width="0pt">
18375 <column alignment="center" valignment="top" width="0pt">
18376 <row>
18377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 Command
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 Result
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \backslash
18403 prod^
18404 \backslash
18405 infty
18406 \begin_inset space \textvisiblespace{}
18407 \end_inset
18408
18409
18410 \begin_inset Formula $\to$
18411 \end_inset
18412
18413 _0
18414 \begin_inset Formula $\to$
18415 \end_inset
18416
18417 A(x)
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 </row>
18435 </lyxtabular>
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Standard
18443 Limits of inline formulas are set on the right side of the operator.
18444  Limits in displayed formulas are set above or below the operator,
18445  except for integral limits.
18446 \end_layout
18447
18448 \begin_layout Standard
18449 To force the limits to be set beside the operator,
18450  the cursor is placed directly behind the operator and the limits type is changed with the menu 
18451 \family sans
18452 Edit\SpecialChar menuseparator
18453 Math\SpecialChar menuseparator
18454 Change Limits Type
18455 \family default
18456  to 
18457 \family sans
18458 \series bold
18459 Inline
18460 \family default
18461 \series default
18462  (shortcut 
18463 \begin_inset Info
18464 type  "shortcut"
18465 arg   "math-limits"
18466 \end_inset
18467
18468 ).
18469  An example:
18470 \end_layout
18471
18472 \begin_layout Standard
18473 The default displayed formulas limits type is this:
18474 \begin_inset Formula 
18475 \[
18476 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
18477 \]
18478
18479 \end_inset
18480
18481 This is how it looks when the limits type is changed to 
18482 \family sans
18483 \series bold
18484 Inline
18485 \family default
18486 \series default
18487 :
18488 \begin_inset Formula 
18489 \[
18490 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
18491 \]
18492
18493 \end_inset
18494
18495 For integrals,
18496  except those ending with 
18497 \series bold
18498 op
18499 \series default
18500  like 
18501 \series bold
18502
18503 \backslash
18504 intop
18505 \series default
18506 ,
18507  
18508 \series bold
18509
18510 \backslash
18511 ointop
18512 \series default
18513  etc.,
18514  the limits by default are set beside the operator.
18515  But for multiple integrals the limits are often set below the operator.
18516  In the following example the limits type was set to 
18517 \series bold
18518 Display
18519 \series default
18520  and so set below the integrals:
18521 \begin_inset Formula 
18522 \begin{equation}
18523 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
18524 \end{equation}
18525
18526 \end_inset
18527
18528
18529 \change_deleted 5863208 1612725771
18530
18531 \begin_inset Note Note
18532 status open
18533
18534 \begin_layout Plain Layout
18535
18536 \change_inserted 232239728 1611193306
18537 This integral did not have its limits set to Display in the original document
18538 \change_unchanged
18539
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \change_unchanged
18546
18547 \end_layout
18548
18549 \begin_layout Standard
18550 \begin_inset VSpace medskip
18551 \end_inset
18552
18553 To specify conditions for limits,
18554  the commands 
18555 \series bold
18556
18557 \backslash
18558 subarray
18559 \series default
18560
18561 \begin_inset Index idx
18562 range none
18563 pageformat default
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567 Commands
18568 \begin_inset IndexMacro subentry
18569 status open
18570
18571 \begin_layout Plain Layout
18572 S
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \begin_inset IndexMacro subentry
18579 status open
18580
18581 \begin_layout Plain Layout
18582
18583 \backslash
18584 subarray
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \end_inset
18593
18594  and 
18595 \series bold
18596
18597 \backslash
18598 substack
18599 \series default
18600
18601 \begin_inset Index idx
18602 range none
18603 pageformat default
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 Commands
18608 \begin_inset IndexMacro subentry
18609 status open
18610
18611 \begin_layout Plain Layout
18612 S
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \begin_inset IndexMacro subentry
18619 status open
18620
18621 \begin_layout Plain Layout
18622
18623 \backslash
18624 substack
18625 \end_layout
18626
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \end_inset
18633
18634  are used.
18635  To create this expression 
18636 \begin_inset Formula 
18637 \begin{equation}
18638 \sum_{\begin{subarray}{c}
18639 0<k<1000\\
18640 \\k\,\in\,\mathbb{N}
18641 \end{subarray}}^{n}k^{-2}\label{eq:substack}
18642 \end{equation}
18643
18644 \end_inset
18645
18646
18647 \end_layout
18648
18649 \begin_layout Standard
18650 the following must be done:
18651 \begin_inset Newline newline
18652 \end_inset
18653
18654 First the command 
18655 \series bold
18656
18657 \backslash
18658 sum
18659 \series default
18660 ^
18661 \series bold
18662 n
18663 \begin_inset space \textvisiblespace{}
18664 \end_inset
18665
18666 _
18667 \series default
18668  is typed in.
18669  The cursor is now in a blue box under the summation operator.
18670  Insert the command 
18671 \series bold
18672
18673 \backslash
18674 subarray
18675 \begin_inset space \textvisiblespace{}
18676 \end_inset
18677
18678
18679 \series default
18680 .
18681  The blue box is now within a purple box and now multiple limit lines can be written.
18682  A new line is created by inserting a line break (
18683 \begin_inset Info
18684 type  "shortcut"
18685 arg   "newline-insert newline"
18686 \end_inset
18687
18688 ).
18689  When 
18690 \begin_inset Newline newline
18691 \end_inset
18692
18693
18694 \series bold
18695 0<k<1000 Ctrl+Return
18696 \begin_inset Newline newline
18697 \end_inset
18698
18699
18700 \series default
18701 is typed in,
18702  a new box appears below for the new limit line.
18703 \end_layout
18704
18705 \begin_layout Standard
18706 The alignment of the lines can be changed to left aligned with the 
18707 \family sans
18708 table
18709 \family default
18710  
18711 \family sans
18712 toolbar
18713 \family default
18714  or the menu 
18715 \family sans
18716 Edit\SpecialChar menuseparator
18717 Rows &Columns
18718 \family default
18719 .
18720  To get right alignment,
18721  
18722 \series bold
18723
18724 \backslash
18725 hfill
18726 \begin_inset space \textvisiblespace{}
18727 \end_inset
18728
18729
18730 \series default
18731  is inserted at the beginning of the line.
18732 \end_layout
18733
18734 \begin_layout Standard
18735 The command 
18736 \series bold
18737
18738 \backslash
18739 substack
18740 \series default
18741  is equivalent to 
18742 \series bold
18743
18744 \backslash
18745 subarray
18746 \series default
18747  with the difference that the lines are always centered.
18748 \end_layout
18749
18750 \begin_layout Standard
18751 \begin_inset VSpace bigskip
18752 \end_inset
18753
18754 As in formula 
18755 \begin_inset CommandInset ref
18756 LatexCommand eqref
18757 reference "eq:substack"
18758 nolink "false"
18759
18760 \end_inset
18761
18762  there can be too much space beside an operator.
18763  This occurs because the characters following the operator are set beside the limits.
18764  To avoid this the command 
18765 \series bold
18766
18767 \backslash
18768 smashoperator
18769 \series default
18770
18771 \begin_inset Index idx
18772 range none
18773 pageformat default
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 Commands
18778 \begin_inset IndexMacro subentry
18779 status open
18780
18781 \begin_layout Plain Layout
18782 S
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \begin_inset IndexMacro subentry
18789 status open
18790
18791 \begin_layout Plain Layout
18792
18793 \backslash
18794 smashoperator
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803
18804  can be used.
18805  To use it,
18806  set the package 
18807 \series bold
18808 mathtools
18809 \series default
18810
18811 \begin_inset Index idx
18812 range none
18813 pageformat default
18814 status collapsed
18815
18816 \begin_layout Plain Layout
18817 Packages
18818 \begin_inset IndexMacro subentry
18819 status open
18820
18821 \begin_layout Plain Layout
18822 mathtools
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \end_inset
18831
18832  in the document settings under 
18833 \family sans
18834 Math
18835 \begin_inset space ~
18836 \end_inset
18837
18838 Options
18839 \family default
18840  to 
18841 \family sans
18842 Load
18843 \begin_inset space ~
18844 \end_inset
18845
18846 always
18847 \family default
18848 .
18849  
18850 \series bold
18851
18852 \backslash
18853 smashoperator
18854 \series default
18855  sets the space besides the operator to 0
18856 \begin_inset space \thinspace{}
18857 \end_inset
18858
18859 pt.
18860 \begin_inset Newline newline
18861 \end_inset
18862
18863 Applied on formula 
18864 \begin_inset CommandInset ref
18865 LatexCommand eqref
18866 reference "eq:substack"
18867 nolink "false"
18868
18869 \end_inset
18870
18871 ,
18872  one uses the command
18873 \end_layout
18874
18875 \begin_layout Standard
18876
18877 \series bold
18878
18879 \backslash
18880 smashoperator{
18881 \end_layout
18882
18883 \begin_layout Standard
18884 and inserts the operator with its limits into the braces.
18885  Behind the brace one continues the formula:
18886 \begin_inset Formula 
18887 \[
18888 \smashoperator{\sum_{\begin{subarray}{c}
18889 0<k<1000\\
18890 \\k\,\in\,\mathbb{N}
18891 \end{subarray}}^{n}}k^{-2}
18892 \]
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \begin_layout Standard
18900 It is possible to set the space of only one side of the operator to 0
18901 \begin_inset space \thinspace{}
18902 \end_inset
18903
18904 pt.
18905  To do this write either 
18906 \series bold
18907 [l]
18908 \series default
18909  or 
18910 \series bold
18911 [r]
18912 \series default
18913  between 
18914 \series bold
18915
18916 \backslash
18917 smashoperator
18918 \series default
18919  and its brace.
18920  
18921 \series bold
18922 l
18923 \series default
18924  stands for the left and 
18925 \series bold
18926 r
18927 \series default
18928  for the right side of the operator.
18929  Here is an example of the possible 
18930 \series bold
18931
18932 \backslash
18933 smashoperator
18934 \series default
18935  forms:
18936 \end_layout
18937
18938 \begin_layout Standard
18939 \begin_inset Formula 
18940 \[
18941 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}
18942 \]
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout Standard
18950 \begin_inset VSpace bigskip
18951 \end_inset
18952
18953
18954 \end_layout
18955
18956 \begin_layout Standard
18957 When several consecutive operators have limits the typesetting of the limits looks often imperfect in the output,
18958  for example:
18959 \begin_inset Formula 
18960 \[
18961 \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}
18962 \]
18963
18964 \end_inset
18965
18966 To improve the typesetting,
18967  in the document settings under 
18968 \family sans
18969 Math
18970 \begin_inset space ~
18971 \end_inset
18972
18973 Options
18974 \family default
18975  for the package 
18976 \series bold
18977 mathtools
18978 \series default
18979
18980 \begin_inset Index idx
18981 range none
18982 pageformat default
18983 status collapsed
18984
18985 \begin_layout Plain Layout
18986 Packages
18987 \begin_inset IndexMacro subentry
18988 status open
18989
18990 \begin_layout Plain Layout
18991 mathtools
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \end_inset
19000
19001 ,
19002  set the option to
19003 \family sans
19004  Load
19005 \begin_inset space ~
19006 \end_inset
19007
19008 always
19009 \family default
19010 .
19011  Then insert the command 
19012 \series bold
19013
19014 \backslash
19015 adjustlimits
19016 \series default
19017
19018 \begin_inset Index idx
19019 range none
19020 pageformat default
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024 Commands
19025 \begin_inset IndexMacro subentry
19026 status open
19027
19028 \begin_layout Plain Layout
19029 A
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \begin_inset IndexMacro subentry
19036 status open
19037
19038 \begin_layout Plain Layout
19039
19040 \backslash
19041 adjustlimits
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \end_inset
19050
19051  directly before the first operator.
19052  The example will then look like this:
19053 \begin_inset Formula 
19054 \[
19055 \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}
19056 \]
19057
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \begin_layout Standard
19064 \begin_inset VSpace bigskip
19065 \end_inset
19066
19067 How to use one limit for several operators is described in 
19068 \begin_inset CommandInset ref
19069 LatexCommand ref
19070 reference "subsec:Self-defined-Operators"
19071 nolink "false"
19072
19073 \end_inset
19074
19075 .
19076 \end_layout
19077
19078 \begin_layout Subsection
19079 Decoration for Operators
19080 \begin_inset Index idx
19081 range none
19082 pageformat default
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086 Operators
19087 \begin_inset IndexMacro subentry
19088 status open
19089
19090 \begin_layout Plain Layout
19091 Decoration
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Standard
19105 With the commands 
19106 \series bold
19107
19108 \backslash
19109 overset
19110 \series default
19111
19112 \begin_inset Index idx
19113 range none
19114 pageformat default
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118 Commands
19119 \begin_inset IndexMacro subentry
19120 status open
19121
19122 \begin_layout Plain Layout
19123 O
19124 \end_layout
19125
19126 \end_inset
19127
19128
19129 \begin_inset IndexMacro subentry
19130 status open
19131
19132 \begin_layout Plain Layout
19133
19134 \backslash
19135 overset
19136 \end_layout
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144
19145  and 
19146 \series bold
19147
19148 \backslash
19149 underset
19150 \series default
19151
19152 \begin_inset Index idx
19153 range none
19154 pageformat default
19155 status collapsed
19156
19157 \begin_layout Plain Layout
19158 Commands
19159 \begin_inset IndexMacro subentry
19160 status open
19161
19162 \begin_layout Plain Layout
19163 U
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \begin_inset IndexMacro subentry
19170 status open
19171
19172 \begin_layout Plain Layout
19173
19174 \backslash
19175 underset
19176 \end_layout
19177
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \end_inset
19184
19185  characters can be placed above or below an operator respectively.
19186  With the command 
19187 \series bold
19188
19189 \backslash
19190 sideset
19191 \series default
19192
19193 \begin_inset Index idx
19194 range none
19195 pageformat default
19196 status collapsed
19197
19198 \begin_layout Plain Layout
19199 Commands
19200 \begin_inset IndexMacro subentry
19201 status open
19202
19203 \begin_layout Plain Layout
19204 S
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \begin_inset IndexMacro subentry
19211 status open
19212
19213 \begin_layout Plain Layout
19214
19215 \backslash
19216 sideset
19217 \end_layout
19218
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \end_inset
19225
19226  characters can be set before and behind a big operator.
19227 \end_layout
19228
19229 \begin_layout Standard
19230 There are 4
19231 \begin_inset space ~
19232 \end_inset
19233
19234 variants of 
19235 \series bold
19236
19237 \backslash
19238 sideset
19239 \series default
19240 :
19241 \end_layout
19242
19243 \begin_layout Itemize
19244
19245 \series bold
19246
19247 \backslash
19248 sideset
19249 \series default
19250  is used to set characters at the corners of the operator
19251 \end_layout
19252
19253 \begin_layout Itemize
19254
19255 \series bold
19256
19257 \backslash
19258 sidesetn
19259 \series default
19260  is used to set characters before and/or behind the operator (this variant represents \SpecialChar LaTeX
19261 's original 
19262 \series bold
19263
19264 \backslash
19265 sideset
19266 \series default
19267  command)
19268 \end_layout
19269
19270 \begin_layout Itemize
19271
19272 \series bold
19273
19274 \backslash
19275 sidesetl
19276 \series default
19277  is used to set characters at the left corners and/or behind the operator
19278 \end_layout
19279
19280 \begin_layout Itemize
19281
19282 \series bold
19283
19284 \backslash
19285 sidesetr
19286 \series default
19287  is used to set characters at the right corners and/or before the operator
19288 \end_layout
19289
19290 \begin_layout Standard
19291 For example the command 
19292 \series bold
19293
19294 \backslash
19295 sidesetn
19296 \begin_inset space \textvisiblespace{}
19297 \end_inset
19298
19299
19300 \backslash
19301 sum
19302 \begin_inset space \textvisiblespace{}
19303 \end_inset
19304
19305
19306 \begin_inset Formula $\to$
19307 \end_inset
19308
19309 '
19310 \begin_inset Formula $\to$
19311 \end_inset
19312
19313 _k=1
19314 \begin_inset space \textvisiblespace{}
19315 \end_inset
19316
19317
19318 \series default
19319 ^
19320 \series bold
19321 n
19322 \series default
19323  produces:
19324 \begin_inset Formula 
19325 \[
19326 \sideset{}{'}\sum_{k=1}^{n}
19327 \]
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Standard
19335 \begin_inset Note Greyedout
19336 status open
19337
19338 \begin_layout Plain Layout
19339
19340 \series bold
19341 Note:
19342  
19343 \backslash
19344 sideset
19345 \series default
19346  can only be used to decorate big operators,
19347  binary operators are not allowed.
19348 \end_layout
19349
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \begin_layout Standard
19356
19357 \series bold
19358
19359 \backslash
19360 overset
19361 \series default
19362  and 
19363 \series bold
19364
19365 \backslash
19366 underset
19367 \series default
19368  can also be used to decorate symbols and characters.
19369  For example,
19370  the command 
19371 \series bold
19372
19373 \backslash
19374 overset
19375 \begin_inset space \textvisiblespace{}
19376 \end_inset
19377
19378
19379 \backslash
19380 maltese
19381 \begin_inset space \textvisiblespace{}
19382 \end_inset
19383
19384
19385 \series default
19386
19387 \begin_inset Formula $\uparrow$
19388 \end_inset
19389
19390
19391 \series bold
19392 a
19393 \series default
19394  produces:
19395 \begin_inset Formula 
19396 \[
19397 \overset{a}{\maltese}
19398 \]
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Subsection
19406 Binary Operators
19407 \begin_inset CommandInset label
19408 LatexCommand label
19409 name "subsec:Binary-Operators"
19410
19411 \end_inset
19412
19413
19414 \begin_inset Index idx
19415 range none
19416 pageformat default
19417 status collapsed
19418
19419 \begin_layout Plain Layout
19420 Operators
19421 \begin_inset IndexMacro subentry
19422 status open
19423
19424 \begin_layout Plain Layout
19425 binary
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \begin_layout Standard
19439 Binary operators are surrounded by space when there is a character before and after them.
19440 \begin_inset VSpace medskip
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Standard
19447 \begin_inset Tabular
19448 <lyxtabular version="3" rows="13" columns="2">
19449 <features booktabs="true" tabularvalignment="middle">
19450 <column alignment="center" valignment="top" width="0pt">
19451 <column alignment="center" valignment="top" width="0pt">
19452 <row>
19453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 Command
19458 \begin_inset Note Note
19459 status collapsed
19460
19461 \begin_layout Plain Layout
19462
19463 \series bold
19464
19465 \backslash
19466 raisebox
19467 \series default
19468  is only used as spacer.
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 Result
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 +
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 \begin_inset Formula $+$
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 <row>
19512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 -
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset Formula $-$
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 <row>
19535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \backslash
19541 pm
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 \begin_inset Formula $\pm$
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 <row>
19560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \backslash
19566 mp
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Formula $\mp$
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 cdot
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\cdot$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 times
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\times$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 div
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\div$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset ERT
19665 status collapsed
19666
19667 \begin_layout Plain Layout
19668
19669
19670 \backslash
19671 raisebox{-1.2mm}{
19672 \end_layout
19673
19674 \end_inset
19675
19676 *
19677 \begin_inset ERT
19678 status collapsed
19679
19680 \begin_layout Plain Layout
19681
19682 }
19683 \end_layout
19684
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Formula $*$
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 <row>
19706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710
19711 \backslash
19712 star
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 \begin_inset Formula $\star$
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \backslash
19737 circ
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Formula $\circ$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \backslash
19762 diamond
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 \begin_inset Formula $\diamond$
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 bullet
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\bullet$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 </lyxtabular>
19806
19807 \end_inset
19808
19809
19810 \begin_inset space \hfill{}
19811 \end_inset
19812
19813
19814 \begin_inset Tabular
19815 <lyxtabular version="3" rows="13" columns="2">
19816 <features booktabs="true" tabularvalignment="middle">
19817 <column alignment="center" valignment="top" width="0pt">
19818 <column alignment="center" valignment="top" width="0pt">
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 Command
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 Result
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \backslash
19846 nabla
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 \begin_inset Formula $\nabla$
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 bigtriangledown
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\bigtriangledown$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 bigtriangleup
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\bigtriangleup$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 Box
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\Box$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 cap 
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\cap$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 <row>
19965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \backslash
19971 cup
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Formula $\cup$
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 <row>
19990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994
19995 \backslash
19996 dagger
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 \begin_inset Formula $\dagger$
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 <row>
20015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \backslash
20021 ddagger
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 \begin_inset Formula $\ddagger$
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 </row>
20039 <row>
20040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \backslash
20046 wr
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $\wr$
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 <row>
20065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \backslash
20071 bigcirc
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\bigcirc$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \backslash
20096 wedge
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 \begin_inset Formula $\wedge$
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 vee
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\vee$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 </lyxtabular>
20140
20141 \end_inset
20142
20143
20144 \begin_inset space \hfill{}
20145 \end_inset
20146
20147
20148 \begin_inset Tabular
20149 <lyxtabular version="3" rows="13" columns="2">
20150 <features booktabs="true" tabularvalignment="middle">
20151 <column alignment="center" valignment="top" width="0pt">
20152 <column alignment="center" valignment="top" width="0pt">
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 Command
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 Result
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 <row>
20174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \backslash
20180 oplus
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $\oplus$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 ominus
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\ominus$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 otimes
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\otimes$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 <row>
20249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \backslash
20255 oslash
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\oslash$
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 odot
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\odot$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 amalg
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\amalg$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 uplus
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\uplus$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 setminus
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\setminus$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \backslash
20380 sqcap
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\sqcap$
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 <row>
20399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \backslash
20405 sqcup
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\sqcup$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 triangleleft
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 \begin_inset Formula $\triangleleft$
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 </row>
20448 <row>
20449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453
20454 \backslash
20455 triangleright
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 \begin_inset Formula $\triangleright$
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 </lyxtabular>
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Standard
20481 All binary operators can also be inserted via the math toolbar button 
20482 \begin_inset Info
20483 type  "icon"
20484 arg   "math-insert \\pm"
20485 \end_inset
20486
20487 .
20488 \end_layout
20489
20490 \begin_layout Standard
20491 To typeset the Laplace operator,
20492  
20493 \series bold
20494
20495 \backslash
20496 Delta
20497 \series default
20498  or 
20499 \series bold
20500
20501 \backslash
20502 nabla
20503 \series default
20504 ^
20505 \series bold
20506 2
20507 \series default
20508  (
20509 \begin_inset Formula $\nabla^{2}$
20510 \end_inset
20511
20512 ) can also be used instead of 
20513 \series bold
20514
20515 \backslash
20516 bigtriangleup
20517 \series default
20518 .
20519 \end_layout
20520
20521 \begin_layout Standard
20522 The character 
20523 \family sans
20524 Menu Separator
20525 \family default
20526  from the menu 
20527 \family sans
20528 Insert\SpecialChar menuseparator
20529 Special Character
20530 \family default
20531  is the operator 
20532 \series bold
20533
20534 \backslash
20535 triangleright
20536 \series default
20537 .
20538 \end_layout
20539
20540 \begin_layout Subsection
20541 Self-defined Operators
20542 \begin_inset CommandInset label
20543 LatexCommand label
20544 name "subsec:Self-defined-Operators"
20545
20546 \end_inset
20547
20548
20549 \begin_inset Index idx
20550 range none
20551 pageformat default
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 Operators
20556 \begin_inset IndexMacro subentry
20557 status open
20558
20559 \begin_layout Plain Layout
20560 self-defined
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \begin_layout Standard
20574 With the help of the command 
20575 \series bold
20576
20577 \backslash
20578 DeclareMathOperator
20579 \series default
20580
20581 \begin_inset Index idx
20582 range none
20583 pageformat default
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587 Commands
20588 \begin_inset IndexMacro subentry
20589 status open
20590
20591 \begin_layout Plain Layout
20592 D
20593 \end_layout
20594
20595 \end_inset
20596
20597
20598 \begin_inset IndexMacro subentry
20599 status open
20600
20601 \begin_layout Plain Layout
20602 \begin_inset IndexMacro sortkey
20603 status open
20604
20605 \begin_layout Plain Layout
20606
20607 \backslash
20608 dbinom
20609 \end_layout
20610
20611 \end_inset
20612
20613
20614 \backslash
20615 DeclareMathOperator
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \end_inset
20624
20625 ,
20626  custom operators can be defined in the \SpecialChar LaTeX
20627 -preamble.
20628  Its command scheme is:
20629 \end_layout
20630
20631 \begin_layout Standard
20632
20633 \series bold
20634
20635 \backslash
20636 DeclareMathOperator{new command}{display}
20637 \end_layout
20638
20639 \begin_layout Standard
20640 Display can be characters or symbols that define how the operator looks in the output.
20641  To define a big operator a * is set behind the command.
20642  All self-defined big operators can have limits as described in 
20643 \begin_inset CommandInset ref
20644 LatexCommand ref
20645 reference "subsec:Operator-Limits"
20646 nolink "false"
20647
20648 \end_inset
20649
20650 .
20651 \end_layout
20652
20653 \begin_layout Standard
20654 For example the \SpecialChar LaTeX
20655 -preamble line
20656 \end_layout
20657
20658 \begin_layout Standard
20659
20660 \series bold
20661
20662 \backslash
20663 DeclareMathOperator*{
20664 \backslash
20665 Lozenge}{
20666 \backslash
20667 blacklozenge}
20668 \end_layout
20669
20670 \begin_layout Standard
20671 defines the command 
20672 \series bold
20673
20674 \backslash
20675 Lozenge
20676 \series default
20677 ,
20678  that inserts a big operator consisting of the black lozenge symbol from 
20679 \begin_inset CommandInset ref
20680 LatexCommand ref
20681 reference "subsec:Miscellaneous-Symbols"
20682 nolink "false"
20683
20684 \end_inset
20685
20686 :
20687 \begin_inset Formula 
20688 \[
20689 \Lozenge_{n=1}^{\infty}
20690 \]
20691
20692 \end_inset
20693
20694 The command for this formula is:
20695  
20696 \series bold
20697
20698 \backslash
20699 Lozenge
20700 \series default
20701 ^
20702 \series bold
20703
20704 \backslash
20705 infty
20706 \begin_inset Formula $\to$
20707 \end_inset
20708
20709 _n=1
20710 \end_layout
20711
20712 \begin_layout Standard
20713 \begin_inset VSpace bigskip
20714 \end_inset
20715
20716 When self-defined operators are not used several times in the document,
20717  they can also be defined with the commands 
20718 \series bold
20719
20720 \backslash
20721 mathop
20722 \series default
20723
20724 \begin_inset Index idx
20725 range none
20726 pageformat default
20727 status collapsed
20728
20729 \begin_layout Plain Layout
20730 Commands
20731 \begin_inset IndexMacro subentry
20732 status open
20733
20734 \begin_layout Plain Layout
20735 M
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \begin_inset IndexMacro subentry
20742 status open
20743
20744 \begin_layout Plain Layout
20745
20746 \backslash
20747 mathop
20748 \end_layout
20749
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \end_inset
20756
20757  and 
20758 \series bold
20759
20760 \backslash
20761 mathbin
20762 \series default
20763
20764 \begin_inset Index idx
20765 range none
20766 pageformat default
20767 status collapsed
20768
20769 \begin_layout Plain Layout
20770 Commands
20771 \begin_inset IndexMacro subentry
20772 status open
20773
20774 \begin_layout Plain Layout
20775 M
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \begin_inset IndexMacro subentry
20782 status open
20783
20784 \begin_layout Plain Layout
20785
20786 \backslash
20787 mathbin
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796
20797 ,
20798  which have the following scheme:
20799 \end_layout
20800
20801 \begin_layout Standard
20802
20803 \series bold
20804
20805 \backslash
20806 mathop{display}
20807 \series default
20808  and 
20809 \series bold
20810
20811 \backslash
20812 mathbin{display}
20813 \end_layout
20814
20815 \begin_layout Standard
20816
20817 \series bold
20818
20819 \backslash
20820 mathop
20821 \series default
20822  defines big operators,
20823  
20824 \series bold
20825
20826 \backslash
20827 mathbin
20828 \series default
20829  binary operators.
20830 \end_layout
20831
20832 \begin_layout Standard
20833
20834 \series bold
20835
20836 \backslash
20837 mathop
20838 \series default
20839  can be used to use one limit for several operators:
20840 \end_layout
20841
20842 \begin_layout Standard
20843 \begin_inset Formula 
20844 \[
20845 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
20846 \]
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Standard
20854 The command for the formula above is:
20855 \begin_inset Newline newline
20856 \end_inset
20857
20858
20859 \series bold
20860
20861 \backslash
20862 mathop{
20863 \backslash
20864 sum
20865 \backslash
20866 negmedspace
20867 \backslash
20868 sum
20869 \series default
20870
20871 \begin_inset space \textvisiblespace{}
20872 \end_inset
20873
20874
20875 \series bold
20876
20877 \begin_inset Formula $\to$
20878 \end_inset
20879
20880 ^N
20881 \series default
20882
20883 \begin_inset space \textvisiblespace{}
20884 \end_inset
20885
20886
20887 \series bold
20888 _i,j=1
20889 \end_layout
20890
20891 \begin_layout Section
20892 Fonts
20893 \begin_inset Index idx
20894 range none
20895 pageformat default
20896 status collapsed
20897
20898 \begin_layout Plain Layout
20899 Fonts
20900 \end_layout
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \begin_layout Subsection
20908 Font Styles
20909 \begin_inset CommandInset label
20910 LatexCommand label
20911 name "subsec:Font-Styles"
20912
20913 \end_inset
20914
20915
20916 \begin_inset Index idx
20917 range none
20918 pageformat default
20919 status collapsed
20920
20921 \begin_layout Plain Layout
20922 Font
20923 \begin_inset IndexMacro subentry
20924 status open
20925
20926 \begin_layout Plain Layout
20927 style
20928 \end_layout
20929
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \begin_layout Standard
20941 Latin letters in formulas can be set in one of the following font styles:
20942 \end_layout
20943
20944 \begin_layout Standard
20945 \align center
20946 \begin_inset Tabular
20947 <lyxtabular version="3" rows="6" columns="3">
20948 <features booktabs="true" tabularvalignment="middle">
20949 <column alignment="center" valignment="top" width="0pt">
20950 <column alignment="center" valignment="top">
20951 <column alignment="center" valignment="top">
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 Command
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 Result
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 Shortcut
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 </row>
20981 <row>
20982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986
20987 \backslash
20988 mathbb
20989 \series bold
20990
20991 \begin_inset space \textvisiblespace{}
20992 \end_inset
20993
20994
20995 \series default
20996 ABC
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 \begin_inset Formula $\mathbb{ABC}$
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 -
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \backslash
21030 mathbf
21031 \series bold
21032
21033 \begin_inset space \textvisiblespace{}
21034 \end_inset
21035
21036
21037 \series default
21038 AbC
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $\mathbf{AbC}$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 \begin_inset Info
21060 type  "shortcut"
21061 arg   "font-bold"
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 </row>
21070 <row>
21071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 boldsymbol
21078 \series bold
21079
21080 \begin_inset space \textvisiblespace{}
21081 \end_inset
21082
21083
21084 \series default
21085 AbC
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 \begin_inset Formula $\boldsymbol{AbC}$
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 \begin_inset Info
21107 type  "shortcut"
21108 arg   "font-boldsymbol"
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122
21123 \backslash
21124 mathcal
21125 \series bold
21126
21127 \begin_inset space \textvisiblespace{}
21128 \end_inset
21129
21130
21131 \series default
21132 ABC
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $\mathcal{ABC}$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 -
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 </row>
21159 <row>
21160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164
21165 \backslash
21166 mathfrak
21167 \series bold
21168
21169 \begin_inset space \textvisiblespace{}
21170 \end_inset
21171
21172
21173 \series default
21174 AbC
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 \begin_inset Formula $\mathfrak{AbC}$
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195 -
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 </lyxtabular>
21202
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \begin_layout Standard
21209 \align center
21210 \begin_inset Tabular
21211 <lyxtabular version="3" rows="6" columns="3">
21212 <features booktabs="true" tabularvalignment="middle">
21213 <column alignment="center" valignment="top" width="0pt">
21214 <column alignment="center" valignment="top">
21215 <column alignment="center" valignment="top">
21216 <row>
21217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 Command
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 Result
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 Shortcut
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 </row>
21245 <row>
21246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \backslash
21252 mathit
21253 \series bold
21254
21255 \begin_inset space \textvisiblespace{}
21256 \end_inset
21257
21258
21259 \series default
21260 AbC
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\mathit{AbC}$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 -
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 mathrm
21295 \series bold
21296
21297 \begin_inset space \textvisiblespace{}
21298 \end_inset
21299
21300
21301 \series default
21302 AbC
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $\mathrm{AbC}$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Info
21324 type  "shortcut"
21325 arg   "font-roman"
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 </row>
21334 <row>
21335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339
21340 \backslash
21341 mathsf
21342 \series bold
21343
21344 \begin_inset space \textvisiblespace{}
21345 \end_inset
21346
21347
21348 \series default
21349 AbC
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 \begin_inset Formula $\mathsf{AbC}$
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Info
21371 type  "shortcut"
21372 arg   "font-sans"
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 </row>
21381 <row>
21382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386
21387 \backslash
21388 mathtt
21389 \series bold
21390
21391 \begin_inset space \textvisiblespace{}
21392 \end_inset
21393
21394
21395 \series default
21396 AbC
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 \begin_inset Formula $\mathtt{AbC}$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Info
21418 type  "shortcut"
21419 arg   "font-typewriter"
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 mathscr
21436 \series bold
21437
21438 \begin_inset space \textvisiblespace{}
21439 \end_inset
21440
21441
21442 \series default
21443 ABC
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 \begin_inset Formula $\mathscr{ABC}$
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 -
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 </lyxtabular>
21471
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Standard
21478 \begin_inset Note Greyedout
21479 status open
21480
21481 \begin_layout Plain Layout
21482
21483 \series bold
21484 Note:
21485
21486 \series default
21487  The styles 
21488 \series bold
21489
21490 \backslash
21491 mathbb
21492 \series default
21493 ,
21494  
21495 \series bold
21496
21497 \backslash
21498 mathcal
21499 \series default
21500  and 
21501 \series bold
21502
21503 \backslash
21504 mathscr
21505 \series default
21506  can only be used for big letters.
21507 \end_layout
21508
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \begin_layout Standard
21515 The style 
21516 \series bold
21517
21518 \backslash
21519 mathnormal
21520 \series default
21521  is predefined.
21522 \end_layout
21523
21524 \begin_layout Standard
21525 The style commands also work for letters in mathematical constructs:
21526 \begin_inset Formula 
21527 \[
21528 \mathfrak{A=\frac{b}{C}}
21529 \]
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Standard
21537 Characters in mathematical text don't appear in a math font style but in the text font style 
21538 \series bold
21539
21540 \backslash
21541 textrm
21542 \series default
21543 .
21544  Note that their style can't be set correctly via the text style dialog.
21545  This is a known bug in \SpecialChar LyX
21546 .
21547 \begin_inset Foot
21548 status collapsed
21549
21550 \begin_layout Plain Layout
21551 \begin_inset CommandInset href
21552 LatexCommand href
21553 name "LyX-bug #4629"
21554 target "https://www.lyx.org/trac/ticket/4629"
21555 literal "false"
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \begin_layout Standard
21568 Instead of the style commands,
21569  
21570 \family sans
21571 Edit\SpecialChar menuseparator
21572 Math\SpecialChar menuseparator
21573 Text Style
21574 \family default
21575  dialog,
21576  or the toolbar button,
21577  
21578 \begin_inset Info
21579 type  "icon"
21580 arg   "math-insert \\font"
21581 \end_inset
21582
21583  can be used.
21584 \end_layout
21585
21586 \begin_layout Subsection
21587 Bold Formulas
21588 \begin_inset CommandInset label
21589 LatexCommand label
21590 name "subsec:Bold-Formulas"
21591
21592 \end_inset
21593
21594
21595 \begin_inset Index idx
21596 range none
21597 pageformat default
21598 status collapsed
21599
21600 \begin_layout Plain Layout
21601 Formula
21602 \begin_inset IndexMacro subentry
21603 status open
21604
21605 \begin_layout Plain Layout
21606 bold
21607 \end_layout
21608
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \begin_layout Standard
21620 To make a complete formula bold,
21621  the command 
21622 \series bold
21623
21624 \backslash
21625 mathbf
21626 \series default
21627  from the previous subsection cannot be used because it doesn't work for small Greek letters.
21628  Additionally it always prints Latin letters upright,
21629  as in the following equation:
21630 \end_layout
21631
21632 \begin_layout Standard
21633 \begin_inset Formula 
21634 \[
21635 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
21636 \]
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Standard
21644 To display the formula correctly,
21645  the command 
21646 \series bold
21647
21648 \backslash
21649 boldsymbol
21650 \series default
21651  is used:
21652 \begin_inset Formula 
21653 \[
21654 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
21655 \]
21656
21657 \end_inset
21658
21659 It is also possible to set the formula in a 
21660 \series bold
21661 boldmath environment
21662 \series default
21663 .
21664  This environment is created by inserting the command 
21665 \series bold
21666
21667 \backslash
21668 boldmath
21669 \series default
21670
21671 \begin_inset Index idx
21672 range none
21673 pageformat default
21674 status collapsed
21675
21676 \begin_layout Plain Layout
21677 Commands
21678 \begin_inset IndexMacro subentry
21679 status open
21680
21681 \begin_layout Plain Layout
21682 B
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \begin_inset IndexMacro subentry
21689 status open
21690
21691 \begin_layout Plain Layout
21692
21693 \backslash
21694 boldmath
21695 \end_layout
21696
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703
21704  in \SpecialChar TeX
21705  mode.
21706  To end the environment,
21707  the command 
21708 \series bold
21709
21710 \backslash
21711 unboldmath
21712 \series default
21713
21714 \begin_inset Index idx
21715 range none
21716 pageformat default
21717 status collapsed
21718
21719 \begin_layout Plain Layout
21720 Commands
21721 \begin_inset IndexMacro subentry
21722 status open
21723
21724 \begin_layout Plain Layout
21725 U
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \begin_inset IndexMacro subentry
21732 status open
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 unboldmath
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746
21747  is inserted in \SpecialChar TeX
21748  mode.
21749 \begin_inset ERT
21750 status collapsed
21751
21752 \begin_layout Plain Layout
21753
21754
21755 \backslash
21756 boldmath 
21757 \end_layout
21758
21759 \end_inset
21760
21761
21762 \begin_inset Formula 
21763 \[
21764 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
21765 \]
21766
21767 \end_inset
21768
21769
21770 \begin_inset ERT
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774
21775
21776 \backslash
21777 unboldmath 
21778 \end_layout
21779
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Subsection
21786 Colored Formulas
21787 \begin_inset Index idx
21788 range none
21789 pageformat default
21790 status collapsed
21791
21792 \begin_layout Plain Layout
21793 Formula
21794 \begin_inset IndexMacro subentry
21795 status open
21796
21797 \begin_layout Plain Layout
21798 colored
21799 \end_layout
21800
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \begin_layout Standard
21812 Formulas can be colored like normal text:
21813  Highlight a formula or a formula part and use the 
21814 \family sans
21815 Text Style
21816 \family default
21817  dialog.
21818  Here is a formula in magenta:
21819 \begin_inset Formula 
21820 \[
21821 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
21822 \]
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Standard
21830 You can also define your own colors as described in 
21831 \begin_inset CommandInset ref
21832 LatexCommand ref
21833 reference "subsec:Colored-Boxes"
21834 nolink "false"
21835
21836 \end_inset
21837
21838 .
21839  They can be used with the \SpecialChar TeX
21840  code command 
21841 \series bold
21842
21843 \backslash
21844 textcolor
21845 \series default
21846
21847 \begin_inset Index idx
21848 range none
21849 pageformat default
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853 Commands
21854 \begin_inset IndexMacro subentry
21855 status open
21856
21857 \begin_layout Plain Layout
21858 T
21859 \end_layout
21860
21861 \end_inset
21862
21863
21864 \begin_inset IndexMacro subentry
21865 status open
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 textcolor
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \end_inset
21879
21880  in the scheme
21881 \end_layout
21882
21883 \begin_layout Standard
21884
21885 \series bold
21886
21887 \backslash
21888 textcolor{color}{characters or formula}
21889 \end_layout
21890
21891 \begin_layout Standard
21892 The following example was colored completely dark green and partly red:
21893 \end_layout
21894
21895 \begin_layout Standard
21896 \begin_inset ERT
21897 status collapsed
21898
21899 \begin_layout Plain Layout
21900
21901
21902 \backslash
21903 textcolor{darkgreen}{
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \begin_inset Formula 
21910 \[
21911 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
21912 \]
21913
21914 \end_inset
21915
21916
21917 \begin_inset ERT
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921
21922 }
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \begin_layout Standard
21931 Due to a bug in \SpecialChar LyX
21932  only complete formulas can be colored with self-defined colors.
21933 \begin_inset Foot
21934 status collapsed
21935
21936 \begin_layout Plain Layout
21937 \begin_inset CommandInset href
21938 LatexCommand href
21939 name "LyX-bug #5269"
21940 target "https://www.lyx.org/trac/ticket/5269"
21941 literal "false"
21942
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \begin_layout Subsection
21954 Font Sizes
21955 \begin_inset CommandInset label
21956 LatexCommand label
21957 name "subsec:Font-Sizes"
21958
21959 \end_inset
21960
21961
21962 \begin_inset Index idx
21963 range none
21964 pageformat default
21965 status collapsed
21966
21967 \begin_layout Plain Layout
21968 Font
21969 \begin_inset IndexMacro subentry
21970 status open
21971
21972 \begin_layout Plain Layout
21973 size
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \begin_layout Standard
21987 As with characters in text,
21988  the following size commands are available for formula characters:
21989 \end_layout
21990
21991 \begin_layout Standard
21992
21993 \series bold
21994
21995 \backslash
21996 Huge
21997 \series default
21998 ,
21999  
22000 \series bold
22001
22002 \backslash
22003 huge
22004 \series default
22005 ,
22006  
22007 \series bold
22008
22009 \backslash
22010 LARGE
22011 \series default
22012 ,
22013  
22014 \series bold
22015
22016 \backslash
22017 Large
22018 \series default
22019 ,
22020  
22021 \series bold
22022
22023 \backslash
22024 large
22025 \series default
22026 ,
22027  
22028 \series bold
22029
22030 \backslash
22031 normalsize
22032 \series default
22033 ,
22034  
22035 \series bold
22036
22037 \backslash
22038 small
22039 \series default
22040 ,
22041 \begin_inset Newline newline
22042 \end_inset
22043
22044
22045 \series bold
22046
22047 \backslash
22048 footnotesize
22049 \series default
22050 ,
22051  
22052 \series bold
22053
22054 \backslash
22055 scriptsize
22056 \series default
22057  and 
22058 \series bold
22059
22060 \backslash
22061 tiny
22062 \end_layout
22063
22064 \begin_layout Standard
22065 The font size produced by the commands depends on the document's original font size,
22066  which corresponds to the command 
22067 \series bold
22068
22069 \backslash
22070 normalsize
22071 \series default
22072 .
22073  The other commands produce character sizes smaller or larger than 
22074 \series bold
22075
22076 \backslash
22077 normalsize
22078 \series default
22079 .
22080  There are however limits to how small or large the font size can be changed.
22081  If for example the document font size is 12
22082 \begin_inset space \thinspace{}
22083 \end_inset
22084
22085 pt,
22086  the command 
22087 \series bold
22088
22089 \backslash
22090 Huge
22091 \series default
22092  switches to the same size as 
22093 \series bold
22094
22095 \backslash
22096 huge
22097 \series default
22098 .
22099 \end_layout
22100
22101 \begin_layout Standard
22102 A size command is inserted in \SpecialChar TeX
22103  mode before a formula and sets the size for all of the following formulas and text characters.
22104  To switch back to the initial size,
22105  the command 
22106 \series bold
22107
22108 \backslash
22109 normalsize
22110 \series default
22111  is inserted behind the formula,
22112  again in \SpecialChar TeX
22113  mode.
22114 \end_layout
22115
22116 \begin_layout Standard
22117 Size can also be changed within a formula using the following size commands or the toolbar button 
22118 \begin_inset Info
22119 type  "icon"
22120 arg   "math-insert \\style"
22121 \end_inset
22122
22123 :
22124 \end_layout
22125
22126 \begin_layout Standard
22127 \noindent
22128 \align center
22129 \begin_inset Tabular
22130 <lyxtabular version="3" rows="5" columns="2">
22131 <features booktabs="true" tabularvalignment="middle">
22132 <column alignment="center" valignment="top" width="0pt">
22133 <column alignment="center" valignment="top">
22134 <row>
22135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 Command
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 Result
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 <row>
22155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159
22160 \backslash
22161 displaystyle
22162 \begin_inset Index idx
22163 range none
22164 pageformat default
22165 status collapsed
22166
22167 \begin_layout Plain Layout
22168 Commands
22169 \begin_inset IndexMacro subentry
22170 status open
22171
22172 \begin_layout Plain Layout
22173 D
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \begin_inset IndexMacro subentry
22180 status open
22181
22182 \begin_layout Plain Layout
22183
22184 \backslash
22185 displaystyle
22186 \end_layout
22187
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row topspace="1mm">
22214 <cell alignment="center" valignment="top" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 textstyle
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 scriptstyle
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 scriptscriptstyle
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 </lyxtabular>
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 After entering these commands,
22297  a blue box appears in which the formula parts are inserted.
22298 \end_layout
22299
22300 \begin_layout Standard
22301 There is another method for changing the font size,
22302  although it only works for symbols or letters in mathematical text.
22303  To use it,
22304  one of the above text size commands is inserted into mathematical text.
22305  All characters until the end of the mathematical text or until another size command will have the selected size.
22306  Two examples:
22307 \begin_inset VSpace -2mm
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 \begin_inset ERT
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318
22319
22320 \backslash
22321 huge 
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \begin_inset Formula 
22328 \[
22329 A=\frac{B}{c}\cdot\maltese
22330 \]
22331
22332 \end_inset
22333
22334
22335 \begin_inset Formula 
22336 \[
22337 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
22338 \]
22339
22340 \end_inset
22341
22342
22343 \begin_inset ERT
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347
22348
22349 \backslash
22350 normalsize 
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \begin_inset VSpace medskip
22357 \end_inset
22358
22359 Before the first formula the command 
22360 \series bold
22361
22362 \backslash
22363 huge
22364 \series default
22365  was inserted.
22366  The command for the second formula is:
22367 \begin_inset Newline newline
22368 \end_inset
22369
22370
22371 \series bold
22372
22373 \backslash
22374 maltese
22375 \begin_inset space \textvisiblespace{}
22376 \end_inset
22377
22378 A Alt+M M 
22379 \backslash
22380 Large
22381 \begin_inset space \textvisiblespace{}
22382 \end_inset
22383
22384
22385 \backslash
22386 maltese
22387 \begin_inset space \textvisiblespace{}
22388 \end_inset
22389
22390
22391 \backslash
22392 textit
22393 \begin_inset space \textvisiblespace{}
22394 \end_inset
22395
22396 A
22397 \begin_inset Formula $\to$
22398 \end_inset
22399
22400
22401 \begin_inset Formula $\to$
22402 \end_inset
22403
22404
22405 \begin_inset Newline newline
22406 \end_inset
22407
22408
22409 \begin_inset space \hspace*{}
22410 \length 1cm
22411 \end_inset
22412
22413 Alt+M
22414 \series default
22415  
22416 \series bold
22417
22418 \backslash
22419 tiny
22420 \begin_inset space \textvisiblespace{}
22421 \end_inset
22422
22423
22424 \backslash
22425 maltese
22426 \begin_inset space \textvisiblespace{}
22427 \end_inset
22428
22429
22430 \backslash
22431 textit
22432 \begin_inset space \textvisiblespace{}
22433 \end_inset
22434
22435 A
22436 \end_layout
22437
22438 \begin_layout Standard
22439 If a symbol cannot be displayed in different sizes,
22440  it will always be displayed in the default size.
22441 \end_layout
22442
22443 \begin_layout Section
22444 Greek Letters
22445 \begin_inset Index idx
22446 range none
22447 pageformat default
22448 status collapsed
22449
22450 \begin_layout Plain Layout
22451 Greek letters
22452 \end_layout
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Standard
22460 Greek letters can be inserted via the toolbar button 
22461 \begin_inset Info
22462 type  "icon"
22463 arg   "math-insert \\alpha"
22464 \end_inset
22465
22466  as well as by command.
22467  All international typesetting norms purport that Greek letters in math have to be typeset italic/slanted.
22468  In some languages,
22469  like French or Russian,
22470  they are nevertheless sometimes typeset upright.
22471 \end_layout
22472
22473 \begin_layout Subsection
22474 Small Letters
22475 \begin_inset Index idx
22476 range none
22477 pageformat default
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481 Greek letters
22482 \begin_inset IndexMacro subentry
22483 status open
22484
22485 \begin_layout Plain Layout
22486 small
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 \begin_inset space \hfill{}
22501 \end_inset
22502
22503
22504 \begin_inset Tabular
22505 <lyxtabular version="3" rows="11" columns="2">
22506 <features booktabs="true" tabularvalignment="middle">
22507 <column alignment="center" valignment="top" width="0pt">
22508 <column alignment="center" valignment="top" width="0pt">
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 Command
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523 Result
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534
22535 \backslash
22536 alpha
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 \begin_inset Formula $\alpha$
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 </row>
22554 <row>
22555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \backslash
22561 beta
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $\beta$
22571 \end_inset
22572
22573
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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 varepsilon
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 $\varepsilon$
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 zeta
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 $\zeta$
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 eta
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 $\eta$
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 theta
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 $\theta$
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \backslash
22761 vartheta
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $\vartheta$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 </lyxtabular>
22780
22781 \end_inset
22782
22783
22784 \begin_inset space \hfill{}
22785 \end_inset
22786
22787
22788 \begin_inset Tabular
22789 <lyxtabular version="3" rows="12" columns="2">
22790 <features booktabs="true" tabularvalignment="middle">
22791 <column alignment="center" valignment="top" width="0pt">
22792 <column alignment="center" valignment="top" width="0pt">
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 Command
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 Result
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 iota
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\iota$
22830 \end_inset
22831
22832
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 kappa
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 $\kappa$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \backslash
22870 varkappa
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 $\varkappa$
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 lambda
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 $\lambda$
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 mu
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 $\mu$
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 nu
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 $\nu$
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 xi
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 $\xi$
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 o
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 \begin_inset Formula $o$
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 </row>
23011 <row>
23012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \backslash
23018 pi
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 \begin_inset Formula $\pi$
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \backslash
23043 varpi
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\varpi$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \backslash
23068 rho
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 \begin_inset Formula $\rho$
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 </lyxtabular>
23087
23088 \end_inset
23089
23090
23091 \begin_inset space \hfill{}
23092 \end_inset
23093
23094
23095 \begin_inset Tabular
23096 <lyxtabular version="3" rows="11" columns="2">
23097 <features booktabs="true" tabularvalignment="middle">
23098 <column alignment="center" valignment="top" width="0pt">
23099 <column alignment="center" valignment="top" width="0pt">
23100 <row>
23101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 Command
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 Result
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \backslash
23127 varrho
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\varrho$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \backslash
23152 sigma
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\sigma$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 varsigma
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\varsigma$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 tau
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\tau$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 upsilon
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\upsilon$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 phi
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\phi$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 varphi
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\varphi$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 chi
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 \begin_inset Formula $\chi$
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325
23326 \backslash
23327 psi
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 \begin_inset Formula $\psi$
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 <row>
23346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350
23351 \backslash
23352 omega
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 \begin_inset Formula $\omega$
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 </row>
23370 </lyxtabular>
23371
23372 \end_inset
23373
23374
23375 \begin_inset space \hfill{}
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \begin_layout Standard
23382 \begin_inset VSpace medskip
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Standard
23389 Creating upright Greek letters is explained in 
23390 \begin_inset CommandInset ref
23391 LatexCommand ref
23392 reference "subsec:Upright-small-Greek"
23393 nolink "false"
23394
23395 \end_inset
23396
23397 .
23398 \end_layout
23399
23400 \begin_layout Subsection
23401 Big Letters
23402 \begin_inset Index idx
23403 range none
23404 pageformat default
23405 status collapsed
23406
23407 \begin_layout Plain Layout
23408 Greek letters
23409 \begin_inset IndexMacro subentry
23410 status open
23411
23412 \begin_layout Plain Layout
23413 big
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \begin_layout Standard
23427 \begin_inset space \hfill{}
23428 \end_inset
23429
23430
23431 \begin_inset Tabular
23432 <lyxtabular version="3" rows="7" columns="2">
23433 <features booktabs="true" tabularvalignment="middle">
23434 <column alignment="center" valignment="top" width="0pt">
23435 <column alignment="center" valignment="top" width="0pt">
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 Command
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 Result
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 Gamma
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\Gamma$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 Delta
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\Delta$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 Theta
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\Theta$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 Lambda
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\Lambda$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 Xi
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\Xi$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 Pi
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\Pi$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 </lyxtabular>
23607
23608 \end_inset
23609
23610
23611 \begin_inset space \hfill{}
23612 \end_inset
23613
23614
23615 \begin_inset Tabular
23616 <lyxtabular version="3" rows="6" columns="2">
23617 <features booktabs="true" tabularvalignment="middle">
23618 <column alignment="center" valignment="top" width="0pt">
23619 <column alignment="center" valignment="top" width="0pt">
23620 <row>
23621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 Command
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 Result
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 Sigma
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\Sigma$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 Upsilon
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $\Upsilon$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \backslash
23697 Phi
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Formula $\Phi$
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \backslash
23722 Psi
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Formula $\Psi$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \backslash
23747 Omega
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $\Omega$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 </lyxtabular>
23766
23767 \end_inset
23768
23769
23770 \begin_inset space \hfill{}
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Standard
23777 \begin_inset VSpace medskip
23778 \end_inset
23779
23780 The big Greek letters appearing upright is caused by a design bug in \SpecialChar TeX
23781 .
23782  To create correct italic big letters,
23783  begin every command with 
23784 \series bold
23785 var
23786 \series default
23787 .
23788  For example the command 
23789 \series bold
23790
23791 \backslash
23792 varGamma
23793 \series default
23794  produces 
23795 \begin_inset Formula $\varGamma$
23796 \end_inset
23797
23798 .
23799  Another way is to load the package 
23800 \series bold
23801 fixmath
23802 \series default
23803
23804 \begin_inset Foot
23805 status collapsed
23806
23807 \begin_layout Plain Layout
23808
23809 \series bold
23810 fixmath
23811 \series default
23812  is part of the \SpecialChar LaTeX
23813 -package 
23814 \series bold
23815 was
23816 \series default
23817
23818 \begin_inset Index idx
23819 range none
23820 pageformat default
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824 Packages
23825 \begin_inset IndexMacro subentry
23826 status open
23827
23828 \begin_layout Plain Layout
23829 was
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838
23839 .
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \begin_inset Index idx
23846 range none
23847 pageformat default
23848 status collapsed
23849
23850 \begin_layout Plain Layout
23851 Packages
23852 \begin_inset IndexMacro subentry
23853 status open
23854
23855 \begin_layout Plain Layout
23856 fixmath
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865
23866  with the \SpecialChar LaTeX
23867 -preamble line
23868 \end_layout
23869
23870 \begin_layout Standard
23871
23872 \series bold
23873
23874 \backslash
23875 usepackage{fixmath}
23876 \end_layout
23877
23878 \begin_layout Standard
23879 Then all big Greek letters in a document will automatically be typeset italic.
23880 \end_layout
23881
23882 \begin_layout Subsection
23883 Bold Letters
23884 \begin_inset Index idx
23885 range none
23886 pageformat default
23887 status collapsed
23888
23889 \begin_layout Plain Layout
23890 Greek letters
23891 \begin_inset IndexMacro subentry
23892 status open
23893
23894 \begin_layout Plain Layout
23895 bold
23896 \end_layout
23897
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Standard
23909 Greek letters cannot be set with different font styles like Latin letters.
23910  They can only be made bold with the command 
23911 \series bold
23912
23913 \backslash
23914 boldsymbol
23915 \series default
23916
23917 \begin_inset Index idx
23918 range none
23919 pageformat default
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923 Commands
23924 \begin_inset IndexMacro subentry
23925 status open
23926
23927 \begin_layout Plain Layout
23928 B
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \begin_inset IndexMacro subentry
23935 status open
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 boldsymbol
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \end_inset
23949
23950 .
23951 \end_layout
23952
23953 \begin_layout Standard
23954 \align center
23955 \begin_inset Tabular
23956 <lyxtabular version="3" rows="3" columns="2">
23957 <features booktabs="true" tabularvalignment="middle">
23958 <column alignment="center" valignment="top" width="0pt">
23959 <column alignment="center" valignment="top">
23960 <row>
23961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965 Command
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 Result
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 </row>
23980 <row>
23981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 Upsilon
23988 \backslash
23989 boldsymbol
23990 \backslash
23991 Upsilon
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 theta
24017 \backslash
24018 boldsymbol
24019 \backslash
24020 theta
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\theta\boldsymbol{\theta}$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 </lyxtabular>
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Section
24046 Symbols
24047 \begin_inset ERT
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052
24053 \backslash
24054 texorpdfstring{
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \begin_inset Foot
24061 status collapsed
24062
24063 \begin_layout Plain Layout
24064 A list with all symbols of most of the \SpecialChar LaTeX
24065 -packages can be found in 
24066 \begin_inset CommandInset citation
24067 LatexCommand cite
24068 key "Symbols"
24069 literal "true"
24070
24071 \end_inset
24072
24073 .
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \begin_inset ERT
24080 status collapsed
24081
24082 \begin_layout Plain Layout
24083
24084 }{}
24085 \end_layout
24086
24087 \end_inset
24088
24089
24090 \begin_inset Note Note
24091 status collapsed
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
24097 \end_layout
24098
24099 \begin_layout Plain Layout
24100 More about 
24101 \backslash
24102 texorpdfstring is in section 
24103 \begin_inset CommandInset ref
24104 LatexCommand ref
24105 reference "subsec:Formulas-in-Section"
24106 nolink "false"
24107
24108 \end_inset
24109
24110 .
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \begin_inset Index idx
24117 range none
24118 pageformat default
24119 status collapsed
24120
24121 \begin_layout Plain Layout
24122 Symbols
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 Many of the symbols listed in this section can also be inserted via the toolbar buttons 
24132 \begin_inset Info
24133 type  "icon"
24134 arg   "math-insert \\nabla"
24135 \end_inset
24136
24137  and 
24138 \begin_inset Info
24139 type  "icon"
24140 arg   "math-insert \\digamma"
24141 \end_inset
24142
24143 .
24144 \end_layout
24145
24146 \begin_layout Subsection
24147 Mathematical Symbols
24148 \begin_inset CommandInset label
24149 LatexCommand label
24150 name "subsec:Mathematical-Symbols"
24151
24152 \end_inset
24153
24154
24155 \begin_inset Index idx
24156 range none
24157 pageformat default
24158 status collapsed
24159
24160 \begin_layout Plain Layout
24161 Symbols
24162 \begin_inset IndexMacro subentry
24163 status open
24164
24165 \begin_layout Plain Layout
24166 mathematical
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 \begin_inset Tabular
24181 <lyxtabular version="3" rows="10" columns="2">
24182 <features booktabs="true" tabularvalignment="middle">
24183 <column alignment="center" valignment="top" width="0pt">
24184 <column alignment="center" valignment="top" width="0pt">
24185 <row>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 Command
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Symbol
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 </row>
24205 <row>
24206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24207 \begin_inset Text
24208
24209 \begin_layout Plain Layout
24210
24211 \backslash
24212 neg
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221 \begin_inset Formula $\neg$
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 </row>
24230 <row>
24231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235
24236 \backslash
24237 Im
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246 \begin_inset Formula $\Im$
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 </row>
24255 <row>
24256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260
24261 \backslash
24262 Re
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 \begin_inset Formula $\Re$
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 </row>
24280 <row>
24281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 aleph
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296 \begin_inset Formula $\aleph$
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 </row>
24305 <row>
24306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 partial
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321 \begin_inset Formula $\partial$
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 </row>
24330 <row>
24331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \backslash
24337 infty
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 \begin_inset Formula $\infty$
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 </row>
24355 <row>
24356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360
24361 \backslash
24362 wp
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 \begin_inset Formula $\wp$
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 </row>
24380 <row>
24381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \backslash
24387 imath
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 \begin_inset Formula $\imath$
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 </row>
24405 <row>
24406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 jmath
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 \begin_inset Formula $\jmath$
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 </row>
24430 </lyxtabular>
24431
24432 \end_inset
24433
24434
24435 \begin_inset space \hfill{}
24436 \end_inset
24437
24438
24439 \begin_inset Tabular
24440 <lyxtabular version="3" rows="10" columns="2">
24441 <features booktabs="true" tabularvalignment="middle">
24442 <column alignment="center" valignment="top" width="0pt">
24443 <column alignment="center" valignment="top" width="0pt">
24444 <row>
24445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 Command
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458 Symbol
24459 \begin_inset Note Note
24460 status collapsed
24461
24462 \begin_layout Plain Layout
24463
24464 \series bold
24465
24466 \backslash
24467 raisebox
24468 \series default
24469  is only used as spacer.
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 forall
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 \begin_inset Formula $\forall$
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 </row>
24505 <row>
24506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 exists
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 \begin_inset Formula $\exists$
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 </row>
24530 <row>
24531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 nexists
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546 \begin_inset Formula $\nexists$
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 emptyset
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 \begin_inset Formula $\emptyset$
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 </row>
24580 <row>
24581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 varnothing
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 \begin_inset Formula $\varnothing$
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 </row>
24605 <row>
24606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610
24611 \backslash
24612 dag
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Formula $\dag$
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 </row>
24630 <row>
24631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 ddag
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 \begin_inset Formula $\ddag$
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 </row>
24655 <row>
24656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \backslash
24662 complement
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 \begin_inset ERT
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675
24676
24677 \backslash
24678 raisebox{-0.8mm}{
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \begin_inset Formula $\complement$
24685 \end_inset
24686
24687
24688 \begin_inset ERT
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692
24693 }
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 <row>
24705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \backslash
24711 Bbbk
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 \begin_inset Formula $\Bbbk$
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 </lyxtabular>
24730
24731 \end_inset
24732
24733
24734 \begin_inset space \hfill{}
24735 \end_inset
24736
24737
24738 \begin_inset Tabular
24739 <lyxtabular version="3" rows="10" columns="2">
24740 <features booktabs="true" tabularvalignment="middle">
24741 <column alignment="center" valignment="top" width="0pt">
24742 <column alignment="center" valignment="top" width="0pt">
24743 <row>
24744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748 Command
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 Symbol
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 </row>
24763 <row>
24764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \backslash
24770 prime
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 \begin_inset Formula $\prime$
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 </row>
24788 <row>
24789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 backprime
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804 \begin_inset Formula $\backprime$
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 </row>
24813 <row>
24814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818
24819 \backslash
24820 mho
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829 \begin_inset Formula $\mho$
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 </row>
24838 <row>
24839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 triangle
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 \begin_inset Formula $\triangle$
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 </row>
24863 <row>
24864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \backslash
24870 angle
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 \begin_inset Formula $\angle$
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 </row>
24888 <row>
24889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \backslash
24895 measuredangle
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904 \begin_inset Formula $\measuredangle$
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 </row>
24913 <row>
24914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918
24919 \backslash
24920 sphericalangle
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 \begin_inset Formula $\sphericalangle$
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 </row>
24938 <row>
24939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943
24944 \backslash
24945 top
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 \begin_inset Formula $\top$
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 </row>
24963 <row>
24964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \backslash
24970 bot
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 \begin_inset Formula $\bot$
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 </row>
24988 </lyxtabular>
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Subsection
24996 Miscellaneous Symbols
24997 \begin_inset CommandInset label
24998 LatexCommand label
24999 name "subsec:Miscellaneous-Symbols"
25000
25001 \end_inset
25002
25003
25004 \begin_inset Index idx
25005 range none
25006 pageformat default
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 Symbols
25011 \begin_inset IndexMacro subentry
25012 status open
25013
25014 \begin_layout Plain Layout
25015 miscellaneous
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \noindent
25030 \align center
25031 \begin_inset Tabular
25032 <lyxtabular version="3" rows="10" columns="2">
25033 <features booktabs="true" tabularvalignment="middle">
25034 <column alignment="center" valignment="top" width="0pt">
25035 <column alignment="center" valignment="top" width="0pt">
25036 <row>
25037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041 Command
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 Symbol
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 </row>
25056 <row>
25057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061
25062 \backslash
25063 flat
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072 \begin_inset Formula $\flat$
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 </row>
25081 <row>
25082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086
25087 \backslash
25088 natural
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097 \begin_inset Formula $\natural$
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 </row>
25106 <row>
25107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \backslash
25113 sharp
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122 \begin_inset Formula $\sharp$
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 </row>
25131 <row>
25132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \backslash
25138 surd
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147 \begin_inset Formula $\surd$
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 </row>
25156 <row>
25157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161
25162 \backslash
25163 checkmark
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172 \begin_inset Formula $\checkmark$
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 </row>
25181 <row>
25182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186
25187 \backslash
25188 yen
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 \begin_inset Formula $\yen$
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 </row>
25206 <row>
25207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 pounds
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 \begin_inset Formula $\pounds$
25223 \end_inset
25224
25225
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 </row>
25231 <row>
25232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236 $
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 \begin_inset Formula $\$$
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 <row>
25255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259 §
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268 \begin_inset Formula $§$
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 </row>
25277 </lyxtabular>
25278
25279 \end_inset
25280
25281
25282 \begin_inset space \hfill{}
25283 \end_inset
25284
25285
25286 \begin_inset Tabular
25287 <lyxtabular version="3" rows="10" columns="2">
25288 <features booktabs="true" tabularvalignment="middle">
25289 <column alignment="center" valignment="top" width="0pt">
25290 <column alignment="center" valignment="top">
25291 <row>
25292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 Command
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 Symbol
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 hbar
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 \begin_inset Formula $\hbar$
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341
25342 \backslash
25343 hslash
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352 \begin_inset Formula $\hslash$
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 </row>
25361 <row>
25362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 clubsuit
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 \begin_inset Formula $\clubsuit$
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 </row>
25386 <row>
25387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391
25392 \backslash
25393 spadesuit
25394 \end_layout
25395
25396 \end_inset
25397 </cell>
25398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25399 \begin_inset Text
25400
25401 \begin_layout Plain Layout
25402 \begin_inset Formula $\spadesuit$
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 </row>
25411 <row>
25412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416
25417 \backslash
25418 bigstar
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427 \begin_inset Formula $\bigstar$
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 </row>
25436 <row>
25437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 blacklozenge
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452 \begin_inset Formula $\blacklozenge$
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 </row>
25461 <row>
25462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466
25467 \backslash
25468 blacktriangle
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477 \begin_inset Formula $\blacktriangle$
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 <row>
25487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491
25492 \backslash
25493 blacktiangledown
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502 \begin_inset Formula $\blacktriangledown$
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 bullet
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\bullet$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 </lyxtabular>
25537
25538 \end_inset
25539
25540
25541 \begin_inset space \hfill{}
25542 \end_inset
25543
25544
25545 \begin_inset Tabular
25546 <lyxtabular version="3" rows="10" columns="2">
25547 <features booktabs="true" tabularvalignment="middle">
25548 <column alignment="center" valignment="top" width="0pt">
25549 <column alignment="center" valignment="top" width="0pt">
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555 Command
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 Symbol
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 </row>
25570 <row>
25571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575
25576 \backslash
25577 diamondsuit
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586 \begin_inset Formula $\diamondsuit$
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 </row>
25595 <row>
25596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600
25601 \backslash
25602 Diamond
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611 \begin_inset Formula $\Diamond$
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 </row>
25620 <row>
25621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625
25626 \backslash
25627 heartsuit
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 \begin_inset Formula $\heartsuit$
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650
25651 \backslash
25652 P
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 \begin_inset Formula $\P$
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 <row>
25671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Plain Layout
25675
25676 \backslash
25677 copyright
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686 \begin_inset Formula $\copyright$
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 </row>
25695 <row>
25696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \backslash
25702 circledR
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711 \begin_inset Formula $\circledR$
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 </row>
25720 <row>
25721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725
25726 \backslash
25727 maltese
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736 \begin_inset Formula $\maltese$
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 </row>
25745 <row>
25746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750
25751 \backslash
25752 diagup
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761 \begin_inset Formula $\diagup$
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 </row>
25770 <row>
25771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775
25776 \backslash
25777 diagdown
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786 \begin_inset Formula $\diagdown$
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 </row>
25795 </lyxtabular>
25796
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \begin_inset VSpace medskip
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Some symbols can be displayed in different sizes,
25811  see 
25812 \begin_inset CommandInset ref
25813 LatexCommand ref
25814 reference "subsec:Font-Sizes"
25815 nolink "false"
25816
25817 \end_inset
25818
25819 .
25820 \end_layout
25821
25822 \begin_layout Subsection
25823 The Euro-Symbol €
25824 \begin_inset Index idx
25825 range none
25826 pageformat default
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830 Symbols
25831 \begin_inset IndexMacro subentry
25832 status open
25833
25834 \begin_layout Plain Layout
25835 Euro-symbol
25836 \end_layout
25837
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \begin_inset Index idx
25847 range none
25848 pageformat default
25849 status collapsed
25850
25851 \begin_layout Plain Layout
25852 \begin_inset IndexMacro sortkey
25853 status open
25854
25855 \begin_layout Plain Layout
25856
25857 \backslash
25858
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869
25870 \backslash
25871 officialeuro
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 To use the Euro symbol in formulas,
25886  the \SpecialChar LaTeX
25887 -package 
25888 \series bold
25889 eurosym
25890 \series default
25891
25892 \begin_inset Index idx
25893 range none
25894 pageformat default
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898 Packages
25899 \begin_inset IndexMacro subentry
25900 status open
25901
25902 \begin_layout Plain Layout
25903 eurosym
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \end_inset
25912
25913  must be installed and loaded with the \SpecialChar LaTeX
25914 -preamble line
25915 \end_layout
25916
25917 \begin_layout Standard
25918
25919 \series bold
25920
25921 \backslash
25922 usepackage[gennarrow]{eurosym}
25923 \end_layout
25924
25925 \begin_layout Standard
25926 The Euro symbol can now be inserted with the command 
25927 \series bold
25928
25929 \backslash
25930 euro
25931 \series default
25932
25933 \begin_inset Index idx
25934 range none
25935 pageformat default
25936 status collapsed
25937
25938 \begin_layout Plain Layout
25939 Commands
25940 \begin_inset IndexMacro subentry
25941 status open
25942
25943 \begin_layout Plain Layout
25944 E
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \begin_inset IndexMacro subentry
25951 status open
25952
25953 \begin_layout Plain Layout
25954
25955 \backslash
25956 euro
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \end_inset
25965
25966 .
25967 \end_layout
25968
25969 \begin_layout Standard
25970 The Euro symbol can directly be inserted with the € key in mathematical text,
25971  without having 
25972 \series bold
25973 eurosym
25974 \series default
25975  installed.
25976  When 
25977 \series bold
25978 eurosym
25979 \series default
25980  is installed,
25981  
25982 \series bold
25983
25984 \backslash
25985 euro
25986 \series default
25987  can also be inserted in \SpecialChar TeX
25988  mode.
25989  The official currency symbol can then be inserted with the command 
25990 \series bold
25991
25992 \backslash
25993 officialeuro
25994 \series default
25995
25996 \begin_inset Index idx
25997 range none
25998 pageformat default
25999 status collapsed
26000
26001 \begin_layout Plain Layout
26002 Commands
26003 \begin_inset IndexMacro subentry
26004 status open
26005
26006 \begin_layout Plain Layout
26007 O
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \begin_inset IndexMacro subentry
26014 status open
26015
26016 \begin_layout Plain Layout
26017
26018 \backslash
26019 officialeuro
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028
26029 ,
26030  which is also only available in \SpecialChar TeX
26031  mode.
26032 \end_layout
26033
26034 \begin_layout Standard
26035 \begin_inset ERT
26036 status collapsed
26037
26038 \begin_layout Plain Layout
26039
26040
26041 \backslash
26042 ifeurosym 
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \begin_inset Note Note
26049 status open
26050
26051 \begin_layout Plain Layout
26052 The following table will only be displayed when the \SpecialChar LaTeX
26053 -package 
26054 \series bold
26055 eurosym
26056 \series default
26057  is installed.
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Standard
26066 An overview about the different Euro symbols:
26067 \end_layout
26068
26069 \begin_layout Standard
26070 \align center
26071 \begin_inset Tabular
26072 <lyxtabular version="3" rows="4" columns="3">
26073 <features booktabs="true" tabularvalignment="middle">
26074 <column alignment="center" valignment="top" width="0pt">
26075 <column alignment="center" valignment="top" width="0pt">
26076 <column alignment="center" valignment="top" width="0pt">
26077 <row>
26078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 cmidrule[0.08em]{2-3}
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 Command 
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 Symbol
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 <row>
26119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 formula
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 euro
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset Formula $\euro$
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 <row>
26153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 mathematical text
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175 \begin_inset Formula $\mbox{€}$
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 </row>
26184 <row>
26185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \SpecialChar TeX
26190  mode
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199
26200 \backslash
26201 officialeuro
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210 \begin_inset ERT
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214
26215
26216 \backslash
26217 officialeuro
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 </row>
26228 </lyxtabular>
26229
26230 \end_inset
26231
26232
26233 \begin_inset Note Note
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237
26238 \series bold
26239
26240 \backslash
26241 cmidrule
26242 \series default
26243  is used here only for table borders.
26244  See sec.
26245  
26246 \family sans
26247 Formal Tables
26248 \family default
26249  of the 
26250 \emph on
26251 EmbeddedObjects
26252 \emph default
26253  manual for details.
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \begin_layout Standard
26262 \begin_inset ERT
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266
26267
26268 \backslash
26269 else 
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \begin_inset Note Note
26276 status open
26277
26278 \begin_layout Plain Layout
26279 The following will be displayed when the \SpecialChar LaTeX
26280 -package 
26281 \series bold
26282 eurosym
26283 \series default
26284  is not installed:
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \begin_layout Standard
26293 You need to install the \SpecialChar LaTeX
26294 -package 
26295 \series bold
26296 eurosym
26297 \series default
26298  to see the rest of this subsection in the output.
26299 \end_layout
26300
26301 \begin_layout Standard
26302 \begin_inset ERT
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306
26307
26308 \backslash
26309 fi 
26310 \end_layout
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \begin_layout Section
26318 Relations
26319 \begin_inset CommandInset label
26320 LatexCommand label
26321 name "sec:Relations"
26322
26323 \end_inset
26324
26325
26326 \begin_inset Index idx
26327 range none
26328 pageformat default
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332 Relations
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \begin_inset Index idx
26339 range none
26340 pageformat default
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344 Comparisons
26345 \begin_inset IndexMacro see
26346 status open
26347
26348 \begin_layout Plain Layout
26349 Relations
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 All of the following relations can also be inserted via the toolbar button 
26364 \begin_inset Info
26365 type  "icon"
26366 arg   "math-insert \\leq"
26367 \end_inset
26368
26369 .
26370 \end_layout
26371
26372 \begin_layout Standard
26373 \begin_inset Tabular
26374 <lyxtabular version="3" rows="17" columns="2">
26375 <features booktabs="true" tabularvalignment="middle">
26376 <column alignment="center" valignment="top" width="0pt">
26377 <column alignment="center" valignment="top" width="0pt">
26378 <row>
26379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 Command
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 Relation
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 <
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 \begin_inset Formula $<$
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 </row>
26421 <row>
26422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426
26427 \backslash
26428 le
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437 \begin_inset Formula $\le$
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 </row>
26446 <row>
26447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451
26452 \backslash
26453 ll
26454 \end_layout
26455
26456 \end_inset
26457 </cell>
26458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462 \begin_inset Formula $\ll$
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 </row>
26471 <row>
26472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476
26477 \backslash
26478 prec
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487 \begin_inset Formula $\prec$
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 </row>
26496 <row>
26497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501
26502 \backslash
26503 preceq
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 \begin_inset Formula $\preceq$
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 </row>
26521 <row>
26522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \backslash
26528 subset
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset Formula $\subset$
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 </row>
26546 <row>
26547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551
26552 \backslash
26553 subseteq
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 \begin_inset Formula $\subseteq$
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 <row>
26572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576
26577 \backslash
26578 sqsubseteq
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Plain Layout
26587 \begin_inset Formula $\sqsubseteq$
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 </row>
26596 <row>
26597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601
26602 \backslash
26603 in
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26609 \begin_inset Text
26610
26611 \begin_layout Plain Layout
26612 \begin_inset Formula $\in$
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 </row>
26621 <row>
26622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Plain Layout
26626
26627 \backslash
26628 vdash
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26634 \begin_inset Text
26635
26636 \begin_layout Plain Layout
26637 \begin_inset Formula $\vdash$
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 </row>
26646 <row>
26647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651
26652 \backslash
26653 smile
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 \begin_inset Formula $\smile$
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 </row>
26671 <row>
26672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676
26677 \backslash
26678 lhd
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 \begin_inset Formula $\lhd$
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 </row>
26696 <row>
26697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701
26702 \backslash
26703 unlhd
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712 \begin_inset Formula $\unlhd$
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 gtrless
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset Formula $\gtrless$
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 </row>
26746 <row>
26747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751
26752 \backslash
26753 mid
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762 \begin_inset Formula $\mid$
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 <row>
26772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776
26777 \backslash
26778 nmid
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787 \begin_inset Formula $\nmid$
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 </row>
26796 </lyxtabular>
26797
26798 \end_inset
26799
26800
26801 \begin_inset space \hfill{}
26802 \end_inset
26803
26804
26805 \begin_inset Tabular
26806 <lyxtabular version="3" rows="17" columns="2">
26807 <features booktabs="true" tabularvalignment="middle">
26808 <column alignment="center" valignment="top" width="0pt">
26809 <column alignment="center" valignment="top" width="0pt">
26810 <row>
26811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 Command
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824 Relation
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 </row>
26830 <row>
26831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26832 \begin_inset Text
26833
26834 \begin_layout Plain Layout
26835 =
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset Formula $=$
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 </row>
26853 <row>
26854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858
26859 \backslash
26860 not=
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Plain Layout
26869 \begin_inset Formula $\not=$
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 equiv
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894 \begin_inset Formula $\equiv$
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 </row>
26903 <row>
26904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908
26909 \backslash
26910 sim
26911 \end_layout
26912
26913 \end_inset
26914 </cell>
26915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26916 \begin_inset Text
26917
26918 \begin_layout Plain Layout
26919 \begin_inset Formula $\sim$
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 </row>
26928 <row>
26929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933
26934 \backslash
26935 simeq
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 \begin_inset Formula $\simeq$
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 </row>
26953 <row>
26954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958
26959 \backslash
26960 approx
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Formula $\approx$
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 </row>
26978 <row>
26979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983
26984 \backslash
26985 cong
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset Formula $\cong$
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 </row>
27003 <row>
27004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008
27009 \backslash
27010 bowtie
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019 \begin_inset Formula $\bowtie$
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 <row>
27029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033
27034 \backslash
27035 notin
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27041 \begin_inset Text
27042
27043 \begin_layout Plain Layout
27044 \begin_inset Formula $\notin$
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 </row>
27053 <row>
27054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058
27059 \backslash
27060 perp
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069 \begin_inset Formula $\perp$
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 </row>
27078 <row>
27079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \backslash
27085 propto
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094 \begin_inset Formula $\propto$
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 </row>
27103 <row>
27104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108
27109 \backslash
27110 asymp
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119 \begin_inset Formula $\asymp$
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 </row>
27128 <row>
27129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133
27134 \backslash
27135 doteq
27136 \end_layout
27137
27138 \end_inset
27139 </cell>
27140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144 \begin_inset Formula $\doteq$
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 </row>
27153 <row>
27154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158
27159 \backslash
27160 circeq
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169 \begin_inset Formula $\circeq$
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 </row>
27178 <row>
27179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183
27184 \backslash
27185 models
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194 \begin_inset Formula $\models$
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \end_inset
27201 </cell>
27202 </row>
27203 <row>
27204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Plain Layout
27208
27209 \backslash
27210 widehat=
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27216 \begin_inset Text
27217
27218 \begin_layout Plain Layout
27219 \begin_inset Formula $\widehat{=}$
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 </row>
27228 </lyxtabular>
27229
27230 \end_inset
27231
27232
27233 \begin_inset space \hfill{}
27234 \end_inset
27235
27236
27237 \begin_inset Tabular
27238 <lyxtabular version="3" rows="17" columns="2">
27239 <features booktabs="true" tabularvalignment="middle">
27240 <column alignment="center" valignment="top" width="0pt">
27241 <column alignment="center" valignment="top" width="0pt">
27242 <row>
27243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27244 \begin_inset Text
27245
27246 \begin_layout Plain Layout
27247 Command
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Plain Layout
27256 Relation
27257 \end_layout
27258
27259 \end_inset
27260 </cell>
27261 </row>
27262 <row>
27263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27264 \begin_inset Text
27265
27266 \begin_layout Plain Layout
27267 >
27268 \end_layout
27269
27270 \end_inset
27271 </cell>
27272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27273 \begin_inset Text
27274
27275 \begin_layout Plain Layout
27276 \begin_inset Formula $>$
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 </row>
27285 <row>
27286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290
27291 \backslash
27292 ge
27293 \end_layout
27294
27295 \end_inset
27296 </cell>
27297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27298 \begin_inset Text
27299
27300 \begin_layout Plain Layout
27301 \begin_inset Formula $\ge$
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 </row>
27310 <row>
27311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315
27316 \backslash
27317 gg
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326 \begin_inset Formula $\gg$
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \end_inset
27333 </cell>
27334 </row>
27335 <row>
27336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27337 \begin_inset Text
27338
27339 \begin_layout Plain Layout
27340
27341 \backslash
27342 succ
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27348 \begin_inset Text
27349
27350 \begin_layout Plain Layout
27351 \begin_inset Formula $\succ$
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 </row>
27360 <row>
27361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Plain Layout
27365
27366 \backslash
27367 succeq
27368 \end_layout
27369
27370 \end_inset
27371 </cell>
27372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376 \begin_inset Formula $\succeq$
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 </row>
27385 <row>
27386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Plain Layout
27390
27391 \backslash
27392 supset
27393 \end_layout
27394
27395 \end_inset
27396 </cell>
27397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27398 \begin_inset Text
27399
27400 \begin_layout Plain Layout
27401 \begin_inset Formula $\supset$
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \end_inset
27408 </cell>
27409 </row>
27410 <row>
27411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415
27416 \backslash
27417 supseteq
27418 \end_layout
27419
27420 \end_inset
27421 </cell>
27422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27423 \begin_inset Text
27424
27425 \begin_layout Plain Layout
27426 \begin_inset Formula $\supseteq$
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \end_inset
27433 </cell>
27434 </row>
27435 <row>
27436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27437 \begin_inset Text
27438
27439 \begin_layout Plain Layout
27440
27441 \backslash
27442 sqsupseteq
27443 \end_layout
27444
27445 \end_inset
27446 </cell>
27447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Plain Layout
27451 \begin_inset Formula $\sqsupseteq$
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \end_inset
27458 </cell>
27459 </row>
27460 <row>
27461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27462 \begin_inset Text
27463
27464 \begin_layout Plain Layout
27465
27466 \backslash
27467 ni
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476 \begin_inset Formula $\ni$
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \end_inset
27483 </cell>
27484 </row>
27485 <row>
27486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27487 \begin_inset Text
27488
27489 \begin_layout Plain Layout
27490
27491 \backslash
27492 dashv
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501 \begin_inset Formula $\dashv$
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 </row>
27510 <row>
27511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515
27516 \backslash
27517 frown
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526 \begin_inset Formula $\frown$
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 </row>
27535 <row>
27536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540
27541 \backslash
27542 rhd
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551 \begin_inset Formula $\rhd$
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 </row>
27560 <row>
27561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565
27566 \backslash
27567 unrhd
27568 \end_layout
27569
27570 \end_inset
27571 </cell>
27572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27573 \begin_inset Text
27574
27575 \begin_layout Plain Layout
27576 \begin_inset Formula $\unrhd$
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 </row>
27585 <row>
27586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27587 \begin_inset Text
27588
27589 \begin_layout Plain Layout
27590
27591 \backslash
27592 lessgtr
27593 \end_layout
27594
27595 \end_inset
27596 </cell>
27597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27598 \begin_inset Text
27599
27600 \begin_layout Plain Layout
27601 \begin_inset Formula $\lessgtr$
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 </row>
27610 <row>
27611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27612 \begin_inset Text
27613
27614 \begin_layout Plain Layout
27615
27616 \backslash
27617 parallel
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 \begin_inset Formula $\parallel$
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \end_inset
27633 </cell>
27634 </row>
27635 <row>
27636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640
27641 \backslash
27642 nparallel
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651 \begin_inset Formula $\nparallel$
27652 \end_inset
27653
27654
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 </row>
27660 </lyxtabular>
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Standard
27668 \begin_inset VSpace medskip
27669 \end_inset
27670
27671 The characters 
27672 \series bold
27673
27674 \backslash
27675 lhd
27676 \series default
27677  and 
27678 \series bold
27679
27680 \backslash
27681 rhd
27682 \series default
27683  are bigger than the equal looking operators 
27684 \series bold
27685
27686 \backslash
27687 triangleleft
27688 \series default
27689  and 
27690 \series bold
27691
27692 \backslash
27693 triangleright
27694 \series default
27695 ,
27696  respectively.
27697 \end_layout
27698
27699 \begin_layout Standard
27700 \SpecialChar LyX
27701  supports also many special relations.
27702  Use the toolbar button 
27703 \begin_inset Info
27704 type  "icon"
27705 arg   "math-insert \\leqq"
27706 \end_inset
27707
27708  to see a list of these relations.
27709 \end_layout
27710
27711 \begin_layout Standard
27712 Contrary to symbols,
27713  relations are always surrounded by space.
27714 \end_layout
27715
27716 \begin_layout Standard
27717 Relations with labels can be created with the command 
27718 \series bold
27719
27720 \backslash
27721 stackrel
27722 \series default
27723
27724 \begin_inset Index idx
27725 range none
27726 pageformat default
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 Commands
27731 \begin_inset IndexMacro subentry
27732 status open
27733
27734 \begin_layout Plain Layout
27735 S
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \begin_inset IndexMacro subentry
27742 status open
27743
27744 \begin_layout Plain Layout
27745
27746 \backslash
27747 stackrel
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \end_inset
27756
27757 :
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \align center
27762 \begin_inset Tabular
27763 <lyxtabular version="3" rows="2" columns="2">
27764 <features booktabs="true" tabularvalignment="middle">
27765 <column alignment="center" valignment="top" width="0pt">
27766 <column alignment="center" valignment="top">
27767 <row>
27768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 Command
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 Result
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 </row>
27787 <row topspace="1.5mm">
27788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792 A(r)
27793 \backslash
27794 stackrel
27795 \begin_inset space \textvisiblespace{}
27796 \end_inset
27797
27798 r
27799 \backslash
27800 to
27801 \backslash
27802 infty
27803 \begin_inset space \textvisiblespace{}
27804 \end_inset
27805
27806
27807 \begin_inset Formula $\downarrow$
27808 \end_inset
27809
27810
27811 \backslash
27812 approx
27813 \begin_inset space \textvisiblespace{}
27814 \end_inset
27815
27816
27817 \begin_inset space \textvisiblespace{}
27818 \end_inset
27819
27820 B
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 </row>
27838 </lyxtabular>
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \begin_layout Section
27846 Functions
27847 \end_layout
27848
27849 \begin_layout Subsection
27850 Predefined Functions
27851 \begin_inset CommandInset label
27852 LatexCommand label
27853 name "subsec:Predefined-Functions"
27854
27855 \end_inset
27856
27857
27858 \begin_inset Index idx
27859 range none
27860 pageformat default
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 Functions
27865 \begin_inset IndexMacro subentry
27866 status open
27867
27868 \begin_layout Plain Layout
27869 predefined
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Standard
27883 In general,
27884  variables are set 
27885 \emph on
27886 italic
27887 \emph default
27888  in mathematical expressions,
27889  but not function names,
27890  because 
27891 \begin_inset Formula $sin$
27892 \end_inset
27893
27894  could be misunderstood as 
27895 \begin_inset Formula $s\cdot i\cdot n$
27896 \end_inset
27897
27898 .
27899  Also predefined functions are separated a bit from the character in front of them.
27900  They are inserted as commands starting with a backslash before their name.
27901 \end_layout
27902
27903 \begin_layout Standard
27904 \align center
27905 \begin_inset Tabular
27906 <lyxtabular version="3" rows="2" columns="2">
27907 <features booktabs="true" tabularvalignment="middle">
27908 <column alignment="center" valignment="top" width="0pt">
27909 <column alignment="center" valignment="top" width="0pt">
27910 <row>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 Command
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924 Result
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 </row>
27930 <row>
27931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Plain Layout
27935 Asin(x)+B
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 \begin_inset Formula $Asin(x)+B$
27945 \end_inset
27946
27947
27948 \end_layout
27949
27950 \end_inset
27951 </cell>
27952 </row>
27953 </lyxtabular>
27954
27955 \end_inset
27956
27957
27958 \begin_inset space \quad{}
27959 \end_inset
27960
27961
27962 \begin_inset Tabular
27963 <lyxtabular version="3" rows="2" columns="2">
27964 <features booktabs="true" tabularvalignment="middle">
27965 <column alignment="center" valignment="top" width="0pt">
27966 <column alignment="center" valignment="top" width="0pt">
27967 <row>
27968 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27969 \begin_inset Text
27970
27971 \begin_layout Plain Layout
27972 Command
27973 \end_layout
27974
27975 \end_inset
27976 </cell>
27977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 Result
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 </row>
27987 <row>
27988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 A
27993 \backslash
27994 sin(x)+B
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 \begin_inset Formula $A\sin(x)+B$
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 </row>
28012 </lyxtabular>
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \begin_layout Standard
28020 The following functions are predefined:
28021 \end_layout
28022
28023 \begin_layout Standard
28024 \begin_inset VSpace -2mm
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Standard
28031 \align center
28032 \begin_inset Tabular
28033 <lyxtabular version="3" rows="9" columns="4">
28034 <features booktabs="true" tabularvalignment="middle">
28035 <column alignment="center" valignment="top" width="0pt">
28036 <column alignment="center" valignment="top" width="0pt">
28037 <column alignment="center" valignment="top" width="0pt">
28038 <column alignment="center" valignment="top" width="0pt">
28039 <row>
28040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044 Command
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053 Command
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28059 \begin_inset Text
28060
28061 \begin_layout Plain Layout
28062 Command
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071 Command
28072 \end_layout
28073
28074 \end_inset
28075 </cell>
28076 </row>
28077 <row>
28078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082
28083 \backslash
28084 sin
28085 \end_layout
28086
28087 \end_inset
28088 </cell>
28089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28090 \begin_inset Text
28091
28092 \begin_layout Plain Layout
28093
28094 \backslash
28095 sinh
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28101 \begin_inset Text
28102
28103 \begin_layout Plain Layout
28104
28105 \backslash
28106 arcsin
28107 \end_layout
28108
28109 \end_inset
28110 </cell>
28111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115
28116 \backslash
28117 sup
28118 \end_layout
28119
28120 \end_inset
28121 </cell>
28122 </row>
28123 <row>
28124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128
28129 \backslash
28130 cos
28131 \end_layout
28132
28133 \end_inset
28134 </cell>
28135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28136 \begin_inset Text
28137
28138 \begin_layout Plain Layout
28139
28140 \backslash
28141 cosh
28142 \end_layout
28143
28144 \end_inset
28145 </cell>
28146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28147 \begin_inset Text
28148
28149 \begin_layout Plain Layout
28150
28151 \backslash
28152 arccos
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Plain Layout
28161
28162 \backslash
28163 inf
28164 \end_layout
28165
28166 \end_inset
28167 </cell>
28168 </row>
28169 <row>
28170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28171 \begin_inset Text
28172
28173 \begin_layout Plain Layout
28174
28175 \backslash
28176 tan
28177 \end_layout
28178
28179 \end_inset
28180 </cell>
28181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28182 \begin_inset Text
28183
28184 \begin_layout Plain Layout
28185
28186 \backslash
28187 tanh
28188 \end_layout
28189
28190 \end_inset
28191 </cell>
28192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28193 \begin_inset Text
28194
28195 \begin_layout Plain Layout
28196
28197 \backslash
28198 arctan
28199 \end_layout
28200
28201 \end_inset
28202 </cell>
28203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28204 \begin_inset Text
28205
28206 \begin_layout Plain Layout
28207
28208 \backslash
28209 lim
28210 \end_layout
28211
28212 \end_inset
28213 </cell>
28214 </row>
28215 <row>
28216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28217 \begin_inset Text
28218
28219 \begin_layout Plain Layout
28220
28221 \backslash
28222 cot
28223 \end_layout
28224
28225 \end_inset
28226 </cell>
28227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Plain Layout
28231
28232 \backslash
28233 coth
28234 \end_layout
28235
28236 \end_inset
28237 </cell>
28238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28239 \begin_inset Text
28240
28241 \begin_layout Plain Layout
28242
28243 \backslash
28244 arg
28245 \end_layout
28246
28247 \end_inset
28248 </cell>
28249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28250 \begin_inset Text
28251
28252 \begin_layout Plain Layout
28253
28254 \backslash
28255 liminf
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 </row>
28261 <row>
28262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266
28267 \backslash
28268 sec
28269 \end_layout
28270
28271 \end_inset
28272 </cell>
28273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28274 \begin_inset Text
28275
28276 \begin_layout Plain Layout
28277
28278 \backslash
28279 min
28280 \end_layout
28281
28282 \end_inset
28283 </cell>
28284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28285 \begin_inset Text
28286
28287 \begin_layout Plain Layout
28288
28289 \backslash
28290 deg
28291 \end_layout
28292
28293 \end_inset
28294 </cell>
28295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299
28300 \backslash
28301 limsup
28302 \end_layout
28303
28304 \end_inset
28305 </cell>
28306 </row>
28307 <row>
28308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28309 \begin_inset Text
28310
28311 \begin_layout Plain Layout
28312
28313 \backslash
28314 csc
28315 \end_layout
28316
28317 \end_inset
28318 </cell>
28319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28320 \begin_inset Text
28321
28322 \begin_layout Plain Layout
28323
28324 \backslash
28325 max
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334
28335 \backslash
28336 det
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345
28346 \backslash
28347 Pr
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 </row>
28353 <row>
28354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28355 \begin_inset Text
28356
28357 \begin_layout Plain Layout
28358
28359 \backslash
28360 ln
28361 \end_layout
28362
28363 \end_inset
28364 </cell>
28365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28366 \begin_inset Text
28367
28368 \begin_layout Plain Layout
28369
28370 \backslash
28371 exp
28372 \end_layout
28373
28374 \end_inset
28375 </cell>
28376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28377 \begin_inset Text
28378
28379 \begin_layout Plain Layout
28380
28381 \backslash
28382 dim
28383 \end_layout
28384
28385 \end_inset
28386 </cell>
28387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28388 \begin_inset Text
28389
28390 \begin_layout Plain Layout
28391
28392 \backslash
28393 hom
28394 \end_layout
28395
28396 \end_inset
28397 </cell>
28398 </row>
28399 <row>
28400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28401 \begin_inset Text
28402
28403 \begin_layout Plain Layout
28404
28405 \backslash
28406 lg
28407 \end_layout
28408
28409 \end_inset
28410 </cell>
28411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Plain Layout
28415
28416 \backslash
28417 log
28418 \end_layout
28419
28420 \end_inset
28421 </cell>
28422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28423 \begin_inset Text
28424
28425 \begin_layout Plain Layout
28426
28427 \backslash
28428 ker
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28434 \begin_inset Text
28435
28436 \begin_layout Plain Layout
28437
28438 \backslash
28439 gcd
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 </row>
28445 </lyxtabular>
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 They can also be inserted with the math toolbar button 
28454 \begin_inset Info
28455 type  "icon"
28456 arg   "math-insert \\functions"
28457 \end_inset
28458
28459 .
28460 \end_layout
28461
28462 \begin_layout Subsection
28463 Self-defined Functions
28464 \begin_inset Index idx
28465 range none
28466 pageformat default
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 Functions
28471 \begin_inset IndexMacro subentry
28472 status open
28473
28474 \begin_layout Plain Layout
28475 self-defined
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 To use a function that is not predefined,
28490  for instance the sign function sgn(x),
28491  there are two possibilities:
28492 \end_layout
28493
28494 \begin_layout Itemize
28495 Define the function by inserting the following line in the \SpecialChar LaTeX
28496 -preamble
28497 \begin_inset Foot
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 For more about 
28502 \series bold
28503
28504 \backslash
28505 DeclareMathOperator
28506 \series default
28507  see 
28508 \begin_inset CommandInset ref
28509 LatexCommand ref
28510 reference "subsec:Self-defined-Operators"
28511 nolink "false"
28512
28513 \end_inset
28514
28515 .
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \begin_inset Newline newline
28522 \end_inset
28523
28524
28525 \begin_inset VSpace -3mm
28526 \end_inset
28527
28528
28529 \begin_inset Newline newline
28530 \end_inset
28531
28532
28533 \series bold
28534
28535 \backslash
28536 DeclareMathOperator{
28537 \backslash
28538 sgn}{sgn}
28539 \series default
28540
28541 \begin_inset Index idx
28542 range none
28543 pageformat default
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 Commands
28548 \begin_inset IndexMacro subentry
28549 status open
28550
28551 \begin_layout Plain Layout
28552 D
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \begin_inset IndexMacro subentry
28559 status open
28560
28561 \begin_layout Plain Layout
28562 \begin_inset IndexMacro sortkey
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566
28567 \backslash
28568 dbinom
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \backslash
28575 DeclareMathOperator
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \begin_inset Newline newline
28587 \end_inset
28588
28589
28590 \begin_inset VSpace -2mm
28591 \end_inset
28592
28593
28594 \begin_inset Newline newline
28595 \end_inset
28596
28597 Now the newly defined function can be called with the command 
28598 \series bold
28599
28600 \backslash
28601 sgn
28602 \series default
28603 .
28604 \end_layout
28605
28606 \begin_layout Itemize
28607 Write the formula as usual,
28608  mark the formula name,
28609  in our example the letters 
28610 \emph on
28611 sgn
28612 \emph default
28613 ,
28614  and change it to mathematical text.
28615  Finally,
28616  insert a space between the prefactor and function.
28617 \end_layout
28618
28619 \begin_layout Standard
28620 The result is the same with both methods as with a predefined function
28621 \begin_inset Foot
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 In \SpecialChar LyX
28626  self-defined functions are displayed red,
28627  predefined ones black.
28628 \end_layout
28629
28630 \end_inset
28631
28632 :
28633 \end_layout
28634
28635 \begin_layout Standard
28636 \align center
28637 \begin_inset Tabular
28638 <lyxtabular version="3" rows="3" columns="2">
28639 <features booktabs="true" tabularvalignment="middle">
28640 <column alignment="center" valignment="top" width="0pt">
28641 <column alignment="center" valignment="top" width="0pt">
28642 <row>
28643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28644 \begin_inset Text
28645
28646 \begin_layout Plain Layout
28647 Command
28648 \end_layout
28649
28650 \end_inset
28651 </cell>
28652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28653 \begin_inset Text
28654
28655 \begin_layout Plain Layout
28656 Result
28657 \end_layout
28658
28659 \end_inset
28660 </cell>
28661 </row>
28662 <row>
28663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28664 \begin_inset Text
28665
28666 \begin_layout Plain Layout
28667 A
28668 \backslash
28669 sgn(x)+B
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28675 \begin_inset Text
28676
28677 \begin_layout Plain Layout
28678 \begin_inset Formula $A\sgn(x)+B$
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 </row>
28687 <row>
28688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28689 \begin_inset Text
28690
28691 \begin_layout Plain Layout
28692 A
28693 \backslash
28694 ,
28695 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
28696 \end_inset
28697
28698 (x)+B
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 </row>
28716 </lyxtabular>
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 The first method is more suitable when the self-defined function will be used several times.
28725 \end_layout
28726
28727 \begin_layout Subsection
28728 Limits
28729 \begin_inset Index idx
28730 range none
28731 pageformat default
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735 Limits
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Standard
28744 For limits,
28745  in addition to the commands 
28746 \series bold
28747
28748 \backslash
28749 lim
28750 \series default
28751
28752 \begin_inset Index idx
28753 range none
28754 pageformat default
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Commands
28759 \begin_inset IndexMacro subentry
28760 status open
28761
28762 \begin_layout Plain Layout
28763 L
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \begin_inset IndexMacro subentry
28770 status open
28771
28772 \begin_layout Plain Layout
28773
28774 \backslash
28775 lim
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785 ,
28786  
28787 \series bold
28788
28789 \backslash
28790 liminf
28791 \series default
28792  and 
28793 \series bold
28794
28795 \backslash
28796 limsup
28797 \series default
28798  the following functions are defined:
28799 \end_layout
28800
28801 \begin_layout Standard
28802 \align center
28803 \begin_inset Tabular
28804 <lyxtabular version="3" rows="5" columns="2">
28805 <features booktabs="true" tabularvalignment="middle">
28806 <column alignment="center" valignment="top" width="0pt">
28807 <column alignment="center" valignment="top" width="0pt">
28808 <row>
28809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Plain Layout
28813 Command
28814 \end_layout
28815
28816 \end_inset
28817 </cell>
28818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28819 \begin_inset Text
28820
28821 \begin_layout Plain Layout
28822 Result
28823 \end_layout
28824
28825 \end_inset
28826 </cell>
28827 </row>
28828 <row>
28829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28830 \begin_inset Text
28831
28832 \begin_layout Plain Layout
28833
28834 \backslash
28835 varliminf
28836 \end_layout
28837
28838 \end_inset
28839 </cell>
28840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28841 \begin_inset Text
28842
28843 \begin_layout Plain Layout
28844 \begin_inset Formula $\varliminf$
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 </row>
28853 <row topspace="1.5mm">
28854 <cell alignment="center" valignment="top" usebox="none">
28855 \begin_inset Text
28856
28857 \begin_layout Plain Layout
28858
28859 \backslash
28860 varlimsup
28861 \end_layout
28862
28863 \end_inset
28864 </cell>
28865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28866 \begin_inset Text
28867
28868 \begin_layout Plain Layout
28869 \begin_inset Formula $\varlimsup$
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 </row>
28878 <row topspace="1.5mm">
28879 <cell alignment="center" valignment="top" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Plain Layout
28883
28884 \backslash
28885 varprojlim
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894 \begin_inset Formula $\varprojlim$
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 </row>
28903 <row topspace="1.5mm" bottomspace="1mm">
28904 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28905 \begin_inset Text
28906
28907 \begin_layout Plain Layout
28908
28909 \backslash
28910 varinjlim
28911 \end_layout
28912
28913 \end_inset
28914 </cell>
28915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919 \begin_inset Formula $\varinjlim$
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \end_inset
28926 </cell>
28927 </row>
28928 </lyxtabular>
28929
28930 \end_inset
28931
28932
28933 \end_layout
28934
28935 \begin_layout Standard
28936 \begin_inset VSpace medskip
28937 \end_inset
28938
28939 The limit is created by inserting a subscript.
28940  It is set right beside the function in an inline formula:
28941 \end_layout
28942
28943 \begin_layout Standard
28944 \align center
28945 \begin_inset Tabular
28946 <lyxtabular version="3" rows="2" columns="2">
28947 <features booktabs="true" tabularvalignment="middle">
28948 <column alignment="center" valignment="top" width="0pt">
28949 <column alignment="center" valignment="top" width="0pt">
28950 <row>
28951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 Command
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 Result
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 </row>
28970 <row>
28971 <cell alignment="center" valignment="top" usebox="none">
28972 \begin_inset Text
28973
28974 \begin_layout Plain Layout
28975
28976 \backslash
28977 lim_x
28978 \backslash
28979 to
28980 \begin_inset space \textvisiblespace{}
28981 \end_inset
28982
28983 A
28984 \begin_inset space \textvisiblespace{}
28985 \end_inset
28986
28987 x=B
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 <cell alignment="center" valignment="top" usebox="none">
28993 \begin_inset Text
28994
28995 \begin_layout Plain Layout
28996 \begin_inset Formula $\lim_{x\to A}x=B$
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \end_inset
29003 </cell>
29004 </row>
29005 </lyxtabular>
29006
29007 \end_inset
29008
29009
29010 \end_layout
29011
29012 \begin_layout Standard
29013 In a displayed formula the limit is set below the formula,
29014  as usual:
29015 \begin_inset Formula 
29016 \[
29017 \lim_{x\to A}x=B
29018 \]
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 \begin_inset VSpace medskip
29027 \end_inset
29028
29029
29030 \end_layout
29031
29032 \begin_layout Standard
29033 How to adjust the typesetting of the limits see 
29034 \begin_inset CommandInset ref
29035 LatexCommand ref
29036 reference "subsec:Operator-Limits"
29037 nolink "false"
29038
29039 \end_inset
29040
29041 .
29042 \end_layout
29043
29044 \begin_layout Subsection
29045 Modulo-Functions
29046 \begin_inset Index idx
29047 range none
29048 pageformat default
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Functions
29053 \begin_inset IndexMacro subentry
29054 status open
29055
29056 \begin_layout Plain Layout
29057 modulo-
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 The modulo-function is special,
29072  because it exists in four variants.
29073  The variants in a
29074 \change_deleted -495245474 1689684546
29075  displayed
29076 \change_inserted -495245474 1689684548
29077 n inline
29078 \change_unchanged
29079  formula are:
29080 \change_deleted -495245474 1689684526
29081
29082 \begin_inset Formula 
29083 \begin{align*}
29084 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
29085 \mathrm{a\backslash mod\textrm{␣}b\textrm{␣}} &  & a\mod b\\
29086 \mathrm{a\backslash pmod\textrm{␣}b\textrm{␣}} &  & a\pmod b\\
29087 \mathrm{a\backslash bmod\textrm{␣}b\textrm{␣}} &  & a\bmod b\\
29088 \mathrm{a\backslash pod\textrm{␣}b\textrm{␣}} &  & a\pod b
29089 \end{align*}
29090
29091 \end_inset
29092
29093
29094 \change_inserted -495245474 1689684215
29095
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \noindent
29100 \align center
29101
29102 \change_inserted -495245474 1689684215
29103 \begin_inset Tabular
29104 <lyxtabular version="3" rows="5" columns="2">
29105 <features booktabs="true" tabularvalignment="middle">
29106 <column alignment="left" valignment="top" width="0pt">
29107 <column alignment="block" valignment="top">
29108 <row>
29109 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29110 \begin_inset Text
29111
29112 \begin_layout Plain Layout
29113
29114 \change_inserted -495245474 1689684215
29115 Command
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29121 \begin_inset Text
29122
29123 \begin_layout Plain Layout
29124
29125 \change_inserted -495245474 1689684215
29126 Result
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 </row>
29132 <row>
29133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29134 \begin_inset Text
29135
29136 \begin_layout Plain Layout
29137
29138 \change_inserted -495245474 1689684286
29139 a
29140 \backslash
29141 mod
29142 \begin_inset space \textvisiblespace{}
29143 \end_inset
29144
29145 b
29146 \change_unchanged
29147
29148 \end_layout
29149
29150 \end_inset
29151 </cell>
29152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout Plain Layout
29156
29157 \change_inserted -495245474 1689684457
29158 \begin_inset Formula $a\mod b$
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \end_inset
29165 </cell>
29166 </row>
29167 <row>
29168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29169 \begin_inset Text
29170
29171 \begin_layout Plain Layout
29172
29173 \change_inserted -495245474 1689684416
29174 a
29175 \backslash
29176 pmod
29177 \begin_inset space \textvisiblespace{}
29178 \end_inset
29179
29180 b
29181 \begin_inset space \textvisiblespace{}
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \end_inset
29188 </cell>
29189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29190 \begin_inset Text
29191
29192 \begin_layout Plain Layout
29193
29194 \change_inserted -495245474 1689684474
29195 \begin_inset Formula $a\pmod b$
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \end_inset
29202 </cell>
29203 </row>
29204 <row change="inserted -495245474 1689684088">
29205 <cell alignment="center" valignment="top" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209
29210 \change_inserted -495245474 1689684419
29211 a
29212 \backslash
29213 bmod
29214 \begin_inset space \textvisiblespace{}
29215 \end_inset
29216
29217 b
29218 \begin_inset space \textvisiblespace{}
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230
29231 \change_inserted -495245474 1689684488
29232 \begin_inset Formula $a\bmod b$
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \end_inset
29239 </cell>
29240 </row>
29241 <row change="inserted -495245474 1689684088">
29242 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246
29247 \change_inserted -495245474 1689684421
29248 a
29249 \backslash
29250 pod
29251 \begin_inset space \textvisiblespace{}
29252 \end_inset
29253
29254 b
29255 \begin_inset space \textvisiblespace{}
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \end_inset
29262 </cell>
29263 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29264 \begin_inset Text
29265
29266 \begin_layout Plain Layout
29267
29268 \change_inserted -495245474 1689684502
29269 \begin_inset Formula $a\pod b$
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \end_inset
29276 </cell>
29277 </row>
29278 </lyxtabular>
29279
29280 \end_inset
29281
29282
29283 \change_unchanged
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 In a
29289 \change_deleted -495245474 1689684554
29290 n inline
29291 \change_inserted -495245474 1689684556
29292  display
29293 \change_unchanged
29294  formula
29295 \change_inserted -495245474 1689684559
29296 ,
29297
29298 \change_unchanged
29299  
29300 \change_deleted -495245474 1689684562
29301 less
29302 \change_inserted -495245474 1689684563
29303 more
29304 \change_unchanged
29305  space is set before the function names for all variants
29306 \change_inserted -495245474 1689684688
29307  but 
29308 \series bold
29309
29310 \backslash
29311 mod.
29312
29313 \series default
29314  This later version is also the only one that does not take the 
29315 \series bold
29316 b
29317 \series default
29318  as argument but acts as a binary operator
29319 \change_unchanged
29320 .
29321  
29322 \change_deleted -495245474 1689684609
29323 By default the modulo-functions take only the first character following the command into account.
29324  To use more than one character,
29325  put them in \SpecialChar TeX
29326  braces:
29327 \begin_inset Formula 
29328 \begin{align*}
29329 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
29330 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
29331 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
29332 \end{align*}
29333
29334 \end_inset
29335
29336
29337 \change_unchanged
29338
29339 \end_layout
29340
29341 \begin_layout Section
29342 Special Characters
29343 \begin_inset Index idx
29344 range none
29345 pageformat default
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 Special characters
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 The characters ^ and _ would normally create a superscript and subscript,
29359  respectively.
29360  To get these characters you have to insert them with a leading 
29361 \backslash
29362 .
29363 \end_layout
29364
29365 \begin_layout Standard
29366 \noindent
29367 \align center
29368 \begin_inset Tabular
29369 <lyxtabular version="3" rows="3" columns="2">
29370 <features booktabs="true" tabularvalignment="middle">
29371 <column alignment="left" valignment="top" width="0pt">
29372 <column alignment="block" valignment="top">
29373 <row>
29374 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378 Command
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 Result
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 </row>
29393 <row>
29394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398
29399 \backslash
29400 ^
29401 \begin_inset space \textvisiblespace{}
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29410 \begin_inset Text
29411
29412 \begin_layout Plain Layout
29413 \begin_inset Formula $\mathcircumflex$
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 </row>
29422 <row>
29423 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427
29428 \backslash
29429 _
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Plain Layout
29438 \begin_inset Formula $\_$
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \end_inset
29445 </cell>
29446 </row>
29447 </lyxtabular>
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Subsection
29455 Special Characters in Mathematical Text
29456 \end_layout
29457
29458 \begin_layout Standard
29459 The following commands can only be used in mathematical text or in \SpecialChar TeX
29460  mode:
29461 \end_layout
29462
29463 \begin_layout Standard
29464 \begin_inset space \hfill{}
29465 \end_inset
29466
29467
29468 \begin_inset Tabular
29469 <lyxtabular version="3" rows="8" columns="2">
29470 <features booktabs="true" tabularvalignment="middle">
29471 <column alignment="left" valignment="top" width="0pt">
29472 <column alignment="block" valignment="top">
29473 <row>
29474 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29475 \begin_inset Text
29476
29477 \begin_layout Plain Layout
29478 Command
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487 Result
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 </row>
29493 <row>
29494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29495 \begin_inset Text
29496
29497 \begin_layout Plain Layout
29498
29499 \backslash
29500 oe
29501 \end_layout
29502
29503 \end_inset
29504 </cell>
29505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29506 \begin_inset Text
29507
29508 \begin_layout Plain Layout
29509 \begin_inset Formula $\textrm{œ}$
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \end_inset
29516 </cell>
29517 </row>
29518 <row>
29519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Plain Layout
29523
29524 \backslash
29525 OE
29526 \end_layout
29527
29528 \end_inset
29529 </cell>
29530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Plain Layout
29534 \begin_inset Formula $\textrm{Œ}$
29535 \end_inset
29536
29537
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 </row>
29543 <row>
29544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548
29549 \backslash
29550 ae
29551 \end_layout
29552
29553 \end_inset
29554 </cell>
29555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29556 \begin_inset Text
29557
29558 \begin_layout Plain Layout
29559 \begin_inset Formula $\textrm{æ}$
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \end_inset
29566 </cell>
29567 </row>
29568 <row>
29569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29570 \begin_inset Text
29571
29572 \begin_layout Plain Layout
29573
29574 \backslash
29575 AE
29576 \end_layout
29577
29578 \end_inset
29579 </cell>
29580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29581 \begin_inset Text
29582
29583 \begin_layout Plain Layout
29584 \begin_inset Formula $\textrm{Æ}$
29585 \end_inset
29586
29587
29588 \end_layout
29589
29590 \end_inset
29591 </cell>
29592 </row>
29593 <row>
29594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29595 \begin_inset Text
29596
29597 \begin_layout Plain Layout
29598
29599 \backslash
29600 aa
29601 \end_layout
29602
29603 \end_inset
29604 </cell>
29605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29606 \begin_inset Text
29607
29608 \begin_layout Plain Layout
29609 \begin_inset Formula $\textrm{å}$
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \end_inset
29616 </cell>
29617 </row>
29618 <row>
29619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29620 \begin_inset Text
29621
29622 \begin_layout Plain Layout
29623
29624 \backslash
29625 AA
29626 \end_layout
29627
29628 \end_inset
29629 </cell>
29630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29631 \begin_inset Text
29632
29633 \begin_layout Plain Layout
29634 \begin_inset Formula $\textrm{Å}$
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 </row>
29643 <row>
29644 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29645 \begin_inset Text
29646
29647 \begin_layout Plain Layout
29648
29649 \backslash
29650 i
29651 \end_layout
29652
29653 \end_inset
29654 </cell>
29655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29656 \begin_inset Text
29657
29658 \begin_layout Plain Layout
29659 \begin_inset Formula $\textrm{ı}$
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \end_inset
29666 </cell>
29667 </row>
29668 </lyxtabular>
29669
29670 \end_inset
29671
29672
29673 \begin_inset space \hfill{}
29674 \end_inset
29675
29676
29677 \begin_inset Tabular
29678 <lyxtabular version="3" rows="8" columns="2">
29679 <features booktabs="true" tabularvalignment="middle">
29680 <column alignment="left" valignment="top" width="0pt">
29681 <column alignment="center" valignment="top">
29682 <row>
29683 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29684 \begin_inset Text
29685
29686 \begin_layout Plain Layout
29687 Command
29688 \begin_inset Note Note
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 The space of 0
29693 \begin_inset space \thinspace{}
29694 \end_inset
29695
29696 mm is used for separation,
29697  because otherwise the output will be ¡ and ¿ respectively.
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \end_inset
29706 </cell>
29707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29708 \begin_inset Text
29709
29710 \begin_layout Plain Layout
29711 Result
29712 \end_layout
29713
29714 \end_inset
29715 </cell>
29716 </row>
29717 <row>
29718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29719 \begin_inset Text
29720
29721 \begin_layout Plain Layout
29722
29723 \backslash
29724 o
29725 \end_layout
29726
29727 \end_inset
29728 </cell>
29729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29730 \begin_inset Text
29731
29732 \begin_layout Plain Layout
29733 \begin_inset Formula $\textrm{ø}$
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \end_inset
29740 </cell>
29741 </row>
29742 <row>
29743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29744 \begin_inset Text
29745
29746 \begin_layout Plain Layout
29747
29748 \backslash
29749 O
29750 \end_layout
29751
29752 \end_inset
29753 </cell>
29754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29755 \begin_inset Text
29756
29757 \begin_layout Plain Layout
29758 \begin_inset Formula $\textrm{Ø}$
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \end_inset
29765 </cell>
29766 </row>
29767 <row>
29768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29769 \begin_inset Text
29770
29771 \begin_layout Plain Layout
29772
29773 \backslash
29774 l
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29780 \begin_inset Text
29781
29782 \begin_layout Plain Layout
29783 \begin_inset Formula $\textrm{ł}$
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \end_inset
29790 </cell>
29791 </row>
29792 <row>
29793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Plain Layout
29797
29798 \backslash
29799 L
29800 \end_layout
29801
29802 \end_inset
29803 </cell>
29804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Plain Layout
29808 \begin_inset Formula $\textrm{Ł}$
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 </row>
29817 <row>
29818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822 !
29823 \begin_inset space \hspace{}
29824 \length 0mm
29825 \end_inset
29826
29827 `
29828 \begin_inset space \textvisiblespace{}
29829 \end_inset
29830
29831
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29837 \begin_inset Text
29838
29839 \begin_layout Plain Layout
29840 \begin_inset Formula $\textrm{!`}$
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \end_inset
29847 </cell>
29848 </row>
29849 <row>
29850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29851 \begin_inset Text
29852
29853 \begin_layout Plain Layout
29854 ?
29855 \begin_inset space \hspace{}
29856 \length 0mm
29857 \end_inset
29858
29859 `
29860 \begin_inset space \textvisiblespace{}
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872 \begin_inset Formula $\textrm{?`}$
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 </row>
29881 <row>
29882 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Plain Layout
29886
29887 \backslash
29888 j
29889 \end_layout
29890
29891 \end_inset
29892 </cell>
29893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29894 \begin_inset Text
29895
29896 \begin_layout Plain Layout
29897 \begin_inset Formula $\textrm{ȷ}$
29898 \end_inset
29899
29900
29901 \end_layout
29902
29903 \end_inset
29904 </cell>
29905 </row>
29906 </lyxtabular>
29907
29908 \end_inset
29909
29910
29911 \begin_inset space \hfill{}
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Standard
29918 The characters 
29919 \begin_inset Formula $\textrm{Å}$
29920 \end_inset
29921
29922  and 
29923 \begin_inset Formula $\textrm{Ø}$
29924 \end_inset
29925
29926  can also be inserted via the math toolbar button 
29927 \begin_inset Info
29928 type  "icon"
29929 arg   "math-insert \\digamma"
29930 \end_inset
29931
29932 .
29933 \end_layout
29934
29935 \begin_layout Standard
29936 The commands 
29937 \series bold
29938 !
29939 \begin_inset space \hspace{}
29940 \length 0mm
29941 \end_inset
29942
29943 `
29944 \series default
29945  and 
29946 \series bold
29947 ?
29948 \begin_inset space \hspace{}
29949 \length 0mm
29950 \end_inset
29951
29952 `
29953 \series default
29954  are exceptions because they can be inserted in \SpecialChar LyX
29955  directly to text.
29956 \end_layout
29957
29958 \begin_layout Subsection
29959 Accents in Text
29960 \begin_inset CommandInset label
29961 LatexCommand label
29962 name "subsec:Accents-in-Text"
29963
29964 \end_inset
29965
29966
29967 \begin_inset Index idx
29968 range none
29969 pageformat default
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 Accents
29974 \begin_inset IndexMacro subentry
29975 status open
29976
29977 \begin_layout Plain Layout
29978 in text
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Standard
29992 Any letter can be accented with the following commands.
29993  The commands must be inserted in \SpecialChar TeX
29994  mode.
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \begin_inset space \hfill{}
29999 \end_inset
30000
30001
30002 \begin_inset Tabular
30003 <lyxtabular version="3" rows="8" columns="2">
30004 <features booktabs="true" tabularvalignment="middle">
30005 <column alignment="left" valignment="top" width="0pt">
30006 <column alignment="block" valignment="top">
30007 <row>
30008 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012 Command
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Plain Layout
30021 Result
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 </row>
30027 <row>
30028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Plain Layout
30032
30033 \backslash
30034
30035 \begin_inset Quotes grd
30036 \end_inset
30037
30038 e
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Plain Layout
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052
30053 \backslash
30054 "e
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \end_inset
30063 </cell>
30064 </row>
30065 <row>
30066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30067 \begin_inset Text
30068
30069 \begin_layout Plain Layout
30070
30071 \backslash
30072 `e
30073 \end_layout
30074
30075 \end_inset
30076 </cell>
30077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30078 \begin_inset Text
30079
30080 \begin_layout Plain Layout
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086
30087 \backslash
30088 `e
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 </row>
30099 <row>
30100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104
30105 \backslash
30106 ^
30107 \begin_inset space \textvisiblespace{}
30108 \end_inset
30109
30110 e
30111 \end_layout
30112
30113 \end_inset
30114 </cell>
30115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30116 \begin_inset Text
30117
30118 \begin_layout Plain Layout
30119 \begin_inset ERT
30120 status collapsed
30121
30122 \begin_layout Plain Layout
30123
30124
30125 \backslash
30126 ^e
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 </row>
30137 <row>
30138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Plain Layout
30142
30143 \backslash
30144 =e
30145 \end_layout
30146
30147 \end_inset
30148 </cell>
30149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30150 \begin_inset Text
30151
30152 \begin_layout Plain Layout
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158
30159 \backslash
30160 =e
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \end_inset
30169 </cell>
30170 </row>
30171 <row>
30172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30173 \begin_inset Text
30174
30175 \begin_layout Plain Layout
30176
30177 \backslash
30178 u
30179 \begin_inset space \textvisiblespace{}
30180 \end_inset
30181
30182 e
30183 \end_layout
30184
30185 \end_inset
30186 </cell>
30187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30188 \begin_inset Text
30189
30190 \begin_layout Plain Layout
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 u e
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 </row>
30209 <row>
30210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30211 \begin_inset Text
30212
30213 \begin_layout Plain Layout
30214
30215 \backslash
30216 b
30217 \begin_inset space \textvisiblespace{}
30218 \end_inset
30219
30220 e
30221 \end_layout
30222
30223 \end_inset
30224 </cell>
30225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30226 \begin_inset Text
30227
30228 \begin_layout Plain Layout
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 b e
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \end_inset
30245 </cell>
30246 </row>
30247 <row>
30248 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
30249 \begin_inset Text
30250
30251 \begin_layout Plain Layout
30252
30253 \backslash
30254 t
30255 \begin_inset space \textvisiblespace{}
30256 \end_inset
30257
30258 ee
30259 \end_layout
30260
30261 \end_inset
30262 </cell>
30263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30264 \begin_inset Text
30265
30266 \begin_layout Plain Layout
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272
30273 \backslash
30274 t ee
30275 \end_layout
30276
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \end_inset
30283 </cell>
30284 </row>
30285 </lyxtabular>
30286
30287 \end_inset
30288
30289
30290 \begin_inset space \hfill{}
30291 \end_inset
30292
30293
30294 \begin_inset Tabular
30295 <lyxtabular version="3" rows="8" columns="2">
30296 <features booktabs="true" tabularvalignment="middle">
30297 <column alignment="left" valignment="top" width="0pt">
30298 <column alignment="center" valignment="top">
30299 <row>
30300 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30301 \begin_inset Text
30302
30303 \begin_layout Plain Layout
30304 Command
30305 \end_layout
30306
30307 \end_inset
30308 </cell>
30309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30310 \begin_inset Text
30311
30312 \begin_layout Plain Layout
30313 Result
30314 \end_layout
30315
30316 \end_inset
30317 </cell>
30318 </row>
30319 <row>
30320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Plain Layout
30324
30325 \backslash
30326 H
30327 \begin_inset space \textvisiblespace{}
30328 \end_inset
30329
30330 e
30331 \end_layout
30332
30333 \end_inset
30334 </cell>
30335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30336 \begin_inset Text
30337
30338 \begin_layout Plain Layout
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344
30345 \backslash
30346 H e
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 </row>
30357 <row>
30358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30359 \begin_inset Text
30360
30361 \begin_layout Plain Layout
30362
30363 \backslash
30364 'e
30365 \end_layout
30366
30367 \end_inset
30368 </cell>
30369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30370 \begin_inset Text
30371
30372 \begin_layout Plain Layout
30373 \begin_inset ERT
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377
30378
30379 \backslash
30380 'e
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \end_inset
30389 </cell>
30390 </row>
30391 <row>
30392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30393 \begin_inset Text
30394
30395 \begin_layout Plain Layout
30396
30397 \backslash
30398 ~e
30399 \begin_inset Index idx
30400 range none
30401 pageformat default
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405 Tilde
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \end_inset
30414 </cell>
30415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424
30425 \backslash
30426 ~e
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \end_inset
30435 </cell>
30436 </row>
30437 <row>
30438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442
30443 \backslash
30444 .e
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453 \begin_inset ERT
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457
30458
30459 \backslash
30460 .e
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \end_layout
30467
30468 \end_inset
30469 </cell>
30470 </row>
30471 <row>
30472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30473 \begin_inset Text
30474
30475 \begin_layout Plain Layout
30476
30477 \backslash
30478 v
30479 \begin_inset space \textvisiblespace{}
30480 \end_inset
30481
30482 e
30483 \end_layout
30484
30485 \end_inset
30486 </cell>
30487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496
30497 \backslash
30498 v e
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 </row>
30509 <row>
30510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30511 \begin_inset Text
30512
30513 \begin_layout Plain Layout
30514
30515 \backslash
30516 d
30517 \begin_inset space \textvisiblespace{}
30518 \end_inset
30519
30520 e
30521 \end_layout
30522
30523 \end_inset
30524 </cell>
30525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30526 \begin_inset Text
30527
30528 \begin_layout Plain Layout
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 d e
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 </row>
30547 <row>
30548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30549 \begin_inset Text
30550
30551 \begin_layout Plain Layout
30552
30553 \backslash
30554 c
30555 \begin_inset space \textvisiblespace{}
30556 \end_inset
30557
30558 e
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30564 \begin_inset Text
30565
30566 \begin_layout Plain Layout
30567 \begin_inset ERT
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571
30572
30573 \backslash
30574 c e
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \end_inset
30583 </cell>
30584 </row>
30585 </lyxtabular>
30586
30587 \end_inset
30588
30589
30590 \begin_inset space \hfill{}
30591 \end_inset
30592
30593
30594 \end_layout
30595
30596 \begin_layout Standard
30597 \begin_inset VSpace medskip
30598 \end_inset
30599
30600 With the command 
30601 \series bold
30602
30603 \backslash
30604 t
30605 \series default
30606  also two different characters can be accented.
30607  The command 
30608 \series bold
30609
30610 \backslash
30611 t
30612 \begin_inset space \textvisiblespace{}
30613 \end_inset
30614
30615 sz
30616 \series default
30617  creates:
30618  
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624
30625 \backslash
30626 t sz
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 The accents 
30636 \series bold
30637 `
30638 \series default
30639  ,
30640  
30641 \series bold
30642 '
30643 \series default
30644  and 
30645 \series bold
30646 ^
30647 \series default
30648  can in combination with vowels be directly inserted with the keyboard without using \SpecialChar TeX
30649  mode.
30650  The same applies for the tilde
30651 \begin_inset Foot
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 This only applies for keyboards where the tilde is defined as accent.
30656 \end_layout
30657
30658 \end_inset
30659
30660  
30661 \series bold
30662 ~
30663 \series default
30664  in combination with 
30665 \emph on
30666 a
30667 \emph default
30668  ,
30669  
30670 \emph on
30671 n
30672 \emph default
30673  ,
30674  or 
30675 \emph on
30676 o
30677 \emph default
30678 .
30679 \end_layout
30680
30681 \begin_layout Standard
30682 The commands 
30683 \series bold
30684
30685 \backslash
30686 b
30687 \series default
30688  ,
30689  
30690 \series bold
30691
30692 \backslash
30693 c
30694 \series default
30695  ,
30696  
30697 \series bold
30698
30699 \backslash
30700 d
30701 \series default
30702  ,
30703  
30704 \series bold
30705
30706 \backslash
30707 H
30708 \series default
30709  ,
30710  
30711 \series bold
30712
30713 \backslash
30714 t
30715 \series default
30716  ,
30717  
30718 \series bold
30719
30720 \backslash
30721 u
30722 \series default
30723  ,
30724  
30725 \series bold
30726
30727 \backslash
30728 v
30729 \series default
30730  and accents that are inserted directly with the keyboard are also available in mathematical text.
30731  For the other accents there are special math commands used in formulas,
30732  see 
30733 \begin_inset CommandInset ref
30734 LatexCommand ref
30735 reference "subsec:Accents-for-one"
30736 nolink "false"
30737
30738 \end_inset
30739
30740 .
30741 \end_layout
30742
30743 \begin_layout Standard
30744 \begin_inset VSpace bigskip
30745 \end_inset
30746
30747 With the command 
30748 \series bold
30749
30750 \backslash
30751 textcircled
30752 \series default
30753
30754 \begin_inset Index idx
30755 range none
30756 pageformat default
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760 Commands
30761 \begin_inset IndexMacro subentry
30762 status open
30763
30764 \begin_layout Plain Layout
30765 T
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \begin_inset IndexMacro subentry
30772 status open
30773
30774 \begin_layout Plain Layout
30775
30776 \backslash
30777 textcircled
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \end_inset
30786
30787  any number or letter can be set into a circle,
30788  quasi accented with a circle,
30789  similar to the copyright symbol.
30790 \end_layout
30791
30792 \begin_layout Standard
30793 \align center
30794 \begin_inset Tabular
30795 <lyxtabular version="3" rows="3" columns="2">
30796 <features booktabs="true" tabularvalignment="middle">
30797 <column alignment="center" valignment="top" width="0pt">
30798 <column alignment="center" valignment="top">
30799 <row>
30800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30801 \begin_inset Text
30802
30803 \begin_layout Plain Layout
30804 Command
30805 \end_layout
30806
30807 \end_inset
30808 </cell>
30809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30810 \begin_inset Text
30811
30812 \begin_layout Plain Layout
30813 Result
30814 \end_layout
30815
30816 \end_inset
30817 </cell>
30818 </row>
30819 <row>
30820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824
30825 \backslash
30826 textcircled{w}
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout Plain Layout
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840
30841 \backslash
30842 textcircled{w}
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \end_inset
30851 </cell>
30852 </row>
30853 <row topspace="1mm">
30854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858
30859 \backslash
30860 Large 
30861 \backslash
30862 textcircled{
30863 \backslash
30864 normalsize
30865 \backslash
30866 protect
30867 \backslash
30868 raisebox{-1.5pt}{W}}
30869 \end_layout
30870
30871 \end_inset
30872 </cell>
30873 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30874 \begin_inset Text
30875
30876 \begin_layout Plain Layout
30877 \begin_inset ERT
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881
30882
30883 \backslash
30884 Large 
30885 \backslash
30886 textcircled{
30887 \backslash
30888 normalsize
30889 \backslash
30890 protect
30891 \backslash
30892 raisebox{-1.5pt}W}
30893 \end_layout
30894
30895 \end_inset
30896
30897
30898 \end_layout
30899
30900 \end_inset
30901 </cell>
30902 </row>
30903 </lyxtabular>
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Standard
30911 One has to take care that the character fits into the circle.
30912  
30913 \series bold
30914
30915 \backslash
30916 Large
30917 \series default
30918
30919 \begin_inset Foot
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 See 
30924 \begin_inset CommandInset ref
30925 LatexCommand ref
30926 reference "subsec:Font-Sizes"
30927 nolink "false"
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \end_inset
30935
30936  specifies the size of the circle.
30937  With the help of 
30938 \series bold
30939
30940 \backslash
30941 raisebox
30942 \series default
30943
30944 \begin_inset Foot
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 See 
30949 \begin_inset CommandInset ref
30950 LatexCommand ref
30951 reference "subsec:Boxes-without-Frame"
30952 nolink "false"
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \end_inset
30960
30961  the character can be centered.
30962 \end_layout
30963
30964 \begin_layout Subsection
30965 Old-style Figures
30966 \begin_inset Index idx
30967 range none
30968 pageformat default
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Old-style Figures
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Standard
30981 Old-style figures (also known as old-style numerals) are created with the command 
30982 \series bold
30983
30984 \backslash
30985 oldstylenums
30986 \series default
30987
30988 \begin_inset Index idx
30989 range none
30990 pageformat default
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994 Commands
30995 \begin_inset IndexMacro subentry
30996 status open
30997
30998 \begin_layout Plain Layout
30999 O
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset IndexMacro subentry
31006 status open
31007
31008 \begin_layout Plain Layout
31009
31010 \backslash
31011 oldstylenums
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \end_inset
31020
31021 .
31022  The command can be used in formulas and in \SpecialChar TeX
31023  mode.
31024  The command scheme is:
31025 \end_layout
31026
31027 \begin_layout Standard
31028
31029 \series bold
31030
31031 \backslash
31032 oldstylenums{number}
31033 \end_layout
31034
31035 \begin_layout Standard
31036 The command 
31037 \series bold
31038
31039 \backslash
31040 oldstylenums{0123456789}
31041 \series default
31042  produces:
31043  
31044 \begin_inset Formula $\oldstylenums{0123456789}$
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Section
31051 Formula Styles
31052 \begin_inset CommandInset label
31053 LatexCommand label
31054 name "sec:Formula-Styles"
31055
31056 \end_inset
31057
31058
31059 \begin_inset Index idx
31060 range none
31061 pageformat default
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065 Formula
31066 \begin_inset IndexMacro subentry
31067 status open
31068
31069 \begin_layout Plain Layout
31070 styles
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \begin_layout Itemize
31084 There are two different alignment styles:
31085 \end_layout
31086
31087 \begin_deeper
31088 \begin_layout Description
31089 Centered is the predefined standard.
31090 \end_layout
31091
31092 \begin_layout Description
31093 Indented can be set using the menu 
31094 \family sans
31095 Document\SpecialChar menuseparator
31096 Settings
31097 \family default
31098  under 
31099 \family sans
31100 Math
31101 \begin_inset space ~
31102 \end_inset
31103
31104 Options.
31105 \end_layout
31106
31107 \begin_layout Standard
31108 When 
31109 \series bold
31110 Indented
31111 \series default
31112  is used,
31113  the indentation can be adjusted.
31114  The default value depends on the document class.
31115 \end_layout
31116
31117 \end_deeper
31118 \begin_layout Itemize
31119 Two different numbering styles are available in the menu 
31120 \family sans
31121 Document\SpecialChar menuseparator
31122 Settings
31123 \family default
31124  under 
31125 \family sans
31126 Math
31127 \begin_inset space ~
31128 \end_inset
31129
31130 Options
31131 \family default
31132 :
31133 \end_layout
31134
31135 \begin_deeper
31136 \begin_layout Description
31137 Right is in most cases the default.
31138 \end_layout
31139
31140 \begin_layout Description
31141 Left
31142 \end_layout
31143
31144 \end_deeper
31145 \begin_layout Standard
31146 The chosen styles are used for all displayed formulas of the document.
31147  When both,
31148  centered and indented formulas should be created in a document,
31149  the style 
31150 \series bold
31151 Centered
31152 \series default
31153  is used.
31154  The indented formulas are then set in a flalign environment,
31155  see 
31156 \begin_inset CommandInset ref
31157 LatexCommand ref
31158 reference "subsec:Flalign-Environment"
31159 nolink "false"
31160
31161 \end_inset
31162
31163 .
31164 \end_layout
31165
31166 \begin_layout Section
31167 Multiline Formulas
31168 \begin_inset CommandInset label
31169 LatexCommand label
31170 name "sec:Multiline-Formulas"
31171
31172 \end_inset
31173
31174
31175 \begin_inset Index idx
31176 range none
31177 pageformat default
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181 Formula
31182 \begin_inset IndexMacro subentry
31183 status open
31184
31185 \begin_layout Plain Layout
31186 multiline
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Subsection
31200 General
31201 \end_layout
31202
31203 \begin_layout Standard
31204 In \SpecialChar LyX
31205 ,
31206  multiline formulas are created by pressing 
31207 \begin_inset Info
31208 type  "shortcut"
31209 arg   "newline-insert newline"
31210 \end_inset
31211
31212  inside a formula.
31213  This creates either an 
31214 \series bold
31215 align environment
31216 \series default
31217  that is described in 
31218 \begin_inset CommandInset ref
31219 LatexCommand ref
31220 reference "subsec:Standard-align-Environment"
31221 nolink "false"
31222
31223 \end_inset
31224
31225  or,
31226  when automatically loading of the package
31227 \family sans
31228  AMS math
31229 \family default
31230  is disabled in the document settings,
31231  an 
31232 \series bold
31233 eqnarray environment
31234 \series default
31235  that is described in 
31236 \begin_inset CommandInset ref
31237 LatexCommand ref
31238 reference "subsec:Eqnarray-Environment"
31239 nolink "false"
31240
31241 \end_inset
31242
31243 .
31244  The align environment is recommended as it provides a typographically correct output in all cases.
31245 \end_layout
31246
31247 \begin_layout Standard
31248 There are other multiline formula environments that can be created via the menu 
31249 \family sans
31250 Insert\SpecialChar menuseparator
31251 Math
31252 \family default
31253 .
31254  These environments are described in the following sections.
31255 \end_layout
31256
31257 \begin_layout Standard
31258 In all multiline formula environments a new line is created by pressing 
31259 \begin_inset Info
31260 type  "shortcut"
31261 arg   "newline-insert newline"
31262 \end_inset
31263
31264 .
31265  To add or delete lines,
31266  use the math toolbar buttons 
31267 \begin_inset Info
31268 type  "icon"
31269 arg   "tabular-feature append-row"
31270 \end_inset
31271
31272  or 
31273 \begin_inset Info
31274 type  "icon"
31275 arg   "tabular-feature delete-row"
31276 \end_inset
31277
31278  respectively,
31279  or the menu option
31280 \family sans
31281  Edit\SpecialChar menuseparator
31282 Rows & Columns
31283 \family default
31284 .
31285 \end_layout
31286
31287 \begin_layout Subsubsection
31288 Line Separation
31289 \begin_inset CommandInset label
31290 LatexCommand label
31291 name "subsec:Line-Separation"
31292
31293 \end_inset
31294
31295
31296 \begin_inset Index idx
31297 range none
31298 pageformat default
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 Formula
31303 \begin_inset IndexMacro subentry
31304 status open
31305
31306 \begin_layout Plain Layout
31307 multiline
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \begin_inset IndexMacro subentry
31314 status open
31315
31316 \begin_layout Plain Layout
31317 Line separation
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Standard
31331 Sometimes there is not enough space in multiline formulas between the lines:
31332 \begin_inset Formula 
31333 \begin{eqnarray*}
31334 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}\\
31335 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
31336 \end{eqnarray*}
31337
31338 \end_inset
31339
31340
31341 \end_layout
31342
31343 \begin_layout Standard
31344 In \SpecialChar LaTeX
31345  additional line space is specified as an optional argument of the new line command.
31346  This is not yet possible in \SpecialChar LyX
31347
31348 \begin_inset Foot
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 see 
31353 \begin_inset CommandInset href
31354 LatexCommand href
31355 name "LyX-bug #1505"
31356 target "https://www.lyx.org/trac/ticket/1505"
31357 literal "false"
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \end_inset
31365
31366 ,
31367  therefore the whole formula must be inserted in \SpecialChar TeX
31368  mode.
31369  To add in our example space,
31370  the command 
31371 \series bold
31372
31373 \backslash
31374
31375 \backslash
31376 [3mm]
31377 \series default
31378  is inserted at the end of the first line.
31379  One gets:
31380  
31381 \begin_inset ERT
31382 status open
31383
31384 \begin_layout Plain Layout
31385
31386
31387 \backslash
31388 begin{eqnarray*}
31389 \end_layout
31390
31391 \begin_layout Plain Layout
31392
31393 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & 
31394 \backslash
31395 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
31396 \backslash
31397
31398 \backslash
31399 [3mm]
31400 \end_layout
31401
31402 \begin_layout Plain Layout
31403
31404 4x^{2}
31405 \backslash
31406 left(B^{2}+x_{0}^{2}
31407 \backslash
31408 right)+4x_{0}x
31409 \backslash
31410 left(D-B^{2}
31411 \backslash
31412 right)+B^{2}
31413 \backslash
31414 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
31415 \backslash
31416 right) & = & 0
31417 \end_layout
31418
31419 \begin_layout Plain Layout
31420
31421
31422 \backslash
31423 end{eqnarray*}
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Standard
31432 \begin_inset VSpace bigskip
31433 \end_inset
31434
31435 To set the line separation for all lines in a formula,
31436  the length of 
31437 \series bold
31438
31439 \backslash
31440 jot
31441 \series default
31442
31443 \begin_inset Index idx
31444 range none
31445 pageformat default
31446 status collapsed
31447
31448 \begin_layout Plain Layout
31449 Commands
31450 \begin_inset IndexMacro subentry
31451 status open
31452
31453 \begin_layout Plain Layout
31454 J
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \begin_inset IndexMacro subentry
31461 status open
31462
31463 \begin_layout Plain Layout
31464
31465 \backslash
31466 jot
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \end_inset
31475
31476  is changed.
31477  The definition is:
31478  
31479 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
31480 \end_inset
31481
31482 .
31483  
31484 \series bold
31485
31486 \backslash
31487 jot
31488 \series default
31489  is predefined as 3
31490 \begin_inset space \thinspace{}
31491 \end_inset
31492
31493 pt.
31494  To create 3
31495 \begin_inset space \thinspace{}
31496 \end_inset
31497
31498 mm of additional line separation as in the previous example,
31499  the command
31500 \end_layout
31501
31502 \begin_layout Standard
31503
31504 \series bold
31505
31506 \backslash
31507 setlength{
31508 \backslash
31509 jot}{3mm+3pt}
31510 \end_layout
31511
31512 \begin_layout Standard
31513 is inserted in \SpecialChar TeX
31514  mode before the formula.
31515  This requires that the \SpecialChar LaTeX
31516 -package 
31517 \series bold
31518 calc
31519 \series default
31520
31521 \begin_inset Foot
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526 \series bold
31527 calc
31528 \series default
31529  is part of every \SpecialChar LaTeX
31530  standard installation.
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \begin_inset Index idx
31537 range none
31538 pageformat default
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542 Packages
31543 \begin_inset IndexMacro subentry
31544 status open
31545
31546 \begin_layout Plain Layout
31547 calc
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \end_inset
31556
31557  was loaded in \SpecialChar LaTeX
31558 -preamble with the line
31559 \end_layout
31560
31561 \begin_layout Standard
31562
31563 \series bold
31564
31565 \backslash
31566 usepackage{calc}
31567 \end_layout
31568
31569 \begin_layout Standard
31570 One gets:
31571  
31572 \begin_inset ERT
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576
31577
31578 \backslash
31579 setlength{
31580 \backslash
31581 jot}{3mm+3pt}
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \begin_inset Formula 
31588 \begin{eqnarray*}
31589 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}\\
31590 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
31591 \end{eqnarray*}
31592
31593 \end_inset
31594
31595
31596 \end_layout
31597
31598 \begin_layout Standard
31599 \begin_inset ERT
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603
31604
31605 \backslash
31606 setlength{
31607 \backslash
31608 jot}{3pt}
31609 \end_layout
31610
31611 \end_inset
31612
31613  To get restore 
31614 \series bold
31615
31616 \backslash
31617 jot
31618 \series default
31619  to its original value,
31620  
31621 \series bold
31622
31623 \backslash
31624 jot
31625 \series default
31626  is set to the value 3
31627 \begin_inset space \thinspace{}
31628 \end_inset
31629
31630 pt.
31631 \end_layout
31632
31633 \begin_layout Subsubsection
31634 Column Separation
31635 \begin_inset CommandInset label
31636 LatexCommand label
31637 name "subsec:Column-Separation"
31638
31639 \end_inset
31640
31641
31642 \begin_inset Index idx
31643 range none
31644 pageformat default
31645 status collapsed
31646
31647 \begin_layout Plain Layout
31648 Formula
31649 \begin_inset IndexMacro subentry
31650 status open
31651
31652 \begin_layout Plain Layout
31653 multiline
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \begin_inset IndexMacro subentry
31660 status open
31661
31662 \begin_layout Plain Layout
31663 Column separation
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 Multiline formulas form a matrix.
31678  A formula in the eqnarray environment for example is a matrix with three columns.
31679  By changing the column separation in this environment,
31680  the space beside the relation sign can be changed.
31681 \end_layout
31682
31683 \begin_layout Standard
31684 The column separation is specified with the length 
31685 \series bold
31686
31687 \backslash
31688 arraycolsep
31689 \series default
31690
31691 \begin_inset Index idx
31692 range none
31693 pageformat default
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 Commands
31698 \begin_inset IndexMacro subentry
31699 status open
31700
31701 \begin_layout Plain Layout
31702 A
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset IndexMacro subentry
31709 status open
31710
31711 \begin_layout Plain Layout
31712
31713 \backslash
31714 arraycolsep
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \end_inset
31723
31724  according to the formula:
31725  column separation = 2
31726 \begin_inset space \thinspace{}
31727 \end_inset
31728
31729
31730 \series bold
31731
31732 \backslash
31733 arraycolsep
31734 \change_deleted 5863208 1612730022
31735
31736 \series default
31737
31738 \begin_inset Note Note
31739 status open
31740
31741 \begin_layout Plain Layout
31742
31743 \change_inserted 232239728 1611406079
31744 How does units play into this?
31745  (cm/in/pt) Is the 2 unitless and the result takes on the units of the input value?
31746 \change_unchanged
31747
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \change_unchanged
31754
31755 \begin_inset Newline newline
31756 \end_inset
31757
31758 Thus,
31759  the command
31760 \end_layout
31761
31762 \begin_layout Standard
31763
31764 \series bold
31765
31766 \backslash
31767 setlength{
31768 \backslash
31769 arraycolsep}{1cm}
31770 \end_layout
31771
31772 \begin_layout Standard
31773 inserted in \SpecialChar TeX
31774  mode,
31775  sets all following formula column separations to 2
31776 \begin_inset space \thinspace{}
31777 \end_inset
31778
31779 cm.
31780  To return to the predefined distance,
31781  
31782 \series bold
31783
31784 \backslash
31785 arraycolsep
31786 \series default
31787  is set to 5
31788 \begin_inset space \thinspace{}
31789 \end_inset
31790
31791 pt.
31792 \end_layout
31793
31794 \begin_layout Standard
31795 A formula with 2
31796 \begin_inset space \thinspace{}
31797 \end_inset
31798
31799 cm column separation:
31800 \begin_inset ERT
31801 status open
31802
31803 \begin_layout Plain Layout
31804
31805
31806 \backslash
31807 setlength{
31808 \backslash
31809 arraycolsep}{1cm}
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \begin_inset Formula 
31816 \begin{eqnarray*}
31817 A & = & B\\
31818 C & \ne & A
31819 \end{eqnarray*}
31820
31821 \end_inset
31822
31823 A formula with the predefined column separation for matrices of 10
31824 \begin_inset space \thinspace{}
31825 \end_inset
31826
31827 pt:
31828 \begin_inset ERT
31829 status open
31830
31831 \begin_layout Plain Layout
31832
31833
31834 \backslash
31835 setlength{
31836 \backslash
31837 arraycolsep}{5pt}
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \begin_inset Formula 
31844 \begin{eqnarray*}
31845 A & = & B\\
31846 C & \ne & A
31847 \end{eqnarray*}
31848
31849 \end_inset
31850
31851
31852 \end_layout
31853
31854 \begin_layout Standard
31855 \begin_inset Newpage newpage
31856 \end_inset
31857
31858
31859 \end_layout
31860
31861 \begin_layout Subsubsection
31862 Long Formulas
31863 \begin_inset Index idx
31864 range none
31865 pageformat default
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 Formula
31870 \begin_inset IndexMacro subentry
31871 status open
31872
31873 \begin_layout Plain Layout
31874 long
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 Long formulas can be typeset using these methods:
31889 \end_layout
31890
31891 \begin_layout Itemize
31892 If one side of an equation is much shorter than the line width,
31893  this is chosen for the left side and the right side is typeset over two lines:
31894 \begin_inset Formula 
31895 \begin{eqnarray}
31896 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 \\
31897  &  & -\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}
31898 \end{eqnarray}
31899
31900 \end_inset
31901
31902 The minus sign at the beginning of the second line does normally not appear as an operator because it is the first character of the line.
31903  Thus it would not be surrounded by space and could not be distinguished from the fraction bar.
31904  To avoid this,
31905  a 3
31906 \begin_inset space \thinspace{}
31907 \end_inset
31908
31909 pt space was inserted behind the minus sign with the command 
31910 \series bold
31911
31912 \backslash
31913 hspace
31914 \series default
31915 .
31916 \begin_inset Foot
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920 For more about 
31921 \series bold
31922
31923 \backslash
31924 hspace
31925 \series default
31926  see 
31927 \begin_inset CommandInset ref
31928 LatexCommand ref
31929 reference "subsec:Variable-Space"
31930 nolink "false"
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \begin_inset Index idx
31941 range none
31942 pageformat default
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946 Commands
31947 \begin_inset IndexMacro subentry
31948 status open
31949
31950 \begin_layout Plain Layout
31951 H
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \begin_inset IndexMacro subentry
31958 status open
31959
31960 \begin_layout Plain Layout
31961
31962 \backslash
31963 hspace
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Itemize
31977 When both sides of the equation are long,
31978  the command 
31979 \series bold
31980
31981 \backslash
31982 lefteqn
31983 \series default
31984
31985 \begin_inset Index idx
31986 range none
31987 pageformat default
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 Commands
31992 \begin_inset IndexMacro subentry
31993 status open
31994
31995 \begin_layout Plain Layout
31996 L
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \begin_inset IndexMacro subentry
32003 status open
32004
32005 \begin_layout Plain Layout
32006
32007 \backslash
32008 lefteqn
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \end_layout
32015
32016 \end_inset
32017
32018  is used.
32019  It is inserted in the first column of the first line and causes all further insertions to overwrite the following columns:
32020 \begin_inset Formula 
32021 \begin{eqnarray}
32022 \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 \\
32023  &  & -\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 \\
32024  &  & =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}
32025 \end{eqnarray}
32026
32027 \end_inset
32028
32029 After the insertion of 
32030 \series bold
32031
32032 \backslash
32033 lefteqn
32034 \series default
32035 ,
32036  the cursor is in a purple box that is shifted a bit to the left from the blue one.
32037  The formula is inserted there.
32038 \begin_inset Newline newline
32039 \end_inset
32040
32041 The content of additional lines is inserted in the second or another formula column.
32042  The greater the insertion column number ,
32043  the larger the indentation.
32044 \begin_inset VSpace medskip
32045 \end_inset
32046
32047
32048 \begin_inset Newline newline
32049 \end_inset
32050
32051
32052 \begin_inset Note Greyedout
32053 status open
32054
32055 \begin_layout Plain Layout
32056 Note the following when using 
32057 \series bold
32058
32059 \backslash
32060 lefteqn
32061 \series default
32062 :
32063 \end_layout
32064
32065 \begin_layout Itemize
32066 The formula doesn't use the full page width.
32067  When e.
32068 \begin_inset space \thinspace{}
32069 \end_inset
32070
32071 g.
32072 \begin_inset space \space{}
32073 \end_inset
32074
32075 the term 
32076 \begin_inset Formula $-B^{2}$
32077 \end_inset
32078
32079  is added to the first line in the above example,
32080  it would have been outside the page margin.
32081  To better use the width,
32082  negative space can be inserted at the beginning of the first line.
32083 \end_layout
32084
32085 \begin_layout Itemize
32086 Due to a bug in \SpecialChar LyX
32087  the cursor cannot be set with the mouse in the first line.
32088 \begin_inset Foot
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 \begin_inset CommandInset href
32093 LatexCommand href
32094 name "LyX-bug #1429"
32095 target "https://www.lyx.org/trac/ticket/1429"
32096 literal "false"
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \end_inset
32104
32105  One can only set the cursor at the beginning of the line and move it with the arrow keys.
32106 \end_layout
32107
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \begin_layout Itemize
32114 Other methods to set long formulas are offered by the environments described in 
32115 \begin_inset CommandInset ref
32116 LatexCommand ref
32117 reference "subsec:Multline-Environment"
32118 nolink "false"
32119
32120 \end_inset
32121
32122  and 
32123 \begin_inset CommandInset ref
32124 LatexCommand ref
32125 reference "subsec:Multiline-Formula-Parts"
32126 nolink "false"
32127
32128 \end_inset
32129
32130 .
32131 \end_layout
32132
32133 \begin_layout Subsubsection
32134 Multiline Fractions
32135 \begin_inset CommandInset label
32136 LatexCommand label
32137 name "subsec:Multiline-Fractions"
32138
32139 \end_inset
32140
32141
32142 \begin_inset Index idx
32143 range none
32144 pageformat default
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148 Fractions
32149 \begin_inset IndexMacro subentry
32150 status open
32151
32152 \begin_layout Plain Layout
32153 multiline
32154 \end_layout
32155
32156 \end_inset
32157
32158
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Standard
32167 There are cases where the denominator and/or the numerator of a fraction is so long that the fraction does not fit on one line.
32168  It is then necessary to add a line break within the fraction.
32169  This can be done using the command 
32170 \series bold
32171
32172 \backslash
32173 splitfrac
32174 \series default
32175
32176 \begin_inset Index idx
32177 range none
32178 pageformat default
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 Commands
32183 \begin_inset IndexMacro subentry
32184 status open
32185
32186 \begin_layout Plain Layout
32187 S
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \begin_inset IndexMacro subentry
32194 status open
32195
32196 \begin_layout Plain Layout
32197
32198 \backslash
32199 splitfrac
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \end_inset
32208
32209 .
32210  To activate it,
32211  go to the document settings under 
32212 \family sans
32213 Math
32214 \begin_inset space ~
32215 \end_inset
32216
32217 Options
32218 \family default
32219  for the package 
32220 \series bold
32221 mathtools
32222 \series default
32223
32224 \begin_inset Index idx
32225 range none
32226 pageformat default
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230 Packages
32231 \begin_inset IndexMacro subentry
32232 status open
32233
32234 \begin_layout Plain Layout
32235 mathtools
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \end_inset
32244
32245  and set its option to 
32246 \family sans
32247 Load
32248 \begin_inset space ~
32249 \end_inset
32250
32251 always
32252 \family default
32253 .
32254  
32255 \series bold
32256
32257 \backslash
32258 splitfrac
32259 \series default
32260  has the scheme
32261 \end_layout
32262
32263 \begin_layout Standard
32264
32265 \series bold
32266
32267 \backslash
32268 splitfrac{first line}{second line}
32269 \end_layout
32270
32271 \begin_layout Standard
32272 and is used for either the denominator or numerator:
32273 \end_layout
32274
32275 \begin_layout Standard
32276 \begin_inset Formula 
32277 \[
32278 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}
32279 \]
32280
32281 \end_inset
32282
32283 The command for the first numerator above is:
32284 \end_layout
32285
32286 \begin_layout Standard
32287
32288 \series bold
32289
32290 \backslash
32291 splitfrac{xy+xy+xy+xy+xy
32292 \begin_inset space \textvisiblespace{}
32293 \end_inset
32294
32295
32296 \backslash
32297 {+wy+wy+wy+wy
32298 \end_layout
32299
32300 \begin_layout Subsubsection
32301 Multiline Brackets
32302 \begin_inset CommandInset label
32303 LatexCommand label
32304 name "subsec:Multiline-Brackets"
32305
32306 \end_inset
32307
32308
32309 \begin_inset Index idx
32310 range none
32311 pageformat default
32312 status collapsed
32313
32314 \begin_layout Plain Layout
32315 Brackets
32316 \begin_inset IndexMacro subentry
32317 status open
32318
32319 \begin_layout Plain Layout
32320 for multiline expressions
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \begin_layout Standard
32334 For brackets spanning multiple lines the following problem occurs:
32335 \begin_inset Formula 
32336 \begin{eqnarray*}
32337 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
32338  &  & \left.\cdots+B-D\right]
32339 \end{eqnarray*}
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 The closing bracket is smaller than the opening bracket because brackets with variable size may not span multiple lines.
32348 \end_layout
32349
32350 \begin_layout Standard
32351 To set the bracket size for the second line correctly,
32352  the first line is ended with 
32353 \series bold
32354
32355 \backslash
32356 right.
32357 \series default
32358
32359 \begin_inset Index idx
32360 range none
32361 pageformat default
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365 Commands
32366 \begin_inset IndexMacro subentry
32367 status open
32368
32369 \begin_layout Plain Layout
32370 R
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \begin_inset IndexMacro subentry
32377 status open
32378
32379 \begin_layout Plain Layout
32380
32381 \backslash
32382 right
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \end_inset
32391
32392  and the second line with 
32393 \series bold
32394
32395 \backslash
32396 left.
32397 \begin_inset Foot
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401 For more about 
32402 \series bold
32403
32404 \backslash
32405 left
32406 \series default
32407  and 
32408 \series bold
32409
32410 \backslash
32411 right
32412 \series default
32413  see 
32414 \begin_inset CommandInset ref
32415 LatexCommand ref
32416 reference "subsec:Automatic-Bracket-Size"
32417 nolink "false"
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \end_inset
32425
32426
32427 \series default
32428
32429 \begin_inset Index idx
32430 range none
32431 pageformat default
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435 Commands
32436 \begin_inset IndexMacro subentry
32437 status open
32438
32439 \begin_layout Plain Layout
32440 L
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \begin_inset IndexMacro subentry
32447 status open
32448
32449 \begin_layout Plain Layout
32450
32451 \backslash
32452 left
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \end_inset
32461
32462 .
32463  After 
32464 \series bold
32465
32466 \backslash
32467 left.
32468
32469 \series default
32470  the command 
32471 \series bold
32472
32473 \backslash
32474 vphantom
32475 \series default
32476
32477 \begin_inset space \textvisiblespace{}
32478 \end_inset
32479
32480
32481 \series bold
32482
32483 \backslash
32484 prod
32485 \series default
32486 ^
32487 \begin_inset space \textvisiblespace{}
32488 \end_inset
32489
32490
32491 \series bold
32492
32493 \backslash
32494 infty
32495 \series default
32496
32497 \begin_inset space \textvisiblespace{}
32498 \end_inset
32499
32500
32501 \series bold
32502
32503 \begin_inset Formula $\downarrow$
32504 \end_inset
32505
32506 _R=1}
32507 \series default
32508
32509 \begin_inset Index idx
32510 range none
32511 pageformat default
32512 status collapsed
32513
32514 \begin_layout Plain Layout
32515 Commands
32516 \begin_inset IndexMacro subentry
32517 status open
32518
32519 \begin_layout Plain Layout
32520 V
32521 \end_layout
32522
32523 \end_inset
32524
32525
32526 \begin_inset IndexMacro subentry
32527 status open
32528
32529 \begin_layout Plain Layout
32530
32531 \backslash
32532 vphantom
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \end_inset
32541
32542  is inserted,
32543  because the multiplication operator with its limits is the largest symbol in the first line and this should be the size for the bracket in the second line.
32544 \end_layout
32545
32546 \begin_layout Standard
32547 The result is this:
32548 \begin_inset Formula 
32549 \begin{eqnarray*}
32550 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
32551  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
32552 \end{eqnarray*}
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Subsection
32560 Align Environments
32561 \end_layout
32562
32563 \begin_layout Standard
32564 Align environments can be used for every kind of multiline formulas.
32565  They are especially useful to set several formulas side by side.
32566 \end_layout
32567
32568 \begin_layout Standard
32569 Align environments consist of columns.
32570  The odd columns are right aligned,
32571  the even ones left aligned.
32572  Every line in an Align environment can be numbered.
32573 \end_layout
32574
32575 \begin_layout Standard
32576 Align environments are created via the menu 
32577 \family sans
32578 Insert\SpecialChar menuseparator
32579 Math
32580 \family default
32581 .
32582  With the menu 
32583 \family sans
32584 Edit\SpecialChar menuseparator
32585 Math\SpecialChar menuseparator
32586 Change Formula Type
32587 \family default
32588  pre-existing formulas can be converted to Align environments.
32589 \end_layout
32590
32591 \begin_layout Standard
32592 To add or delete columns,
32593  use the math toolbar buttons 
32594 \begin_inset Info
32595 type  "icon"
32596 arg   "tabular-feature append-column"
32597 \end_inset
32598
32599  or 
32600 \begin_inset Info
32601 type  "icon"
32602 arg   "tabular-feature delete-column"
32603 \end_inset
32604
32605  respectively,
32606  or the menu option 
32607 \family sans
32608 Edit\SpecialChar menuseparator
32609 Rows & Columns
32610 \family default
32611  can be used.
32612 \end_layout
32613
32614 \begin_layout Subsubsection
32615 Standard Align Environment
32616 \begin_inset CommandInset label
32617 LatexCommand label
32618 name "subsec:Standard-align-Environment"
32619
32620 \end_inset
32621
32622
32623 \begin_inset Index idx
32624 range none
32625 pageformat default
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629 Formula
32630 \begin_inset IndexMacro subentry
32631 status open
32632
32633 \begin_layout Plain Layout
32634 multiline
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \begin_inset IndexMacro subentry
32641 status open
32642
32643 \begin_layout Plain Layout
32644 align environment
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Standard
32658 This align environment is created by pressing 
32659 \begin_inset Info
32660 type  "shortcut"
32661 arg   "newline-insert newline"
32662 \end_inset
32663
32664  in a formula or by the menu 
32665 \family sans
32666 Insert\SpecialChar menuseparator
32667 Math\SpecialChar menuseparator
32668 AMS align Environment
32669 \family default
32670 .
32671 \end_layout
32672
32673 \begin_layout Standard
32674 An example for two formulas set side by side,
32675  that are created with a four column align environment:
32676 \begin_inset Formula 
32677 \begin{align*}
32678 A & =\sin(B) & C & =D\\
32679 C & \ne A & B & \ne D
32680 \end{align*}
32681
32682 \end_inset
32683
32684 As it can be seen,
32685  the formulas in this environment are placed so as if there would be a 
32686 \series bold
32687
32688 \backslash
32689 hfill
32690 \begin_inset Foot
32691 status open
32692
32693 \begin_layout Plain Layout
32694 For more about 
32695 \series bold
32696
32697 \backslash
32698 hfill
32699 \series default
32700  see 
32701 \begin_inset CommandInset ref
32702 LatexCommand ref
32703 reference "subsec:Variable-Space"
32704 nolink "false"
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \series default
32715  before the first and after every even column.
32716  When the formula style 
32717 \series bold
32718 Indented
32719 \begin_inset Foot
32720 status open
32721
32722 \begin_layout Plain Layout
32723 For formula styles see 
32724 \begin_inset CommandInset ref
32725 LatexCommand ref
32726 reference "sec:Formula-Styles"
32727 nolink "false"
32728
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \series default
32738  is used,
32739  the formula is set without the 
32740 \series bold
32741
32742 \backslash
32743 hfill
32744 \series default
32745  before the first column.
32746 \end_layout
32747
32748 \begin_layout Subsubsection
32749 Alignat Environment
32750 \begin_inset Index idx
32751 range none
32752 pageformat default
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756 Formula
32757 \begin_inset IndexMacro subentry
32758 status open
32759
32760 \begin_layout Plain Layout
32761 multiline
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \begin_inset IndexMacro subentry
32768 status open
32769
32770 \begin_layout Plain Layout
32771 alignat environment
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \end_layout
32778
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Standard
32785 The alignat environment has no predefined column separation.
32786  It can be inserted manually with the spaces that are described in 
32787 \begin_inset CommandInset ref
32788 LatexCommand ref
32789 reference "subsec:Space"
32790 nolink "false"
32791
32792 \end_inset
32793
32794 .
32795 \end_layout
32796
32797 \begin_layout Standard
32798 The above example is shown in the alignat environment where 1
32799 \begin_inset space \thinspace{}
32800 \end_inset
32801
32802 cm space was inserted at the beginning of the second formula:
32803 \begin_inset Formula 
32804 \begin{alignat*}{2}
32805 A & =\sin(B) & \hspace{1cm}C & =D\\
32806 C & \ne A & B & \ne D
32807 \end{alignat*}
32808
32809 \end_inset
32810
32811 Because the column separation can be set separately for every column,
32812  this environment is especially suitable to set three or more formulas side by side.
32813 \end_layout
32814
32815 \begin_layout Subsubsection
32816 Flalign Environment
32817 \begin_inset CommandInset label
32818 LatexCommand label
32819 name "subsec:Flalign-Environment"
32820
32821 \end_inset
32822
32823
32824 \begin_inset Index idx
32825 range none
32826 pageformat default
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 Formula
32831 \begin_inset IndexMacro subentry
32832 status open
32833
32834 \begin_layout Plain Layout
32835 multiline
32836 \end_layout
32837
32838 \end_inset
32839
32840
32841 \begin_inset IndexMacro subentry
32842 status open
32843
32844 \begin_layout Plain Layout
32845 flalign environment
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 In this environment the first column is always set to the left as much as possible and the last one to the right.
32860  An example:
32861 \begin_inset Formula 
32862 \begin{flalign*}
32863 A & =1 & B & =2 & C & =3\\
32864 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
32865 \end{flalign*}
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 By creating a flalign environment with an odd number of columns where an empty \SpecialChar TeX
32874  brace is inserted in the last column,
32875  several formulas in a document can be set to the left,
32876  although the formula style 
32877 \series bold
32878 Centered
32879 \series default
32880  is used.
32881  As example the indented formula 
32882 \begin_inset CommandInset ref
32883 LatexCommand eqref
32884 reference "eq:VolInt"
32885 nolink "false"
32886
32887 \end_inset
32888
32889 :
32890 \begin_inset Formula 
32891 \begin{flalign}
32892 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
32893 \end{flalign}
32894
32895 \end_inset
32896
32897 The first two columns contain the formula.
32898  To indent it as with the formula style 
32899 \series bold
32900 Indented
32901 \series default
32902 ,
32903  a 30
32904 \begin_inset space \thinspace{}
32905 \end_inset
32906
32907 pt space was inserted at the beginning of the first column.
32908 \end_layout
32909
32910 \begin_layout Subsection
32911 Eqnarray Environment
32912 \begin_inset CommandInset label
32913 LatexCommand label
32914 name "subsec:Eqnarray-Environment"
32915
32916 \end_inset
32917
32918
32919 \begin_inset Index idx
32920 range none
32921 pageformat default
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925 Formula
32926 \begin_inset IndexMacro subentry
32927 status open
32928
32929 \begin_layout Plain Layout
32930 multiline
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \begin_inset IndexMacro subentry
32937 status open
32938
32939 \begin_layout Plain Layout
32940 eqnarray environment
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \end_layout
32947
32948 \end_inset
32949
32950
32951 \end_layout
32952
32953 \begin_layout Standard
32954 When this environment is created,
32955  three blue boxes appear.
32956  The content of the first box is right aligned,
32957  the content of the last box left aligned.
32958  The content of the middle box appears centered and a bit smaller because it is intended for relational characters only.
32959 \begin_inset Formula 
32960 \begin{eqnarray*}
32961 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
32962 AB & AB & AB\\
32963 A & = & A
32964 \end{eqnarray*}
32965
32966 \end_inset
32967
32968
32969 \end_layout
32970
32971 \begin_layout Subsection
32972 Gather Environment
32973 \begin_inset Index idx
32974 range none
32975 pageformat default
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 Formula
32980 \begin_inset IndexMacro subentry
32981 status open
32982
32983 \begin_layout Plain Layout
32984 multiline
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \begin_inset IndexMacro subentry
32991 status open
32992
32993 \begin_layout Plain Layout
32994 gather environment
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Standard
33008 This environment consists of one centered column.
33009  Every line can be numbered.
33010 \begin_inset Formula 
33011 \begin{gather}
33012 A=1\\
33013 X=\textrm{-}1
33014 \end{gather}
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \begin_layout Subsection
33022 Multline Environment
33023 \begin_inset CommandInset label
33024 LatexCommand label
33025 name "subsec:Multline-Environment"
33026
33027 \end_inset
33028
33029
33030 \begin_inset Index idx
33031 range none
33032 pageformat default
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036 Formula
33037 \begin_inset IndexMacro subentry
33038 status open
33039
33040 \begin_layout Plain Layout
33041 multiline
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \begin_inset IndexMacro subentry
33048 status open
33049
33050 \begin_layout Plain Layout
33051 multline environment
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Standard
33065 The multline environment consists,
33066  like the gather environment,
33067  of one column.
33068  But the first line is left aligned,
33069  the last one right aligned.
33070  All other lines are centered.
33071  Therefore this environment is suitable for long formulas.
33072  Using example formula 
33073 \begin_inset CommandInset ref
33074 LatexCommand eqref
33075 reference "eq:lefteqn"
33076 nolink "false"
33077
33078 \end_inset
33079
33080  in the multline environment:
33081 \begin_inset Formula 
33082 \begin{multline}
33083 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}\\
33084 -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}\\
33085 =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}}
33086 \end{multline}
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Standard
33094 In the output,
33095  only the last line of a multline environment appears numbered when the document numbering is on the right .
33096  If the document numbering is on the left then only the first line will appear numbered.
33097 \begin_inset Foot
33098 status collapsed
33099
33100 \begin_layout Plain Layout
33101 For numbering styles see 
33102 \begin_inset CommandInset ref
33103 LatexCommand ref
33104 reference "sec:Formula-Styles"
33105 nolink "false"
33106
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 With the commands 
33119 \series bold
33120
33121 \backslash
33122 shoveright
33123 \series default
33124
33125 \begin_inset Index idx
33126 range none
33127 pageformat default
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 Commands
33132 \begin_inset IndexMacro subentry
33133 status open
33134
33135 \begin_layout Plain Layout
33136 S
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \begin_inset IndexMacro subentry
33143 status open
33144
33145 \begin_layout Plain Layout
33146
33147 \backslash
33148 shoveright
33149 \end_layout
33150
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \end_inset
33157
33158  and 
33159 \series bold
33160
33161 \backslash
33162 shoveleft
33163 \series default
33164
33165 \begin_inset Index idx
33166 range none
33167 pageformat default
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171 Commands
33172 \begin_inset IndexMacro subentry
33173 status open
33174
33175 \begin_layout Plain Layout
33176 S
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \begin_inset IndexMacro subentry
33183 status open
33184
33185 \begin_layout Plain Layout
33186
33187 \backslash
33188 shoveleft
33189 \end_layout
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \end_inset
33197
33198  a centered line can be right or left aligned,
33199  respectively.
33200  The commands are used as follows:
33201 \end_layout
33202
33203 \begin_layout Standard
33204
33205 \series bold
33206
33207 \backslash
33208 shoveright{line content}
33209 \series default
33210  and 
33211 \series bold
33212
33213 \backslash
33214 shoveleft{line content}
33215 \end_layout
33216
33217 \begin_layout Standard
33218 \begin_inset VSpace medskip
33219 \end_inset
33220
33221 The length 
33222 \series bold
33223
33224 \backslash
33225 multlinegap
33226 \series default
33227
33228 \begin_inset Index idx
33229 range none
33230 pageformat default
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234 Commands
33235 \begin_inset IndexMacro subentry
33236 status open
33237
33238 \begin_layout Plain Layout
33239 M
33240 \end_layout
33241
33242 \end_inset
33243
33244
33245 \begin_inset IndexMacro subentry
33246 status open
33247
33248 \begin_layout Plain Layout
33249
33250 \backslash
33251 multlinegap
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \end_inset
33260
33261  specifies the distance of the first line from the left page margin.
33262  Predefined is the length 0
33263 \begin_inset space \thinspace{}
33264 \end_inset
33265
33266 pt.
33267 \end_layout
33268
33269 \begin_layout Standard
33270 As example the above formula where the command
33271 \end_layout
33272
33273 \begin_layout Standard
33274
33275 \series bold
33276
33277 \backslash
33278 setlength{
33279 \backslash
33280 multlinegap}{2cm}
33281 \end_layout
33282
33283 \begin_layout Standard
33284 was inserted in \SpecialChar TeX
33285  mode before:
33286 \begin_inset ERT
33287 status collapsed
33288
33289 \begin_layout Plain Layout
33290
33291
33292 \backslash
33293 setlength{
33294 \backslash
33295 multlinegap}{2cm}
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \begin_inset Formula 
33302 \begin{multline}
33303 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}\\
33304 \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}}\\
33305 =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}}
33306 \end{multline}
33307
33308 \end_inset
33309
33310
33311 \begin_inset ERT
33312 status collapsed
33313
33314 \begin_layout Plain Layout
33315
33316
33317 \backslash
33318 setlength{
33319 \backslash
33320 multlinegap}{0pt}
33321 \end_layout
33322
33323 \end_inset
33324
33325 The second line was left aligned using 
33326 \series bold
33327
33328 \backslash
33329 shoveleft
33330 \series default
33331 .
33332 \end_layout
33333
33334 \begin_layout Subsection
33335 Multiline Formula Parts
33336 \begin_inset CommandInset label
33337 LatexCommand label
33338 name "subsec:Multiline-Formula-Parts"
33339
33340 \end_inset
33341
33342
33343 \begin_inset Index idx
33344 range none
33345 pageformat default
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 Formula
33350 \begin_inset IndexMacro subentry
33351 status open
33352
33353 \begin_layout Plain Layout
33354 multiline
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \begin_inset IndexMacro subentry
33361 status open
33362
33363 \begin_layout Plain Layout
33364 formula parts
33365 \end_layout
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \begin_layout Standard
33378 To display only parts of a formula with multiple lines,
33379  one of the following environments is used:
33380  
33381 \series bold
33382 aligned
33383 \series default
33384 ,
33385  
33386 \series bold
33387 alignedat
33388 \series default
33389 ,
33390  
33391 \series bold
33392 gathered
33393 \series default
33394  or 
33395 \series bold
33396 split
33397 \series default
33398 .
33399  They can be inserted via the menu 
33400 \family sans
33401 Insert\SpecialChar menuseparator
33402 Math
33403 \family default
33404  or by using the commands described in this section.
33405 \end_layout
33406
33407 \begin_layout Standard
33408 The first three have the same properties as the corresponding multiline formula environments,
33409  but it is possible to set additional formula parts beside them.
33410  An example:
33411 \begin_inset Formula 
33412 \[
33413 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
33414 \Delta E\Delta t & \ge\frac{\hbar}{2}
33415 \end{aligned}
33416 \right\} \textrm{Uncertainty relations}
33417 \]
33418
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \begin_layout Standard
33425 To get this formula,
33426  a displayed formula is created where the command 
33427 \series bold
33428
33429 \backslash
33430 aligned
33431 \series default
33432
33433 \begin_inset Index idx
33434 range none
33435 pageformat default
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 Commands
33440 \begin_inset IndexMacro subentry
33441 status open
33442
33443 \begin_layout Plain Layout
33444 A
33445 \end_layout
33446
33447 \end_inset
33448
33449
33450 \begin_inset IndexMacro subentry
33451 status open
33452
33453 \begin_layout Plain Layout
33454
33455 \backslash
33456 aligned
33457 \end_layout
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \end_inset
33465
33466  is inserted.
33467  A purple box appears around the blue formula box where now columns and lines can be added.
33468  Outside the multiline environment other formula parts can be set,
33469  like the brace.
33470 \end_layout
33471
33472 \begin_layout Standard
33473 The aligned environment is also suitable for long formulas whose lines are horizontally aligned.
33474  Using aligned in a displayed formula has the advantage that the formula number is vertically centered behind the lines.
33475  For example here is formula 
33476 \begin_inset CommandInset ref
33477 LatexCommand eqref
33478 reference "eq:shortlong"
33479 nolink "false"
33480
33481 \end_inset
33482
33483  in the aligned environment:
33484 \begin_inset Formula 
33485 \begin{equation}
33486 \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}|}\\
33487  & -\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}|}
33488 \end{aligned}
33489 \end{equation}
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 To use the environments 
33498 \series bold
33499 alignedat
33500 \series default
33501 ,
33502  
33503 \series bold
33504 gathered
33505 \series default
33506 ,
33507  or 
33508 \series bold
33509 split
33510 \series default
33511 ,
33512  the command 
33513 \series bold
33514
33515 \backslash
33516 alignedat
33517 \series default
33518 ,
33519 \begin_inset Index idx
33520 range none
33521 pageformat default
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525 Commands
33526 \begin_inset IndexMacro subentry
33527 status open
33528
33529 \begin_layout Plain Layout
33530 A
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \begin_inset IndexMacro subentry
33537 status open
33538
33539 \begin_layout Plain Layout
33540
33541 \backslash
33542 alignedat
33543 \end_layout
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \end_inset
33551
33552  
33553 \series bold
33554
33555 \backslash
33556 gathered
33557 \series default
33558
33559 \begin_inset Index idx
33560 range none
33561 pageformat default
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Commands
33566 \begin_inset IndexMacro subentry
33567 status open
33568
33569 \begin_layout Plain Layout
33570 G
33571 \end_layout
33572
33573 \end_inset
33574
33575
33576 \begin_inset IndexMacro subentry
33577 status open
33578
33579 \begin_layout Plain Layout
33580
33581 \backslash
33582 gathered
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \end_inset
33591
33592 ,
33593  or 
33594 \series bold
33595
33596 \backslash
33597 split
33598 \series default
33599
33600 \begin_inset Index idx
33601 range none
33602 pageformat default
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606 Commands
33607 \begin_inset IndexMacro subentry
33608 status open
33609
33610 \begin_layout Plain Layout
33611 S
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \begin_inset IndexMacro subentry
33618 status open
33619
33620 \begin_layout Plain Layout
33621
33622 \backslash
33623 split
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \end_inset
33632
33633  are inserted,
33634  respectively.
33635  The split environment has the same properties as the aligned environment but it can only have two columns.
33636 \end_layout
33637
33638 \begin_layout Subsection
33639 Text in Multiline Formulas
33640 \begin_inset CommandInset label
33641 LatexCommand label
33642 name "subsec:Text-in-multiline"
33643
33644 \end_inset
33645
33646
33647 \begin_inset Index idx
33648 range none
33649 pageformat default
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653 Text
33654 \begin_inset IndexMacro subentry
33655 status open
33656
33657 \begin_layout Plain Layout
33658 in formulas
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \begin_inset Index idx
33670 range none
33671 pageformat default
33672 status collapsed
33673
33674 \begin_layout Plain Layout
33675 Formula
33676 \begin_inset IndexMacro subentry
33677 status open
33678
33679 \begin_layout Plain Layout
33680 multiline
33681 \end_layout
33682
33683 \end_inset
33684
33685
33686 \begin_inset IndexMacro subentry
33687 status open
33688
33689 \begin_layout Plain Layout
33690 text
33691 \end_layout
33692
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 In the align environments as well as the multline and gather environment,
33705  text can be inserted that will appear in a separate line and doesn't affect the column alignment.
33706  To do this,
33707  the command 
33708 \series bold
33709
33710 \backslash
33711 intertext
33712 \series default
33713
33714 \begin_inset Index idx
33715 range none
33716 pageformat default
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 Commands
33721 \begin_inset IndexMacro subentry
33722 status open
33723
33724 \begin_layout Plain Layout
33725 I
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \begin_inset IndexMacro subentry
33732 status open
33733
33734 \begin_layout Plain Layout
33735
33736 \backslash
33737 intertext
33738 \end_layout
33739
33740 \end_inset
33741
33742
33743 \end_layout
33744
33745 \end_inset
33746
33747  is used in the following scheme:
33748 \end_layout
33749
33750 \begin_layout Standard
33751
33752 \series bold
33753
33754 \backslash
33755 intertext{text}
33756 \end_layout
33757
33758 \begin_layout Standard
33759 The text should not be longer than a line because it cannot be hyphenated.
33760  As \SpecialChar LyX
33761  doesn't yet support 
33762 \series bold
33763
33764 \backslash
33765 intertext
33766 \series default
33767  directly,
33768  the text is written as mathematical text.
33769  Therefore 
33770 \series bold
33771
33772 \backslash
33773 intertext
33774 \series default
33775  must be at the beginning of a line and will appear in the output above this line.
33776  An example where the text was inserted at the beginning of the second line:
33777 \begin_inset Formula 
33778 \begin{align}
33779 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33780 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33781 \end{align}
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789
33790 \series bold
33791
33792 \backslash
33793 intertext
33794 \series default
33795  always creates some vertical space between the text and the formula lines.
33796  To avoid this space,
33797  in the document settings under 
33798 \family sans
33799 Math
33800 \begin_inset space ~
33801 \end_inset
33802
33803 Options
33804 \family default
33805  for the package 
33806 \series bold
33807 mathtools
33808 \series default
33809
33810 \begin_inset Index idx
33811 range none
33812 pageformat default
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816 Packages
33817 \begin_inset IndexMacro subentry
33818 status open
33819
33820 \begin_layout Plain Layout
33821 mathtools
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \end_inset
33830
33831  set the option to 
33832 \family sans
33833 Load
33834 \begin_inset space ~
33835 \end_inset
33836
33837 always
33838 \family default
33839 .
33840  Then you can use the command 
33841 \series bold
33842
33843 \backslash
33844 shortintertext
33845 \series default
33846
33847 \begin_inset Index idx
33848 range none
33849 pageformat default
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853 Commands
33854 \begin_inset IndexMacro subentry
33855 status open
33856
33857 \begin_layout Plain Layout
33858 S
33859 \end_layout
33860
33861 \end_inset
33862
33863
33864 \begin_inset IndexMacro subentry
33865 status open
33866
33867 \begin_layout Plain Layout
33868
33869 \backslash
33870 shortintertext
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \end_inset
33879
33880  instead of 
33881 \series bold
33882
33883 \backslash
33884 intertext
33885 \series default
33886 :
33887 \end_layout
33888
33889 \begin_layout Standard
33890 \begin_inset Formula 
33891 \begin{align}
33892 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33893 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33894 \end{align}
33895
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \begin_layout Section
33902 Formula Numbering
33903 \begin_inset Index idx
33904 range none
33905 pageformat default
33906 status collapsed
33907
33908 \begin_layout Plain Layout
33909 Formula numbering
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \begin_inset Index idx
33916 range none
33917 pageformat default
33918 status collapsed
33919
33920 \begin_layout Plain Layout
33921 Formula
33922 \begin_inset IndexMacro subentry
33923 status open
33924
33925 \begin_layout Plain Layout
33926 numbering
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \begin_inset IndexMacro see
33933 status open
33934
33935 \begin_layout Plain Layout
33936 Formula numbering
33937 \end_layout
33938
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Subsection
33950 General
33951 \end_layout
33952
33953 \begin_layout Standard
33954 Numbered formulas can be created with the menu 
33955 \family sans
33956 Insert\SpecialChar menuseparator
33957 Math\SpecialChar menuseparator
33958 Numbered
33959 \begin_inset space ~
33960 \end_inset
33961
33962 Formula
33963 \family default
33964  (shortcut 
33965 \begin_inset Info
33966 type  "shortcuts"
33967 arg   "command-sequence math-display; math-number-toggle;"
33968 \end_inset
33969
33970 ).
33971  Existing formulas can be numbered with the menu 
33972 \family sans
33973 Edit\SpecialChar menuseparator
33974 Math\SpecialChar menuseparator
33975 Number
33976 \begin_inset space ~
33977 \end_inset
33978
33979 Whole
33980 \begin_inset space ~
33981 \end_inset
33982
33983 Formula
33984 \family default
33985  (shortcut 
33986 \begin_inset Info
33987 type  "shortcut"
33988 arg   "math-number-toggle"
33989 \end_inset
33990
33991 ).
33992  The formula number is displayed in \SpecialChar LyX
33993  behind the formula as a number in parentheses.
33994  
33995 \change_deleted 232239728 1611410645
33996 The number sign is replaced in the output by the formula number.
33997 \change_deleted 5863208 1612727075
33998
33999 \begin_inset Note Note
34000 status open
34001
34002 \begin_layout Plain Layout
34003
34004 \change_inserted 232239728 1611410697
34005 LyX appears to put the actual formula number in the raw file now
34006 \change_unchanged
34007
34008 \end_layout
34009
34010 \end_inset
34011
34012
34013 \change_unchanged
34014
34015 \end_layout
34016
34017 \begin_layout Standard
34018 When numbering is turned on in multiline formulas,
34019  all formulas will be numbered.
34020  But the numbering can be controlled with the menu 
34021 \family sans
34022 Edit\SpecialChar menuseparator
34023 Math\SpecialChar menuseparator
34024 Number
34025 \begin_inset space ~
34026 \end_inset
34027
34028 This
34029 \begin_inset space ~
34030 \end_inset
34031
34032 Line
34033 \family default
34034  (shortcut 
34035 \begin_inset Info
34036 type  "shortcut"
34037 arg   "math-number-line-toggle"
34038 \end_inset
34039
34040 ) for every formula.
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Except for inline formulas,
34045  all formulas can be numbered with two different styles,
34046  see 
34047 \begin_inset CommandInset ref
34048 LatexCommand ref
34049 reference "sec:Formula-Styles"
34050 nolink "false"
34051
34052 \end_inset
34053
34054 .
34055 \end_layout
34056
34057 \begin_layout Subsection
34058 Cross-References
34059 \begin_inset Index idx
34060 range none
34061 pageformat default
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 Cross-references
34066 \begin_inset IndexMacro subentry
34067 status open
34068
34069 \begin_layout Plain Layout
34070 to formulas
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Standard
34084 All labeled formulas can be cross-referenced.
34085  A label is added with the menu 
34086 \family sans
34087 Insert\SpecialChar menuseparator
34088 Label
34089 \family default
34090  or the toolbar button 
34091 \begin_inset Info
34092 type  "icon"
34093 arg   "label-insert"
34094 \end_inset
34095
34096 .
34097  The cursor must be inside a displayed formula.
34098  Alternatively you can right-click on the formula and choose 
34099 \family sans
34100 Equation Label
34101 \family default
34102 .
34103  A dialog pops up displaying the prefix 
34104 \series bold
34105 eq:
34106
34107 \series default
34108  in a text field.
34109  The label is inserted behind the prefix.
34110  The predefined prefix means 
34111 \begin_inset Quotes eld
34112 \end_inset
34113
34114 equation
34115 \begin_inset Quotes erd
34116 \end_inset
34117
34118  and makes it easier to find labels in large documents because it marks it as a formula label to distinguish it from e.
34119 \begin_inset space \thinspace{}
34120 \end_inset
34121
34122 g.
34123 \begin_inset space \space{}
34124 \end_inset
34125
34126 section labels.
34127  To change a label,
34128  the menu 
34129 \family sans
34130 Insert\SpecialChar menuseparator
34131 Label
34132 \family default
34133  is used again or you can right-click on a formula and then on 
34134 \family sans
34135 Equation Label
34136 \family default
34137 .
34138 \end_layout
34139
34140 \begin_layout Standard
34141 The name of the label is displayed in \SpecialChar LyX
34142  within parentheses behind the formula number.
34143  A formula with a label is always numbered.
34144 \end_layout
34145
34146 \begin_layout Standard
34147 Cross-references are inserted via the menu 
34148 \family sans
34149 Insert\SpecialChar menuseparator
34150 Cross-Reference
34151 \family default
34152  or with the toolbar button 
34153 \begin_inset Info
34154 type  "icon"
34155 arg   "dialog-show-new-inset ref"
34156 \end_inset
34157
34158 .
34159  A formula cross-reference appears in the output as formula number.
34160  When in the cross-reference dialog window the format 
34161 \series bold
34162 (<reference>)
34163 \series default
34164  is chosen,
34165  the cross-reference appears in the output as formula number in parentheses.
34166 \begin_inset Newline newline
34167 \end_inset
34168
34169 By right-clicking on a cross-reference in \SpecialChar LyX
34170 ,
34171  one jumps to the formula that is referenced.
34172 \end_layout
34173
34174 \begin_layout Standard
34175 Here are as examples cross-references to formulas of the following subsections:
34176 \begin_inset Note Note
34177 status open
34178
34179 \begin_layout Plain Layout
34180 Note the different cross-reference types.
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Standard
34189 The equations 
34190 \begin_inset CommandInset ref
34191 LatexCommand eqref
34192 reference "eq:tag"
34193 nolink "false"
34194
34195 \end_inset
34196
34197  and 
34198 \begin_inset CommandInset ref
34199 LatexCommand eqref
34200 reference "eq:c"
34201 nolink "false"
34202
34203 \end_inset
34204
34205  are equivalent.
34206  In (
34207 \begin_inset CommandInset ref
34208 LatexCommand ref
34209 reference "eq:Lat"
34210 nolink "false"
34211
34212 \end_inset
34213
34214 ) big Latin letters are used for the numbering in contrary to (
34215 \begin_inset CommandInset ref
34216 LatexCommand ref
34217 reference "eq:Rom"
34218 nolink "false"
34219
34220 \end_inset
34221
34222 ).
34223 \end_layout
34224
34225 \begin_layout Standard
34226 \begin_inset VSpace medskip
34227 \end_inset
34228
34229 When the argument of 
34230 \series bold
34231
34232 \backslash
34233 tag
34234 \begin_inset Foot
34235 status collapsed
34236
34237 \begin_layout Plain Layout
34238
34239 \series bold
34240
34241 \backslash
34242 tag
34243 \series default
34244  is described in 
34245 \begin_inset CommandInset ref
34246 LatexCommand ref
34247 reference "subsec:User-defined-Numbering"
34248 nolink "false"
34249
34250 \end_inset
34251
34252 .
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \series default
34259  contains a box like in 
34260 \begin_inset CommandInset ref
34261 LatexCommand ref
34262 reference "subsec:Paragraph-Boxes"
34263 nolink "false"
34264
34265 \end_inset
34266
34267 ,
34268  the formula cannot be referenced.
34269 \end_layout
34270
34271 \begin_layout Subsection
34272 Subnumbering
34273 \begin_inset Index idx
34274 range none
34275 pageformat default
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279 Formula numbering
34280 \begin_inset IndexMacro subentry
34281 status open
34282
34283 \begin_layout Plain Layout
34284 subnumbering
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 Formulas can be numbered as subequations.
34299  To activate this feature,
34300  add the module 
34301 \family sans
34302 Subequations
34303 \family default
34304  to the document in the menu 
34305 \family sans
34306 Document\SpecialChar menuseparator
34307 Settings\SpecialChar menuseparator
34308 Modules
34309 \family default
34310 .
34311  To insert subequations use the menu 
34312 \family sans
34313 Insert\SpecialChar menuseparator
34314 Custom Insets\SpecialChar menuseparator
34315 Subequations
34316 \family default
34317 .
34318 \end_layout
34319
34320 \begin_layout Standard
34321 The equations to be subnumbered are put into the 
34322 \family sans
34323 Subequations
34324 \family default
34325  inset.
34326  An example:
34327 \begin_inset Formula 
34328 \begin{equation}
34329 A=C-B
34330 \end{equation}
34331
34332 \end_inset
34333
34334
34335 \begin_inset VSpace -5mm
34336 \end_inset
34337
34338
34339 \begin_inset Flex Subequations
34340 status open
34341
34342 \begin_layout Plain Layout
34343 \begin_inset Formula 
34344 \begin{equation}
34345 B=C-A\label{eq:b}
34346 \end{equation}
34347
34348 \end_inset
34349
34350
34351 \begin_inset Formula 
34352 \begin{equation}
34353 C=A+B\label{eq:c}
34354 \end{equation}
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Standard
34367 Every formula in the 
34368 \family sans
34369 Subequations
34370 \family default
34371  inset will be subnumbered with a,
34372  b,
34373  c,
34374  \SpecialChar ldots
34375  in the output.
34376  For multiline formulas every line will be subnumbered.
34377 \end_layout
34378
34379 \begin_layout Standard
34380 Referencing subequations works like normal equations:
34381  
34382 \begin_inset CommandInset ref
34383 LatexCommand eqref
34384 reference "eq:b"
34385 nolink "false"
34386
34387 \end_inset
34388
34389 ,
34390  
34391 \begin_inset CommandInset ref
34392 LatexCommand eqref
34393 reference "eq:c"
34394 nolink "false"
34395
34396 \end_inset
34397
34398 .
34399  If you want to reference the subequations collectively,
34400  insert a label as first thing in the 
34401 \family sans
34402 Subequations
34403 \family default
34404  inset.
34405  Formula 
34406 \begin_inset CommandInset ref
34407 LatexCommand eqref
34408 reference "eq:Here-is-an"
34409 plural "false"
34410 caps "false"
34411 noprefix "false"
34412 nolink "false"
34413
34414 \end_inset
34415
34416  is an example.
34417 \end_layout
34418
34419 \begin_layout Standard
34420 When inserting subequations,
34421  vertical space is added before the equation.
34422  To remove this,
34423  insert -5
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 mm vertical space right before the 
34428 \family sans
34429 Subequations
34430 \family default
34431  inset.
34432  If the formula style 
34433 \series bold
34434 Indented
34435 \begin_inset Foot
34436 status open
34437
34438 \begin_layout Plain Layout
34439 For formula styles see 
34440 \begin_inset CommandInset ref
34441 LatexCommand ref
34442 reference "sec:Formula-Styles"
34443 nolink "false"
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \end_inset
34451
34452
34453 \series default
34454  is used,
34455  insert -7
34456 \begin_inset space \thinspace{}
34457 \end_inset
34458
34459 mm space instead.
34460 \end_layout
34461
34462 \begin_layout Standard
34463 To get another subnumber instead of small Latin letters,
34464  insert this command as \SpecialChar TeX
34465  code before the equations in the 
34466 \family sans
34467 Subequations
34468 \family default
34469  inset:
34470 \end_layout
34471
34472 \begin_layout Standard
34473
34474 \series bold
34475
34476 \backslash
34477 renewcommand{
34478 \backslash
34479 theequation}{
34480 \backslash
34481 theparentequation -
34482 \backslash
34483 roman{equation}}
34484 \end_layout
34485
34486 \begin_layout Standard
34487
34488 \series bold
34489
34490 \backslash
34491 theparentequation
34492 \series default
34493  creates the parent number and 
34494 \series bold
34495
34496 \backslash
34497 roman{equation}
34498 \series default
34499  adds a small Roman number as subnumber.
34500  For more information about the customization of the numbering,
34501  see 
34502 \begin_inset CommandInset ref
34503 LatexCommand ref
34504 reference "subsec:Numbering-with-Roman"
34505 nolink "false"
34506
34507 \end_inset
34508
34509 .
34510 \end_layout
34511
34512 \begin_layout Standard
34513 Here is an example of a multiline formula where the numbering is customized and turned off for the second line:
34514 \begin_inset Flex Subequations
34515 status open
34516
34517 \begin_layout Plain Layout
34518 \begin_inset CommandInset label
34519 LatexCommand label
34520 name "eq:Here-is-an"
34521
34522 \end_inset
34523
34524
34525 \begin_inset ERT
34526 status open
34527
34528 \begin_layout Plain Layout
34529
34530
34531 \backslash
34532 renewcommand{
34533 \backslash
34534 theequation}{
34535 \backslash
34536 theparentequation -
34537 \backslash
34538 roman{equation}}
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \begin_inset Formula 
34545 \begin{eqnarray}
34546 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
34547  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
34548  & = & B^{2}-2BZ+Z^{2}
34549 \end{eqnarray}
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Subsection
34562 Numbering with Roman Numbers and Letters
34563 \begin_inset CommandInset label
34564 LatexCommand label
34565 name "subsec:Numbering-with-Roman"
34566
34567 \end_inset
34568
34569
34570 \begin_inset Index idx
34571 range none
34572 pageformat default
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 Formula numbering
34577 \begin_inset IndexMacro subentry
34578 status open
34579
34580 \begin_layout Plain Layout
34581 with letters
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \begin_inset Index idx
34593 range none
34594 pageformat default
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 Formula numbering
34599 \begin_inset IndexMacro subentry
34600 status open
34601
34602 \begin_layout Plain Layout
34603 with Roman numbers
34604 \end_layout
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Standard
34617 Formulas can also be numbered with Roman numbers and Latin letters.
34618  To number with small Roman numbers,
34619  the command
34620 \end_layout
34621
34622 \begin_layout Standard
34623
34624 \series bold
34625
34626 \backslash
34627 renewcommand{
34628 \backslash
34629 theequation}{
34630 \backslash
34631 roman{equation}}
34632 \end_layout
34633
34634 \begin_layout Standard
34635 is inserted before the formula in \SpecialChar TeX
34636  mode.
34637  
34638 \series bold
34639
34640 \backslash
34641 renewcommand
34642 \series default
34643
34644 \begin_inset Index idx
34645 range none
34646 pageformat default
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 Commands
34651 \begin_inset IndexMacro subentry
34652 status open
34653
34654 \begin_layout Plain Layout
34655 R
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset IndexMacro subentry
34662 status open
34663
34664 \begin_layout Plain Layout
34665
34666 \backslash
34667 renewcommand
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \end_inset
34676
34677  redefines the predefined command 
34678 \series bold
34679
34680 \backslash
34681 theequation
34682 \series default
34683  to the command 
34684 \series bold
34685
34686 \backslash
34687 roman{equation}
34688 \series default
34689 .
34690 \begin_inset Foot
34691 status open
34692
34693 \begin_layout Plain Layout
34694 The command 
34695 \series bold
34696
34697 \backslash
34698 renewcommand
34699 \series default
34700  has the same scheme as the command 
34701 \series bold
34702
34703 \backslash
34704 newcommand
34705 \series default
34706  described in 
34707 \begin_inset CommandInset ref
34708 LatexCommand ref
34709 reference "subsec:The-Command-newcommand"
34710 nolink "false"
34711
34712 \end_inset
34713
34714 .
34715 \end_layout
34716
34717 \end_inset
34718
34719  
34720 \series bold
34721 equation
34722 \series default
34723  is the formula counter.
34724  When the command 
34725 \series bold
34726
34727 \backslash
34728 the
34729 \series default
34730  is used as prefix for a counter,
34731  the value of the counter is output as Arabic number.
34732  When a formula is numbered,
34733  \SpecialChar LaTeX
34734  sets internally the command 
34735 \series bold
34736
34737 \backslash
34738 theequation
34739 \series default
34740  behind the formula.
34741  
34742 \series bold
34743
34744 \backslash
34745 roman{equation}
34746 \begin_inset Index idx
34747 range none
34748 pageformat default
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752 Commands
34753 \begin_inset IndexMacro subentry
34754 status open
34755
34756 \begin_layout Plain Layout
34757 R
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \begin_inset IndexMacro subentry
34764 status open
34765
34766 \begin_layout Plain Layout
34767
34768 \backslash
34769 roman
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \end_inset
34778
34779
34780 \series default
34781  outputs the counter as small Roman number.
34782 \end_layout
34783
34784 \begin_layout Standard
34785 All formulas behind the command 
34786 \series bold
34787
34788 \backslash
34789 renew
34790 \series default
34791 c
34792 \series bold
34793 ommand
34794 \series default
34795  are now numbered Roman.
34796  To switch to numbering with big Roman numbers,
34797  the command is inserted again,
34798  but 
34799 \series bold
34800
34801 \backslash
34802 roman
34803 \series default
34804  is replaced by 
34805 \series bold
34806
34807 \backslash
34808 Roman
34809 \series default
34810
34811 \begin_inset Index idx
34812 range none
34813 pageformat default
34814 status collapsed
34815
34816 \begin_layout Plain Layout
34817 Commands
34818 \begin_inset IndexMacro subentry
34819 status open
34820
34821 \begin_layout Plain Layout
34822 R
34823 \end_layout
34824
34825 \end_inset
34826
34827
34828 \begin_inset IndexMacro subentry
34829 status open
34830
34831 \begin_layout Plain Layout
34832 \begin_inset IndexMacro sortkey
34833 status open
34834
34835 \begin_layout Plain Layout
34836
34837 \backslash
34838 roman
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \backslash
34845 Roman
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \end_inset
34854
34855 .
34856  To 
34857 \begin_inset Quotes eld
34858 \end_inset
34859
34860 number
34861 \begin_inset Quotes erd
34862 \end_inset
34863
34864  with small Latin letters there is the command 
34865 \series bold
34866
34867 \backslash
34868 alph
34869 \series default
34870
34871 \begin_inset Index idx
34872 range none
34873 pageformat default
34874 status collapsed
34875
34876 \begin_layout Plain Layout
34877 Commands
34878 \begin_inset IndexMacro subentry
34879 status open
34880
34881 \begin_layout Plain Layout
34882 A
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \begin_inset IndexMacro subentry
34889 status open
34890
34891 \begin_layout Plain Layout
34892
34893 \backslash
34894 alph
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \end_inset
34903
34904 ,
34905  for big ones there is the command 
34906 \series bold
34907
34908 \backslash
34909 Alph
34910 \series default
34911
34912 \begin_inset Index idx
34913 range none
34914 pageformat default
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918 Commands
34919 \begin_inset IndexMacro subentry
34920 status open
34921
34922 \begin_layout Plain Layout
34923 A
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \begin_inset IndexMacro subentry
34930 status open
34931
34932 \begin_layout Plain Layout
34933 \begin_inset IndexMacro sortkey
34934 status open
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 alph
34940 \end_layout
34941
34942 \end_inset
34943
34944
34945 \backslash
34946 Alph
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \end_inset
34955
34956 .
34957 \end_layout
34958
34959 \begin_layout Standard
34960 \begin_inset Note Greyedout
34961 status open
34962
34963 \begin_layout Plain Layout
34964
34965 \series bold
34966 Note:
34967
34968 \series default
34969  Only a maximum of 26
34970 \begin_inset space ~
34971 \end_inset
34972
34973 formulas can be numbered with Latin letters in one document.
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Standard
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 renewcommand{
34990 \backslash
34991 theequation}{
34992 \backslash
34993 roman{equation}}
34994 \end_layout
34995
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Standard
35002 \begin_inset Formula 
35003 \begin{equation}
35004 A=\textrm{small roman}
35005 \end{equation}
35006
35007 \end_inset
35008
35009
35010 \begin_inset ERT
35011 status collapsed
35012
35013 \begin_layout Plain Layout
35014
35015
35016 \backslash
35017 renewcommand{
35018 \backslash
35019 theequation}{
35020 \backslash
35021 Roman{equation}}
35022 \end_layout
35023
35024 \end_inset
35025
35026
35027 \begin_inset Formula 
35028 \begin{equation}
35029 B=\textrm{big Roman}\label{eq:Rom}
35030 \end{equation}
35031
35032 \end_inset
35033
35034
35035 \begin_inset ERT
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039
35040
35041 \backslash
35042 renewcommand{
35043 \backslash
35044 theequation}{
35045 \backslash
35046 alph{equation}}
35047 \end_layout
35048
35049 \end_inset
35050
35051
35052 \begin_inset Formula 
35053 \begin{equation}
35054 C=\textrm{small Latin}
35055 \end{equation}
35056
35057 \end_inset
35058
35059
35060 \begin_inset ERT
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064
35065
35066 \backslash
35067 renewcommand{
35068 \backslash
35069 theequation}{
35070 \backslash
35071 Alph{equation}}
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \begin_inset Formula 
35078 \begin{equation}
35079 D=\textrm{big Latin}\label{eq:Lat}
35080 \end{equation}
35081
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Standard
35088 To switch back to the default numbering,
35089  insert the command:
35090 \end_layout
35091
35092 \begin_layout Standard
35093
35094 \series bold
35095
35096 \backslash
35097 renewcommand{
35098 \backslash
35099 theequation}{
35100 \backslash
35101 arabic{equation}}
35102 \begin_inset Index idx
35103 range none
35104 pageformat default
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108 Commands
35109 \begin_inset IndexMacro subentry
35110 status open
35111
35112 \begin_layout Plain Layout
35113 A
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \begin_inset IndexMacro subentry
35120 status open
35121
35122 \begin_layout Plain Layout
35123
35124 \backslash
35125 arabic
35126 \end_layout
35127
35128 \end_inset
35129
35130
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 \begin_inset ERT
35140 status collapsed
35141
35142 \begin_layout Plain Layout
35143
35144
35145 \backslash
35146 renewcommand{
35147 \backslash
35148 theequation}{
35149 \backslash
35150 arabic{equation}}
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \begin_inset Formula 
35157 \begin{equation}
35158 E=\textrm{Arabic}
35159 \end{equation}
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Standard
35167 \begin_inset VSpace medskip
35168 \end_inset
35169
35170 As you see,
35171  formulas are numbered serially independent from the numbering style.
35172  When then numbering should start with 
35173 \begin_inset Quotes eld
35174 \end_inset
35175
35176 1
35177 \begin_inset Quotes erd
35178 \end_inset
35179
35180  when the style is changed,
35181  new equation counters have to be defined.
35182  A description of this can be found in the file 
35183 \begin_inset CommandInset href
35184 LatexCommand href
35185 name "Formula-numbering.lyx"
35186 target "run:Formula-numbering.lyx"
35187 type "other"
35188 literal "false"
35189
35190 \end_inset
35191
35192 .
35193 \end_layout
35194
35195 \begin_layout Subsection
35196 User-defined Numbering
35197 \begin_inset CommandInset label
35198 LatexCommand label
35199 name "subsec:User-defined-Numbering"
35200
35201 \end_inset
35202
35203
35204 \begin_inset Index idx
35205 range none
35206 pageformat default
35207 status collapsed
35208
35209 \begin_layout Plain Layout
35210 Formula numbering
35211 \begin_inset IndexMacro subentry
35212 status open
35213
35214 \begin_layout Plain Layout
35215 user-defined
35216 \end_layout
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \begin_layout Standard
35229 \begin_inset Note Greyedout
35230 status open
35231
35232 \begin_layout Plain Layout
35233
35234 \series bold
35235 Note:
35236
35237 \series default
35238  If the document language is a right-to-left language such as Arabic,
35239  you must add this to the to the \SpecialChar LaTeX
35240 -preamble to be able to use the commands described in this section:
35241 \begin_inset Newline newline
35242 \end_inset
35243
35244
35245 \series bold
35246
35247 \backslash
35248 AtBeginDocument{
35249 \begin_inset Newline newline
35250 \end_inset
35251
35252
35253 \begin_inset Phantom HPhantom
35254 status open
35255
35256 \begin_layout Plain Layout
35257
35258 \series bold
35259 \begin_inset space ~
35260 \end_inset
35261
35262
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \backslash
35269 def
35270 \backslash
35271 tagform@#1{
35272 \backslash
35273 maketag@@@{(
35274 \backslash
35275 ignorespaces#1
35276 \backslash
35277 unskip)}} }
35278 \end_layout
35279
35280 \end_inset
35281
35282
35283 \end_layout
35284
35285 \begin_layout Standard
35286 \begin_inset Index idx
35287 range none
35288 pageformat default
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292 Formula numbering
35293 \begin_inset IndexMacro subentry
35294 status open
35295
35296 \begin_layout Plain Layout
35297 self-defined delimiters
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \end_inset
35306
35307 With standard numbering,
35308  parentheses are set around a formula number.
35309  To replace the parentheses for example with vertical bars,
35310  the following line is added to the \SpecialChar LaTeX
35311 -preamble:
35312 \end_layout
35313
35314 \begin_layout Standard
35315
35316 \series bold
35317
35318 \backslash
35319 AtBeginDocument{
35320 \begin_inset Newline newline
35321 \end_inset
35322
35323
35324 \begin_inset Phantom HPhantom
35325 status open
35326
35327 \begin_layout Plain Layout
35328
35329 \series bold
35330 \begin_inset space ~
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \end_inset
35337
35338
35339 \backslash
35340 def
35341 \backslash
35342 tagform@#1{
35343 \backslash
35344 maketag@@@{|#1|}} }
35345 \series default
35346
35347 \begin_inset Note Note
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351 This macro is already declared in the \SpecialChar LaTeX
35352 -preamble for testing.
35353  To activate it,
35354  remove the percent signs at the beginning.
35355 \end_layout
35356
35357 \end_inset
35358
35359
35360 \end_layout
35361
35362 \begin_layout Standard
35363 To use other characters,
35364  the vertical bars besides the 
35365 \series bold
35366 #1
35367 \series default
35368  are replaced by one or more characters.
35369  To display only the formula number the vertical bars are omitted.
35370 \end_layout
35371
35372 \begin_layout Standard
35373 \begin_inset VSpace bigskip
35374 \end_inset
35375
35376 When there should be an expression of your choice instead of the consecutive formula number in parentheses behind the formula,
35377  the command 
35378 \series bold
35379
35380 \backslash
35381 tag
35382 \series default
35383
35384 \begin_inset Index idx
35385 range none
35386 pageformat default
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390 Commands
35391 \begin_inset IndexMacro subentry
35392 status open
35393
35394 \begin_layout Plain Layout
35395 T
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \begin_inset IndexMacro subentry
35402 status open
35403
35404 \begin_layout Plain Layout
35405
35406 \backslash
35407 tag
35408 \end_layout
35409
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \end_inset
35416
35417  is used:
35418 \begin_inset Formula 
35419 \begin{equation}
35420 A+B=C\tag{something}\label{eq:tag}
35421 \end{equation}
35422
35423 \end_inset
35424
35425 In this example the command 
35426 \series bold
35427
35428 \backslash
35429 tag
35430 \begin_inset space \textvisiblespace{}
35431 \end_inset
35432
35433 something
35434 \series default
35435  was inserted in the formula.
35436 \end_layout
35437
35438 \begin_layout Standard
35439 When the command 
35440 \series bold
35441
35442 \backslash
35443 tag*
35444 \begin_inset space \textvisiblespace{}
35445 \end_inset
35446
35447 something
35448 \series default
35449  is inserted instead,
35450  the parentheses are removed:
35451 \begin_inset Formula 
35452 \[
35453 A+B=C\tag*{something}
35454 \]
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Standard
35462 \begin_inset VSpace bigskip
35463 \end_inset
35464
35465 To restart the formula numbering with new document parts or sections,
35466  the following command is used:
35467 \end_layout
35468
35469 \begin_layout Standard
35470
35471 \series bold
35472
35473 \backslash
35474 @addtoreset{equation}{part}
35475 \series default
35476
35477 \begin_inset Index idx
35478 range none
35479 pageformat default
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483 Commands
35484 \begin_inset IndexMacro subentry
35485 status open
35486
35487 \begin_layout Plain Layout
35488 \begin_inset ERT
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492
35493 "
35494 \end_layout
35495
35496 \end_inset
35497
35498 @
35499 \end_layout
35500
35501 \end_inset
35502
35503
35504 \begin_inset IndexMacro subentry
35505 status open
35506
35507 \begin_layout Plain Layout
35508
35509 \backslash
35510
35511 \begin_inset ERT
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515
35516 "
35517 \end_layout
35518
35519 \end_inset
35520
35521 @addtoreset
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \begin_inset Newline newline
35533 \end_inset
35534
35535 resp.
35536 \begin_inset Newline newline
35537 \end_inset
35538
35539
35540 \series bold
35541
35542 \backslash
35543 @addtoreset{equation}{section}
35544 \end_layout
35545
35546 \begin_layout Standard
35547 To be able to use these commands in \SpecialChar TeX
35548  mode,
35549  the 
35550 \begin_inset Quotes eld
35551 \end_inset
35552
35553 @
35554 \begin_inset Quotes erd
35555 \end_inset
35556
35557  character has to be made 
35558 \begin_inset Quotes eld
35559 \end_inset
35560
35561 active
35562 \begin_inset Quotes erd
35563 \end_inset
35564
35565  for \SpecialChar LaTeX
35566  using the command 
35567 \series bold
35568
35569 \backslash
35570 makeatletter.
35571
35572 \series default
35573  The command 
35574 \series bold
35575
35576 \backslash
35577 makeatother
35578 \series default
35579  disables this.
35580  So the command sequence in \SpecialChar TeX
35581  mode is:
35582 \end_layout
35583
35584 \begin_layout Standard
35585
35586 \series bold
35587
35588 \backslash
35589 makeatletter
35590 \begin_inset Newline newline
35591 \end_inset
35592
35593
35594 \backslash
35595 @addtoreset{equation}{section}
35596 \begin_inset Newline newline
35597 \end_inset
35598
35599
35600 \backslash
35601 makeatother
35602 \end_layout
35603
35604 \begin_layout Standard
35605 In the \SpecialChar LaTeX
35606 -preamble 
35607 \series bold
35608
35609 \backslash
35610 makeatletter
35611 \series default
35612  and 
35613 \series bold
35614
35615 \backslash
35616 makeatother
35617 \series default
35618  can be omitted as they are automatically internally inserted by \SpecialChar LyX
35619 .
35620 \end_layout
35621
35622 \begin_layout Standard
35623 To revert 
35624 \series bold
35625
35626 \backslash
35627 @addtoreset
35628 \series default
35629 ,
35630  the file 
35631 \series bold
35632 remreset.sty
35633 \series default
35634
35635 \begin_inset Foot
35636 status collapsed
35637
35638 \begin_layout Plain Layout
35639
35640 \series bold
35641 remreset
35642 \series default
35643  is part of the \SpecialChar LaTeX
35644 -package 
35645 \series bold
35646 carlisle
35647 \series default
35648
35649 \begin_inset Index idx
35650 range none
35651 pageformat default
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655 Packages
35656 \begin_inset IndexMacro subentry
35657 status open
35658
35659 \begin_layout Plain Layout
35660 carlisle
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \end_inset
35669
35670  that is part of every \SpecialChar LaTeX
35671  standard installation.
35672 \end_layout
35673
35674 \end_inset
35675
35676
35677 \begin_inset Index idx
35678 range none
35679 pageformat default
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683 Packages
35684 \begin_inset IndexMacro subentry
35685 status open
35686
35687 \begin_layout Plain Layout
35688 remreset
35689 \end_layout
35690
35691 \end_inset
35692
35693
35694 \end_layout
35695
35696 \end_inset
35697
35698  has to be loaded in the \SpecialChar LaTeX
35699 -preamble with the line
35700 \end_layout
35701
35702 \begin_layout Standard
35703
35704 \series bold
35705
35706 \backslash
35707 usepackage{remreset}
35708 \end_layout
35709
35710 \begin_layout Standard
35711 Then the command 
35712 \series bold
35713
35714 \backslash
35715 @removefromreset
35716 \series default
35717
35718 \begin_inset Index idx
35719 range none
35720 pageformat default
35721 status collapsed
35722
35723 \begin_layout Plain Layout
35724 Commands
35725 \begin_inset IndexMacro subentry
35726 status open
35727
35728 \begin_layout Plain Layout
35729 \begin_inset ERT
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733
35734 "
35735 \end_layout
35736
35737 \end_inset
35738
35739 @
35740 \end_layout
35741
35742 \end_inset
35743
35744
35745 \begin_inset IndexMacro subentry
35746 status open
35747
35748 \begin_layout Plain Layout
35749
35750 \backslash
35751
35752 \begin_inset ERT
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757 "
35758 \end_layout
35759
35760 \end_inset
35761
35762 @removefromreset
35763 \end_layout
35764
35765 \end_inset
35766
35767
35768 \end_layout
35769
35770 \end_inset
35771
35772  can be used with the same scheme as 
35773 \series bold
35774
35775 \backslash
35776 @addtoreset
35777 \series default
35778 .
35779 \end_layout
35780
35781 \begin_layout Standard
35782 \begin_inset VSpace bigskip
35783 \end_inset
35784
35785 Sometimes formulas should be numbered in the following form:
35786 \end_layout
35787
35788 \begin_layout Standard
35789
35790 \family typewriter
35791 (section number.formula number)
35792 \end_layout
35793
35794 \begin_layout Standard
35795 The formula number should start with every section with 
35796 \begin_inset Quotes eld
35797 \end_inset
35798
35799 1
35800 \begin_inset Quotes erd
35801 \end_inset
35802
35803 .
35804 \end_layout
35805
35806 \begin_layout Standard
35807 For this case there is the command 
35808 \series bold
35809
35810 \backslash
35811 numberwithin
35812 \series default
35813
35814 \begin_inset Index idx
35815 range none
35816 pageformat default
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820 Commands
35821 \begin_inset IndexMacro subentry
35822 status open
35823
35824 \begin_layout Plain Layout
35825 N
35826 \end_layout
35827
35828 \end_inset
35829
35830
35831 \begin_inset IndexMacro subentry
35832 status open
35833
35834 \begin_layout Plain Layout
35835
35836 \backslash
35837 numberwithin
35838 \end_layout
35839
35840 \end_inset
35841
35842
35843 \end_layout
35844
35845 \end_inset
35846
35847 ,
35848  which is used with the following scheme:
35849 \end_layout
35850
35851 \begin_layout Standard
35852
35853 \series bold
35854
35855 \backslash
35856 numberwithin{counter}{sectioning}
35857 \end_layout
35858
35859 \begin_layout Standard
35860 Counter denotes what kind of numbering is affected,
35861  sectioning denotes what the number before the dot is.
35862 \end_layout
35863
35864 \begin_layout Standard
35865 Thus in our case the following \SpecialChar LaTeX
35866  preamble or \SpecialChar TeX
35867  code line is used:
35868 \end_layout
35869
35870 \begin_layout Standard
35871
35872 \series bold
35873
35874 \backslash
35875 numberwithin{equation}{section}
35876 \end_layout
35877
35878 \begin_layout Standard
35879 This is the result:
35880 \begin_inset ERT
35881 status collapsed
35882
35883 \begin_layout Plain Layout
35884
35885
35886 \backslash
35887 numberwithin{equation}{section}
35888 \end_layout
35889
35890 \end_inset
35891
35892
35893 \begin_inset Formula 
35894 \begin{equation}
35895 A+B=C
35896 \end{equation}
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 To number e.
35905 \begin_inset space \thinspace{}
35906 \end_inset
35907
35908 g.
35909 \begin_inset space \space{}
35910 \end_inset
35911
35912  tables so that the number of the part is the sectioning,
35913 \begin_inset Newline newline
35914 \end_inset
35915
35916
35917 \series bold
35918
35919 \backslash
35920 numberwithin{table}{part}
35921 \series default
35922  is used.
35923 \end_layout
35924
35925 \begin_layout Standard
35926 To go back to the standard numbering or to prevent this kind of numbering when it is defined by the document class,
35927  the following command is inserted as \SpecialChar TeX
35928  code or to the \SpecialChar LaTeX
35929  preamble:
35930 \end_layout
35931
35932 \begin_layout Standard
35933
35934 \series bold
35935
35936 \backslash
35937 renewcommand{
35938 \backslash
35939 theequation}{
35940 \backslash
35941 arabic{equation}}
35942 \begin_inset Index idx
35943 range none
35944 pageformat default
35945 status collapsed
35946
35947 \begin_layout Plain Layout
35948 Commands
35949 \begin_inset IndexMacro subentry
35950 status open
35951
35952 \begin_layout Plain Layout
35953 A
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \begin_inset IndexMacro subentry
35960 status open
35961
35962 \begin_layout Plain Layout
35963
35964 \backslash
35965 arabic
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \series default
35977
35978 \begin_inset ERT
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982
35983
35984 \backslash
35985 renewcommand{
35986 \backslash
35987 theequation}{
35988 \backslash
35989 arabic{equation}}
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \series bold
35996
35997 \begin_inset Newline newline
35998 \end_inset
35999
36000
36001 \series default
36002 or
36003 \series bold
36004
36005 \begin_inset Newline newline
36006 \end_inset
36007
36008
36009 \backslash
36010 renewcommand{
36011 \backslash
36012 thetable}{
36013 \backslash
36014 arabic{table}}
36015 \end_layout
36016
36017 \begin_layout Standard
36018
36019 \series bold
36020
36021 \backslash
36022 numberwithin
36023 \series default
36024  internally uses the command 
36025 \series bold
36026
36027 \backslash
36028 @addtoreset
36029 \series default
36030 ,
36031  described above,
36032  and would also need to be reverted.
36033 \begin_inset ERT
36034 status collapsed
36035
36036 \begin_layout Plain Layout
36037
36038
36039 \backslash
36040 makeatletter
36041 \end_layout
36042
36043 \begin_layout Plain Layout
36044
36045
36046 \backslash
36047 @removefromreset{equation}{section}
36048 \end_layout
36049
36050 \begin_layout Plain Layout
36051
36052
36053 \backslash
36054 makeatother
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Section
36063 Chemical Symbols and Equations
36064 \begin_inset CommandInset label
36065 LatexCommand label
36066 name "subsec:Chemical-Symbols-and"
36067
36068 \end_inset
36069
36070
36071 \begin_inset Index idx
36072 range none
36073 pageformat default
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077 Chemical characters
36078 \begin_inset IndexMacro subentry
36079 status open
36080
36081 \begin_layout Plain Layout
36082 Symbols
36083 \end_layout
36084
36085 \end_inset
36086
36087
36088 \end_layout
36089
36090 \end_inset
36091
36092
36093 \begin_inset Index idx
36094 range none
36095 pageformat default
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 Chemical equations
36100 \end_layout
36101
36102 \end_inset
36103
36104
36105 \begin_inset Index idx
36106 range none
36107 pageformat default
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111 Symbols
36112 \begin_inset IndexMacro subentry
36113 status open
36114
36115 \begin_layout Plain Layout
36116 chemical
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \end_layout
36123
36124 \end_inset
36125
36126
36127 \end_layout
36128
36129 \begin_layout Standard
36130 An example text from chemistry:
36131 \end_layout
36132
36133 \begin_layout Quote
36134 The 
36135 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
36136 \end_inset
36137
36138 -ion reacts with two 
36139 \begin_inset Formula $\mathrm{Na^{+}}$
36140 \end_inset
36141
36142 -ions to sodium sulfate 
36143 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
36144 \end_inset
36145
36146 .
36147  The chemical equation for this is:
36148 \begin_inset Formula 
36149 \begin{equation}
36150 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
36151 \end{equation}
36152
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Standard
36159 Chemical equations can be created as formulas.
36160  To avoid the symbols appearing in italic,
36161  everything is highlighted and changed by the shortcut 
36162 \begin_inset Info
36163 type  "shortcut"
36164 arg   "font-roman"
36165 \end_inset
36166
36167  to the upright font style.
36168 \begin_inset Foot
36169 status collapsed
36170
36171 \begin_layout Plain Layout
36172 For font styles
36173 \series bold
36174  
36175 \series default
36176 see 
36177 \begin_inset CommandInset ref
36178 LatexCommand ref
36179 reference "subsec:Font-Styles"
36180 nolink "false"
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \end_inset
36188
36189
36190 \end_layout
36191
36192 \begin_layout Standard
36193 A more convenient way to typeset chemical formulas is to use the command 
36194 \series bold
36195
36196 \backslash
36197 ce
36198 \series default
36199
36200 \begin_inset Index idx
36201 range none
36202 pageformat default
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206 Commands
36207 \begin_inset IndexMacro subentry
36208 status open
36209
36210 \begin_layout Plain Layout
36211 C
36212 \end_layout
36213
36214 \end_inset
36215
36216
36217 \begin_inset IndexMacro subentry
36218 status open
36219
36220 \begin_layout Plain Layout
36221
36222 \backslash
36223 ce
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \end_inset
36232
36233  which is available when the \SpecialChar LaTeX
36234 -package 
36235 \series bold
36236 mhchem
36237 \series default
36238
36239 \begin_inset Index idx
36240 range none
36241 pageformat default
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245 Packages
36246 \begin_inset IndexMacro subentry
36247 status open
36248
36249 \begin_layout Plain Layout
36250 mhchem
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \end_inset
36259
36260  is installed.
36261  After inserting 
36262 \series bold
36263
36264 \backslash
36265 ce
36266 \series default
36267  in a formula a new blue box appears where chemical formulas can be inserted in an intuitive way.
36268 \end_layout
36269
36270 \begin_layout Standard
36271 \align center
36272 \begin_inset Tabular
36273 <lyxtabular version="3" rows="10" columns="2">
36274 <features booktabs="true" tabularvalignment="middle">
36275 <column alignment="center" valignment="top" width="0pt">
36276 <column alignment="center" valignment="top">
36277 <row>
36278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282 Command
36283 \end_layout
36284
36285 \end_inset
36286 </cell>
36287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291 Result
36292 \end_layout
36293
36294 \end_inset
36295 </cell>
36296 </row>
36297 <row>
36298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36299 \begin_inset Text
36300
36301 \begin_layout Plain Layout
36302
36303 \backslash
36304 ce
36305 \begin_inset space \textvisiblespace{}
36306 \end_inset
36307
36308 H2CO3
36309 \end_layout
36310
36311 \end_inset
36312 </cell>
36313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36314 \begin_inset Text
36315
36316 \begin_layout Plain Layout
36317 \begin_inset Formula $\ce{H2CO3}$
36318 \end_inset
36319
36320
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 </row>
36326 <row topspace="1.5mm">
36327 <cell alignment="center" valignment="top" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331
36332 \backslash
36333 ce
36334 \begin_inset space \textvisiblespace{}
36335 \end_inset
36336
36337 SO4^2-
36338 \end_layout
36339
36340 \end_inset
36341 </cell>
36342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36343 \begin_inset Text
36344
36345 \begin_layout Plain Layout
36346 \begin_inset Formula $\ce{SO4^{2-}}$
36347 \end_inset
36348
36349
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 </row>
36355 <row topspace="1.5mm">
36356 <cell alignment="center" valignment="top" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360
36361 \backslash
36362 ce
36363 \begin_inset space \textvisiblespace{}
36364 \end_inset
36365
36366 (NH4)2S
36367 \end_layout
36368
36369 \end_inset
36370 </cell>
36371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36372 \begin_inset Text
36373
36374 \begin_layout Plain Layout
36375 \begin_inset Formula $\ce{(NH4)2S}$
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \end_inset
36382 </cell>
36383 </row>
36384 <row topspace="1.5mm">
36385 <cell alignment="center" valignment="top" usebox="none">
36386 \begin_inset Text
36387
36388 \begin_layout Plain Layout
36389
36390 \backslash
36391 ce
36392 \begin_inset space \textvisiblespace{}
36393 \end_inset
36394
36395 KCr(SO4)2.12H2O
36396 \end_layout
36397
36398 \end_inset
36399 </cell>
36400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36401 \begin_inset Text
36402
36403 \begin_layout Plain Layout
36404 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
36405 \end_inset
36406
36407
36408 \end_layout
36409
36410 \end_inset
36411 </cell>
36412 </row>
36413 <row topspace="1.5mm">
36414 <cell alignment="center" valignment="top" usebox="none">
36415 \begin_inset Text
36416
36417 \begin_layout Plain Layout
36418
36419 \backslash
36420 ce
36421 \begin_inset space \textvisiblespace{}
36422 \end_inset
36423
36424 A-B
36425 \backslash
36426 dbond
36427 \begin_inset space \textvisiblespace{}
36428 \end_inset
36429
36430 C
36431 \backslash
36432 tbond
36433 \begin_inset space \textvisiblespace{}
36434 \end_inset
36435
36436 D
36437 \end_layout
36438
36439 \end_inset
36440 </cell>
36441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36442 \begin_inset Text
36443
36444 \begin_layout Plain Layout
36445 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \end_inset
36452 </cell>
36453 </row>
36454 <row topspace="1.5mm">
36455 <cell alignment="center" valignment="top" usebox="none">
36456 \begin_inset Text
36457
36458 \begin_layout Plain Layout
36459
36460 \backslash
36461 ce
36462 \begin_inset space \textvisiblespace{}
36463 \end_inset
36464
36465 ^227
36466 \begin_inset Formula $\downarrow$
36467 \end_inset
36468
36469 _90
36470 \begin_inset Formula $\to$
36471 \end_inset
36472
36473 Th+
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36479 \begin_inset Text
36480
36481 \begin_layout Plain Layout
36482 \begin_inset Formula $\ce{_{90}^{227}Th+}$
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 </row>
36491 <row>
36492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496
36497 \backslash
36498 ce
36499 \begin_inset space \textvisiblespace{}
36500 \end_inset
36501
36502
36503 \backslash
36504 mu
36505 \begin_inset space \textvisiblespace{}
36506 \end_inset
36507
36508
36509 \backslash
36510 hyphen
36511 \begin_inset space \textvisiblespace{}
36512 \end_inset
36513
36514 Cl
36515 \end_layout
36516
36517 \end_inset
36518 </cell>
36519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \end_inset
36530 </cell>
36531 </row>
36532 <row>
36533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36534 \begin_inset Text
36535
36536 \begin_layout Plain Layout
36537
36538 \backslash
36539 ce
36540 \begin_inset space \textvisiblespace{}
36541 \end_inset
36542
36543 CO2
36544 \begin_inset space \textvisiblespace{}
36545 \end_inset
36546
36547 +
36548 \begin_inset space \textvisiblespace{}
36549 \end_inset
36550
36551 C
36552 \begin_inset space \textvisiblespace{}
36553 \end_inset
36554
36555 <=>
36556 \begin_inset space \textvisiblespace{}
36557 \end_inset
36558
36559 2CO
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \end_inset
36575 </cell>
36576 </row>
36577 <row topspace="1.5mm">
36578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582
36583 \backslash
36584 ce
36585 \begin_inset space \textvisiblespace{}
36586 \end_inset
36587
36588 CO2
36589 \begin_inset space \textvisiblespace{}
36590 \end_inset
36591
36592 +
36593 \begin_inset space \textvisiblespace{}
36594 \end_inset
36595
36596 C
36597 \begin_inset space \textvisiblespace{}
36598 \end_inset
36599
36600 ->[
36601 \backslash
36602 alpha][
36603 \backslash
36604 beta]
36605 \begin_inset space \textvisiblespace{}
36606 \end_inset
36607
36608 2CO}
36609 \end_layout
36610
36611 \end_inset
36612 </cell>
36613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 </row>
36626 </lyxtabular>
36627
36628 \end_inset
36629
36630
36631 \end_layout
36632
36633 \begin_layout Standard
36634 \begin_inset Note Greyedout
36635 status open
36636
36637 \begin_layout Plain Layout
36638
36639 \series bold
36640 Note:
36641
36642 \series default
36643  It is not possible in \SpecialChar LyX
36644  to use the character ^ to get an up-arrow as described in the 
36645 \series bold
36646 mhchem
36647 \series default
36648  manual.
36649  One instead uses a negative thin space followed by the command 
36650 \series bold
36651
36652 \backslash
36653 uparrow
36654 \series default
36655 :
36656  
36657 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
36658 \end_inset
36659
36660
36661 \end_layout
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \begin_layout Standard
36669 Using 
36670 \series bold
36671
36672 \backslash
36673 ce
36674 \series default
36675  the command for equation
36676 \begin_inset space ~
36677 \end_inset
36678
36679
36680 \begin_inset CommandInset ref
36681 LatexCommand eqref
36682 reference "eq:chem-reaction"
36683 nolink "false"
36684
36685 \end_inset
36686
36687  is:
36688 \begin_inset Newline newline
36689 \end_inset
36690
36691
36692 \series bold
36693  
36694 \backslash
36695 ce
36696 \begin_inset space \textvisiblespace{}
36697 \end_inset
36698
36699 2Na+
36700 \begin_inset space \textvisiblespace{}
36701 \end_inset
36702
36703 +
36704 \begin_inset space \textvisiblespace{}
36705 \end_inset
36706
36707 SO4^2-
36708 \begin_inset space \textvisiblespace{}
36709 \end_inset
36710
36711
36712 \begin_inset space \textvisiblespace{}
36713 \end_inset
36714
36715 ->
36716 \begin_inset space \textvisiblespace{}
36717 \end_inset
36718
36719 Na2SO4
36720 \end_layout
36721
36722 \begin_layout Standard
36723 To create multiline chemical equations first a multiline formula is created as described in 
36724 \begin_inset CommandInset ref
36725 LatexCommand ref
36726 reference "sec:Multiline-Formulas"
36727 nolink "false"
36728
36729 \end_inset
36730
36731 .
36732  Afterwards the command 
36733 \series bold
36734
36735 \backslash
36736 ce
36737 \series default
36738  is used in every small blue box of the formula.
36739  
36740 \begin_inset CommandInset ref
36741 LatexCommand eqref
36742 reference "eq:TEOS-reaction-1"
36743 nolink "false"
36744
36745 \end_inset
36746
36747  and 
36748 \begin_inset CommandInset ref
36749 LatexCommand eqref
36750 reference "eq:TEOS-reaction-2"
36751 nolink "false"
36752
36753 \end_inset
36754
36755  are an example of a multi-stage chemical reaction where every equation has its own number.
36756 \begin_inset Formula 
36757 \begin{eqnarray}
36758 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
36759 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
36760 \end{eqnarray}
36761
36762 \end_inset
36763
36764
36765 \end_layout
36766
36767 \begin_layout Standard
36768 Besides 
36769 \series bold
36770
36771 \backslash
36772 ce
36773 \series default
36774  the 
36775 \series bold
36776 mhchem
36777 \series default
36778  package provides the command 
36779 \series bold
36780
36781 \backslash
36782 cf
36783 \series default
36784
36785 \begin_inset Index idx
36786 range none
36787 pageformat default
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791 Commands
36792 \begin_inset IndexMacro subentry
36793 status open
36794
36795 \begin_layout Plain Layout
36796 C
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \begin_inset IndexMacro subentry
36803 status open
36804
36805 \begin_layout Plain Layout
36806
36807 \backslash
36808 cf
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \end_inset
36817
36818  that is used for special cases.
36819  For more information about 
36820 \series bold
36821
36822 \backslash
36823 cf
36824 \series default
36825  and more examples have a look at the documentation of 
36826 \series bold
36827 mhchem
36828 \series default
36829 ,
36830  
36831 \begin_inset CommandInset citation
36832 LatexCommand cite
36833 key "mhchem"
36834 literal "true"
36835
36836 \end_inset
36837
36838 .
36839 \end_layout
36840
36841 \begin_layout Section
36842 Diagrams
36843 \end_layout
36844
36845 \begin_layout Standard
36846 \SpecialChar LyX
36847  supports two types of commutative diagrams:
36848  
36849 \series bold
36850 amscd
36851 \series default
36852  and 
36853 \series bold
36854 xymatrix
36855 \series default
36856  and are explained below.
36857 \end_layout
36858
36859 \begin_layout Subsection
36860 Amscd Diagrams
36861 \begin_inset Index idx
36862 range none
36863 pageformat default
36864 status collapsed
36865
36866 \begin_layout Plain Layout
36867 Diagrams
36868 \begin_inset IndexMacro subentry
36869 status open
36870
36871 \begin_layout Plain Layout
36872 amscd
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \end_layout
36884
36885 \begin_layout Standard
36886 Diagrams of this type visualize relations by vertical and horizontal lines or arrows:
36887 \begin_inset Formula 
36888 \[
36889 \begin{CD}A@>>>B@>>>C\\
36890 @AAA@.@VVV\\
36891 F@<<<E@<<<D
36892 \end{CD}
36893 \]
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Standard
36901 To create them,
36902  the command 
36903 \series bold
36904
36905 \backslash
36906 CD
36907 \begin_inset Index idx
36908 range none
36909 pageformat default
36910 status collapsed
36911
36912 \begin_layout Plain Layout
36913 Commands
36914 \begin_inset IndexMacro subentry
36915 status open
36916
36917 \begin_layout Plain Layout
36918 C
36919 \end_layout
36920
36921 \end_inset
36922
36923
36924 \begin_inset IndexMacro subentry
36925 status open
36926
36927 \begin_layout Plain Layout
36928
36929 \backslash
36930 CD
36931 \end_layout
36932
36933 \end_inset
36934
36935
36936 \end_layout
36937
36938 \end_inset
36939
36940
36941 \series default
36942  is inserted to a formula.
36943  A blue box appears with two dashed lines where additional commands can be inserted.
36944  With 
36945 \begin_inset Info
36946 type  "shortcut"
36947 arg   "newline-insert newline"
36948 \end_inset
36949
36950  a new line is created.
36951  Horizontal relations are inserted in odd formula lines,
36952  vertical in even formula lines.
36953 \end_layout
36954
36955 \begin_layout Standard
36956 To create the relations use the following commands:
36957 \end_layout
36958
36959 \begin_layout Itemize
36960
36961 \series bold
36962 @<<<
36963 \series default
36964  creates a left arrow,
36965  
36966 \series bold
36967 @>>>
36968 \series default
36969  a right arrow and 
36970 \series bold
36971 @=
36972 \series default
36973  a long equal sign
36974 \end_layout
36975
36976 \begin_layout Itemize
36977
36978 \series bold
36979 @AAA
36980 \series default
36981  creates an up arrow,
36982  
36983 \series bold
36984 @VVV
36985 \series default
36986  a down arrow and 
36987 \series bold
36988 @|
36989 \series default
36990  a vertical equal sign
36991 \end_layout
36992
36993 \begin_layout Itemize
36994
36995 \series bold
36996 @.
36997
36998 \series default
36999  is a placeholder for non-existent relations
37000 \end_layout
37001
37002 \begin_layout Standard
37003 All arrows can be labeled as follows:
37004 \end_layout
37005
37006 \begin_layout Itemize
37007 If text inserted between the first and second < or >,
37008  resp.,
37009  it is placed above the arrow.
37010  When it is inserted between the second and third one,
37011  it appears under the arrow.
37012 \end_layout
37013
37014 \begin_layout Itemize
37015 When text for vertical arrows is inserted between the first and second A or V,
37016  resp.,
37017  it is placed left beside the arrow.
37018  When it is inserted between the second and third one,
37019  it appears right beside the arrow.
37020  If the text contains an A or V,
37021  these letters must be set into a \SpecialChar TeX
37022  brace.
37023 \end_layout
37024
37025 \begin_layout Standard
37026 As example a diagram with all possible relations:
37027 \end_layout
37028
37029 \begin_layout Standard
37030 \begin_inset Formula 
37031 \[
37032 \begin{CD}A@>j>>B@>>k>C@=F\\
37033 @AmAA@.@VV{V}V@|\\
37034 D@<<j<E@>k>>F@=C
37035 \end{CD}
37036 \]
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Standard
37044 The command for this is:
37045 \begin_inset Newline newline
37046 \end_inset
37047
37048
37049 \series bold
37050
37051 \backslash
37052 CD
37053 \begin_inset space \textvisiblespace{}
37054 \end_inset
37055
37056 A@>j>>B@>>k>C@=F Ctrl+Return
37057 \begin_inset Newline newline
37058 \end_inset
37059
37060
37061 \begin_inset Phantom HPhantom
37062 status open
37063
37064 \begin_layout Plain Layout
37065
37066 \series bold
37067
37068 \backslash
37069 CD
37070 \begin_inset space \textvisiblespace{}
37071 \end_inset
37072
37073
37074 \end_layout
37075
37076 \end_inset
37077
37078 @AmAA@.@VV
37079 \backslash
37080 {V
37081 \series default
37082
37083 \begin_inset Formula $\to$
37084 \end_inset
37085
37086
37087 \series bold
37088 V@| Ctrl+Return
37089 \begin_inset Newline newline
37090 \end_inset
37091
37092
37093 \begin_inset Phantom HPhantom
37094 status open
37095
37096 \begin_layout Plain Layout
37097
37098 \series bold
37099
37100 \backslash
37101 CD
37102 \begin_inset space \textvisiblespace{}
37103 \end_inset
37104
37105
37106 \end_layout
37107
37108 \end_inset
37109
37110 D@<<j<E@>k>>F@=C
37111 \end_layout
37112
37113 \begin_layout Subsection
37114 Xymatrix Diagrams
37115 \begin_inset Index idx
37116 range none
37117 pageformat default
37118 status collapsed
37119
37120 \begin_layout Plain Layout
37121 Diagrams
37122 \begin_inset IndexMacro subentry
37123 status open
37124
37125 \begin_layout Plain Layout
37126 xymatrix
37127 \end_layout
37128
37129 \end_inset
37130
37131
37132 \end_layout
37133
37134 \end_inset
37135
37136
37137 \end_layout
37138
37139 \begin_layout Standard
37140 To be able to use xymatrices,
37141  the \SpecialChar LaTeX
37142 -package 
37143 \series bold
37144 xypic
37145 \series default
37146  must be installed.
37147  A xymatrix is created by inserting the command 
37148 \series bold
37149
37150 \backslash
37151 xymatrix
37152 \series default
37153  in a formula.
37154  Then you are able to add new matrix columns and rows like for normal matrices,
37155  see 
37156 \begin_inset CommandInset ref
37157 LatexCommand ref
37158 reference "sec:Matrices"
37159 nolink "false"
37160
37161 \end_inset
37162
37163 .
37164 \end_layout
37165
37166 \begin_layout Standard
37167 Contrary to amscd diagrams,
37168  xymatrices support diagonal and curved arrows,
37169  and much more.
37170  The commands used to create commutative diagrams and decorations are explained in detail in the 
37171 \emph on
37172 XY-pic manual
37173 \emph default
37174  found in the menu 
37175 \family sans
37176 Help\SpecialChar menuseparator
37177 Specific
37178 \begin_inset space ~
37179 \end_inset
37180
37181 Manuals
37182 \family default
37183 .
37184 \end_layout
37185
37186 \begin_layout Subsection
37187
37188 \noun on
37189 Feynman
37190 \noun default
37191  Diagrams
37192 \begin_inset Index idx
37193 range none
37194 pageformat default
37195 status collapsed
37196
37197 \begin_layout Plain Layout
37198 Diagrams
37199 \begin_inset IndexMacro subentry
37200 status open
37201
37202 \begin_layout Plain Layout
37203 Feynman
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \end_inset
37212
37213
37214 \end_layout
37215
37216 \begin_layout Standard
37217 To be able to use 
37218 \noun on
37219 Feynman
37220 \noun default
37221 -diagrams,
37222  the \SpecialChar LaTeX
37223 -package 
37224 \series bold
37225 feyn
37226 \series default
37227  must be installed.
37228  A 
37229 \noun on
37230 Feynman
37231 \noun default
37232 -diagram is created by inserting the command 
37233 \series bold
37234
37235 \backslash
37236 Diagram
37237 \series default
37238  in a formula.
37239  Then you will be able to add new matrix columns and rows like for normal matrices,
37240  see 
37241 \begin_inset CommandInset ref
37242 LatexCommand ref
37243 reference "sec:Matrices"
37244 nolink "false"
37245
37246 \end_inset
37247
37248 .
37249 \end_layout
37250
37251 \begin_layout Standard
37252 Examples of how to create 
37253 \noun on
37254 Feynman-
37255 \noun default
37256 diagrams in \SpecialChar LyX
37257  are given in the 
37258 \emph on
37259 Feynman-diagram
37260 \emph default
37261  manual that you find in the menu 
37262 \family sans
37263 Help\SpecialChar menuseparator
37264 Specific
37265 \begin_inset space ~
37266 \end_inset
37267
37268 Manuals
37269 \family default
37270 .
37271 \end_layout
37272
37273 \begin_layout Section
37274 User-defined Commands
37275 \begin_inset Index idx
37276 range none
37277 pageformat default
37278 status collapsed
37279
37280 \begin_layout Plain Layout
37281 User-defined commands
37282 \end_layout
37283
37284 \end_inset
37285
37286
37287 \end_layout
37288
37289 \begin_layout Standard
37290 \begin_inset Note Greyedout
37291 status open
37292
37293 \begin_layout Plain Layout
37294
37295 \series bold
37296 Note:
37297
37298 \series default
37299  The names of user-defined commands and macros may only consist of Latin letters.
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \begin_layout Subsection
37308 The Command 
37309 \backslash
37310 newcommand
37311 \begin_inset CommandInset label
37312 LatexCommand label
37313 name "subsec:The-Command-newcommand"
37314
37315 \end_inset
37316
37317
37318 \begin_inset Index idx
37319 range none
37320 pageformat default
37321 status collapsed
37322
37323 \begin_layout Plain Layout
37324 User-defined commands
37325 \begin_inset IndexMacro subentry
37326 status open
37327
37328 \begin_layout Plain Layout
37329
37330 \backslash
37331 newcommand
37332 \end_layout
37333
37334 \end_inset
37335
37336
37337 \end_layout
37338
37339 \end_inset
37340
37341
37342 \begin_inset Index idx
37343 range none
37344 pageformat default
37345 status collapsed
37346
37347 \begin_layout Plain Layout
37348 Commands
37349 \begin_inset IndexMacro subentry
37350 status open
37351
37352 \begin_layout Plain Layout
37353 N
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \begin_inset IndexMacro subentry
37360 status open
37361
37362 \begin_layout Plain Layout
37363
37364 \backslash
37365 newcommand
37366 \end_layout
37367
37368 \end_inset
37369
37370
37371 \end_layout
37372
37373 \end_inset
37374
37375
37376 \end_layout
37377
37378 \begin_layout Standard
37379 Many \SpecialChar LaTeX
37380 -commands are too long to be used frequently.
37381  But it is possible to define with the command 
37382 \series bold
37383
37384 \backslash
37385 newcommand
37386 \series default
37387  new shorter commands.
37388 \end_layout
37389
37390 \begin_layout Standard
37391 The command scheme of 
37392 \series bold
37393
37394 \backslash
37395 newcommand
37396 \series default
37397  is:
37398 \end_layout
37399
37400 \begin_layout Standard
37401
37402 \series bold
37403
37404 \backslash
37405 newcommand{new command name}[number of arguments][optional
37406 \series default
37407  
37408 \series bold
37409 value]
37410 \begin_inset Newline newline
37411 \end_inset
37412
37413
37414 \begin_inset Phantom HPhantom
37415 status open
37416
37417 \begin_layout Plain Layout
37418
37419 \series bold
37420
37421 \backslash
37422 newcommand
37423 \end_layout
37424
37425 \end_inset
37426
37427 {command definition}
37428 \end_layout
37429
37430 \begin_layout Standard
37431 \begin_inset Note Greyedout
37432 status open
37433
37434 \begin_layout Plain Layout
37435
37436 \series bold
37437 Note:
37438
37439 \series default
37440  Verify that the name of the new command is not already used in your document or by the \SpecialChar LaTeX
37441 -packages that you use.
37442  If you for example define the command 
37443 \series bold
37444
37445 \backslash
37446 le
37447 \series default
37448  for 
37449 \series bold
37450
37451 \backslash
37452 Leftarrow
37453 \series default
37454 ,
37455  you will get an error message because 
37456 \series bold
37457
37458 \backslash
37459 le
37460 \series default
37461  is already defined as command for 
37462 \begin_inset Quotes eld
37463 \end_inset
37464
37465
37466 \begin_inset Formula $\le$
37467 \end_inset
37468
37469
37470 \begin_inset Quotes erd
37471 \end_inset
37472
37473 .
37474 \end_layout
37475
37476 \end_inset
37477
37478
37479 \end_layout
37480
37481 \begin_layout Standard
37482 The number of arguments is an integer in the range 0
37483 \begin_inset space \thinspace{}
37484 \end_inset
37485
37486 -
37487 \begin_inset space \thinspace{}
37488 \end_inset
37489
37490 9 and specifies how many arguments the new command should have.
37491  With the optional value a value for an optional argument can be predefined.
37492  When this is done,
37493  the 
37494 \emph on
37495 first
37496 \emph default
37497  
37498 \emph on
37499 a
37500 \emph default
37501 rgument of the new command is automatically an optional one.
37502 \end_layout
37503
37504 \begin_layout Standard
37505 Here are some examples:
37506 \end_layout
37507
37508 \begin_layout Itemize
37509 To define the command 
37510 \series bold
37511
37512 \backslash
37513 gr
37514 \series default
37515  for 
37516 \series bold
37517
37518 \backslash
37519 Longrightarrow
37520 \series default
37521 ,
37522  the \SpecialChar LaTeX
37523 -preamble line is:
37524 \begin_inset VSpace medskip
37525 \end_inset
37526
37527
37528 \begin_inset Newline newline
37529 \end_inset
37530
37531
37532 \series bold
37533
37534 \backslash
37535 newcommand{
37536 \backslash
37537 gr}{
37538 \backslash
37539 Longrightarrow}
37540 \end_layout
37541
37542 \begin_layout Itemize
37543 To define the command 
37544 \series bold
37545
37546 \backslash
37547 us
37548 \series default
37549  for 
37550 \series bold
37551
37552 \backslash
37553 underline
37554 \series default
37555 ,
37556  the argument (that should be underlined) must be taken into account.
37557  For this the preamble line is:
37558 \begin_inset VSpace medskip
37559 \end_inset
37560
37561
37562 \begin_inset Newline newline
37563 \end_inset
37564
37565
37566 \series bold
37567
37568 \backslash
37569 newcommand{
37570 \backslash
37571 us}[1]{
37572 \backslash
37573 underline{#1}}
37574 \series default
37575
37576 \begin_inset VSpace medskip
37577 \end_inset
37578
37579
37580 \begin_inset Newline newline
37581 \end_inset
37582
37583 The character 
37584 \series bold
37585 #
37586 \series default
37587  acts as argument placeholder,
37588  the 
37589 \series bold
37590 1
37591 \series default
37592  behind it denotes that it is the placeholder for the first argument.
37593 \end_layout
37594
37595 \begin_layout Itemize
37596 For 
37597 \series bold
37598
37599 \backslash
37600 framebox
37601 \series default
37602  one can e.
37603 \begin_inset space \thinspace{}
37604 \end_inset
37605
37606 g.
37607 \begin_inset space \space{}
37608 \end_inset
37609
37610 define the command 
37611 \series bold
37612
37613 \backslash
37614 fb
37615 \series default
37616 :
37617 \begin_inset VSpace medskip
37618 \end_inset
37619
37620
37621 \begin_inset Newline newline
37622 \end_inset
37623
37624
37625 \series bold
37626
37627 \backslash
37628 newcommand{
37629 \backslash
37630 fb}[3]{
37631 \backslash
37632 framebox#1#2{$#3$}}
37633 \series default
37634
37635 \begin_inset VSpace medskip
37636 \end_inset
37637
37638
37639 \begin_inset Newline newline
37640 \end_inset
37641
37642 The two Dollar signs creates the extra formula needed for 
37643 \series bold
37644
37645 \backslash
37646 framebox
37647 \series default
37648 ,
37649  see 
37650 \begin_inset CommandInset ref
37651 LatexCommand ref
37652 reference "subsec:Boxes-with-Frame"
37653 nolink "false"
37654
37655 \end_inset
37656
37657 .
37658 \end_layout
37659
37660 \begin_layout Itemize
37661 To create a new command for 
37662 \series bold
37663
37664 \backslash
37665 fcolorbox
37666 \series default
37667  where the color for the box need not be specified,
37668  the argument for the color is defined optional:
37669 \begin_inset VSpace medskip
37670 \end_inset
37671
37672
37673 \begin_inset Newline newline
37674 \end_inset
37675
37676
37677 \series bold
37678
37679 \backslash
37680 newcommand{
37681 \backslash
37682 cb}[3][white]{
37683 \backslash
37684 fcolorbox{#2}{#1}{$#3$}}
37685 \series default
37686
37687 \begin_inset VSpace medskip
37688 \end_inset
37689
37690
37691 \begin_inset Newline newline
37692 \end_inset
37693
37694 When the color is not specified when using 
37695 \series bold
37696
37697 \backslash
37698 cb
37699 \series default
37700 ,
37701  the predefined color 
37702 \series bold
37703 white
37704 \series default
37705  will be used.
37706 \end_layout
37707
37708 \begin_layout Standard
37709 A test of the new defined commands:
37710 \end_layout
37711
37712 \begin_layout Standard
37713 \align center
37714 \begin_inset Tabular
37715 <lyxtabular version="3" rows="6" columns="2">
37716 <features booktabs="true" tabularvalignment="middle">
37717 <column alignment="center" valignment="top" width="0pt">
37718 <column alignment="center" valignment="top">
37719 <row>
37720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 Command
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 Result
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 <row>
37740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744 A
37745 \backslash
37746 gr
37747 \begin_inset space \textvisiblespace{}
37748 \end_inset
37749
37750 B
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37756 \begin_inset Text
37757
37758 \begin_layout Plain Layout
37759 \begin_inset Formula $A\gr B$
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \end_inset
37766 </cell>
37767 </row>
37768 <row>
37769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37770 \begin_inset Text
37771
37772 \begin_layout Plain Layout
37773
37774 \backslash
37775 us{ABcd
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784 \begin_inset Formula $\us{ABcd}$
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 </row>
37793 <row topspace="1mm">
37794 <cell alignment="center" valignment="top" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798
37799 \backslash
37800 fb{[2cm]
37801 \begin_inset Formula $\to$
37802 \end_inset
37803
37804
37805 \backslash
37806 {
37807 \begin_inset Formula $\to$
37808 \end_inset
37809
37810
37811 \backslash
37812 {
37813 \backslash
37814 int
37815 \begin_inset space \textvisiblespace{}
37816 \end_inset
37817
37818 A=B
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
37828 \end_inset
37829
37830
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 </row>
37836 <row topspace="1.5mm">
37837 <cell alignment="center" valignment="top" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841
37842 \backslash
37843 cb{red
37844 \begin_inset Formula $\to$
37845 \end_inset
37846
37847
37848 \backslash
37849 {
37850 \backslash
37851 int
37852 \begin_inset space \textvisiblespace{}
37853 \end_inset
37854
37855 A=B
37856 \end_layout
37857
37858 \end_inset
37859 </cell>
37860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864 \begin_inset Formula $\cb{red}{\int A=B}$
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 </row>
37873 <row topspace="1.5mm" bottomspace="1mm">
37874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878
37879 \backslash
37880 cb[green]
37881 \backslash
37882 {red
37883 \begin_inset Formula $\to$
37884 \end_inset
37885
37886
37887 \backslash
37888 {
37889 \backslash
37890 int
37891 \begin_inset space \textvisiblespace{}
37892 \end_inset
37893
37894 A=B
37895 \end_layout
37896
37897 \end_inset
37898 </cell>
37899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903 \begin_inset Formula $\cb[green]{red}{\int A=B}$
37904 \end_inset
37905
37906
37907 \end_layout
37908
37909 \end_inset
37910 </cell>
37911 </row>
37912 </lyxtabular>
37913
37914 \end_inset
37915
37916
37917 \change_inserted -584632292 1686503213
37918
37919 \end_layout
37920
37921 \begin_layout Standard
37922
37923 \change_inserted -584632292 1686503316
37924 As is obvious,
37925  commands defined in the preamble do not display `nicely' in LyX itself.
37926  Most such commands can be defined in LyX using `math macros',
37927  however,
37928  which we are about to explain,
37929  and these do display nicely.
37930 \change_unchanged
37931
37932 \end_layout
37933
37934 \begin_layout Subsection
37935 Math Macros
37936 \begin_inset Index idx
37937 range none
37938 pageformat default
37939 status collapsed
37940
37941 \begin_layout Plain Layout
37942 User-defined commands!
37943  Math macros
37944 \end_layout
37945
37946 \end_inset
37947
37948
37949 \begin_inset Index idx
37950 range none
37951 pageformat default
37952 status collapsed
37953
37954 \begin_layout Plain Layout
37955 Macros
37956 \end_layout
37957
37958 \end_inset
37959
37960
37961 \end_layout
37962
37963 \begin_layout Standard
37964 User-defined commands are especially convenient for complex expressions.
37965  For example if you are dealing with a document that has quadratic equations,
37966  the same solution type occurs several times.
37967  The general form of a quadratic equation is
37968 \begin_inset Formula 
37969 \[
37970 0=\lambda^{2}+p\lambda+q
37971 \]
37972
37973 \end_inset
37974
37975 The general form of the solution is
37976 \begin_inset Formula 
37977 \[
37978 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
37979 \]
37980
37981 \end_inset
37982
37983
37984 \end_layout
37985
37986 \begin_layout Standard
37987 To define a command for the solution formula where only the three parameters 
37988 \begin_inset Formula $\lambda$
37989 \end_inset
37990
37991 ,
37992  
37993 \begin_inset Formula $p$
37994 \end_inset
37995
37996  and 
37997 \begin_inset Formula $q$
37998 \end_inset
37999
38000  need to be specified and the index of 
38001 \begin_inset Formula $\lambda$
38002 \end_inset
38003
38004  can be given optionally,
38005  the \SpecialChar LaTeX
38006 -preamble line is
38007 \begin_inset Newline newline
38008 \end_inset
38009
38010
38011 \series bold
38012
38013 \backslash
38014 newcommand{
38015 \backslash
38016 qG}[4][1,
38017 \backslash
38018 ,2]{#2_{#1}=-
38019 \backslash
38020 frac{#3}{2}
38021 \backslash
38022 pm
38023 \begin_inset Newline newline
38024 \end_inset
38025
38026
38027 \begin_inset Phantom HPhantom
38028 status open
38029
38030 \begin_layout Plain Layout
38031
38032 \series bold
38033
38034 \backslash
38035 newcommand
38036 \end_layout
38037
38038 \end_inset
38039
38040
38041 \backslash
38042 sqrt{
38043 \backslash
38044 frac{#3^{2}}{4}-#4}}
38045 \end_layout
38046
38047 \begin_layout Standard
38048 To create with this the solution formula,
38049  the command
38050 \begin_inset Newline newline
38051 \end_inset
38052
38053
38054 \series bold
38055
38056 \backslash
38057 qG{
38058 \backslash
38059 lambda
38060 \begin_inset Formula $\to$
38061 \end_inset
38062
38063
38064 \backslash
38065 {p
38066 \begin_inset Formula $\to$
38067 \end_inset
38068
38069
38070 \backslash
38071 {q
38072 \series default
38073  is inserted to a formula
38074 \series bold
38075 .
38076 \end_layout
38077
38078 \begin_layout Standard
38079 The definition of the new command is unintuitive because one has to know the schemes of all used \SpecialChar LaTeX
38080  commands,
38081  e.
38082 \begin_inset space \thinspace{}
38083 \end_inset
38084
38085 g.
38086 \begin_inset space \space{}
38087 \end_inset
38088
38089 that a fraction is inserted in \SpecialChar LaTeX
38090  as 
38091 \series bold
38092
38093 \backslash
38094 frac{numerator}{denominator}
38095 \series default
38096 .
38097  Furthermore one can easily forget a brace in the definition and cannot see in \SpecialChar LyX
38098  what the new command is doing.
38099  To avoid these problems \SpecialChar LyX
38100  offers the possibility to use math macros instead of the command 
38101 \series bold
38102
38103 \backslash
38104 newcommand
38105 \series default
38106 .
38107 \end_layout
38108
38109 \begin_layout Standard
38110 A math macro is created by using the menu 
38111 \family sans
38112 Insert\SpecialChar menuseparator
38113 Math\SpecialChar menuseparator
38114 Macro
38115 \family default
38116  or the toolbar button 
38117 \begin_inset Info
38118 type  "icon"
38119 arg   "math-macro newmacroname_newcommand"
38120 \end_inset
38121
38122 .
38123  The math macro toolbar appears together with the following box where the macro is defined:
38124 \begin_inset Newline newline
38125 \end_inset
38126
38127
38128 \begin_inset space \hspace*{\fill}
38129 \end_inset
38130
38131
38132 \begin_inset Graphics
38133         filename clipart/macrobox.png
38134         scale 95
38135
38136 \end_inset
38137
38138
38139 \begin_inset space \hspace*{\fill}
38140 \end_inset
38141
38142
38143 \begin_inset Newline newline
38144 \end_inset
38145
38146
38147 \begin_inset FormulaMacro
38148 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
38149 \end_inset
38150
38151
38152 \backslash
38153 newmacroname is the default name of the macro that should be changed to something sensible.
38154  The wanted formula is inserted in the first blue box.
38155  An argument placeholder is inserted with the command 
38156 \series bold
38157
38158 \backslash
38159 #argumentnumber
38160 \series default
38161 ,
38162  e.
38163 \begin_inset space \thinspace{}
38164 \end_inset
38165
38166 g
38167 \begin_inset space \space{}
38168 \end_inset
38169
38170
38171 \series bold
38172
38173 \backslash
38174 #1
38175 \series default
38176  or by using the macro toolbar button 
38177 \begin_inset Info
38178 type  "icon"
38179 arg   "math-macro-add-param"
38180 \end_inset
38181
38182 .
38183  Argument placeholders are displayed red.
38184  A maximum of 9
38185 \begin_inset space ~
38186 \end_inset
38187
38188 arguments are possible.
38189  Optional arguments are created with the toolbar button 
38190 \begin_inset Info
38191 type  "icon"
38192 arg   "math-macro-add-optional-param"
38193 \end_inset
38194
38195 .
38196  The first non-optional argument can be transformed to an optional one with the toolbar button 
38197 \begin_inset Info
38198 type  "icon"
38199 arg   "math-macro-make-optional"
38200 \end_inset
38201
38202 .
38203  In the second blue box the appearance of the macro in \SpecialChar LyX
38204  can be defined.
38205  Normally you want to see it as it is defined,
38206  so the box is kept empty.
38207  But when you have created a macro that needs lot of space on the screen,
38208  you can insert in the box for example
38209 \begin_inset Newline newline
38210 \end_inset
38211
38212
38213 \series bold
38214 qG:
38215  
38216 \backslash
38217 #1
38218 \series default
38219  
38220 \series bold
38221 ,
38222
38223 \series default
38224  
38225 \series bold
38226
38227 \backslash
38228 #2
38229 \series default
38230  
38231 \series bold
38232 ,
38233
38234 \series default
38235  
38236 \series bold
38237
38238 \backslash
38239 #3,
38240  
38241 \backslash
38242 #4
38243 \begin_inset Newline newline
38244 \end_inset
38245
38246
38247 \series default
38248 For the macro only the arguments with the macro name in front of them will then be displayed in \SpecialChar LyX
38249 ,
38250  leading to a better overview.
38251  The formula appears in the output as defined in the first box.
38252 \begin_inset Newline newline
38253 \end_inset
38254
38255 The appearance of macros in formulas can furthermore be changed for single macros by setting the cursor in the macro and using the menu 
38256 \family sans
38257 View\SpecialChar menuseparator
38258 (Un)fold
38259 \begin_inset space ~
38260 \end_inset
38261
38262 Math
38263 \begin_inset space ~
38264 \end_inset
38265
38266 Macro
38267 \family default
38268 .
38269 \end_layout
38270
38271 \begin_layout Standard
38272 To use a macro,
38273  the macro name is inserted as command to a formula,
38274  in our case 
38275 \series bold
38276
38277 \backslash
38278 qG
38279 \series default
38280 .
38281  Our macro looks in \SpecialChar LyX
38282  like this:
38283 \begin_inset Newline newline
38284 \end_inset
38285
38286
38287 \begin_inset space \hspace*{\fill}
38288 \end_inset
38289
38290
38291 \begin_inset Graphics
38292         filename clipart/macrouse.png
38293         scale 95
38294
38295 \end_inset
38296
38297
38298 \begin_inset space \hspace*{\fill}
38299 \end_inset
38300
38301
38302 \begin_inset Newline newline
38303 \end_inset
38304
38305 Here is our macro example with the arguments 
38306 \begin_inset Formula $x$
38307 \end_inset
38308
38309 ,
38310  
38311 \begin_inset Formula $\ln(x)$
38312 \end_inset
38313
38314  and 
38315 \begin_inset Formula $B$
38316 \end_inset
38317
38318 :
38319 \end_layout
38320
38321 \begin_layout Standard
38322 \begin_inset Formula 
38323 \[
38324 \qG x{\ln(x)}B
38325 \]
38326
38327 \end_inset
38328
38329
38330 \end_layout
38331
38332 \begin_layout Standard
38333 \SpecialChar LyX
38334  offers in the menu 
38335 \family sans
38336 Tools\SpecialChar menuseparator
38337 Preferences\SpecialChar menuseparator
38338 Editing\SpecialChar menuseparator
38339 Control
38340 \family default
38341  different styles to edit macros.
38342  To find the style that suits you best,
38343  choose a style and set the cursor in a macro formula to see the difference.
38344 \end_layout
38345
38346 \begin_layout Standard
38347 A math macro is transformed internally to a 
38348 \series bold
38349
38350 \backslash
38351 newcommand
38352 \series default
38353  command when exporting the document.
38354  The created 
38355 \series bold
38356
38357 \backslash
38358 newcommand
38359 \series default
38360  command is not placed in the \SpecialChar LaTeX
38361 -preamble,
38362  therefore macros can only be used in formulas that are in the document below the macro definition box.
38363 \end_layout
38364
38365 \begin_layout Standard
38366 Math macros can also be directly created from a 
38367 \series bold
38368
38369 \backslash
38370 newcommand
38371 \series default
38372  command.
38373  When writing for example the command
38374 \series bold
38375
38376 \begin_inset Newline newline
38377 \end_inset
38378
38379
38380 \backslash
38381 newcommand{
38382 \backslash
38383 larrow}[2]{
38384 \backslash
38385 xleftarrow[#2]{#1}}
38386 \begin_inset Newline newline
38387 \end_inset
38388
38389
38390 \series default
38391 in \SpecialChar LyX
38392  as normal text,
38393  highlighting it completely and using the shortcut 
38394 \family sans
38395 Ctrl+M
38396 \family default
38397 ,
38398  the command will be transformed to a math macro.
38399  Using this method you need to be careful that the 
38400 \series bold
38401
38402 \backslash
38403 newcommand
38404 \series default
38405  command is typed correctly,
38406  otherwise you get a faulty macro leading to \SpecialChar LaTeX
38407  errors.
38408 \end_layout
38409
38410 \begin_layout Standard
38411 Math macros currently have the problem that further formulas in macro definitions are handled wrong.
38412  Therefore the example 
38413 \series bold
38414
38415 \backslash
38416 fb
38417 \series default
38418  from 
38419 \begin_inset CommandInset ref
38420 LatexCommand ref
38421 reference "subsec:The-Command-newcommand"
38422 nolink "false"
38423
38424 \end_inset
38425
38426  cannot be created as macro.
38427 \end_layout
38428
38429 \begin_layout Standard
38430 When the cursor is in a macro definition box,
38431  you will see the macro toolbar in \SpecialChar LyX
38432 :
38433 \end_layout
38434
38435 \begin_layout Standard
38436 \begin_inset VSpace defskip
38437 \end_inset
38438
38439
38440 \end_layout
38441
38442 \begin_layout Standard
38443 \begin_inset Graphics
38444         filename clipart/MacroToolbar.png
38445
38446 \end_inset
38447
38448
38449 \begin_inset Index idx
38450 range none
38451 pageformat default
38452 status collapsed
38453
38454 \begin_layout Plain Layout
38455 Macros
38456 \begin_inset IndexMacro subentry
38457 status open
38458
38459 \begin_layout Plain Layout
38460 Toolbar
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \end_layout
38467
38468 \end_inset
38469
38470
38471 \end_layout
38472
38473 \begin_layout Standard
38474 \begin_inset VSpace defskip
38475 \end_inset
38476
38477
38478 \end_layout
38479
38480 \begin_layout Standard
38481 The macro toolbar contains from left to right the following buttons:
38482 \end_layout
38483
38484 \begin_layout Standard
38485 \begin_inset VSpace defskip
38486 \end_inset
38487
38488
38489 \end_layout
38490
38491 \begin_layout Standard
38492 \begin_inset Tabular
38493 <lyxtabular version="3" rows="9" columns="2">
38494 <features islongtable="true" longtabularalignment="center">
38495 <column alignment="left" valignment="top">
38496 <column alignment="left" valignment="top" width="85col%">
38497 <row interlinespace="2.5mm">
38498 <cell alignment="center" valignment="top" usebox="none">
38499 \begin_inset Text
38500
38501 \begin_layout Plain Layout
38502 \begin_inset Info
38503 type  "icon"
38504 arg   "math-macro-remove-param"
38505 \end_inset
38506
38507
38508 \end_layout
38509
38510 \end_inset
38511 </cell>
38512 <cell alignment="center" valignment="top" usebox="none">
38513 \begin_inset Text
38514
38515 \begin_layout Plain Layout
38516
38517 \family sans
38518 Edit\SpecialChar menuseparator
38519 Math\SpecialChar menuseparator
38520 Macro
38521 \begin_inset space ~
38522 \end_inset
38523
38524 Definition\SpecialChar menuseparator
38525 Remove Last Argument
38526 \end_layout
38527
38528 \end_inset
38529 </cell>
38530 </row>
38531 <row interlinespace="2.5mm">
38532 <cell alignment="center" valignment="top" usebox="none">
38533 \begin_inset Text
38534
38535 \begin_layout Plain Layout
38536 \begin_inset Info
38537 type  "icon"
38538 arg   "math-macro-add-param"
38539 \end_inset
38540
38541
38542 \end_layout
38543
38544 \end_inset
38545 </cell>
38546 <cell alignment="center" valignment="top" usebox="none">
38547 \begin_inset Text
38548
38549 \begin_layout Plain Layout
38550
38551 \family sans
38552 Edit\SpecialChar menuseparator
38553 Math\SpecialChar menuseparator
38554 Macro
38555 \begin_inset space ~
38556 \end_inset
38557
38558 Definition\SpecialChar menuseparator
38559 Append Argument
38560 \end_layout
38561
38562 \end_inset
38563 </cell>
38564 </row>
38565 <row interlinespace="2.5mm">
38566 <cell alignment="center" valignment="top" usebox="none">
38567 \begin_inset Text
38568
38569 \begin_layout Plain Layout
38570 \begin_inset Info
38571 type  "icon"
38572 arg   "math-macro-make-optional"
38573 \end_inset
38574
38575
38576 \end_layout
38577
38578 \end_inset
38579 </cell>
38580 <cell alignment="center" valignment="top" usebox="none">
38581 \begin_inset Text
38582
38583 \begin_layout Plain Layout
38584
38585 \family sans
38586 Edit\SpecialChar menuseparator
38587 Math\SpecialChar menuseparator
38588 Macro
38589 \begin_inset space ~
38590 \end_inset
38591
38592 Definition\SpecialChar menuseparator
38593 Transform First Non-Optional to
38594 \begin_inset Newline newline
38595 \end_inset
38596
38597
38598 \begin_inset Phantom HPhantom
38599 status open
38600
38601 \begin_layout Plain Layout
38602
38603 \family sans
38604 Edit\SpecialChar menuseparator
38605 Math\SpecialChar menuseparator
38606 Macro
38607 \begin_inset space ~
38608 \end_inset
38609
38610 Definition\SpecialChar menuseparator
38611
38612 \end_layout
38613
38614 \end_inset
38615
38616 Optional Argument
38617 \end_layout
38618
38619 \end_inset
38620 </cell>
38621 </row>
38622 <row interlinespace="2.5mm">
38623 <cell alignment="center" valignment="top" usebox="none">
38624 \begin_inset Text
38625
38626 \begin_layout Plain Layout
38627 \begin_inset Info
38628 type  "icon"
38629 arg   "math-macro-make-nonoptional"
38630 \end_inset
38631
38632
38633 \end_layout
38634
38635 \end_inset
38636 </cell>
38637 <cell alignment="center" valignment="top" usebox="none">
38638 \begin_inset Text
38639
38640 \begin_layout Plain Layout
38641
38642 \family sans
38643 Edit\SpecialChar menuseparator
38644 Math\SpecialChar menuseparator
38645 Macro
38646 \begin_inset space ~
38647 \end_inset
38648
38649 Definition\SpecialChar menuseparator
38650 Transform Last Optional to
38651 \begin_inset Newline newline
38652 \end_inset
38653
38654
38655 \begin_inset Phantom HPhantom
38656 status open
38657
38658 \begin_layout Plain Layout
38659
38660 \family sans
38661 Edit\SpecialChar menuseparator
38662 Math\SpecialChar menuseparator
38663 Macro
38664 \begin_inset space ~
38665 \end_inset
38666
38667 Definition\SpecialChar menuseparator
38668
38669 \end_layout
38670
38671 \end_inset
38672
38673 Non-Optional Argument
38674 \end_layout
38675
38676 \end_inset
38677 </cell>
38678 </row>
38679 <row interlinespace="2.5mm">
38680 <cell alignment="center" valignment="top" usebox="none">
38681 \begin_inset Text
38682
38683 \begin_layout Plain Layout
38684 \begin_inset Info
38685 type  "icon"
38686 arg   "math-macro-remove-optional-param"
38687 \end_inset
38688
38689
38690 \end_layout
38691
38692 \end_inset
38693 </cell>
38694 <cell alignment="center" valignment="top" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Plain Layout
38698
38699 \family sans
38700 Edit\SpecialChar menuseparator
38701 Math\SpecialChar menuseparator
38702 Macro
38703 \begin_inset space ~
38704 \end_inset
38705
38706 Definition\SpecialChar menuseparator
38707 Remove Optional Argument
38708 \end_layout
38709
38710 \end_inset
38711 </cell>
38712 </row>
38713 <row interlinespace="2.5mm">
38714 <cell alignment="center" valignment="top" usebox="none">
38715 \begin_inset Text
38716
38717 \begin_layout Plain Layout
38718 \begin_inset Info
38719 type  "icon"
38720 arg   "math-macro-add-optional-param"
38721 \end_inset
38722
38723
38724 \end_layout
38725
38726 \end_inset
38727 </cell>
38728 <cell alignment="center" valignment="top" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732
38733 \family sans
38734 Edit\SpecialChar menuseparator
38735 Math\SpecialChar menuseparator
38736 Macro
38737 \begin_inset space ~
38738 \end_inset
38739
38740 Definition\SpecialChar menuseparator
38741 Insert Optional Argument
38742 \end_layout
38743
38744 \end_inset
38745 </cell>
38746 </row>
38747 <row interlinespace="2.5mm">
38748 <cell alignment="center" valignment="top" usebox="none">
38749 \begin_inset Text
38750
38751 \begin_layout Plain Layout
38752 \begin_inset Info
38753 type  "icon"
38754 arg   "math-macro-remove-greedy-param"
38755 \end_inset
38756
38757
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 <cell alignment="center" valignment="top" usebox="none">
38763 \begin_inset Text
38764
38765 \begin_layout Plain Layout
38766
38767 \family sans
38768 Edit\SpecialChar menuseparator
38769 Math\SpecialChar menuseparator
38770 Macro
38771 \begin_inset space ~
38772 \end_inset
38773
38774 Definition\SpecialChar menuseparator
38775 Remove Last Argument
38776 \begin_inset Newline newline
38777 \end_inset
38778
38779
38780 \begin_inset Phantom HPhantom
38781 status open
38782
38783 \begin_layout Plain Layout
38784
38785 \family sans
38786 Edit\SpecialChar menuseparator
38787 Math\SpecialChar menuseparator
38788 Macro
38789 \begin_inset space ~
38790 \end_inset
38791
38792 Definition\SpecialChar menuseparator
38793
38794 \end_layout
38795
38796 \end_inset
38797
38798 Spitting Out To The Right
38799 \end_layout
38800
38801 \end_inset
38802 </cell>
38803 </row>
38804 <row interlinespace="2.5mm">
38805 <cell alignment="center" valignment="top" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809 \begin_inset Info
38810 type  "icon"
38811 arg   "math-macro-append-greedy-param"
38812 \end_inset
38813
38814
38815 \end_layout
38816
38817 \end_inset
38818 </cell>
38819 <cell alignment="center" valignment="top" usebox="none">
38820 \begin_inset Text
38821
38822 \begin_layout Plain Layout
38823
38824 \family sans
38825 Edit\SpecialChar menuseparator
38826 Math\SpecialChar menuseparator
38827 Macro
38828 \begin_inset space ~
38829 \end_inset
38830
38831 Definition\SpecialChar menuseparator
38832 Append Argument
38833 \begin_inset Newline newline
38834 \end_inset
38835
38836
38837 \begin_inset Phantom HPhantom
38838 status open
38839
38840 \begin_layout Plain Layout
38841
38842 \family sans
38843 Edit\SpecialChar menuseparator
38844 Math\SpecialChar menuseparator
38845 Macro
38846 \begin_inset space ~
38847 \end_inset
38848
38849 Definition\SpecialChar menuseparator
38850
38851 \end_layout
38852
38853 \end_inset
38854
38855 Eating From The Right
38856 \end_layout
38857
38858 \end_inset
38859 </cell>
38860 </row>
38861 <row interlinespace="2.5mm">
38862 <cell alignment="center" valignment="top" usebox="none">
38863 \begin_inset Text
38864
38865 \begin_layout Plain Layout
38866 \begin_inset Info
38867 type  "icon"
38868 arg   "math-macro-add-greedy-optional-param"
38869 \end_inset
38870
38871
38872 \end_layout
38873
38874 \end_inset
38875 </cell>
38876 <cell alignment="center" valignment="top" usebox="none">
38877 \begin_inset Text
38878
38879 \begin_layout Plain Layout
38880
38881 \family sans
38882 Edit\SpecialChar menuseparator
38883 Math\SpecialChar menuseparator
38884 Macro
38885 \begin_inset space ~
38886 \end_inset
38887
38888 Definition\SpecialChar menuseparator
38889 Append Optional Argument
38890 \begin_inset Newline newline
38891 \end_inset
38892
38893
38894 \begin_inset Phantom HPhantom
38895 status open
38896
38897 \begin_layout Plain Layout
38898
38899 \family sans
38900 Edit\SpecialChar menuseparator
38901 Math\SpecialChar menuseparator
38902 Macro
38903 \begin_inset space ~
38904 \end_inset
38905
38906 Definition\SpecialChar menuseparator
38907
38908 \end_layout
38909
38910 \end_inset
38911
38912 Eating From The Right
38913 \end_layout
38914
38915 \end_inset
38916 </cell>
38917 </row>
38918 </lyxtabular>
38919
38920 \end_inset
38921
38922
38923 \change_inserted -584632292 1686503329
38924
38925 \end_layout
38926
38927 \begin_layout Subsection
38928
38929 \change_inserted -584632292 1686503341
38930 Math Macros for External Commands
38931 \end_layout
38932
38933 \begin_layout Standard
38934
38935 \change_inserted -584632292 1686503466
38936 Sometimes,
38937  you may need to use a LaTeX package which defines a math command that is not natively supported in LyX.
38938  This is easy enough to do:
38939  Just include the package in the preamble and type out the command in math.
38940  As with commands defined in the preamble,
38941  however,
38942  the display in LyX will not be `nice'.
38943 \end_layout
38944
38945 \begin_layout Standard
38946
38947 \change_inserted -584632292 1686503786
38948 As of LyX 2.4,
38949  this problem has been solved.
38950  Just define a math macro with empty LaTeX slot!
38951  The LyX part will be used for display,
38952  but no corresponding LaTeX will be output.
38953  For example,
38954  the 
38955 \begin_inset Flex Code
38956 status collapsed
38957
38958 \begin_layout Plain Layout
38959
38960 \change_inserted -584632292 1686503714
38961 godelnum.sty
38962 \change_unchanged
38963
38964 \end_layout
38965
38966 \end_inset
38967
38968  package defines a Godelnum macro that puts a single argument into corner quotes.
38969  To get a nice LyX display of this macro,
38970  just do:
38971 \end_layout
38972
38973 \begin_layout Standard
38974
38975 \change_inserted -584632292 1686503742
38976 \begin_inset FormulaMacro
38977 \newcommand{\Godelnum}[1]{}
38978 {\ulcorner#1\urcorner}
38979 \end_inset
38980
38981
38982 \end_layout
38983
38984 \begin_layout Standard
38985
38986 \change_inserted -584632292 1686503753
38987 The same trick,
38988  of course,
38989  can be used for commands defined in the preamble.
38990 \change_unchanged
38991
38992 \end_layout
38993
38994 \begin_layout Section
38995 Computer Algebra Systems
38996 \end_layout
38997
38998 \begin_layout Standard
38999 \SpecialChar LyX
39000  offers the exchange between mathematical expressions written in \SpecialChar LyX
39001 's math editor and external applications or user defined scripts.
39002  Currently supported applications are 
39003 \family sans
39004 Maple
39005 \family default
39006 ,
39007  
39008 \family sans
39009 Mathematica
39010 \family default
39011 ,
39012  
39013 \family sans
39014 Maxima
39015 \family default
39016  and 
39017 \family sans
39018 Octave
39019 \family default
39020 .
39021  Note that the set of supported mathematical constructs is limited only to very simple cases.
39022 \end_layout
39023
39024 \begin_layout Subsection
39025 Usage
39026 \end_layout
39027
39028 \begin_layout Standard
39029 Write some expression in a formula,
39030  go to the 
39031 \family sans
39032 Edit\SpecialChar menuseparator
39033 Math\SpecialChar menuseparator
39034 Use Computer Algebra System
39035 \family default
39036  menu and choose the application you have installed on the computer.
39037  After that the result of computation should show on the right side of the expression together with the 
39038 \begin_inset Quotes eld
39039 \end_inset
39040
39041 =
39042 \begin_inset Quotes erd
39043 \end_inset
39044
39045  operator.
39046 \end_layout
39047
39048 \begin_layout Standard
39049 Here are few simple examples (with results from 
39050 \family typewriter
39051 Maxima
39052 \family default
39053 ) to show what kind of computations can be performed:
39054 \end_layout
39055
39056 \begin_layout Itemize
39057 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \begin_layout Itemize
39064 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
39065 \end_inset
39066
39067
39068 \end_layout
39069
39070 \begin_layout Itemize
39071 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Itemize
39078 \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}$
39079 \end_inset
39080
39081
39082 \begin_inset Newline newline
39083 \end_inset
39084
39085
39086 \begin_inset Note Greyedout
39087 status open
39088
39089 \begin_layout Plain Layout
39090
39091 \series bold
39092 Note:
39093
39094 \series default
39095  One needs to use proper delimiter insets 
39096 \begin_inset Formula $\left(\right)$
39097 \end_inset
39098
39099  instead of simple '(' ')' characters.
39100 \end_layout
39101
39102 \end_inset
39103
39104  
39105 \end_layout
39106
39107 \begin_layout Itemize
39108 \begin_inset Formula $\det\left[\begin{array}{ccc}
39109 1 & 6 & 7\\
39110 2 & 5 & 8\\
39111 3 & 4 & 17
39112 \end{array}\right]=-56$
39113 \end_inset
39114
39115
39116 \end_layout
39117
39118 \begin_layout Itemize
39119 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
39120 \end_inset
39121
39122
39123 \end_layout
39124
39125 \begin_layout Itemize
39126 \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$
39127 \end_inset
39128
39129
39130 \end_layout
39131
39132 \begin_layout Itemize
39133 \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]$
39134 \end_inset
39135
39136
39137 \end_layout
39138
39139 \begin_layout Subsection
39140 Keyboard shortcut
39141 \end_layout
39142
39143 \begin_layout Standard
39144 Currently there is no keyboard shortcut for calling the algebra applications.
39145  One can easily bind a shortcut to the 
39146 \family sans
39147 math-extern
39148 \family default
39149  \SpecialChar LyX
39150  function (see the 
39151 \family sans
39152 \emph on
39153 \SpecialChar LyX
39154  Functions
39155 \family default
39156 \emph default
39157  manual).
39158  One could e.
39159 \begin_inset space \thinspace{}
39160 \end_inset
39161
39162 g.
39163 \begin_inset space \space{}
39164 \end_inset
39165
39166 bind the 
39167 \family sans
39168 Return
39169 \family default
39170  key inside the math editor.
39171  To bind it to 
39172 \family typewriter
39173 Maxima
39174 \family default
39175  one would use this shortcut definition command:
39176 \end_layout
39177
39178 \begin_layout Standard
39179
39180 \series bold
39181 command-alternatives paragraph-break;math-extern maxima
39182 \end_layout
39183
39184 \begin_layout Section
39185 Miscellaneous
39186 \begin_inset Index idx
39187 range none
39188 pageformat default
39189 status collapsed
39190
39191 \begin_layout Plain Layout
39192 Miscellaneous
39193 \end_layout
39194
39195 \end_inset
39196
39197
39198 \end_layout
39199
39200 \begin_layout Subsection
39201 Negative Numbers
39202 \begin_inset Index idx
39203 range none
39204 pageformat default
39205 status collapsed
39206
39207 \begin_layout Plain Layout
39208 Numbers
39209 \begin_inset IndexMacro subentry
39210 status open
39211
39212 \begin_layout Plain Layout
39213 negative
39214 \end_layout
39215
39216 \end_inset
39217
39218
39219 \end_layout
39220
39221 \end_inset
39222
39223
39224 \end_layout
39225
39226 \begin_layout Standard
39227 Negative numbers often look ugly in formulas because the minus sign before the number is set with the same length as the minus operator sign.
39228  When writing the negative number in normal text,
39229  the minus sign appears correctly.
39230 \end_layout
39231
39232 \begin_layout Standard
39233 Thus,
39234  the problem disappears when converting the minus sign to mathematical text.
39235 \end_layout
39236
39237 \begin_layout Standard
39238 An example to visualize the problem:
39239 \end_layout
39240
39241 \begin_layout Standard
39242 \align center
39243 \begin_inset Tabular
39244 <lyxtabular version="3" rows="3" columns="2">
39245 <features booktabs="true" tabularvalignment="middle">
39246 <column alignment="right" valignment="top" width="0pt">
39247 <column alignment="left" valignment="top">
39248 <row>
39249 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
39250 \begin_inset Text
39251
39252 \begin_layout Plain Layout
39253 normal text:
39254 \end_layout
39255
39256 \end_inset
39257 </cell>
39258 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 x = -2
39263 \end_layout
39264
39265 \end_inset
39266 </cell>
39267 </row>
39268 <row>
39269 <cell alignment="right" valignment="top" leftline="true" usebox="none">
39270 \begin_inset Text
39271
39272 \begin_layout Plain Layout
39273 formula:
39274 \end_layout
39275
39276 \end_inset
39277 </cell>
39278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39279 \begin_inset Text
39280
39281 \begin_layout Plain Layout
39282 \begin_inset Formula $x=-2$
39283 \end_inset
39284
39285
39286 \end_layout
39287
39288 \end_inset
39289 </cell>
39290 </row>
39291 <row>
39292 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39293 \begin_inset Text
39294
39295 \begin_layout Plain Layout
39296 solution:
39297 \end_layout
39298
39299 \end_inset
39300 </cell>
39301 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
39302 \begin_inset Text
39303
39304 \begin_layout Plain Layout
39305 \begin_inset Formula $x=\textrm{-}2$
39306 \end_inset
39307
39308
39309 \end_layout
39310
39311 \end_inset
39312 </cell>
39313 </row>
39314 </lyxtabular>
39315
39316 \end_inset
39317
39318
39319 \end_layout
39320
39321 \begin_layout Subsection
39322 Comma as decimal Separator
39323 \begin_inset Index idx
39324 range none
39325 pageformat default
39326 status collapsed
39327
39328 \begin_layout Plain Layout
39329 Comma
39330 \end_layout
39331
39332 \end_inset
39333
39334
39335 \end_layout
39336
39337 \begin_layout Standard
39338 In \SpecialChar LaTeX
39339  a comma inside a formula is used,
39340  according to the English convention,
39341  as number group separator.
39342  So there will be space added behind all commas in formulas.
39343 \end_layout
39344
39345 \begin_layout Standard
39346 To avoid this,
39347  the comma is highlighted and changed to mathematical text (shortcut 
39348 \begin_inset Info
39349 type  "shortcut"
39350 arg   "math-mode"
39351 \end_inset
39352
39353 ).
39354 \end_layout
39355
39356 \begin_layout Standard
39357 To use all formula commas in the document as decimal separator,
39358  the file 
39359 \series bold
39360 icomma.sty
39361 \series default
39362
39363 \begin_inset Foot
39364 status collapsed
39365
39366 \begin_layout Plain Layout
39367
39368 \series bold
39369 icomma
39370 \series default
39371  is part of the \SpecialChar LaTeX
39372 -package 
39373 \series bold
39374 was
39375 \series default
39376
39377 \begin_inset Index idx
39378 range none
39379 pageformat default
39380 status collapsed
39381
39382 \begin_layout Plain Layout
39383 Packages
39384 \begin_inset IndexMacro subentry
39385 status open
39386
39387 \begin_layout Plain Layout
39388 was
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \end_layout
39395
39396 \end_inset
39397
39398 .
39399 \end_layout
39400
39401 \end_inset
39402
39403
39404 \begin_inset Index idx
39405 range none
39406 pageformat default
39407 status collapsed
39408
39409 \begin_layout Plain Layout
39410 Packages
39411 \begin_inset IndexMacro subentry
39412 status open
39413
39414 \begin_layout Plain Layout
39415 icomma
39416 \end_layout
39417
39418 \end_inset
39419
39420
39421 \end_layout
39422
39423 \end_inset
39424
39425  is loaded with the \SpecialChar LaTeX
39426 -preamble line
39427 \end_layout
39428
39429 \begin_layout Standard
39430
39431 \series bold
39432
39433 \backslash
39434 usepackage{icomma}
39435 \end_layout
39436
39437 \begin_layout Subsection
39438 Physical Vectors
39439 \begin_inset CommandInset label
39440 LatexCommand label
39441 name "subsec:Physical-Vectors"
39442
39443 \end_inset
39444
39445
39446 \begin_inset Index idx
39447 range none
39448 pageformat default
39449 status collapsed
39450
39451 \begin_layout Plain Layout
39452 Vectors
39453 \begin_inset IndexMacro subentry
39454 status open
39455
39456 \begin_layout Plain Layout
39457 physical
39458 \end_layout
39459
39460 \end_inset
39461
39462
39463 \end_layout
39464
39465 \end_inset
39466
39467
39468 \end_layout
39469
39470 \begin_layout Standard
39471 Predefined vectors are offered by the \SpecialChar LaTeX
39472 -package 
39473 \series bold
39474 braket
39475 \series default
39476
39477 \begin_inset Index idx
39478 range none
39479 pageformat default
39480 status collapsed
39481
39482 \begin_layout Plain Layout
39483 Packages
39484 \begin_inset IndexMacro subentry
39485 status open
39486
39487 \begin_layout Plain Layout
39488 braket
39489 \end_layout
39490
39491 \end_inset
39492
39493
39494 \end_layout
39495
39496 \end_inset
39497
39498  that is loaded with the \SpecialChar LaTeX
39499 -preamble line
39500 \end_layout
39501
39502 \begin_layout Standard
39503
39504 \series bold
39505
39506 \backslash
39507 usepackage{braket}
39508 \end_layout
39509
39510 \begin_layout Standard
39511 \begin_inset ERT
39512 status collapsed
39513
39514 \begin_layout Plain Layout
39515
39516
39517 \backslash
39518 ifbraket 
39519 \end_layout
39520
39521 \end_inset
39522
39523
39524 \begin_inset Note Note
39525 status open
39526
39527 \begin_layout Plain Layout
39528 The following table will only be displayed when the \SpecialChar LaTeX
39529 -package 
39530 \series bold
39531 braket
39532 \series default
39533  is installed.
39534 \end_layout
39535
39536 \end_inset
39537
39538
39539 \end_layout
39540
39541 \begin_layout Standard
39542 The following commands are defined:
39543 \end_layout
39544
39545 \begin_layout Standard
39546 \align center
39547 \begin_inset Tabular
39548 <lyxtabular version="3" rows="4" columns="2">
39549 <features booktabs="true" tabularvalignment="middle">
39550 <column alignment="center" valignment="top" width="0pt">
39551 <column alignment="center" valignment="top">
39552 <row>
39553 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39554 \begin_inset Text
39555
39556 \begin_layout Plain Layout
39557 Command
39558 \end_layout
39559
39560 \end_inset
39561 </cell>
39562 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39563 \begin_inset Text
39564
39565 \begin_layout Plain Layout
39566 Result
39567 \end_layout
39568
39569 \end_inset
39570 </cell>
39571 </row>
39572 <row>
39573 <cell alignment="center" valignment="top" usebox="none">
39574 \begin_inset Text
39575
39576 \begin_layout Plain Layout
39577
39578 \backslash
39579 Bra{
39580 \backslash
39581 psi
39582 \end_layout
39583
39584 \end_inset
39585 </cell>
39586 <cell alignment="center" valignment="top" usebox="none">
39587 \begin_inset Text
39588
39589 \begin_layout Plain Layout
39590 \begin_inset Formula $\Bra{\psi}$
39591 \end_inset
39592
39593
39594 \end_layout
39595
39596 \end_inset
39597 </cell>
39598 </row>
39599 <row>
39600 <cell alignment="center" valignment="top" usebox="none">
39601 \begin_inset Text
39602
39603 \begin_layout Plain Layout
39604
39605 \backslash
39606 Ket{
39607 \backslash
39608 psi
39609 \end_layout
39610
39611 \end_inset
39612 </cell>
39613 <cell alignment="center" valignment="top" usebox="none">
39614 \begin_inset Text
39615
39616 \begin_layout Plain Layout
39617 \begin_inset Formula $\Ket{\psi}$
39618 \end_inset
39619
39620
39621 \end_layout
39622
39623 \end_inset
39624 </cell>
39625 </row>
39626 <row>
39627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39628 \begin_inset Text
39629
39630 \begin_layout Plain Layout
39631
39632 \backslash
39633 Braket{
39634 \backslash
39635 psi|
39636 \backslash
39637 phi
39638 \end_layout
39639
39640 \end_inset
39641 </cell>
39642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39643 \begin_inset Text
39644
39645 \begin_layout Plain Layout
39646 \begin_inset Formula $\Braket{\psi|\phi}$
39647 \end_inset
39648
39649
39650 \end_layout
39651
39652 \end_inset
39653 </cell>
39654 </row>
39655 </lyxtabular>
39656
39657 \end_inset
39658
39659
39660 \end_layout
39661
39662 \begin_layout Standard
39663 The command 
39664 \series bold
39665
39666 \backslash
39667 Braket
39668 \series default
39669  assures that all vertical bars are set in the size of the surrounding brackets:
39670 \begin_inset Formula 
39671 \[
39672 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
39673 \]
39674
39675 \end_inset
39676
39677
39678 \begin_inset ERT
39679 status collapsed
39680
39681 \begin_layout Plain Layout
39682
39683
39684 \backslash
39685 else 
39686 \end_layout
39687
39688 \end_inset
39689
39690
39691 \begin_inset Note Note
39692 status open
39693
39694 \begin_layout Plain Layout
39695 The following will be displayed when the \SpecialChar LaTeX
39696 -package 
39697 \series bold
39698 braket
39699 \series default
39700  is not installed:
39701 \end_layout
39702
39703 \end_inset
39704
39705
39706 \end_layout
39707
39708 \begin_layout Standard
39709 You need to install the \SpecialChar LaTeX
39710 -package 
39711 \series bold
39712 braket
39713 \series default
39714  to see the rest of this subsection in the output.
39715 \end_layout
39716
39717 \begin_layout Standard
39718 \begin_inset ERT
39719 status collapsed
39720
39721 \begin_layout Plain Layout
39722
39723
39724 \backslash
39725 fi 
39726 \end_layout
39727
39728 \end_inset
39729
39730
39731 \end_layout
39732
39733 \begin_layout Standard
39734 The effect of 
39735 \series bold
39736
39737 \backslash
39738 Braket
39739 \series default
39740  can also be achieved using the command 
39741 \series bold
39742
39743 \backslash
39744 middle
39745 \series default
39746 ,
39747  that is described in 
39748 \begin_inset CommandInset ref
39749 LatexCommand ref
39750 reference "subsec:Automatic-Bracket-Size"
39751 nolink "false"
39752
39753 \end_inset
39754
39755 .
39756 \end_layout
39757
39758 \begin_layout Subsection
39759 Self-defined Fractions
39760 \begin_inset CommandInset label
39761 LatexCommand label
39762 name "subsec:Self-defined-Fractions"
39763
39764 \end_inset
39765
39766
39767 \begin_inset Index idx
39768 range none
39769 pageformat default
39770 status collapsed
39771
39772 \begin_layout Plain Layout
39773 Fractions
39774 \begin_inset IndexMacro subentry
39775 status open
39776
39777 \begin_layout Plain Layout
39778 self-defined
39779 \end_layout
39780
39781 \end_inset
39782
39783
39784 \end_layout
39785
39786 \end_inset
39787
39788
39789 \end_layout
39790
39791 \begin_layout Standard
39792 To define custom commands for fractions,
39793  the command 
39794 \series bold
39795
39796 \backslash
39797 genfrac
39798 \series default
39799
39800 \begin_inset Index idx
39801 range none
39802 pageformat default
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806 Commands
39807 \begin_inset IndexMacro subentry
39808 status open
39809
39810 \begin_layout Plain Layout
39811 G
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset IndexMacro subentry
39818 status open
39819
39820 \begin_layout Plain Layout
39821
39822 \backslash
39823 genfrac
39824 \end_layout
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \end_inset
39832
39833  is used in the following scheme:
39834 \end_layout
39835
39836 \begin_layout Standard
39837
39838 \series bold
39839
39840 \backslash
39841 genfrac{left
39842 \series default
39843  
39844 \series bold
39845 bracket}{right
39846 \series default
39847  
39848 \series bold
39849 bracket}{fraction bar thickness}{style}
39850 \begin_inset Newline newline
39851 \end_inset
39852
39853
39854 \begin_inset Phantom HPhantom
39855 status open
39856
39857 \begin_layout Plain Layout
39858
39859 \series bold
39860
39861 \backslash
39862 genfrac
39863 \end_layout
39864
39865 \end_inset
39866
39867 {numerator}{denominator}
39868 \end_layout
39869
39870 \begin_layout Standard
39871 The style is a number in the range of 0
39872 \begin_inset space \thinspace{}
39873 \end_inset
39874
39875 -
39876 \begin_inset space \thinspace{}
39877 \end_inset
39878
39879 3.
39880 \end_layout
39881
39882 \begin_layout Standard
39883 \align center
39884 \begin_inset Tabular
39885 <lyxtabular version="3" rows="5" columns="2">
39886 <features booktabs="true" tabularvalignment="middle">
39887 <column alignment="center" valignment="top" width="0pt">
39888 <column alignment="center" valignment="top">
39889 <row>
39890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39891 \begin_inset Text
39892
39893 \begin_layout Plain Layout
39894 Number
39895 \end_layout
39896
39897 \end_inset
39898 </cell>
39899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39900 \begin_inset Text
39901
39902 \begin_layout Plain Layout
39903 Style (Size)
39904 \end_layout
39905
39906 \end_inset
39907 </cell>
39908 </row>
39909 <row>
39910 <cell alignment="center" valignment="top" usebox="none">
39911 \begin_inset Text
39912
39913 \begin_layout Plain Layout
39914 0
39915 \end_layout
39916
39917 \end_inset
39918 </cell>
39919 <cell alignment="center" valignment="top" usebox="none">
39920 \begin_inset Text
39921
39922 \begin_layout Plain Layout
39923 display style formula
39924 \end_layout
39925
39926 \end_inset
39927 </cell>
39928 </row>
39929 <row>
39930 <cell alignment="center" valignment="top" usebox="none">
39931 \begin_inset Text
39932
39933 \begin_layout Plain Layout
39934 1
39935 \end_layout
39936
39937 \end_inset
39938 </cell>
39939 <cell alignment="center" valignment="top" usebox="none">
39940 \begin_inset Text
39941
39942 \begin_layout Plain Layout
39943 inline formula
39944 \end_layout
39945
39946 \end_inset
39947 </cell>
39948 </row>
39949 <row>
39950 <cell alignment="center" valignment="top" usebox="none">
39951 \begin_inset Text
39952
39953 \begin_layout Plain Layout
39954 2
39955 \end_layout
39956
39957 \end_inset
39958 </cell>
39959 <cell alignment="center" valignment="top" usebox="none">
39960 \begin_inset Text
39961
39962 \begin_layout Plain Layout
39963 small
39964 \end_layout
39965
39966 \end_inset
39967 </cell>
39968 </row>
39969 <row>
39970 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39971 \begin_inset Text
39972
39973 \begin_layout Plain Layout
39974 3
39975 \end_layout
39976
39977 \end_inset
39978 </cell>
39979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39980 \begin_inset Text
39981
39982 \begin_layout Plain Layout
39983 tiny
39984 \end_layout
39985
39986 \end_inset
39987 </cell>
39988 </row>
39989 </lyxtabular>
39990
39991 \end_inset
39992
39993
39994 \end_layout
39995
39996 \begin_layout Standard
39997 When no style is given,
39998  the size is adjusted to the surrounding environment like for the command 
39999 \series bold
40000
40001 \backslash
40002 frac
40003 \series default
40004 .
40005 \end_layout
40006
40007 \begin_layout Standard
40008 When no fraction bar thickness is given,
40009  the predefined value of 0.4
40010 \begin_inset space \thinspace{}
40011 \end_inset
40012
40013 pt will be used.
40014 \end_layout
40015
40016 \begin_layout Standard
40017 \begin_inset VSpace medskip
40018 \end_inset
40019
40020 For example,
40021  the commands 
40022 \series bold
40023
40024 \backslash
40025 dfrac
40026 \series default
40027  and 
40028 \series bold
40029
40030 \backslash
40031 tbinom
40032 \series default
40033  from 
40034 \begin_inset CommandInset ref
40035 LatexCommand ref
40036 reference "subsec:Fractions"
40037 nolink "false"
40038
40039 \end_inset
40040
40041  are defined with the commands
40042 \end_layout
40043
40044 \begin_layout Standard
40045
40046 \series bold
40047
40048 \backslash
40049 newcommand{
40050 \backslash
40051 dfrac}[2]{
40052 \backslash
40053 genfrac{}{}{}{0}{#1}{#2}}
40054 \end_layout
40055
40056 \begin_layout Standard
40057 and
40058 \end_layout
40059
40060 \begin_layout Standard
40061
40062 \series bold
40063
40064 \backslash
40065 newcommand{
40066 \backslash
40067 tbinom}[2]{
40068 \backslash
40069 genfrac{(}{)}{0pt}{1}{#1}{#2}}
40070 \end_layout
40071
40072 \begin_layout Standard
40073 \begin_inset VSpace medskip
40074 \end_inset
40075
40076 To define a fraction where the fraction bar thickness can be given as optional argument,
40077  the following line is inserted to the \SpecialChar LaTeX
40078 -preamble:
40079 \end_layout
40080
40081 \begin_layout Standard
40082
40083 \series bold
40084
40085 \backslash
40086 newcommand{
40087 \backslash
40088 fracS}[3][]{
40089 \backslash
40090 genfrac{}{}{#1}{}{#2}{#3}}
40091 \end_layout
40092
40093 \begin_layout Standard
40094 A test:
40095 \begin_inset Formula 
40096 \begin{align*}
40097 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
40098 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
40099 \end{align*}
40100
40101 \end_inset
40102
40103 As one can see,
40104  the distance of the numerator and the denominator to the fraction bar is round about three times the bar thickness.
40105 \end_layout
40106
40107 \begin_layout Subsection
40108 Canceled Formulas
40109 \begin_inset Index idx
40110 range none
40111 pageformat default
40112 status collapsed
40113
40114 \begin_layout Plain Layout
40115 Formula
40116 \begin_inset IndexMacro subentry
40117 status open
40118
40119 \begin_layout Plain Layout
40120 canceled
40121 \end_layout
40122
40123 \end_inset
40124
40125
40126 \end_layout
40127
40128 \end_inset
40129
40130
40131 \end_layout
40132
40133 \begin_layout Standard
40134 There are four ways to cancel formulas or parts of formulas:
40135 \end_layout
40136
40137 \begin_layout Standard
40138 \begin_inset ERT
40139 status collapsed
40140
40141 \begin_layout Plain Layout
40142
40143
40144 \backslash
40145 ifcancel 
40146 \end_layout
40147
40148 \end_inset
40149
40150
40151 \begin_inset Note Note
40152 status open
40153
40154 \begin_layout Plain Layout
40155 The following table will only be displayed when the \SpecialChar LaTeX
40156 -package 
40157 \series bold
40158 cancel
40159 \series default
40160  is installed.
40161 \end_layout
40162
40163 \end_inset
40164
40165
40166 \end_layout
40167
40168 \begin_layout Standard
40169 \align center
40170 \begin_inset Tabular
40171 <lyxtabular version="3" rows="5" columns="2">
40172 <features booktabs="true" tabularvalignment="middle">
40173 <column alignment="center" valignment="top" width="0pt">
40174 <column alignment="center" valignment="top">
40175 <row>
40176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
40177 \begin_inset Text
40178
40179 \begin_layout Plain Layout
40180 Command
40181 \end_layout
40182
40183 \end_inset
40184 </cell>
40185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
40186 \begin_inset Text
40187
40188 \begin_layout Plain Layout
40189 Result
40190 \end_layout
40191
40192 \end_inset
40193 </cell>
40194 </row>
40195 <row>
40196 <cell alignment="center" valignment="top" usebox="none">
40197 \begin_inset Text
40198
40199 \begin_layout Plain Layout
40200
40201 \backslash
40202 cancel
40203 \begin_inset space \textvisiblespace{}
40204 \end_inset
40205
40206
40207 \backslash
40208 int
40209 \begin_inset space \textvisiblespace{}
40210 \end_inset
40211
40212 A=B
40213 \end_layout
40214
40215 \end_inset
40216 </cell>
40217 <cell alignment="center" valignment="top" usebox="none">
40218 \begin_inset Text
40219
40220 \begin_layout Plain Layout
40221 \begin_inset Formula $\cancel{\int A=B}$
40222 \end_inset
40223
40224
40225 \end_layout
40226
40227 \end_inset
40228 </cell>
40229 </row>
40230 <row topspace="1.5mm">
40231 <cell alignment="center" valignment="top" usebox="none">
40232 \begin_inset Text
40233
40234 \begin_layout Plain Layout
40235
40236 \backslash
40237 bcancel
40238 \begin_inset space \textvisiblespace{}
40239 \end_inset
40240
40241
40242 \backslash
40243 int
40244 \begin_inset space \textvisiblespace{}
40245 \end_inset
40246
40247 A=B
40248 \end_layout
40249
40250 \end_inset
40251 </cell>
40252 <cell alignment="center" valignment="top" usebox="none">
40253 \begin_inset Text
40254
40255 \begin_layout Plain Layout
40256 \begin_inset Formula $\bcancel{\int A=B}$
40257 \end_inset
40258
40259
40260 \end_layout
40261
40262 \end_inset
40263 </cell>
40264 </row>
40265 <row topspace="1.5mm">
40266 <cell alignment="center" valignment="top" usebox="none">
40267 \begin_inset Text
40268
40269 \begin_layout Plain Layout
40270
40271 \backslash
40272 xcancel
40273 \begin_inset space \textvisiblespace{}
40274 \end_inset
40275
40276
40277 \backslash
40278 int
40279 \begin_inset space \textvisiblespace{}
40280 \end_inset
40281
40282 A=B
40283 \end_layout
40284
40285 \end_inset
40286 </cell>
40287 <cell alignment="center" valignment="top" usebox="none">
40288 \begin_inset Text
40289
40290 \begin_layout Plain Layout
40291 \begin_inset Formula $\xcancel{\int A=B}$
40292 \end_inset
40293
40294
40295 \end_layout
40296
40297 \end_inset
40298 </cell>
40299 </row>
40300 <row>
40301 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
40302 \begin_inset Text
40303
40304 \begin_layout Plain Layout
40305
40306 \backslash
40307 cancelto
40308 \begin_inset space \textvisiblespace{}
40309 \end_inset
40310
40311
40312 \backslash
40313 int
40314 \begin_inset space \textvisiblespace{}
40315 \end_inset
40316
40317 A=B
40318 \begin_inset Formula $\to$
40319 \end_inset
40320
40321 1
40322 \end_layout
40323
40324 \end_inset
40325 </cell>
40326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
40327 \begin_inset Text
40328
40329 \begin_layout Plain Layout
40330 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
40331 \end_inset
40332
40333
40334 \end_layout
40335
40336 \end_inset
40337 </cell>
40338 </row>
40339 </lyxtabular>
40340
40341 \end_inset
40342
40343
40344 \end_layout
40345
40346 \begin_layout Standard
40347
40348 \series bold
40349
40350 \backslash
40351 cancelto
40352 \series default
40353  is especially suitable to visualize the reduction of fractions within formulas:
40354 \begin_inset Formula 
40355 \[
40356 \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}}}
40357 \]
40358
40359 \end_inset
40360
40361
40362 \end_layout
40363
40364 \begin_layout Standard
40365 To change the size of 
40366 \series bold
40367
40368 \backslash
40369 cancelto
40370 \series default
40371 's 
40372 \begin_inset Quotes eld
40373 \end_inset
40374
40375 subscript
40376 \begin_inset Quotes erd
40377 \end_inset
40378
40379  value one can add the \SpecialChar LaTeX
40380 -preamble line
40381 \end_layout
40382
40383 \begin_layout Standard
40384
40385 \series bold
40386
40387 \backslash
40388 PassOptionsToPackage{option}{cancel}
40389 \end_layout
40390
40391 \begin_layout Standard
40392 where 
40393 \series bold
40394 option
40395 \series default
40396  is either 
40397 \series bold
40398 samesize
40399 \series default
40400  which leads to the same size as for the canceled value,
40401  or 
40402 \series bold
40403 Smaller
40404 \series default
40405  which makes is it a bit smaller than normal.
40406 \end_layout
40407
40408 \begin_layout Standard
40409 To color the cancellation bar one adds this command as \SpecialChar TeX
40410  code:
40411 \end_layout
40412
40413 \begin_layout Standard
40414
40415 \series bold
40416
40417 \backslash
40418 renewcommand{
40419 \backslash
40420 CancelColor}{
40421 \backslash
40422 color{red}}
40423 \end_layout
40424
40425 \begin_layout Standard
40426
40427 \series bold
40428 red
40429 \series default
40430  can be replaced by a color of your choice.
40431 \end_layout
40432
40433 \begin_layout Standard
40434 \begin_inset ERT
40435 status collapsed
40436
40437 \begin_layout Plain Layout
40438
40439
40440 \backslash
40441 renewcommand{
40442 \backslash
40443 CancelColor}{
40444 \backslash
40445 color{red}}
40446 \end_layout
40447
40448 \end_inset
40449
40450
40451 \end_layout
40452
40453 \begin_layout Standard
40454 \begin_inset Formula 
40455 \[
40456 \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}}}
40457 \]
40458
40459 \end_inset
40460
40461
40462 \end_layout
40463
40464 \begin_layout Standard
40465 \begin_inset ERT
40466 status collapsed
40467
40468 \begin_layout Plain Layout
40469
40470
40471 \backslash
40472 renewcommand{
40473 \backslash
40474 CancelColor}{
40475 \backslash
40476 color{black}}
40477 \end_layout
40478
40479 \end_inset
40480
40481
40482 \begin_inset Note Note
40483 status open
40484
40485 \begin_layout Plain Layout
40486 reset the color
40487 \end_layout
40488
40489 \end_inset
40490
40491
40492 \end_layout
40493
40494 \begin_layout Standard
40495 For further customizations,
40496  see the documentation of the package 
40497 \series bold
40498 cancel
40499 \series default
40500 ,
40501  
40502 \begin_inset CommandInset citation
40503 LatexCommand cite
40504 key "cancel"
40505 literal "true"
40506
40507 \end_inset
40508
40509 .
40510 \begin_inset Index idx
40511 range none
40512 pageformat default
40513 status collapsed
40514
40515 \begin_layout Plain Layout
40516 Packages
40517 \begin_inset IndexMacro subentry
40518 status open
40519
40520 \begin_layout Plain Layout
40521 cancel
40522 \end_layout
40523
40524 \end_inset
40525
40526
40527 \end_layout
40528
40529 \end_inset
40530
40531
40532 \end_layout
40533
40534 \begin_layout Standard
40535 \begin_inset ERT
40536 status collapsed
40537
40538 \begin_layout Plain Layout
40539
40540
40541 \backslash
40542 else 
40543 \end_layout
40544
40545 \end_inset
40546
40547
40548 \begin_inset Note Note
40549 status open
40550
40551 \begin_layout Plain Layout
40552 The following will be displayed when the \SpecialChar LaTeX
40553 -package 
40554 \series bold
40555 cancel
40556 \series default
40557  is not installed:
40558 \end_layout
40559
40560 \end_inset
40561
40562
40563 \end_layout
40564
40565 \begin_layout Standard
40566 You need to install the \SpecialChar LaTeX
40567 -package 
40568 \series bold
40569 cancel
40570 \series default
40571  to see the rest of this subsection in the output.
40572 \end_layout
40573
40574 \begin_layout Standard
40575 \begin_inset ERT
40576 status collapsed
40577
40578 \begin_layout Plain Layout
40579
40580
40581 \backslash
40582 fi 
40583 \end_layout
40584
40585 \end_inset
40586
40587
40588 \end_layout
40589
40590 \begin_layout Subsection
40591 Formulas in Section Headings
40592 \begin_inset CommandInset label
40593 LatexCommand label
40594 name "subsec:Formulas-in-Section"
40595
40596 \end_inset
40597
40598
40599 \begin_inset Index idx
40600 range none
40601 pageformat default
40602 status collapsed
40603
40604 \begin_layout Plain Layout
40605 Formula
40606 \begin_inset IndexMacro subentry
40607 status open
40608
40609 \begin_layout Plain Layout
40610 in section headings
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \end_layout
40617
40618 \end_inset
40619
40620
40621 \end_layout
40622
40623 \begin_layout Standard
40624 When formulas are used in section headings,
40625  the following has to be taken into account:
40626 \end_layout
40627
40628 \begin_layout Standard
40629 \begin_inset Note Greyedout
40630 status open
40631
40632 \begin_layout Plain Layout
40633 When 
40634 \series bold
40635 hyperref
40636 \series default
40637
40638 \begin_inset Index idx
40639 range none
40640 pageformat default
40641 status collapsed
40642
40643 \begin_layout Plain Layout
40644 Packages
40645 \begin_inset IndexMacro subentry
40646 status open
40647
40648 \begin_layout Plain Layout
40649 hyperref
40650 \end_layout
40651
40652 \end_inset
40653
40654
40655 \end_layout
40656
40657 \end_inset
40658
40659  support is enabled in the document settings dialog under 
40660 \family sans
40661 PDF
40662 \begin_inset space ~
40663 \end_inset
40664
40665 Properties
40666 \family default
40667 ,
40668  PDF-bookmarks are created for every section heading in the table of contents.
40669  If a section heading contains formulas,
40670  they are incorrectly displayed in the bookmark text,
40671  because formulas in bookmarks infringe the PDF conventions.
40672 \end_layout
40673
40674 \end_inset
40675
40676
40677 \end_layout
40678
40679 \begin_layout Standard
40680 Both problems can be solved by inserting at the end of the section heading a short title with the menu 
40681 \family sans
40682 Insert\SpecialChar menuseparator
40683 Short
40684 \begin_inset space ~
40685 \end_inset
40686
40687 Title
40688 \family default
40689 .
40690  Short titles are used as alternative for multiline section headings to keep the table of contents clearly arranged.
40691  Only the short title appears in the table of contents and therefore also in the PDF-bookmark.
40692 \end_layout
40693
40694 \begin_layout Standard
40695 When formulas should be used in the table of contents but 
40696 \series bold
40697 hyperref
40698 \series default
40699  is used,
40700  one can use the following command in \SpecialChar TeX
40701  mode:
40702 \end_layout
40703
40704 \begin_layout Standard
40705
40706 \series bold
40707
40708 \backslash
40709 texorpdfstring{part}{alternative}
40710 \begin_inset Index idx
40711 range none
40712 pageformat default
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716 Commands
40717 \begin_inset IndexMacro subentry
40718 status open
40719
40720 \begin_layout Plain Layout
40721 T
40722 \end_layout
40723
40724 \end_inset
40725
40726
40727 \begin_inset IndexMacro subentry
40728 status open
40729
40730 \begin_layout Plain Layout
40731
40732 \backslash
40733 texorpdfstring
40734 \end_layout
40735
40736 \end_inset
40737
40738
40739 \end_layout
40740
40741 \end_inset
40742
40743
40744 \end_layout
40745
40746 \begin_layout Standard
40747 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
40748  This can be characters,
40749  formulas,
40750  footnotes,
40751  but also cross-references.
40752  The alternative is used instead of the part for the bookmark.
40753 \end_layout
40754
40755 \begin_layout Standard
40756 Here are two example headings:
40757 \begin_inset VSpace -3mm
40758 \end_inset
40759
40760
40761 \begin_inset ERT
40762 status collapsed
40763
40764 \begin_layout Plain Layout
40765
40766
40767 \backslash
40768 boldmath 
40769 \end_layout
40770
40771 \end_inset
40772
40773
40774 \end_layout
40775
40776 \begin_layout Subsubsection
40777 Heading without formula in table of contents 
40778 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40779 \end_inset
40780
40781
40782 \begin_inset Argument 1
40783 status collapsed
40784
40785 \begin_layout Plain Layout
40786 Heading without formula in table of contents
40787 \end_layout
40788
40789 \end_inset
40790
40791
40792 \end_layout
40793
40794 \begin_layout Subsubsection
40795 Heading with formula in table of contents
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801
40802 \backslash
40803 texorpdfstring{
40804 \end_layout
40805
40806 \end_inset
40807
40808  
40809 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40810 \end_inset
40811
40812
40813 \begin_inset ERT
40814 status collapsed
40815
40816 \begin_layout Plain Layout
40817
40818 }{}
40819 \end_layout
40820
40821 \end_inset
40822
40823
40824 \end_layout
40825
40826 \begin_layout Standard
40827 \begin_inset ERT
40828 status collapsed
40829
40830 \begin_layout Plain Layout
40831
40832
40833 \backslash
40834 unboldmath 
40835 \end_layout
40836
40837 \end_inset
40838
40839 In the first heading a short title was used,
40840  in the second one 
40841 \series bold
40842
40843 \backslash
40844 texorpdfstring
40845 \series default
40846 .
40847 \end_layout
40848
40849 \begin_layout Standard
40850 To get the same formatting as for the other headings,
40851  the complete heading was set into a 
40852 \series bold
40853 boldmath
40854 \series default
40855  environment
40856 \begin_inset Foot
40857 status open
40858
40859 \begin_layout Plain Layout
40860 See 
40861 \begin_inset CommandInset ref
40862 LatexCommand ref
40863 reference "subsec:Bold-Formulas"
40864 nolink "false"
40865
40866 \end_inset
40867
40868
40869 \end_layout
40870
40871 \end_inset
40872
40873 .
40874 \end_layout
40875
40876 \begin_layout Subsection
40877 Formulas in multi-column Text
40878 \begin_inset Index idx
40879 range none
40880 pageformat default
40881 status collapsed
40882
40883 \begin_layout Plain Layout
40884 Formula
40885 \begin_inset IndexMacro subentry
40886 status open
40887
40888 \begin_layout Plain Layout
40889 in multi-column text
40890 \end_layout
40891
40892 \end_inset
40893
40894
40895 \end_layout
40896
40897 \end_inset
40898
40899
40900 \end_layout
40901
40902 \begin_layout Standard
40903 Formulas in multi-column text are often too wide to fit into a column and thus need to be set over the whole page width.
40904  This is done by using the \SpecialChar LaTeX
40905 -package 
40906 \series bold
40907 multicol
40908 \series default
40909
40910 \begin_inset Foot
40911 status collapsed
40912
40913 \begin_layout Plain Layout
40914
40915 \series bold
40916 multicol
40917 \series default
40918  is part of every \SpecialChar LaTeX
40919  standard installation.
40920 \end_layout
40921
40922 \end_inset
40923
40924
40925 \begin_inset Index idx
40926 range none
40927 pageformat default
40928 status collapsed
40929
40930 \begin_layout Plain Layout
40931 Packages
40932 \begin_inset IndexMacro subentry
40933 status open
40934
40935 \begin_layout Plain Layout
40936 multicol
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \end_layout
40943
40944 \end_inset
40945
40946 ,
40947  that is loaded with the \SpecialChar LaTeX
40948 -preamble line
40949 \end_layout
40950
40951 \begin_layout Standard
40952
40953 \series bold
40954
40955 \backslash
40956 usepackage{multicol}
40957 \end_layout
40958
40959 \begin_layout Standard
40960 \begin_inset Note Greyedout
40961 status open
40962
40963 \begin_layout Plain Layout
40964 Note that in this case the setting 
40965 \family sans
40966 Two-column
40967 \begin_inset space ~
40968 \end_inset
40969
40970 document
40971 \family default
40972  in the menu 
40973 \family sans
40974 Document\SpecialChar menuseparator
40975 Settings
40976 \family default
40977  under 
40978 \family sans
40979 Text
40980 \begin_inset space ~
40981 \end_inset
40982
40983 Layout
40984 \family default
40985 \emph on
40986  
40987 \emph default
40988 must 
40989 \emph on
40990 not
40991 \emph default
40992  be selected.
40993 \end_layout
40994
40995 \end_inset
40996
40997
40998 \end_layout
40999
41000 \begin_layout Standard
41001 Before the multi-column text the command
41002 \end_layout
41003
41004 \begin_layout Standard
41005
41006 \series bold
41007
41008 \backslash
41009 begin{multicols}{column number}
41010 \end_layout
41011
41012 \begin_layout Standard
41013 is written in \SpecialChar TeX
41014  mode.
41015  The column number is a number in the range of 2
41016 \begin_inset space \thinspace{}
41017 \end_inset
41018
41019 -
41020 \begin_inset space \thinspace{}
41021 \end_inset
41022
41023 10.
41024  Before the formula the multi-column text is ended by inserting the command
41025 \end_layout
41026
41027 \begin_layout Standard
41028
41029 \series bold
41030
41031 \backslash
41032 end{multicols}
41033 \end_layout
41034
41035 \begin_layout Standard
41036 in \SpecialChar TeX
41037  mode.
41038 \end_layout
41039
41040 \begin_layout Standard
41041 Due to the command some space is automatically added before the formula.
41042  To correct this,
41043  -6
41044 \begin_inset space \thinspace{}
41045 \end_inset
41046
41047 mm vertical space is inserted before the formula.
41048  When the formula style 
41049 \series bold
41050 Indented
41051 \begin_inset Foot
41052 status open
41053
41054 \begin_layout Plain Layout
41055 For formula styles see 
41056 \begin_inset CommandInset ref
41057 LatexCommand ref
41058 reference "sec:Formula-Styles"
41059 nolink "false"
41060
41061 \end_inset
41062
41063
41064 \end_layout
41065
41066 \end_inset
41067
41068
41069 \series default
41070  is used,
41071  a -9
41072 \begin_inset space \thinspace{}
41073 \end_inset
41074
41075 mm space is inserted instead.
41076 \end_layout
41077
41078 \begin_layout Standard
41079 As example a multi-column text with a displayed formula:
41080 \end_layout
41081
41082 \begin_layout Standard
41083
41084 \lang ngerman
41085 \begin_inset ERT
41086 status collapsed
41087
41088 \begin_layout Plain Layout
41089
41090
41091 \backslash
41092 begin{multicols}{2}
41093 \end_layout
41094
41095 \end_inset
41096
41097 Das Spektrum wird fouriertransformiert.
41098  Die Fouriertransformation wird verwendet,
41099  um die überlagerten Signale (Netzwerk,
41100  Lösungsmittel) zu trennen.
41101  Nachdem wir die Phasenverschiebung bestimmen konnten,
41102  interessiert uns nun das Aussehen des Ausgangssignals.
41103  Im Experiment haben wir es mit sehr vielen Teilchen zu tun,
41104  so dass man über alle Phasen integrieren muss.
41105  Sei nun 
41106 \begin_inset Formula $S$
41107 \end_inset
41108
41109  unser normiertes Ausgangssignal und 
41110 \begin_inset Formula $P$
41111 \end_inset
41112
41113  die Phasenverteilungsfunktion,
41114  so ergibt sich die Beziehung
41115 \begin_inset ERT
41116 status collapsed
41117
41118 \begin_layout Plain Layout
41119
41120
41121 \backslash
41122 end{multicols}
41123 \end_layout
41124
41125 \end_inset
41126
41127
41128 \begin_inset VSpace -6mm
41129 \end_inset
41130
41131
41132 \begin_inset Formula 
41133 \begin{equation}
41134 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
41135 \end{equation}
41136
41137 \end_inset
41138
41139
41140 \begin_inset ERT
41141 status collapsed
41142
41143 \begin_layout Plain Layout
41144
41145
41146 \backslash
41147 begin{multicols}{2}
41148 \end_layout
41149
41150 \end_inset
41151
41152 wobei 
41153 \begin_inset Formula $S_{0}$
41154 \end_inset
41155
41156  das Signal ohne Gradient ist und die Normierungsbedingung 
41157 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
41158 \end_inset
41159
41160  gilt.
41161  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
41162  Direkt nach dem 
41163 \begin_inset Formula $\nicefrac{\pi}{2}$
41164 \end_inset
41165
41166
41167 \begin_inset space \thinspace{}
41168 \end_inset
41169
41170 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren,
41171  wodurch sich das Signal zusätzlich abschwächt.
41172  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten 
41173 \begin_inset Formula $T_{2}$
41174 \end_inset
41175
41176 -Zeit.
41177 \end_layout
41178
41179 \begin_layout Standard
41180
41181 \lang ngerman
41182 \begin_inset ERT
41183 status collapsed
41184
41185 \begin_layout Plain Layout
41186
41187
41188 \backslash
41189 end{multicols}
41190 \end_layout
41191
41192 \end_inset
41193
41194
41195 \end_layout
41196
41197 \begin_layout Subsection
41198 Formulas with Description of Variables
41199 \begin_inset Index idx
41200 range none
41201 pageformat default
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205 Formula
41206 \begin_inset IndexMacro subentry
41207 status open
41208
41209 \begin_layout Plain Layout
41210 with description of variables
41211 \end_layout
41212
41213 \end_inset
41214
41215
41216 \end_layout
41217
41218 \end_inset
41219
41220
41221 \end_layout
41222
41223 \begin_layout Standard
41224 To describe variables within a formula,
41225  like in formula 
41226 \begin_inset CommandInset ref
41227 LatexCommand eqref
41228 reference "eq:within"
41229 nolink "false"
41230
41231 \end_inset
41232
41233 ,
41234  a 2
41235 \series bold
41236 ×
41237 \series default
41238
41239 \begin_inset Formula $n$
41240 \end_inset
41241
41242
41243 \begin_inset space ~
41244 \end_inset
41245
41246 matrix is used with left aligned columns for the 
41247 \begin_inset Formula $n$
41248 \end_inset
41249
41250  used variables.
41251 \begin_inset Foot
41252 status collapsed
41253
41254 \begin_layout Plain Layout
41255 For matrices see 
41256 \begin_inset CommandInset ref
41257 LatexCommand ref
41258 reference "sec:Matrices"
41259 nolink "false"
41260
41261 \end_inset
41262
41263
41264 \end_layout
41265
41266 \end_inset
41267
41268  To set the description in a smaller size,
41269  before the matrix e.
41270 \begin_inset space \thinspace{}
41271 \end_inset
41272
41273 g.
41274 \begin_inset space \space{}
41275 \end_inset
41276
41277 the command 
41278 \series bold
41279
41280 \backslash
41281 footnotesize
41282 \series default
41283  is inserted.
41284 \begin_inset Foot
41285 status collapsed
41286
41287 \begin_layout Plain Layout
41288 For font sizes see 
41289 \begin_inset CommandInset ref
41290 LatexCommand ref
41291 reference "subsec:Font-Sizes"
41292 nolink "false"
41293
41294 \end_inset
41295
41296
41297 \end_layout
41298
41299 \end_inset
41300
41301
41302 \end_layout
41303
41304 \begin_layout Standard
41305 When the formula style 
41306 \series bold
41307 Indented
41308 \begin_inset Foot
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312 For formula styles see 
41313 \begin_inset CommandInset ref
41314 LatexCommand ref
41315 reference "sec:Formula-Styles"
41316 nolink "false"
41317
41318 \end_inset
41319
41320
41321 \end_layout
41322
41323 \end_inset
41324
41325
41326 \series default
41327  is used,
41328  a 
41329 \series bold
41330
41331 \backslash
41332 hfill
41333 \series default
41334
41335 \begin_inset Foot
41336 status collapsed
41337
41338 \begin_layout Plain Layout
41339
41340 \series bold
41341
41342 \backslash
41343 hfill
41344 \series default
41345  only works in formulas with the style 
41346 \series bold
41347 Indented
41348 \series default
41349 ,
41350  see 
41351 \begin_inset CommandInset ref
41352 LatexCommand ref
41353 reference "subsec:Variable-Space"
41354 nolink "false"
41355
41356 \end_inset
41357
41358 .
41359 \end_layout
41360
41361 \end_inset
41362
41363  is inserted before and after the matrix to have the same separation of the matrix from the equation and the side margin.
41364 \end_layout
41365
41366 \begin_layout Standard
41367 When the formula style 
41368 \series bold
41369 Centered
41370 \series default
41371  is used,
41372  the method described in 
41373 \begin_inset CommandInset ref
41374 LatexCommand ref
41375 reference "subsec:Flalign-Environment"
41376 nolink "false"
41377
41378 \end_inset
41379
41380  is used to indent formulas.
41381  Formula 
41382 \begin_inset CommandInset ref
41383 LatexCommand eqref
41384 reference "eq:within"
41385 nolink "false"
41386
41387 \end_inset
41388
41389  consists of five columns where in the first two columns contain the equation,
41390  the third the matrix and the last one an empty \SpecialChar TeX
41391  brace.
41392 \begin_inset Formula 
41393 \begin{flalign}
41394 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
41395 \rho & \textrm{density}\\
41396 V & \textrm{volume}\\
41397 g & \textrm{gravitational acceleration}
41398 \end{array} &  & {}\label{eq:within}
41399 \end{flalign}
41400
41401 \end_inset
41402
41403
41404 \end_layout
41405
41406 \begin_layout Subsection
41407 Upright small Greek Letters
41408 \begin_inset CommandInset label
41409 LatexCommand label
41410 name "subsec:Upright-small-Greek"
41411
41412 \end_inset
41413
41414
41415 \begin_inset Index idx
41416 range none
41417 pageformat default
41418 status collapsed
41419
41420 \begin_layout Plain Layout
41421 Greek letters
41422 \begin_inset IndexMacro subentry
41423 status open
41424
41425 \begin_layout Plain Layout
41426 upright
41427 \end_layout
41428
41429 \end_inset
41430
41431
41432 \end_layout
41433
41434 \end_inset
41435
41436
41437 \end_layout
41438
41439 \begin_layout Standard
41440 Most of the math fonts only provide italic small Greek letters.
41441  But for symbols of elementary particles like pions and neutrinos,
41442  upright Greek letters are needed.
41443  The file 
41444 \series bold
41445 upgreek.sty
41446 \series default
41447
41448 \begin_inset Foot
41449 status collapsed
41450
41451 \begin_layout Plain Layout
41452
41453 \series bold
41454 upgreek
41455 \series default
41456  is part of the \SpecialChar LaTeX
41457 -package 
41458 \series bold
41459 was
41460 \series default
41461
41462 \begin_inset Index idx
41463 range none
41464 pageformat default
41465 status collapsed
41466
41467 \begin_layout Plain Layout
41468 Packages
41469 \begin_inset IndexMacro subentry
41470 status open
41471
41472 \begin_layout Plain Layout
41473 was
41474 \end_layout
41475
41476 \end_inset
41477
41478
41479 \end_layout
41480
41481 \end_inset
41482
41483 .
41484 \end_layout
41485
41486 \end_inset
41487
41488
41489 \begin_inset Index idx
41490 range none
41491 pageformat default
41492 status collapsed
41493
41494 \begin_layout Plain Layout
41495 Packages
41496 \begin_inset IndexMacro subentry
41497 status open
41498
41499 \begin_layout Plain Layout
41500 upgreek
41501 \end_layout
41502
41503 \end_inset
41504
41505
41506 \end_layout
41507
41508 \end_inset
41509
41510  that is loaded with the \SpecialChar LaTeX
41511 -preamble line
41512 \end_layout
41513
41514 \begin_layout Standard
41515
41516 \series bold
41517
41518 \backslash
41519 usepackage{upgreek}
41520 \end_layout
41521
41522 \begin_layout Standard
41523 provides them.
41524  
41525 \begin_inset ERT
41526 status collapsed
41527
41528 \begin_layout Plain Layout
41529
41530
41531 \backslash
41532 ifupgreek 
41533 \end_layout
41534
41535 \end_inset
41536
41537
41538 \begin_inset Note Note
41539 status open
41540
41541 \begin_layout Plain Layout
41542 The following table will only be displayed when the \SpecialChar LaTeX
41543 -package 
41544 \series bold
41545 upgreek
41546 \series default
41547  is installed:
41548 \end_layout
41549
41550 \end_inset
41551
41552  They are created when the command for a small Greek letter is started with 
41553 \series bold
41554 up
41555 \series default
41556 .
41557  For example the command 
41558 \series bold
41559
41560 \backslash
41561 uptau
41562 \series default
41563  creates this:
41564  
41565 \begin_inset Formula $\uptau$
41566 \end_inset
41567
41568
41569 \end_layout
41570
41571 \begin_layout Standard
41572 With these commands reactions of elementary particles can be typeset:
41573 \begin_inset Formula 
41574 \[
41575 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
41576 \]
41577
41578 \end_inset
41579
41580
41581 \end_layout
41582
41583 \begin_layout Standard
41584 The upright letters are more bold and wider than the italic ones.
41585  They should therefore not be used for units like 
41586 \begin_inset Quotes eld
41587 \end_inset
41588
41589 µm
41590 \begin_inset Quotes erd
41591 \end_inset
41592
41593 .
41594 \end_layout
41595
41596 \begin_layout Standard
41597 \begin_inset ERT
41598 status collapsed
41599
41600 \begin_layout Plain Layout
41601
41602
41603 \backslash
41604 else 
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \begin_inset Note Note
41611 status open
41612
41613 \begin_layout Plain Layout
41614 The following will be displayed when the \SpecialChar LaTeX
41615 -package 
41616 \series bold
41617 upgreek
41618 \series default
41619  is not installed:
41620 \end_layout
41621
41622 \end_inset
41623
41624
41625 \end_layout
41626
41627 \begin_layout Standard
41628 You need to install the \SpecialChar LaTeX
41629 -package 
41630 \series bold
41631 upgreek
41632 \series default
41633  to see the rest of this subsection in the output.
41634 \end_layout
41635
41636 \begin_layout Standard
41637 \begin_inset ERT
41638 status collapsed
41639
41640 \begin_layout Plain Layout
41641
41642
41643 \backslash
41644 fi 
41645 \end_layout
41646
41647 \end_inset
41648
41649
41650 \end_layout
41651
41652 \begin_layout Subsection
41653 Text Characters in Formulas
41654 \begin_inset Index idx
41655 range none
41656 pageformat default
41657 status collapsed
41658
41659 \begin_layout Plain Layout
41660 Text
41661 \begin_inset IndexMacro subentry
41662 status open
41663
41664 \begin_layout Plain Layout
41665 in formulas
41666 \end_layout
41667
41668 \end_inset
41669
41670
41671 \end_layout
41672
41673 \end_inset
41674
41675
41676 \end_layout
41677
41678 \begin_layout Standard
41679 In some cases you might want to insert text characters directly into formulas.
41680  For example the centered dot · is often used in formulas like 
41681 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
41682 \end_inset
41683
41684 .
41685  One would have to insert the command 
41686 \series bold
41687
41688 \backslash
41689 cdot
41690 \series default
41691
41692 \begin_inset Foot
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696 See 
41697 \begin_inset CommandInset ref
41698 LatexCommand ref
41699 reference "subsec:Binary-Operators"
41700 nolink "false"
41701
41702 \end_inset
41703
41704
41705 \end_layout
41706
41707 \end_inset
41708
41709  all the time,
41710  because this character is defined in all encodings as a text character.
41711  But the encoding can be changed by this \SpecialChar LaTeX
41712 -preamble line:
41713 \end_layout
41714
41715 \begin_layout Standard
41716
41717 \series bold
41718
41719 \backslash
41720 Declare Inputtext{183}{
41721 \backslash
41722 ifmmode
41723 \backslash
41724 cdot
41725 \backslash
41726 else
41727 \backslash
41728 textperiodcentered
41729 \backslash
41730 f\SpecialChar ligaturebreak
41731 i}
41732 \end_layout
41733
41734 \begin_layout Standard
41735 The character encoding (menu 
41736 \family sans
41737 Document\SpecialChar menuseparator
41738 Settings\SpecialChar menuseparator
41739 Language
41740 \family default
41741 ) specifies what character appears when a keyboard key is pressed.
41742  When the key for the character '·' is pressed,
41743  internally the command 
41744 \series bold
41745
41746 \backslash
41747 textperiodcentered
41748 \series default
41749  is used.
41750  But this command is not available in a formula so that you would get \SpecialChar LaTeX
41751 -errors.
41752  With the changed encoding the correct command is chosen automatically,
41753  depending on if the character was inserted into a formula or not.
41754 \end_layout
41755
41756 \begin_layout Standard
41757 The encoding of several characters is saved in definition files.
41758  For example the encoding 
41759 \series bold
41760 latin9
41761 \series default
41762  is defined in the file 
41763 \series bold
41764 latin9.def
41765 \series default
41766  which is in the installation folder of \SpecialChar LaTeX
41767 .
41768  Encodings should only be changed via the \SpecialChar LaTeX
41769 -preamble and not in the definition files.
41770  Otherwise documents could not be edited by other \SpecialChar LyX
41771  users working on other computers.
41772 \end_layout
41773
41774 \begin_layout Standard
41775 \begin_inset VSpace medskip
41776 \end_inset
41777
41778 Besides the centered dot,
41779  in this document the degree sign ° is defined with the following \SpecialChar LaTeX
41780 -preamble line so that it can be directly inserted into a formula:
41781 \end_layout
41782
41783 \begin_layout Standard
41784
41785 \series bold
41786
41787 \backslash
41788 DeclareInputtext{176}{
41789 \backslash
41790 ifmmode^
41791 \backslash
41792 circ
41793 \backslash
41794 else
41795 \backslash
41796 textdegree
41797 \backslash
41798 f\SpecialChar ligaturebreak
41799 i}
41800 \end_layout
41801
41802 \begin_layout Subsection
41803 \SpecialChar LaTeX
41804 -comments in formulas
41805 \begin_inset Index idx
41806 range none
41807 pageformat default
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811 \SpecialChar LaTeX
41812 -comments
41813 \end_layout
41814
41815 \end_inset
41816
41817
41818 \end_layout
41819
41820 \begin_layout Standard
41821 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
41822  source code of your file with the menu 
41823 \family sans
41824 Insert\SpecialChar menuseparator
41825 Note\SpecialChar menuseparator
41826 Comment
41827 \family default
41828 .
41829  This is not possible in a formula but you can insert \SpecialChar LaTeX
41830 -comments with the command
41831 \end_layout
41832
41833 \begin_layout Standard
41834
41835 \series bold
41836
41837 \backslash
41838 %
41839 \end_layout
41840
41841 \begin_layout Standard
41842 This creates a box in which you can write your comment.
41843  Due to a bug in \SpecialChar LyX
41844
41845 \begin_inset Foot
41846 status collapsed
41847
41848 \begin_layout Plain Layout
41849 \begin_inset CommandInset href
41850 LatexCommand href
41851 name "LyX-bug #9002"
41852 target "https://www.lyx.org/trac/ticket/9002"
41853 literal "false"
41854
41855 \end_inset
41856
41857
41858 \end_layout
41859
41860 \end_inset
41861
41862  you cannot write normal text inside the comment,
41863  even when you use mathematical text,
41864  you will see its \SpecialChar LaTeX
41865 -commands in the \SpecialChar LaTeX
41866 -output.
41867 \begin_inset Newline newline
41868 \end_inset
41869
41870 This a formula with a \SpecialChar LaTeX
41871 -comment:
41872 \begin_inset Formula 
41873 \[
41874 A=B%\text{This is the comment}
41875 \]
41876
41877 \end_inset
41878
41879
41880 \end_layout
41881
41882 \begin_layout Standard
41883 \begin_inset Newpage newpage
41884 \end_inset
41885
41886
41887 \end_layout
41888
41889 \begin_layout Section
41890 \start_of_appendix
41891 Typographic Advice
41892 \begin_inset Index idx
41893 range none
41894 pageformat default
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898 Typographic advice
41899 \end_layout
41900
41901 \end_inset
41902
41903
41904 \end_layout
41905
41906 \begin_layout Standard
41907 This section is a summary of the most important typographic rules,
41908  listed in ISO norms.
41909 \begin_inset Foot
41910 status collapsed
41911
41912 \begin_layout Plain Layout
41913 This collection was partly taken from the German semi-official dictionary called 
41914 \begin_inset Quotes eld
41915 \end_inset
41916
41917 Duden
41918 \begin_inset Quotes erd
41919 \end_inset
41920
41921  
41922 \begin_inset CommandInset citation
41923 LatexCommand cite
41924 key "Duden"
41925 literal "true"
41926
41927 \end_inset
41928
41929  that lists some of the ISO rules.
41930  More rules are listed in 
41931 \begin_inset CommandInset citation
41932 LatexCommand cite
41933 key "Checklist"
41934 literal "true"
41935
41936 \end_inset
41937
41938 .
41939 \end_layout
41940
41941 \end_inset
41942
41943
41944 \end_layout
41945
41946 \begin_layout Itemize
41947 Physical units are 
41948 \emph on
41949 always
41950 \emph default
41951  set upright
41952 \begin_inset Foot
41953 status collapsed
41954
41955 \begin_layout Plain Layout
41956 Done with font styles,
41957  see 
41958 \begin_inset CommandInset ref
41959 LatexCommand ref
41960 reference "subsec:Font-Styles"
41961 nolink "false"
41962
41963 \end_inset
41964
41965
41966 \end_layout
41967
41968 \end_inset
41969
41970 ,
41971  no matter if they appear in italic text:
41972  30
41973 \begin_inset space \thinspace{}
41974 \end_inset
41975
41976 km/h
41977 \begin_inset Newline newline
41978 \end_inset
41979
41980 Between the value and the unit is the smallest space,
41981  see 
41982 \begin_inset CommandInset ref
41983 LatexCommand ref
41984 reference "subsec:Predefined-Space"
41985 nolink "false"
41986
41987 \end_inset
41988
41989 .
41990 \begin_inset Newline newline
41991 \end_inset
41992
41993 This convention is automatically fulfilled when the command 
41994 \series bold
41995
41996 \backslash
41997 unittwo
41998 \series default
41999  is used.
42000  When it is entered in a formula,
42001  two boxes appear.
42002  In the first one the value is inserted,
42003  in the second one the unit,
42004  and the result is as above:
42005  
42006 \begin_inset Formula $\unit[30]{km/h}$
42007 \end_inset
42008
42009
42010 \begin_inset space \thinspace{}
42011 \end_inset
42012
42013 .
42014  Note that 
42015 \series bold
42016
42017 \backslash
42018 unittwo
42019 \series default
42020  is not a real \SpecialChar LaTeX
42021  command but the command 
42022 \series bold
42023
42024 \backslash
42025 unit[value]{unit}
42026 \series default
42027 ,
42028  therefore you cannot use it in \SpecialChar TeX
42029  code.
42030 \end_layout
42031
42032 \begin_layout Itemize
42033 Percent and perthousand signs are set like physical units:
42034 \begin_inset Newline newline
42035 \end_inset
42036
42037 1.2
42038 \begin_inset space \thinspace{}
42039 \end_inset
42040
42041 ‰ alcohol in blood
42042 \end_layout
42043
42044 \begin_layout Itemize
42045 The degree sign follows the value directly:
42046  15°,
42047  except when it is used in units:
42048  15
42049 \begin_inset space \thinspace{}
42050 \end_inset
42051
42052 °C
42053 \end_layout
42054
42055 \begin_layout Itemize
42056 In numbers with more than four digits the smallest space is inserted before every third digit to group them:
42057  
42058 \family roman
42059 \series medium
42060 \shape up
42061 \size normal
42062 \emph off
42063 \bar no
42064 \noun off
42065 \color none
42066 18
42067 \begin_inset space \thinspace{}
42068 \end_inset
42069
42070 473
42071 \begin_inset space \thinspace{}
42072 \end_inset
42073
42074 588
42075 \end_layout
42076
42077 \begin_layout Itemize
42078 For dimensions like 120×90×40
42079 \begin_inset space \thinspace{}
42080 \end_inset
42081
42082 cm the multiplication sign 
42083 \begin_inset Quotes eld
42084 \end_inset
42085
42086 ×
42087 \begin_inset Quotes erd
42088 \end_inset
42089
42090  is used.
42091  It is available either via the command 
42092 \series bold
42093
42094 \backslash
42095 times
42096 \series default
42097  or via the menu 
42098 \family sans
42099 Insert\SpecialChar menuseparator
42100 Special Character\SpecialChar menuseparator
42101 Symbols
42102 \family default
42103 .
42104 \end_layout
42105
42106 \begin_layout Itemize
42107 Functions with names consisting of several letters are set upright to avoid confusions,
42108  see 
42109 \begin_inset CommandInset ref
42110 LatexCommand ref
42111 reference "subsec:Predefined-Functions"
42112 nolink "false"
42113
42114 \end_inset
42115
42116 .
42117 \end_layout
42118
42119 \begin_layout Itemize
42120 Indices consisting of several letters,
42121  are set upright:
42122  
42123 \begin_inset Formula $E_{\mathrm{kin}}$
42124 \end_inset
42125
42126
42127 \begin_inset Newline newline
42128 \end_inset
42129
42130 Components of matrices are set italic:
42131  
42132 \begin_inset Formula $\hat{H}_{kl}$
42133 \end_inset
42134
42135
42136 \end_layout
42137
42138 \begin_layout Itemize
42139 The differentiation/integration operator 'd',
42140  the Euler's number 'e' and the imaginary unit 'i' should be set upright,
42141  to avoid mixing them up with other variables.
42142 \end_layout
42143
42144 \begin_layout Itemize
42145 The character that denotes a 
42146 \noun on
42147 Fourier
42148 \noun default
42149  transformation is inserted either by the command 
42150 \series bold
42151
42152 \backslash
42153 mathscr
42154 \begin_inset space \textvisiblespace{}
42155 \end_inset
42156
42157 F
42158 \series default
42159  or via the menu 
42160 \family sans
42161 Insert\SpecialChar menuseparator
42162 Special Character\SpecialChar menuseparator
42163 Symbols\SpecialChar menuseparator
42164 Letterlike
42165 \begin_inset space ~
42166 \end_inset
42167
42168 Symbols
42169 \family default
42170 :
42171  
42172 \begin_inset Formula $\mathscr{F}$
42173 \end_inset
42174
42175
42176 \end_layout
42177
42178 \begin_layout Standard
42179 \begin_inset Newpage newpage
42180 \end_inset
42181
42182
42183 \end_layout
42184
42185 \begin_layout Section
42186 Synonyms
42187 \begin_inset Index idx
42188 range none
42189 pageformat default
42190 status collapsed
42191
42192 \begin_layout Plain Layout
42193 Synonyms
42194 \end_layout
42195
42196 \end_inset
42197
42198
42199 \end_layout
42200
42201 \begin_layout Standard
42202 Some characters and symbols can be created with several commands.
42203  Here is a list of the synonym commands:
42204 \end_layout
42205
42206 \begin_layout Standard
42207 \begin_inset VSpace bigskip
42208 \end_inset
42209
42210
42211 \begin_inset space \hfill{}
42212 \end_inset
42213
42214
42215 \begin_inset Tabular
42216 <lyxtabular version="3" rows="12" columns="2">
42217 <features booktabs="true" tabularvalignment="middle">
42218 <column alignment="center" valignment="top" width="0pt">
42219 <column alignment="center" valignment="top" width="0pt">
42220 <row>
42221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42222 \begin_inset Text
42223
42224 \begin_layout Plain Layout
42225 Command
42226 \end_layout
42227
42228 \end_inset
42229 </cell>
42230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42231 \begin_inset Text
42232
42233 \begin_layout Plain Layout
42234 equivalent to
42235 \end_layout
42236
42237 \end_inset
42238 </cell>
42239 </row>
42240 <row>
42241 <cell alignment="center" valignment="top" usebox="none">
42242 \begin_inset Text
42243
42244 \begin_layout Plain Layout
42245
42246 \backslash
42247 ast
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="center" valignment="top" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 *
42257 \end_layout
42258
42259 \end_inset
42260 </cell>
42261 </row>
42262 <row>
42263 <cell alignment="center" valignment="top" usebox="none">
42264 \begin_inset Text
42265
42266 \begin_layout Plain Layout
42267
42268 \backslash
42269 choose
42270 \end_layout
42271
42272 \end_inset
42273 </cell>
42274 <cell alignment="center" valignment="top" usebox="none">
42275 \begin_inset Text
42276
42277 \begin_layout Plain Layout
42278
42279 \backslash
42280 binom
42281 \end_layout
42282
42283 \end_inset
42284 </cell>
42285 </row>
42286 <row>
42287 <cell alignment="center" valignment="top" usebox="none">
42288 \begin_inset Text
42289
42290 \begin_layout Plain Layout
42291
42292 \backslash
42293 geq
42294 \end_layout
42295
42296 \end_inset
42297 </cell>
42298 <cell alignment="center" valignment="top" usebox="none">
42299 \begin_inset Text
42300
42301 \begin_layout Plain Layout
42302
42303 \backslash
42304 ge
42305 \end_layout
42306
42307 \end_inset
42308 </cell>
42309 </row>
42310 <row>
42311 <cell alignment="center" valignment="top" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315
42316 \backslash
42317 lbrace
42318 \end_layout
42319
42320 \end_inset
42321 </cell>
42322 <cell alignment="center" valignment="top" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 {
42327 \end_layout
42328
42329 \end_inset
42330 </cell>
42331 </row>
42332 <row>
42333 <cell alignment="center" valignment="top" usebox="none">
42334 \begin_inset Text
42335
42336 \begin_layout Plain Layout
42337
42338 \backslash
42339 lbracket
42340 \end_layout
42341
42342 \end_inset
42343 </cell>
42344 <cell alignment="center" valignment="top" usebox="none">
42345 \begin_inset Text
42346
42347 \begin_layout Plain Layout
42348 [
42349 \end_layout
42350
42351 \end_inset
42352 </cell>
42353 </row>
42354 <row>
42355 <cell alignment="center" valignment="top" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359
42360 \backslash
42361 leftarrow
42362 \end_layout
42363
42364 \end_inset
42365 </cell>
42366 <cell alignment="center" valignment="top" usebox="none">
42367 \begin_inset Text
42368
42369 \begin_layout Plain Layout
42370
42371 \backslash
42372 gets
42373 \end_layout
42374
42375 \end_inset
42376 </cell>
42377 </row>
42378 <row>
42379 <cell alignment="center" valignment="top" usebox="none">
42380 \begin_inset Text
42381
42382 \begin_layout Plain Layout
42383
42384 \backslash
42385 leq
42386 \end_layout
42387
42388 \end_inset
42389 </cell>
42390 <cell alignment="center" valignment="top" usebox="none">
42391 \begin_inset Text
42392
42393 \begin_layout Plain Layout
42394
42395 \backslash
42396 le
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 </row>
42402 <row>
42403 <cell alignment="center" valignment="top" usebox="none">
42404 \begin_inset Text
42405
42406 \begin_layout Plain Layout
42407
42408 \backslash
42409 lor
42410 \end_layout
42411
42412 \end_inset
42413 </cell>
42414 <cell alignment="center" valignment="top" usebox="none">
42415 \begin_inset Text
42416
42417 \begin_layout Plain Layout
42418
42419 \backslash
42420 vee
42421 \end_layout
42422
42423 \end_inset
42424 </cell>
42425 </row>
42426 <row>
42427 <cell alignment="center" valignment="top" usebox="none">
42428 \begin_inset Text
42429
42430 \begin_layout Plain Layout
42431
42432 \backslash
42433 neq
42434 \end_layout
42435
42436 \end_inset
42437 </cell>
42438 <cell alignment="center" valignment="top" usebox="none">
42439 \begin_inset Text
42440
42441 \begin_layout Plain Layout
42442
42443 \backslash
42444 not=
42445 \end_layout
42446
42447 \end_inset
42448 </cell>
42449 </row>
42450 <row>
42451 <cell alignment="center" valignment="top" usebox="none">
42452 \begin_inset Text
42453
42454 \begin_layout Plain Layout
42455
42456 \backslash
42457 slash
42458 \end_layout
42459
42460 \end_inset
42461 </cell>
42462 <cell alignment="center" valignment="top" usebox="none">
42463 \begin_inset Text
42464
42465 \begin_layout Plain Layout
42466 /
42467 \end_layout
42468
42469 \end_inset
42470 </cell>
42471 </row>
42472 <row>
42473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42474 \begin_inset Text
42475
42476 \begin_layout Plain Layout
42477
42478 \backslash
42479 vert
42480 \end_layout
42481
42482 \end_inset
42483 </cell>
42484 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42485 \begin_inset Text
42486
42487 \begin_layout Plain Layout
42488 |
42489 \end_layout
42490
42491 \end_inset
42492 </cell>
42493 </row>
42494 </lyxtabular>
42495
42496 \end_inset
42497
42498
42499 \begin_inset space \hfill{}
42500 \end_inset
42501
42502
42503 \begin_inset Tabular
42504 <lyxtabular version="3" rows="12" columns="2">
42505 <features booktabs="true" tabularvalignment="middle">
42506 <column alignment="center" valignment="top" width="0pt">
42507 <column alignment="center" valignment="top" width="0pt">
42508 <row>
42509 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42510 \begin_inset Text
42511
42512 \begin_layout Plain Layout
42513 Command
42514 \end_layout
42515
42516 \end_inset
42517 </cell>
42518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42519 \begin_inset Text
42520
42521 \begin_layout Plain Layout
42522 equivalent to
42523 \end_layout
42524
42525 \end_inset
42526 </cell>
42527 </row>
42528 <row>
42529 <cell alignment="center" valignment="top" usebox="none">
42530 \begin_inset Text
42531
42532 \begin_layout Plain Layout
42533
42534 \backslash
42535 backslash
42536 \end_layout
42537
42538 \end_inset
42539 </cell>
42540 <cell alignment="center" valignment="top" usebox="none">
42541 \begin_inset Text
42542
42543 \begin_layout Plain Layout
42544
42545 \backslash
42546
42547 \backslash
42548
42549 \end_layout
42550
42551 \end_inset
42552 </cell>
42553 </row>
42554 <row>
42555 <cell alignment="center" valignment="top" usebox="none">
42556 \begin_inset Text
42557
42558 \begin_layout Plain Layout
42559
42560 \backslash
42561 dasharrow
42562 \end_layout
42563
42564 \end_inset
42565 </cell>
42566 <cell alignment="center" valignment="top" usebox="none">
42567 \begin_inset Text
42568
42569 \begin_layout Plain Layout
42570
42571 \backslash
42572 dashrightarrow
42573 \end_layout
42574
42575 \end_inset
42576 </cell>
42577 </row>
42578 <row>
42579 <cell alignment="center" valignment="top" usebox="none">
42580 \begin_inset Text
42581
42582 \begin_layout Plain Layout
42583
42584 \backslash
42585 land
42586 \end_layout
42587
42588 \end_inset
42589 </cell>
42590 <cell alignment="center" valignment="top" usebox="none">
42591 \begin_inset Text
42592
42593 \begin_layout Plain Layout
42594
42595 \backslash
42596 wedge
42597 \end_layout
42598
42599 \end_inset
42600 </cell>
42601 </row>
42602 <row>
42603 <cell alignment="center" valignment="top" usebox="none">
42604 \begin_inset Text
42605
42606 \begin_layout Plain Layout
42607
42608 \backslash
42609 rbrace
42610 \end_layout
42611
42612 \end_inset
42613 </cell>
42614 <cell alignment="center" valignment="top" usebox="none">
42615 \begin_inset Text
42616
42617 \begin_layout Plain Layout
42618 }
42619 \end_layout
42620
42621 \end_inset
42622 </cell>
42623 </row>
42624 <row>
42625 <cell alignment="center" valignment="top" usebox="none">
42626 \begin_inset Text
42627
42628 \begin_layout Plain Layout
42629
42630 \backslash
42631 rbracket
42632 \end_layout
42633
42634 \end_inset
42635 </cell>
42636 <cell alignment="center" valignment="top" usebox="none">
42637 \begin_inset Text
42638
42639 \begin_layout Plain Layout
42640 ]
42641 \end_layout
42642
42643 \end_inset
42644 </cell>
42645 </row>
42646 <row>
42647 <cell alignment="center" valignment="top" usebox="none">
42648 \begin_inset Text
42649
42650 \begin_layout Plain Layout
42651
42652 \backslash
42653 rightarrow
42654 \end_layout
42655
42656 \end_inset
42657 </cell>
42658 <cell alignment="center" valignment="top" usebox="none">
42659 \begin_inset Text
42660
42661 \begin_layout Plain Layout
42662
42663 \backslash
42664 to
42665 \end_layout
42666
42667 \end_inset
42668 </cell>
42669 </row>
42670 <row>
42671 <cell alignment="center" valignment="top" usebox="none">
42672 \begin_inset Text
42673
42674 \begin_layout Plain Layout
42675
42676 \backslash
42677 lnot
42678 \end_layout
42679
42680 \end_inset
42681 </cell>
42682 <cell alignment="center" valignment="top" usebox="none">
42683 \begin_inset Text
42684
42685 \begin_layout Plain Layout
42686
42687 \backslash
42688 neg
42689 \end_layout
42690
42691 \end_inset
42692 </cell>
42693 </row>
42694 <row>
42695 <cell alignment="center" valignment="top" usebox="none">
42696 \begin_inset Text
42697
42698 \begin_layout Plain Layout
42699
42700 \backslash
42701 ne
42702 \end_layout
42703
42704 \end_inset
42705 </cell>
42706 <cell alignment="center" valignment="top" usebox="none">
42707 \begin_inset Text
42708
42709 \begin_layout Plain Layout
42710
42711 \backslash
42712 not=
42713 \end_layout
42714
42715 \end_inset
42716 </cell>
42717 </row>
42718 <row>
42719 <cell alignment="center" valignment="top" usebox="none">
42720 \begin_inset Text
42721
42722 \begin_layout Plain Layout
42723
42724 \backslash
42725 owns
42726 \end_layout
42727
42728 \end_inset
42729 </cell>
42730 <cell alignment="center" valignment="top" usebox="none">
42731 \begin_inset Text
42732
42733 \begin_layout Plain Layout
42734
42735 \backslash
42736 ni
42737 \end_layout
42738
42739 \end_inset
42740 </cell>
42741 </row>
42742 <row>
42743 <cell alignment="center" valignment="top" usebox="none">
42744 \begin_inset Text
42745
42746 \begin_layout Plain Layout
42747
42748 \backslash
42749 square
42750 \end_layout
42751
42752 \end_inset
42753 </cell>
42754 <cell alignment="center" valignment="top" usebox="none">
42755 \begin_inset Text
42756
42757 \begin_layout Plain Layout
42758
42759 \backslash
42760 Box
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 </row>
42766 <row>
42767 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42768 \begin_inset Text
42769
42770 \begin_layout Plain Layout
42771
42772 \backslash
42773 Vert
42774 \end_layout
42775
42776 \end_inset
42777 </cell>
42778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42779 \begin_inset Text
42780
42781 \begin_layout Plain Layout
42782
42783 \backslash
42784 |
42785 \end_layout
42786
42787 \end_inset
42788 </cell>
42789 </row>
42790 </lyxtabular>
42791
42792 \end_inset
42793
42794
42795 \begin_inset space \hfill{}
42796 \end_inset
42797
42798
42799 \begin_inset CommandInset href
42800 LatexCommand href
42801 name "List"
42802 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42803 literal "false"
42804
42805 \end_inset
42806
42807
42808 \end_layout
42809
42810 \begin_layout Standard
42811 \begin_inset Newpage newpage
42812 \end_inset
42813
42814
42815 \end_layout
42816
42817 \begin_layout Bibliography
42818 \begin_inset CommandInset bibitem
42819 LatexCommand bibitem
42820 key "TLC2"
42821 literal "true"
42822
42823 \end_inset
42824
42825
42826 \shape smallcaps
42827 F.
42828  Mittelbach;
42829  M.
42830  Goossens
42831 \shape default
42832 :
42833  
42834 \shape italic
42835 The \SpecialChar LaTeX
42836  Companion
42837 \shape default
42838 .
42839  Addison Wesley,
42840  2004
42841 \end_layout
42842
42843 \begin_layout Bibliography
42844 \begin_inset CommandInset bibitem
42845 LatexCommand bibitem
42846 key "Mathmode"
42847 literal "true"
42848
42849 \end_inset
42850
42851
42852 \change_inserted 5863208 1612728717
42853
42854 \begin_inset CommandInset href
42855 LatexCommand href
42856 name "Description"
42857 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
42858 literal "false"
42859
42860 \end_inset
42861
42862
42863 \change_deleted 5863208 1612728717
42864
42865 \begin_inset CommandInset href
42866 LatexCommand href
42867 name "Description"
42868 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
42869 literal "false"
42870
42871 \end_inset
42872
42873
42874 \change_unchanged
42875  of \SpecialChar LaTeX
42876 's math abilities
42877 \change_deleted 5863208 1612728849
42878
42879 \begin_inset Note Note
42880 status open
42881
42882 \begin_layout Plain Layout
42883
42884 \change_inserted 232239728 1611367909
42885 Bad Link
42886 \change_unchanged
42887
42888 \end_layout
42889
42890 \end_inset
42891
42892
42893 \change_unchanged
42894
42895 \end_layout
42896
42897 \begin_layout Bibliography
42898 \begin_inset CommandInset bibitem
42899 LatexCommand bibitem
42900 key "AMS"
42901 literal "true"
42902
42903 \end_inset
42904
42905
42906 \change_inserted 5863208 1612728836
42907
42908 \begin_inset CommandInset href
42909 LatexCommand href
42910 name "Description"
42911 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
42912 literal "false"
42913
42914 \end_inset
42915
42916
42917 \change_deleted 5863208 1612728836
42918
42919 \begin_inset CommandInset href
42920 LatexCommand href
42921 name "Description"
42922 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
42923 literal "false"
42924
42925 \end_inset
42926
42927
42928 \change_unchanged
42929  of 
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935
42936 \backslash
42937 AmS
42938 \end_layout
42939
42940 \end_inset
42941
42942 -\SpecialChar LaTeX
42943
42944 \change_deleted 5863208 1612728851
42945
42946 \begin_inset Note Note
42947 status open
42948
42949 \begin_layout Plain Layout
42950
42951 \change_inserted 232239728 1611367919
42952 Bad Link
42953 \change_unchanged
42954
42955 \end_layout
42956
42957 \end_inset
42958
42959
42960 \change_unchanged
42961
42962 \end_layout
42963
42964 \begin_layout Bibliography
42965 \begin_inset CommandInset bibitem
42966 LatexCommand bibitem
42967 key "Symbols"
42968 literal "true"
42969
42970 \end_inset
42971
42972
42973 \change_inserted 5863208 1612728963
42974
42975 \begin_inset CommandInset href
42976 LatexCommand href
42977 name "List"
42978 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
42979 literal "false"
42980
42981 \end_inset
42982
42983
42984 \change_deleted 5863208 1612728963
42985
42986 \begin_inset CommandInset href
42987 LatexCommand href
42988 name "List"
42989 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42990 literal "false"
42991
42992 \end_inset
42993
42994
42995 \change_unchanged
42996  of all symbols available with \SpecialChar LaTeX
42997 -packages
42998 \change_deleted 5863208 1612728966
42999
43000 \begin_inset Note Note
43001 status open
43002
43003 \begin_layout Plain Layout
43004
43005 \change_inserted 232239728 1611367959
43006 Bad link
43007 \change_unchanged
43008
43009 \end_layout
43010
43011 \end_inset
43012
43013
43014 \change_unchanged
43015
43016 \end_layout
43017
43018 \begin_layout Bibliography
43019 \begin_inset CommandInset bibitem
43020 LatexCommand bibitem
43021 key "cancel"
43022 literal "true"
43023
43024 \end_inset
43025
43026
43027 \begin_inset CommandInset href
43028 LatexCommand href
43029 name "Documentation"
43030 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
43031 literal "false"
43032
43033 \end_inset
43034
43035  of the \SpecialChar LaTeX
43036 -package 
43037 \series bold
43038 cancel
43039 \series default
43040
43041 \begin_inset Index idx
43042 range none
43043 pageformat default
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047 Packages
43048 \begin_inset IndexMacro subentry
43049 status open
43050
43051 \begin_layout Plain Layout
43052 cancel
43053 \end_layout
43054
43055 \end_inset
43056
43057
43058 \end_layout
43059
43060 \end_inset
43061
43062
43063 \end_layout
43064
43065 \begin_layout Bibliography
43066 \begin_inset CommandInset bibitem
43067 LatexCommand bibitem
43068 key "hyperref"
43069 literal "true"
43070
43071 \end_inset
43072
43073
43074 \begin_inset CommandInset href
43075 LatexCommand href
43076 name "Documentation"
43077 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
43078 literal "false"
43079
43080 \end_inset
43081
43082  of the \SpecialChar LaTeX
43083 -package 
43084 \series bold
43085 hyperref
43086 \series default
43087
43088 \begin_inset Index idx
43089 range none
43090 pageformat default
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094 Packages
43095 \begin_inset IndexMacro subentry
43096 status open
43097
43098 \begin_layout Plain Layout
43099 hyperref
43100 \end_layout
43101
43102 \end_inset
43103
43104
43105 \end_layout
43106
43107 \end_inset
43108
43109
43110 \end_layout
43111
43112 \begin_layout Bibliography
43113 \begin_inset CommandInset bibitem
43114 LatexCommand bibitem
43115 key "mhchem"
43116 literal "true"
43117
43118 \end_inset
43119
43120
43121 \begin_inset CommandInset href
43122 LatexCommand href
43123 name "Documentation"
43124 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
43125 literal "false"
43126
43127 \end_inset
43128
43129  of the \SpecialChar LaTeX
43130 -package 
43131 \series bold
43132 mhchem
43133 \series default
43134
43135 \begin_inset Index idx
43136 range none
43137 pageformat default
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141 Packages
43142 \begin_inset IndexMacro subentry
43143 status open
43144
43145 \begin_layout Plain Layout
43146 mhchem
43147 \end_layout
43148
43149 \end_inset
43150
43151
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \end_layout
43158
43159 \begin_layout Bibliography
43160 \begin_inset CommandInset bibitem
43161 LatexCommand bibitem
43162 key "Duden"
43163 literal "true"
43164
43165 \end_inset
43166
43167
43168 \emph on
43169 Duden Band
43170 \begin_inset space ~
43171 \end_inset
43172
43173 1
43174 \emph default
43175 .
43176  22.
43177 \begin_inset space ~
43178 \end_inset
43179
43180 Auflage,
43181  Dudenverlag,
43182  2000
43183 \end_layout
43184
43185 \begin_layout Bibliography
43186 \begin_inset CommandInset bibitem
43187 LatexCommand bibitem
43188 key "Checklist"
43189 literal "true"
43190
43191 \end_inset
43192
43193
43194 \begin_inset CommandInset href
43195 LatexCommand href
43196 name "Check list"
43197 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
43198 literal "false"
43199
43200 \end_inset
43201
43202  for reviewing manuscripts
43203 \end_layout
43204
43205 \begin_layout Standard
43206 \begin_inset CommandInset index_print
43207 LatexCommand printindex
43208 type "idx"
43209 name "Index"
43210 literal "false"
43211
43212 \end_inset
43213
43214
43215 \end_layout
43216
43217 \end_body
43218 \end_document