]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Move DrawStrategy enum to update_flags.h.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 620
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_formatted_ref 0
207 \use_minted 0
208 \use_lineno 0
209 \notefontcolor #0000ff
210 \index Index
211 \shortcut idx
212 \color #008000
213 \end_index
214 \secnumdepth 4
215 \tocdepth 3
216 \paragraph_separation skip
217 \defskip halfline
218 \is_math_indent 0
219 \math_numbering_side default
220 \quotes_style english
221 \dynamic_quotes 0
222 \papercolumns 1
223 \papersides 2
224 \paperpagestyle plain
225 \tablestyle default
226 \bullet 1 0 6 -1
227 \bullet 2 2 35 -1
228 \bullet 3 2 7 -1
229 \tracking_changes false
230 \output_changes false
231 \change_bars false
232 \postpone_fragile_content false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \docbook_table_output 0
237 \docbook_mathml_prefix 1
238 \end_header
239
240 \begin_body
241
242 \begin_layout Title
243 \SpecialChar LyX
244 's Detailed Math Manual
245 \end_layout
246
247 \begin_layout Author
248 by the \SpecialChar LyX
249  Team
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 If you have comments or error corrections,
256  please send them to the \SpecialChar LyX
257  Documentation mailing list:
258  
259 \family typewriter
260
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
265 type "mailto:"
266 literal "false"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 author:
281  Uwe Stöhr
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \family sans
296 Version 2.4.x
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset CommandInset toc
301 LatexCommand tableofcontents
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Note Note
310 status open
311
312 \begin_layout Plain Layout
313 To export this document to PDF,
314  PS or DVI the \SpecialChar LaTeX
315 -packages 
316 \series bold
317 braket,
318  cancel,
319  eurosym,
320  mathdots,
321  mathtools,
322  mhchem,
323  undertilde
324 \series default
325  and 
326 \series bold
327 was
328 \series default
329  should be installed.
330  If they are not installed the document can be exported anyway but the sections where the packages are required will not appear in the output.
331  An exception is 
332 \series bold
333 mhchem
334 \series default
335 ;
336  if it is not installed,
337  this file cannot be exported.
338 \end_layout
339
340 \begin_layout Plain Layout
341 The latest PDF-version of this document can be found here:
342 \begin_inset Newline newline
343 \end_inset
344
345
346 \series bold
347 https://wiki.lyx.org/LyX/Manuals#Math
348 \end_layout
349
350 \end_inset
351
352
353 \end_layout
354
355 \begin_layout Standard
356 \begin_inset Newpage newpage
357 \end_inset
358
359
360 \end_layout
361
362 \begin_layout Section
363 Introduction
364 \end_layout
365
366 \begin_layout Standard
367 This document details \SpecialChar LyX
368 's math features and the \SpecialChar LaTeX
369 -commands used for mathematical characters and constructs.
370  It is oriented toward the use of commands.
371  The user should read the 
372 \family typewriter
373 Mathematical
374 \begin_inset space ~
375 \end_inset
376
377 Formulas
378 \family default
379  section of the User's Guide before proceeding.
380 \end_layout
381
382 \begin_layout Standard
383 Most of the characters and many constructs explained in this manual are also accessible via the menu 
384 \family sans
385 Insert
386 \series bold
387 \SpecialChar menuseparator
388
389 \series default
390 Math
391 \family default
392  or the 
393 \family sans
394 math
395 \family default
396 \series bold
397  
398 \family sans
399 \series default
400 toolbar
401 \family default
402 .
403  But everybody who has to write lots of formulas will notice that it is much faster to use commands instead of the math toolbar.
404  Therefore this manual is focused on commands but also mentions the corresponding toolbar buttons when available.
405 \end_layout
406
407 \begin_layout Standard
408 Unless specially mentioned,
409  math commands are only available within formulas.
410  To be able to use all of the commands explained in this document,
411  the option 
412 \family sans
413 Use AMS math package
414 \family default
415  must be checked in the document settings (menu 
416 \family sans
417 Document\SpecialChar menuseparator
418 Settings\SpecialChar menuseparator
419 Math
420 \begin_inset space ~
421 \end_inset
422
423 Options
424 \family default
425 ).
426 \begin_inset Foot
427 status collapsed
428
429 \begin_layout Plain Layout
430 The option 
431 \family sans
432 Use AMS math package automatically
433 \family default
434  only uses 
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -math when math constructs are found that are supported by \SpecialChar LyX
448 .
449 \end_layout
450
451 \end_inset
452
453
454 \end_layout
455
456 \begin_layout Standard
457 This document doesn't list all 
458 \begin_inset ERT
459 status collapsed
460
461 \begin_layout Plain Layout
462
463
464 \backslash
465 AmS 
466 \end_layout
467
468 \end_inset
469
470 -math commands
471 \begin_inset Foot
472 status open
473
474 \begin_layout Plain Layout
475 A list containing all 
476 \begin_inset ERT
477 status collapsed
478
479 \begin_layout Plain Layout
480
481
482 \backslash
483 AmS
484 \end_layout
485
486 \end_inset
487
488 -math commands is in the file 
489 \family sans
490
491 \begin_inset CommandInset href
492 LatexCommand href
493 name "amsguide.pdf"
494 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
495 literal "false"
496
497 \end_inset
498
499
500 \family default
501 ,
502  which is part of every \SpecialChar LaTeX
503  standard installation.
504 \end_layout
505
506 \end_inset
507
508  for lucidity reasons.
509 \end_layout
510
511 \begin_layout Section
512 General Instructions
513 \end_layout
514
515 \begin_layout Standard
516 To create an inline formula
517 \begin_inset Index idx
518 range none
519 pageformat default
520 status collapsed
521
522 \begin_layout Plain Layout
523 Formula
524 \begin_inset IndexMacro subentry
525 status open
526
527 \begin_layout Plain Layout
528 inline
529 \end_layout
530
531 \end_inset
532
533
534 \end_layout
535
536 \end_inset
537
538  that is embedded in a text line,
539  use one of the shortcuts 
540 \begin_inset Info
541 type  "shortcuts"
542 arg   "math-mode"
543 \end_inset
544
545  or the toolbar button 
546 \begin_inset Info
547 type  "icon"
548 arg   "math-mode"
549 \end_inset
550
551 .
552 \begin_inset Newline newline
553 \end_inset
554
555 To create a display style formula
556 \begin_inset Index idx
557 range none
558 pageformat default
559 status open
560
561 \begin_layout Plain Layout
562 Formula
563 \begin_inset IndexMacro subentry
564 status open
565
566 \begin_layout Plain Layout
567 display style
568 \end_layout
569
570 \end_inset
571
572
573 \end_layout
574
575 \end_inset
576
577  which will appear bigger,
578  has a different format,
579  and will be in a separate paragraph,
580  use one of these shortcuts:
581  
582 \begin_inset Info
583 type  "shortcuts"
584 arg   "math-display"
585 \end_inset
586
587 .
588 \end_layout
589
590 \begin_layout Standard
591 To change a display style formula to an inline formula,
592  place the cursor inside the formula and use the shortcut 
593 \begin_inset Info
594 type  "shortcuts"
595 arg   "math-mutate simple"
596 \end_inset
597
598  or the menu 
599 \family sans
600 Edit\SpecialChar menuseparator
601 Math\SpecialChar menuseparator
602 Change formula type
603 \family default
604 .
605  Similarly you can use the shortcut 
606 \begin_inset Info
607 type  "shortcuts"
608 arg   "math-mutate equation"
609 \end_inset
610
611  to change from an inline to a display style formula.
612  
613 \end_layout
614
615 \begin_layout Standard
616 To display parts of an inline formula in the size of a display style formula,
617  enter the command 
618 \series bold
619
620 \backslash
621 displaystyle
622 \series default
623
624 \begin_inset Index idx
625 range none
626 pageformat default
627 status collapsed
628
629 \begin_layout Plain Layout
630 Commands
631 \begin_inset IndexMacro subentry
632 status open
633
634 \begin_layout Plain Layout
635 D
636 \end_layout
637
638 \end_inset
639
640
641 \begin_inset IndexMacro subentry
642 status open
643
644 \begin_layout Plain Layout
645
646 \backslash
647 displaystyle
648 \end_layout
649
650 \end_inset
651
652
653 \end_layout
654
655 \end_inset
656
657  in a formula.
658  A new blue box will appear in which the desired formula part is inserted.
659 \end_layout
660
661 \begin_layout Standard
662 Only inline formulas are allowed inside tables.
663 \end_layout
664
665 \begin_layout Standard
666
667 \family sans
668 Math toolbar
669 \family default
670  visibility is controlled in the menu 
671 \family sans
672 View\SpecialChar menuseparator
673 Toolbars\SpecialChar menuseparator
674 Math
675 \family default
676 .
677  Three options will be presented,
678  On,
679  Off,
680  and Automatic.
681  Selecting On will cause the toolbar to be shown permanently at the bottom of the screen.
682  Selecting Off will disable the toolbar.
683  Selecting Automatic will cause the toolbar to automatically appear when the cursor is located within a formula.
684  The active state of the toolbar is indicated by a checkmark next to the current menu selection.
685 \begin_inset Note Note
686 status open
687
688 \begin_layout Plain Layout
689 The menu functionality appears to have changed,
690  I rewrote the paragraph for the current functionality
691 \end_layout
692
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699 \SpecialChar TeX
700  mode
701 \begin_inset Index idx
702 range none
703 pageformat default
704 status collapsed
705
706 \begin_layout Plain Layout
707 \begin_inset IndexMacro sortkey
708 status open
709
710 \begin_layout Plain Layout
711 T
712 \end_layout
713
714 \end_inset
715
716 \SpecialChar TeX
717 -mode
718 \end_layout
719
720 \end_inset
721
722  is invoked by pressing the toolbar button 
723 \begin_inset Info
724 type  "icon"
725 arg   "ert-insert"
726 \end_inset
727
728  or by using the menu 
729 \family sans
730 Insert\SpecialChar menuseparator
731 TeX Code
732 \family default
733  (shortcut 
734 \begin_inset Info
735 type  "shortcut"
736 arg   "ert-insert"
737 \end_inset
738
739 ).
740 \end_layout
741
742 \begin_layout Standard
743 To change the \SpecialChar LaTeX
744 -preamble
745 \begin_inset Index idx
746 range none
747 pageformat default
748 status collapsed
749
750 \begin_layout Plain Layout
751 \begin_inset IndexMacro sortkey
752 status open
753
754 \begin_layout Plain Layout
755 L
756 \end_layout
757
758 \end_inset
759
760 \SpecialChar LaTeX
761 -preamble
762 \end_layout
763
764 \end_inset
765
766 ,
767  use the menu 
768 \family sans
769 Document\SpecialChar menuseparator
770 Settings\SpecialChar menuseparator
771 LaTeX
772 \family default
773  
774 \family sans
775 Preamble
776 \family default
777 .
778 \end_layout
779
780 \begin_layout Standard
781 To edit matrices,
782  case differentiations and multiline formulas,
783  use the menus 
784 \family sans
785 Edit\SpecialChar menuseparator
786 Math
787 \family default
788  and 
789 \family sans
790 Edit\SpecialChar menuseparator
791 Rows
792 \begin_inset space \thinspace{}
793 \end_inset
794
795 &
796 \begin_inset space \thinspace{}
797 \end_inset
798
799 Columns,
800
801 \family default
802  or the 
803 \family sans
804 table toolbar
805 \family default
806 .
807  When lines and columns are swapped via the menu,
808  the column or line where the cursor is in is exchanged with the column to the right or the line below,
809  respectively.
810  If the cursor is in the last column or row,
811  the exchange is done with the column to the left or the line above.
812 \end_layout
813
814 \begin_layout Standard
815 To write text in formulas
816 \begin_inset Foot
817 status collapsed
818
819 \begin_layout Plain Layout
820 For multiline formulas the command 
821 \series bold
822
823 \backslash
824 intertext
825 \series default
826  is used,
827  see 
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "subsec:Text-in-multiline"
831 nolink "false"
832
833 \end_inset
834
835 .
836 \end_layout
837
838 \end_inset
839
840  
841 \emph on
842 mathematical text
843 \emph default
844
845 \begin_inset Index idx
846 range none
847 pageformat default
848 status collapsed
849
850 \begin_layout Plain Layout
851 Text
852 \begin_inset IndexMacro subentry
853 status open
854
855 \begin_layout Plain Layout
856 in formulas
857 \end_layout
858
859 \end_inset
860
861
862 \end_layout
863
864 \end_inset
865
866
867 \begin_inset Index idx
868 range none
869 pageformat default
870 status collapsed
871
872 \begin_layout Plain Layout
873 Mathematical text
874 \end_layout
875
876 \end_inset
877
878  is used.
879  This mode is invoked with the shortcut 
880 \begin_inset Info
881 type  "shortcut"
882 arg   "font-default"
883 \end_inset
884
885  or by the insertion of the command 
886 \series bold
887
888 \backslash
889 text
890 \series default
891
892 \begin_inset Index idx
893 range none
894 pageformat default
895 status collapsed
896
897 \begin_layout Plain Layout
898 Commands
899 \begin_inset IndexMacro subentry
900 status open
901
902 \begin_layout Plain Layout
903 T
904 \end_layout
905
906 \end_inset
907
908
909 \begin_inset IndexMacro subentry
910 status open
911
912 \begin_layout Plain Layout
913
914 \backslash
915 text
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \end_inset
924
925 .
926  The text appears black in \SpecialChar LyX
927  and can therefore be distinguished from the other formula parts which appear blue.
928  In the output,
929  mathematical text is set upright contrary to other formula parts.
930 \end_layout
931
932 \begin_layout Subsection*
933 Command Scheme
934 \end_layout
935
936 \begin_layout Standard
937 Most \SpecialChar LaTeX
938 -commands for math constructs have the following syntax:
939 \end_layout
940
941 \begin_layout Standard
942
943 \series bold
944
945 \backslash
946 commandname[optional
947 \series default
948  
949 \series bold
950 argument]{required
951 \series default
952  
953 \series bold
954 argument}
955 \end_layout
956
957 \begin_layout Standard
958 A command always starts with a backslash 
959 \begin_inset Quotes gld
960 \end_inset
961
962
963 \series bold
964
965 \backslash
966
967 \series default
968
969 \begin_inset Quotes grd
970 \end_inset
971
972 .
973  To omit the 
974 \series bold
975 optional
976 \series default
977  
978 \series bold
979 argument
980 \series default
981 s,
982  also omit the associated brackets.
983  The braces around the 
984 \series bold
985 required
986 \series default
987  
988 \series bold
989 arguments
990 \series default
991  are referred to in this document as \SpecialChar TeX
992  braces
993 \begin_inset Index idx
994 range none
995 pageformat default
996 status collapsed
997
998 \begin_layout Plain Layout
999 \begin_inset IndexMacro sortkey
1000 status open
1001
1002 \begin_layout Plain Layout
1003 T
1004 \end_layout
1005
1006 \end_inset
1007
1008 \SpecialChar TeX
1009 -braces
1010 \end_layout
1011
1012 \end_inset
1013
1014 .
1015  If you append a left brace to a command name inside a formula,
1016  \SpecialChar LyX
1017  automatically creates a right \SpecialChar TeX
1018  brace.
1019  In all other cases standalone \SpecialChar TeX
1020  braces are created in formulas with the command 
1021 \series bold
1022
1023 \backslash
1024 {
1025 \series default
1026 .
1027  Normal braces are created by typing 
1028 \series bold
1029 {
1030 \series default
1031 .
1032  \SpecialChar TeX
1033  braces appear red in \SpecialChar LyX
1034 ,
1035  normal braces appear blue.
1036  In \SpecialChar TeX
1037  mode a command is not needed to get \SpecialChar TeX
1038  braces.
1039  \SpecialChar TeX
1040  braces don't appear in the output while normal braces do.
1041 \end_layout
1042
1043 \begin_layout Standard
1044 When commands without arguments,
1045  like commands for symbols,
1046  are entered in \SpecialChar TeX
1047  mode,
1048  a space character must 
1049 \emph on
1050 always
1051 \emph default
1052  be behind the command to end it.
1053  This space doesn't appear in the output.
1054  When the space should appear in the output,
1055  the space must be followed by a non-breaking space in normal text.
1056 \end_layout
1057
1058 \begin_layout Standard
1059 A non-breaking space is inserted with 
1060 \begin_inset Info
1061 type  "shortcuts"
1062 arg   "command-alternatives math-space ; space-insert protected"
1063 \end_inset
1064
1065 or with the menu selection
1066 \family sans
1067  Insert\SpecialChar menuseparator
1068 Formatting\SpecialChar menuseparator
1069 Non-Breaking Normal Space
1070 \family default
1071  or 
1072 \family sans
1073 Ctrl+Space
1074 \family default
1075 .
1076 \end_layout
1077
1078 \begin_layout Subsection*
1079 \begin_inset Newpage newpage
1080 \end_inset
1081
1082 Explanation of Syntax Used in this Manual
1083 \end_layout
1084
1085 \begin_layout Itemize
1086 The symbol 
1087 \begin_inset space \textvisiblespace{}
1088 \end_inset
1089
1090  denotes a space character to be input by the user.
1091 \end_layout
1092
1093 \begin_layout Itemize
1094 An arrow like 
1095 \begin_inset Formula $\to$
1096 \end_inset
1097
1098  denotes the usage of the corresponding arrow key on the keyboard.
1099  The 
1100 \family sans
1101 Tab
1102 \family default
1103  key can often be used instead of 
1104 \begin_inset Formula $\to$
1105 \end_inset
1106
1107  and 
1108 \begin_inset Formula $\downarrow$
1109 \end_inset
1110
1111 ,
1112  and 
1113 \family sans
1114 Shift+Tab
1115 \family default
1116  instead of 
1117 \begin_inset Formula $\leftarrow$
1118 \end_inset
1119
1120  and 
1121 \begin_inset Formula $\uparrow$
1122 \end_inset
1123
1124 .
1125 \end_layout
1126
1127 \begin_layout Subsection*
1128 Available Units
1129 \end_layout
1130
1131 \begin_layout Standard
1132 \align center
1133 \begin_inset Float table
1134 placement H
1135 alignment document
1136 wide false
1137 sideways false
1138 status open
1139
1140 \begin_layout Plain Layout
1141 \align center
1142 \begin_inset Caption Standard
1143
1144 \begin_layout Plain Layout
1145 \begin_inset CommandInset label
1146 LatexCommand label
1147 name "tab:Available-units"
1148
1149 \end_inset
1150
1151 Available units
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Plain Layout
1160 \align center
1161 \begin_inset Tabular
1162 <lyxtabular version="3" rows="13" columns="2">
1163 <features booktabs="true" tabularvalignment="middle">
1164 <column alignment="center" valignment="top">
1165 <column alignment="center" valignment="top" width="0pt">
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Unit
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Name / Description
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 </row>
1186 <row>
1187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 mm
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1197 \begin_inset Text
1198
1199 \begin_layout Plain Layout
1200 Millimeter
1201 \end_layout
1202
1203 \end_inset
1204 </cell>
1205 </row>
1206 <row>
1207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 cm
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1217 \begin_inset Text
1218
1219 \begin_layout Plain Layout
1220 Centimeter
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row>
1227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 in
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Inch (1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in = 2.54
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 cm)
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 </row>
1254 <row>
1255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 pt
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 Point (72.27
1269 \begin_inset space \thinspace{}
1270 \end_inset
1271
1272 pt = 1
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 in)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 pc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Pica (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 pc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 pt)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 sp
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 scaled point (65536
1325 \begin_inset space \thinspace{}
1326 \end_inset
1327
1328 sp = 1
1329 \begin_inset space \thinspace{}
1330 \end_inset
1331
1332 pt)
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 bp
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 big point (72
1353 \begin_inset space \thinspace{}
1354 \end_inset
1355
1356 bp = 1
1357 \begin_inset space \thinspace{}
1358 \end_inset
1359
1360 in)
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 </row>
1366 <row>
1367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 dd
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1377 \begin_inset Text
1378
1379 \begin_layout Plain Layout
1380 Didot (1
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 dd 
1385 \begin_inset Formula $\approx$
1386 \end_inset
1387
1388  0.376
1389 \begin_inset space \thinspace{}
1390 \end_inset
1391
1392 mm)
1393 \end_layout
1394
1395 \end_inset
1396 </cell>
1397 </row>
1398 <row>
1399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1400 \begin_inset Text
1401
1402 \begin_layout Plain Layout
1403 cc
1404 \end_layout
1405
1406 \end_inset
1407 </cell>
1408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1409 \begin_inset Text
1410
1411 \begin_layout Plain Layout
1412 Cicero (1
1413 \begin_inset space \thinspace{}
1414 \end_inset
1415
1416 cc = 12
1417 \begin_inset space \thinspace{}
1418 \end_inset
1419
1420 dd)
1421 \end_layout
1422
1423 \end_inset
1424 </cell>
1425 </row>
1426 <row>
1427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1428 \begin_inset Text
1429
1430 \begin_layout Plain Layout
1431 ex
1432 \end_layout
1433
1434 \end_inset
1435 </cell>
1436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1437 \begin_inset Text
1438
1439 \begin_layout Plain Layout
1440 Height of letter 
1441 \emph on
1442
1443 \begin_inset Quotes eld
1444 \end_inset
1445
1446 x
1447 \emph default
1448
1449 \begin_inset Quotes erd
1450 \end_inset
1451
1452  in the current font
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 em
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 width of letter 
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476
1477 \emph on
1478 M
1479 \emph default
1480
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  in the current font
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 </row>
1490 <row>
1491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1492 \begin_inset Text
1493
1494 \begin_layout Plain Layout
1495 mu
1496 \end_layout
1497
1498 \end_inset
1499 </cell>
1500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1501 \begin_inset Text
1502
1503 \begin_layout Plain Layout
1504 math unit (1
1505 \begin_inset space \thinspace{}
1506 \end_inset
1507
1508 mu = 
1509 \begin_inset Formula $\nicefrac{1}{18}$
1510 \end_inset
1511
1512
1513 \begin_inset space \thinspace{}
1514 \end_inset
1515
1516 em)
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 </row>
1522 </lyxtabular>
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \begin_layout Section
1535 Basic Functions
1536 \end_layout
1537
1538 \begin_layout Subsection
1539 Exponents
1540 \begin_inset Index idx
1541 range none
1542 pageformat default
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 Exponents
1547 \end_layout
1548
1549 \end_inset
1550
1551  and Indices
1552 \begin_inset Index idx
1553 range none
1554 pageformat default
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 Indices
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \begin_inset Index idx
1565 range none
1566 pageformat default
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 Superscripts
1571 \begin_inset IndexMacro see
1572 status open
1573
1574 \begin_layout Plain Layout
1575 Exponents
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \begin_inset Index idx
1587 range none
1588 pageformat default
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 Subscripts
1593 \begin_inset IndexMacro see
1594 status open
1595
1596 \begin_layout Plain Layout
1597 Indices
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \begin_layout Standard
1611 Indices are created with an underscore 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 _
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619  or via the math toolbar button 
1620 \begin_inset Info
1621 type  "icon"
1622 arg   "math-subscript"
1623 \end_inset
1624
1625 ,
1626  exponents with a caret 
1627 \begin_inset Quotes eld
1628 \end_inset
1629
1630 ^
1631 \begin_inset Quotes erd
1632 \end_inset
1633
1634  or via the math toolbar button 
1635 \begin_inset Info
1636 type  "icon"
1637 arg   "math-superscript"
1638 \end_inset
1639
1640 .
1641 \end_layout
1642
1643 \begin_layout Standard
1644 \align center
1645 \begin_inset Tabular
1646 <lyxtabular version="3" rows="4" columns="2">
1647 <features booktabs="true" tabularvalignment="middle">
1648 <column alignment="center" valignment="top" width="0pt">
1649 <column alignment="center" valignment="top" width="0pt">
1650 <row>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655 Command
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 Result
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 <row>
1671 <cell alignment="center" valignment="top" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 B_V
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 <cell alignment="center" valignment="top" usebox="none">
1681 \begin_inset Text
1682
1683 \begin_layout Plain Layout
1684 \begin_inset Formula $B_{V}$
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \end_inset
1691 </cell>
1692 </row>
1693 <row topspace="1.5mm">
1694 <cell alignment="center" valignment="top" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 B^V
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 \begin_inset Formula $B^{V}$
1708 \end_inset
1709
1710
1711 \end_layout
1712
1713 \end_inset
1714 </cell>
1715 </row>
1716 <row topspace="1.5mm">
1717 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721 B^
1722 \begin_inset space \textvisiblespace{}
1723 \end_inset
1724
1725 A
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734 \begin_inset Formula $B^{A}$
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 </row>
1743 </lyxtabular>
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \begin_layout Standard
1751 As the caret is in some languages an accent,
1752  vowels will be accentuated in this case and not set as exponents
1753 \begin_inset Foot
1754 status open
1755
1756 \begin_layout Plain Layout
1757 Depending on the keyboard settings used this can also happen for characters other than vowels.
1758 \end_layout
1759
1760 \end_inset
1761
1762 .
1763  To get exponents in this case,
1764  press 
1765 \family sans
1766 Space
1767 \family default
1768  after the caret as in the last example.
1769 \end_layout
1770
1771 \begin_layout Subsection
1772 Fractions
1773 \begin_inset CommandInset label
1774 LatexCommand label
1775 name "subsec:Fractions"
1776
1777 \end_inset
1778
1779
1780 \begin_inset Index idx
1781 range none
1782 pageformat default
1783 status collapsed
1784
1785 \begin_layout Plain Layout
1786 Fractions
1787 \end_layout
1788
1789 \end_inset
1790
1791
1792 \end_layout
1793
1794 \begin_layout Standard
1795 Fractions are generated with the command 
1796 \series bold
1797
1798 \backslash
1799 frac
1800 \series default
1801
1802 \begin_inset Index idx
1803 range none
1804 pageformat default
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808 Commands
1809 \begin_inset IndexMacro subentry
1810 status open
1811
1812 \begin_layout Plain Layout
1813 F
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \begin_inset IndexMacro subentry
1820 status open
1821
1822 \begin_layout Plain Layout
1823
1824 \backslash
1825 frac
1826 \end_layout
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \end_inset
1834
1835  or via the math toolbar button 
1836 \begin_inset Info
1837 type  "icon"
1838 arg   "math-insert \\frac"
1839 \end_inset
1840
1841 .
1842  The font size is adjusted automatically,
1843  depending on whether the fraction is in an inline or display style formula.
1844  With the math toolbar button 
1845 \begin_inset Info
1846 type  "icon"
1847 arg   "math-insert \\frac-square"
1848 \end_inset
1849
1850  you can select different fraction types.
1851 \end_layout
1852
1853 \begin_layout Standard
1854 With the command 
1855 \series bold
1856
1857 \backslash
1858 dfrac
1859 \series default
1860
1861 \begin_inset Index idx
1862 range none
1863 pageformat default
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Commands
1868 \begin_inset IndexMacro subentry
1869 status open
1870
1871 \begin_layout Plain Layout
1872 D
1873 \end_layout
1874
1875 \end_inset
1876
1877
1878 \begin_inset IndexMacro subentry
1879 status open
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 dfrac
1885 \end_layout
1886
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \end_inset
1893
1894  a fraction can be created that always has the size of a display style formula.
1895  With 
1896 \series bold
1897
1898 \backslash
1899 tfrac
1900 \series default
1901
1902 \begin_inset Index idx
1903 range none
1904 pageformat default
1905 status collapsed
1906
1907 \begin_layout Plain Layout
1908 Commands
1909 \begin_inset IndexMacro subentry
1910 status open
1911
1912 \begin_layout Plain Layout
1913 T
1914 \end_layout
1915
1916 \end_inset
1917
1918
1919 \begin_inset IndexMacro subentry
1920 status open
1921
1922 \begin_layout Plain Layout
1923
1924 \backslash
1925 tfrac
1926 \end_layout
1927
1928 \end_inset
1929
1930
1931 \end_layout
1932
1933 \end_inset
1934
1935  the fraction appears always with the size of an inline formula.
1936  An example:
1937 \end_layout
1938
1939 \begin_layout Standard
1940 A line with the fraction 
1941 \begin_inset Formula $\frac{1}{2}$
1942 \end_inset
1943
1944  that was created with the command 
1945 \series bold
1946
1947 \backslash
1948 frac
1949 \series default
1950 .
1951 \end_layout
1952
1953 \begin_layout Standard
1954 A line with the fraction 
1955 \begin_inset Formula $\dfrac{1}{2}$
1956 \end_inset
1957
1958  that was created with the command 
1959 \series bold
1960
1961 \backslash
1962 dfrac
1963 \series default
1964 .
1965 \end_layout
1966
1967 \begin_layout Standard
1968 \align center
1969 \begin_inset Tabular
1970 <lyxtabular version="3" rows="4" columns="2">
1971 <features booktabs="true" tabularvalignment="middle">
1972 <column alignment="center" valignment="top" width="0pt">
1973 <column alignment="center" valignment="top" width="0pt">
1974 <row>
1975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979 Command
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988 Result
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 </row>
1994 <row topspace="1.5mm">
1995 <cell alignment="center" valignment="top" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \backslash
2001 frac
2002 \begin_inset space \textvisiblespace{}
2003 \end_inset
2004
2005 A
2006 \begin_inset Formula $\downarrow$
2007 \end_inset
2008
2009 B
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 <cell alignment="center" valignment="top" usebox="none">
2015 \begin_inset Text
2016
2017 \begin_layout Plain Layout
2018 \begin_inset Formula $\frac{A}{B}$
2019 \end_inset
2020
2021
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 </row>
2027 <row topspace="2mm">
2028 <cell alignment="center" valignment="top" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032
2033 \backslash
2034 dfrac
2035 \begin_inset space \textvisiblespace{}
2036 \end_inset
2037
2038 A
2039 \begin_inset Formula $\downarrow$
2040 \end_inset
2041
2042 B
2043 \end_layout
2044
2045 \end_inset
2046 </cell>
2047 <cell alignment="center" valignment="top" usebox="none">
2048 \begin_inset Text
2049
2050 \begin_layout Plain Layout
2051 \begin_inset Formula $\dfrac{A}{B}$
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \end_inset
2058 </cell>
2059 </row>
2060 <row topspace="2mm" bottomspace="1mm">
2061 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2062 \begin_inset Text
2063
2064 \begin_layout Plain Layout
2065
2066 \backslash
2067 dfrac
2068 \begin_inset space \textvisiblespace{}
2069 \end_inset
2070
2071 e^
2072 \backslash
2073 frac
2074 \begin_inset space \textvisiblespace{}
2075 \end_inset
2076
2077 1
2078 \begin_inset Formula $\downarrow$
2079 \end_inset
2080
2081 2
2082 \begin_inset Formula $\downarrow\downarrow$
2083 \end_inset
2084
2085 3
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Plain Layout
2094 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2095 \end_inset
2096
2097
2098 \end_layout
2099
2100 \end_inset
2101 </cell>
2102 </row>
2103 </lyxtabular>
2104
2105 \end_inset
2106
2107
2108 \end_layout
2109
2110 \begin_layout Standard
2111 \begin_inset VSpace bigskip
2112 \end_inset
2113
2114
2115 \begin_inset Newpage newpage
2116 \end_inset
2117
2118 For nested fractions the command 
2119 \series bold
2120
2121 \backslash
2122 cfrac
2123 \series default
2124
2125 \begin_inset Index idx
2126 range none
2127 pageformat default
2128 status collapsed
2129
2130 \begin_layout Plain Layout
2131 Commands
2132 \begin_inset IndexMacro subentry
2133 status open
2134
2135 \begin_layout Plain Layout
2136 C
2137 \end_layout
2138
2139 \end_inset
2140
2141
2142 \begin_inset IndexMacro subentry
2143 status open
2144
2145 \begin_layout Plain Layout
2146
2147 \backslash
2148 cfrac
2149 \end_layout
2150
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \end_inset
2157
2158  can be used.
2159  Here is an example:
2160 \begin_inset VSpace -3mm
2161 \end_inset
2162
2163
2164 \end_layout
2165
2166 \begin_layout Standard
2167 \begin_inset Formula 
2168 \begin{align*}
2169 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2170 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2171 \end{align*}
2172
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \begin_layout Standard
2179 The command for the example above is:
2180 \end_layout
2181
2182 \begin_layout Standard
2183
2184 \series bold
2185
2186 \backslash
2187 cfrac
2188 \begin_inset space \textvisiblespace{}
2189 \end_inset
2190
2191 A
2192 \begin_inset Formula $\downarrow$
2193 \end_inset
2194
2195 B+
2196 \backslash
2197 cfrac
2198 \begin_inset space \textvisiblespace{}
2199 \end_inset
2200
2201 C+
2202 \backslash
2203 cfrac
2204 \begin_inset space \textvisiblespace{}
2205 \end_inset
2206
2207 E
2208 \begin_inset Formula $\downarrow$
2209 \end_inset
2210
2211 F
2212 \begin_inset Formula $\downarrow$
2213 \end_inset
2214
2215 D
2216 \end_layout
2217
2218 \begin_layout Standard
2219 \begin_inset VSpace medskip
2220 \end_inset
2221
2222
2223 \end_layout
2224
2225 \begin_layout Standard
2226
2227 \series bold
2228
2229 \backslash
2230 cfrac
2231 \series default
2232  always sets the fraction size to that of a displayed formula,
2233  even when it is part of another fraction.
2234 \end_layout
2235
2236 \begin_layout Standard
2237 It is possible to specify the alignment of the numerator.
2238  The command 
2239 \series bold
2240
2241 \backslash
2242 cfracleft
2243 \series default
2244  is used to left align it,
2245  the command 
2246 \series bold
2247
2248 \backslash
2249 cfracright
2250 \series default
2251  to right-align it.
2252  
2253 \series bold
2254
2255 \backslash
2256 cfrac
2257 \series default
2258  centers the numerator.
2259  These fractions demonstrate the different alignments:
2260 \end_layout
2261
2262 \begin_layout Standard
2263
2264 \series bold
2265 \begin_inset Formula 
2266 \[
2267 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2268 \]
2269
2270 \end_inset
2271
2272
2273 \end_layout
2274
2275 \begin_layout Standard
2276 \begin_inset Note Greyedout
2277 status open
2278
2279 \begin_layout Plain Layout
2280
2281 \series bold
2282 Note:
2283
2284 \series default
2285  
2286 \series bold
2287
2288 \backslash
2289 cfracleft
2290 \series default
2291  and 
2292 \series bold
2293
2294 \backslash
2295 cfracright
2296 \series default
2297  are not real \SpecialChar LaTeX
2298  commands but represent the command 
2299 \series bold
2300
2301 \backslash
2302 cfrac[alignment]{numerator}{denominator}
2303 \series default
2304  .
2305  Therefore you cannot use them in \SpecialChar TeX
2306  code.
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \begin_layout Standard
2315 \begin_inset VSpace medskip
2316 \end_inset
2317
2318 It is often advantageous to combine 
2319 \series bold
2320
2321 \backslash
2322 cfrac
2323 \series default
2324  and 
2325 \series bold
2326
2327 \backslash
2328 frac
2329 \series default
2330 :
2331 \begin_inset Formula 
2332 \[
2333 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2334 \]
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 For inline fractions with a sloped fraction stroke you can use the command 
2343 \series bold
2344
2345 \backslash
2346 nicefrac
2347 \series default
2348
2349 \begin_inset Index idx
2350 range none
2351 pageformat default
2352 status collapsed
2353
2354 \begin_layout Plain Layout
2355 Commands
2356 \begin_inset IndexMacro subentry
2357 status open
2358
2359 \begin_layout Plain Layout
2360 N
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \begin_inset IndexMacro subentry
2367 status open
2368
2369 \begin_layout Plain Layout
2370
2371 \backslash
2372 nicefrac
2373 \end_layout
2374
2375 \end_inset
2376
2377
2378 \end_layout
2379
2380 \end_inset
2381
2382 :
2383  
2384 \begin_inset Formula $\nicefrac{5}{31}$
2385 \end_inset
2386
2387  or 
2388 \series bold
2389
2390 \backslash
2391 unitfrac
2392 \series default
2393
2394 \begin_inset Index idx
2395 range none
2396 pageformat default
2397 status collapsed
2398
2399 \begin_layout Plain Layout
2400 Commands
2401 \begin_inset IndexMacro subentry
2402 status open
2403
2404 \begin_layout Plain Layout
2405 U
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \begin_inset IndexMacro subentry
2412 status open
2413
2414 \begin_layout Plain Layout
2415
2416 \backslash
2417 unitfrac
2418 \end_layout
2419
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \end_inset
2426
2427 :
2428  
2429 \begin_inset Formula $\unitfrac{5}{31}$
2430 \end_inset
2431
2432  There is also the command 
2433 \series bold
2434
2435 \backslash
2436 unitfracthree
2437 \series default
2438  which allows you to write a fraction in combination with a number:
2439  
2440 \begin_inset Formula $\unitfrac[2]{1}{3}$
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \begin_layout Standard
2447 \begin_inset Note Greyedout
2448 status open
2449
2450 \begin_layout Plain Layout
2451
2452 \series bold
2453 Note:
2454
2455 \series default
2456  
2457 \series bold
2458
2459 \backslash
2460 unitfracthree
2461 \series default
2462  is not a real \SpecialChar LaTeX
2463  command but the command
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467
2468 \series bold
2469
2470 \backslash
2471 unitfrac[number]{numerator}{denominator}
2472 \series default
2473  .
2474  Therefore you cannot use it in \SpecialChar TeX
2475  code.
2476 \end_layout
2477
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \begin_layout Standard
2484 How to define your own fractions where the fraction stroke can be changed is explained in 
2485 \begin_inset CommandInset ref
2486 LatexCommand ref
2487 reference "subsec:Self-defined-Fractions"
2488 nolink "false"
2489
2490 \end_inset
2491
2492 .
2493 \end_layout
2494
2495 \begin_layout Standard
2496 Multiline fractions are explained in 
2497 \begin_inset CommandInset ref
2498 LatexCommand ref
2499 reference "subsec:Multiline-Fractions"
2500 nolink "false"
2501
2502 \end_inset
2503
2504 .
2505 \end_layout
2506
2507 \begin_layout Subsection
2508 Roots
2509 \begin_inset Index idx
2510 range none
2511 pageformat default
2512 status collapsed
2513
2514 \begin_layout Plain Layout
2515 Roots
2516 \end_layout
2517
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \begin_layout Standard
2524 Square roots are created with 
2525 \series bold
2526
2527 \backslash
2528 sqrt
2529 \series default
2530
2531 \begin_inset Index idx
2532 range none
2533 pageformat default
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537 Commands
2538 \begin_inset IndexMacro subentry
2539 status open
2540
2541 \begin_layout Plain Layout
2542 S
2543 \end_layout
2544
2545 \end_inset
2546
2547
2548 \begin_inset IndexMacro subentry
2549 status open
2550
2551 \begin_layout Plain Layout
2552
2553 \backslash
2554 sqrt
2555 \end_layout
2556
2557 \end_inset
2558
2559
2560 \end_layout
2561
2562 \end_inset
2563
2564  or the math toolbar button 
2565 \begin_inset Info
2566 type  "icon"
2567 arg   "math-insert \\sqrt"
2568 \end_inset
2569
2570 ,
2571  all other roots with the command 
2572 \series bold
2573
2574 \backslash
2575 root
2576 \series default
2577
2578 \begin_inset Index idx
2579 range none
2580 pageformat default
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Commands
2585 \begin_inset IndexMacro subentry
2586 status open
2587
2588 \begin_layout Plain Layout
2589 R
2590 \end_layout
2591
2592 \end_inset
2593
2594
2595 \begin_inset IndexMacro subentry
2596 status open
2597
2598 \begin_layout Plain Layout
2599
2600 \backslash
2601 root
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \end_inset
2610
2611  or with the math toolbar button 
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "math-insert \\root"
2615 \end_inset
2616
2617 .
2618 \end_layout
2619
2620 \begin_layout Standard
2621 \align center
2622 \begin_inset Tabular
2623 <lyxtabular version="3" rows="3" columns="2">
2624 <features booktabs="true" tabularvalignment="middle">
2625 <column alignment="center" valignment="top" width="0pt">
2626 <column alignment="center" valignment="top" width="0pt">
2627 <row>
2628 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Plain Layout
2632 Command
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641 Result
2642 \end_layout
2643
2644 \end_inset
2645 </cell>
2646 </row>
2647 <row topspace="1mm">
2648 <cell alignment="center" valignment="top" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652
2653 \backslash
2654 sqrt
2655 \begin_inset space \textvisiblespace{}
2656 \end_inset
2657
2658 A-B
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 <cell alignment="center" valignment="top" usebox="none">
2664 \begin_inset Text
2665
2666 \begin_layout Plain Layout
2667 \begin_inset Formula $\sqrt{A-B}$
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 </row>
2676 <row topspace="1mm">
2677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2678 \begin_inset Text
2679
2680 \begin_layout Plain Layout
2681
2682 \backslash
2683 root
2684 \begin_inset space \textvisiblespace{}
2685 \end_inset
2686
2687 3
2688 \begin_inset Formula $\downarrow$
2689 \end_inset
2690
2691 A-B
2692 \end_layout
2693
2694 \end_inset
2695 </cell>
2696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700 \begin_inset Formula $\sqrt[3]{A-B}$
2701 \end_inset
2702
2703
2704 \end_layout
2705
2706 \end_inset
2707 </cell>
2708 </row>
2709 </lyxtabular>
2710
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \begin_layout Standard
2717 A square root can also be created with 
2718 \series bold
2719
2720 \backslash
2721 root
2722 \series default
2723  when the root index field is left empty.
2724 \end_layout
2725
2726 \begin_layout Standard
2727 With certain indices the distance to the root is too small,
2728  like in this formula:
2729  
2730 \begin_inset Formula $\sqrt[\beta]{B}$
2731 \end_inset
2732
2733
2734 \begin_inset Newline newline
2735 \end_inset
2736
2737 The 
2738 \begin_inset Formula $\beta$
2739 \end_inset
2740
2741  touches the root.
2742  To avoid this,
2743  the commands 
2744 \series bold
2745
2746 \backslash
2747 leftroot
2748 \series default
2749
2750 \begin_inset Index idx
2751 range none
2752 pageformat default
2753 status collapsed
2754
2755 \begin_layout Plain Layout
2756 Commands
2757 \begin_inset IndexMacro subentry
2758 status open
2759
2760 \begin_layout Plain Layout
2761 L
2762 \end_layout
2763
2764 \end_inset
2765
2766
2767 \begin_inset IndexMacro subentry
2768 status open
2769
2770 \begin_layout Plain Layout
2771
2772 \backslash
2773 leftroot
2774 \end_layout
2775
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \end_inset
2782
2783  and 
2784 \series bold
2785
2786 \backslash
2787 uproot
2788 \series default
2789
2790 \begin_inset Index idx
2791 range none
2792 pageformat default
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796 Commands
2797 \begin_inset IndexMacro subentry
2798 status open
2799
2800 \begin_layout Plain Layout
2801 U
2802 \end_layout
2803
2804 \end_inset
2805
2806
2807 \begin_inset IndexMacro subentry
2808 status open
2809
2810 \begin_layout Plain Layout
2811
2812 \backslash
2813 uproot
2814 \end_layout
2815
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822
2823  are used with the following scheme:
2824 \end_layout
2825
2826 \begin_layout Standard
2827
2828 \series bold
2829
2830 \backslash
2831 leftroot{distance}
2832 \series default
2833  and 
2834 \series bold
2835
2836 \backslash
2837 uproot{distance}
2838 \end_layout
2839
2840 \begin_layout Standard
2841 Distance is the number of Big Points (unit bp;
2842  
2843 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2844 \end_inset
2845
2846 ),
2847  that the index should be moved to the left or up,
2848  resp..
2849  The commands are written to the index.
2850  This way the command
2851 \begin_inset Newline newline
2852 \end_inset
2853
2854
2855 \series bold
2856
2857 \backslash
2858 root
2859 \backslash
2860 leftroot{-1
2861 \begin_inset Formula $\to$
2862 \end_inset
2863
2864
2865 \backslash
2866 uproot{2
2867 \begin_inset Formula $\to$
2868 \end_inset
2869
2870
2871 \backslash
2872 beta
2873 \begin_inset space \textvisiblespace{}
2874 \end_inset
2875
2876
2877 \begin_inset Formula $\to$
2878 \end_inset
2879
2880 B
2881 \begin_inset Newline newline
2882 \end_inset
2883
2884
2885 \series default
2886 produces a correct typeset formula:
2887  
2888 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \begin_layout Subsection
2895 Binomial Coefficients
2896 \begin_inset Index idx
2897 range none
2898 pageformat default
2899 status collapsed
2900
2901 \begin_layout Plain Layout
2902 Binomial coefficients
2903 \end_layout
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \begin_layout Standard
2911 Binomial coefficients are inserted with the command 
2912 \series bold
2913
2914 \backslash
2915 binom
2916 \series default
2917
2918 \begin_inset Index idx
2919 range none
2920 pageformat default
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924 Commands
2925 \begin_inset IndexMacro subentry
2926 status open
2927
2928 \begin_layout Plain Layout
2929 B
2930 \end_layout
2931
2932 \end_inset
2933
2934
2935 \begin_inset IndexMacro subentry
2936 status open
2937
2938 \begin_layout Plain Layout
2939
2940 \backslash
2941 binom
2942 \end_layout
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950
2951  or with the submenu of the math toolbar button 
2952 \begin_inset Info
2953 type  "icon"
2954 arg   "math-insert \\frac-square"
2955 \end_inset
2956
2957 .
2958  As with fractions (
2959 \series bold
2960
2961 \backslash
2962 frac
2963 \series default
2964 ) in addition to 
2965 \series bold
2966
2967 \backslash
2968 binom
2969 \series default
2970  there are the commands 
2971 \series bold
2972
2973 \backslash
2974 dbinom
2975 \series default
2976
2977 \begin_inset Index idx
2978 range none
2979 pageformat default
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983 Commands
2984 \begin_inset IndexMacro subentry
2985 status open
2986
2987 \begin_layout Plain Layout
2988 D
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \begin_inset IndexMacro subentry
2995 status open
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 dbinom
3001 \end_layout
3002
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009
3010  and 
3011 \series bold
3012
3013 \backslash
3014 tbinom
3015 \series default
3016
3017 \begin_inset Index idx
3018 range none
3019 pageformat default
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023 Commands
3024 \begin_inset IndexMacro subentry
3025 status open
3026
3027 \begin_layout Plain Layout
3028 T
3029 \end_layout
3030
3031 \end_inset
3032
3033
3034 \begin_inset IndexMacro subentry
3035 status open
3036
3037 \begin_layout Plain Layout
3038
3039 \backslash
3040 tbinom
3041 \end_layout
3042
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \end_inset
3049
3050 .
3051  For other brackets around binomial coefficients there are the commands 
3052 \series bold
3053
3054 \backslash
3055 brace
3056 \series default
3057
3058 \begin_inset Index idx
3059 range none
3060 pageformat default
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064 Commands
3065 \begin_inset IndexMacro subentry
3066 status open
3067
3068 \begin_layout Plain Layout
3069 B
3070 \end_layout
3071
3072 \end_inset
3073
3074
3075 \begin_inset IndexMacro subentry
3076 status open
3077
3078 \begin_layout Plain Layout
3079
3080 \backslash
3081 brace
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \end_inset
3090
3091  and 
3092 \series bold
3093
3094 \backslash
3095 brack
3096 \series default
3097
3098 \begin_inset Index idx
3099 range none
3100 pageformat default
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Commands
3105 \begin_inset IndexMacro subentry
3106 status open
3107
3108 \begin_layout Plain Layout
3109 B
3110 \end_layout
3111
3112 \end_inset
3113
3114
3115 \begin_inset IndexMacro subentry
3116 status open
3117
3118 \begin_layout Plain Layout
3119
3120 \backslash
3121 brack
3122 \end_layout
3123
3124 \end_inset
3125
3126
3127 \end_layout
3128
3129 \end_inset
3130
3131 .
3132 \end_layout
3133
3134 \begin_layout Standard
3135 \align center
3136 \begin_inset Tabular
3137 <lyxtabular version="3" rows="6" columns="2">
3138 <features booktabs="true" tabularvalignment="middle">
3139 <column alignment="center" valignment="top" width="0pt">
3140 <column alignment="center" valignment="top" width="0pt">
3141 <row>
3142 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 Command
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 Result
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 </row>
3161 <row topspace="1mm">
3162 <cell alignment="center" valignment="top" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \backslash
3168 binom
3169 \begin_inset space \textvisiblespace{}
3170 \end_inset
3171
3172 A
3173 \begin_inset Formula $\downarrow$
3174 \end_inset
3175
3176 B
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185 \begin_inset Formula $\binom{A}{B}$
3186 \end_inset
3187
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 <row topspace="2mm">
3195 <cell alignment="center" valignment="top" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \backslash
3201 dbinom
3202 \begin_inset space \textvisiblespace{}
3203 \end_inset
3204
3205 A
3206 \begin_inset Formula $\downarrow$
3207 \end_inset
3208
3209 B
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218 \begin_inset Formula $\dbinom{A}{B}$
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row topspace="2mm" bottomspace="0.5mm">
3228 <cell alignment="center" valignment="top" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \backslash
3234 tbinom
3235 \begin_inset space \textvisiblespace{}
3236 \end_inset
3237
3238 A
3239 \begin_inset Formula $\downarrow$
3240 \end_inset
3241
3242 B
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 \begin_inset Formula $\tbinom{A}{B}$
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 <row topspace="1mm">
3261 <cell alignment="center" valignment="top" topline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265
3266 \backslash
3267 brack
3268 \begin_inset space \textvisiblespace{}
3269 \end_inset
3270
3271 A
3272 \begin_inset Formula $\downarrow$
3273 \end_inset
3274
3275 B
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" topline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 \begin_inset Formula ${A \brack B}$
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row topspace="2mm" bottomspace="0.5mm">
3294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \backslash
3300 brace
3301 \begin_inset space \textvisiblespace{}
3302 \end_inset
3303
3304 A
3305 \begin_inset Formula $\downarrow$
3306 \end_inset
3307
3308 B
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 \begin_inset Formula ${A \brace B}$
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 </lyxtabular>
3327
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \begin_layout Subsection
3334 Case Differentiations
3335 \begin_inset Index idx
3336 range none
3337 pageformat default
3338 status collapsed
3339
3340 \begin_layout Plain Layout
3341 Case differentiations
3342 \end_layout
3343
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \begin_layout Standard
3350 \align center
3351 \begin_inset Tabular
3352 <lyxtabular version="3" rows="3" columns="2">
3353 <features booktabs="true" tabularvalignment="middle">
3354 <column alignment="center" valignment="top" width="0pt">
3355 <column alignment="center" valignment="top" width="0pt">
3356 <row>
3357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Command
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Result
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \backslash
3383 cases
3384 \begin_inset space \textvisiblespace{}
3385 \end_inset
3386
3387 A
3388 \begin_inset Formula $\to$
3389 \end_inset
3390
3391 B>0
3392 \begin_inset Index idx
3393 range none
3394 pageformat default
3395 status collapsed
3396
3397 \begin_layout Plain Layout
3398 Commands
3399 \begin_inset IndexMacro subentry
3400 status open
3401
3402 \begin_layout Plain Layout
3403 C
3404 \end_layout
3405
3406 \end_inset
3407
3408
3409 \begin_inset IndexMacro subentry
3410 status open
3411
3412 \begin_layout Plain Layout
3413
3414 \backslash
3415 cases
3416 \end_layout
3417
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \end_inset
3424
3425
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 \begin_inset Formula $\begin{cases}
3435 A & B>0\end{cases}$
3436 \end_inset
3437
3438
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row topspace="1.5mm">
3445 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \backslash
3451 cases
3452 \begin_inset space \textvisiblespace{}
3453 \end_inset
3454
3455
3456 \begin_inset Info
3457 type  "shortcut"
3458 arg   "newline-insert newline"
3459 \end_inset
3460
3461
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 \begin_inset Formula $\begin{cases}
3471 A & \textrm{for }x>0\\
3472 B & \textrm{for }x=0
3473 \end{cases}$
3474 \end_inset
3475
3476
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 </lyxtabular>
3483
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \begin_layout Standard
3490 After inserting 
3491 \series bold
3492
3493 \backslash
3494 cases
3495 \series default
3496  or pressing the math toolbar button 
3497 \begin_inset Info
3498 type  "icon"
3499 arg   "math-insert \\cases"
3500 \end_inset
3501
3502  you can create new lines with the shortcut 
3503 \begin_inset Info
3504 type  "shortcut"
3505 arg   "newline-insert newline"
3506 \end_inset
3507
3508  or the table toolbar button 
3509 \begin_inset Info
3510 type  "icon"
3511 arg   "tabular-feature append-row"
3512 \end_inset
3513
3514 .
3515 \end_layout
3516
3517 \begin_layout Standard
3518 The command 
3519 \series bold
3520
3521 \backslash
3522 cases
3523 \series default
3524  is also available via the menu 
3525 \family sans
3526 Insert\SpecialChar menuseparator
3527 Math\SpecialChar menuseparator
3528 Cases-Environment
3529 \family default
3530 .
3531 \end_layout
3532
3533 \begin_layout Subsection
3534 Negations
3535 \begin_inset Index idx
3536 range none
3537 pageformat default
3538 status collapsed
3539
3540 \begin_layout Plain Layout
3541 Negations
3542 \end_layout
3543
3544 \end_inset
3545
3546
3547 \end_layout
3548
3549 \begin_layout Standard
3550 By inserting 
3551 \series bold
3552
3553 \backslash
3554 not
3555 \series default
3556
3557 \begin_inset Index idx
3558 range none
3559 pageformat default
3560 status collapsed
3561
3562 \begin_layout Plain Layout
3563 Commands
3564 \begin_inset IndexMacro subentry
3565 status open
3566
3567 \begin_layout Plain Layout
3568 N
3569 \end_layout
3570
3571 \end_inset
3572
3573
3574 \begin_inset IndexMacro subentry
3575 status open
3576
3577 \begin_layout Plain Layout
3578
3579 \backslash
3580 not
3581 \end_layout
3582
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589
3590  every character can be displayed canceled.
3591  The characters are quasi accentuated by a slash.
3592 \end_layout
3593
3594 \begin_layout Standard
3595 \align center
3596 \begin_inset Tabular
3597 <lyxtabular version="3" rows="4" columns="2">
3598 <features booktabs="true" tabularvalignment="middle">
3599 <column alignment="center" valignment="top" width="0pt">
3600 <column alignment="center" valignment="top" width="0pt">
3601 <row>
3602 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 Command
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Result
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 </row>
3621 <row>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626
3627 \backslash
3628 not=
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 \begin_inset Formula $\not=$
3638 \end_inset
3639
3640
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \backslash
3653 not 
3654 \backslash
3655 le
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 \begin_inset Formula $\not\le$
3665 \end_inset
3666
3667
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \backslash
3680 not 
3681 \backslash
3682 parallel
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 \begin_inset Formula $\not\parallel$
3692 \end_inset
3693
3694
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 </lyxtabular>
3701
3702 \end_inset
3703
3704
3705 \end_layout
3706
3707 \begin_layout Standard
3708 The last example shows that not all negations look good.
3709  Therefore there are special commands for some negations (see 
3710 \begin_inset CommandInset ref
3711 LatexCommand ref
3712 reference "subsec:Mathematical-Symbols"
3713 nolink "false"
3714
3715 \end_inset
3716
3717  and 
3718 \begin_inset CommandInset ref
3719 LatexCommand ref
3720 reference "sec:Relations"
3721 nolink "false"
3722
3723 \end_inset
3724
3725 ).
3726 \end_layout
3727
3728 \begin_layout Subsection
3729 Placeholders
3730 \begin_inset CommandInset label
3731 LatexCommand label
3732 name "subsec:Placeholders"
3733
3734 \end_inset
3735
3736
3737 \begin_inset Index idx
3738 range none
3739 pageformat default
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743 Placeholders
3744 \end_layout
3745
3746 \end_inset
3747
3748
3749 \begin_inset Index idx
3750 range none
3751 pageformat default
3752 status collapsed
3753
3754 \begin_layout Plain Layout
3755 Chemical characters
3756 \begin_inset IndexMacro subentry
3757 status open
3758
3759 \begin_layout Plain Layout
3760 Isotopes
3761 \end_layout
3762
3763 \end_inset
3764
3765
3766 \end_layout
3767
3768 \end_inset
3769
3770
3771 \begin_inset Index idx
3772 range none
3773 pageformat default
3774 status open
3775
3776 \begin_layout Plain Layout
3777 Isotopes
3778 \begin_inset IndexMacro see
3779 status open
3780
3781 \begin_layout Plain Layout
3782 Chemical characters
3783 \end_layout
3784
3785 \end_inset
3786
3787
3788 \end_layout
3789
3790 \end_inset
3791
3792
3793 \end_layout
3794
3795 \begin_layout Standard
3796 When displaying e.
3797 \begin_inset space \thinspace{}
3798 \end_inset
3799
3800 g.
3801 \begin_inset space \space{}
3802 \end_inset
3803
3804 isotopes
3805 \begin_inset Foot
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809 Typesetting isotopes and chemical symbols is described in 
3810 \begin_inset CommandInset ref
3811 LatexCommand ref
3812 reference "subsec:Chemical-Symbols-and"
3813 nolink "false"
3814
3815 \end_inset
3816
3817 .
3818 \end_layout
3819
3820 \end_inset
3821
3822  the following problem occurs:
3823 \end_layout
3824
3825 \begin_layout Standard
3826 \align center
3827 \begin_inset Tabular
3828 <lyxtabular version="3" rows="2" columns="2">
3829 <features booktabs="true" tabularvalignment="middle">
3830 <column alignment="center" valignment="top" width="0pt">
3831 <column alignment="center" valignment="top" width="0pt">
3832 <row>
3833 <cell alignment="center" valignment="top" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 Indices created with sub- and superscripts:
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3847 \end_inset
3848
3849
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row topspace="1.5mm">
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Correct indices:
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3870 \end_inset
3871
3872
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 </lyxtabular>
3879
3880 \end_inset
3881
3882
3883 \end_layout
3884
3885 \begin_layout Standard
3886 The shorter index is placed by default below or above the first character of the longer index.
3887  This is corrected using the command 
3888 \series bold
3889
3890 \backslash
3891 phantom
3892 \series default
3893
3894 \begin_inset Index idx
3895 range none
3896 pageformat default
3897 status collapsed
3898
3899 \begin_layout Plain Layout
3900 Commands
3901 \begin_inset IndexMacro subentry
3902 status open
3903
3904 \begin_layout Plain Layout
3905 P
3906 \end_layout
3907
3908 \end_inset
3909
3910
3911 \begin_inset IndexMacro subentry
3912 status open
3913
3914 \begin_layout Plain Layout
3915
3916 \backslash
3917 phantom
3918 \end_layout
3919
3920 \end_inset
3921
3922
3923 \end_layout
3924
3925 \end_inset
3926
3927  or the math toolbar button
3928 \begin_inset space \thinspace{}
3929 \end_inset
3930
3931
3932 \begin_inset Foot
3933 status collapsed
3934
3935 \begin_layout Plain Layout
3936 Found in the submenu of the toolbar button 
3937 \begin_inset Info
3938 type  "icon"
3939 arg   "math-insert \\space"
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946
3947  
3948 \begin_inset Info
3949 type  "icon"
3950 arg   "math/phantom"
3951 \end_inset
3952
3953  to create one or more phantom characters.
3954  When inserting phantom characters a small blue box appears that is superposed with two red arrows.
3955  The arrows indicate the width and height of the box to be created as a placeholder.
3956  Phantom characters are placeholders with the same character size.
3957 \end_layout
3958
3959 \begin_layout Standard
3960 \align center
3961 \begin_inset Tabular
3962 <lyxtabular version="3" rows="4" columns="2">
3963 <features booktabs="true" tabularvalignment="middle">
3964 <column alignment="center" valignment="top" width="0pt">
3965 <column alignment="center" valignment="top" width="0pt">
3966 <row>
3967 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Command
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 Result
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row topspace="1.5mm">
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 ^19
3992 \begin_inset space \textvisiblespace{}
3993 \end_inset
3994
3995 _
3996 \backslash
3997 phantom
3998 \begin_inset space \textvisiblespace{}
3999 \end_inset
4000
4001 1
4002 \begin_inset Formula $\to$
4003 \end_inset
4004
4005 9
4006 \begin_inset space \textvisiblespace{}
4007 \end_inset
4008
4009
4010 \backslash
4011 mathrm
4012 \begin_inset space \textvisiblespace{}
4013 \end_inset
4014
4015 F
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4025 \end_inset
4026
4027
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row topspace="1.5mm" bottomspace="0.5mm">
4034 <cell alignment="center" valignment="top" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 ^235
4039 \begin_inset space \textvisiblespace{}
4040 \end_inset
4041
4042 _
4043 \backslash
4044 phantom
4045 \begin_inset space \textvisiblespace{}
4046 \end_inset
4047
4048 23
4049 \begin_inset Formula $\to$
4050 \end_inset
4051
4052 9
4053 \begin_inset space \textvisiblespace{}
4054 \end_inset
4055
4056
4057 \backslash
4058 mathrm
4059 \begin_inset space \textvisiblespace{}
4060 \end_inset
4061
4062 F
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
4072 \end_inset
4073
4074
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row topspace="1.5mm" bottomspace="0.5mm">
4081 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \backslash
4087 Lambda
4088 \begin_inset space \textvisiblespace{}
4089 \end_inset
4090
4091 ^
4092 \backslash
4093 phantom
4094 \begin_inset space \textvisiblespace{}
4095 \end_inset
4096
4097 ii
4098 \begin_inset Formula $\to$
4099 \end_inset
4100
4101 t
4102 \begin_inset space \textvisiblespace{}
4103 \end_inset
4104
4105 _MMt
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
4115 \end_inset
4116
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 </lyxtabular>
4124
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \begin_layout Standard
4131 Furthermore there are the commands 
4132 \series bold
4133
4134 \backslash
4135 vphantom
4136 \series default
4137
4138 \begin_inset Index idx
4139 range none
4140 pageformat default
4141 status collapsed
4142
4143 \begin_layout Plain Layout
4144 Commands
4145 \begin_inset IndexMacro subentry
4146 status open
4147
4148 \begin_layout Plain Layout
4149 V
4150 \end_layout
4151
4152 \end_inset
4153
4154
4155 \begin_inset IndexMacro subentry
4156 status open
4157
4158 \begin_layout Plain Layout
4159
4160 \backslash
4161 vphantom
4162 \end_layout
4163
4164 \end_inset
4165
4166
4167 \end_layout
4168
4169 \end_inset
4170
4171  (toolbar button 
4172 \begin_inset Info
4173 type  "icon"
4174 arg   "math/vphantom"
4175 \end_inset
4176
4177 ) and 
4178 \series bold
4179
4180 \backslash
4181 hphantom
4182 \series default
4183
4184 \begin_inset Index idx
4185 range none
4186 pageformat default
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190 Commands
4191 \begin_inset IndexMacro subentry
4192 status open
4193
4194 \begin_layout Plain Layout
4195 H
4196 \end_layout
4197
4198 \end_inset
4199
4200
4201 \begin_inset IndexMacro subentry
4202 status open
4203
4204 \begin_layout Plain Layout
4205
4206 \backslash
4207 hphantom
4208 \end_layout
4209
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216
4217  (toolbar button 
4218 \begin_inset Info
4219 type  "icon"
4220 arg   "math/hphantom"
4221 \end_inset
4222
4223 ).
4224  
4225 \series bold
4226
4227 \backslash
4228 hphantom
4229 \series default
4230  creates only space for the maximal height of the characters in the box but not for its width.
4231  
4232 \series bold
4233
4234 \backslash
4235 vphantom
4236 \series default
4237  creates only space for the width of the box content.
4238  Therefore  the boxes of both commands have only one red arrow.
4239 \end_layout
4240
4241 \begin_layout Standard
4242 For example the command 
4243 \series bold
4244
4245 \backslash
4246 vphantom
4247 \begin_inset space \textvisiblespace{}
4248 \end_inset
4249
4250 a
4251 \backslash
4252 int
4253 \series default
4254  creates space for the height of the integral sign,
4255 \begin_inset Foot
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259 The command 
4260 \series bold
4261
4262 \backslash
4263 int
4264 \series default
4265  creates an integral sign,
4266  see 
4267 \begin_inset CommandInset ref
4268 LatexCommand ref
4269 reference "subsec:Big-Operators"
4270 nolink "false"
4271
4272 \end_inset
4273
4274 .
4275 \end_layout
4276
4277 \end_inset
4278
4279  because this is the larger character.
4280  An example application is in 
4281 \begin_inset CommandInset ref
4282 LatexCommand ref
4283 reference "subsec:Multiline-Brackets"
4284 nolink "false"
4285
4286 \end_inset
4287
4288 .
4289 \end_layout
4290
4291 \begin_layout Standard
4292 Placeholders can also be used for text when they are inserted via the menu 
4293 \family sans
4294 Insert\SpecialChar menuseparator
4295 Formatting\SpecialChar menuseparator
4296 Phantom
4297 \family default
4298 :
4299 \end_layout
4300
4301 \begin_layout Standard
4302 This is a sentence.
4303 \begin_inset Newline newline
4304 \end_inset
4305
4306
4307 \begin_inset Phantom Phantom
4308 status open
4309
4310 \begin_layout Plain Layout
4311 This
4312 \end_layout
4313
4314 \end_inset
4315
4316  is a sentence.
4317 \end_layout
4318
4319 \begin_layout Subsection
4320 Lines
4321 \begin_inset Index idx
4322 range none
4323 pageformat default
4324 status collapsed
4325
4326 \begin_layout Plain Layout
4327 Lines
4328 \end_layout
4329
4330 \end_inset
4331
4332
4333 \begin_inset Index idx
4334 range none
4335 pageformat default
4336 status collapsed
4337
4338 \begin_layout Plain Layout
4339 Formula
4340 \begin_inset IndexMacro subentry
4341 status open
4342
4343 \begin_layout Plain Layout
4344 underlined
4345 \end_layout
4346
4347 \end_inset
4348
4349
4350 \end_layout
4351
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \begin_layout Standard
4358 \align center
4359 \begin_inset Tabular
4360 <lyxtabular version="3" rows="4" columns="2">
4361 <features booktabs="true" tabularvalignment="middle">
4362 <column alignment="center" valignment="top" width="0pt">
4363 <column alignment="center" valignment="top" width="0pt">
4364 <row>
4365 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 Command
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Result
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row topspace="2mm">
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \backslash
4391 overline
4392 \begin_inset space \textvisiblespace{}
4393 \end_inset
4394
4395 A+B
4396 \begin_inset Index idx
4397 range none
4398 pageformat default
4399 status collapsed
4400
4401 \begin_layout Plain Layout
4402 Commands
4403 \begin_inset IndexMacro subentry
4404 status open
4405
4406 \begin_layout Plain Layout
4407 O
4408 \end_layout
4409
4410 \end_inset
4411
4412
4413 \begin_inset IndexMacro subentry
4414 status open
4415
4416 \begin_layout Plain Layout
4417
4418 \backslash
4419 overline
4420 \end_layout
4421
4422 \end_inset
4423
4424
4425 \end_layout
4426
4427 \end_inset
4428
4429
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 \begin_inset Formula $\overline{A+B}$
4439 \end_inset
4440
4441
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row bottomspace="1mm">
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \backslash
4454 underline
4455 \begin_inset space \textvisiblespace{}
4456 \end_inset
4457
4458 A+B
4459 \begin_inset Index idx
4460 range none
4461 pageformat default
4462 status collapsed
4463
4464 \begin_layout Plain Layout
4465 Commands
4466 \begin_inset IndexMacro subentry
4467 status open
4468
4469 \begin_layout Plain Layout
4470 U
4471 \end_layout
4472
4473 \end_inset
4474
4475
4476 \begin_inset IndexMacro subentry
4477 status open
4478
4479 \begin_layout Plain Layout
4480
4481 \backslash
4482 underline
4483 \end_layout
4484
4485 \end_inset
4486
4487
4488 \end_layout
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 \begin_inset Formula $\underline{A+B}$
4502 \end_inset
4503
4504
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row topspace="2mm" bottomspace="1mm">
4511 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \backslash
4517 overline
4518 \begin_inset space \textvisiblespace{}
4519 \end_inset
4520
4521
4522 \backslash
4523 underline
4524 \begin_inset space \textvisiblespace{}
4525 \end_inset
4526
4527 A+B
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 \begin_inset Formula $\overline{\underline{A+B}}$
4537 \end_inset
4538
4539
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 </lyxtabular>
4546
4547 \end_inset
4548
4549
4550 \end_layout
4551
4552 \begin_layout Standard
4553 In the last example it doesn't matter if 
4554 \series bold
4555
4556 \backslash
4557 overline
4558 \series default
4559  or 
4560 \series bold
4561
4562 \backslash
4563 underline
4564 \series default
4565  is inserted first.
4566 \end_layout
4567
4568 \begin_layout Standard
4569 To double underline use 
4570 \series bold
4571
4572 \backslash
4573 underline
4574 \series default
4575  twice (or as many times you want).
4576 \end_layout
4577
4578 \begin_layout Standard
4579 \begin_inset VSpace bigskip
4580 \end_inset
4581
4582 Custom lines can be created using the command 
4583 \series bold
4584
4585 \backslash
4586 rule
4587 \series default
4588
4589 \begin_inset Index idx
4590 range none
4591 pageformat default
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595 Commands
4596 \begin_inset IndexMacro subentry
4597 status open
4598
4599 \begin_layout Plain Layout
4600 R
4601 \end_layout
4602
4603 \end_inset
4604
4605
4606 \begin_inset IndexMacro subentry
4607 status open
4608
4609 \begin_layout Plain Layout
4610
4611 \backslash
4612 rule
4613 \end_layout
4614
4615 \end_inset
4616
4617
4618 \end_layout
4619
4620 \end_inset
4621
4622  which has the following scheme:
4623 \end_layout
4624
4625 \begin_layout Standard
4626
4627 \series bold
4628
4629 \backslash
4630 rule[vertical offset]{length}{thickness}
4631 \end_layout
4632
4633 \begin_layout Standard
4634 The optional vertical offset shifts the line upwards (or downwards,
4635  when the value is negative).
4636  The units listed in 
4637 \begin_inset CommandInset ref
4638 LatexCommand ref
4639 reference "tab:Available-units"
4640 nolink "false"
4641
4642 \end_inset
4643
4644  can be used for the values.
4645  Here are two example lines created with the commands
4646 \begin_inset Newline newline
4647 \end_inset
4648
4649
4650 \series bold
4651
4652 \backslash
4653 rule[-2ex]{3cm}{2pt}
4654 \series default
4655  and 
4656 \series bold
4657
4658 \backslash
4659 rule{2cm}{1pt}
4660 \series default
4661 :
4662 \end_layout
4663
4664 \begin_layout Standard
4665 This is a sentence 
4666 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4667 \end_inset
4668
4669  with two lines.
4670 \end_layout
4671
4672 \begin_layout Standard
4673
4674 \series bold
4675
4676 \backslash
4677 rule
4678 \series default
4679  can also be used for text when a line is inserted via the menu 
4680 \family sans
4681 Insert\SpecialChar menuseparator
4682 Formatting\SpecialChar menuseparator
4683 Horizontal
4684 \begin_inset space ~
4685 \end_inset
4686
4687 Line
4688 \family default
4689 :
4690 \end_layout
4691
4692 \begin_layout Standard
4693 This is a sentence 
4694 \begin_inset CommandInset line
4695 LatexCommand rule
4696 offset "0.5ex"
4697 width "3cm"
4698 height "1pt"
4699
4700 \end_inset
4701
4702  with one line.
4703 \end_layout
4704
4705 \begin_layout Subsection
4706 Ellipses
4707 \begin_inset CommandInset label
4708 LatexCommand label
4709 name "subsec:Ellipses"
4710
4711 \end_inset
4712
4713
4714 \begin_inset Index idx
4715 range none
4716 pageformat default
4717 status collapsed
4718
4719 \begin_layout Plain Layout
4720 Ellipses
4721 \end_layout
4722
4723 \end_inset
4724
4725
4726 \end_layout
4727
4728 \begin_layout Standard
4729 There are different types of ellipses available.
4730 \begin_inset Foot
4731 status collapsed
4732
4733 \begin_layout Plain Layout
4734 In the math toolbar in the submenu of the button 
4735 \begin_inset Info
4736 type  "icon"
4737 arg   "math-insert \\ldots"
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \end_inset
4744
4745  For listings,
4746  dots at the baseline are used (
4747 \series bold
4748
4749 \backslash
4750 ldots
4751 \series default
4752
4753 \begin_inset Index idx
4754 range none
4755 pageformat default
4756 status collapsed
4757
4758 \begin_layout Plain Layout
4759 Commands
4760 \begin_inset IndexMacro subentry
4761 status open
4762
4763 \begin_layout Plain Layout
4764 L
4765 \end_layout
4766
4767 \end_inset
4768
4769
4770 \begin_inset IndexMacro subentry
4771 status open
4772
4773 \begin_layout Plain Layout
4774
4775 \backslash
4776 ldots
4777 \end_layout
4778
4779 \end_inset
4780
4781
4782 \end_layout
4783
4784 \end_inset
4785
4786 ),
4787  while for operations,
4788  dots are needed that are on the same height as the operators (
4789 \series bold
4790
4791 \backslash
4792 cdots
4793 \series default
4794
4795 \begin_inset Index idx
4796 range none
4797 pageformat default
4798 status collapsed
4799
4800 \begin_layout Plain Layout
4801 Commands
4802 \begin_inset IndexMacro subentry
4803 status open
4804
4805 \begin_layout Plain Layout
4806 C
4807 \end_layout
4808
4809 \end_inset
4810
4811
4812 \begin_inset IndexMacro subentry
4813 status open
4814
4815 \begin_layout Plain Layout
4816
4817 \backslash
4818 cdots
4819 \end_layout
4820
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \end_inset
4827
4828 ).
4829  When using the command 
4830 \series bold
4831
4832 \backslash
4833 dots
4834 \series default
4835
4836 \begin_inset Index idx
4837 range none
4838 pageformat default
4839 status collapsed
4840
4841 \begin_layout Plain Layout
4842 Commands
4843 \begin_inset IndexMacro subentry
4844 status open
4845
4846 \begin_layout Plain Layout
4847 D
4848 \end_layout
4849
4850 \end_inset
4851
4852
4853 \begin_inset IndexMacro subentry
4854 status open
4855
4856 \begin_layout Plain Layout
4857
4858 \backslash
4859 dots
4860 \end_layout
4861
4862 \end_inset
4863
4864
4865 \end_layout
4866
4867 \end_inset
4868
4869 ,
4870  \SpecialChar LaTeX
4871  decides on the basis of the next character what type is used.
4872 \end_layout
4873
4874 \begin_layout Standard
4875 \align center
4876 \begin_inset Tabular
4877 <lyxtabular version="3" rows="9" columns="2">
4878 <features booktabs="true" tabularvalignment="middle">
4879 <column alignment="center" valignment="top" width="0pt">
4880 <column alignment="center" valignment="top" width="0pt">
4881 <row>
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 Command
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Result
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="center" valignment="top" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 A_1
4907 \begin_inset space \textvisiblespace{}
4908 \end_inset
4909
4910 ,
4911 \backslash
4912 dots
4913 \begin_inset space \textvisiblespace{}
4914 \end_inset
4915
4916 ,A_n
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 \begin_inset Formula $A_{1},\dots,A_{n}$
4926 \end_inset
4927
4928
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="center" valignment="top" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 A_1
4940 \begin_inset space \textvisiblespace{}
4941 \end_inset
4942
4943 +
4944 \backslash
4945 dots
4946 \begin_inset space \textvisiblespace{}
4947 \end_inset
4948
4949 +A_n
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 \begin_inset Formula $A_{1}+\dots+A_{n}$
4959 \end_inset
4960
4961
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 A_1
4973 \begin_inset space \textvisiblespace{}
4974 \end_inset
4975
4976 ,
4977 \backslash
4978 ldots
4979 \begin_inset space \textvisiblespace{}
4980 \end_inset
4981
4982 ,A_n
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 \begin_inset Formula $A_{1},\ldots,A_{n}$
4992 \end_inset
4993
4994
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 A_1
5006 \begin_inset space \textvisiblespace{}
5007 \end_inset
5008
5009 +
5010 \backslash
5011 cdots
5012 \begin_inset space \textvisiblespace{}
5013 \end_inset
5014
5015 +A_n
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 \begin_inset Formula $A_{1}+\cdots+A_{n}$
5025 \end_inset
5026
5027
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 </row>
5033 <row>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038
5039 \backslash
5040 vdots
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 \begin_inset Formula $\vdots$
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="center" valignment="top" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \backslash
5065 ddots
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 \begin_inset Formula $\ddots$
5075 \end_inset
5076
5077
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row>
5084 <cell alignment="center" valignment="top" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088
5089 \backslash
5090 iddots
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 \begin_inset Formula $\iddots$
5100 \end_inset
5101
5102
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 3×3
5114 \begin_inset space \thinspace{}
5115 \end_inset
5116
5117 matrix with the different dots
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 \begin_inset Formula $\begin{array}{ccc}
5127 A_{11} & \cdots & A_{1m}\\
5128 \vdots & \ddots & \vdots\\
5129 A_{n1} & \cdots & A_{nm}
5130 \end{array}$
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 </lyxtabular>
5140
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \begin_layout Standard
5147 The ellipses available in menu 
5148 \family sans
5149 Insert\SpecialChar menuseparator
5150 Special
5151 \begin_inset space ~
5152 \end_inset
5153
5154 Character
5155 \family default
5156  are 
5157 \series bold
5158
5159 \backslash
5160 ldots
5161 \series default
5162 .
5163 \end_layout
5164
5165 \begin_layout Standard
5166 \begin_inset VSpace medskip
5167 \end_inset
5168
5169 To use 
5170 \series bold
5171
5172 \backslash
5173 iddots
5174 \series default
5175 ,
5176  the option 
5177 \family sans
5178 Use mathdots package (automatically)
5179 \family default
5180  must be set in the document settings under 
5181 \family sans
5182 Math
5183 \begin_inset space ~
5184 \end_inset
5185
5186 Options
5187 \family default
5188 .
5189 \begin_inset Newline newline
5190 \end_inset
5191
5192 Using the option 
5193 \family sans
5194 Use mathdots package
5195 \family default
5196  will improve the appearance of all dots in the documents if their font style or size is not the default.
5197 \end_layout
5198
5199 \begin_layout Standard
5200 \begin_inset VSpace medskip
5201 \end_inset
5202
5203 Specially for matrices there are ellipses that span over several columns.
5204  They are created with the command 
5205 \series bold
5206
5207 \backslash
5208 hdotsfor
5209 \series default
5210
5211 \begin_inset Index idx
5212 range none
5213 pageformat default
5214 status collapsed
5215
5216 \begin_layout Plain Layout
5217 Commands
5218 \begin_inset IndexMacro subentry
5219 status open
5220
5221 \begin_layout Plain Layout
5222 H
5223 \end_layout
5224
5225 \end_inset
5226
5227
5228 \begin_inset IndexMacro subentry
5229 status open
5230
5231 \begin_layout Plain Layout
5232
5233 \backslash
5234 hdotsfor
5235 \end_layout
5236
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \end_inset
5243
5244  and have the following scheme (
5245 \family sans
5246 mathtools
5247 \family default
5248  must be loaded 
5249 \family sans
5250 always
5251 \family default
5252  under 
5253 \family sans
5254 Math
5255 \begin_inset space ~
5256 \end_inset
5257
5258 Options
5259 \family default
5260  for this to work):
5261 \end_layout
5262
5263 \begin_layout Standard
5264
5265 \series bold
5266
5267 \backslash
5268 hdotsfor[distance]{number of columns}
5269 \end_layout
5270
5271 \begin_layout Standard
5272 The number of columns specifies how many columns should be spanned.
5273  Distance is a factor for the distance between the dots.
5274 \end_layout
5275
5276 \begin_layout Standard
5277 In the following matrix the command 
5278 \series bold
5279
5280 \backslash
5281 hdotsfor[2]{4}
5282 \series default
5283  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 
5284 \series bold
5285
5286 \backslash
5287 dots
5288 \series default
5289 :
5290 \begin_inset Formula 
5291 \[
5292 \left(\begin{array}{cccc}
5293 A & B & C & D\\
5294 \hdotsfor[2]{4}\\
5295 q & w & e & r
5296 \end{array}\right)
5297 \]
5298
5299 \end_inset
5300
5301 Note that the matrix fields that should be spanned must be empty,
5302  otherwise you get \SpecialChar LaTeX
5303 -errors.
5304 \end_layout
5305
5306 \begin_layout Standard
5307 \begin_inset VSpace bigskip
5308 \end_inset
5309
5310 Furthermore you can fill with the command 
5311 \series bold
5312
5313 \backslash
5314 dotfill
5315 \series default
5316
5317 \begin_inset Index idx
5318 range none
5319 pageformat default
5320 status open
5321
5322 \begin_layout Plain Layout
5323 Commands
5324 \begin_inset IndexMacro subentry
5325 status open
5326
5327 \begin_layout Plain Layout
5328 D
5329 \end_layout
5330
5331 \end_inset
5332
5333
5334 \begin_inset IndexMacro subentry
5335 status open
5336
5337 \begin_layout Plain Layout
5338
5339 \backslash
5340 dotfill
5341 \end_layout
5342
5343 \end_inset
5344
5345
5346 \end_layout
5347
5348 \end_inset
5349
5350  the rest of a line with dots.
5351  The effect of these commands is the same as with 
5352 \series bold
5353
5354 \backslash
5355 hfill
5356 \series default
5357 ,
5358  see 
5359 \begin_inset CommandInset ref
5360 LatexCommand ref
5361 reference "subsec:Variable-Space"
5362 nolink "false"
5363
5364 \end_inset
5365
5366 .
5367 \end_layout
5368
5369 \begin_layout Standard
5370 For example the command 
5371 \series bold
5372 A
5373 \backslash
5374 dotfill
5375 \begin_inset space \textvisiblespace{}
5376 \end_inset
5377
5378 B
5379 \series default
5380  produces
5381 \end_layout
5382
5383 \begin_layout Standard
5384 \begin_inset Formula $A\dotfill B$
5385 \end_inset
5386
5387
5388 \end_layout
5389
5390 \begin_layout Standard
5391 Similar to
5392 \series bold
5393  
5394 \backslash
5395 dotfill
5396 \series default
5397  there is for a line the command 
5398 \series bold
5399
5400 \backslash
5401 hrulefill
5402 \series default
5403
5404 \begin_inset Index idx
5405 range none
5406 pageformat default
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Commands
5411 \begin_inset IndexMacro subentry
5412 status open
5413
5414 \begin_layout Plain Layout
5415 H
5416 \end_layout
5417
5418 \end_inset
5419
5420
5421 \begin_inset IndexMacro subentry
5422 status open
5423
5424 \begin_layout Plain Layout
5425
5426 \backslash
5427 hrulefill
5428 \end_layout
5429
5430 \end_inset
5431
5432
5433 \end_layout
5434
5435 \end_inset
5436
5437 :
5438 \end_layout
5439
5440 \begin_layout Standard
5441 \begin_inset Formula $A\hrulefill B$
5442 \end_inset
5443
5444
5445 \end_layout
5446
5447 \begin_layout Standard
5448 To use the commands for text,
5449  they have to be inserted in \SpecialChar TeX
5450  mode.
5451 \end_layout
5452
5453 \begin_layout Section
5454 Matrices
5455 \begin_inset CommandInset label
5456 LatexCommand label
5457 name "sec:Matrices"
5458
5459 \end_inset
5460
5461
5462 \begin_inset Index idx
5463 range none
5464 pageformat default
5465 status collapsed
5466
5467 \begin_layout Plain Layout
5468 Matrices
5469 \end_layout
5470
5471 \end_inset
5472
5473
5474 \end_layout
5475
5476 \begin_layout Standard
5477 Matrices can be inserted via the math toolbar button 
5478 \begin_inset Info
5479 type  "icon"
5480 arg   "dialog-show mathmatrix"
5481 \end_inset
5482
5483  or the menu 
5484 \family sans
5485 Insert\SpecialChar menuseparator
5486 Math\SpecialChar menuseparator
5487 Matrix
5488 \family default
5489 .
5490  In the matrix dialog you can specify the number of columns and rows,
5491  the alignment and the decoration.
5492  The vertical alignment is only of importance for matrices in inline formulas:
5493 \end_layout
5494
5495 \begin_layout Standard
5496 The first matrix is top 
5497 \begin_inset Formula $\begin{array}[t]{cccc}
5498 A & D & G & J\\
5499 B & E & H & K\\
5500 C & F & I & L
5501 \end{array}$
5502 \end_inset
5503
5504 ,
5505  the second middle 
5506 \begin_inset Formula $\begin{array}{cccc}
5507 A & D & G & J\\
5508 B & E & H & K\\
5509 C & F & I & L
5510 \end{array}$
5511 \end_inset
5512
5513  and the third bottom 
5514 \begin_inset Formula $\begin{array}[b]{cccc}
5515 A & D & G & J\\
5516 B & E & H & K\\
5517 C & F & I & L
5518 \end{array}$
5519 \end_inset
5520
5521  aligned.
5522 \end_layout
5523
5524 \begin_layout Standard
5525 The horizontal alignment specifies how the column entries should be aligned.
5526  It is set by entering a letter for every column.
5527  
5528 \emph on
5529 l
5530 \emph default
5531  denotes left aligned,
5532  
5533 \emph on
5534 c
5535 \emph default
5536  centered and 
5537 \emph on
5538 r
5539 \emph default
5540  right aligned.
5541  To create for example a 4
5542 \series bold
5543 ×
5544 \series default
5545 4
5546 \begin_inset space ~
5547 \end_inset
5548
5549 matrix where the first column is left aligned,
5550  the second and third are centered and the last one is right aligned,
5551  one enters for the horizontal alignment 
5552 \series bold
5553 lccr
5554 \series default
5555 .
5556  Normally in a matrix all columns are centered,
5557  therefore the default for every column is a 
5558 \series bold
5559 c
5560 \series default
5561 .
5562 \end_layout
5563
5564 \begin_layout Standard
5565 Horizontal alignment:
5566 \end_layout
5567
5568 \begin_layout Standard
5569
5570 \series bold
5571 lll
5572 \series default
5573  :
5574  
5575 \begin_inset Formula $\begin{array}{lll}
5576 10000 & D & G\\
5577 B & 10000 & H\\
5578 C & F & 10000
5579 \end{array}$
5580 \end_inset
5581
5582  ,
5583  
5584 \series bold
5585 ccc
5586 \series default
5587  :
5588  
5589 \begin_inset Formula $\begin{array}{ccc}
5590 10000 & D & G\\
5591 B & 10000 & H\\
5592 C & F & 10000
5593 \end{array}$
5594 \end_inset
5595
5596  ,
5597  
5598 \series bold
5599 rrr
5600 \series default
5601  :
5602  
5603 \begin_inset Formula $\begin{array}{rrr}
5604 10000 & D & G\\
5605 B & 10000 & H\\
5606 C & F & 10000
5607 \end{array}$
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \begin_layout Standard
5614 To subsequently add or delete rows and columns,
5615  the math toolbar buttons 
5616 \begin_inset Info
5617 type  "icon"
5618 arg   "tabular-feature append-row"
5619 \end_inset
5620
5621 ,
5622  
5623 \begin_inset Info
5624 type  "icon"
5625 arg   "tabular-feature delete-row"
5626 \end_inset
5627
5628 ,
5629  etc.
5630 \begin_inset space \thinspace{}
5631 \end_inset
5632
5633 ,
5634  or the menu 
5635 \family sans
5636 Edit\SpecialChar menuseparator
5637 Rows & Columns
5638 \family default
5639  can be used.
5640  New rows can also be created with 
5641 \begin_inset Info
5642 type  "shortcut"
5643 arg   "newline-insert newline"
5644 \end_inset
5645
5646 .
5647 \end_layout
5648
5649 \begin_layout Standard
5650 \begin_inset VSpace bigskip
5651 \end_inset
5652
5653
5654 \family sans
5655 Appearance
5656 \family default
5657  can be used to add parentheses in the selected style around the matrix or to select the 
5658 \family sans
5659 small
5660 \family default
5661  style,
5662  suitable for an inline matrix like this one 
5663 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
5664 \mathrm{i} & 0
5665 \end{smallmatrix}\bigr)$
5666 \end_inset
5667
5668 .
5669  Here the parentheses have been added manually using commands 
5670 \series bold
5671
5672 \backslash
5673 bigl(
5674 \series default
5675  and 
5676 \series bold
5677
5678 \backslash
5679 bigr).
5680 \end_layout
5681
5682 \begin_layout Standard
5683 Alternatively,
5684  parentheses can be created with the commands 
5685 \series bold
5686
5687 \backslash
5688 left
5689 \series default
5690
5691 \begin_inset Index idx
5692 range none
5693 pageformat default
5694 status collapsed
5695
5696 \begin_layout Plain Layout
5697 Commands
5698 \begin_inset IndexMacro subentry
5699 status open
5700
5701 \begin_layout Plain Layout
5702 L
5703 \end_layout
5704
5705 \end_inset
5706
5707
5708 \begin_inset IndexMacro subentry
5709 status open
5710
5711 \begin_layout Plain Layout
5712
5713 \backslash
5714 left
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723
5724  and 
5725 \series bold
5726
5727 \backslash
5728 right
5729 \series default
5730
5731 \begin_inset Index idx
5732 range none
5733 pageformat default
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737 Commands
5738 \begin_inset IndexMacro subentry
5739 status open
5740
5741 \begin_layout Plain Layout
5742 R
5743 \end_layout
5744
5745 \end_inset
5746
5747
5748 \begin_inset IndexMacro subentry
5749 status open
5750
5751 \begin_layout Plain Layout
5752
5753 \backslash
5754 right
5755 \end_layout
5756
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763
5764  (shortcut 
5765 \family sans
5766 Alt+M
5767 \begin_inset space ~
5768 \end_inset
5769
5770 Parenthesis
5771 \family default
5772 ),
5773  see 
5774 \begin_inset CommandInset ref
5775 LatexCommand ref
5776 reference "subsec:Automatic-Bracket-Size"
5777 nolink "false"
5778
5779 \end_inset
5780
5781 ,
5782  or by using the following commands:
5783 \begin_inset VSpace medskip
5784 \end_inset
5785
5786
5787 \end_layout
5788
5789 \begin_layout Standard
5790 \begin_inset space \hfill{}
5791 \end_inset
5792
5793
5794 \begin_inset Tabular
5795 <lyxtabular version="3" rows="4" columns="2">
5796 <features booktabs="true" tabularvalignment="middle">
5797 <column alignment="center" valignment="top" width="0pt">
5798 <column alignment="center" valignment="top">
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 Command
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 Result
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row topspace="1.5mm">
5820 <cell alignment="center" valignment="top" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \backslash
5826 bmatrix
5827 \begin_inset space \textvisiblespace{}
5828 \end_inset
5829
5830 2
5831 \series bold
5832 ×
5833 \series default
5834 2
5835 \begin_inset space \thinspace{}
5836 \end_inset
5837
5838 matrix
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
5848 0 & \textrm{-}\mathrm{i}\\
5849 \mathrm{i} & 0
5850 \end{array}\end{bmatrix}$
5851 \end_inset
5852
5853
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 </row>
5859 <row topspace="1.5mm" bottomspace="0.5mm">
5860 <cell alignment="center" valignment="top" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864
5865 \backslash
5866 Bmatrix
5867 \begin_inset space \textvisiblespace{}
5868 \end_inset
5869
5870 2
5871 \series bold
5872 ×
5873 \series default
5874 2
5875 \begin_inset space \thinspace{}
5876 \end_inset
5877
5878 matrix
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5888 0 & \textrm{-}\mathrm{i}\\
5889 \mathrm{i} & 0
5890 \end{array}\end{Bmatrix}$
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904
5905 \backslash
5906 pmatrix
5907 \begin_inset space \textvisiblespace{}
5908 \end_inset
5909
5910 2
5911 \series bold
5912 ×
5913 \series default
5914 2
5915 \begin_inset space \thinspace{}
5916 \end_inset
5917
5918 matrix
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5928 0 & \textrm{-}\mathrm{i}\\
5929 \mathrm{i} & 0
5930 \end{array}\end{pmatrix}$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 </lyxtabular>
5940
5941 \end_inset
5942
5943
5944 \begin_inset space \hfill{}
5945 \end_inset
5946
5947
5948 \begin_inset Tabular
5949 <lyxtabular version="3" rows="4" columns="2">
5950 <features booktabs="true" tabularvalignment="middle">
5951 <column alignment="center" valignment="top" width="0pt">
5952 <column alignment="center" valignment="top">
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 Command
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 Result
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row topspace="1.5mm">
5974 <cell alignment="center" valignment="top" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978
5979 \backslash
5980 vmatrix
5981 \begin_inset space \textvisiblespace{}
5982 \end_inset
5983
5984 2
5985 \series bold
5986 ×
5987 \series default
5988 2
5989 \begin_inset space \thinspace{}
5990 \end_inset
5991
5992 matrix
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
6002 0 & \textrm{-}\mathrm{i}\\
6003 \mathrm{i} & 0
6004 \end{array}\end{vmatrix}$
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row topspace="1.5mm" bottomspace="0.5mm">
6014 <cell alignment="center" valignment="top" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018
6019 \backslash
6020 Vmatrix
6021 \begin_inset space \textvisiblespace{}
6022 \end_inset
6023
6024 2
6025 \series bold
6026 ×
6027 \series default
6028 2
6029 \begin_inset space \thinspace{}
6030 \end_inset
6031
6032 matrix
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
6042 0 & \textrm{-}\mathrm{i}\\
6043 \mathrm{i} & 0
6044 \end{array}\end{Vmatrix}$
6045 \end_inset
6046
6047
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
6054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \backslash
6060 matrix
6061 \begin_inset space \textvisiblespace{}
6062 \end_inset
6063
6064 2
6065 \series bold
6066 ×
6067 \series default
6068 2
6069 \begin_inset space \thinspace{}
6070 \end_inset
6071
6072 matrix
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
6082 0 & \textrm{-}\mathrm{i}\\
6083 \mathrm{i} & 0
6084 \end{array}\end{matrix}$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 </lyxtabular>
6094
6095 \end_inset
6096
6097
6098 \begin_inset space \hfill{}
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \begin_layout Standard
6105 \begin_inset VSpace medskip
6106 \end_inset
6107
6108 When e.
6109 \begin_inset space \thinspace{}
6110 \end_inset
6111
6112 g.
6113 \begin_inset space \space{}
6114 \end_inset
6115
6116
6117 \series bold
6118
6119 \backslash
6120 vmatrix
6121 \series default
6122  is inserted,
6123  a blue box appears between two vertical lines where the matrix is inserted.
6124 \begin_inset Newline newline
6125 \end_inset
6126
6127 Note that decorated matrices ignore the vertical alignment.
6128 \end_layout
6129
6130 \begin_layout Standard
6131 \begin_inset VSpace bigskip
6132 \end_inset
6133
6134 As all multiline formulas are matrices,
6135  the length 
6136 \series bold
6137
6138 \backslash
6139 arraycolsep
6140 \series default
6141
6142 \begin_inset Index idx
6143 range none
6144 pageformat default
6145 status collapsed
6146
6147 \begin_layout Plain Layout
6148 Commands
6149 \begin_inset IndexMacro subentry
6150 status open
6151
6152 \begin_layout Plain Layout
6153 A
6154 \end_layout
6155
6156 \end_inset
6157
6158
6159 \begin_inset IndexMacro subentry
6160 status open
6161
6162 \begin_layout Plain Layout
6163
6164 \backslash
6165 arraycolsep
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \end_inset
6174
6175  that is described in 
6176 \begin_inset CommandInset ref
6177 LatexCommand ref
6178 reference "subsec:Column-Separation"
6179 nolink "false"
6180
6181 \end_inset
6182
6183  can also be used to change the column separation of matrices.
6184 \end_layout
6185
6186 \begin_layout Standard
6187 To change the row separation,
6188  the command 
6189 \series bold
6190
6191 \backslash
6192 arraystretch
6193 \series default
6194
6195 \begin_inset Index idx
6196 range none
6197 pageformat default
6198 status collapsed
6199
6200 \begin_layout Plain Layout
6201 Commands
6202 \begin_inset IndexMacro subentry
6203 status open
6204
6205 \begin_layout Plain Layout
6206 A
6207 \end_layout
6208
6209 \end_inset
6210
6211
6212 \begin_inset IndexMacro subentry
6213 status open
6214
6215 \begin_layout Plain Layout
6216
6217 \backslash
6218 arraystretch
6219 \end_layout
6220
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \end_inset
6227
6228  is used as follows:
6229 \end_layout
6230
6231 \begin_layout Standard
6232
6233 \series bold
6234
6235 \backslash
6236 renewcommand{
6237 \backslash
6238 arraystretch}{stretch factor}
6239 \begin_inset Index idx
6240 range none
6241 pageformat default
6242 status collapsed
6243
6244 \begin_layout Plain Layout
6245 Commands
6246 \begin_inset IndexMacro subentry
6247 status open
6248
6249 \begin_layout Plain Layout
6250 R
6251 \end_layout
6252
6253 \end_inset
6254
6255
6256 \begin_inset IndexMacro subentry
6257 status open
6258
6259 \begin_layout Plain Layout
6260
6261 \backslash
6262 renewcommand
6263 \end_layout
6264
6265 \end_inset
6266
6267
6268 \end_layout
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \begin_layout Standard
6276 The command 
6277 \series bold
6278
6279 \backslash
6280 renewcommand
6281 \series default
6282  assigns the stretch factor to the predefined command 
6283 \series bold
6284
6285 \backslash
6286 arraystretch
6287 \series default
6288 .
6289  For example to double the row separation,
6290  use a stretch factor of 2.
6291  This is then used for all following matrices.
6292  To restore the original separation,
6293  assign a stretch factor of 1 to 
6294 \series bold
6295
6296 \backslash
6297 arraystretch
6298 \series default
6299 .
6300 \end_layout
6301
6302 \begin_layout Standard
6303 Small inline matrices can also be obtained using the command 
6304 \series bold
6305
6306 \backslash
6307 smallmatrix
6308 \series default
6309
6310 \begin_inset Index idx
6311 range none
6312 pageformat default
6313 status collapsed
6314
6315 \begin_layout Plain Layout
6316 Commands
6317 \begin_inset IndexMacro subentry
6318 status open
6319
6320 \begin_layout Plain Layout
6321 S
6322 \end_layout
6323
6324 \end_inset
6325
6326
6327 \begin_inset IndexMacro subentry
6328 status open
6329
6330 \begin_layout Plain Layout
6331
6332 \backslash
6333 smallmatrix
6334 \end_layout
6335
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \end_inset
6342
6343 .
6344  When it is inserted in a line a blue box with two dashed lines appears.
6345  Adjust the matrix rows and columns as desired.
6346 \end_layout
6347
6348 \begin_layout Standard
6349 This is a matrix 
6350 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6351 C & D
6352 \end{smallmatrix}\right)$
6353 \end_inset
6354
6355  in a text line with automatic delimiters around it.
6356 \end_layout
6357
6358 \begin_layout Section
6359 Brackets and Delimiters
6360 \begin_inset Index idx
6361 range none
6362 pageformat default
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366 Brackets
6367 \end_layout
6368
6369 \end_inset
6370
6371
6372 \begin_inset Index idx
6373 range none
6374 pageformat default
6375 status collapsed
6376
6377 \begin_layout Plain Layout
6378 Delimiters
6379 \end_layout
6380
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \begin_layout Subsection
6387 Vertical Brackets and Delimiters
6388 \begin_inset Index idx
6389 range none
6390 pageformat default
6391 status collapsed
6392
6393 \begin_layout Plain Layout
6394 Brackets
6395 \begin_inset IndexMacro subentry
6396 status open
6397
6398 \begin_layout Plain Layout
6399 vertical
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Standard
6413 \begin_inset space \hfill{}
6414 \end_inset
6415
6416
6417 \begin_inset Tabular
6418 <lyxtabular version="3" rows="9" columns="2">
6419 <features booktabs="true" tabularvalignment="middle">
6420 <column alignment="center" valignment="top" width="0pt">
6421 <column alignment="center" valignment="top" width="0pt">
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 Command
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 Result
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 </row>
6442 <row>
6443 <cell alignment="center" valignment="top" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 (
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Formula $($
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 <row>
6466 <cell alignment="center" valignment="top" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 {
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 \begin_inset Formula $\{$
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 </row>
6488 <row>
6489 <cell alignment="center" valignment="top" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 [
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 \begin_inset Formula $[$
6503 \end_inset
6504
6505
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 </row>
6511 <row>
6512 <cell alignment="center" valignment="top" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516
6517 \backslash
6518 langle
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 \begin_inset Formula $\langle$
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 </row>
6536 <row>
6537 <cell alignment="center" valignment="top" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541
6542 \backslash
6543 lceil
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 \begin_inset Formula $\lceil$
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 </row>
6561 <row>
6562 <cell alignment="center" valignment="top" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566
6567 \backslash
6568 lfloor
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 \begin_inset Formula $\lfloor$
6578 \end_inset
6579
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 /
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 \begin_inset Formula $/$
6601 \end_inset
6602
6603
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 </row>
6609 <row>
6610 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 |
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 \begin_inset Formula $|$
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 </row>
6632 </lyxtabular>
6633
6634 \end_inset
6635
6636
6637 \begin_inset space \hfill{}
6638 \end_inset
6639
6640
6641 \begin_inset Tabular
6642 <lyxtabular version="3" rows="9" columns="2">
6643 <features booktabs="true" tabularvalignment="middle">
6644 <column alignment="center" valignment="top" width="0pt">
6645 <column alignment="center" valignment="top" width="0pt">
6646 <row>
6647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 Command
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 Result
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 </row>
6666 <row>
6667 <cell alignment="center" valignment="top" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 )
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 \begin_inset Formula $)$
6681 \end_inset
6682
6683
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 </row>
6689 <row>
6690 <cell alignment="center" valignment="top" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 }
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 \begin_inset Formula $\}$
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 </row>
6712 <row>
6713 <cell alignment="center" valignment="top" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 ]
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 \begin_inset Formula $]$
6727 \end_inset
6728
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740
6741 \backslash
6742 rangle
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 $\rangle$
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 \backslash
6767 rceil
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 \begin_inset Formula $\rceil$
6777 \end_inset
6778
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 </row>
6785 <row>
6786 <cell alignment="center" valignment="top" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790
6791 \backslash
6792 rfloor
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 \begin_inset Formula $\rfloor$
6802 \end_inset
6803
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row>
6811 <cell alignment="center" valignment="top" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815
6816 \backslash
6817
6818 \backslash
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 \begin_inset Formula $\backslash$
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 <row>
6838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842
6843 \backslash
6844 |
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 \begin_inset Formula $\|$
6854 \end_inset
6855
6856
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 </row>
6862 </lyxtabular>
6863
6864 \end_inset
6865
6866
6867 \begin_inset space \hfill{}
6868 \end_inset
6869
6870
6871 \end_layout
6872
6873 \begin_layout Standard
6874
6875 \series medium
6876 \begin_inset Note Greyedout
6877 status open
6878
6879 \begin_layout Plain Layout
6880
6881 \series bold
6882 Note:
6883
6884 \series default
6885  In \SpecialChar TeX
6886  mode the command 
6887 \series bold
6888
6889 \backslash
6890 textbackslash
6891 \series default
6892
6893 \begin_inset Index idx
6894 range none
6895 pageformat default
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899 Commands
6900 \begin_inset IndexMacro subentry
6901 status open
6902
6903 \begin_layout Plain Layout
6904 T
6905 \end_layout
6906
6907 \end_inset
6908
6909
6910 \begin_inset IndexMacro subentry
6911 status open
6912
6913 \begin_layout Plain Layout
6914
6915 \backslash
6916 textbackslash
6917 \end_layout
6918
6919 \end_inset
6920
6921
6922 \end_layout
6923
6924 \end_inset
6925
6926  must be used for the backslash,
6927  because the command 
6928 \series bold
6929
6930 \backslash
6931
6932 \backslash
6933
6934 \series default
6935  produces a line break there.
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \begin_layout Standard
6944 For all characters listed above the size can be adjusted with the commands described in the following two subsections.
6945  When using these commands,
6946  the characters < and > can directly be used instead of the commands 
6947 \series bold
6948
6949 \backslash
6950 langle
6951 \series default
6952  and 
6953 \series bold
6954
6955 \backslash
6956 rangle
6957 \series default
6958 .
6959 \end_layout
6960
6961 \begin_layout Subsubsection
6962 Manual Bracket Size
6963 \begin_inset CommandInset label
6964 LatexCommand label
6965 name "subsec:Manual-Bracket-Size"
6966
6967 \end_inset
6968
6969
6970 \begin_inset Index idx
6971 range none
6972 pageformat default
6973 status collapsed
6974
6975 \begin_layout Plain Layout
6976 Bracket size
6977 \begin_inset IndexMacro subentry
6978 status open
6979
6980 \begin_layout Plain Layout
6981 manual
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \begin_layout Standard
6995 The bracket size can be specified manually by the \SpecialChar LaTeX
6996 -commands 
6997 \series bold
6998
6999 \backslash
7000 big
7001 \series default
7002
7003 \begin_inset Index idx
7004 range none
7005 pageformat default
7006 status collapsed
7007
7008 \begin_layout Plain Layout
7009 Commands
7010 \begin_inset IndexMacro subentry
7011 status open
7012
7013 \begin_layout Plain Layout
7014 B
7015 \end_layout
7016
7017 \end_inset
7018
7019
7020 \begin_inset IndexMacro subentry
7021 status open
7022
7023 \begin_layout Plain Layout
7024
7025 \backslash
7026 big
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \end_layout
7033
7034 \end_inset
7035
7036 ,
7037  
7038 \series bold
7039
7040 \backslash
7041 Big
7042 \series default
7043 ,
7044  
7045 \series bold
7046
7047 \backslash
7048 bigg
7049 \series default
7050  and 
7051 \series bold
7052
7053 \backslash
7054 Bigg
7055 \series default
7056 .
7057  
7058 \series bold
7059
7060 \backslash
7061 big
7062 \series default
7063  denotes the smallest and 
7064 \series bold
7065
7066 \backslash
7067 Bigg
7068 \series default
7069  the largest bracket size.
7070 \end_layout
7071
7072 \begin_layout Standard
7073 These commands are used to emphasize levels of brackets:
7074 \end_layout
7075
7076 \begin_layout Standard
7077 \align center
7078 \begin_inset Tabular
7079 <lyxtabular version="3" rows="2" columns="2">
7080 <features booktabs="true" tabularvalignment="middle">
7081 <column alignment="center" valignment="top" width="0pt">
7082 <column alignment="center" valignment="top" width="0pt">
7083 <row>
7084 <cell alignment="center" valignment="top" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 All brackets in the same size:
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 \begin_inset Formula $((A+B)(A-B))^{C}$
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 </row>
7106 <row topspace="2mm">
7107 <cell alignment="center" valignment="top" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 This looks better:
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
7121 \end_inset
7122
7123
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 </row>
7129 </lyxtabular>
7130
7131 \end_inset
7132
7133
7134 \end_layout
7135
7136 \begin_layout Standard
7137 For the second formula the command 
7138 \series bold
7139
7140 \backslash
7141 Big((A+B)(A-B)
7142 \backslash
7143 Big)^
7144 \begin_inset space \textvisiblespace{}
7145 \end_inset
7146
7147 C
7148 \series default
7149  has been used.
7150 \end_layout
7151
7152 \begin_layout Standard
7153 Here is an example containing all bracket sizes:
7154 \end_layout
7155
7156 \begin_layout Standard
7157 \align center
7158
7159 \backslash
7160 Bigg(
7161 \backslash
7162 exp
7163 \backslash
7164 bigg<
7165 \backslash
7166 Big[
7167 \backslash
7168 big{
7169 \backslash
7170 ln(3x)
7171 \backslash
7172 big}^2
7173 \begin_inset space \textvisiblespace{}
7174 \end_inset
7175
7176
7177 \backslash
7178 sin(x)
7179 \backslash
7180 Big]^
7181 \begin_inset space \textvisiblespace{}
7182 \end_inset
7183
7184 A
7185 \begin_inset space \textvisiblespace{}
7186 \end_inset
7187
7188
7189 \backslash
7190 bigg>
7191 \backslash
7192 Bigg)^0,5
7193 \end_layout
7194
7195 \begin_layout Standard
7196 \align center
7197 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \begin_layout Standard
7204 In addition to the 
7205 \series bold
7206
7207 \backslash
7208 big
7209 \series default
7210 -commands there is a variant,
7211  
7212 \series bold
7213
7214 \backslash
7215 bigm
7216 \series default
7217
7218 \begin_inset Index idx
7219 range none
7220 pageformat default
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224 Commands
7225 \begin_inset IndexMacro subentry
7226 status open
7227
7228 \begin_layout Plain Layout
7229 B
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \begin_inset IndexMacro subentry
7236 status open
7237
7238 \begin_layout Plain Layout
7239
7240 \backslash
7241 bigm
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \end_layout
7248
7249 \end_inset
7250
7251 ,
7252  that adds a bit more space between the bracket and its content.
7253  Other variants 
7254 \series bold
7255
7256 \backslash
7257 bigl 
7258 \series default
7259 and
7260 \series bold
7261  
7262 \backslash
7263 bigr
7264 \series default
7265
7266 \begin_inset Index idx
7267 range none
7268 pageformat default
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272 Commands
7273 \begin_inset IndexMacro subentry
7274 status open
7275
7276 \begin_layout Plain Layout
7277 B
7278 \end_layout
7279
7280 \end_inset
7281
7282
7283 \begin_inset IndexMacro subentry
7284 status open
7285
7286 \begin_layout Plain Layout
7287
7288 \backslash
7289 bigl – 
7290 \backslash
7291 bigr
7292 \end_layout
7293
7294 \end_inset
7295
7296
7297 \end_layout
7298
7299 \end_inset
7300
7301 ,
7302  don't add additional space.
7303  The 
7304 \emph on
7305 l
7306 \emph default
7307  at the end of the command 
7308 \series bold
7309
7310 \backslash
7311 bigl
7312 \series default
7313  is for a left bracket;
7314  for a right bracket this is replaced by an 
7315 \emph on
7316 r
7317 \emph default
7318 .
7319  A left or right bracket can each be an opening or closing bracket.
7320 \end_layout
7321
7322 \begin_layout Standard
7323 The following table contains comparisons of the variants:
7324 \end_layout
7325
7326 \begin_layout Standard
7327 \align center
7328 \begin_inset Tabular
7329 <lyxtabular version="3" rows="5" columns="2">
7330 <features booktabs="true" tabularvalignment="middle">
7331 <column alignment="center" valignment="top" width="0pt">
7332 <column alignment="center" valignment="middle">
7333 <row>
7334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 Command
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 Result
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 </row>
7353 <row topspace="2mm">
7354 <cell alignment="center" valignment="top" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358
7359 \backslash
7360 Bigm(
7361 \backslash
7362 bigm(
7363 \backslash
7364 ln(3x)
7365 \backslash
7366 bigm)^2
7367 \begin_inset space \textvisiblespace{}
7368 \end_inset
7369
7370
7371 \backslash
7372 Bigm)
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 </row>
7390 <row topspace="2mm">
7391 <cell alignment="center" valignment="top" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395
7396 \backslash
7397 Big(
7398 \backslash
7399 big(
7400 \backslash
7401 ln(3x)
7402 \backslash
7403 big)^2
7404 \begin_inset space \textvisiblespace{}
7405 \end_inset
7406
7407
7408 \backslash
7409 Big)
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row topspace="2mm" bottomspace="0.5mm">
7428 <cell alignment="center" valignment="top" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \backslash
7434 Bigl(
7435 \backslash
7436 bigl(
7437 \backslash
7438 ln(3x)
7439 \backslash
7440 bigr)^2
7441 \begin_inset space \textvisiblespace{}
7442 \end_inset
7443
7444
7445 \backslash
7446 Bigr)
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row topspace="1.5mm" bottomspace="0.5mm">
7465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \backslash
7471 bigl)
7472 \backslash
7473 ln(3x)
7474 \backslash
7475 bigr(
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 \begin_inset Formula $\bigl)\ln(3x)\bigr($
7485 \end_inset
7486
7487
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 </row>
7493 </lyxtabular>
7494
7495 \end_inset
7496
7497
7498 \end_layout
7499
7500 \begin_layout Subsubsection
7501 Automatic Bracket Size
7502 \begin_inset CommandInset label
7503 LatexCommand label
7504 name "subsec:Automatic-Bracket-Size"
7505
7506 \end_inset
7507
7508
7509 \begin_inset Index idx
7510 range none
7511 pageformat default
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Bracket size
7516 \begin_inset IndexMacro subentry
7517 status open
7518
7519 \begin_layout Plain Layout
7520 automatic
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \begin_layout Standard
7534 Variably sized brackets can be inserted with the commands 
7535 \series bold
7536
7537 \backslash
7538 left
7539 \series default
7540
7541 \begin_inset Index idx
7542 range none
7543 pageformat default
7544 status collapsed
7545
7546 \begin_layout Plain Layout
7547 Commands
7548 \begin_inset IndexMacro subentry
7549 status open
7550
7551 \begin_layout Plain Layout
7552 L
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \begin_inset IndexMacro subentry
7559 status open
7560
7561 \begin_layout Plain Layout
7562
7563 \backslash
7564 left
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \end_inset
7573
7574  and 
7575 \series bold
7576
7577 \backslash
7578 right
7579 \series default
7580
7581 \begin_inset Index idx
7582 range none
7583 pageformat default
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587 Commands
7588 \begin_inset IndexMacro subentry
7589 status open
7590
7591 \begin_layout Plain Layout
7592 R
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \begin_inset IndexMacro subentry
7599 status open
7600
7601 \begin_layout Plain Layout
7602
7603 \backslash
7604 right
7605 \end_layout
7606
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613
7614  or via the math toolbar button 
7615 \begin_inset Info
7616 type  "icon"
7617 arg   "dialog-show mathdelimiter"
7618 \end_inset
7619
7620 .
7621  The desired bracket must be inserted directly behind the 
7622 \series bold
7623
7624 \backslash
7625 left
7626 \series default
7627  and 
7628 \series bold
7629
7630 \backslash
7631 right
7632 \series default
7633  commands.
7634  The bracket size will then automatically be calculated for the output.
7635 \end_layout
7636
7637 \begin_layout Standard
7638 \align center
7639 normal bracket:
7640  The command 
7641 \series bold
7642
7643 \backslash
7644 ln(
7645 \backslash
7646 frac
7647 \begin_inset space \textvisiblespace{}
7648 \end_inset
7649
7650 A
7651 \begin_inset Formula $\downarrow$
7652 \end_inset
7653
7654 C
7655 \begin_inset space \textvisiblespace{}
7656 \end_inset
7657
7658 )
7659 \series default
7660  creates
7661 \begin_inset Formula 
7662 \[
7663 \ln(\frac{A}{C})
7664 \]
7665
7666 \end_inset
7667
7668
7669 \end_layout
7670
7671 \begin_layout Standard
7672 \align center
7673 multiline bracket:
7674  The command 
7675 \series bold
7676
7677 \backslash
7678 ln
7679 \backslash
7680 left(
7681 \backslash
7682 frac
7683 \begin_inset space \textvisiblespace{}
7684 \end_inset
7685
7686 A
7687 \begin_inset Formula $\downarrow$
7688 \end_inset
7689
7690 C
7691 \begin_inset space \textvisiblespace{}
7692 \end_inset
7693
7694
7695 \backslash
7696 right)
7697 \series default
7698  creates
7699 \begin_inset Formula 
7700 \[
7701 \ln\left(\frac{A}{C}\right)
7702 \]
7703
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \begin_layout Standard
7710 Instead of 
7711 \series bold
7712
7713 \backslash
7714 left
7715 \series default
7716  and 
7717 \series bold
7718
7719 \backslash
7720 right
7721 \series default
7722  the shortcut 
7723 \family sans
7724 Alt+M
7725 \begin_inset space ~
7726 \end_inset
7727
7728 Bracket
7729 \family default
7730  can be used.
7731  This has the advantage that you can see in \SpecialChar LyX
7732  immediately the real bracket size and that the matching right bracket will be created too.
7733 \begin_inset Newline newline
7734 \end_inset
7735
7736 The command for the last example would then be:
7737  
7738 \series bold
7739
7740 \backslash
7741 ln Alt+M
7742 \series default
7743  
7744 \series bold
7745 (
7746 \backslash
7747 frac
7748 \begin_inset space \textvisiblespace{}
7749 \end_inset
7750
7751 A
7752 \begin_inset Formula $\downarrow$
7753 \end_inset
7754
7755 C
7756 \end_layout
7757
7758 \begin_layout Standard
7759 To omit a left or right bracket,
7760  a dot is inserted for the omitted bracket.
7761  For example the command 
7762 \series bold
7763
7764 \backslash
7765 left.
7766 \backslash
7767 frac
7768 \begin_inset space \textvisiblespace{}
7769 \end_inset
7770
7771 A
7772 \begin_inset Formula $\downarrow$
7773 \end_inset
7774
7775 B
7776 \begin_inset space \textvisiblespace{}
7777 \end_inset
7778
7779
7780 \backslash
7781 right}
7782 \series default
7783  creates:
7784 \series bold
7785
7786 \begin_inset Formula 
7787 \[
7788 \left.\frac{A}{B}\right\} 
7789 \]
7790
7791 \end_inset
7792
7793
7794 \series default
7795 The commands 
7796 \series bold
7797
7798 \backslash
7799 left
7800 \series default
7801  and 
7802 \series bold
7803
7804 \backslash
7805 right
7806 \series default
7807  will be converted by \SpecialChar LyX
7808  to brackets with the correct size when the document is reloaded and an omitted bracket will appear as dashed line.
7809 \end_layout
7810
7811 \begin_layout Standard
7812 \begin_inset VSpace bigskip
7813 \end_inset
7814
7815 Because all popular \SpecialChar LaTeX
7816  distributions use e\SpecialChar TeX
7817 ,
7818  an extension to \SpecialChar LaTeX
7819 ,
7820  the command 
7821 \series bold
7822
7823 \backslash
7824 middle
7825 \series default
7826
7827 \begin_inset Index idx
7828 range none
7829 pageformat default
7830 status collapsed
7831
7832 \begin_layout Plain Layout
7833 Commands
7834 \begin_inset IndexMacro subentry
7835 status open
7836
7837 \begin_layout Plain Layout
7838 M
7839 \end_layout
7840
7841 \end_inset
7842
7843
7844 \begin_inset IndexMacro subentry
7845 status open
7846
7847 \begin_layout Plain Layout
7848
7849 \backslash
7850 middle
7851 \end_layout
7852
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \end_inset
7859
7860  is available for all brackets and limits.
7861  With this command the height of the following character is adapted to the one of the surrounding brackets,
7862  for example in the case of physical vectors:
7863 \begin_inset Formula 
7864 \[
7865 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
7866 \]
7867
7868 \end_inset
7869
7870 For physical vectors there is a special \SpecialChar LaTeX
7871 -package,
7872  described in 
7873 \begin_inset CommandInset ref
7874 LatexCommand ref
7875 reference "subsec:Physical-Vectors"
7876 nolink "false"
7877
7878 \end_inset
7879
7880 .
7881 \end_layout
7882
7883 \begin_layout Subsection
7884 Horizontal Brackets
7885 \begin_inset Index idx
7886 range none
7887 pageformat default
7888 status collapsed
7889
7890 \begin_layout Plain Layout
7891 Brackets
7892 \begin_inset IndexMacro subentry
7893 status open
7894
7895 \begin_layout Plain Layout
7896 horizontal
7897 \end_layout
7898
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \end_inset
7905
7906
7907 \end_layout
7908
7909 \begin_layout Standard
7910 \align center
7911 \begin_inset Tabular
7912 <lyxtabular version="3" rows="4" columns="2">
7913 <features booktabs="true" tabularvalignment="middle">
7914 <column alignment="center" valignment="top" width="0pt">
7915 <column alignment="center" valignment="top" width="0pt">
7916 <row>
7917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 Command
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Result
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \backslash
7943 overbrace
7944 \begin_inset space \textvisiblespace{}
7945 \end_inset
7946
7947 A+B
7948 \begin_inset space \textvisiblespace{}
7949 \end_inset
7950
7951 ^3
7952 \begin_inset Index idx
7953 range none
7954 pageformat default
7955 status collapsed
7956
7957 \begin_layout Plain Layout
7958 Commands
7959 \begin_inset IndexMacro subentry
7960 status open
7961
7962 \begin_layout Plain Layout
7963 O
7964 \end_layout
7965
7966 \end_inset
7967
7968
7969 \begin_inset IndexMacro subentry
7970 status open
7971
7972 \begin_layout Plain Layout
7973
7974 \backslash
7975 overbrace
7976 \end_layout
7977
7978 \end_inset
7979
7980
7981 \end_layout
7982
7983 \end_inset
7984
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 \begin_inset Formula $\overbrace{A+B}^{3}$
7995 \end_inset
7996
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row topspace="2mm">
8004 <cell alignment="center" valignment="top" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \backslash
8010 underbrace
8011 \begin_inset space \textvisiblespace{}
8012 \end_inset
8013
8014 A+B
8015 \begin_inset space \textvisiblespace{}
8016 \end_inset
8017
8018 _5
8019 \begin_inset Index idx
8020 range none
8021 pageformat default
8022 status collapsed
8023
8024 \begin_layout Plain Layout
8025 Commands
8026 \begin_inset IndexMacro subentry
8027 status open
8028
8029 \begin_layout Plain Layout
8030 U
8031 \end_layout
8032
8033 \end_inset
8034
8035
8036 \begin_inset IndexMacro subentry
8037 status open
8038
8039 \begin_layout Plain Layout
8040
8041 \backslash
8042 underbrace
8043 \end_layout
8044
8045 \end_inset
8046
8047
8048 \end_layout
8049
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 \begin_inset Formula $\underbrace{A+B}_{5}$
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \backslash
8077 overbrace
8078 \begin_inset space \textvisiblespace{}
8079 \end_inset
8080
8081
8082 \backslash
8083 underbrace
8084 \begin_inset space \textvisiblespace{}
8085 \end_inset
8086
8087 A+B_w
8088 \begin_inset space \textvisiblespace{}
8089 \end_inset
8090
8091
8092 \begin_inset space \textvisiblespace{}
8093 \end_inset
8094
8095 _7
8096 \begin_inset space \textvisiblespace{}
8097 \end_inset
8098
8099
8100 \begin_inset space \textvisiblespace{}
8101 \end_inset
8102
8103 ^
8104 \begin_inset space \textvisiblespace{}
8105 \end_inset
8106
8107 C
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
8117 \end_inset
8118
8119
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 </lyxtabular>
8126
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \begin_layout Standard
8133 In the last example it doesn't matter if 
8134 \series bold
8135
8136 \backslash
8137 overbrace
8138 \series default
8139  or 
8140 \series bold
8141
8142 \backslash
8143 underbrace
8144 \series default
8145  is inserted first.
8146 \end_layout
8147
8148 \begin_layout Standard
8149 \begin_inset VSpace medskip
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \begin_layout Standard
8156 If in document settings under 
8157 \family sans
8158 Math
8159 \begin_inset space ~
8160 \end_inset
8161
8162 Options
8163 \family default
8164  the option for the package 
8165 \series bold
8166 mathtools
8167 \series default
8168
8169 \begin_inset Index idx
8170 range none
8171 pageformat default
8172 status collapsed
8173
8174 \begin_layout Plain Layout
8175 Packages
8176 \begin_inset IndexMacro subentry
8177 status open
8178
8179 \begin_layout Plain Layout
8180 mathtools
8181 \end_layout
8182
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \end_inset
8189
8190  is set to 
8191 \family sans
8192 Load
8193 \begin_inset space ~
8194 \end_inset
8195
8196 always
8197 \family default
8198 ,
8199  you will also have access to square brackets:
8200 \end_layout
8201
8202 \begin_layout Standard
8203 \align center
8204 \begin_inset Tabular
8205 <lyxtabular version="3" rows="4" columns="2">
8206 <features booktabs="true" tabularvalignment="middle">
8207 <column alignment="center" valignment="top" width="0pt">
8208 <column alignment="center" valignment="top" width="0pt">
8209 <row>
8210 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Command
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Result
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \backslash
8236
8237 \family roman
8238 \series medium
8239 \shape up
8240 \size normal
8241 \emph off
8242 \bar no
8243 \strikeout off
8244 \uuline off
8245 \uwave off
8246 \noun off
8247 \color none
8248 overbracket
8249 \family default
8250 \series default
8251 \shape default
8252 \size default
8253 \emph default
8254 \bar default
8255 \strikeout default
8256 \uuline default
8257 \uwave default
8258 \noun default
8259 \color inherit
8260 {A+B
8261 \begin_inset space \textvisiblespace{}
8262 \end_inset
8263
8264 ^3
8265 \begin_inset Index idx
8266 range none
8267 pageformat default
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271 Commands
8272 \begin_inset IndexMacro subentry
8273 status open
8274
8275 \begin_layout Plain Layout
8276 O
8277 \end_layout
8278
8279 \end_inset
8280
8281
8282 \begin_inset IndexMacro subentry
8283 status open
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 overbracket
8289 \end_layout
8290
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 \begin_inset Formula $\overbracket{A+B}^{3}$
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row topspace="2mm">
8317 <cell alignment="center" valignment="top" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \backslash
8323 under
8324 \family roman
8325 \series medium
8326 \shape up
8327 \size normal
8328 \emph off
8329 \bar no
8330 \strikeout off
8331 \uuline off
8332 \uwave off
8333 \noun off
8334 \color none
8335 bracket
8336 \family default
8337 \series default
8338 \shape default
8339 \size default
8340 \emph default
8341 \bar default
8342 \strikeout default
8343 \uuline default
8344 \uwave default
8345 \noun default
8346 \color inherit
8347 {A+B
8348 \begin_inset space \textvisiblespace{}
8349 \end_inset
8350
8351 _5
8352 \begin_inset Index idx
8353 range none
8354 pageformat default
8355 status collapsed
8356
8357 \begin_layout Plain Layout
8358 Commands
8359 \begin_inset IndexMacro subentry
8360 status open
8361
8362 \begin_layout Plain Layout
8363 U
8364 \end_layout
8365
8366 \end_inset
8367
8368
8369 \begin_inset IndexMacro subentry
8370 status open
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 under
8376 \family roman
8377 \series medium
8378 \shape up
8379 \size normal
8380 \emph off
8381 \bar no
8382 \strikeout off
8383 \uuline off
8384 \uwave off
8385 \noun off
8386 \color none
8387 bracket
8388 \end_layout
8389
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396
8397
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\underbracket{A+B}_{5}$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 overbracket{
8423 \backslash
8424 underbracket{A+B_w
8425 \begin_inset space \textvisiblespace{}
8426 \end_inset
8427
8428
8429 \begin_inset space \textvisiblespace{}
8430 \end_inset
8431
8432 _7
8433 \begin_inset space \textvisiblespace{}
8434 \end_inset
8435
8436
8437 \begin_inset space \textvisiblespace{}
8438 \end_inset
8439
8440 ^C
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 </lyxtabular>
8459
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \begin_layout Standard
8466 For 
8467 \series bold
8468
8469 \backslash
8470 overbracket
8471 \series default
8472  and 
8473 \series bold
8474
8475 \backslash
8476 underbracket
8477 \series default
8478  you can change the thickness of the bracket's stroke by specifying the desired thickness in square brackets behind the command:
8479 \end_layout
8480
8481 \begin_layout Standard
8482 \align center
8483 \begin_inset Tabular
8484 <lyxtabular version="3" rows="3" columns="2">
8485 <features booktabs="true" tabularvalignment="middle">
8486 <column alignment="center" valignment="top" width="0pt">
8487 <column alignment="center" valignment="top" width="0pt">
8488 <row>
8489 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Command
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Result
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515
8516 \family roman
8517 \series medium
8518 \shape up
8519 \size normal
8520 \emph off
8521 \bar no
8522 \strikeout off
8523 \uuline off
8524 \uwave off
8525 \noun off
8526 \color none
8527 overbracket
8528 \family default
8529 \series default
8530 \shape default
8531 \size default
8532 \emph default
8533 \bar default
8534 \strikeout default
8535 \uuline default
8536 \uwave default
8537 \noun default
8538 \color inherit
8539 [3pt]
8540 \backslash
8541 {A+B
8542 \begin_inset space \textvisiblespace{}
8543 \end_inset
8544
8545 ^3
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row topspace="2mm">
8564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \backslash
8570 under
8571 \family roman
8572 \series medium
8573 \shape up
8574 \size normal
8575 \emph off
8576 \bar no
8577 \strikeout off
8578 \uuline off
8579 \uwave off
8580 \noun off
8581 \color none
8582 bracket
8583 \family default
8584 \series default
8585 \shape default
8586 \size default
8587 \emph default
8588 \bar default
8589 \strikeout default
8590 \uuline default
8591 \uwave default
8592 \noun default
8593 \color inherit
8594 [1pt]
8595 \backslash
8596 {A+B
8597 \begin_inset space \textvisiblespace{}
8598 \end_inset
8599
8600 _5
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 </lyxtabular>
8619
8620 \end_inset
8621
8622
8623 \end_layout
8624
8625 \begin_layout Standard
8626 \begin_inset VSpace bigskip
8627 \end_inset
8628
8629 When brackets overlap each other,
8630  multiline formulas as described in 
8631 \begin_inset CommandInset ref
8632 LatexCommand ref
8633 reference "sec:Multiline-Formulas"
8634 nolink "false"
8635
8636 \end_inset
8637
8638  must be used:
8639 \begin_inset Formula 
8640 \begin{eqnarray*}
8641 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
8642  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
8643 \end{eqnarray*}
8644
8645 \end_inset
8646
8647 In the first row,
8648  the formula is inserted together with the first brace.
8649  It is important that the space command
8650 \begin_inset Foot
8651 status collapsed
8652
8653 \begin_layout Plain Layout
8654 Space commands are explained in 
8655 \begin_inset CommandInset ref
8656 LatexCommand ref
8657 reference "subsec:Predefined-Space"
8658 nolink "false"
8659
8660 \end_inset
8661
8662 .
8663 \end_layout
8664
8665 \end_inset
8666
8667  
8668 \series bold
8669
8670 \backslash
8671 :
8672
8673 \series default
8674  is inserted before the first 
8675 \begin_inset Formula $d$
8676 \end_inset
8677
8678  because the brace that ends behind the 
8679 \begin_inset Formula $q$
8680 \end_inset
8681
8682  prevents the following 
8683 \begin_inset Quotes eld
8684 \end_inset
8685
8686 +
8687 \begin_inset Quotes erd
8688 \end_inset
8689
8690  from being surrounded by spaces.
8691 \begin_inset Foot
8692 status collapsed
8693
8694 \begin_layout Plain Layout
8695 Because a bracket is not handled as a character,
8696  see 
8697 \begin_inset CommandInset ref
8698 LatexCommand ref
8699 reference "subsec:Binary-Operators"
8700 nolink "false"
8701
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708
8709  The second brace is inserted in the second row.
8710  As it should begin before the 
8711 \begin_inset Formula $b$
8712 \end_inset
8713
8714 ,
8715  first the command 
8716 \series bold
8717
8718 \backslash
8719 hphantom{gggg+
8720 \backslash
8721 :}
8722 \series default
8723  is inserted.
8724 \begin_inset Foot
8725 status collapsed
8726
8727 \begin_layout Plain Layout
8728 More about 
8729 \series bold
8730
8731 \backslash
8732 hphantom
8733 \series default
8734  see 
8735 \begin_inset CommandInset ref
8736 LatexCommand ref
8737 reference "subsec:Placeholders"
8738 nolink "false"
8739
8740 \end_inset
8741
8742
8743 \end_layout
8744
8745 \end_inset
8746
8747  This space is needed because the 
8748 \begin_inset Quotes eld
8749 \end_inset
8750
8751 +
8752 \begin_inset Quotes erd
8753 \end_inset
8754
8755  is surrounded by spaces in the formula.
8756  The brace is placed under the command 
8757 \series bold
8758
8759 \backslash
8760 hphantom{bbqq+dddd}
8761 \series default
8762 .
8763 \end_layout
8764
8765 \begin_layout Standard
8766 It gets more complicated when brackets overlap each other above and under the formula as in the following example:
8767 \begin_inset ERT
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771
8772
8773 \backslash
8774 setlength{
8775 \backslash
8776 jot}{-6pt}
8777 \end_layout
8778
8779 \end_inset
8780
8781
8782 \begin_inset Formula 
8783 \begin{eqnarray*}
8784  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8785 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
8786 \end{eqnarray*}
8787
8788 \end_inset
8789
8790
8791 \begin_inset ERT
8792 status collapsed
8793
8794 \begin_layout Plain Layout
8795
8796
8797 \backslash
8798 setlength{
8799 \backslash
8800 jot}{3pt}
8801 \end_layout
8802
8803 \end_inset
8804
8805 The first formula row is the same as the second row of the previous example,
8806  with the difference that the brace is above.
8807  The second row contains the formula together with the second brace.
8808  To avoid the space between the upper brace in the first row and the formula,
8809  the row spacing needs to be reduced.
8810  This is not easily done due to a bug in \SpecialChar LyX
8811 .
8812 \begin_inset Foot
8813 status collapsed
8814
8815 \begin_layout Plain Layout
8816 \begin_inset CommandInset href
8817 LatexCommand href
8818 name "LyX-bug #1505"
8819 target "https://www.lyx.org/trac/ticket/1505"
8820 literal "false"
8821
8822 \end_inset
8823
8824
8825 \end_layout
8826
8827 \end_inset
8828
8829  As a solution for the problem,
8830  the global formula row separation 
8831 \series bold
8832
8833 \backslash
8834 jot
8835 \series default
8836
8837 \begin_inset Index idx
8838 range none
8839 pageformat default
8840 status collapsed
8841
8842 \begin_layout Plain Layout
8843 Commands
8844 \begin_inset IndexMacro subentry
8845 status open
8846
8847 \begin_layout Plain Layout
8848 J
8849 \end_layout
8850
8851 \end_inset
8852
8853
8854 \begin_inset IndexMacro subentry
8855 status open
8856
8857 \begin_layout Plain Layout
8858
8859 \backslash
8860 jot
8861 \end_layout
8862
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \end_inset
8869
8870  must be changed to -6
8871 \begin_inset space \thinspace{}
8872 \end_inset
8873
8874 pt before the formula with the command 
8875 \series bold
8876
8877 \backslash
8878 setlength{
8879 \backslash
8880 jot}{-6pt}
8881 \series default
8882  in \SpecialChar TeX
8883  mode.
8884  
8885 \series bold
8886
8887 \backslash
8888 jot
8889 \series default
8890  is set back after the formula to the standard value of 3
8891 \begin_inset space \thinspace{}
8892 \end_inset
8893
8894 pt using the same command.
8895  More about the row separation in formulas is explained in 
8896 \begin_inset CommandInset ref
8897 LatexCommand ref
8898 reference "subsec:Line-Separation"
8899 nolink "false"
8900
8901 \end_inset
8902
8903 .
8904 \end_layout
8905
8906 \begin_layout Section
8907 Arrows
8908 \begin_inset Index idx
8909 range none
8910 pageformat default
8911 status collapsed
8912
8913 \begin_layout Plain Layout
8914 Arrows
8915 \end_layout
8916
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \begin_layout Standard
8923 Arrows can be inserted via the math toolbar button 
8924 \begin_inset Info
8925 type  "icon"
8926 arg   "math-insert \\leftarrow"
8927 \end_inset
8928
8929  or the commands listed in the following subsections.
8930 \end_layout
8931
8932 \begin_layout Subsection
8933 Horizontal Arrows
8934 \begin_inset Index idx
8935 range none
8936 pageformat default
8937 status collapsed
8938
8939 \begin_layout Plain Layout
8940 Arrows
8941 \begin_inset IndexMacro subentry
8942 status open
8943
8944 \begin_layout Plain Layout
8945 horizontal
8946 \end_layout
8947
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \end_inset
8954
8955
8956 \end_layout
8957
8958 \begin_layout Standard
8959 \begin_inset space \hfill{}
8960 \end_inset
8961
8962
8963 \begin_inset Tabular
8964 <lyxtabular version="3" rows="8" columns="2">
8965 <features booktabs="true" tabularvalignment="middle">
8966 <column alignment="center" valignment="top" width="0pt">
8967 <column alignment="center" valignment="top" width="0pt">
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Command
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Result
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="center" valignment="top" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \backslash
8995 gets
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 \begin_inset Formula $\gets$
9005 \end_inset
9006
9007
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \backslash
9020 Leftarrow
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 \begin_inset Formula $\Leftarrow$
9030 \end_inset
9031
9032
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell alignment="center" valignment="top" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043
9044 \backslash
9045 longleftarrow
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 \begin_inset Formula $\longleftarrow$
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \backslash
9070 Longleftarrow
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 \begin_inset Formula $\Longleftarrow$
9080 \end_inset
9081
9082
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="center" valignment="top" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \backslash
9095 leftharpoonup
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 \begin_inset Formula $\leftharpoonup$
9105 \end_inset
9106
9107
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="center" valignment="top" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \backslash
9120 leftharpoondown
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset Formula $\leftharpoondown$
9130 \end_inset
9131
9132
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \backslash
9145 hookleftarrow
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 \begin_inset Formula $\hookleftarrow$
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 </lyxtabular>
9164
9165 \end_inset
9166
9167
9168 \begin_inset space \hfill{}
9169 \end_inset
9170
9171
9172 \begin_inset Tabular
9173 <lyxtabular version="3" rows="8" columns="2">
9174 <features booktabs="true" tabularvalignment="middle">
9175 <column alignment="center" valignment="top" width="0pt">
9176 <column alignment="center" valignment="top" width="0pt">
9177 <row>
9178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Command
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Result
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="center" valignment="top" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 to
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 \begin_inset Formula $\to$
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="center" valignment="top" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \backslash
9229 Rightarrow
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 \begin_inset Formula $\Rightarrow$
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="center" valignment="top" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \backslash
9254 longrightarrow
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 \begin_inset Formula $\longrightarrow$
9264 \end_inset
9265
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="center" valignment="top" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \backslash
9279 Longrightarrow
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 \begin_inset Formula $\Longrightarrow$
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 rightharpoonup
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 \begin_inset Formula $\rightharpoonup$
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="center" valignment="top" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \backslash
9329 rightharpoondown
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 \begin_inset Formula $\rightharpoondown$
9339 \end_inset
9340
9341
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352
9353 \backslash
9354 hookrightarrow
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 \begin_inset Formula $\hookrightarrow$
9364 \end_inset
9365
9366
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 </lyxtabular>
9373
9374 \end_inset
9375
9376
9377 \begin_inset space \hfill{}
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \begin_layout Standard
9384 \begin_inset space \hfill{}
9385 \end_inset
9386
9387
9388 \begin_inset Tabular
9389 <lyxtabular version="3" rows="6" columns="2">
9390 <features booktabs="true" tabularvalignment="middle">
9391 <column alignment="center" valignment="top" width="0pt">
9392 <column alignment="center" valignment="top" width="0pt">
9393 <row>
9394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 Command
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 Result
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="center" valignment="top" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \backslash
9420 leftrightarrow
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 \begin_inset Formula $\leftrightarrow$
9430 \end_inset
9431
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="center" valignment="top" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \backslash
9445 Leftrightarrow
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 \begin_inset Formula $\Leftrightarrow$
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \backslash
9470 longleftrightarrow
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 \begin_inset Formula $\longleftrightarrow$
9480 \end_inset
9481
9482
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row>
9489 <cell alignment="center" valignment="top" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \backslash
9495 Longleftrightarrow
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 \begin_inset Formula $\Longleftrightarrow$
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \backslash
9520 rightleftharpoons
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 \begin_inset Formula $\rightleftharpoons$
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 </lyxtabular>
9539
9540 \end_inset
9541
9542
9543 \begin_inset space \hspace{}
9544 \length 25pt
9545 \end_inset
9546
9547
9548 \begin_inset space \hfill{}
9549 \end_inset
9550
9551
9552 \begin_inset Tabular
9553 <lyxtabular version="3" rows="5" columns="2">
9554 <features booktabs="true" tabularvalignment="middle">
9555 <column alignment="center" valignment="top" width="0pt">
9556 <column alignment="center" valignment="top" width="0pt">
9557 <row>
9558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562 Command
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 Result
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 mapsto
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 $\mapsto$
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 longmapsto
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 $\longmapsto$
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row>
9628 <cell alignment="center" valignment="top" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \backslash
9634 leadsto
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 \begin_inset Formula $\leadsto$
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row>
9653 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \backslash
9659 dasharrow
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 \begin_inset Formula $\dasharrow$
9669 \end_inset
9670
9671
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 </lyxtabular>
9678
9679 \end_inset
9680
9681
9682 \begin_inset space \hfill{}
9683 \end_inset
9684
9685
9686 \end_layout
9687
9688 \begin_layout Standard
9689 \begin_inset VSpace medskip
9690 \end_inset
9691
9692 Arrows used as accents such as vector arrows are listed in 
9693 \begin_inset CommandInset ref
9694 LatexCommand ref
9695 reference "sec:Accents"
9696 nolink "false"
9697
9698 \end_inset
9699
9700 .
9701 \end_layout
9702
9703 \begin_layout Standard
9704 \begin_inset VSpace bigskip
9705 \end_inset
9706
9707 Labeled arrows
9708 \begin_inset Index idx
9709 range none
9710 pageformat default
9711 status collapsed
9712
9713 \begin_layout Plain Layout
9714 Arrows
9715 \begin_inset IndexMacro subentry
9716 status open
9717
9718 \begin_layout Plain Layout
9719 labeled
9720 \end_layout
9721
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \end_inset
9728
9729  are also available using the commands 
9730 \series bold
9731
9732 \backslash
9733 xleftarrow
9734 \series default
9735
9736 \begin_inset Index idx
9737 range none
9738 pageformat default
9739 status collapsed
9740
9741 \begin_layout Plain Layout
9742 Commands
9743 \begin_inset IndexMacro subentry
9744 status open
9745
9746 \begin_layout Plain Layout
9747 X
9748 \end_layout
9749
9750 \end_inset
9751
9752
9753 \begin_inset IndexMacro subentry
9754 status open
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 xleftarrow
9760 \end_layout
9761
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768
9769  and 
9770 \series bold
9771
9772 \backslash
9773 xrightarrow
9774 \series default
9775
9776 \begin_inset Index idx
9777 range none
9778 pageformat default
9779 status collapsed
9780
9781 \begin_layout Plain Layout
9782 Commands
9783 \begin_inset IndexMacro subentry
9784 status open
9785
9786 \begin_layout Plain Layout
9787 X
9788 \end_layout
9789
9790 \end_inset
9791
9792
9793 \begin_inset IndexMacro subentry
9794 status open
9795
9796 \begin_layout Plain Layout
9797
9798 \backslash
9799 xrightarrow
9800 \end_layout
9801
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \end_inset
9808
9809 .
9810  When inserting one of these commands in a formula,
9811  an arrow with two blue boxes appears indicating where the labels can be inserted.
9812  The length of the arrow adapts to the label width.
9813 \end_layout
9814
9815 \begin_layout Standard
9816 \align center
9817 \begin_inset Tabular
9818 <lyxtabular version="3" rows="3" columns="2">
9819 <features booktabs="true" tabularvalignment="middle">
9820 <column alignment="center" valignment="top" width="0pt">
9821 <column alignment="center" valignment="top" width="0pt">
9822 <row>
9823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 Command
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 Result
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row>
9843 <cell alignment="center" valignment="top" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 F(a)
9848 \backslash
9849 xleftarrow
9850 \begin_inset space \textvisiblespace{}
9851 \end_inset
9852
9853 x=a
9854 \begin_inset Formula $\downarrow$
9855 \end_inset
9856
9857 x>0
9858 \begin_inset Formula $\to$
9859 \end_inset
9860
9861 F(x)
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row topspace="2mm">
9880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 F(x)
9885 \backslash
9886 xrightarrow
9887 \begin_inset space \textvisiblespace{}
9888 \end_inset
9889
9890 x=a
9891 \begin_inset Formula $\downarrow$
9892 \end_inset
9893
9894 x>0
9895 \begin_inset Formula $\to$
9896 \end_inset
9897
9898 F(a)
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 </lyxtabular>
9917
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \begin_layout Standard
9924 \begin_inset VSpace medskip
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \begin_layout Standard
9931 If in the document settings under 
9932 \family sans
9933 Math
9934 \begin_inset space ~
9935 \end_inset
9936
9937 Options
9938 \family default
9939  for the package 
9940 \series bold
9941 mathtools
9942 \series default
9943
9944 \begin_inset Index idx
9945 range none
9946 pageformat default
9947 status collapsed
9948
9949 \begin_layout Plain Layout
9950 Packages
9951 \begin_inset IndexMacro subentry
9952 status open
9953
9954 \begin_layout Plain Layout
9955 mathtools
9956 \end_layout
9957
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \end_inset
9964
9965  the option 
9966 \family sans
9967 Load
9968 \begin_inset space ~
9969 \end_inset
9970
9971 always
9972 \family default
9973  is set,
9974  you will have access to the following labeled arrows:
9975 \end_layout
9976
9977 \begin_layout Standard
9978 \begin_inset Newpage newpage
9979 \end_inset
9980
9981
9982 \end_layout
9983
9984 \begin_layout Standard
9985 \align center
9986 \begin_inset space \hspace*{\fill}
9987 \end_inset
9988
9989
9990 \begin_inset Tabular
9991 <lyxtabular version="3" rows="7" columns="2">
9992 <features booktabs="true" tabularvalignment="middle">
9993 <column alignment="center" valignment="top" width="0pt">
9994 <column alignment="center" valignment="top" width="0pt">
9995 <row>
9996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Command
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Example
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \family roman
10022 \series medium
10023 \shape up
10024 \size normal
10025 \emph off
10026 \bar no
10027 \strikeout off
10028 \uuline off
10029 \uwave off
10030 \noun off
10031 \color none
10032
10033 \backslash
10034 xleftrightarrow
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row topspace="2mm">
10053 <cell alignment="center" valignment="top" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \family roman
10059 \series medium
10060 \shape up
10061 \size normal
10062 \emph off
10063 \bar no
10064 \strikeout off
10065 \uuline off
10066 \uwave off
10067 \noun off
10068 \color none
10069
10070 \backslash
10071 xLeftarrow
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
10081 \end_inset
10082
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 </row>
10089 <row topspace="2mm">
10090 <cell alignment="center" valignment="top" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \backslash
10096
10097 \family roman
10098 \series medium
10099 \shape up
10100 \size normal
10101 \emph off
10102 \bar no
10103 \strikeout off
10104 \uuline off
10105 \uwave off
10106 \noun off
10107 \color none
10108 xRightarrow
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row topspace="2mm">
10127 <cell alignment="center" valignment="top" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \backslash
10133
10134 \family roman
10135 \series medium
10136 \shape up
10137 \size normal
10138 \emph off
10139 \bar no
10140 \strikeout off
10141 \uuline off
10142 \uwave off
10143 \noun off
10144 \color none
10145 xLeftrightarrow
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row topspace="2mm">
10164 <cell alignment="center" valignment="top" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \family roman
10170 \series medium
10171 \shape up
10172 \size normal
10173 \emph off
10174 \bar no
10175 \strikeout off
10176 \uuline off
10177 \uwave off
10178 \noun off
10179 \color none
10180
10181 \backslash
10182 xhookleftarrow
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
10192 \end_inset
10193
10194
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row topspace="2mm">
10201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \family roman
10207 \series medium
10208 \shape up
10209 \size normal
10210 \emph off
10211 \bar no
10212 \strikeout off
10213 \uuline off
10214 \uwave off
10215 \noun off
10216 \color none
10217
10218 \backslash
10219 xhookrightarrow
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
10229 \end_inset
10230
10231
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 </lyxtabular>
10238
10239 \end_inset
10240
10241
10242 \begin_inset space \hspace*{\fill}
10243 \end_inset
10244
10245
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="7" columns="2">
10248 <features booktabs="true" tabularvalignment="middle">
10249 <column alignment="center" valignment="top" width="0pt">
10250 <column alignment="center" valignment="top" width="0pt">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Command
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Example
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="center" valignment="top" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \backslash
10278
10279 \family roman
10280 \series medium
10281 \shape up
10282 \size normal
10283 \emph off
10284 \bar no
10285 \strikeout off
10286 \uuline off
10287 \uwave off
10288 \noun off
10289 \color none
10290 xleftharpoondown
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
10300 \end_inset
10301
10302
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row topspace="2mm">
10309 <cell alignment="center" valignment="top" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \backslash
10315
10316 \family roman
10317 \series medium
10318 \shape up
10319 \size normal
10320 \emph off
10321 \bar no
10322 \strikeout off
10323 \uuline off
10324 \uwave off
10325 \noun off
10326 \color none
10327 xleftharpoonup
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
10337 \end_inset
10338
10339
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row topspace="2mm">
10346 <cell alignment="center" valignment="top" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \backslash
10352
10353 \family roman
10354 \series medium
10355 \shape up
10356 \size normal
10357 \emph off
10358 \bar no
10359 \strikeout off
10360 \uuline off
10361 \uwave off
10362 \noun off
10363 \color none
10364 xrightharpoondown
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row topspace="2mm">
10383 <cell alignment="center" valignment="top" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \backslash
10389
10390 \family roman
10391 \series medium
10392 \shape up
10393 \size normal
10394 \emph off
10395 \bar no
10396 \strikeout off
10397 \uuline off
10398 \uwave off
10399 \noun off
10400 \color none
10401 xrightharpoonup
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row topspace="2mm">
10420 <cell alignment="center" valignment="top" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \backslash
10426
10427 \family roman
10428 \series medium
10429 \shape up
10430 \size normal
10431 \emph off
10432 \bar no
10433 \strikeout off
10434 \uuline off
10435 \uwave off
10436 \noun off
10437 \color none
10438 xleftrightharpoons
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
10448 \end_inset
10449
10450
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row topspace="2mm">
10457 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \backslash
10463
10464 \family roman
10465 \series medium
10466 \shape up
10467 \size normal
10468 \emph off
10469 \bar no
10470 \strikeout off
10471 \uuline off
10472 \uwave off
10473 \noun off
10474 \color none
10475 xrightleftharpoons
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
10485 \end_inset
10486
10487
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 </lyxtabular>
10494
10495 \end_inset
10496
10497
10498 \begin_inset space \hspace*{\fill}
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \begin_layout Standard
10505 The command scheme for all of these arrows is:
10506 \end_layout
10507
10508 \begin_layout Standard
10509 \align center
10510 \begin_inset Tabular
10511 <lyxtabular version="3" rows="2" columns="2">
10512 <features booktabs="true" tabularvalignment="middle">
10513 <column alignment="center" valignment="top" width="0pt">
10514 <column alignment="center" valignment="top" width="0pt">
10515 <row>
10516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Command
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Result
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row bottomspace="0.5mm">
10536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 F(a)
10541 \backslash
10542 xleftrightarrow[x=a]
10543 \backslash
10544 {x>0
10545 \begin_inset Formula $\to$
10546 \end_inset
10547
10548 F(x)
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 </lyxtabular>
10567
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \begin_layout Subsection
10574 Vertical and Diagonal Arrows
10575 \begin_inset Index idx
10576 range none
10577 pageformat default
10578 status collapsed
10579
10580 \begin_layout Plain Layout
10581 Arrows
10582 \begin_inset IndexMacro subentry
10583 status open
10584
10585 \begin_layout Plain Layout
10586 diagonal
10587 \end_layout
10588
10589 \end_inset
10590
10591
10592 \end_layout
10593
10594 \end_inset
10595
10596
10597 \begin_inset Index idx
10598 range none
10599 pageformat default
10600 status collapsed
10601
10602 \begin_layout Plain Layout
10603 Arrows
10604 \begin_inset IndexMacro subentry
10605 status open
10606
10607 \begin_layout Plain Layout
10608 vertical
10609 \end_layout
10610
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \begin_layout Standard
10622 \begin_inset space \hfill{}
10623 \end_inset
10624
10625
10626 \begin_inset Tabular
10627 <lyxtabular version="3" rows="7" columns="2">
10628 <features booktabs="true" tabularvalignment="middle">
10629 <column alignment="center" valignment="top" width="0pt">
10630 <column alignment="center" valignment="top" width="0pt">
10631 <row>
10632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Command
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Result
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \backslash
10658 uparrow
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 \begin_inset Formula $\uparrow$
10668 \end_inset
10669
10670
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \backslash
10683 Uparrow
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 \begin_inset Formula $\Uparrow$
10693 \end_inset
10694
10695
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 </row>
10701 <row>
10702 <cell alignment="center" valignment="top" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706
10707 \backslash
10708 updownarrow
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 \begin_inset Formula $\updownarrow$
10718 \end_inset
10719
10720
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="center" valignment="top" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \backslash
10733 Updownarrow
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 \begin_inset Formula $\Updownarrow$
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \backslash
10758 Downarrow
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 \begin_inset Formula $\Downarrow$
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \backslash
10783 downarrow
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 \begin_inset Formula $\downarrow$
10793 \end_inset
10794
10795
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 </lyxtabular>
10802
10803 \end_inset
10804
10805
10806 \begin_inset space \hfill{}
10807 \end_inset
10808
10809
10810 \begin_inset Tabular
10811 <lyxtabular version="3" rows="5" columns="2">
10812 <features booktabs="true" tabularvalignment="middle">
10813 <column alignment="center" valignment="top" width="0pt">
10814 <column alignment="center" valignment="top" width="0pt">
10815 <row>
10816 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 Command
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 Result
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 </row>
10835 <row>
10836 <cell alignment="center" valignment="top" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \backslash
10842 nearrow
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 \begin_inset Formula $\nearrow$
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 </row>
10860 <row>
10861 <cell alignment="center" valignment="top" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \backslash
10867 searrow
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 \begin_inset Formula $\searrow$
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \backslash
10892 swarrow
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 \begin_inset Formula $\swarrow$
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \backslash
10917 nwarrow
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 \begin_inset Formula $\nwarrow$
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 </lyxtabular>
10936
10937 \end_inset
10938
10939
10940 \begin_inset space \hfill{}
10941 \end_inset
10942
10943
10944 \end_layout
10945
10946 \begin_layout Standard
10947 \begin_inset VSpace medskip
10948 \end_inset
10949
10950 Vertical arrows can also be used as delimiters together with the commands described in 
10951 \begin_inset CommandInset ref
10952 LatexCommand ref
10953 reference "subsec:Manual-Bracket-Size"
10954 nolink "false"
10955
10956 \end_inset
10957
10958  and 
10959 \begin_inset CommandInset ref
10960 LatexCommand ref
10961 reference "subsec:Automatic-Bracket-Size"
10962 nolink "false"
10963
10964 \end_inset
10965
10966 .
10967 \end_layout
10968
10969 \begin_layout Section
10970 Accents
10971 \begin_inset CommandInset label
10972 LatexCommand label
10973 name "sec:Accents"
10974
10975 \end_inset
10976
10977
10978 \begin_inset Index idx
10979 range none
10980 pageformat default
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984 Accents
10985 \end_layout
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 Accents can be inserted via the math toolbar button 
10994 \begin_inset Info
10995 type  "icon"
10996 arg   "math-insert \\hat"
10997 \end_inset
10998
10999  or the commands listed in the following subsections.
11000 \end_layout
11001
11002 \begin_layout Subsection
11003 Accents for One Character
11004 \begin_inset ERT
11005 status collapsed
11006
11007 \begin_layout Plain Layout
11008
11009
11010 \backslash
11011 texorpdfstring{
11012 \end_layout
11013
11014 \end_inset
11015
11016
11017 \begin_inset Foot
11018 status collapsed
11019
11020 \begin_layout Plain Layout
11021 For accents in text see 
11022 \begin_inset CommandInset ref
11023 LatexCommand ref
11024 reference "subsec:Accents-in-Text"
11025 nolink "false"
11026
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033
11034
11035 \begin_inset ERT
11036 status collapsed
11037
11038 \begin_layout Plain Layout
11039
11040 }{}
11041 \end_layout
11042
11043 \end_inset
11044
11045
11046 \begin_inset Note Note
11047 status collapsed
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052
11053 \backslash
11054 texorpdfstring
11055 \series default
11056  is used to avoid that the footnote appears in the PDF-bookmark.
11057 \end_layout
11058
11059 \begin_layout Plain Layout
11060 More about 
11061 \series bold
11062
11063 \backslash
11064 texorpdfstring
11065 \series default
11066  is in section 
11067 \begin_inset CommandInset ref
11068 LatexCommand ref
11069 reference "subsec:Formulas-in-Section"
11070 nolink "false"
11071
11072 \end_inset
11073
11074 .
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \begin_inset CommandInset label
11081 LatexCommand label
11082 name "subsec:Accents-for-one"
11083
11084 \end_inset
11085
11086
11087 \begin_inset Index idx
11088 range none
11089 pageformat default
11090 status collapsed
11091
11092 \begin_layout Plain Layout
11093 Accents
11094 \begin_inset IndexMacro subentry
11095 status open
11096
11097 \begin_layout Plain Layout
11098 for one character
11099 \end_layout
11100
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \begin_layout Standard
11112 \begin_inset space \hfill{}
11113 \end_inset
11114
11115
11116 \begin_inset Tabular
11117 <lyxtabular version="3" rows="8" columns="2">
11118 <features booktabs="true" tabularvalignment="middle">
11119 <column alignment="center" valignment="top" width="0pt">
11120 <column alignment="center" valignment="top" width="0pt">
11121 <row>
11122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 Command
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Result
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 <row topspace="1.5mm">
11142 <cell alignment="center" valignment="top" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146
11147 \backslash
11148 dot
11149 \begin_inset space \textvisiblespace{}
11150 \end_inset
11151
11152 A
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $\dot{A}$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 </row>
11170 <row topspace="1.5mm">
11171 <cell alignment="center" valignment="top" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175
11176 \backslash
11177 ddot
11178 \begin_inset space \textvisiblespace{}
11179 \end_inset
11180
11181 A
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 \begin_inset Formula $\ddot{A}$
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row topspace="1.5mm">
11200 <cell alignment="center" valignment="top" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204
11205 \backslash
11206 dddot
11207 \begin_inset space \textvisiblespace{}
11208 \end_inset
11209
11210 A
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 \begin_inset Formula $\dddot{A}$
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row topspace="1.5mm">
11229 <cell alignment="center" valignment="top" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \backslash
11235 ddddot
11236 \begin_inset space \textvisiblespace{}
11237 \end_inset
11238
11239 A
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 \begin_inset Formula $\ddddot{A}$
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row topspace="1.5mm">
11258 <cell alignment="center" valignment="top" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \backslash
11264 vec
11265 \begin_inset space \textvisiblespace{}
11266 \end_inset
11267
11268 A
11269 \begin_inset Index idx
11270 range none
11271 pageformat default
11272 status collapsed
11273
11274 \begin_layout Plain Layout
11275 Vectors
11276 \end_layout
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 \begin_inset Formula $\vec{A}$
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row topspace="1.5mm">
11299 <cell alignment="center" valignment="top" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303
11304 \backslash
11305 bar
11306 \begin_inset space \textvisiblespace{}
11307 \end_inset
11308
11309 A
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Formula $\bar{A}$
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 </row>
11327 <row topspace="1.5mm">
11328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332
11333 \backslash
11334 mathring
11335 \begin_inset space \textvisiblespace{}
11336 \end_inset
11337
11338 A
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Formula $\mathring{A}$
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 </row>
11356 </lyxtabular>
11357
11358 \end_inset
11359
11360
11361 \begin_inset space \hfill{}
11362 \end_inset
11363
11364
11365 \begin_inset Tabular
11366 <lyxtabular version="3" rows="7" columns="2">
11367 <features booktabs="true" tabularvalignment="middle">
11368 <column alignment="center" valignment="top" width="0pt">
11369 <column alignment="center" valignment="top" width="0pt">
11370 <row>
11371 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 Command
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 Result
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 <row topspace="1.5mm">
11391 <cell alignment="center" valignment="top" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395
11396 \backslash
11397 tilde
11398 \begin_inset space \textvisiblespace{}
11399 \end_inset
11400
11401 A
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Formula $\tilde{A}$
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row topspace="1.5mm">
11420 <cell alignment="center" valignment="top" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \backslash
11426 hat
11427 \begin_inset space \textvisiblespace{}
11428 \end_inset
11429
11430 A
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 \begin_inset Formula $\hat{A}$
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row topspace="1.5mm">
11449 <cell alignment="center" valignment="top" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \backslash
11455 check
11456 \begin_inset space \textvisiblespace{}
11457 \end_inset
11458
11459 A
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 \begin_inset Formula $\check{A}$
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 <row topspace="1.5mm">
11478 <cell alignment="center" valignment="top" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482
11483 \backslash
11484 acute
11485 \begin_inset space \textvisiblespace{}
11486 \end_inset
11487
11488 A
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset Formula $\acute{A}$
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row topspace="1.5mm">
11507 <cell alignment="center" valignment="top" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511
11512 \backslash
11513 grave
11514 \begin_inset space \textvisiblespace{}
11515 \end_inset
11516
11517 A
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 \begin_inset Formula $\grave{A}$
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 <row topspace="1.5mm">
11536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540
11541 \backslash
11542 breve
11543 \begin_inset space \textvisiblespace{}
11544 \end_inset
11545
11546 A
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 \begin_inset Formula $\breve{A}$
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 </lyxtabular>
11565
11566 \end_inset
11567
11568
11569 \begin_inset space \hfill{}
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \begin_layout Standard
11576 \begin_inset VSpace bigskip
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \begin_layout Standard
11583 You can directly insert accents such as é in formulas.
11584  \SpecialChar LyX
11585  will transform them to the corresponding accent command.
11586  For umlauts
11587 \begin_inset Index idx
11588 range none
11589 pageformat default
11590 status collapsed
11591
11592 \begin_layout Plain Layout
11593 Umlauts
11594 \end_layout
11595
11596 \end_inset
11597
11598  however it is better to insert a quotation mark before the vowel.
11599  These two characters are then treated by \SpecialChar LaTeX
11600  as 
11601 \emph on
11602 one
11603 \emph default
11604  character when the formula part with the umlaut is marked as German.
11605  In contrast to 
11606 \series bold
11607
11608 \backslash
11609 ddot
11610 \series default
11611 ,
11612  with this method 
11613 \begin_inset Quotes eld
11614 \end_inset
11615
11616 real
11617 \begin_inset Quotes erd
11618 \end_inset
11619
11620  umlauts are created as demonstrated in the following example:
11621 \end_layout
11622
11623 \begin_layout Standard
11624 \begin_inset VSpace -2mm
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \begin_layout Standard
11631 \align center
11632 \begin_inset Tabular
11633 <lyxtabular version="3" rows="3" columns="2">
11634 <features booktabs="true" tabularvalignment="middle">
11635 <column alignment="center" valignment="top" width="0pt">
11636 <column alignment="center" valignment="top">
11637 <row>
11638 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 Command
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 Result
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 <row>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 \begin_inset Quotes grd
11663 \end_inset
11664
11665 i
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 \begin_inset space \hspace{}
11675 \length 0pt
11676 \end_inset
11677
11678
11679 \lang ngerman
11680
11681 \begin_inset Formula $"i$
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row topspace="1.5mm">
11691 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695
11696 \backslash
11697 ddot
11698 \begin_inset space \textvisiblespace{}
11699 \end_inset
11700
11701 i
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 \begin_inset Formula $\ddot{i}$
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 </lyxtabular>
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \begin_layout Standard
11727 One advantage with 
11728 \series bold
11729
11730 \backslash
11731 ddot
11732 \series default
11733  is that umlauts can be directly converted to mathematical text because the accent commands above are 
11734 \emph on
11735 not allowed
11736 \emph default
11737  
11738 \emph on
11739 in mathematical text
11740 \emph default
11741 .
11742  To convert an accented character to mathematical text,
11743  only the character under the accent may be converted.
11744  This applies for all conversions,
11745  e.
11746 \begin_inset space \thinspace{}
11747 \end_inset
11748
11749 g.
11750 \begin_inset space \space{}
11751 \end_inset
11752
11753 to italic or bold.
11754 \end_layout
11755
11756 \begin_layout Standard
11757 \begin_inset VSpace bigskip
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Standard
11764 \SpecialChar LyX
11765  also supports a tilde under the character if the \SpecialChar LaTeX
11766 -package 
11767 \series bold
11768 undertilde
11769 \series default
11770
11771 \begin_inset Index idx
11772 range none
11773 pageformat default
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777 Packages
11778 \begin_inset IndexMacro subentry
11779 status open
11780
11781 \begin_layout Plain Layout
11782 undertilde
11783 \end_layout
11784
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791
11792  is installed on your system:
11793 \end_layout
11794
11795 \begin_layout Standard
11796 \begin_inset ERT
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800
11801
11802 \backslash
11803 ifundertilde 
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \begin_inset Note Note
11810 status open
11811
11812 \begin_layout Plain Layout
11813 The following table will only be displayed when the \SpecialChar LaTeX
11814 -package 
11815 \series bold
11816 undertilde
11817 \series default
11818  is installed.
11819 \end_layout
11820
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \begin_layout Standard
11827 \noindent
11828 \align center
11829 \begin_inset Tabular
11830 <lyxtabular version="3" rows="2" columns="2">
11831 <features booktabs="true" tabularvalignment="middle">
11832 <column alignment="center" valignment="top" width="0pt">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 Command
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 Result
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 <row>
11855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859
11860 \backslash
11861 utilde
11862 \begin_inset space \textvisiblespace{}
11863 \end_inset
11864
11865 A
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 \begin_inset Formula $\utilde{A}$
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 </lyxtabular>
11884
11885 \end_inset
11886
11887
11888 \end_layout
11889
11890 \begin_layout Standard
11891 \begin_inset ERT
11892 status collapsed
11893
11894 \begin_layout Plain Layout
11895
11896
11897 \backslash
11898 else 
11899 \end_layout
11900
11901 \end_inset
11902
11903
11904 \begin_inset Note Note
11905 status open
11906
11907 \begin_layout Plain Layout
11908 The following will be displayed when the \SpecialChar LaTeX
11909 -package 
11910 \series bold
11911 undertilde
11912 \series default
11913  is not installed:
11914 \end_layout
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Standard
11922 You need to install the \SpecialChar LaTeX
11923 -package 
11924 \series bold
11925 undertilde
11926 \series default
11927  to see the rest of this subsection in the output.
11928 \end_layout
11929
11930 \begin_layout Standard
11931 \begin_inset ERT
11932 status collapsed
11933
11934 \begin_layout Plain Layout
11935
11936
11937 \backslash
11938 fi 
11939 \end_layout
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Subsection
11947 Accents for Several Characters
11948 \begin_inset Index idx
11949 range none
11950 pageformat default
11951 status collapsed
11952
11953 \begin_layout Plain Layout
11954 Accents
11955 \begin_inset IndexMacro subentry
11956 status open
11957
11958 \begin_layout Plain Layout
11959 for several characters
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Standard
11973 \begin_inset space \hfill{}
11974 \end_inset
11975
11976
11977 \begin_inset Tabular
11978 <lyxtabular version="3" rows="5" columns="2">
11979 <features booktabs="true" tabularvalignment="middle">
11980 <column alignment="center" valignment="top" width="0pt">
11981 <column alignment="center" valignment="top" width="0pt">
11982 <row>
11983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 Command
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 Result
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 </row>
12002 <row topspace="1.5mm">
12003 <cell alignment="center" valignment="top" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007
12008 \backslash
12009 overleftarrow
12010 \begin_inset space \textvisiblespace{}
12011 \end_inset
12012
12013 A=B
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 \begin_inset Formula $\overleftarrow{A=B}$
12023 \end_inset
12024
12025
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 </row>
12031 <row topspace="1.5mm">
12032 <cell alignment="center" valignment="top" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036
12037 \backslash
12038 underleftarrow
12039 \begin_inset space \textvisiblespace{}
12040 \end_inset
12041
12042 A=B
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 \begin_inset Formula $\underleftarrow{A=B}$
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 <row topspace="1.5mm">
12061 <cell alignment="center" valignment="top" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065
12066 \backslash
12067 overleftrightarrow
12068 \begin_inset space \textvisiblespace{}
12069 \end_inset
12070
12071 A=B
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 \begin_inset Formula $\overleftrightarrow{A=B}$
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 <row topspace="1.5mm" bottomspace="1mm">
12090 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094
12095 \backslash
12096 underleftrightarrow
12097 \begin_inset space \textvisiblespace{}
12098 \end_inset
12099
12100 A=B
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 \begin_inset Formula $\underleftrightarrow{A=B}$
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 </row>
12118 </lyxtabular>
12119
12120 \end_inset
12121
12122
12123 \begin_inset space \hfill{}
12124 \end_inset
12125
12126
12127 \begin_inset Tabular
12128 <lyxtabular version="3" rows="5" columns="2">
12129 <features booktabs="true" tabularvalignment="middle">
12130 <column alignment="center" valignment="top" width="0pt">
12131 <column alignment="center" valignment="top" width="0pt">
12132 <row>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 Command
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 Result
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 </row>
12152 <row topspace="1.5mm">
12153 <cell alignment="center" valignment="top" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157
12158 \backslash
12159 overrightarrow
12160 \begin_inset space \textvisiblespace{}
12161 \end_inset
12162
12163 A=B
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 \begin_inset Formula $\overrightarrow{A=B}$
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 <row topspace="1.5mm">
12182 <cell alignment="center" valignment="top" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186
12187 \backslash
12188 underrightarrow
12189 \begin_inset space \textvisiblespace{}
12190 \end_inset
12191
12192 A=B
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 \begin_inset Formula $\underrightarrow{A=B}$
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row topspace="1.5mm">
12211 <cell alignment="center" valignment="top" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215
12216 \backslash
12217 widetilde
12218 \begin_inset space \textvisiblespace{}
12219 \end_inset
12220
12221 A=B
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 \begin_inset Formula $\widetilde{A=B}$
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 </row>
12239 <row topspace="1.5mm" bottomspace="1mm">
12240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Plain Layout
12244
12245 \backslash
12246 widehat
12247 \begin_inset space \textvisiblespace{}
12248 \end_inset
12249
12250 A=B
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259 \begin_inset Formula $\widehat{A=B}$
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 </row>
12268 </lyxtabular>
12269
12270 \end_inset
12271
12272
12273 \begin_inset space \hfill{}
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 \begin_inset VSpace medskip
12281 \end_inset
12282
12283 Using these commands you can accent as many characters as you like.
12284  But the accents 
12285 \series bold
12286
12287 \backslash
12288 widetilde
12289 \series default
12290  and 
12291 \series bold
12292
12293 \backslash
12294 widehat
12295 \series default
12296  will only be set in the output with a length of three characters,
12297  as shown in the following example:
12298 \begin_inset Formula 
12299 \[
12300 \widetilde{A+B=C-D}
12301 \]
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \begin_layout Standard
12309 It is also possible to accent several characters using the commands 
12310 \series bold
12311
12312 \backslash
12313 overset
12314 \series default
12315
12316 \begin_inset Index idx
12317 range none
12318 pageformat default
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322 Commands
12323 \begin_inset IndexMacro subentry
12324 status open
12325
12326 \begin_layout Plain Layout
12327 O
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \begin_inset IndexMacro subentry
12334 status open
12335
12336 \begin_layout Plain Layout
12337
12338 \backslash
12339 overset
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \end_inset
12348
12349  and 
12350 \series bold
12351
12352 \backslash
12353 underset
12354 \series default
12355
12356 \begin_inset Index idx
12357 range none
12358 pageformat default
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 Commands
12363 \begin_inset IndexMacro subentry
12364 status open
12365
12366 \begin_layout Plain Layout
12367 U
12368 \end_layout
12369
12370 \end_inset
12371
12372
12373 \begin_inset IndexMacro subentry
12374 status open
12375
12376 \begin_layout Plain Layout
12377
12378 \backslash
12379 underset
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \end_inset
12388
12389  described in the previous subsection.
12390  The command 
12391 \series bold
12392
12393 \backslash
12394 underset
12395 \begin_inset space \textvisiblespace{}
12396 \end_inset
12397
12398 A=B
12399 \begin_inset Formula $\downarrow$
12400 \end_inset
12401
12402 ***
12403 \series default
12404  creates:
12405 \begin_inset Formula 
12406 \[
12407 \underset{***}{A=B}
12408 \]
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Section
12416 Space
12417 \begin_inset CommandInset label
12418 LatexCommand label
12419 name "subsec:Space"
12420
12421 \end_inset
12422
12423
12424 \begin_inset Index idx
12425 range none
12426 pageformat default
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 Space
12431 \begin_inset IndexMacro subentry
12432 status open
12433
12434 \begin_layout Plain Layout
12435 horizontal
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Subsection
12449 Predefined Space
12450 \begin_inset CommandInset label
12451 LatexCommand label
12452 name "subsec:Predefined-Space"
12453
12454 \end_inset
12455
12456
12457 \begin_inset Index idx
12458 range none
12459 pageformat default
12460 status collapsed
12461
12462 \begin_layout Plain Layout
12463 Space
12464 \begin_inset IndexMacro subentry
12465 status open
12466
12467 \begin_layout Plain Layout
12468 horizontal
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \begin_inset IndexMacro subentry
12475 status open
12476
12477 \begin_layout Plain Layout
12478 predefined
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Standard
12492 Sometimes it is necessary to insert horizontal space into a formula.
12493  This is done by inserting a non-breaking space (shortcut 
12494 \begin_inset Info
12495 type  "shortcut"
12496 arg   "command-alternatives math-space ; space-insert protected"
12497 \end_inset
12498
12499 ).
12500  A 
12501 \begin_inset Quotes eld
12502 \end_inset
12503
12504
12505 \color blue
12506
12507 \begin_inset space \textvisiblespace{}
12508 \end_inset
12509
12510
12511 \color inherit
12512
12513 \begin_inset Quotes erd
12514 \end_inset
12515
12516  appears and by pressing 
12517 \family sans
12518 Space
12519 \family default
12520  several times one can select one of eight different space sizes.
12521  The spaces can also be inserted using the math toolbar button 
12522 \begin_inset Info
12523 type  "icon"
12524 arg   "math-insert \\space"
12525 \end_inset
12526
12527  or special commands.
12528  The size can be adjusted at any time by positioning the cursor on the 
12529 \begin_inset Info
12530 type  "icon"
12531 arg   "math-insert \\space"
12532 \end_inset
12533
12534  and pressing 
12535 \family sans
12536 Space
12537 \family default
12538  until the desired size is achieved.
12539 \end_layout
12540
12541 \begin_layout Standard
12542 \noindent
12543 \align center
12544 \begin_inset Tabular
12545 <lyxtabular version="3" rows="6" columns="3">
12546 <features booktabs="true" tabularvalignment="middle">
12547 <column alignment="center" valignment="top">
12548 <column alignment="center" valignment="top" width="15col%">
12549 <column alignment="center" valignment="top">
12550 <row>
12551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 Command
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 Number of 
12565 \family sans
12566 Space
12567 \family default
12568  keystrokes
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 Result
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 </row>
12583 <row>
12584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588
12589 \backslash
12590 ,
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 0
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 \begin_inset Formula $A\,B$
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622
12623 \backslash
12624 :
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 1
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 \begin_inset Formula $A\:B$
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row>
12652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656
12657 \backslash
12658 ;
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 2
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 \begin_inset Formula $A\;B$
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 </row>
12685 <row>
12686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690
12691 \backslash
12692 quad
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 3
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 \begin_inset Formula $A\quad B$
12711 \end_inset
12712
12713
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 </row>
12719 <row>
12720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724
12725 \backslash
12726 qquad
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 4
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 \begin_inset Formula $A\qquad B$
12745 \end_inset
12746
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 </row>
12753 </lyxtabular>
12754
12755 \end_inset
12756
12757
12758 \begin_inset space \hfill{}
12759 \end_inset
12760
12761
12762 \begin_inset Tabular
12763 <lyxtabular version="3" rows="6" columns="3">
12764 <features booktabs="true" tabularvalignment="middle">
12765 <column alignment="center" valignment="top">
12766 <column alignment="center" valignment="top" width="15col%">
12767 <column alignment="center" valignment="top">
12768 <row>
12769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 Command
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 Number of 
12783 \family sans
12784 Space
12785 \family default
12786  keystrokes
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 Result
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \backslash
12808 hfill
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 5
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 \begin_inset Formula $A\hfill B$
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 </row>
12835 <row>
12836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840
12841 \backslash
12842 hspace*{1em}
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 6
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 \begin_inset Formula $A\hspace*{1em}B$
12861 \end_inset
12862
12863
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 </row>
12869 <row>
12870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874
12875 \backslash
12876 hspace{1em}
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 7
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 \begin_inset Formula $A\hspace{1em}B$
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 <row>
12904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908
12909 \backslash
12910
12911 \begin_inset space \textvisiblespace{}
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 8
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 \begin_inset Formula $A\ B$
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 <row>
12942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946
12947 \backslash
12948 !
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 9
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966 \begin_inset Formula $A\!B$
12967 \end_inset
12968
12969
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 </row>
12975 </lyxtabular>
12976
12977 \end_inset
12978
12979
12980 \end_layout
12981
12982 \begin_layout Standard
12983 Space's
12984 \begin_inset space ~
12985 \end_inset
12986
12987 5
12988 \begin_inset space \thinspace{}
12989 \end_inset
12990
12991
12992 \begin_inset space \thinspace{}
12993 \end_inset
12994
12995 7 are variable spaces which are explained in 
12996 \begin_inset CommandInset ref
12997 LatexCommand ref
12998 reference "subsec:Variable-Space"
12999 nolink "false"
13000
13001 \end_inset
13002
13003 .
13004  Space
13005 \begin_inset space ~
13006 \end_inset
13007
13008 9 appears to produce no space.
13009  It is displayed red in \SpecialChar LyX
13010  contrary to the other sizes,
13011  because it is a negative space.
13012  There are two more negative spaces:
13013 \end_layout
13014
13015 \begin_layout Standard
13016 \align center
13017 \begin_inset Tabular
13018 <lyxtabular version="3" rows="3" columns="3">
13019 <features booktabs="true" tabularvalignment="middle">
13020 <column alignment="center" valignment="middle" width="6.8cm">
13021 <column alignment="center" valignment="top" width="0pt">
13022 <column alignment="center" valignment="top" width="0pt">
13023 <row>
13024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028 Command
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037
13038 \backslash
13039 negmedspace
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048
13049 \backslash
13050 negthickspace
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 </row>
13056 <row>
13057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 Number of 
13062 \family sans
13063 Space
13064 \family default
13065  keystrokes after inserting the non-breaking space
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 10
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 11
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 </row>
13089 <row>
13090 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 Result
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 \begin_inset Formula $A\negmedspace B$
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 \begin_inset Formula $A\negthickspace B$
13116 \end_inset
13117
13118
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 </lyxtabular>
13125
13126 \end_inset
13127
13128
13129 \end_layout
13130
13131 \begin_layout Standard
13132 Negative spaces can lead to characters overlapping each other.
13133  Thus they can be used to enforce ligatures,
13134  which are useful for things such as summation operators:
13135 \end_layout
13136
13137 \begin_layout Standard
13138 \align center
13139 \begin_inset Tabular
13140 <lyxtabular version="3" rows="3" columns="2">
13141 <features booktabs="true" tabularvalignment="middle">
13142 <column alignment="center" valignment="top" width="0pt">
13143 <column alignment="center" valignment="top">
13144 <row>
13145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 Command
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Result
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169
13170 \backslash
13171 sum
13172 \backslash
13173 sum
13174 \begin_inset space \textvisiblespace{}
13175 \end_inset
13176
13177 f_kl
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 \begin_inset Formula $\sum\sum f_{kl}$
13187 \end_inset
13188
13189
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 </row>
13195 <row>
13196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200
13201 \backslash
13202 sum
13203 \backslash
13204 negmedspace
13205 \backslash
13206 sum
13207 \begin_inset space \textvisiblespace{}
13208 \end_inset
13209
13210 f_kl
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
13220 \end_inset
13221
13222
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 </lyxtabular>
13229
13230 \end_inset
13231
13232
13233 \end_layout
13234
13235 \begin_layout Standard
13236 \noindent
13237 \begin_inset VSpace medskip
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \begin_layout Standard
13244 \noindent
13245 Relational operators,
13246  for example equal or less than signs,
13247  are always surrounded by space.
13248  To suppress this,
13249  the operator is placed into a \SpecialChar TeX
13250  brace.
13251  The following example demonstrates this:
13252 \end_layout
13253
13254 \begin_layout Standard
13255 \align center
13256 \begin_inset Tabular
13257 <lyxtabular version="3" rows="2" columns="2">
13258 <features tabularvalignment="middle">
13259 <column alignment="center" valignment="top" width="0pt">
13260 <column alignment="center" valignment="top" width="0pt">
13261 <row>
13262 <cell alignment="center" valignment="top" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 Normal equation
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 <cell alignment="center" valignment="top" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 \begin_inset Formula $A=B$
13276 \end_inset
13277
13278
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Equation without space
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 \begin_inset Formula $A{=}B$
13299 \end_inset
13300
13301
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 </row>
13307 </lyxtabular>
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \begin_layout Standard
13315 \noindent
13316 The command for the last formula is:
13317  
13318 \series bold
13319 A
13320 \backslash
13321 {=
13322 \begin_inset Formula $\to$
13323 \end_inset
13324
13325 B
13326 \end_layout
13327
13328 \begin_layout Standard
13329 \begin_inset VSpace bigskip
13330 \end_inset
13331
13332
13333 \end_layout
13334
13335 \begin_layout Standard
13336 Another example of controlled spaces is physical units.
13337  The space between a value and its unit is smaller than a normal space,
13338  typically a thin space is used.
13339  For units in text,
13340  the smaller space is inserted via the menu 
13341 \family sans
13342 Insert\SpecialChar menuseparator
13343 Formatting\SpecialChar menuseparator
13344 Thin
13345 \begin_inset space ~
13346 \end_inset
13347
13348 Space
13349 \family default
13350  (shortcut 
13351 \begin_inset Info
13352 type  "shortcut"
13353 arg   "space-insert thin"
13354 \end_inset
13355
13356 ).
13357 \end_layout
13358
13359 \begin_layout Standard
13360 An example to visualize the difference:
13361 \end_layout
13362
13363 \begin_layout Standard
13364 \begin_inset Tabular
13365 <lyxtabular version="3" rows="2" columns="2">
13366 <features tabularvalignment="middle">
13367 <column alignment="left" valignment="top">
13368 <column alignment="left" valignment="top">
13369 <row>
13370 <cell alignment="center" valignment="top" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 24 kW
13375 \begin_inset Formula $\cdot$
13376 \end_inset
13377
13378 h
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 Space between value and unit
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 </row>
13393 <row>
13394 <cell alignment="center" valignment="top" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 24
13399 \begin_inset space \thinspace{}
13400 \end_inset
13401
13402 kW
13403 \begin_inset Formula $\cdot$
13404 \end_inset
13405
13406 h
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 Thin space between value and unit
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 </row>
13421 </lyxtabular>
13422
13423 \end_inset
13424
13425
13426 \end_layout
13427
13428 \begin_layout Subsection
13429 Variable Space
13430 \begin_inset ERT
13431 status collapsed
13432
13433 \begin_layout Plain Layout
13434
13435
13436 \backslash
13437 texorpdfstring{
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \begin_inset Foot
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447 For vertical space in formulas see 
13448 \begin_inset CommandInset ref
13449 LatexCommand ref
13450 reference "subsec:Line-Separation"
13451 nolink "false"
13452
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \end_inset
13459
13460
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466 }{}
13467 \end_layout
13468
13469 \end_inset
13470
13471
13472 \begin_inset Note Note
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476
13477 \backslash
13478 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
13479 \end_layout
13480
13481 \begin_layout Plain Layout
13482 More about 
13483 \backslash
13484 texorpdfstring is in section 
13485 \begin_inset CommandInset ref
13486 LatexCommand ref
13487 reference "subsec:Formulas-in-Section"
13488 nolink "false"
13489
13490 \end_inset
13491
13492 .
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \begin_inset CommandInset label
13499 LatexCommand label
13500 name "subsec:Variable-Space"
13501
13502 \end_inset
13503
13504
13505 \begin_inset Index idx
13506 range none
13507 pageformat default
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 Space
13512 \begin_inset IndexMacro subentry
13513 status open
13514
13515 \begin_layout Plain Layout
13516 horizontal
13517 \end_layout
13518
13519 \end_inset
13520
13521
13522 \begin_inset IndexMacro subentry
13523 status open
13524
13525 \begin_layout Plain Layout
13526 variable
13527 \end_layout
13528
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \begin_layout Standard
13540 Space with a defined length can be inserted with the command 
13541 \series bold
13542
13543 \backslash
13544 hspace
13545 \series default
13546
13547 \begin_inset Index idx
13548 range none
13549 pageformat default
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553 Commands
13554 \begin_inset IndexMacro subentry
13555 status open
13556
13557 \begin_layout Plain Layout
13558 H
13559 \end_layout
13560
13561 \end_inset
13562
13563
13564 \begin_inset IndexMacro subentry
13565 status open
13566
13567 \begin_layout Plain Layout
13568
13569 \backslash
13570 hspace
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \end_layout
13577
13578 \end_inset
13579
13580 .
13581  A long 
13582 \begin_inset Quotes eld
13583 \end_inset
13584
13585
13586 \color blue
13587
13588 \begin_inset space \textvisiblespace{}
13589 \end_inset
13590
13591
13592 \color inherit
13593
13594 \begin_inset Quotes erd
13595 \end_inset
13596
13597  will appear,
13598  the length of which can be specified by left-clicking on the 
13599 \begin_inset Quotes eld
13600 \end_inset
13601
13602
13603 \color blue
13604
13605 \begin_inset space \textvisiblespace{}
13606 \end_inset
13607
13608
13609 \color inherit
13610
13611 \begin_inset Quotes erd
13612 \end_inset
13613
13614 .
13615  The length may also be negative.
13616  If the space is the first character in a line,
13617  it will ordinarily be omitted.
13618  To force its output use the command 
13619 \series bold
13620
13621 \backslash
13622 hspace*
13623 \series default
13624  instead of 
13625 \series bold
13626
13627 \backslash
13628 hspace
13629 \series default
13630  or left-click on the 
13631 \begin_inset Quotes eld
13632 \end_inset
13633
13634
13635 \color blue
13636
13637 \begin_inset space \textvisiblespace{}
13638 \end_inset
13639
13640
13641 \color inherit
13642
13643 \begin_inset Quotes erd
13644 \end_inset
13645
13646  and check the option 
13647 \family sans
13648 Protect
13649 \family default
13650 .
13651 \begin_inset Newline newline
13652 \end_inset
13653
13654 To insert as much space as is available,
13655  the command 
13656 \series bold
13657
13658 \backslash
13659 hfill
13660 \series default
13661
13662 \begin_inset Index idx
13663 range none
13664 pageformat default
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668 Commands
13669 \begin_inset IndexMacro subentry
13670 status open
13671
13672 \begin_layout Plain Layout
13673 H
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \begin_inset IndexMacro subentry
13680 status open
13681
13682 \begin_layout Plain Layout
13683
13684 \backslash
13685 hfill
13686 \end_layout
13687
13688 \end_inset
13689
13690
13691 \end_layout
13692
13693 \end_inset
13694
13695  is used.
13696 \end_layout
13697
13698 \begin_layout Standard
13699 \align center
13700 \begin_inset Tabular
13701 <lyxtabular version="3" rows="4" columns="2">
13702 <features booktabs="true" tabularvalignment="middle">
13703 <column alignment="center" valignment="top" width="0pt">
13704 <column alignment="center" valignment="top">
13705 <row>
13706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Command (
13711 \backslash
13712 hspace length)
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Result
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row>
13728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 A=B
13733 \backslash
13734 hspace
13735 \begin_inset space \textvisiblespace{}
13736 \end_inset
13737
13738 A
13739 \backslash
13740 not=C (3
13741 \begin_inset space \thinspace{}
13742 \end_inset
13743
13744 cm)
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 </row>
13762 <row>
13763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 A
13768 \backslash
13769 hspace
13770 \begin_inset space \textvisiblespace{}
13771 \end_inset
13772
13773 A
13774 \backslash
13775 not=A (-1
13776 \begin_inset space \thinspace{}
13777 \end_inset
13778
13779 mm)
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 \begin_inset Formula $A\hspace{-1mm}A\not=A$
13789 \end_inset
13790
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 A=A
13803 \backslash
13804 hfill
13805 \begin_inset space \textvisiblespace{}
13806 \end_inset
13807
13808 B=B
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 \begin_inset Formula $A=A\hfill B=B$
13818 \end_inset
13819
13820
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 </lyxtabular>
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834 In the last example the available space is given by the longest column entry of the table.
13835  In an inline formula the space depends on the length of the line in which 
13836 \series bold
13837
13838 \backslash
13839 hfill
13840 \series default
13841  is inserted.
13842  Thus,
13843  when the line uses the full width,
13844  no space will be created.
13845  
13846 \series bold
13847
13848 \backslash
13849 hfill
13850 \series default
13851  only has an effect on displayed formulas when the formula style 
13852 \series bold
13853 Indented
13854 \series default
13855  is used.
13856  (Formula styles are explained in 
13857 \begin_inset CommandInset ref
13858 LatexCommand ref
13859 reference "sec:Formula-Styles"
13860 nolink "false"
13861
13862 \end_inset
13863
13864 .)
13865 \end_layout
13866
13867 \begin_layout Standard
13868 Besides 
13869 \series bold
13870
13871 \backslash
13872 hfill
13873 \series default
13874 ,
13875  there are also commands,
13876  
13877 \series bold
13878
13879 \backslash
13880 dotfill
13881 \series default
13882  and 
13883 \series bold
13884
13885 \backslash
13886 hrulefill,
13887
13888 \series default
13889  that fill the space with a pattern.
13890  See 
13891 \begin_inset CommandInset ref
13892 LatexCommand ref
13893 reference "subsec:Ellipses"
13894 nolink "false"
13895
13896 \end_inset
13897
13898  for an example.
13899 \end_layout
13900
13901 \begin_layout Standard
13902 For text,
13903  variable space can be inserted via the menu 
13904 \family sans
13905 Insert\SpecialChar menuseparator
13906 Formatting\SpecialChar menuseparator
13907 Horizontal
13908 \begin_inset space ~
13909 \end_inset
13910
13911 Space
13912 \family default
13913 :
13914 \end_layout
13915
13916 \begin_layout Standard
13917 This is a line with
13918 \begin_inset space \hspace{}
13919 \length 2cm
13920 \end_inset
13921
13922 2
13923 \begin_inset space \thinspace{}
13924 \end_inset
13925
13926 cm space.
13927 \end_layout
13928
13929 \begin_layout Standard
13930 This is a line with
13931 \begin_inset space \hfill{}
13932 \end_inset
13933
13934 maximum space.
13935 \end_layout
13936
13937 \begin_layout Subsection
13938 Space Besides Inline Formulas
13939 \begin_inset Index idx
13940 range none
13941 pageformat default
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945 Space
13946 \begin_inset IndexMacro subentry
13947 status open
13948
13949 \begin_layout Plain Layout
13950 besides inline formulas
13951 \end_layout
13952
13953 \end_inset
13954
13955
13956 \end_layout
13957
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \begin_layout Standard
13964 The space that surrounds inline formulas can be adjusted with the length 
13965 \series bold
13966
13967 \backslash
13968 mathsurround
13969 \series default
13970
13971 \begin_inset Index idx
13972 range none
13973 pageformat default
13974 status collapsed
13975
13976 \begin_layout Plain Layout
13977 Commands
13978 \begin_inset IndexMacro subentry
13979 status open
13980
13981 \begin_layout Plain Layout
13982 M
13983 \end_layout
13984
13985 \end_inset
13986
13987
13988 \begin_inset IndexMacro subentry
13989 status open
13990
13991 \begin_layout Plain Layout
13992
13993 \backslash
13994 mathsurround
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \end_inset
14003
14004 .
14005  The value of a length is set with the command 
14006 \series bold
14007
14008 \backslash
14009 setlength
14010 \series default
14011
14012 \begin_inset Index idx
14013 range none
14014 pageformat default
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018 Commands
14019 \begin_inset IndexMacro subentry
14020 status open
14021
14022 \begin_layout Plain Layout
14023 S
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \begin_inset IndexMacro subentry
14030 status open
14031
14032 \begin_layout Plain Layout
14033
14034 \backslash
14035 setlength
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \end_inset
14044
14045  which has the following scheme:
14046 \end_layout
14047
14048 \begin_layout Standard
14049
14050 \series bold
14051
14052 \backslash
14053 setlength{length name}{value}
14054 \end_layout
14055
14056 \begin_layout Standard
14057 To set 
14058 \series bold
14059
14060 \backslash
14061 mathsurround
14062 \series default
14063  to the value 5
14064 \begin_inset space \thinspace{}
14065 \end_inset
14066
14067 mm,
14068  the command
14069 \end_layout
14070
14071 \begin_layout Standard
14072
14073 \series bold
14074
14075 \backslash
14076 setlength{
14077 \backslash
14078 mathsurround}{5mm}
14079 \end_layout
14080
14081 \begin_layout Standard
14082 is inserted in \SpecialChar TeX
14083  mode.
14084  5
14085 \begin_inset space \thinspace{}
14086 \end_inset
14087
14088 mm space will now be set around all inline formulas:
14089 \begin_inset ERT
14090 status collapsed
14091
14092 \begin_layout Plain Layout
14093
14094
14095 \backslash
14096 setlength{
14097 \backslash
14098 mathsurround}{5mm}
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107 This is a line with an inline formula 
14108 \begin_inset Formula $A=B$
14109 \end_inset
14110
14111  with 5
14112 \begin_inset space \thinspace{}
14113 \end_inset
14114
14115 mm surrounding space.
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121
14122 \backslash
14123 setlength{
14124 \backslash
14125 mathsurround}{0pt}
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 To return to the predefined value,
14135  
14136 \series bold
14137
14138 \backslash
14139 mathsurround
14140 \series default
14141  is set to the value 0
14142 \begin_inset space \thinspace{}
14143 \end_inset
14144
14145 pt.
14146 \end_layout
14147
14148 \begin_layout Section
14149 Boxes and Frames
14150 \begin_inset Index idx
14151 range none
14152 pageformat default
14153 status collapsed
14154
14155 \begin_layout Plain Layout
14156 Boxes
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \begin_inset Index idx
14163 range none
14164 pageformat default
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 Frames
14169 \begin_inset IndexMacro see
14170 status open
14171
14172 \begin_layout Plain Layout
14173 Boxes
14174 \end_layout
14175
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187 Boxes for text are described in chapter 
14188 \family typewriter
14189 Boxes
14190 \family default
14191  in the 
14192 \family typewriter
14193 Embedded
14194 \begin_inset space ~
14195 \end_inset
14196
14197 Objects
14198 \family default
14199  manual.
14200 \end_layout
14201
14202 \begin_layout Subsection
14203 Boxes with Frame
14204 \begin_inset CommandInset label
14205 LatexCommand label
14206 name "subsec:Boxes-with-Frame"
14207
14208 \end_inset
14209
14210
14211 \begin_inset Index idx
14212 range none
14213 pageformat default
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217 Boxes
14218 \begin_inset IndexMacro subentry
14219 status open
14220
14221 \begin_layout Plain Layout
14222 with frame
14223 \end_layout
14224
14225 \end_inset
14226
14227
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \begin_layout Standard
14236 It is possible to frame a formula or part of one with the commands 
14237 \series bold
14238
14239 \backslash
14240 fbox
14241 \series default
14242
14243 \begin_inset Index idx
14244 range none
14245 pageformat default
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 Commands
14250 \begin_inset IndexMacro subentry
14251 status open
14252
14253 \begin_layout Plain Layout
14254 F
14255 \end_layout
14256
14257 \end_inset
14258
14259
14260 \begin_inset IndexMacro subentry
14261 status open
14262
14263 \begin_layout Plain Layout
14264
14265 \backslash
14266 fbox
14267 \end_layout
14268
14269 \end_inset
14270
14271
14272 \end_layout
14273
14274 \end_inset
14275
14276  and 
14277 \series bold
14278
14279 \backslash
14280 boxed
14281 \series default
14282
14283 \begin_inset Index idx
14284 range none
14285 pageformat default
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Commands
14290 \begin_inset IndexMacro subentry
14291 status open
14292
14293 \begin_layout Plain Layout
14294 B
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \begin_inset IndexMacro subentry
14301 status open
14302
14303 \begin_layout Plain Layout
14304
14305 \backslash
14306 boxed
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \end_inset
14315
14316 .
14317 \end_layout
14318
14319 \begin_layout Standard
14320 When one of these commands is inserted in a formula,
14321  a blue box appears within a frame to enter formula parts.
14322  For 
14323 \series bold
14324
14325 \backslash
14326 fbox
14327 \series default
14328  an additional formula has to be created by 
14329 \family sans
14330 Ctrl+M
14331 \family default
14332  within this box,
14333  because the box content will otherwise be treated as mathematical text.
14334  When 
14335 \series bold
14336
14337 \backslash
14338 boxed
14339 \series default
14340  is used,
14341  a new formula is automatically created inside the frame.
14342 \end_layout
14343
14344 \begin_layout Standard
14345 The command 
14346 \series bold
14347
14348 \backslash
14349 fbox
14350 \series default
14351  is not suitable to frame displayed formulas because the formula will always be set in the size of the documents text.
14352  Conversly 
14353 \series bold
14354
14355 \backslash
14356 boxed
14357 \series default
14358  is not suitable to frame inline formulas because the formula will always be set in the size of a displayed formula.
14359 \end_layout
14360
14361 \begin_layout Standard
14362 An extension to 
14363 \series bold
14364
14365 \backslash
14366 fbox
14367 \series default
14368  is the command 
14369 \series bold
14370
14371 \backslash
14372 framebox
14373 \series default
14374
14375 \begin_inset Index idx
14376 range none
14377 pageformat default
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381 Commands
14382 \begin_inset IndexMacro subentry
14383 status open
14384
14385 \begin_layout Plain Layout
14386 F
14387 \end_layout
14388
14389 \end_inset
14390
14391
14392 \begin_inset IndexMacro subentry
14393 status open
14394
14395 \begin_layout Plain Layout
14396
14397 \backslash
14398 framebox
14399 \end_layout
14400
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \end_inset
14407
14408  with which the frame width and the alignment can be specified.
14409  
14410 \series bold
14411
14412 \backslash
14413 framebox
14414 \series default
14415  is used in the following scheme:
14416 \end_layout
14417
14418 \begin_layout Standard
14419
14420 \series bold
14421
14422 \backslash
14423 framebox[frame width][position]{box content}
14424 \end_layout
14425
14426 \begin_layout Standard
14427 The position can either be 
14428 \emph on
14429 l
14430 \emph default
14431  or 
14432 \emph on
14433 r
14434 \emph default
14435 .
14436  
14437 \emph on
14438 l
14439 \emph default
14440  left aligns and 
14441 \emph on
14442 r
14443 \emph default
14444  right aligns the formula in the box.
14445  If no position is given the formula will be centered.
14446 \begin_inset Newline newline
14447 \end_inset
14448
14449 If width is not given then position can not be given.
14450  In this case the frame width is adjusted to the box content like for 
14451 \series bold
14452
14453 \backslash
14454 fbox
14455 \series default
14456 .
14457 \end_layout
14458
14459 \begin_layout Standard
14460 When the command 
14461 \series bold
14462
14463 \backslash
14464 framebox
14465 \series default
14466  is inserted,
14467  a box appears containing three blue boxes.
14468  The first two boxes are surrounded by brackets and denote the two optional arguments.
14469  The third box is for formula parts like for 
14470 \series bold
14471
14472 \backslash
14473 fbox
14474 \series default
14475 .
14476 \end_layout
14477
14478 \begin_layout Standard
14479 \align center
14480 \begin_inset Tabular
14481 <lyxtabular version="3" rows="5" columns="2">
14482 <features booktabs="true" tabularvalignment="middle">
14483 <column alignment="center" valignment="top" width="0pt">
14484 <column alignment="center" valignment="top">
14485 <row>
14486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 Command
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 Result
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 </row>
14505 <row topspace="1.5mm">
14506 <cell alignment="center" valignment="top" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \backslash
14512 fbox
14513 \begin_inset space \textvisiblespace{}
14514 \end_inset
14515
14516
14517 \family sans
14518 Ctrl+M
14519 \family default
14520  
14521 \backslash
14522 int
14523 \begin_inset space \textvisiblespace{}
14524 \end_inset
14525
14526 A=B
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 </row>
14544 <row topspace="1.5mm">
14545 <cell alignment="center" valignment="top" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549
14550 \backslash
14551 boxed
14552 \begin_inset space \textvisiblespace{}
14553 \end_inset
14554
14555
14556 \backslash
14557 int
14558 \begin_inset space \textvisiblespace{}
14559 \end_inset
14560
14561 A=B
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset Formula $\boxed{\int A=B}$
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 </row>
14579 <row topspace="1.5mm">
14580 <cell alignment="center" valignment="top" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 A+
14585 \backslash
14586 fbox
14587 \begin_inset space \textvisiblespace{}
14588 \end_inset
14589
14590 B
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 \begin_inset Formula $A+\fbox{B}$
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 </row>
14608 <row topspace="1.5mm" bottomspace="1mm">
14609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613
14614 \backslash
14615 framebox
14616 \begin_inset space \textvisiblespace{}
14617 \end_inset
14618
14619 20mm
14620 \begin_inset Formula $\to$
14621 \end_inset
14622
14623
14624 \begin_inset Formula $\to$
14625 \end_inset
14626
14627
14628 \family sans
14629 Ctrl+M
14630 \family default
14631  
14632 \backslash
14633 frac
14634 \begin_inset space \textvisiblespace{}
14635 \end_inset
14636
14637 A
14638 \begin_inset Formula $\downarrow$
14639 \end_inset
14640
14641 B
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 </lyxtabular>
14660
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \begin_layout Standard
14667 To adjust the frame thickness the following commands are inserted in \SpecialChar TeX
14668  mode before the formula:
14669 \end_layout
14670
14671 \begin_layout Standard
14672
14673 \series bold
14674
14675 \backslash
14676 fboxrule
14677 \series default
14678  
14679 \series bold
14680
14681 \begin_inset Quotes eld
14682 \end_inset
14683
14684 thickness
14685 \begin_inset Quotes erd
14686 \end_inset
14687
14688
14689 \series default
14690  
14691 \series bold
14692
14693 \backslash
14694 fboxsep
14695 \series default
14696  
14697 \series bold
14698
14699 \begin_inset Quotes eld
14700 \end_inset
14701
14702 distance
14703 \begin_inset Quotes erd
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Standard
14710 \begin_inset Quotes eld
14711 \end_inset
14712
14713 distance
14714 \begin_inset Quotes erd
14715 \end_inset
14716
14717  specifies the minimum distance between the frame and the first character in the box.
14718  An example of this is given in the following framed formula:
14719 \begin_inset ERT
14720 status open
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 fboxrule 2mm 
14727 \backslash
14728 fboxsep 3mm
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Formula 
14735 \[
14736 \boxed{A+B=C}
14737 \]
14738
14739 \end_inset
14740
14741 Before this formula the commands
14742 \end_layout
14743
14744 \begin_layout Standard
14745
14746 \series bold
14747
14748 \backslash
14749 fboxrule
14750 \series default
14751  
14752 \series bold
14753 2mm
14754 \series default
14755  
14756 \series bold
14757
14758 \backslash
14759 fboxsep
14760 \series default
14761  
14762 \series bold
14763 3mm
14764 \end_layout
14765
14766 \begin_layout Standard
14767 were inserted in \SpecialChar TeX
14768  mode.
14769  These values are then used for all following boxes.
14770 \end_layout
14771
14772 \begin_layout Standard
14773 To return to the standard frame size,
14774  the command
14775 \end_layout
14776
14777 \begin_layout Standard
14778
14779 \series bold
14780
14781 \backslash
14782 fboxrule
14783 \series default
14784  
14785 \series bold
14786 0.4pt
14787 \series default
14788  
14789 \series bold
14790
14791 \backslash
14792 fboxsep
14793 \series default
14794  
14795 \series bold
14796 3pt
14797 \series default
14798
14799 \begin_inset ERT
14800 status open
14801
14802 \begin_layout Plain Layout
14803
14804
14805 \backslash
14806 fboxrule 0.4pt 
14807 \backslash
14808 fboxsep 3pt
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Standard
14817 is inserted in \SpecialChar TeX
14818  mode before the next formula.
14819 \end_layout
14820
14821 \begin_layout Subsection
14822 Boxes Without Frame
14823 \begin_inset CommandInset label
14824 LatexCommand label
14825 name "subsec:Boxes-without-Frame"
14826
14827 \end_inset
14828
14829
14830 \begin_inset Index idx
14831 range none
14832 pageformat default
14833 status collapsed
14834
14835 \begin_layout Plain Layout
14836 Boxes
14837 \begin_inset IndexMacro subentry
14838 status open
14839
14840 \begin_layout Plain Layout
14841 without frame
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \end_inset
14850
14851
14852 \end_layout
14853
14854 \begin_layout Standard
14855 For boxes without a frame the following box commands:
14856  
14857 \series bold
14858
14859 \backslash
14860 mbox
14861 \series default
14862
14863 \begin_inset Index idx
14864 range none
14865 pageformat default
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869 Commands
14870 \begin_inset IndexMacro subentry
14871 status open
14872
14873 \begin_layout Plain Layout
14874 M
14875 \end_layout
14876
14877 \end_inset
14878
14879
14880 \begin_inset IndexMacro subentry
14881 status open
14882
14883 \begin_layout Plain Layout
14884
14885 \backslash
14886 mbox
14887 \end_layout
14888
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895
14896 ,
14897  
14898 \series bold
14899
14900 \backslash
14901 makebox
14902 \series default
14903
14904 \begin_inset Index idx
14905 range none
14906 pageformat default
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910 Commands
14911 \begin_inset IndexMacro subentry
14912 status open
14913
14914 \begin_layout Plain Layout
14915 M
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \begin_inset IndexMacro subentry
14922 status open
14923
14924 \begin_layout Plain Layout
14925
14926 \backslash
14927 makebox
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \end_inset
14936
14937  and 
14938 \series bold
14939
14940 \backslash
14941 raisebox
14942 \series default
14943
14944 \begin_inset Index idx
14945 range none
14946 pageformat default
14947 status collapsed
14948
14949 \begin_layout Plain Layout
14950 Commands
14951 \begin_inset IndexMacro subentry
14952 status open
14953
14954 \begin_layout Plain Layout
14955 R
14956 \end_layout
14957
14958 \end_inset
14959
14960
14961 \begin_inset IndexMacro subentry
14962 status open
14963
14964 \begin_layout Plain Layout
14965
14966 \backslash
14967 raisebox
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \end_inset
14976
14977  are available.
14978 \end_layout
14979
14980 \begin_layout Standard
14981 With 
14982 \series bold
14983
14984 \backslash
14985 raisebox
14986 \series default
14987  a box can be super- or subscripted.
14988  But in contrary to normal super- and subscripting,
14989  the characters in the box keep their font size.
14990  
14991 \series bold
14992
14993 \backslash
14994 raisebox
14995 \series default
14996  is used in the following scheme:
14997 \end_layout
14998
14999 \begin_layout Standard
15000
15001 \series bold
15002
15003 \backslash
15004 raisebox{height}{box content}
15005 \end_layout
15006
15007 \begin_layout Standard
15008 When the box contains a formula,
15009  an extra formula is needed like for 
15010 \series bold
15011
15012 \backslash
15013 fbox
15014 \series default
15015 .
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series medium
15021 \begin_inset Note Greyedout
15022 status open
15023
15024 \begin_layout Plain Layout
15025
15026 \series bold
15027 Note:
15028
15029 \series default
15030  For 
15031 \series bold
15032
15033 \backslash
15034 raisebox
15035 \series default
15036  this extra formula is created by pressing 
15037 \family sans
15038 Ctrl+M
15039 \family default
15040  twice instead of once because \SpecialChar LyX
15041  doesn't yet support 
15042 \series bold
15043
15044 \backslash
15045 raisebox
15046 \series default
15047  directly.
15048 \end_layout
15049
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \begin_layout Standard
15056 \align center
15057 \begin_inset Tabular
15058 <lyxtabular version="3" rows="4" columns="2">
15059 <features booktabs="true" tabularvalignment="middle">
15060 <column alignment="center" valignment="top" width="0pt">
15061 <column alignment="center" valignment="top">
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 Command
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 Result
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 H
15088 \backslash
15089 raisebox{2mm
15090 \begin_inset Formula $\to$
15091 \end_inset
15092
15093
15094 \backslash
15095 {al
15096 \begin_inset Formula $\to$
15097 \end_inset
15098
15099  lo
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Formula $H\raisebox{2mm}{al}lo$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 H
15123 \backslash
15124 raisebox{-2mm
15125 \begin_inset Formula $\to$
15126 \end_inset
15127
15128
15129 \backslash
15130 {al
15131 \begin_inset Formula $\to$
15132 \end_inset
15133
15134 lo
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row>
15153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 A=
15158 \backslash
15159 raisebox{-2mm
15160 \begin_inset Formula $\to$
15161 \end_inset
15162
15163
15164 \backslash
15165 {
15166 \family sans
15167 Ctrl+M
15168 \family default
15169  
15170 \family sans
15171 Ctrl+M
15172 \family default
15173  
15174 \backslash
15175 sqrt
15176 \begin_inset space \textvisiblespace{}
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 </lyxtabular>
15198
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \begin_layout Standard
15205 The command 
15206 \series bold
15207
15208 \backslash
15209 mbox
15210 \series default
15211  is equivalent to 
15212 \series bold
15213
15214 \backslash
15215 fbox
15216 \series default
15217  and 
15218 \series bold
15219
15220 \backslash
15221 makebox
15222 \series default
15223  is equivalent to 
15224 \series bold
15225
15226 \backslash
15227 framebox
15228 \series default
15229 ,
15230  except that there is no frame.
15231 \end_layout
15232
15233 \begin_layout Subsection
15234 Colored Boxes
15235 \begin_inset CommandInset label
15236 LatexCommand label
15237 name "subsec:Colored-Boxes"
15238
15239 \end_inset
15240
15241
15242 \begin_inset Index idx
15243 range none
15244 pageformat default
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248 Boxes
15249 \begin_inset IndexMacro subentry
15250 status open
15251
15252 \begin_layout Plain Layout
15253 colored
15254 \end_layout
15255
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \begin_layout Standard
15267 To be able to use all commands explained in this section,
15268  the \SpecialChar LaTeX
15269 -package 
15270 \series bold
15271 color
15272 \series default
15273
15274 \begin_inset Foot
15275 status collapsed
15276
15277 \begin_layout Plain Layout
15278 The \SpecialChar LaTeX
15279 -package 
15280 \series bold
15281 color
15282 \series default
15283  is part of every \SpecialChar LaTeX
15284  standard installation.
15285 \end_layout
15286
15287 \end_inset
15288
15289
15290 \begin_inset Index idx
15291 range none
15292 pageformat default
15293 status collapsed
15294
15295 \begin_layout Plain Layout
15296 Packages
15297 \begin_inset IndexMacro subentry
15298 status open
15299
15300 \begin_layout Plain Layout
15301 color
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \end_inset
15310
15311  must be loaded in the \SpecialChar LaTeX
15312 -preamble with the line
15313 \begin_inset Foot
15314 status collapsed
15315
15316 \begin_layout Plain Layout
15317 When text is colored somewhere in the document with a predefined color,
15318  \SpecialChar LyX
15319  loads the \SpecialChar LaTeX
15320  package 
15321 \series bold
15322 color
15323 \series default
15324  automatically.
15325  Thus it is possible that the package is loaded twice,
15326  but this does not cause problems.
15327 \end_layout
15328
15329 \end_inset
15330
15331
15332 \begin_inset Note Note
15333 status collapsed
15334
15335 \begin_layout Plain Layout
15336 To avoid that the package is loaded twice,
15337  a macro was inserted to the \SpecialChar LaTeX
15338 -preamble.
15339 \end_layout
15340
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Standard
15347
15348 \series bold
15349
15350 \backslash
15351 usepackage{color}
15352 \end_layout
15353
15354 \begin_layout Standard
15355 \begin_inset VSpace medskip
15356 \end_inset
15357
15358 To create color boxes,
15359  the command 
15360 \series bold
15361
15362 \backslash
15363 colorbox
15364 \series default
15365
15366 \begin_inset Index idx
15367 range none
15368 pageformat default
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 Commands
15373 \begin_inset IndexMacro subentry
15374 status open
15375
15376 \begin_layout Plain Layout
15377 C
15378 \end_layout
15379
15380 \end_inset
15381
15382
15383 \begin_inset IndexMacro subentry
15384 status open
15385
15386 \begin_layout Plain Layout
15387
15388 \backslash
15389 colorbox
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398
15399  is used in the following scheme:
15400 \end_layout
15401
15402 \begin_layout Standard
15403
15404 \series bold
15405
15406 \backslash
15407 colorbox{color}{box content}
15408 \end_layout
15409
15410 \begin_layout Standard
15411 The box content can also be a box and a 
15412 \series bold
15413
15414 \backslash
15415 colorbox
15416 \series default
15417  can also be part of another box (see the 2nd and 3rd example).
15418  When the box should contain a formula,
15419  an extra formula has to be created,
15420  the same way as for 
15421 \series bold
15422
15423 \backslash
15424 raisebox
15425 \series default
15426 .
15427 \begin_inset Foot
15428 status collapsed
15429
15430 \begin_layout Plain Layout
15431 This also applies for the command 
15432 \series bold
15433
15434 \backslash
15435 fcolorbox
15436 \series default
15437 .
15438 \end_layout
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \begin_layout Standard
15446 One of the following predefined colors can be chosen:
15447 \end_layout
15448
15449 \begin_layout Standard
15450
15451 \series bold
15452 black
15453 \series default
15454 ,
15455  
15456 \series bold
15457 blue
15458 \series default
15459 ,
15460  
15461 \series bold
15462 cyan
15463 \series default
15464 ,
15465  
15466 \series bold
15467 green
15468 \series default
15469 ,
15470  
15471 \series bold
15472 magenta
15473 \series default
15474 ,
15475  
15476 \series bold
15477 red
15478 \series default
15479 ,
15480  
15481 \series bold
15482 white
15483 \series default
15484  and 
15485 \series bold
15486 yellow
15487 \begin_inset VSpace smallskip
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \begin_layout Standard
15494 \align center
15495 \begin_inset Tabular
15496 <lyxtabular version="3" rows="4" columns="2">
15497 <features booktabs="true" tabularvalignment="middle">
15498 <column alignment="center" valignment="top" width="0pt">
15499 <column alignment="center" valignment="top">
15500 <row>
15501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 Command
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 Result
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 </row>
15520 <row>
15521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525
15526 \backslash
15527 colorbox{yellow
15528 \begin_inset Formula $\to$
15529 \end_inset
15530
15531
15532 \backslash
15533 {A=B
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 \begin_inset Formula $\colorbox{yellow}{A=B}$
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row topspace="1.5mm">
15552 <cell alignment="center" valignment="top" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \backslash
15558 colorbox{green
15559 \begin_inset Formula $\to$
15560 \end_inset
15561
15562
15563 \backslash
15564 {
15565 \backslash
15566 fbox
15567 \begin_inset space \textvisiblespace{}
15568 \end_inset
15569
15570
15571 \begin_inset Formula $\gets\gets$
15572 \end_inset
15573
15574 A=B
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 </row>
15592 <row topspace="1.5mm" bottomspace="1mm">
15593 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597
15598 \backslash
15599 fbox
15600 \begin_inset space \textvisiblespace{}
15601 \end_inset
15602
15603
15604 \begin_inset Formula $\gets\gets$
15605 \end_inset
15606
15607
15608 \backslash
15609 colorbox{green
15610 \begin_inset Formula $\to$
15611 \end_inset
15612
15613
15614 \backslash
15615 {
15616 \family sans
15617 Ctrl+M
15618 \family default
15619  
15620 \family sans
15621 Ctrl+M
15622 \family default
15623  
15624 \backslash
15625 int
15626 \begin_inset space \textvisiblespace{}
15627 \end_inset
15628
15629 C=D
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 </lyxtabular>
15648
15649 \end_inset
15650
15651
15652 \begin_inset VSpace smallskip
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \begin_layout Standard
15659
15660 \series bold
15661
15662 \backslash
15663 colorbox
15664 \series default
15665  only colors the box background,
15666  not the characters in the box.
15667  To color all characters,
15668  the whole formula is highlighted and the desired color is chosen in the 
15669 \family sans
15670 Text
15671 \begin_inset space ~
15672 \end_inset
15673
15674 Style
15675 \family default
15676  dialog.
15677  The dialog can be called with the toolbar button 
15678 \begin_inset Info
15679 type  "icon"
15680 arg   "dialog-show character"
15681 \end_inset
15682
15683  or the menu 
15684 \family sans
15685 Edit\SpecialChar menuseparator
15686 Text
15687 \begin_inset space ~
15688 \end_inset
15689
15690 Properties\SpecialChar menuseparator
15691 Customized
15692 \family default
15693 .
15694  The formula number will have the same color as the formula.
15695  If a different color for the formula number is desired,
15696  the color must be changed within the formula.
15697 \end_layout
15698
15699 \begin_layout Standard
15700 An example:
15701 \end_layout
15702
15703 \begin_layout Standard
15704
15705 \color red
15706 \begin_inset Formula 
15707 \begin{equation}
15708 \int A=B\label{eq:red}
15709 \end{equation}
15710
15711 \end_inset
15712
15713
15714 \color green
15715
15716 \begin_inset Formula 
15717 \begin{equation}
15718 \textcolor{red}{\int A=B}\label{eq:redgreen}
15719 \end{equation}
15720
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \begin_layout Standard
15727 Formula 
15728 \begin_inset CommandInset ref
15729 LatexCommand eqref
15730 reference "eq:red"
15731 nolink "false"
15732
15733 \end_inset
15734
15735  is completely colored red.
15736 \begin_inset Newline newline
15737 \end_inset
15738
15739 Formula 
15740 \begin_inset CommandInset ref
15741 LatexCommand eqref
15742 reference "eq:redgreen"
15743 nolink "false"
15744
15745 \end_inset
15746
15747  was first completely colored green to set the color for the formula number.
15748  Subsequently the formula characters were colored red.
15749 \end_layout
15750
15751 \begin_layout Standard
15752 \begin_inset VSpace bigskip
15753 \end_inset
15754
15755 To color the frame different than the rest of the box,
15756  the command 
15757 \series bold
15758
15759 \backslash
15760 fcolorbox
15761 \series default
15762
15763 \begin_inset Index idx
15764 range none
15765 pageformat default
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769 Commands
15770 \begin_inset IndexMacro subentry
15771 status open
15772
15773 \begin_layout Plain Layout
15774 F
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \begin_inset IndexMacro subentry
15781 status open
15782
15783 \begin_layout Plain Layout
15784
15785 \backslash
15786 fcolorbox
15787 \end_layout
15788
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \end_inset
15795
15796  is used in the following scheme:
15797 \end_layout
15798
15799 \begin_layout Standard
15800
15801 \series bold
15802
15803 \backslash
15804 fcolorbox{frame color}{color}{box content}
15805 \end_layout
15806
15807 \begin_layout Standard
15808 So 
15809 \series bold
15810
15811 \backslash
15812 fcolorbox
15813 \series default
15814  is an extension of the command 
15815 \series bold
15816
15817 \backslash
15818 colorbox
15819 \series default
15820 .
15821  The frame width is set,
15822  like for 
15823 \series bold
15824
15825 \backslash
15826 framebox
15827 \series default
15828 ,
15829  with 
15830 \series bold
15831
15832 \backslash
15833 fboxrule
15834 \series default
15835  and 
15836 \series bold
15837
15838 \backslash
15839 fboxsep
15840 \series default
15841 .
15842  An example:
15843 \begin_inset ERT
15844 status collapsed
15845
15846 \begin_layout Plain Layout
15847
15848
15849 \backslash
15850 fboxrule 1mm 
15851 \backslash
15852 fboxsep 1mm
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \begin_inset Formula 
15859 \[
15860 \fcolorbox{cyan}{magenta}{A=B}
15861 \]
15862
15863 \end_inset
15864
15865
15866 \begin_inset ERT
15867 status collapsed
15868
15869 \begin_layout Plain Layout
15870
15871
15872 \backslash
15873 fboxrule 0.4pt 
15874 \backslash
15875 fboxsep 3pt
15876 \end_layout
15877
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \begin_layout Standard
15884 This formula was created with the command
15885 \begin_inset Newline newline
15886 \end_inset
15887
15888
15889 \series bold
15890
15891 \backslash
15892 fcolorbox{cyan
15893 \begin_inset Formula $\to$
15894 \end_inset
15895
15896
15897 \backslash
15898 {magenta
15899 \begin_inset Formula $\to$
15900 \end_inset
15901
15902
15903 \backslash
15904 {A=B
15905 \series default
15906 .
15907 \end_layout
15908
15909 \begin_layout Standard
15910 \begin_inset VSpace bigskip
15911 \end_inset
15912
15913 To use colors other than predefined ones,
15914  they must be defined first.
15915 \end_layout
15916
15917 \begin_layout Standard
15918 One can for example define the color 
15919 \begin_inset Quotes eld
15920 \end_inset
15921
15922
15923 \series bold
15924 darkgreen
15925 \series default
15926
15927 \begin_inset Quotes erd
15928 \end_inset
15929
15930  with the \SpecialChar LaTeX
15931 -preamble line:
15932 \end_layout
15933
15934 \begin_layout Standard
15935
15936 \series bold
15937
15938 \backslash
15939 definecolor{darkgreen}{cmyk}{0.5,
15940
15941 \series default
15942  
15943 \series bold
15944 0,
15945
15946 \series default
15947  
15948 \series bold
15949 1,
15950
15951 \series default
15952  
15953 \series bold
15954 0.5}
15955 \series default
15956
15957 \begin_inset Index idx
15958 range none
15959 pageformat default
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963 Commands
15964 \begin_inset IndexMacro subentry
15965 status open
15966
15967 \begin_layout Plain Layout
15968 D
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \begin_inset IndexMacro subentry
15975 status open
15976
15977 \begin_layout Plain Layout
15978
15979 \backslash
15980 definecolor
15981 \end_layout
15982
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \begin_layout Standard
15994
15995 \series bold
15996 cmyk
15997 \series default
15998  is the color space denoting the colors 
15999 \series bold
16000 cyan
16001 \series default
16002 ,
16003  
16004 \series bold
16005 magenta
16006 \series default
16007 ,
16008  
16009 \series bold
16010 yellow
16011 \series default
16012  and 
16013 \series bold
16014 black
16015 \series default
16016 .
16017  The four comma separated numbers are the portion factors for the corresponding colors of the color space.
16018  The factors can be in the range of 0
16019 \begin_inset space \thinspace{}
16020 \end_inset
16021
16022 -
16023 \begin_inset space \thinspace{}
16024 \end_inset
16025
16026 1.
16027  Instead of 
16028 \series bold
16029 cmyk,
16030
16031 \series default
16032  the color space 
16033 \series bold
16034 rgb
16035 \series default
16036  can also be used for definitions.
16037  
16038 \series bold
16039 rgb
16040 \series default
16041  denotes 
16042 \series bold
16043 red
16044 \series default
16045 ,
16046  
16047 \series bold
16048 green
16049 \series default
16050  and 
16051 \series bold
16052 blue
16053 \series default
16054 ,
16055  so there are three portion factors for the corresponding colors.
16056  Furthermore there is the color space 
16057 \series bold
16058 gray
16059 \series default
16060  with one portion factor for the gray value.
16061 \end_layout
16062
16063 \begin_layout Standard
16064 As an example here is a framed box with the newly defined color 
16065 \series bold
16066 darkgreen
16067 \series default
16068  where the characters have been colored 
16069 \series bold
16070 yellow
16071 \series default
16072 :
16073 \begin_inset Formula 
16074 \begin{equation}
16075 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
16076 \end{equation}
16077
16078 \end_inset
16079
16080
16081 \end_layout
16082
16083 \begin_layout Standard
16084 Self-defined colors can also be used for text with the help of the command 
16085 \series bold
16086
16087 \backslash
16088 textcolor
16089 \series default
16090 :
16091 \begin_inset Index idx
16092 range none
16093 pageformat default
16094 status collapsed
16095
16096 \begin_layout Plain Layout
16097 Text
16098 \begin_inset IndexMacro subentry
16099 status open
16100
16101 \begin_layout Plain Layout
16102 colored
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Standard
16116 \begin_inset ERT
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120
16121
16122 \backslash
16123 textcolor{darkgreen}{
16124 \end_layout
16125
16126 \end_inset
16127
16128 This sentence is 
16129 \begin_inset Quotes eld
16130 \end_inset
16131
16132 darkgreen
16133 \begin_inset Quotes erd
16134 \end_inset
16135
16136 .
16137 \begin_inset ERT
16138 status collapsed
16139
16140 \begin_layout Plain Layout
16141
16142 }
16143 \end_layout
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \begin_layout Standard
16151
16152 \series bold
16153
16154 \backslash
16155 textcolor
16156 \series default
16157
16158 \begin_inset Index idx
16159 range none
16160 pageformat default
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Commands
16165 \begin_inset IndexMacro subentry
16166 status open
16167
16168 \begin_layout Plain Layout
16169 T
16170 \end_layout
16171
16172 \end_inset
16173
16174
16175 \begin_inset IndexMacro subentry
16176 status open
16177
16178 \begin_layout Plain Layout
16179
16180 \backslash
16181 textcolor
16182 \end_layout
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190
16191  is used in the scheme 
16192 \series bold
16193
16194 \backslash
16195 textcolor{color}{characters to color}
16196 \series default
16197 .
16198 \end_layout
16199
16200 \begin_layout Subsection
16201 Paragraph Boxes
16202 \begin_inset CommandInset label
16203 LatexCommand label
16204 name "subsec:Paragraph-Boxes"
16205
16206 \end_inset
16207
16208
16209 \begin_inset Index idx
16210 range none
16211 pageformat default
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 Boxes
16216 \begin_inset IndexMacro subentry
16217 status open
16218
16219 \begin_layout Plain Layout
16220 as paragraph
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \begin_layout Standard
16234 A box that can contain several lines and paragraphs,
16235  a so-called paragraph box (parbox),
16236  can be created with the menu 
16237 \family sans
16238 Insert\SpecialChar menuseparator
16239 Box
16240 \family default
16241  or the toolbar button 
16242 \begin_inset Info
16243 type  "icon"
16244 arg   "box-insert"
16245 \end_inset
16246
16247 .
16248 \end_layout
16249
16250 \begin_layout Standard
16251 The following example shows a framed parbox in a line:
16252 \end_layout
16253
16254 \begin_layout Standard
16255 \begin_inset VSpace medskip
16256 \end_inset
16257
16258 This is a line 
16259 \begin_inset Box Boxed
16260 position "c"
16261 hor_pos "c"
16262 has_inner_box 1
16263 inner_pos "t"
16264 use_parbox 1
16265 use_makebox 0
16266 width "5cm"
16267 special "none"
16268 height "1in"
16269 height_special "totalheight"
16270 thickness "0.4pt"
16271 separation "3pt"
16272 shadowsize "4pt"
16273 framecolor "black"
16274 backgroundcolor "none"
16275 status open
16276
16277 \begin_layout Plain Layout
16278 This is a paragraph box.
16279  It is exactly 5
16280 \begin_inset space \thinspace{}
16281 \end_inset
16282
16283 cm long and can also contain formulas:
16284  
16285 \begin_inset Formula $\int A\,\mathrm{d}s=C$
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \end_inset
16292
16293  with a parbox.
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset VSpace medskip
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Standard
16304 Such a box is created by right-clicking on the gray box inset.
16305  A dialog pops up showing the box properties.
16306  In our case set:
16307  
16308 \emph on
16309 Decoration
16310 \emph default
16311 :
16312  Rectangular box,
16313  
16314 \emph on
16315 Inner Box
16316 \emph default
16317 :
16318  Parbox,
16319  
16320 \emph on
16321 Width
16322 \emph default
16323 :
16324  5
16325 \begin_inset space \thinspace{}
16326 \end_inset
16327
16328 cm,
16329  
16330 \emph on
16331 Vertical Box Alignment
16332 \emph default
16333 :
16334  Middle
16335 \end_layout
16336
16337 \begin_layout Standard
16338 \begin_inset VSpace medskip
16339 \end_inset
16340
16341 In \SpecialChar LaTeX
16342  a parbox is created with the command 
16343 \series bold
16344
16345 \backslash
16346 parbox
16347 \series default
16348
16349 \begin_inset Index idx
16350 range none
16351 pageformat default
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355 Commands
16356 \begin_inset IndexMacro subentry
16357 status open
16358
16359 \begin_layout Plain Layout
16360 P
16361 \end_layout
16362
16363 \end_inset
16364
16365
16366 \begin_inset IndexMacro subentry
16367 status open
16368
16369 \begin_layout Plain Layout
16370
16371 \backslash
16372 parbox
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381
16382  which has the following scheme:
16383 \end_layout
16384
16385 \begin_layout Standard
16386
16387 \series bold
16388
16389 \backslash
16390 parbox[position]{width}{box content}
16391 \end_layout
16392
16393 \begin_layout Standard
16394 The positions 
16395 \emph on
16396 b
16397 \emph default
16398  and 
16399 \emph on
16400 t
16401 \emph default
16402  are possible.
16403  
16404 \emph on
16405 b
16406 \emph default
16407  for 
16408 \begin_inset Quotes eld
16409 \end_inset
16410
16411 bottom
16412 \begin_inset Quotes erd
16413 \end_inset
16414
16415  means that the box is aligned within the surrounding text with its last line.
16416  With 
16417 \emph on
16418 t
16419 \emph default
16420  for 
16421 \begin_inset Quotes eld
16422 \end_inset
16423
16424 top
16425 \begin_inset Quotes erd
16426 \end_inset
16427
16428  this is done with the first line.
16429  When no position is given,
16430  the box will be vertically centered,
16431  see section 
16432 \emph on
16433 Boxes
16434 \emph default
16435  of the 
16436 \emph on
16437 Embedded
16438 \begin_inset space ~
16439 \end_inset
16440
16441 Objects
16442 \emph default
16443  manual for examples.
16444 \end_layout
16445
16446 \begin_layout Standard
16447 \begin_inset VSpace bigskip
16448 \end_inset
16449
16450 To frame formulas completely,
16451  including the formula number,
16452  the formula must be set into a parbox.
16453  To do this,
16454  the command 
16455 \series bold
16456
16457 \backslash
16458 fbox{
16459 \backslash
16460 parbox{
16461 \backslash
16462 linewidth-2
16463 \backslash
16464 fboxsep-2
16465 \backslash
16466 fboxrule}{
16467 \series default
16468  is inserted in \SpecialChar TeX
16469  mode before the formula.
16470  
16471 \series bold
16472
16473 \backslash
16474 linewidth
16475 \series default
16476
16477 \begin_inset Index idx
16478 range none
16479 pageformat default
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483 Commands
16484 \begin_inset IndexMacro subentry
16485 status open
16486
16487 \begin_layout Plain Layout
16488 L
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \begin_inset IndexMacro subentry
16495 status open
16496
16497 \begin_layout Plain Layout
16498
16499 \backslash
16500 linewidth
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \end_inset
16509
16510  is the line width set for the document.
16511  Because the frame is outside the parbox,
16512  two times the frame separation and the frame thickness must be subtracted from the line width.
16513  To be able to multiply and subtract in arguments,
16514  the \SpecialChar LaTeX
16515 -package 
16516 \series bold
16517 calc
16518 \series default
16519
16520 \begin_inset Foot
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524
16525 \series bold
16526 calc
16527 \series default
16528  is part of every \SpecialChar LaTeX
16529  standard installation.
16530 \end_layout
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 Packages
16542 \begin_inset IndexMacro subentry
16543 status open
16544
16545 \begin_layout Plain Layout
16546 calc
16547 \end_layout
16548
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \end_inset
16555
16556  must be loaded in the \SpecialChar LaTeX
16557 -preamble with the line
16558 \end_layout
16559
16560 \begin_layout Standard
16561
16562 \series bold
16563
16564 \backslash
16565 usepackage{calc}
16566 \end_layout
16567
16568 \begin_layout Standard
16569 Behind the formula both boxes are closed by entering 
16570 \series bold
16571 }}
16572 \series default
16573  in \SpecialChar TeX
16574  mode.
16575  Here is an example:
16576 \begin_inset ERT
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580
16581
16582 \backslash
16583 fboxsep 5mm 
16584 \backslash
16585 fboxrule 5mm
16586 \end_layout
16587
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \begin_layout Standard
16594 \begin_inset ERT
16595 status collapsed
16596
16597 \begin_layout Plain Layout
16598
16599
16600 \backslash
16601 fbox{
16602 \backslash
16603 parbox{
16604 \backslash
16605 linewidth-2
16606 \backslash
16607 fboxsep-2
16608 \backslash
16609 fboxrule}{
16610 \end_layout
16611
16612 \end_inset
16613
16614
16615 \begin_inset Formula 
16616 \begin{equation}
16617 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
16618 \end{equation}
16619
16620 \end_inset
16621
16622
16623 \begin_inset ERT
16624 status collapsed
16625
16626 \begin_layout Plain Layout
16627
16628 }}
16629 \end_layout
16630
16631 \end_inset
16632
16633
16634 \begin_inset ERT
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638
16639
16640 \backslash
16641 fboxrule 0.4pt 
16642 \backslash
16643 fboxsep 3pt
16644 \end_layout
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \begin_layout Standard
16652 \begin_inset VSpace medskip
16653 \end_inset
16654
16655 As a parbox is used as the argument of 
16656 \series bold
16657
16658 \backslash
16659 fbox
16660 \series default
16661 ,
16662  there is in this case no difference between 
16663 \series bold
16664
16665 \backslash
16666 fbox
16667 \series default
16668  and 
16669 \series bold
16670
16671 \backslash
16672 boxed
16673 \series default
16674 .
16675 \end_layout
16676
16677 \begin_layout Standard
16678 \begin_inset VSpace bigskip
16679 \end_inset
16680
16681 Paragraph boxes are very useful to comment formulas directly.
16682  To do this,
16683  
16684 \series bold
16685
16686 \backslash
16687 parbox
16688 \series default
16689  is used in combination with the command 
16690 \series bold
16691
16692 \backslash
16693 tag
16694 \series default
16695 .
16696  (more about 
16697 \series bold
16698
16699 \backslash
16700 tag
16701 \series default
16702  see 
16703 \begin_inset CommandInset ref
16704 LatexCommand ref
16705 reference "subsec:User-defined-Numbering"
16706 nolink "false"
16707
16708 \end_inset
16709
16710 )
16711 \end_layout
16712
16713 \begin_layout Standard
16714 An example of a formula commented with 
16715 \series bold
16716
16717 \backslash
16718 parbox
16719 \series default
16720 :
16721 \end_layout
16722
16723 \begin_layout Standard
16724 \begin_inset ERT
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728
16729
16730 \backslash
16731 [5x-7b=3b
16732 \backslash
16733 tag*{
16734 \backslash
16735 parbox{5cm}{
16736 \end_layout
16737
16738 \end_inset
16739
16740 This is a description.
16741  It is distinctly separated from the formula and multiline.
16742 \begin_inset ERT
16743 status collapsed
16744
16745 \begin_layout Plain Layout
16746
16747 }}
16748 \backslash
16749 ]
16750 \end_layout
16751
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \begin_layout Standard
16758 Such a formula must be inserted completely in \SpecialChar TeX
16759  mode because \SpecialChar LyX
16760  does not yet support the command 
16761 \series bold
16762
16763 \backslash
16764 parbox
16765 \series default
16766  in formulas.
16767  The formula is created with the following command sequence:
16768 \end_layout
16769
16770 \begin_layout Standard
16771 The command 
16772 \series bold
16773
16774 \backslash
16775 [5x-7b=3b
16776 \backslash
16777 tag*
16778 \backslash
16779 {
16780 \backslash
16781 parbox{5cm}{
16782 \series default
16783  is inserted in \SpecialChar TeX
16784  mode.
16785 \begin_inset Foot
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789 When the formula style 
16790 \series bold
16791 Indented
16792 \series default
16793  is used,
16794  
16795 \series bold
16796
16797 \backslash
16798 tag*
16799 \backslash
16800 {
16801 \series default
16802  can also be replaced by 
16803 \series bold
16804
16805 \backslash
16806 hfill
16807 \series default
16808 .
16809  (formula styles see 
16810 \begin_inset CommandInset ref
16811 LatexCommand ref
16812 reference "sec:Formula-Styles"
16813 nolink "false"
16814
16815 \end_inset
16816
16817 )
16818 \end_layout
16819
16820 \end_inset
16821
16822  Then the description follows as normal text and finally 
16823 \series bold
16824 }}
16825 \backslash
16826 ]
16827 \series default
16828  is inserted in \SpecialChar TeX
16829  mode.
16830  The commands 
16831 \series bold
16832
16833 \backslash
16834 [
16835 \series default
16836  and 
16837 \series bold
16838
16839 \backslash
16840 ]
16841 \series default
16842  create a displayed formula.
16843 \end_layout
16844
16845 \begin_layout Standard
16846 The advantages of 
16847 \series bold
16848
16849 \backslash
16850 parbox
16851 \series default
16852  can be seen in this example that was 
16853 \begin_inset Quotes eld
16854 \end_inset
16855
16856 commented
16857 \begin_inset Quotes erd
16858 \end_inset
16859
16860  using the mathematical textmode:
16861 \begin_inset Formula 
16862 \[
16863 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
16864 \]
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \begin_layout Section
16872 Operators
16873 \begin_inset Index idx
16874 range none
16875 pageformat default
16876 status collapsed
16877
16878 \begin_layout Plain Layout
16879 Operators
16880 \end_layout
16881
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \begin_layout Subsection
16888 Big Operators
16889 \begin_inset CommandInset label
16890 LatexCommand label
16891 name "subsec:Big-Operators"
16892
16893 \end_inset
16894
16895
16896 \begin_inset Index idx
16897 range none
16898 pageformat default
16899 status collapsed
16900
16901 \begin_layout Plain Layout
16902 Operators
16903 \begin_inset IndexMacro subentry
16904 status open
16905
16906 \begin_layout Plain Layout
16907 big
16908 \end_layout
16909
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \end_inset
16916
16917
16918 \begin_inset Index idx
16919 range none
16920 pageformat default
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924 Sums
16925 \end_layout
16926
16927 \end_inset
16928
16929
16930 \begin_inset Index idx
16931 range none
16932 pageformat default
16933 status collapsed
16934
16935 \begin_layout Plain Layout
16936 Integrals
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \begin_layout Standard
16945 To be able to use all of the integral operators listed here,
16946  the 
16947 \family sans
16948 Load automatically
16949 \family default
16950  option for the
16951 \family sans
16952  esint package
16953 \family default
16954  must be set in the document settings under 
16955 \family sans
16956 Math
16957 \begin_inset space ~
16958 \end_inset
16959
16960 Options
16961 \family default
16962 .
16963 \end_layout
16964
16965 \begin_layout Standard
16966 \begin_inset space \hfill{}
16967 \end_inset
16968
16969
16970 \begin_inset Tabular
16971 <lyxtabular version="3" rows="11" columns="2">
16972 <features booktabs="true" tabularvalignment="middle">
16973 <column alignment="center" valignment="top" width="0pt">
16974 <column alignment="center" valignment="top" width="0pt">
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 Command
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 Result
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 int
17003 \begin_inset Index idx
17004 range none
17005 pageformat default
17006 status collapsed
17007
17008 \begin_layout Plain Layout
17009 Commands
17010 \begin_inset IndexMacro subentry
17011 status open
17012
17013 \begin_layout Plain Layout
17014 I
17015 \end_layout
17016
17017 \end_inset
17018
17019
17020 \begin_inset IndexMacro subentry
17021 status open
17022
17023 \begin_layout Plain Layout
17024
17025 \backslash
17026 int
17027 \end_layout
17028
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 \begin_inset Formula $\int$
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059
17060 \backslash
17061 oint
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 \begin_inset Formula $\oint$
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 </row>
17079 <row>
17080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084
17085 \backslash
17086 ointctrclockwise
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\ointctrclockwise$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 ointclockwise
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\ointclockwise$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 sqint
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\sqint$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 fint
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170  
17171 \begin_inset Formula $\fint$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 landupint
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196  
17197 \begin_inset Formula $\landupint$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \backslash
17213 landdownint
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222  
17223 \begin_inset Formula $\landdownint$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 bigcap
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\bigcap$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 <row>
17258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \backslash
17264 bigcup
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273 \begin_inset Formula $\bigcup$
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 </lyxtabular>
17283
17284 \end_inset
17285
17286
17287 \begin_inset space \hfill{}
17288 \end_inset
17289
17290
17291 \begin_inset Tabular
17292 <lyxtabular version="3" rows="11" columns="2">
17293 <features booktabs="true" tabularvalignment="middle">
17294 <column alignment="center" valignment="top" width="0pt">
17295 <column alignment="center" valignment="top" width="0pt">
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 Command
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 Result
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 sum
17324 \begin_inset Index idx
17325 range none
17326 pageformat default
17327 status collapsed
17328
17329 \begin_layout Plain Layout
17330 Commands
17331 \begin_inset IndexMacro subentry
17332 status open
17333
17334 \begin_layout Plain Layout
17335 S
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \begin_inset IndexMacro subentry
17342 status open
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 sum
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\sum$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 prod
17383 \begin_inset Index idx
17384 range none
17385 pageformat default
17386 status collapsed
17387
17388 \begin_layout Plain Layout
17389 Commands
17390 \begin_inset IndexMacro subentry
17391 status open
17392
17393 \begin_layout Plain Layout
17394 P
17395 \end_layout
17396
17397 \end_inset
17398
17399
17400 \begin_inset IndexMacro subentry
17401 status open
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 prod
17407 \end_layout
17408
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 \begin_inset Formula $\prod$
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \backslash
17441 coprod
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 \begin_inset Formula $\coprod$
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 </row>
17459 <row>
17460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \backslash
17466 bigodot
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\bigodot$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \backslash
17491 bigotimes
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $\bigotimes$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 <row>
17510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514
17515 \backslash
17516 bigoplus
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 \begin_inset Formula $\bigoplus$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \backslash
17541 bigwedge
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550 \begin_inset Formula $\bigwedge$
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 </row>
17559 <row>
17560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \backslash
17566 bigvee
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 \begin_inset Formula $\bigvee$
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \backslash
17591 bigsqcup
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $\bigsqcup$
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \backslash
17616 biguplus
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\biguplus$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 </lyxtabular>
17635
17636 \end_inset
17637
17638
17639 \begin_inset space \hfill{}
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \begin_layout Standard
17646 All big operators can also be inserted via the math toolbar button 
17647 \begin_inset Info
17648 type  "icon"
17649 arg   "math-insert \\intop"
17650 \end_inset
17651
17652 .
17653 \end_layout
17654
17655 \begin_layout Standard
17656 The operators are called big because they are bigger than the sometimes equal looking binary operators.
17657  All big operators can have limits as described in the next subsection.
17658 \end_layout
17659
17660 \begin_layout Standard
17661 For all integral operators there is a second version available,
17662  ending in 
17663 \series bold
17664 op
17665 \series default
17666 :
17667  
17668 \series bold
17669
17670 \backslash
17671 intop
17672 \series default
17673 ,
17674  
17675 \series bold
17676
17677 \backslash
17678 ointop
17679 \series default
17680  etc.
17681  These operators differ in the style the operator limits are displayed,
17682  see 
17683 \begin_inset CommandInset ref
17684 LatexCommand ref
17685 reference "subsec:Operator-Limits"
17686 nolink "false"
17687
17688 \end_inset
17689
17690 .
17691 \end_layout
17692
17693 \begin_layout Subsubsection*
17694 Advice for Integrals
17695 \end_layout
17696
17697 \begin_layout Standard
17698 The letter 
17699 \emph on
17700 d
17701 \emph default
17702  in an integral is an operator that has to be set upright.
17703  This is done by highlighting the 
17704 \emph on
17705 d
17706 \emph default
17707  and using the keyboard shortcut 
17708 \begin_inset Info
17709 type  "shortcut"
17710 arg   "font-roman"
17711 \end_inset
17712
17713
17714 \begin_inset Foot
17715 status collapsed
17716
17717 \begin_layout Plain Layout
17718 Font styles
17719 \series bold
17720  
17721 \series default
17722 see 
17723 \begin_inset CommandInset ref
17724 LatexCommand ref
17725 reference "subsec:Font-Styles"
17726 nolink "false"
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \end_inset
17734
17735 .
17736  Also the smallest space is inserted before the 
17737 \emph on
17738 d
17739 \emph default
17740 ,
17741  as this is usual for operators.
17742  An example:
17743 \end_layout
17744
17745 \begin_layout Standard
17746 incorrect:
17747  
17748 \begin_inset Formula $\int A(x)dx$
17749 \end_inset
17750
17751
17752 \begin_inset Newline newline
17753 \end_inset
17754
17755
17756 \begin_inset Phantom HPhantom
17757 status open
17758
17759 \begin_layout Plain Layout
17760 in
17761 \end_layout
17762
17763 \end_inset
17764
17765 correct:
17766  
17767 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \begin_layout Standard
17774 The following commands exist for multiple integrals:
17775 \begin_inset VSpace medskip
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 \begin_inset space \hfill{}
17783 \end_inset
17784
17785
17786 \begin_inset Tabular
17787 <lyxtabular version="3" rows="4" columns="2">
17788 <features booktabs="true" tabularvalignment="middle">
17789 <column alignment="center" valignment="top" width="0pt">
17790 <column alignment="center" valignment="top" width="0pt">
17791 <row>
17792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796 Command
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 Result
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row bottomspace="1mm">
17812 <cell alignment="center" valignment="top" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 iint
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 <cell alignment="center" valignment="top" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 \begin_inset Formula $\iint$
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 </row>
17836 <row bottomspace="1mm">
17837 <cell alignment="center" valignment="top" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \backslash
17843 oiint
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Formula $\oiint$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row bottomspace="1mm">
17862 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \backslash
17868 sqiint
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Formula $\sqiint$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 </lyxtabular>
17887
17888 \end_inset
17889
17890
17891 \begin_inset space \hfill{}
17892 \end_inset
17893
17894
17895 \begin_inset Tabular
17896 <lyxtabular version="3" rows="4" columns="2">
17897 <features booktabs="true" tabularvalignment="middle">
17898 <column alignment="center" valignment="top" width="0pt">
17899 <column alignment="center" valignment="top" width="0pt">
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 Command
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 Result
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 </row>
17920 <row bottomspace="1mm">
17921 <cell alignment="center" valignment="top" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \backslash
17927 iiint
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 \begin_inset Formula $\iiint$
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row bottomspace="1mm">
17946 <cell alignment="center" valignment="top" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950
17951 \backslash
17952 iiiint
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 \begin_inset Formula $\iiiint$
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 </row>
17970 <row bottomspace="1mm">
17971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975
17976 \backslash
17977 dotsint
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 \begin_inset Formula $\dotsint$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 </row>
17995 </lyxtabular>
17996
17997 \end_inset
17998
17999
18000 \begin_inset space \hfill{}
18001 \end_inset
18002
18003
18004 \end_layout
18005
18006 \begin_layout Subsection
18007 Operator Limits
18008 \begin_inset CommandInset label
18009 LatexCommand label
18010 name "subsec:Operator-Limits"
18011
18012 \end_inset
18013
18014
18015 \begin_inset Index idx
18016 range none
18017 pageformat default
18018 status collapsed
18019
18020 \begin_layout Plain Layout
18021 Operators
18022 \begin_inset IndexMacro subentry
18023 status open
18024
18025 \begin_layout Plain Layout
18026 Limits
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 Limits are created by super- and subscripts:
18041 \end_layout
18042
18043 \begin_layout Standard
18044 \align center
18045 \begin_inset Tabular
18046 <lyxtabular version="3" rows="2" columns="2">
18047 <features booktabs="true" tabularvalignment="middle">
18048 <column alignment="center" valignment="top" width="0pt">
18049 <column alignment="center" valignment="top" width="0pt">
18050 <row>
18051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 Command
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 Result
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 </row>
18070 <row>
18071 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075
18076 \backslash
18077 prod^
18078 \backslash
18079 infty
18080 \begin_inset space \textvisiblespace{}
18081 \end_inset
18082
18083
18084 \begin_inset Formula $\to$
18085 \end_inset
18086
18087 _0
18088 \begin_inset Formula $\to$
18089 \end_inset
18090
18091 A(x)
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 </row>
18109 </lyxtabular>
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Standard
18117 Limits of inline formulas are set on the right side of the operator.
18118  Limits in displayed formulas are set above or below the operator,
18119  except for integral limits.
18120 \end_layout
18121
18122 \begin_layout Standard
18123 To force the limits to be set beside the operator,
18124  the cursor is placed directly behind the operator and the limits type is changed with the menu 
18125 \family sans
18126 Edit\SpecialChar menuseparator
18127 Math\SpecialChar menuseparator
18128 Change Limits Type
18129 \family default
18130  to 
18131 \family sans
18132 \series bold
18133 Inline
18134 \family default
18135 \series default
18136  (shortcut 
18137 \begin_inset Info
18138 type  "shortcut"
18139 arg   "math-limits"
18140 \end_inset
18141
18142 ).
18143  An example:
18144 \end_layout
18145
18146 \begin_layout Standard
18147 The default displayed formulas limits type is this:
18148 \begin_inset Formula 
18149 \[
18150 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
18151 \]
18152
18153 \end_inset
18154
18155 This is how it looks when the limits type is changed to 
18156 \family sans
18157 \series bold
18158 Inline
18159 \family default
18160 \series default
18161 :
18162 \begin_inset Formula 
18163 \[
18164 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
18165 \]
18166
18167 \end_inset
18168
18169 For integrals,
18170  except those ending with 
18171 \series bold
18172 op
18173 \series default
18174  like 
18175 \series bold
18176
18177 \backslash
18178 intop
18179 \series default
18180 ,
18181  
18182 \series bold
18183
18184 \backslash
18185 ointop
18186 \series default
18187  etc.,
18188  the limits by default are set beside the operator.
18189  But for multiple integrals the limits are often set below the operator.
18190  In the following example the limits type was set to 
18191 \series bold
18192 Display
18193 \series default
18194  and so set below the integrals:
18195 \begin_inset Formula 
18196 \begin{equation}
18197 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
18198 \end{equation}
18199
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \begin_layout Standard
18206 \begin_inset VSpace medskip
18207 \end_inset
18208
18209 To specify conditions for limits,
18210  the commands 
18211 \series bold
18212
18213 \backslash
18214 subarray
18215 \series default
18216
18217 \begin_inset Index idx
18218 range none
18219 pageformat default
18220 status collapsed
18221
18222 \begin_layout Plain Layout
18223 Commands
18224 \begin_inset IndexMacro subentry
18225 status open
18226
18227 \begin_layout Plain Layout
18228 S
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \begin_inset IndexMacro subentry
18235 status open
18236
18237 \begin_layout Plain Layout
18238
18239 \backslash
18240 subarray
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \end_layout
18247
18248 \end_inset
18249
18250  and 
18251 \series bold
18252
18253 \backslash
18254 substack
18255 \series default
18256
18257 \begin_inset Index idx
18258 range none
18259 pageformat default
18260 status collapsed
18261
18262 \begin_layout Plain Layout
18263 Commands
18264 \begin_inset IndexMacro subentry
18265 status open
18266
18267 \begin_layout Plain Layout
18268 S
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \begin_inset IndexMacro subentry
18275 status open
18276
18277 \begin_layout Plain Layout
18278
18279 \backslash
18280 substack
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \end_inset
18289
18290  are used.
18291  To create this expression 
18292 \begin_inset Formula 
18293 \begin{equation}
18294 \sum_{\begin{subarray}{c}
18295 0<k<1000\\
18296 \\k\,\in\,\mathbb{N}
18297 \end{subarray}}^{n}k^{-2}\label{eq:substack}
18298 \end{equation}
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \begin_layout Standard
18306 the following must be done:
18307 \begin_inset Newline newline
18308 \end_inset
18309
18310 First the command 
18311 \series bold
18312
18313 \backslash
18314 sum
18315 \series default
18316 ^
18317 \series bold
18318 n
18319 \begin_inset space \textvisiblespace{}
18320 \end_inset
18321
18322 _
18323 \series default
18324  is typed in.
18325  The cursor is now in a blue box under the summation operator.
18326  Insert the command 
18327 \series bold
18328
18329 \backslash
18330 subarray
18331 \begin_inset space \textvisiblespace{}
18332 \end_inset
18333
18334
18335 \series default
18336 .
18337  The blue box is now within a purple box and now multiple limit lines can be written.
18338  A new line is created by inserting a line break (
18339 \begin_inset Info
18340 type  "shortcut"
18341 arg   "newline-insert newline"
18342 \end_inset
18343
18344 ).
18345  When 
18346 \begin_inset Newline newline
18347 \end_inset
18348
18349
18350 \series bold
18351 0<k<1000 Ctrl+Return
18352 \begin_inset Newline newline
18353 \end_inset
18354
18355
18356 \series default
18357 is typed in,
18358  a new box appears below for the new limit line.
18359 \end_layout
18360
18361 \begin_layout Standard
18362 The alignment of the lines can be changed to left aligned with the 
18363 \family sans
18364 table
18365 \family default
18366  
18367 \family sans
18368 toolbar
18369 \family default
18370  or the menu 
18371 \family sans
18372 Edit\SpecialChar menuseparator
18373 Rows &Columns
18374 \family default
18375 .
18376  To get right alignment,
18377  
18378 \series bold
18379
18380 \backslash
18381 hfill
18382 \begin_inset space \textvisiblespace{}
18383 \end_inset
18384
18385
18386 \series default
18387  is inserted at the beginning of the line.
18388 \end_layout
18389
18390 \begin_layout Standard
18391 The command 
18392 \series bold
18393
18394 \backslash
18395 substack
18396 \series default
18397  is equivalent to 
18398 \series bold
18399
18400 \backslash
18401 subarray
18402 \series default
18403  with the difference that the lines are always centered.
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset VSpace bigskip
18408 \end_inset
18409
18410 As in formula 
18411 \begin_inset CommandInset ref
18412 LatexCommand eqref
18413 reference "eq:substack"
18414 nolink "false"
18415
18416 \end_inset
18417
18418  there can be too much space beside an operator.
18419  This occurs because the characters following the operator are set beside the limits.
18420  To avoid this the command 
18421 \series bold
18422
18423 \backslash
18424 smashoperator
18425 \series default
18426
18427 \begin_inset Index idx
18428 range none
18429 pageformat default
18430 status collapsed
18431
18432 \begin_layout Plain Layout
18433 Commands
18434 \begin_inset IndexMacro subentry
18435 status open
18436
18437 \begin_layout Plain Layout
18438 S
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \begin_inset IndexMacro subentry
18445 status open
18446
18447 \begin_layout Plain Layout
18448
18449 \backslash
18450 smashoperator
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \end_inset
18459
18460  can be used.
18461  To use it,
18462  set the package 
18463 \series bold
18464 mathtools
18465 \series default
18466
18467 \begin_inset Index idx
18468 range none
18469 pageformat default
18470 status collapsed
18471
18472 \begin_layout Plain Layout
18473 Packages
18474 \begin_inset IndexMacro subentry
18475 status open
18476
18477 \begin_layout Plain Layout
18478 mathtools
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \end_inset
18487
18488  in the document settings under 
18489 \family sans
18490 Math
18491 \begin_inset space ~
18492 \end_inset
18493
18494 Options
18495 \family default
18496  to 
18497 \family sans
18498 Load
18499 \begin_inset space ~
18500 \end_inset
18501
18502 always
18503 \family default
18504 .
18505  
18506 \series bold
18507
18508 \backslash
18509 smashoperator
18510 \series default
18511  sets the space besides the operator to 0
18512 \begin_inset space \thinspace{}
18513 \end_inset
18514
18515 pt.
18516 \begin_inset Newline newline
18517 \end_inset
18518
18519 Applied on formula 
18520 \begin_inset CommandInset ref
18521 LatexCommand eqref
18522 reference "eq:substack"
18523 nolink "false"
18524
18525 \end_inset
18526
18527 ,
18528  one uses the command
18529 \end_layout
18530
18531 \begin_layout Standard
18532
18533 \series bold
18534
18535 \backslash
18536 smashoperator{
18537 \end_layout
18538
18539 \begin_layout Standard
18540 and inserts the operator with its limits into the braces.
18541  Behind the brace one continues the formula:
18542 \begin_inset Formula 
18543 \[
18544 \smashoperator{\sum_{\begin{subarray}{c}
18545 0<k<1000\\
18546 \\k\,\in\,\mathbb{N}
18547 \end{subarray}}^{n}}k^{-2}
18548 \]
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Standard
18556 It is possible to set the space of only one side of the operator to 0
18557 \begin_inset space \thinspace{}
18558 \end_inset
18559
18560 pt.
18561  To do this write either 
18562 \series bold
18563 [l]
18564 \series default
18565  or 
18566 \series bold
18567 [r]
18568 \series default
18569  between 
18570 \series bold
18571
18572 \backslash
18573 smashoperator
18574 \series default
18575  and its brace.
18576  
18577 \series bold
18578 l
18579 \series default
18580  stands for the left and 
18581 \series bold
18582 r
18583 \series default
18584  for the right side of the operator.
18585  Here is an example of the possible 
18586 \series bold
18587
18588 \backslash
18589 smashoperator
18590 \series default
18591  forms:
18592 \end_layout
18593
18594 \begin_layout Standard
18595 \begin_inset Formula 
18596 \[
18597 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}
18598 \]
18599
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \begin_layout Standard
18606 \begin_inset VSpace bigskip
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 When several consecutive operators have limits the typesetting of the limits looks often imperfect in the output,
18614  for example:
18615 \begin_inset Formula 
18616 \[
18617 \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}
18618 \]
18619
18620 \end_inset
18621
18622 To improve the typesetting,
18623  in the document settings under 
18624 \family sans
18625 Math
18626 \begin_inset space ~
18627 \end_inset
18628
18629 Options
18630 \family default
18631  for the package 
18632 \series bold
18633 mathtools
18634 \series default
18635
18636 \begin_inset Index idx
18637 range none
18638 pageformat default
18639 status collapsed
18640
18641 \begin_layout Plain Layout
18642 Packages
18643 \begin_inset IndexMacro subentry
18644 status open
18645
18646 \begin_layout Plain Layout
18647 mathtools
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \end_inset
18656
18657 ,
18658  set the option to
18659 \family sans
18660  Load
18661 \begin_inset space ~
18662 \end_inset
18663
18664 always
18665 \family default
18666 .
18667  Then insert the command 
18668 \series bold
18669
18670 \backslash
18671 adjustlimits
18672 \series default
18673
18674 \begin_inset Index idx
18675 range none
18676 pageformat default
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680 Commands
18681 \begin_inset IndexMacro subentry
18682 status open
18683
18684 \begin_layout Plain Layout
18685 A
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \begin_inset IndexMacro subentry
18692 status open
18693
18694 \begin_layout Plain Layout
18695
18696 \backslash
18697 adjustlimits
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \end_inset
18706
18707  directly before the first operator.
18708  The example will then look like this:
18709 \begin_inset Formula 
18710 \[
18711 \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}
18712 \]
18713
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \begin_layout Standard
18720 \begin_inset VSpace bigskip
18721 \end_inset
18722
18723 How to use one limit for several operators is described in 
18724 \begin_inset CommandInset ref
18725 LatexCommand ref
18726 reference "subsec:Self-defined-Operators"
18727 nolink "false"
18728
18729 \end_inset
18730
18731 .
18732 \end_layout
18733
18734 \begin_layout Subsection
18735 Decoration for Operators
18736 \begin_inset Index idx
18737 range none
18738 pageformat default
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742 Operators
18743 \begin_inset IndexMacro subentry
18744 status open
18745
18746 \begin_layout Plain Layout
18747 Decoration
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 With the commands 
18762 \series bold
18763
18764 \backslash
18765 overset
18766 \series default
18767
18768 \begin_inset Index idx
18769 range none
18770 pageformat default
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774 Commands
18775 \begin_inset IndexMacro subentry
18776 status open
18777
18778 \begin_layout Plain Layout
18779 O
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \begin_inset IndexMacro subentry
18786 status open
18787
18788 \begin_layout Plain Layout
18789
18790 \backslash
18791 overset
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \end_inset
18800
18801  and 
18802 \series bold
18803
18804 \backslash
18805 underset
18806 \series default
18807
18808 \begin_inset Index idx
18809 range none
18810 pageformat default
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 Commands
18815 \begin_inset IndexMacro subentry
18816 status open
18817
18818 \begin_layout Plain Layout
18819 U
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \begin_inset IndexMacro subentry
18826 status open
18827
18828 \begin_layout Plain Layout
18829
18830 \backslash
18831 underset
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \end_inset
18840
18841  characters can be placed above or below an operator respectively.
18842  With the command 
18843 \series bold
18844
18845 \backslash
18846 sideset
18847 \series default
18848
18849 \begin_inset Index idx
18850 range none
18851 pageformat default
18852 status collapsed
18853
18854 \begin_layout Plain Layout
18855 Commands
18856 \begin_inset IndexMacro subentry
18857 status open
18858
18859 \begin_layout Plain Layout
18860 S
18861 \end_layout
18862
18863 \end_inset
18864
18865
18866 \begin_inset IndexMacro subentry
18867 status open
18868
18869 \begin_layout Plain Layout
18870
18871 \backslash
18872 sideset
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \end_inset
18881
18882  characters can be set before and behind a big operator.
18883 \end_layout
18884
18885 \begin_layout Standard
18886 There are 4
18887 \begin_inset space ~
18888 \end_inset
18889
18890 variants of 
18891 \series bold
18892
18893 \backslash
18894 sideset
18895 \series default
18896 :
18897 \end_layout
18898
18899 \begin_layout Itemize
18900
18901 \series bold
18902
18903 \backslash
18904 sideset
18905 \series default
18906  is used to set characters at the corners of the operator
18907 \end_layout
18908
18909 \begin_layout Itemize
18910
18911 \series bold
18912
18913 \backslash
18914 sidesetn
18915 \series default
18916  is used to set characters before and/or behind the operator (this variant represents \SpecialChar LaTeX
18917 's original 
18918 \series bold
18919
18920 \backslash
18921 sideset
18922 \series default
18923  command)
18924 \end_layout
18925
18926 \begin_layout Itemize
18927
18928 \series bold
18929
18930 \backslash
18931 sidesetl
18932 \series default
18933  is used to set characters at the left corners and/or behind the operator
18934 \end_layout
18935
18936 \begin_layout Itemize
18937
18938 \series bold
18939
18940 \backslash
18941 sidesetr
18942 \series default
18943  is used to set characters at the right corners and/or before the operator
18944 \end_layout
18945
18946 \begin_layout Standard
18947 For example the command 
18948 \series bold
18949
18950 \backslash
18951 sidesetn
18952 \begin_inset space \textvisiblespace{}
18953 \end_inset
18954
18955
18956 \backslash
18957 sum
18958 \begin_inset space \textvisiblespace{}
18959 \end_inset
18960
18961
18962 \begin_inset Formula $\to$
18963 \end_inset
18964
18965 '
18966 \begin_inset Formula $\to$
18967 \end_inset
18968
18969 _k=1
18970 \begin_inset space \textvisiblespace{}
18971 \end_inset
18972
18973
18974 \series default
18975 ^
18976 \series bold
18977 n
18978 \series default
18979  produces:
18980 \begin_inset Formula 
18981 \[
18982 \sideset{}{'}\sum_{k=1}^{n}
18983 \]
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Standard
18991 \begin_inset Note Greyedout
18992 status open
18993
18994 \begin_layout Plain Layout
18995
18996 \series bold
18997 Note:
18998  
18999 \backslash
19000 sideset
19001 \series default
19002  can only be used to decorate big operators,
19003  binary operators are not allowed.
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Standard
19012
19013 \series bold
19014
19015 \backslash
19016 overset
19017 \series default
19018  and 
19019 \series bold
19020
19021 \backslash
19022 underset
19023 \series default
19024  can also be used to decorate symbols and characters.
19025  For example,
19026  the command 
19027 \series bold
19028
19029 \backslash
19030 overset
19031 \begin_inset space \textvisiblespace{}
19032 \end_inset
19033
19034
19035 \backslash
19036 maltese
19037 \begin_inset space \textvisiblespace{}
19038 \end_inset
19039
19040
19041 \series default
19042
19043 \begin_inset Formula $\uparrow$
19044 \end_inset
19045
19046
19047 \series bold
19048 a
19049 \series default
19050  produces:
19051 \begin_inset Formula 
19052 \[
19053 \overset{a}{\maltese}
19054 \]
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Subsection
19062 Binary Operators
19063 \begin_inset CommandInset label
19064 LatexCommand label
19065 name "subsec:Binary-Operators"
19066
19067 \end_inset
19068
19069
19070 \begin_inset Index idx
19071 range none
19072 pageformat default
19073 status collapsed
19074
19075 \begin_layout Plain Layout
19076 Operators
19077 \begin_inset IndexMacro subentry
19078 status open
19079
19080 \begin_layout Plain Layout
19081 binary
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 Binary operators are surrounded by space when there is a character before and after them.
19096 \begin_inset VSpace medskip
19097 \end_inset
19098
19099
19100 \end_layout
19101
19102 \begin_layout Standard
19103 \begin_inset Tabular
19104 <lyxtabular version="3" rows="13" columns="2">
19105 <features booktabs="true" tabularvalignment="middle">
19106 <column alignment="center" valignment="top" width="0pt">
19107 <column alignment="center" valignment="top" width="0pt">
19108 <row>
19109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 Command
19114 \begin_inset Note Note
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118
19119 \series bold
19120
19121 \backslash
19122 raisebox
19123 \series default
19124  is only used as spacer.
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 Result
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 </row>
19144 <row>
19145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 +
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Formula $+$
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 -
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 \begin_inset Formula $-$
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \backslash
19197 pm
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Formula $\pm$
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 </row>
19215 <row>
19216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220
19221 \backslash
19222 mp
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Formula $\mp$
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 <row>
19241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \backslash
19247 cdot
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 \begin_inset Formula $\cdot$
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 times
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 \begin_inset Formula $\times$
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \backslash
19297 div
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Formula $\div$
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 \begin_inset ERT
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324
19325
19326 \backslash
19327 raisebox{-1.2mm}{
19328 \end_layout
19329
19330 \end_inset
19331
19332 *
19333 \begin_inset ERT
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338 }
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 \begin_inset Formula $*$
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 </row>
19361 <row>
19362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366
19367 \backslash
19368 star
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 \begin_inset Formula $\star$
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row>
19387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \backslash
19393 circ
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Formula $\circ$
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 </row>
19411 <row>
19412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \backslash
19418 diamond
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset Formula $\diamond$
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 <row>
19437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \backslash
19443 bullet
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 \begin_inset Formula $\bullet$
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 </lyxtabular>
19462
19463 \end_inset
19464
19465
19466 \begin_inset space \hfill{}
19467 \end_inset
19468
19469
19470 \begin_inset Tabular
19471 <lyxtabular version="3" rows="13" columns="2">
19472 <features booktabs="true" tabularvalignment="middle">
19473 <column alignment="center" valignment="top" width="0pt">
19474 <column alignment="center" valignment="top" width="0pt">
19475 <row>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 Command
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 Result
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 </row>
19495 <row>
19496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500
19501 \backslash
19502 nabla
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 \begin_inset Formula $\nabla$
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 </row>
19520 <row>
19521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525
19526 \backslash
19527 bigtriangledown
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 \begin_inset Formula $\bigtriangledown$
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 </row>
19545 <row>
19546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550
19551 \backslash
19552 bigtriangleup
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561 \begin_inset Formula $\bigtriangleup$
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575
19576 \backslash
19577 Box
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586 \begin_inset Formula $\Box$
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \backslash
19602 cap 
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Formula $\cap$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 cup
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\cup$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 dagger
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\dagger$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \backslash
19677 ddagger
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset Formula $\ddagger$
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \backslash
19702 wr
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 \begin_inset Formula $\wr$
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \backslash
19727 bigcirc
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 \begin_inset Formula $\bigcirc$
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \backslash
19752 wedge
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 \begin_inset Formula $\wedge$
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 </row>
19770 <row>
19771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \backslash
19777 vee
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 \begin_inset Formula $\vee$
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 </lyxtabular>
19796
19797 \end_inset
19798
19799
19800 \begin_inset space \hfill{}
19801 \end_inset
19802
19803
19804 \begin_inset Tabular
19805 <lyxtabular version="3" rows="13" columns="2">
19806 <features booktabs="true" tabularvalignment="middle">
19807 <column alignment="center" valignment="top" width="0pt">
19808 <column alignment="center" valignment="top" width="0pt">
19809 <row>
19810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 Command
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 Result
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 <row>
19830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834
19835 \backslash
19836 oplus
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Formula $\oplus$
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \backslash
19861 ominus
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\ominus$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \backslash
19886 otimes
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Formula $\otimes$
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 oslash
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\oslash$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \backslash
19936 odot
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 \begin_inset Formula $\odot$
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959
19960 \backslash
19961 amalg
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset Formula $\amalg$
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \backslash
19986 uplus
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\uplus$
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \backslash
20011 setminus
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset Formula $\setminus$
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \backslash
20036 sqcap
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 \begin_inset Formula $\sqcap$
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 </row>
20054 <row>
20055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \backslash
20061 sqcup
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 \begin_inset Formula $\sqcup$
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \backslash
20086 triangleleft
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 \begin_inset Formula $\triangleleft$
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 <row>
20105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109
20110 \backslash
20111 triangleright
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\triangleright$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 </lyxtabular>
20130
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \begin_layout Standard
20137 All binary operators can also be inserted via the math toolbar button 
20138 \begin_inset Info
20139 type  "icon"
20140 arg   "math-insert \\pm"
20141 \end_inset
20142
20143 .
20144 \end_layout
20145
20146 \begin_layout Standard
20147 To typeset the Laplace operator,
20148  
20149 \series bold
20150
20151 \backslash
20152 Delta
20153 \series default
20154  or 
20155 \series bold
20156
20157 \backslash
20158 nabla
20159 \series default
20160 ^
20161 \series bold
20162 2
20163 \series default
20164  (
20165 \begin_inset Formula $\nabla^{2}$
20166 \end_inset
20167
20168 ) can also be used instead of 
20169 \series bold
20170
20171 \backslash
20172 bigtriangleup
20173 \series default
20174 .
20175 \end_layout
20176
20177 \begin_layout Standard
20178 The character 
20179 \family sans
20180 Menu Separator
20181 \family default
20182  from the menu 
20183 \family sans
20184 Insert\SpecialChar menuseparator
20185 Special Character
20186 \family default
20187  is the operator 
20188 \series bold
20189
20190 \backslash
20191 triangleright
20192 \series default
20193 .
20194 \end_layout
20195
20196 \begin_layout Subsection
20197 Self-defined Operators
20198 \begin_inset CommandInset label
20199 LatexCommand label
20200 name "subsec:Self-defined-Operators"
20201
20202 \end_inset
20203
20204
20205 \begin_inset Index idx
20206 range none
20207 pageformat default
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211 Operators
20212 \begin_inset IndexMacro subentry
20213 status open
20214
20215 \begin_layout Plain Layout
20216 self-defined
20217 \end_layout
20218
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \begin_layout Standard
20230 With the help of the command 
20231 \series bold
20232
20233 \backslash
20234 DeclareMathOperator
20235 \series default
20236
20237 \begin_inset Index idx
20238 range none
20239 pageformat default
20240 status collapsed
20241
20242 \begin_layout Plain Layout
20243 Commands
20244 \begin_inset IndexMacro subentry
20245 status open
20246
20247 \begin_layout Plain Layout
20248 D
20249 \end_layout
20250
20251 \end_inset
20252
20253
20254 \begin_inset IndexMacro subentry
20255 status open
20256
20257 \begin_layout Plain Layout
20258 \begin_inset IndexMacro sortkey
20259 status open
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 dbinom
20265 \end_layout
20266
20267 \end_inset
20268
20269
20270 \backslash
20271 DeclareMathOperator
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280
20281 ,
20282  custom operators can be defined in the \SpecialChar LaTeX
20283 -preamble.
20284  Its command scheme is:
20285 \end_layout
20286
20287 \begin_layout Standard
20288
20289 \series bold
20290
20291 \backslash
20292 DeclareMathOperator{new command}{display}
20293 \end_layout
20294
20295 \begin_layout Standard
20296 Display can be characters or symbols that define how the operator looks in the output.
20297  To define a big operator a * is set behind the command.
20298  All self-defined big operators can have limits as described in 
20299 \begin_inset CommandInset ref
20300 LatexCommand ref
20301 reference "subsec:Operator-Limits"
20302 nolink "false"
20303
20304 \end_inset
20305
20306 .
20307 \end_layout
20308
20309 \begin_layout Standard
20310 For example the \SpecialChar LaTeX
20311 -preamble line
20312 \end_layout
20313
20314 \begin_layout Standard
20315
20316 \series bold
20317
20318 \backslash
20319 DeclareMathOperator*{
20320 \backslash
20321 Lozenge}{
20322 \backslash
20323 blacklozenge}
20324 \end_layout
20325
20326 \begin_layout Standard
20327 defines the command 
20328 \series bold
20329
20330 \backslash
20331 Lozenge
20332 \series default
20333 ,
20334  that inserts a big operator consisting of the black lozenge symbol from 
20335 \begin_inset CommandInset ref
20336 LatexCommand ref
20337 reference "subsec:Miscellaneous-Symbols"
20338 nolink "false"
20339
20340 \end_inset
20341
20342 :
20343 \begin_inset Formula 
20344 \[
20345 \Lozenge_{n=1}^{\infty}
20346 \]
20347
20348 \end_inset
20349
20350 The command for this formula is:
20351  
20352 \series bold
20353
20354 \backslash
20355 Lozenge
20356 \series default
20357 ^
20358 \series bold
20359
20360 \backslash
20361 infty
20362 \begin_inset Formula $\to$
20363 \end_inset
20364
20365 _n=1
20366 \end_layout
20367
20368 \begin_layout Standard
20369 \begin_inset VSpace bigskip
20370 \end_inset
20371
20372 When self-defined operators are not used several times in the document,
20373  they can also be defined with the commands 
20374 \series bold
20375
20376 \backslash
20377 mathop
20378 \series default
20379
20380 \begin_inset Index idx
20381 range none
20382 pageformat default
20383 status collapsed
20384
20385 \begin_layout Plain Layout
20386 Commands
20387 \begin_inset IndexMacro subentry
20388 status open
20389
20390 \begin_layout Plain Layout
20391 M
20392 \end_layout
20393
20394 \end_inset
20395
20396
20397 \begin_inset IndexMacro subentry
20398 status open
20399
20400 \begin_layout Plain Layout
20401
20402 \backslash
20403 mathop
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412
20413  and 
20414 \series bold
20415
20416 \backslash
20417 mathbin
20418 \series default
20419
20420 \begin_inset Index idx
20421 range none
20422 pageformat default
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 Commands
20427 \begin_inset IndexMacro subentry
20428 status open
20429
20430 \begin_layout Plain Layout
20431 M
20432 \end_layout
20433
20434 \end_inset
20435
20436
20437 \begin_inset IndexMacro subentry
20438 status open
20439
20440 \begin_layout Plain Layout
20441
20442 \backslash
20443 mathbin
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452
20453 ,
20454  which have the following scheme:
20455 \end_layout
20456
20457 \begin_layout Standard
20458
20459 \series bold
20460
20461 \backslash
20462 mathop{display}
20463 \series default
20464  and 
20465 \series bold
20466
20467 \backslash
20468 mathbin{display}
20469 \end_layout
20470
20471 \begin_layout Standard
20472
20473 \series bold
20474
20475 \backslash
20476 mathop
20477 \series default
20478  defines big operators,
20479  
20480 \series bold
20481
20482 \backslash
20483 mathbin
20484 \series default
20485  binary operators.
20486 \end_layout
20487
20488 \begin_layout Standard
20489
20490 \series bold
20491
20492 \backslash
20493 mathop
20494 \series default
20495  can be used to use one limit for several operators:
20496 \end_layout
20497
20498 \begin_layout Standard
20499 \begin_inset Formula 
20500 \[
20501 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
20502 \]
20503
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \begin_layout Standard
20510 The command for the formula above is:
20511 \begin_inset Newline newline
20512 \end_inset
20513
20514
20515 \series bold
20516
20517 \backslash
20518 mathop{
20519 \backslash
20520 sum
20521 \backslash
20522 negmedspace
20523 \backslash
20524 sum
20525 \series default
20526
20527 \begin_inset space \textvisiblespace{}
20528 \end_inset
20529
20530
20531 \series bold
20532
20533 \begin_inset Formula $\to$
20534 \end_inset
20535
20536 ^N
20537 \series default
20538
20539 \begin_inset space \textvisiblespace{}
20540 \end_inset
20541
20542
20543 \series bold
20544 _i,j=1
20545 \end_layout
20546
20547 \begin_layout Section
20548 Fonts
20549 \begin_inset Index idx
20550 range none
20551 pageformat default
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 Fonts
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Subsection
20564 Font Styles
20565 \begin_inset CommandInset label
20566 LatexCommand label
20567 name "subsec:Font-Styles"
20568
20569 \end_inset
20570
20571
20572 \begin_inset Index idx
20573 range none
20574 pageformat default
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578 Font
20579 \begin_inset IndexMacro subentry
20580 status open
20581
20582 \begin_layout Plain Layout
20583 style
20584 \end_layout
20585
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \begin_layout Standard
20597 Latin letters in formulas can be set in one of the following font styles:
20598 \end_layout
20599
20600 \begin_layout Standard
20601 \align center
20602 \begin_inset Tabular
20603 <lyxtabular version="3" rows="6" columns="3">
20604 <features booktabs="true" tabularvalignment="middle">
20605 <column alignment="center" valignment="top" width="0pt">
20606 <column alignment="center" valignment="top">
20607 <column alignment="center" valignment="top">
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 Command
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 Result
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 Shortcut
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 <row>
20638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \backslash
20644 mathbb
20645 \series bold
20646
20647 \begin_inset space \textvisiblespace{}
20648 \end_inset
20649
20650
20651 \series default
20652 ABC
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661 \begin_inset Formula $\mathbb{ABC}$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 -
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 mathbf
20687 \series bold
20688
20689 \begin_inset space \textvisiblespace{}
20690 \end_inset
20691
20692
20693 \series default
20694 AbC
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Formula $\mathbf{AbC}$
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Info
20716 type  "shortcut"
20717 arg   "font-bold"
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 </row>
20726 <row>
20727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731
20732 \backslash
20733 boldsymbol
20734 \series bold
20735
20736 \begin_inset space \textvisiblespace{}
20737 \end_inset
20738
20739
20740 \series default
20741 AbC
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 \begin_inset Formula $\boldsymbol{AbC}$
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Info
20763 type  "shortcut"
20764 arg   "font-boldsymbol"
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 mathcal
20781 \series bold
20782
20783 \begin_inset space \textvisiblespace{}
20784 \end_inset
20785
20786
20787 \series default
20788 ABC
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $\mathcal{ABC}$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 -
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \backslash
20822 mathfrak
20823 \series bold
20824
20825 \begin_inset space \textvisiblespace{}
20826 \end_inset
20827
20828
20829 \series default
20830 AbC
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Formula $\mathfrak{AbC}$
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 -
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 </lyxtabular>
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \begin_layout Standard
20865 \align center
20866 \begin_inset Tabular
20867 <lyxtabular version="3" rows="6" columns="3">
20868 <features booktabs="true" tabularvalignment="middle">
20869 <column alignment="center" valignment="top" width="0pt">
20870 <column alignment="center" valignment="top">
20871 <column alignment="center" valignment="top">
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 Command
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 Result
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 Shortcut
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 mathit
20909 \series bold
20910
20911 \begin_inset space \textvisiblespace{}
20912 \end_inset
20913
20914
20915 \series default
20916 AbC
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 \begin_inset Formula $\mathit{AbC}$
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 -
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 mathrm
20951 \series bold
20952
20953 \begin_inset space \textvisiblespace{}
20954 \end_inset
20955
20956
20957 \series default
20958 AbC
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967 \begin_inset Formula $\mathrm{AbC}$
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Info
20980 type  "shortcut"
20981 arg   "font-roman"
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 mathsf
20998 \series bold
20999
21000 \begin_inset space \textvisiblespace{}
21001 \end_inset
21002
21003
21004 \series default
21005 AbC
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 \begin_inset Formula $\mathsf{AbC}$
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Info
21027 type  "shortcut"
21028 arg   "font-sans"
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 <row>
21038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \backslash
21044 mathtt
21045 \series bold
21046
21047 \begin_inset space \textvisiblespace{}
21048 \end_inset
21049
21050
21051 \series default
21052 AbC
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 \begin_inset Formula $\mathtt{AbC}$
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 \begin_inset Info
21074 type  "shortcut"
21075 arg   "font-typewriter"
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 </row>
21084 <row>
21085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089
21090 \backslash
21091 mathscr
21092 \series bold
21093
21094 \begin_inset space \textvisiblespace{}
21095 \end_inset
21096
21097
21098 \series default
21099 ABC
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\mathscr{ABC}$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 -
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 </lyxtabular>
21127
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \begin_layout Standard
21134 \begin_inset Note Greyedout
21135 status open
21136
21137 \begin_layout Plain Layout
21138
21139 \series bold
21140 Note:
21141
21142 \series default
21143  The styles 
21144 \series bold
21145
21146 \backslash
21147 mathbb
21148 \series default
21149 ,
21150  
21151 \series bold
21152
21153 \backslash
21154 mathcal
21155 \series default
21156  and 
21157 \series bold
21158
21159 \backslash
21160 mathscr
21161 \series default
21162  can only be used for big letters.
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \begin_layout Standard
21171 The style 
21172 \series bold
21173
21174 \backslash
21175 mathnormal
21176 \series default
21177  is predefined.
21178 \end_layout
21179
21180 \begin_layout Standard
21181 The style commands also work for letters in mathematical constructs:
21182 \begin_inset Formula 
21183 \[
21184 \mathfrak{A=\frac{b}{C}}
21185 \]
21186
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \begin_layout Standard
21193 Characters in mathematical text don't appear in a math font style but in the text font style 
21194 \series bold
21195
21196 \backslash
21197 textrm
21198 \series default
21199 .
21200  Note that their style can't be set correctly via the text style dialog.
21201  This is a known bug in \SpecialChar LyX
21202 .
21203 \begin_inset Foot
21204 status collapsed
21205
21206 \begin_layout Plain Layout
21207 \begin_inset CommandInset href
21208 LatexCommand href
21209 name "LyX-bug #4629"
21210 target "https://www.lyx.org/trac/ticket/4629"
21211 literal "false"
21212
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Standard
21224 Instead of the style commands,
21225  
21226 \family sans
21227 Edit\SpecialChar menuseparator
21228 Math\SpecialChar menuseparator
21229 Text Style
21230 \family default
21231  dialog,
21232  or the toolbar button,
21233  
21234 \begin_inset Info
21235 type  "icon"
21236 arg   "math-insert \\font"
21237 \end_inset
21238
21239  can be used.
21240 \end_layout
21241
21242 \begin_layout Subsection
21243 Bold Formulas
21244 \begin_inset CommandInset label
21245 LatexCommand label
21246 name "subsec:Bold-Formulas"
21247
21248 \end_inset
21249
21250
21251 \begin_inset Index idx
21252 range none
21253 pageformat default
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 Formula
21258 \begin_inset IndexMacro subentry
21259 status open
21260
21261 \begin_layout Plain Layout
21262 bold
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \begin_layout Standard
21276 To make a complete formula bold,
21277  the command 
21278 \series bold
21279
21280 \backslash
21281 mathbf
21282 \series default
21283  from the previous subsection cannot be used because it doesn't work for small Greek letters.
21284  Additionally it always prints Latin letters upright,
21285  as in the following equation:
21286 \end_layout
21287
21288 \begin_layout Standard
21289 \begin_inset Formula 
21290 \[
21291 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
21292 \]
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \begin_layout Standard
21300 To display the formula correctly,
21301  the command 
21302 \series bold
21303
21304 \backslash
21305 boldsymbol
21306 \series default
21307  is used:
21308 \begin_inset Formula 
21309 \[
21310 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
21311 \]
21312
21313 \end_inset
21314
21315 It is also possible to set the formula in a 
21316 \series bold
21317 boldmath environment
21318 \series default
21319 .
21320  This environment is created by inserting the command 
21321 \series bold
21322
21323 \backslash
21324 boldmath
21325 \series default
21326
21327 \begin_inset Index idx
21328 range none
21329 pageformat default
21330 status collapsed
21331
21332 \begin_layout Plain Layout
21333 Commands
21334 \begin_inset IndexMacro subentry
21335 status open
21336
21337 \begin_layout Plain Layout
21338 B
21339 \end_layout
21340
21341 \end_inset
21342
21343
21344 \begin_inset IndexMacro subentry
21345 status open
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 boldmath
21351 \end_layout
21352
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \end_inset
21359
21360  in \SpecialChar TeX
21361  mode.
21362  To end the environment,
21363  the command 
21364 \series bold
21365
21366 \backslash
21367 unboldmath
21368 \series default
21369
21370 \begin_inset Index idx
21371 range none
21372 pageformat default
21373 status collapsed
21374
21375 \begin_layout Plain Layout
21376 Commands
21377 \begin_inset IndexMacro subentry
21378 status open
21379
21380 \begin_layout Plain Layout
21381 U
21382 \end_layout
21383
21384 \end_inset
21385
21386
21387 \begin_inset IndexMacro subentry
21388 status open
21389
21390 \begin_layout Plain Layout
21391
21392 \backslash
21393 unboldmath
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402
21403  is inserted in \SpecialChar TeX
21404  mode.
21405 \begin_inset ERT
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409
21410
21411 \backslash
21412 boldmath 
21413 \end_layout
21414
21415 \end_inset
21416
21417
21418 \begin_inset Formula 
21419 \[
21420 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
21421 \]
21422
21423 \end_inset
21424
21425
21426 \begin_inset ERT
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430
21431
21432 \backslash
21433 unboldmath 
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Subsection
21442 Colored Formulas
21443 \begin_inset Index idx
21444 range none
21445 pageformat default
21446 status collapsed
21447
21448 \begin_layout Plain Layout
21449 Formula
21450 \begin_inset IndexMacro subentry
21451 status open
21452
21453 \begin_layout Plain Layout
21454 colored
21455 \end_layout
21456
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Standard
21468 Formulas can be colored like normal text:
21469  Highlight a formula or a formula part and use the 
21470 \family sans
21471 Text Style
21472 \family default
21473  dialog.
21474  Here is a formula in magenta:
21475 \begin_inset Formula 
21476 \[
21477 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
21478 \]
21479
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \begin_layout Standard
21486 You can also define your own colors as described in 
21487 \begin_inset CommandInset ref
21488 LatexCommand ref
21489 reference "subsec:Colored-Boxes"
21490 nolink "false"
21491
21492 \end_inset
21493
21494 .
21495  They can be used with the \SpecialChar TeX
21496  code command 
21497 \series bold
21498
21499 \backslash
21500 textcolor
21501 \series default
21502
21503 \begin_inset Index idx
21504 range none
21505 pageformat default
21506 status collapsed
21507
21508 \begin_layout Plain Layout
21509 Commands
21510 \begin_inset IndexMacro subentry
21511 status open
21512
21513 \begin_layout Plain Layout
21514 T
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \begin_inset IndexMacro subentry
21521 status open
21522
21523 \begin_layout Plain Layout
21524
21525 \backslash
21526 textcolor
21527 \end_layout
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535
21536  in the scheme
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542
21543 \backslash
21544 textcolor{color}{characters or formula}
21545 \end_layout
21546
21547 \begin_layout Standard
21548 The following example was colored completely dark green and partly red:
21549 \end_layout
21550
21551 \begin_layout Standard
21552 \begin_inset ERT
21553 status collapsed
21554
21555 \begin_layout Plain Layout
21556
21557
21558 \backslash
21559 textcolor{darkgreen}{
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \begin_inset Formula 
21566 \[
21567 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
21568 \]
21569
21570 \end_inset
21571
21572
21573 \begin_inset ERT
21574 status collapsed
21575
21576 \begin_layout Plain Layout
21577
21578 }
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Standard
21587 Due to a bug in \SpecialChar LyX
21588  only complete formulas can be colored with self-defined colors.
21589 \begin_inset Foot
21590 status collapsed
21591
21592 \begin_layout Plain Layout
21593 \begin_inset CommandInset href
21594 LatexCommand href
21595 name "LyX-bug #5269"
21596 target "https://www.lyx.org/trac/ticket/5269"
21597 literal "false"
21598
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Subsection
21610 Font Sizes
21611 \begin_inset CommandInset label
21612 LatexCommand label
21613 name "subsec:Font-Sizes"
21614
21615 \end_inset
21616
21617
21618 \begin_inset Index idx
21619 range none
21620 pageformat default
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624 Font
21625 \begin_inset IndexMacro subentry
21626 status open
21627
21628 \begin_layout Plain Layout
21629 size
21630 \end_layout
21631
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 As with characters in text,
21644  the following size commands are available for formula characters:
21645 \end_layout
21646
21647 \begin_layout Standard
21648
21649 \series bold
21650
21651 \backslash
21652 Huge
21653 \series default
21654 ,
21655  
21656 \series bold
21657
21658 \backslash
21659 huge
21660 \series default
21661 ,
21662  
21663 \series bold
21664
21665 \backslash
21666 LARGE
21667 \series default
21668 ,
21669  
21670 \series bold
21671
21672 \backslash
21673 Large
21674 \series default
21675 ,
21676  
21677 \series bold
21678
21679 \backslash
21680 large
21681 \series default
21682 ,
21683  
21684 \series bold
21685
21686 \backslash
21687 normalsize
21688 \series default
21689 ,
21690  
21691 \series bold
21692
21693 \backslash
21694 small
21695 \series default
21696 ,
21697 \begin_inset Newline newline
21698 \end_inset
21699
21700
21701 \series bold
21702
21703 \backslash
21704 footnotesize
21705 \series default
21706 ,
21707  
21708 \series bold
21709
21710 \backslash
21711 scriptsize
21712 \series default
21713  and 
21714 \series bold
21715
21716 \backslash
21717 tiny
21718 \end_layout
21719
21720 \begin_layout Standard
21721 The font size produced by the commands depends on the document's original font size,
21722  which corresponds to the command 
21723 \series bold
21724
21725 \backslash
21726 normalsize
21727 \series default
21728 .
21729  The other commands produce character sizes smaller or larger than 
21730 \series bold
21731
21732 \backslash
21733 normalsize
21734 \series default
21735 .
21736  There are however limits to how small or large the font size can be changed.
21737  If for example the document font size is 12
21738 \begin_inset space \thinspace{}
21739 \end_inset
21740
21741 pt,
21742  the command 
21743 \series bold
21744
21745 \backslash
21746 Huge
21747 \series default
21748  switches to the same size as 
21749 \series bold
21750
21751 \backslash
21752 huge
21753 \series default
21754 .
21755 \end_layout
21756
21757 \begin_layout Standard
21758 A size command is inserted in \SpecialChar TeX
21759  mode before a formula and sets the size for all of the following formulas and text characters.
21760  To switch back to the initial size,
21761  the command 
21762 \series bold
21763
21764 \backslash
21765 normalsize
21766 \series default
21767  is inserted behind the formula,
21768  again in \SpecialChar TeX
21769  mode.
21770 \end_layout
21771
21772 \begin_layout Standard
21773 Size can also be changed within a formula using the following size commands or the toolbar button 
21774 \begin_inset Info
21775 type  "icon"
21776 arg   "math-insert \\style"
21777 \end_inset
21778
21779 :
21780 \end_layout
21781
21782 \begin_layout Standard
21783 \noindent
21784 \align center
21785 \begin_inset Tabular
21786 <lyxtabular version="3" rows="5" columns="2">
21787 <features booktabs="true" tabularvalignment="middle">
21788 <column alignment="center" valignment="top" width="0pt">
21789 <column alignment="center" valignment="top">
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 Command
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 Result
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 displaystyle
21818 \begin_inset Index idx
21819 range none
21820 pageformat default
21821 status collapsed
21822
21823 \begin_layout Plain Layout
21824 Commands
21825 \begin_inset IndexMacro subentry
21826 status open
21827
21828 \begin_layout Plain Layout
21829 D
21830 \end_layout
21831
21832 \end_inset
21833
21834
21835 \begin_inset IndexMacro subentry
21836 status open
21837
21838 \begin_layout Plain Layout
21839
21840 \backslash
21841 displaystyle
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row topspace="1mm">
21870 <cell alignment="center" valignment="top" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \backslash
21876 textstyle
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 <row>
21895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \backslash
21901 scriptstyle
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 <row>
21920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \backslash
21926 scriptscriptstyle
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 </lyxtabular>
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Standard
21952 After entering these commands,
21953  a blue box appears in which the formula parts are inserted.
21954 \end_layout
21955
21956 \begin_layout Standard
21957 There is another method for changing the font size,
21958  although it only works for symbols or letters in mathematical text.
21959  To use it,
21960  one of the above text size commands is inserted into mathematical text.
21961  All characters until the end of the mathematical text or until another size command will have the selected size.
21962  Two examples:
21963 \begin_inset VSpace -2mm
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Standard
21970 \begin_inset ERT
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974
21975
21976 \backslash
21977 huge 
21978 \end_layout
21979
21980 \end_inset
21981
21982
21983 \begin_inset Formula 
21984 \[
21985 A=\frac{B}{c}\cdot\maltese
21986 \]
21987
21988 \end_inset
21989
21990
21991 \begin_inset Formula 
21992 \[
21993 \maltese A\textrm{{\Large \maltese\textit{A}}}\textrm{{\tiny \maltese\textit{A}}}
21994 \]
21995
21996 \end_inset
21997
21998
21999 \begin_inset ERT
22000 status collapsed
22001
22002 \begin_layout Plain Layout
22003
22004
22005 \backslash
22006 normalsize 
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \begin_inset VSpace medskip
22013 \end_inset
22014
22015 Before the first formula the command 
22016 \series bold
22017
22018 \backslash
22019 huge
22020 \series default
22021  was inserted.
22022  The command for the second formula is:
22023 \begin_inset Newline newline
22024 \end_inset
22025
22026
22027 \series bold
22028
22029 \backslash
22030 maltese
22031 \begin_inset space \textvisiblespace{}
22032 \end_inset
22033
22034 A Alt+M M 
22035 \backslash
22036 Large
22037 \begin_inset space \textvisiblespace{}
22038 \end_inset
22039
22040
22041 \backslash
22042 maltese
22043 \begin_inset space \textvisiblespace{}
22044 \end_inset
22045
22046
22047 \backslash
22048 textit
22049 \begin_inset space \textvisiblespace{}
22050 \end_inset
22051
22052 A
22053 \begin_inset Formula $\to$
22054 \end_inset
22055
22056
22057 \begin_inset Formula $\to$
22058 \end_inset
22059
22060
22061 \begin_inset Newline newline
22062 \end_inset
22063
22064
22065 \begin_inset space \hspace*{}
22066 \length 1cm
22067 \end_inset
22068
22069 Alt+M
22070 \series default
22071  
22072 \series bold
22073
22074 \backslash
22075 tiny
22076 \begin_inset space \textvisiblespace{}
22077 \end_inset
22078
22079
22080 \backslash
22081 maltese
22082 \begin_inset space \textvisiblespace{}
22083 \end_inset
22084
22085
22086 \backslash
22087 textit
22088 \begin_inset space \textvisiblespace{}
22089 \end_inset
22090
22091 A
22092 \end_layout
22093
22094 \begin_layout Standard
22095 If a symbol cannot be displayed in different sizes,
22096  it will always be displayed in the default size.
22097 \end_layout
22098
22099 \begin_layout Section
22100 Greek Letters
22101 \begin_inset Index idx
22102 range none
22103 pageformat default
22104 status collapsed
22105
22106 \begin_layout Plain Layout
22107 Greek letters
22108 \end_layout
22109
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \begin_layout Standard
22116 Greek letters can be inserted via the toolbar button 
22117 \begin_inset Info
22118 type  "icon"
22119 arg   "math-insert \\alpha"
22120 \end_inset
22121
22122  as well as by command.
22123  All international typesetting norms purport that Greek letters in math have to be typeset italic/slanted.
22124  In some languages,
22125  like French or Russian,
22126  they are nevertheless sometimes typeset upright.
22127 \end_layout
22128
22129 \begin_layout Subsection
22130 Small Letters
22131 \begin_inset Index idx
22132 range none
22133 pageformat default
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137 Greek letters
22138 \begin_inset IndexMacro subentry
22139 status open
22140
22141 \begin_layout Plain Layout
22142 small
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \begin_layout Standard
22156 \begin_inset space \hfill{}
22157 \end_inset
22158
22159
22160 \begin_inset Tabular
22161 <lyxtabular version="3" rows="11" columns="2">
22162 <features booktabs="true" tabularvalignment="middle">
22163 <column alignment="center" valignment="top" width="0pt">
22164 <column alignment="center" valignment="top" width="0pt">
22165 <row>
22166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 Command
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 Result
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 </row>
22185 <row>
22186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \backslash
22192 alpha
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $\alpha$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row>
22211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \backslash
22217 beta
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Formula $\beta$
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \backslash
22242 gamma
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula $\gamma$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 <row>
22261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 delta
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\delta$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 epsilon
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\epsilon$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 varepsilon
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\varepsilon$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \backslash
22342 zeta
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\zeta$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 <row>
22361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \backslash
22367 eta
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Formula $\eta$
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \backslash
22392 theta
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $\theta$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 <row>
22411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \backslash
22417 vartheta
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 \begin_inset Formula $\vartheta$
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 </row>
22435 </lyxtabular>
22436
22437 \end_inset
22438
22439
22440 \begin_inset space \hfill{}
22441 \end_inset
22442
22443
22444 \begin_inset Tabular
22445 <lyxtabular version="3" rows="12" columns="2">
22446 <features booktabs="true" tabularvalignment="middle">
22447 <column alignment="center" valignment="top" width="0pt">
22448 <column alignment="center" valignment="top" width="0pt">
22449 <row>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 Command
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 Result
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 </row>
22469 <row>
22470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \backslash
22476 iota
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $\iota$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 <row>
22495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499
22500 \backslash
22501 kappa
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Formula $\kappa$
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 </row>
22519 <row>
22520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524
22525 \backslash
22526 varkappa
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Formula $\varkappa$
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \backslash
22551 lambda
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $\lambda$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 <row>
22570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \backslash
22576 mu
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 \begin_inset Formula $\mu$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 <row>
22595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599
22600 \backslash
22601 nu
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 \begin_inset Formula $\nu$
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 </row>
22619 <row>
22620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624
22625 \backslash
22626 xi
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 \begin_inset Formula $\xi$
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 </row>
22644 <row>
22645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 o
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Formula $o$
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 </row>
22667 <row>
22668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \backslash
22674 pi
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\pi$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 varpi
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\varpi$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 rho
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Formula $\rho$
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 </lyxtabular>
22743
22744 \end_inset
22745
22746
22747 \begin_inset space \hfill{}
22748 \end_inset
22749
22750
22751 \begin_inset Tabular
22752 <lyxtabular version="3" rows="11" columns="2">
22753 <features booktabs="true" tabularvalignment="middle">
22754 <column alignment="center" valignment="top" width="0pt">
22755 <column alignment="center" valignment="top" width="0pt">
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 Command
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 Result
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 <row>
22777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \backslash
22783 varrho
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 \begin_inset Formula $\varrho$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806
22807 \backslash
22808 sigma
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 \begin_inset Formula $\sigma$
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 <row>
22827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 varsigma
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $\varsigma$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \backslash
22858 tau
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 \begin_inset Formula $\tau$
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \backslash
22883 upsilon
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Formula $\upsilon$
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906
22907 \backslash
22908 phi
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Formula $\phi$
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 <row>
22927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931
22932 \backslash
22933 varphi
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 \begin_inset Formula $\varphi$
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 </row>
22951 <row>
22952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956
22957 \backslash
22958 chi
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 \begin_inset Formula $\chi$
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 <row>
22977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \backslash
22983 psi
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Formula $\psi$
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row>
23002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006
23007 \backslash
23008 omega
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Formula $\omega$
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 </lyxtabular>
23027
23028 \end_inset
23029
23030
23031 \begin_inset space \hfill{}
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \begin_layout Standard
23038 \begin_inset VSpace medskip
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \begin_layout Standard
23045 Creating upright Greek letters is explained in 
23046 \begin_inset CommandInset ref
23047 LatexCommand ref
23048 reference "subsec:Upright-small-Greek"
23049 nolink "false"
23050
23051 \end_inset
23052
23053 .
23054 \end_layout
23055
23056 \begin_layout Subsection
23057 Big Letters
23058 \begin_inset Index idx
23059 range none
23060 pageformat default
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 Greek letters
23065 \begin_inset IndexMacro subentry
23066 status open
23067
23068 \begin_layout Plain Layout
23069 big
23070 \end_layout
23071
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \begin_layout Standard
23083 \begin_inset space \hfill{}
23084 \end_inset
23085
23086
23087 \begin_inset Tabular
23088 <lyxtabular version="3" rows="7" columns="2">
23089 <features booktabs="true" tabularvalignment="middle">
23090 <column alignment="center" valignment="top" width="0pt">
23091 <column alignment="center" valignment="top" width="0pt">
23092 <row>
23093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 Command
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 Result
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \backslash
23119 Gamma
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 \begin_inset Formula $\Gamma$
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 <row>
23138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142
23143 \backslash
23144 Delta
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 \begin_inset Formula $\Delta$
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 </row>
23162 <row>
23163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \backslash
23169 Theta
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Formula $\Theta$
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \backslash
23194 Lambda
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 \begin_inset Formula $\Lambda$
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \backslash
23219 Xi
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 \begin_inset Formula $\Xi$
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \backslash
23244 Pi
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 \begin_inset Formula $\Pi$
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 </lyxtabular>
23263
23264 \end_inset
23265
23266
23267 \begin_inset space \hfill{}
23268 \end_inset
23269
23270
23271 \begin_inset Tabular
23272 <lyxtabular version="3" rows="6" columns="2">
23273 <features booktabs="true" tabularvalignment="middle">
23274 <column alignment="center" valignment="top" width="0pt">
23275 <column alignment="center" valignment="top" width="0pt">
23276 <row>
23277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 Command
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 Result
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 Sigma
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\Sigma$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 Upsilon
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\Upsilon$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 Phi
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\Phi$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \backslash
23378 Psi
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 \begin_inset Formula $\Psi$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 <row>
23397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401
23402 \backslash
23403 Omega
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 \begin_inset Formula $\Omega$
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 </row>
23421 </lyxtabular>
23422
23423 \end_inset
23424
23425
23426 \begin_inset space \hfill{}
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \begin_layout Standard
23433 \begin_inset VSpace medskip
23434 \end_inset
23435
23436 The big Greek letters appearing upright is caused by a design bug in \SpecialChar TeX
23437 .
23438  To create correct italic big letters,
23439  begin every command with 
23440 \series bold
23441 var
23442 \series default
23443 .
23444  For example the command 
23445 \series bold
23446
23447 \backslash
23448 varGamma
23449 \series default
23450  produces 
23451 \begin_inset Formula $\varGamma$
23452 \end_inset
23453
23454 .
23455  Another way is to load the package 
23456 \series bold
23457 fixmath
23458 \series default
23459
23460 \begin_inset Foot
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464
23465 \series bold
23466 fixmath
23467 \series default
23468  is part of the \SpecialChar LaTeX
23469 -package 
23470 \series bold
23471 was
23472 \series default
23473
23474 \begin_inset Index idx
23475 range none
23476 pageformat default
23477 status collapsed
23478
23479 \begin_layout Plain Layout
23480 Packages
23481 \begin_inset IndexMacro subentry
23482 status open
23483
23484 \begin_layout Plain Layout
23485 was
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494
23495 .
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \begin_inset Index idx
23502 range none
23503 pageformat default
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507 Packages
23508 \begin_inset IndexMacro subentry
23509 status open
23510
23511 \begin_layout Plain Layout
23512 fixmath
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521
23522  with the \SpecialChar LaTeX
23523 -preamble line
23524 \end_layout
23525
23526 \begin_layout Standard
23527
23528 \series bold
23529
23530 \backslash
23531 usepackage{fixmath}
23532 \end_layout
23533
23534 \begin_layout Standard
23535 Then all big Greek letters in a document will automatically be typeset italic.
23536 \end_layout
23537
23538 \begin_layout Subsection
23539 Bold Letters
23540 \begin_inset Index idx
23541 range none
23542 pageformat default
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546 Greek letters
23547 \begin_inset IndexMacro subentry
23548 status open
23549
23550 \begin_layout Plain Layout
23551 bold
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \begin_layout Standard
23565 Greek letters cannot be set with different font styles like Latin letters.
23566  They can only be made bold with the command 
23567 \series bold
23568
23569 \backslash
23570 boldsymbol
23571 \series default
23572
23573 \begin_inset Index idx
23574 range none
23575 pageformat default
23576 status collapsed
23577
23578 \begin_layout Plain Layout
23579 Commands
23580 \begin_inset IndexMacro subentry
23581 status open
23582
23583 \begin_layout Plain Layout
23584 B
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \begin_inset IndexMacro subentry
23591 status open
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 boldsymbol
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605
23606 .
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \align center
23611 \begin_inset Tabular
23612 <lyxtabular version="3" rows="3" columns="2">
23613 <features booktabs="true" tabularvalignment="middle">
23614 <column alignment="center" valignment="top" width="0pt">
23615 <column alignment="center" valignment="top">
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 Command
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 Result
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 Upsilon
23644 \backslash
23645 boldsymbol
23646 \backslash
23647 Upsilon
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 $\Upsilon\boldsymbol{\Upsilon}$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 theta
23673 \backslash
23674 boldsymbol
23675 \backslash
23676 theta
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Formula $\theta\boldsymbol{\theta}$
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 </lyxtabular>
23695
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \begin_layout Section
23702 Symbols
23703 \begin_inset ERT
23704 status collapsed
23705
23706 \begin_layout Plain Layout
23707
23708
23709 \backslash
23710 texorpdfstring{
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \begin_inset Foot
23717 status collapsed
23718
23719 \begin_layout Plain Layout
23720 A list with all symbols of most of the \SpecialChar LaTeX
23721 -packages can be found in 
23722 \begin_inset CommandInset citation
23723 LatexCommand cite
23724 key "Symbols"
23725 literal "true"
23726
23727 \end_inset
23728
23729 .
23730 \end_layout
23731
23732 \end_inset
23733
23734
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Plain Layout
23739
23740 }{}
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \begin_inset Note Note
23747 status collapsed
23748
23749 \begin_layout Plain Layout
23750
23751 \backslash
23752 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
23753 \end_layout
23754
23755 \begin_layout Plain Layout
23756 More about 
23757 \backslash
23758 texorpdfstring is in section 
23759 \begin_inset CommandInset ref
23760 LatexCommand ref
23761 reference "subsec:Formulas-in-Section"
23762 nolink "false"
23763
23764 \end_inset
23765
23766 .
23767 \end_layout
23768
23769 \end_inset
23770
23771
23772 \begin_inset Index idx
23773 range none
23774 pageformat default
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778 Symbols
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \begin_layout Standard
23787 Many of the symbols listed in this section can also be inserted via the toolbar buttons 
23788 \begin_inset Info
23789 type  "icon"
23790 arg   "math-insert \\nabla"
23791 \end_inset
23792
23793  and 
23794 \begin_inset Info
23795 type  "icon"
23796 arg   "math-insert \\digamma"
23797 \end_inset
23798
23799 .
23800 \end_layout
23801
23802 \begin_layout Subsection
23803 Mathematical Symbols
23804 \begin_inset CommandInset label
23805 LatexCommand label
23806 name "subsec:Mathematical-Symbols"
23807
23808 \end_inset
23809
23810
23811 \begin_inset Index idx
23812 range none
23813 pageformat default
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 Symbols
23818 \begin_inset IndexMacro subentry
23819 status open
23820
23821 \begin_layout Plain Layout
23822 mathematical
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset Tabular
23837 <lyxtabular version="3" rows="10" columns="2">
23838 <features booktabs="true" tabularvalignment="middle">
23839 <column alignment="center" valignment="top" width="0pt">
23840 <column alignment="center" valignment="top" width="0pt">
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 Command
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 Symbol
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 neg
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $\neg$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 Im
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\Im$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 Re
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\Re$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \backslash
23943 aleph
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 \begin_inset Formula $\aleph$
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 partial
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Formula $\partial$
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991
23992 \backslash
23993 infty
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\infty$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \backslash
24018 wp
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 \begin_inset Formula $\wp$
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \backslash
24043 imath
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $\imath$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 jmath
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 \begin_inset Formula $\jmath$
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 </row>
24086 </lyxtabular>
24087
24088 \end_inset
24089
24090
24091 \begin_inset space \hfill{}
24092 \end_inset
24093
24094
24095 \begin_inset Tabular
24096 <lyxtabular version="3" rows="10" columns="2">
24097 <features booktabs="true" tabularvalignment="middle">
24098 <column alignment="center" valignment="top" width="0pt">
24099 <column alignment="center" valignment="top" width="0pt">
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 Command
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 Symbol
24115 \begin_inset Note Note
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119
24120 \series bold
24121
24122 \backslash
24123 raisebox
24124 \series default
24125  is only used as spacer.
24126 \end_layout
24127
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 </row>
24136 <row>
24137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141
24142 \backslash
24143 forall
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Formula $\forall$
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 exists
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Formula $\exists$
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 </row>
24186 <row>
24187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191
24192 \backslash
24193 nexists
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 \begin_inset Formula $\nexists$
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 </row>
24211 <row>
24212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \backslash
24218 emptyset
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 \begin_inset Formula $\emptyset$
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 </row>
24236 <row>
24237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 varnothing
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 \begin_inset Formula $\varnothing$
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 </row>
24261 <row>
24262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \backslash
24268 dag
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277 \begin_inset Formula $\dag$
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 </row>
24286 <row>
24287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \backslash
24293 ddag
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 \begin_inset Formula $\ddag$
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 </row>
24311 <row>
24312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 complement
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327 \begin_inset ERT
24328 status collapsed
24329
24330 \begin_layout Plain Layout
24331
24332
24333 \backslash
24334 raisebox{-0.8mm}{
24335 \end_layout
24336
24337 \end_inset
24338
24339
24340 \begin_inset Formula $\complement$
24341 \end_inset
24342
24343
24344 \begin_inset ERT
24345 status collapsed
24346
24347 \begin_layout Plain Layout
24348
24349 }
24350 \end_layout
24351
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 </row>
24360 <row>
24361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 Bbbk
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 \begin_inset Formula $\Bbbk$
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 </row>
24385 </lyxtabular>
24386
24387 \end_inset
24388
24389
24390 \begin_inset space \hfill{}
24391 \end_inset
24392
24393
24394 \begin_inset Tabular
24395 <lyxtabular version="3" rows="10" columns="2">
24396 <features booktabs="true" tabularvalignment="middle">
24397 <column alignment="center" valignment="top" width="0pt">
24398 <column alignment="center" valignment="top" width="0pt">
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 Command
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 Symbol
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 prime
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435 \begin_inset Formula $\prime$
24436 \end_inset
24437
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 <row>
24445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 backprime
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 \begin_inset Formula $\backprime$
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 </row>
24469 <row>
24470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 mho
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 \begin_inset Formula $\mho$
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 <row>
24495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 triangle
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 \begin_inset Formula $\triangle$
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 angle
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 \begin_inset Formula $\angle$
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 <row>
24545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 measuredangle
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 \begin_inset Formula $\measuredangle$
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 </row>
24569 <row>
24570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 sphericalangle
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585 \begin_inset Formula $\sphericalangle$
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 </row>
24594 <row>
24595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 top
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 \begin_inset Formula $\top$
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 <row>
24620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 bot
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635 \begin_inset Formula $\bot$
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 </row>
24644 </lyxtabular>
24645
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \begin_layout Subsection
24652 Miscellaneous Symbols
24653 \begin_inset CommandInset label
24654 LatexCommand label
24655 name "subsec:Miscellaneous-Symbols"
24656
24657 \end_inset
24658
24659
24660 \begin_inset Index idx
24661 range none
24662 pageformat default
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666 Symbols
24667 \begin_inset IndexMacro subentry
24668 status open
24669
24670 \begin_layout Plain Layout
24671 miscellaneous
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \noindent
24686 \align center
24687 \begin_inset Tabular
24688 <lyxtabular version="3" rows="10" columns="2">
24689 <features booktabs="true" tabularvalignment="middle">
24690 <column alignment="center" valignment="top" width="0pt">
24691 <column alignment="center" valignment="top" width="0pt">
24692 <row>
24693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697 Command
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 Symbol
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 </row>
24712 <row>
24713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 flat
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728 \begin_inset Formula $\flat$
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 </row>
24737 <row>
24738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742
24743 \backslash
24744 natural
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753 \begin_inset Formula $\natural$
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 </row>
24762 <row>
24763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \backslash
24769 sharp
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778 \begin_inset Formula $\sharp$
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 </row>
24787 <row>
24788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792
24793 \backslash
24794 surd
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803 \begin_inset Formula $\surd$
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817
24818 \backslash
24819 checkmark
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 \begin_inset Formula $\checkmark$
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 </row>
24837 <row>
24838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842
24843 \backslash
24844 yen
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 \begin_inset Formula $\yen$
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 </row>
24862 <row>
24863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867
24868 \backslash
24869 pounds
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 \begin_inset Formula $\pounds$
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 </row>
24887 <row>
24888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892 $
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24898 \begin_inset Text
24899
24900 \begin_layout Plain Layout
24901 \begin_inset Formula $\$$
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 </row>
24910 <row>
24911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 §
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 \begin_inset Formula $§$
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 </row>
24933 </lyxtabular>
24934
24935 \end_inset
24936
24937
24938 \begin_inset space \hfill{}
24939 \end_inset
24940
24941
24942 \begin_inset Tabular
24943 <lyxtabular version="3" rows="10" columns="2">
24944 <features booktabs="true" tabularvalignment="middle">
24945 <column alignment="center" valignment="top" width="0pt">
24946 <column alignment="center" valignment="top">
24947 <row>
24948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952 Command
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961 Symbol
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 </row>
24967 <row>
24968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972
24973 \backslash
24974 hbar
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983 \begin_inset Formula $\hbar$
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row>
24993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 hslash
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 \begin_inset Formula $\hslash$
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 <row>
25018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 clubsuit
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033 \begin_inset Formula $\clubsuit$
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 </row>
25042 <row>
25043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047
25048 \backslash
25049 spadesuit
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 \begin_inset Formula $\spadesuit$
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 </row>
25067 <row>
25068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072
25073 \backslash
25074 bigstar
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 \begin_inset Formula $\bigstar$
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 </row>
25092 <row>
25093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097
25098 \backslash
25099 blacklozenge
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 \begin_inset Formula $\blacklozenge$
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 blacktriangle
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Formula $\blacktriangle$
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 <row>
25143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147
25148 \backslash
25149 blacktiangledown
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 \begin_inset Formula $\blacktriangledown$
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 </row>
25167 <row>
25168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172
25173 \backslash
25174 bullet
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183 \begin_inset Formula $\bullet$
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 </row>
25192 </lyxtabular>
25193
25194 \end_inset
25195
25196
25197 \begin_inset space \hfill{}
25198 \end_inset
25199
25200
25201 \begin_inset Tabular
25202 <lyxtabular version="3" rows="10" columns="2">
25203 <features booktabs="true" tabularvalignment="middle">
25204 <column alignment="center" valignment="top" width="0pt">
25205 <column alignment="center" valignment="top" width="0pt">
25206 <row>
25207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211 Command
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 Symbol
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 </row>
25226 <row>
25227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 diamondsuit
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 \begin_inset Formula $\diamondsuit$
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 <row>
25252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256
25257 \backslash
25258 Diamond
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 \begin_inset Formula $\Diamond$
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 </row>
25276 <row>
25277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \backslash
25283 heartsuit
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292 \begin_inset Formula $\heartsuit$
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 </row>
25301 <row>
25302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 P
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 \begin_inset Formula $\P$
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 </row>
25326 <row>
25327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \backslash
25333 copyright
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342 \begin_inset Formula $\copyright$
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 </row>
25351 <row>
25352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356
25357 \backslash
25358 circledR
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367 \begin_inset Formula $\circledR$
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 </row>
25376 <row>
25377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \backslash
25383 maltese
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392 \begin_inset Formula $\maltese$
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 </row>
25401 <row>
25402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \backslash
25408 diagup
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 \begin_inset Formula $\diagup$
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 </row>
25426 <row>
25427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 diagdown
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 \begin_inset Formula $\diagdown$
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 </row>
25451 </lyxtabular>
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Standard
25459 \begin_inset VSpace medskip
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Some symbols can be displayed in different sizes,
25467  see 
25468 \begin_inset CommandInset ref
25469 LatexCommand ref
25470 reference "subsec:Font-Sizes"
25471 nolink "false"
25472
25473 \end_inset
25474
25475 .
25476 \end_layout
25477
25478 \begin_layout Subsection
25479 The Euro-Symbol €
25480 \begin_inset Index idx
25481 range none
25482 pageformat default
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486 Symbols
25487 \begin_inset IndexMacro subentry
25488 status open
25489
25490 \begin_layout Plain Layout
25491 Euro-symbol
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \end_inset
25500
25501
25502 \begin_inset Index idx
25503 range none
25504 pageformat default
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508 \begin_inset IndexMacro sortkey
25509 status open
25510
25511 \begin_layout Plain Layout
25512
25513 \backslash
25514
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \begin_inset ERT
25521 status collapsed
25522
25523 \begin_layout Plain Layout
25524
25525
25526 \backslash
25527 officialeuro
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \begin_layout Standard
25541 To use the Euro symbol in formulas,
25542  the \SpecialChar LaTeX
25543 -package 
25544 \series bold
25545 eurosym
25546 \series default
25547
25548 \begin_inset Index idx
25549 range none
25550 pageformat default
25551 status collapsed
25552
25553 \begin_layout Plain Layout
25554 Packages
25555 \begin_inset IndexMacro subentry
25556 status open
25557
25558 \begin_layout Plain Layout
25559 eurosym
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568
25569  must be installed and loaded with the \SpecialChar LaTeX
25570 -preamble line
25571 \end_layout
25572
25573 \begin_layout Standard
25574
25575 \series bold
25576
25577 \backslash
25578 usepackage[gennarrow]{eurosym}
25579 \end_layout
25580
25581 \begin_layout Standard
25582 The Euro symbol can now be inserted with the command 
25583 \series bold
25584
25585 \backslash
25586 euro
25587 \series default
25588
25589 \begin_inset Index idx
25590 range none
25591 pageformat default
25592 status collapsed
25593
25594 \begin_layout Plain Layout
25595 Commands
25596 \begin_inset IndexMacro subentry
25597 status open
25598
25599 \begin_layout Plain Layout
25600 E
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \begin_inset IndexMacro subentry
25607 status open
25608
25609 \begin_layout Plain Layout
25610
25611 \backslash
25612 euro
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621
25622 .
25623 \end_layout
25624
25625 \begin_layout Standard
25626 The Euro symbol can directly be inserted with the € key in mathematical text,
25627  without having 
25628 \series bold
25629 eurosym
25630 \series default
25631  installed.
25632  When 
25633 \series bold
25634 eurosym
25635 \series default
25636  is installed,
25637  
25638 \series bold
25639
25640 \backslash
25641 euro
25642 \series default
25643  can also be inserted in \SpecialChar TeX
25644  mode.
25645  The official currency symbol can then be inserted with the command 
25646 \series bold
25647
25648 \backslash
25649 officialeuro
25650 \series default
25651
25652 \begin_inset Index idx
25653 range none
25654 pageformat default
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658 Commands
25659 \begin_inset IndexMacro subentry
25660 status open
25661
25662 \begin_layout Plain Layout
25663 O
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \begin_inset IndexMacro subentry
25670 status open
25671
25672 \begin_layout Plain Layout
25673
25674 \backslash
25675 officialeuro
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \end_inset
25684
25685 ,
25686  which is also only available in \SpecialChar TeX
25687  mode.
25688 \end_layout
25689
25690 \begin_layout Standard
25691 \begin_inset ERT
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695
25696
25697 \backslash
25698 ifeurosym 
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \begin_inset Note Note
25705 status open
25706
25707 \begin_layout Plain Layout
25708 The following table will only be displayed when the \SpecialChar LaTeX
25709 -package 
25710 \series bold
25711 eurosym
25712 \series default
25713  is installed.
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \begin_layout Standard
25722 An overview about the different Euro symbols:
25723 \end_layout
25724
25725 \begin_layout Standard
25726 \align center
25727 \begin_inset Tabular
25728 <lyxtabular version="3" rows="4" columns="3">
25729 <features booktabs="true" tabularvalignment="middle">
25730 <column alignment="center" valignment="top" width="0pt">
25731 <column alignment="center" valignment="top" width="0pt">
25732 <column alignment="center" valignment="top" width="0pt">
25733 <row>
25734 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 \begin_inset ERT
25739 status collapsed
25740
25741 \begin_layout Plain Layout
25742
25743
25744 \backslash
25745 cmidrule[0.08em]{2-3}
25746 \end_layout
25747
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 Command 
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 Symbol
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779 formula
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788
25789 \backslash
25790 euro
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 \begin_inset Formula $\euro$
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 </row>
25808 <row>
25809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813 mathematical text
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 \begin_inset Formula $\mbox{€}$
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \SpecialChar TeX
25846  mode
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855
25856 \backslash
25857 officialeuro
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866 \begin_inset ERT
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870
25871
25872 \backslash
25873 officialeuro
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 </row>
25884 </lyxtabular>
25885
25886 \end_inset
25887
25888
25889 \begin_inset Note Note
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893
25894 \series bold
25895
25896 \backslash
25897 cmidrule
25898 \series default
25899  is used here only for table borders.
25900  See sec.
25901  
25902 \family sans
25903 Formal Tables
25904 \family default
25905  of the 
25906 \emph on
25907 EmbeddedObjects
25908 \emph default
25909  manual for details.
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Standard
25918 \begin_inset ERT
25919 status collapsed
25920
25921 \begin_layout Plain Layout
25922
25923
25924 \backslash
25925 else 
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \begin_inset Note Note
25932 status open
25933
25934 \begin_layout Plain Layout
25935 The following will be displayed when the \SpecialChar LaTeX
25936 -package 
25937 \series bold
25938 eurosym
25939 \series default
25940  is not installed:
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Standard
25949 You need to install the \SpecialChar LaTeX
25950 -package 
25951 \series bold
25952 eurosym
25953 \series default
25954  to see the rest of this subsection in the output.
25955 \end_layout
25956
25957 \begin_layout Standard
25958 \begin_inset ERT
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962
25963
25964 \backslash
25965 fi 
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Section
25974 Relations
25975 \begin_inset CommandInset label
25976 LatexCommand label
25977 name "sec:Relations"
25978
25979 \end_inset
25980
25981
25982 \begin_inset Index idx
25983 range none
25984 pageformat default
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988 Relations
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \begin_inset Index idx
25995 range none
25996 pageformat default
25997 status collapsed
25998
25999 \begin_layout Plain Layout
26000 Comparisons
26001 \begin_inset IndexMacro see
26002 status open
26003
26004 \begin_layout Plain Layout
26005 Relations
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Standard
26019 All of the following relations can also be inserted via the toolbar button 
26020 \begin_inset Info
26021 type  "icon"
26022 arg   "math-insert \\leq"
26023 \end_inset
26024
26025 .
26026 \end_layout
26027
26028 \begin_layout Standard
26029 \begin_inset Tabular
26030 <lyxtabular version="3" rows="17" columns="2">
26031 <features booktabs="true" tabularvalignment="middle">
26032 <column alignment="center" valignment="top" width="0pt">
26033 <column alignment="center" valignment="top" width="0pt">
26034 <row>
26035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039 Command
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048 Relation
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 <row>
26055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 <
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Formula $<$
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 <row>
26078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082
26083 \backslash
26084 le
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26090 \begin_inset Text
26091
26092 \begin_layout Plain Layout
26093 \begin_inset Formula $\le$
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 </row>
26102 <row>
26103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107
26108 \backslash
26109 ll
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset Formula $\ll$
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 prec
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 $\prec$
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
26158 \backslash
26159 preceq
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 \begin_inset Formula $\preceq$
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 subset
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 \begin_inset Formula $\subset$
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 </row>
26202 <row>
26203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207
26208 \backslash
26209 subseteq
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218 \begin_inset Formula $\subseteq$
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 </row>
26227 <row>
26228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232
26233 \backslash
26234 sqsubseteq
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 \begin_inset Formula $\sqsubseteq$
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 </row>
26252 <row>
26253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257
26258 \backslash
26259 in
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset Formula $\in$
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 </row>
26277 <row>
26278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282
26283 \backslash
26284 vdash
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 \begin_inset Formula $\vdash$
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 </row>
26302 <row>
26303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307
26308 \backslash
26309 smile
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318 \begin_inset Formula $\smile$
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 </row>
26327 <row>
26328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26329 \begin_inset Text
26330
26331 \begin_layout Plain Layout
26332
26333 \backslash
26334 lhd
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 \begin_inset Formula $\lhd$
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 </row>
26352 <row>
26353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357
26358 \backslash
26359 unlhd
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 \begin_inset Formula $\unlhd$
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 </row>
26377 <row>
26378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382
26383 \backslash
26384 gtrless
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393 \begin_inset Formula $\gtrless$
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 </row>
26402 <row>
26403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407
26408 \backslash
26409 mid
26410 \end_layout
26411
26412 \end_inset
26413 </cell>
26414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418 \begin_inset Formula $\mid$
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \backslash
26434 nmid
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 \begin_inset Formula $\nmid$
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 </row>
26452 </lyxtabular>
26453
26454 \end_inset
26455
26456
26457 \begin_inset space \hfill{}
26458 \end_inset
26459
26460
26461 \begin_inset Tabular
26462 <lyxtabular version="3" rows="17" columns="2">
26463 <features booktabs="true" tabularvalignment="middle">
26464 <column alignment="center" valignment="top" width="0pt">
26465 <column alignment="center" valignment="top" width="0pt">
26466 <row>
26467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 Command
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 Relation
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 </row>
26486 <row>
26487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491 =
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 \begin_inset Formula $=$
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 </row>
26509 <row>
26510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514
26515 \backslash
26516 not=
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 \begin_inset Formula $\not=$
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 </row>
26534 <row>
26535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539
26540 \backslash
26541 equiv
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 \begin_inset Formula $\equiv$
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 </row>
26559 <row>
26560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564
26565 \backslash
26566 sim
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 \begin_inset Formula $\sim$
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 </row>
26584 <row>
26585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589
26590 \backslash
26591 simeq
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600 \begin_inset Formula $\simeq$
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 <row>
26610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \backslash
26616 approx
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 \begin_inset Formula $\approx$
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 </row>
26634 <row>
26635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639
26640 \backslash
26641 cong
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 \begin_inset Formula $\cong$
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 </row>
26659 <row>
26660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664
26665 \backslash
26666 bowtie
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 \begin_inset Formula $\bowtie$
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 </row>
26684 <row>
26685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689
26690 \backslash
26691 notin
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700 \begin_inset Formula $\notin$
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 </row>
26709 <row>
26710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714
26715 \backslash
26716 perp
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Plain Layout
26725 \begin_inset Formula $\perp$
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 propto
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset Formula $\propto$
26751 \end_inset
26752
26753
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 </row>
26759 <row>
26760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764
26765 \backslash
26766 asymp
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775 \begin_inset Formula $\asymp$
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 </row>
26784 <row>
26785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789
26790 \backslash
26791 doteq
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800 \begin_inset Formula $\doteq$
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 </row>
26809 <row>
26810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814
26815 \backslash
26816 circeq
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825 \begin_inset Formula $\circeq$
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 </row>
26834 <row>
26835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839
26840 \backslash
26841 models
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850 \begin_inset Formula $\models$
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 </row>
26859 <row>
26860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864
26865 \backslash
26866 widehat=
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875 \begin_inset Formula $\widehat{=}$
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 </row>
26884 </lyxtabular>
26885
26886 \end_inset
26887
26888
26889 \begin_inset space \hfill{}
26890 \end_inset
26891
26892
26893 \begin_inset Tabular
26894 <lyxtabular version="3" rows="17" columns="2">
26895 <features booktabs="true" tabularvalignment="middle">
26896 <column alignment="center" valignment="top" width="0pt">
26897 <column alignment="center" valignment="top" width="0pt">
26898 <row>
26899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903 Command
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912 Relation
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 </row>
26918 <row>
26919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 >
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 \begin_inset Formula $>$
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946
26947 \backslash
26948 ge
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 \begin_inset Formula $\ge$
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 </row>
26966 <row>
26967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971
26972 \backslash
26973 gg
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 \begin_inset Formula $\gg$
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 </row>
26991 <row>
26992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996
26997 \backslash
26998 succ
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Plain Layout
27007 \begin_inset Formula $\succ$
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \end_inset
27014 </cell>
27015 </row>
27016 <row>
27017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27018 \begin_inset Text
27019
27020 \begin_layout Plain Layout
27021
27022 \backslash
27023 succeq
27024 \end_layout
27025
27026 \end_inset
27027 </cell>
27028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27029 \begin_inset Text
27030
27031 \begin_layout Plain Layout
27032 \begin_inset Formula $\succeq$
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 </row>
27041 <row>
27042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046
27047 \backslash
27048 supset
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27054 \begin_inset Text
27055
27056 \begin_layout Plain Layout
27057 \begin_inset Formula $\supset$
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 </row>
27066 <row>
27067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Plain Layout
27071
27072 \backslash
27073 supseteq
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082 \begin_inset Formula $\supseteq$
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row>
27092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096
27097 \backslash
27098 sqsupseteq
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107 \begin_inset Formula $\sqsupseteq$
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 </row>
27116 <row>
27117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121
27122 \backslash
27123 ni
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27129 \begin_inset Text
27130
27131 \begin_layout Plain Layout
27132 \begin_inset Formula $\ni$
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \end_inset
27139 </cell>
27140 </row>
27141 <row>
27142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27143 \begin_inset Text
27144
27145 \begin_layout Plain Layout
27146
27147 \backslash
27148 dashv
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157 \begin_inset Formula $\dashv$
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 </row>
27166 <row>
27167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171
27172 \backslash
27173 frown
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Plain Layout
27182 \begin_inset Formula $\frown$
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 </row>
27191 <row>
27192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196
27197 \backslash
27198 rhd
27199 \end_layout
27200
27201 \end_inset
27202 </cell>
27203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27204 \begin_inset Text
27205
27206 \begin_layout Plain Layout
27207 \begin_inset Formula $\rhd$
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 </row>
27216 <row>
27217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Plain Layout
27221
27222 \backslash
27223 unrhd
27224 \end_layout
27225
27226 \end_inset
27227 </cell>
27228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232 \begin_inset Formula $\unrhd$
27233 \end_inset
27234
27235
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 </row>
27241 <row>
27242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246
27247 \backslash
27248 lessgtr
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257 \begin_inset Formula $\lessgtr$
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 </row>
27266 <row>
27267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271
27272 \backslash
27273 parallel
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282 \begin_inset Formula $\parallel$
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 </row>
27291 <row>
27292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Plain Layout
27296
27297 \backslash
27298 nparallel
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27304 \begin_inset Text
27305
27306 \begin_layout Plain Layout
27307 \begin_inset Formula $\nparallel$
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \end_inset
27314 </cell>
27315 </row>
27316 </lyxtabular>
27317
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \begin_layout Standard
27324 \begin_inset VSpace medskip
27325 \end_inset
27326
27327 The characters 
27328 \series bold
27329
27330 \backslash
27331 lhd
27332 \series default
27333  and 
27334 \series bold
27335
27336 \backslash
27337 rhd
27338 \series default
27339  are bigger than the equal looking operators 
27340 \series bold
27341
27342 \backslash
27343 triangleleft
27344 \series default
27345  and 
27346 \series bold
27347
27348 \backslash
27349 triangleright
27350 \series default
27351 ,
27352  respectively.
27353 \end_layout
27354
27355 \begin_layout Standard
27356 \SpecialChar LyX
27357  supports also many special relations.
27358  Use the toolbar button 
27359 \begin_inset Info
27360 type  "icon"
27361 arg   "math-insert \\leqq"
27362 \end_inset
27363
27364  to see a list of these relations.
27365 \end_layout
27366
27367 \begin_layout Standard
27368 Contrary to symbols,
27369  relations are always surrounded by space.
27370 \end_layout
27371
27372 \begin_layout Standard
27373 Relations with labels can be created with the command 
27374 \series bold
27375
27376 \backslash
27377 stackrel
27378 \series default
27379
27380 \begin_inset Index idx
27381 range none
27382 pageformat default
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386 Commands
27387 \begin_inset IndexMacro subentry
27388 status open
27389
27390 \begin_layout Plain Layout
27391 S
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \begin_inset IndexMacro subentry
27398 status open
27399
27400 \begin_layout Plain Layout
27401
27402 \backslash
27403 stackrel
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \end_inset
27412
27413 :
27414 \end_layout
27415
27416 \begin_layout Standard
27417 \align center
27418 \begin_inset Tabular
27419 <lyxtabular version="3" rows="2" columns="2">
27420 <features booktabs="true" tabularvalignment="middle">
27421 <column alignment="center" valignment="top" width="0pt">
27422 <column alignment="center" valignment="top">
27423 <row>
27424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 Command
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27434 \begin_inset Text
27435
27436 \begin_layout Plain Layout
27437 Result
27438 \end_layout
27439
27440 \end_inset
27441 </cell>
27442 </row>
27443 <row topspace="1.5mm">
27444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448 A(r)
27449 \backslash
27450 stackrel
27451 \begin_inset space \textvisiblespace{}
27452 \end_inset
27453
27454 r
27455 \backslash
27456 to
27457 \backslash
27458 infty
27459 \begin_inset space \textvisiblespace{}
27460 \end_inset
27461
27462
27463 \begin_inset Formula $\downarrow$
27464 \end_inset
27465
27466
27467 \backslash
27468 approx
27469 \begin_inset space \textvisiblespace{}
27470 \end_inset
27471
27472
27473 \begin_inset space \textvisiblespace{}
27474 \end_inset
27475
27476 B
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \end_inset
27492 </cell>
27493 </row>
27494 </lyxtabular>
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Section
27502 Functions
27503 \end_layout
27504
27505 \begin_layout Subsection
27506 Predefined Functions
27507 \begin_inset CommandInset label
27508 LatexCommand label
27509 name "subsec:Predefined-Functions"
27510
27511 \end_inset
27512
27513
27514 \begin_inset Index idx
27515 range none
27516 pageformat default
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 Functions
27521 \begin_inset IndexMacro subentry
27522 status open
27523
27524 \begin_layout Plain Layout
27525 predefined
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \begin_layout Standard
27539 In general,
27540  variables are set 
27541 \emph on
27542 italic
27543 \emph default
27544  in mathematical expressions,
27545  but not function names,
27546  because 
27547 \begin_inset Formula $sin$
27548 \end_inset
27549
27550  could be misunderstood as 
27551 \begin_inset Formula $s\cdot i\cdot n$
27552 \end_inset
27553
27554 .
27555  Also predefined functions are separated a bit from the character in front of them.
27556  They are inserted as commands starting with a backslash before their name.
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \align center
27561 \begin_inset Tabular
27562 <lyxtabular version="3" rows="2" columns="2">
27563 <features booktabs="true" tabularvalignment="middle">
27564 <column alignment="center" valignment="top" width="0pt">
27565 <column alignment="center" valignment="top" width="0pt">
27566 <row>
27567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571 Command
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580 Result
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 </row>
27586 <row>
27587 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 Asin(x)+B
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600 \begin_inset Formula $Asin(x)+B$
27601 \end_inset
27602
27603
27604 \end_layout
27605
27606 \end_inset
27607 </cell>
27608 </row>
27609 </lyxtabular>
27610
27611 \end_inset
27612
27613
27614 \begin_inset space \quad{}
27615 \end_inset
27616
27617
27618 \begin_inset Tabular
27619 <lyxtabular version="3" rows="2" columns="2">
27620 <features booktabs="true" tabularvalignment="middle">
27621 <column alignment="center" valignment="top" width="0pt">
27622 <column alignment="center" valignment="top" width="0pt">
27623 <row>
27624 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27625 \begin_inset Text
27626
27627 \begin_layout Plain Layout
27628 Command
27629 \end_layout
27630
27631 \end_inset
27632 </cell>
27633 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
27634 \begin_inset Text
27635
27636 \begin_layout Plain Layout
27637 Result
27638 \end_layout
27639
27640 \end_inset
27641 </cell>
27642 </row>
27643 <row>
27644 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Plain Layout
27648 A
27649 \backslash
27650 sin(x)+B
27651 \end_layout
27652
27653 \end_inset
27654 </cell>
27655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Plain Layout
27659 \begin_inset Formula $A\sin(x)+B$
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \end_inset
27666 </cell>
27667 </row>
27668 </lyxtabular>
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Standard
27676 The following functions are predefined:
27677 \end_layout
27678
27679 \begin_layout Standard
27680 \begin_inset VSpace -2mm
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_layout Standard
27687 \align center
27688 \begin_inset Tabular
27689 <lyxtabular version="3" rows="9" columns="4">
27690 <features booktabs="true" tabularvalignment="middle">
27691 <column alignment="center" valignment="top" width="0pt">
27692 <column alignment="center" valignment="top" width="0pt">
27693 <column alignment="center" valignment="top" width="0pt">
27694 <column alignment="center" valignment="top" width="0pt">
27695 <row>
27696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Plain Layout
27700 Command
27701 \end_layout
27702
27703 \end_inset
27704 </cell>
27705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27706 \begin_inset Text
27707
27708 \begin_layout Plain Layout
27709 Command
27710 \end_layout
27711
27712 \end_inset
27713 </cell>
27714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Plain Layout
27718 Command
27719 \end_layout
27720
27721 \end_inset
27722 </cell>
27723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27724 \begin_inset Text
27725
27726 \begin_layout Plain Layout
27727 Command
27728 \end_layout
27729
27730 \end_inset
27731 </cell>
27732 </row>
27733 <row>
27734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27735 \begin_inset Text
27736
27737 \begin_layout Plain Layout
27738
27739 \backslash
27740 sin
27741 \end_layout
27742
27743 \end_inset
27744 </cell>
27745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27746 \begin_inset Text
27747
27748 \begin_layout Plain Layout
27749
27750 \backslash
27751 sinh
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760
27761 \backslash
27762 arcsin
27763 \end_layout
27764
27765 \end_inset
27766 </cell>
27767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771
27772 \backslash
27773 sup
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 </row>
27779 <row>
27780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784
27785 \backslash
27786 cos
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795
27796 \backslash
27797 cosh
27798 \end_layout
27799
27800 \end_inset
27801 </cell>
27802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806
27807 \backslash
27808 arccos
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27814 \begin_inset Text
27815
27816 \begin_layout Plain Layout
27817
27818 \backslash
27819 inf
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 </row>
27825 <row>
27826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830
27831 \backslash
27832 tan
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841
27842 \backslash
27843 tanh
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27849 \begin_inset Text
27850
27851 \begin_layout Plain Layout
27852
27853 \backslash
27854 arctan
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27860 \begin_inset Text
27861
27862 \begin_layout Plain Layout
27863
27864 \backslash
27865 lim
27866 \end_layout
27867
27868 \end_inset
27869 </cell>
27870 </row>
27871 <row>
27872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876
27877 \backslash
27878 cot
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887
27888 \backslash
27889 coth
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898
27899 \backslash
27900 arg
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Plain Layout
27909
27910 \backslash
27911 liminf
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 </row>
27917 <row>
27918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Plain Layout
27922
27923 \backslash
27924 sec
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933
27934 \backslash
27935 min
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944
27945 \backslash
27946 deg
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Plain Layout
27955
27956 \backslash
27957 limsup
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 </row>
27963 <row>
27964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27965 \begin_inset Text
27966
27967 \begin_layout Plain Layout
27968
27969 \backslash
27970 csc
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979
27980 \backslash
27981 max
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990
27991 \backslash
27992 det
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27998 \begin_inset Text
27999
28000 \begin_layout Plain Layout
28001
28002 \backslash
28003 Pr
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 </row>
28009 <row>
28010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014
28015 \backslash
28016 ln
28017 \end_layout
28018
28019 \end_inset
28020 </cell>
28021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Plain Layout
28025
28026 \backslash
28027 exp
28028 \end_layout
28029
28030 \end_inset
28031 </cell>
28032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28033 \begin_inset Text
28034
28035 \begin_layout Plain Layout
28036
28037 \backslash
28038 dim
28039 \end_layout
28040
28041 \end_inset
28042 </cell>
28043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Plain Layout
28047
28048 \backslash
28049 hom
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 </row>
28055 <row>
28056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28057 \begin_inset Text
28058
28059 \begin_layout Plain Layout
28060
28061 \backslash
28062 lg
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071
28072 \backslash
28073 log
28074 \end_layout
28075
28076 \end_inset
28077 </cell>
28078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082
28083 \backslash
28084 ker
28085 \end_layout
28086
28087 \end_inset
28088 </cell>
28089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28090 \begin_inset Text
28091
28092 \begin_layout Plain Layout
28093
28094 \backslash
28095 gcd
28096 \end_layout
28097
28098 \end_inset
28099 </cell>
28100 </row>
28101 </lyxtabular>
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 They can also be inserted with the math toolbar button 
28110 \begin_inset Info
28111 type  "icon"
28112 arg   "math-insert \\functions"
28113 \end_inset
28114
28115 .
28116 \end_layout
28117
28118 \begin_layout Subsection
28119 Self-defined Functions
28120 \begin_inset Index idx
28121 range none
28122 pageformat default
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Functions
28127 \begin_inset IndexMacro subentry
28128 status open
28129
28130 \begin_layout Plain Layout
28131 self-defined
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Standard
28145 To use a function that is not predefined,
28146  for instance the sign function sgn(x),
28147  there are two possibilities:
28148 \end_layout
28149
28150 \begin_layout Itemize
28151 Define the function by inserting the following line in the \SpecialChar LaTeX
28152 -preamble
28153 \begin_inset Foot
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157 For more about 
28158 \series bold
28159
28160 \backslash
28161 DeclareMathOperator
28162 \series default
28163  see 
28164 \begin_inset CommandInset ref
28165 LatexCommand ref
28166 reference "subsec:Self-defined-Operators"
28167 nolink "false"
28168
28169 \end_inset
28170
28171 .
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \begin_inset Newline newline
28178 \end_inset
28179
28180
28181 \begin_inset VSpace -3mm
28182 \end_inset
28183
28184
28185 \begin_inset Newline newline
28186 \end_inset
28187
28188
28189 \series bold
28190
28191 \backslash
28192 DeclareMathOperator{
28193 \backslash
28194 sgn}{sgn}
28195 \series default
28196
28197 \begin_inset Index idx
28198 range none
28199 pageformat default
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Commands
28204 \begin_inset IndexMacro subentry
28205 status open
28206
28207 \begin_layout Plain Layout
28208 D
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \begin_inset IndexMacro subentry
28215 status open
28216
28217 \begin_layout Plain Layout
28218 \begin_inset IndexMacro sortkey
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222
28223 \backslash
28224 dbinom
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \backslash
28231 DeclareMathOperator
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \begin_inset Newline newline
28243 \end_inset
28244
28245
28246 \begin_inset VSpace -2mm
28247 \end_inset
28248
28249
28250 \begin_inset Newline newline
28251 \end_inset
28252
28253 Now the newly defined function can be called with the command 
28254 \series bold
28255
28256 \backslash
28257 sgn
28258 \series default
28259 .
28260 \end_layout
28261
28262 \begin_layout Itemize
28263 Write the formula as usual,
28264  mark the formula name,
28265  in our example the letters 
28266 \emph on
28267 sgn
28268 \emph default
28269 ,
28270  and change it to mathematical text.
28271  Finally,
28272  insert a space between the prefactor and function.
28273 \end_layout
28274
28275 \begin_layout Standard
28276 The result is the same with both methods as with a predefined function
28277 \begin_inset Foot
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281 In \SpecialChar LyX
28282  self-defined functions are displayed red,
28283  predefined ones black.
28284 \end_layout
28285
28286 \end_inset
28287
28288 :
28289 \end_layout
28290
28291 \begin_layout Standard
28292 \align center
28293 \begin_inset Tabular
28294 <lyxtabular version="3" rows="3" columns="2">
28295 <features booktabs="true" tabularvalignment="middle">
28296 <column alignment="center" valignment="top" width="0pt">
28297 <column alignment="center" valignment="top" width="0pt">
28298 <row>
28299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28300 \begin_inset Text
28301
28302 \begin_layout Plain Layout
28303 Command
28304 \end_layout
28305
28306 \end_inset
28307 </cell>
28308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28309 \begin_inset Text
28310
28311 \begin_layout Plain Layout
28312 Result
28313 \end_layout
28314
28315 \end_inset
28316 </cell>
28317 </row>
28318 <row>
28319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28320 \begin_inset Text
28321
28322 \begin_layout Plain Layout
28323 A
28324 \backslash
28325 sgn(x)+B
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334 \begin_inset Formula $A\sgn(x)+B$
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \end_inset
28341 </cell>
28342 </row>
28343 <row>
28344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28345 \begin_inset Text
28346
28347 \begin_layout Plain Layout
28348 A
28349 \backslash
28350 ,
28351 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
28352 \end_inset
28353
28354 (x)+B
28355 \end_layout
28356
28357 \end_inset
28358 </cell>
28359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28360 \begin_inset Text
28361
28362 \begin_layout Plain Layout
28363 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \end_inset
28370 </cell>
28371 </row>
28372 </lyxtabular>
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Standard
28380 The first method is more suitable when the self-defined function will be used several times.
28381 \end_layout
28382
28383 \begin_layout Subsection
28384 Limits
28385 \begin_inset Index idx
28386 range none
28387 pageformat default
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 Limits
28392 \end_layout
28393
28394 \end_inset
28395
28396
28397 \end_layout
28398
28399 \begin_layout Standard
28400 For limits,
28401  in addition to the commands 
28402 \series bold
28403
28404 \backslash
28405 lim
28406 \series default
28407
28408 \begin_inset Index idx
28409 range none
28410 pageformat default
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Commands
28415 \begin_inset IndexMacro subentry
28416 status open
28417
28418 \begin_layout Plain Layout
28419 L
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \begin_inset IndexMacro subentry
28426 status open
28427
28428 \begin_layout Plain Layout
28429
28430 \backslash
28431 lim
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \end_inset
28440
28441 ,
28442  
28443 \series bold
28444
28445 \backslash
28446 liminf
28447 \series default
28448  and 
28449 \series bold
28450
28451 \backslash
28452 limsup
28453 \series default
28454  the following functions are defined:
28455 \end_layout
28456
28457 \begin_layout Standard
28458 \align center
28459 \begin_inset Tabular
28460 <lyxtabular version="3" rows="5" columns="2">
28461 <features booktabs="true" tabularvalignment="middle">
28462 <column alignment="center" valignment="top" width="0pt">
28463 <column alignment="center" valignment="top" width="0pt">
28464 <row>
28465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Plain Layout
28469 Command
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Plain Layout
28478 Result
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 </row>
28484 <row>
28485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28486 \begin_inset Text
28487
28488 \begin_layout Plain Layout
28489
28490 \backslash
28491 varliminf
28492 \end_layout
28493
28494 \end_inset
28495 </cell>
28496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28497 \begin_inset Text
28498
28499 \begin_layout Plain Layout
28500 \begin_inset Formula $\varliminf$
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 </row>
28509 <row topspace="1.5mm">
28510 <cell alignment="center" valignment="top" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514
28515 \backslash
28516 varlimsup
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Plain Layout
28525 \begin_inset Formula $\varlimsup$
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 </row>
28534 <row topspace="1.5mm">
28535 <cell alignment="center" valignment="top" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Plain Layout
28539
28540 \backslash
28541 varprojlim
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Plain Layout
28550 \begin_inset Formula $\varprojlim$
28551 \end_inset
28552
28553
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 </row>
28559 <row topspace="1.5mm" bottomspace="1mm">
28560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564
28565 \backslash
28566 varinjlim
28567 \end_layout
28568
28569 \end_inset
28570 </cell>
28571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28572 \begin_inset Text
28573
28574 \begin_layout Plain Layout
28575 \begin_inset Formula $\varinjlim$
28576 \end_inset
28577
28578
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 </row>
28584 </lyxtabular>
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Standard
28592 \begin_inset VSpace medskip
28593 \end_inset
28594
28595 The limit is created by inserting a subscript.
28596  It is set right beside the function in an inline formula:
28597 \end_layout
28598
28599 \begin_layout Standard
28600 \align center
28601 \begin_inset Tabular
28602 <lyxtabular version="3" rows="2" columns="2">
28603 <features booktabs="true" tabularvalignment="middle">
28604 <column alignment="center" valignment="top" width="0pt">
28605 <column alignment="center" valignment="top" width="0pt">
28606 <row>
28607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 Command
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 Result
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 </row>
28626 <row>
28627 <cell alignment="center" valignment="top" usebox="none">
28628 \begin_inset Text
28629
28630 \begin_layout Plain Layout
28631
28632 \backslash
28633 lim_x
28634 \backslash
28635 to
28636 \begin_inset space \textvisiblespace{}
28637 \end_inset
28638
28639 A
28640 \begin_inset space \textvisiblespace{}
28641 \end_inset
28642
28643 x=B
28644 \end_layout
28645
28646 \end_inset
28647 </cell>
28648 <cell alignment="center" valignment="top" usebox="none">
28649 \begin_inset Text
28650
28651 \begin_layout Plain Layout
28652 \begin_inset Formula $\lim_{x\to A}x=B$
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \end_inset
28659 </cell>
28660 </row>
28661 </lyxtabular>
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Standard
28669 In a displayed formula the limit is set below the formula,
28670  as usual:
28671 \begin_inset Formula 
28672 \[
28673 \lim_{x\to A}x=B
28674 \]
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Standard
28682 \begin_inset VSpace medskip
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \begin_layout Standard
28689 How to adjust the typesetting of the limits see 
28690 \begin_inset CommandInset ref
28691 LatexCommand ref
28692 reference "subsec:Operator-Limits"
28693 nolink "false"
28694
28695 \end_inset
28696
28697 .
28698 \end_layout
28699
28700 \begin_layout Subsection
28701 Modulo-Functions
28702 \begin_inset Index idx
28703 range none
28704 pageformat default
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 Functions
28709 \begin_inset IndexMacro subentry
28710 status open
28711
28712 \begin_layout Plain Layout
28713 modulo-
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 The modulo-function is special,
28728  because it exists in four variants.
28729  The variants in an inline formula are:
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \noindent
28734 \align center
28735 \begin_inset Tabular
28736 <lyxtabular version="3" rows="5" columns="2">
28737 <features booktabs="true" tabularvalignment="middle">
28738 <column alignment="left" valignment="top" width="0pt">
28739 <column alignment="block" valignment="top">
28740 <row>
28741 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Plain Layout
28745 Command
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28751 \begin_inset Text
28752
28753 \begin_layout Plain Layout
28754 Result
28755 \end_layout
28756
28757 \end_inset
28758 </cell>
28759 </row>
28760 <row>
28761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
28762 \begin_inset Text
28763
28764 \begin_layout Plain Layout
28765 a
28766 \backslash
28767 mod
28768 \begin_inset space \textvisiblespace{}
28769 \end_inset
28770
28771 b
28772 \end_layout
28773
28774 \end_inset
28775 </cell>
28776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Plain Layout
28780 \begin_inset Formula $a\mod b$
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 </row>
28789 <row>
28790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
28791 \begin_inset Text
28792
28793 \begin_layout Plain Layout
28794 a
28795 \backslash
28796 pmod
28797 \begin_inset space \textvisiblespace{}
28798 \end_inset
28799
28800 b
28801 \begin_inset space \textvisiblespace{}
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Plain Layout
28813 \begin_inset Formula $a\pmod b$
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \end_inset
28820 </cell>
28821 </row>
28822 <row>
28823 <cell alignment="center" valignment="top" usebox="none">
28824 \begin_inset Text
28825
28826 \begin_layout Plain Layout
28827 a
28828 \backslash
28829 bmod
28830 \begin_inset space \textvisiblespace{}
28831 \end_inset
28832
28833 b
28834 \begin_inset space \textvisiblespace{}
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \end_inset
28841 </cell>
28842 <cell alignment="center" valignment="top" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846 \begin_inset Formula $a\bmod b$
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \end_inset
28853 </cell>
28854 </row>
28855 <row>
28856 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28857 \begin_inset Text
28858
28859 \begin_layout Plain Layout
28860 a
28861 \backslash
28862 pod
28863 \begin_inset space \textvisiblespace{}
28864 \end_inset
28865
28866 b
28867 \begin_inset space \textvisiblespace{}
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \end_inset
28874 </cell>
28875 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
28876 \begin_inset Text
28877
28878 \begin_layout Plain Layout
28879 \begin_inset Formula $a\pod b$
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 </row>
28888 </lyxtabular>
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 In a display formula,
28897  more space is set before the function names for all variants but 
28898 \series bold
28899
28900 \backslash
28901 mod.
28902
28903 \series default
28904  This later version is also the only one that does not take the 
28905 \series bold
28906 b
28907 \series default
28908  as argument but acts as a binary operator.
28909  
28910 \end_layout
28911
28912 \begin_layout Section
28913 Special Characters
28914 \begin_inset Index idx
28915 range none
28916 pageformat default
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920 Special characters
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 The characters ^ and _ would normally create a superscript and subscript,
28930  respectively.
28931  To get these characters you have to insert them with a leading 
28932 \backslash
28933 .
28934 \end_layout
28935
28936 \begin_layout Standard
28937 \noindent
28938 \align center
28939 \begin_inset Tabular
28940 <lyxtabular version="3" rows="3" columns="2">
28941 <features booktabs="true" tabularvalignment="middle">
28942 <column alignment="left" valignment="top" width="0pt">
28943 <column alignment="block" valignment="top">
28944 <row>
28945 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28946 \begin_inset Text
28947
28948 \begin_layout Plain Layout
28949 Command
28950 \end_layout
28951
28952 \end_inset
28953 </cell>
28954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28955 \begin_inset Text
28956
28957 \begin_layout Plain Layout
28958 Result
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 </row>
28964 <row>
28965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Plain Layout
28969
28970 \backslash
28971 ^
28972 \begin_inset space \textvisiblespace{}
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \end_inset
28979 </cell>
28980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984 \begin_inset Formula $\mathcircumflex$
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 </row>
28993 <row>
28994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
28995 \begin_inset Text
28996
28997 \begin_layout Plain Layout
28998
28999 \backslash
29000 _
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 \begin_inset Formula $\_$
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \end_inset
29016 </cell>
29017 </row>
29018 </lyxtabular>
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Subsection
29026 Special Characters in Mathematical Text
29027 \end_layout
29028
29029 \begin_layout Standard
29030 The following commands can only be used in mathematical text or in \SpecialChar TeX
29031  mode:
29032 \end_layout
29033
29034 \begin_layout Standard
29035 \begin_inset space \hfill{}
29036 \end_inset
29037
29038
29039 \begin_inset Tabular
29040 <lyxtabular version="3" rows="8" columns="2">
29041 <features booktabs="true" tabularvalignment="middle">
29042 <column alignment="left" valignment="top" width="0pt">
29043 <column alignment="block" valignment="top">
29044 <row>
29045 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Plain Layout
29049 Command
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Plain Layout
29058 Result
29059 \end_layout
29060
29061 \end_inset
29062 </cell>
29063 </row>
29064 <row>
29065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29066 \begin_inset Text
29067
29068 \begin_layout Plain Layout
29069
29070 \backslash
29071 oe
29072 \end_layout
29073
29074 \end_inset
29075 </cell>
29076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29077 \begin_inset Text
29078
29079 \begin_layout Plain Layout
29080 \begin_inset Formula $\textrm{œ}$
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \end_inset
29087 </cell>
29088 </row>
29089 <row>
29090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094
29095 \backslash
29096 OE
29097 \end_layout
29098
29099 \end_inset
29100 </cell>
29101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29102 \begin_inset Text
29103
29104 \begin_layout Plain Layout
29105 \begin_inset Formula $\textrm{Œ}$
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \end_inset
29112 </cell>
29113 </row>
29114 <row>
29115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29116 \begin_inset Text
29117
29118 \begin_layout Plain Layout
29119
29120 \backslash
29121 ae
29122 \end_layout
29123
29124 \end_inset
29125 </cell>
29126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29127 \begin_inset Text
29128
29129 \begin_layout Plain Layout
29130 \begin_inset Formula $\textrm{æ}$
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \end_inset
29137 </cell>
29138 </row>
29139 <row>
29140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29141 \begin_inset Text
29142
29143 \begin_layout Plain Layout
29144
29145 \backslash
29146 AE
29147 \end_layout
29148
29149 \end_inset
29150 </cell>
29151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Plain Layout
29155 \begin_inset Formula $\textrm{Æ}$
29156 \end_inset
29157
29158
29159 \end_layout
29160
29161 \end_inset
29162 </cell>
29163 </row>
29164 <row>
29165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29166 \begin_inset Text
29167
29168 \begin_layout Plain Layout
29169
29170 \backslash
29171 aa
29172 \end_layout
29173
29174 \end_inset
29175 </cell>
29176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29177 \begin_inset Text
29178
29179 \begin_layout Plain Layout
29180 \begin_inset Formula $\textrm{å}$
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 </row>
29189 <row>
29190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Plain Layout
29194
29195 \backslash
29196 AA
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205 \begin_inset Formula $\textrm{Å}$
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \end_inset
29212 </cell>
29213 </row>
29214 <row>
29215 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29216 \begin_inset Text
29217
29218 \begin_layout Plain Layout
29219
29220 \backslash
29221 i
29222 \end_layout
29223
29224 \end_inset
29225 </cell>
29226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29227 \begin_inset Text
29228
29229 \begin_layout Plain Layout
29230 \begin_inset Formula $\textrm{ı}$
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \end_inset
29237 </cell>
29238 </row>
29239 </lyxtabular>
29240
29241 \end_inset
29242
29243
29244 \begin_inset space \hfill{}
29245 \end_inset
29246
29247
29248 \begin_inset Tabular
29249 <lyxtabular version="3" rows="8" columns="2">
29250 <features booktabs="true" tabularvalignment="middle">
29251 <column alignment="left" valignment="top" width="0pt">
29252 <column alignment="center" valignment="top">
29253 <row>
29254 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29255 \begin_inset Text
29256
29257 \begin_layout Plain Layout
29258 Command
29259 \begin_inset Note Note
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 The space of 0
29264 \begin_inset space \thinspace{}
29265 \end_inset
29266
29267 mm is used for separation,
29268  because otherwise the output will be ¡ and ¿ respectively.
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29279 \begin_inset Text
29280
29281 \begin_layout Plain Layout
29282 Result
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 </row>
29288 <row>
29289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293
29294 \backslash
29295 o
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout Plain Layout
29304 \begin_inset Formula $\textrm{ø}$
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 </row>
29313 <row>
29314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Plain Layout
29318
29319 \backslash
29320 O
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329 \begin_inset Formula $\textrm{Ø}$
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \end_inset
29336 </cell>
29337 </row>
29338 <row>
29339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Plain Layout
29343
29344 \backslash
29345 l
29346 \end_layout
29347
29348 \end_inset
29349 </cell>
29350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Plain Layout
29354 \begin_inset Formula $\textrm{ł}$
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 </row>
29363 <row>
29364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29365 \begin_inset Text
29366
29367 \begin_layout Plain Layout
29368
29369 \backslash
29370 L
29371 \end_layout
29372
29373 \end_inset
29374 </cell>
29375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29376 \begin_inset Text
29377
29378 \begin_layout Plain Layout
29379 \begin_inset Formula $\textrm{Ł}$
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \end_inset
29386 </cell>
29387 </row>
29388 <row>
29389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29390 \begin_inset Text
29391
29392 \begin_layout Plain Layout
29393 !
29394 \begin_inset space \hspace{}
29395 \length 0mm
29396 \end_inset
29397
29398 `
29399 \begin_inset space \textvisiblespace{}
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 \begin_inset Formula $\textrm{!`}$
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 </row>
29420 <row>
29421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 ?
29426 \begin_inset space \hspace{}
29427 \length 0mm
29428 \end_inset
29429
29430 `
29431 \begin_inset space \textvisiblespace{}
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 \begin_inset Formula $\textrm{?`}$
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \end_inset
29450 </cell>
29451 </row>
29452 <row>
29453 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457
29458 \backslash
29459 j
29460 \end_layout
29461
29462 \end_inset
29463 </cell>
29464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29465 \begin_inset Text
29466
29467 \begin_layout Plain Layout
29468 \begin_inset Formula $\textrm{ȷ}$
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \end_inset
29475 </cell>
29476 </row>
29477 </lyxtabular>
29478
29479 \end_inset
29480
29481
29482 \begin_inset space \hfill{}
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \begin_layout Standard
29489 The characters 
29490 \begin_inset Formula $\textrm{Å}$
29491 \end_inset
29492
29493  and 
29494 \begin_inset Formula $\textrm{Ø}$
29495 \end_inset
29496
29497  can also be inserted via the math toolbar button 
29498 \begin_inset Info
29499 type  "icon"
29500 arg   "math-insert \\digamma"
29501 \end_inset
29502
29503 .
29504 \end_layout
29505
29506 \begin_layout Standard
29507 The commands 
29508 \series bold
29509 !
29510 \begin_inset space \hspace{}
29511 \length 0mm
29512 \end_inset
29513
29514 `
29515 \series default
29516  and 
29517 \series bold
29518 ?
29519 \begin_inset space \hspace{}
29520 \length 0mm
29521 \end_inset
29522
29523 `
29524 \series default
29525  are exceptions because they can be inserted in \SpecialChar LyX
29526  directly to text.
29527 \end_layout
29528
29529 \begin_layout Subsection
29530 Accents in Text
29531 \begin_inset CommandInset label
29532 LatexCommand label
29533 name "subsec:Accents-in-Text"
29534
29535 \end_inset
29536
29537
29538 \begin_inset Index idx
29539 range none
29540 pageformat default
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 Accents
29545 \begin_inset IndexMacro subentry
29546 status open
29547
29548 \begin_layout Plain Layout
29549 in text
29550 \end_layout
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 Any letter can be accented with the following commands.
29564  The commands must be inserted in \SpecialChar TeX
29565  mode.
29566 \end_layout
29567
29568 \begin_layout Standard
29569 \begin_inset space \hfill{}
29570 \end_inset
29571
29572
29573 \begin_inset Tabular
29574 <lyxtabular version="3" rows="8" columns="2">
29575 <features booktabs="true" tabularvalignment="middle">
29576 <column alignment="left" valignment="top" width="0pt">
29577 <column alignment="block" valignment="top">
29578 <row>
29579 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29580 \begin_inset Text
29581
29582 \begin_layout Plain Layout
29583 Command
29584 \end_layout
29585
29586 \end_inset
29587 </cell>
29588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29589 \begin_inset Text
29590
29591 \begin_layout Plain Layout
29592 Result
29593 \end_layout
29594
29595 \end_inset
29596 </cell>
29597 </row>
29598 <row>
29599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29600 \begin_inset Text
29601
29602 \begin_layout Plain Layout
29603
29604 \backslash
29605
29606 \begin_inset Quotes grd
29607 \end_inset
29608
29609 e
29610 \end_layout
29611
29612 \end_inset
29613 </cell>
29614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29615 \begin_inset Text
29616
29617 \begin_layout Plain Layout
29618 \begin_inset ERT
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622
29623
29624 \backslash
29625 "e
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \end_inset
29634 </cell>
29635 </row>
29636 <row>
29637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29638 \begin_inset Text
29639
29640 \begin_layout Plain Layout
29641
29642 \backslash
29643 `e
29644 \end_layout
29645
29646 \end_inset
29647 </cell>
29648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29649 \begin_inset Text
29650
29651 \begin_layout Plain Layout
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657
29658 \backslash
29659 `e
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \end_inset
29668 </cell>
29669 </row>
29670 <row>
29671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29672 \begin_inset Text
29673
29674 \begin_layout Plain Layout
29675
29676 \backslash
29677 ^
29678 \begin_inset space \textvisiblespace{}
29679 \end_inset
29680
29681 e
29682 \end_layout
29683
29684 \end_inset
29685 </cell>
29686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29687 \begin_inset Text
29688
29689 \begin_layout Plain Layout
29690 \begin_inset ERT
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694
29695
29696 \backslash
29697 ^e
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \end_inset
29706 </cell>
29707 </row>
29708 <row>
29709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29710 \begin_inset Text
29711
29712 \begin_layout Plain Layout
29713
29714 \backslash
29715 =e
29716 \end_layout
29717
29718 \end_inset
29719 </cell>
29720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29721 \begin_inset Text
29722
29723 \begin_layout Plain Layout
29724 \begin_inset ERT
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728
29729
29730 \backslash
29731 =e
29732 \end_layout
29733
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 u
29750 \begin_inset space \textvisiblespace{}
29751 \end_inset
29752
29753 e
29754 \end_layout
29755
29756 \end_inset
29757 </cell>
29758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29759 \begin_inset Text
29760
29761 \begin_layout Plain Layout
29762 \begin_inset ERT
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766
29767
29768 \backslash
29769 u e
29770 \end_layout
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 </row>
29780 <row>
29781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29782 \begin_inset Text
29783
29784 \begin_layout Plain Layout
29785
29786 \backslash
29787 b
29788 \begin_inset space \textvisiblespace{}
29789 \end_inset
29790
29791 e
29792 \end_layout
29793
29794 \end_inset
29795 </cell>
29796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29797 \begin_inset Text
29798
29799 \begin_layout Plain Layout
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805
29806 \backslash
29807 b e
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \end_inset
29816 </cell>
29817 </row>
29818 <row>
29819 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
29820 \begin_inset Text
29821
29822 \begin_layout Plain Layout
29823
29824 \backslash
29825 t
29826 \begin_inset space \textvisiblespace{}
29827 \end_inset
29828
29829 ee
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29835 \begin_inset Text
29836
29837 \begin_layout Plain Layout
29838 \begin_inset ERT
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842
29843
29844 \backslash
29845 t ee
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \end_layout
29852
29853 \end_inset
29854 </cell>
29855 </row>
29856 </lyxtabular>
29857
29858 \end_inset
29859
29860
29861 \begin_inset space \hfill{}
29862 \end_inset
29863
29864
29865 \begin_inset Tabular
29866 <lyxtabular version="3" rows="8" columns="2">
29867 <features booktabs="true" tabularvalignment="middle">
29868 <column alignment="left" valignment="top" width="0pt">
29869 <column alignment="center" valignment="top">
29870 <row>
29871 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29872 \begin_inset Text
29873
29874 \begin_layout Plain Layout
29875 Command
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29881 \begin_inset Text
29882
29883 \begin_layout Plain Layout
29884 Result
29885 \end_layout
29886
29887 \end_inset
29888 </cell>
29889 </row>
29890 <row>
29891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895
29896 \backslash
29897 H
29898 \begin_inset space \textvisiblespace{}
29899 \end_inset
29900
29901 e
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29907 \begin_inset Text
29908
29909 \begin_layout Plain Layout
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915
29916 \backslash
29917 H e
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 </row>
29928 <row>
29929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Plain Layout
29933
29934 \backslash
29935 'e
29936 \end_layout
29937
29938 \end_inset
29939 </cell>
29940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29941 \begin_inset Text
29942
29943 \begin_layout Plain Layout
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949
29950 \backslash
29951 'e
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 </row>
29962 <row>
29963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Plain Layout
29967
29968 \backslash
29969 ~e
29970 \begin_inset Index idx
29971 range none
29972 pageformat default
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976 Tilde
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995
29996 \backslash
29997 ~e
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \end_inset
30006 </cell>
30007 </row>
30008 <row>
30009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30010 \begin_inset Text
30011
30012 \begin_layout Plain Layout
30013
30014 \backslash
30015 .e
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024 \begin_inset ERT
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028
30029
30030 \backslash
30031 .e
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \end_inset
30040 </cell>
30041 </row>
30042 <row>
30043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Plain Layout
30047
30048 \backslash
30049 v
30050 \begin_inset space \textvisiblespace{}
30051 \end_inset
30052
30053 e
30054 \end_layout
30055
30056 \end_inset
30057 </cell>
30058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30059 \begin_inset Text
30060
30061 \begin_layout Plain Layout
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 v e
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \end_inset
30078 </cell>
30079 </row>
30080 <row>
30081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30082 \begin_inset Text
30083
30084 \begin_layout Plain Layout
30085
30086 \backslash
30087 d
30088 \begin_inset space \textvisiblespace{}
30089 \end_inset
30090
30091 e
30092 \end_layout
30093
30094 \end_inset
30095 </cell>
30096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30097 \begin_inset Text
30098
30099 \begin_layout Plain Layout
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105
30106 \backslash
30107 d e
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \end_layout
30114
30115 \end_inset
30116 </cell>
30117 </row>
30118 <row>
30119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
30120 \begin_inset Text
30121
30122 \begin_layout Plain Layout
30123
30124 \backslash
30125 c
30126 \begin_inset space \textvisiblespace{}
30127 \end_inset
30128
30129 e
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Plain Layout
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143
30144 \backslash
30145 c e
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 </row>
30156 </lyxtabular>
30157
30158 \end_inset
30159
30160
30161 \begin_inset space \hfill{}
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Standard
30168 \begin_inset VSpace medskip
30169 \end_inset
30170
30171 With the command 
30172 \series bold
30173
30174 \backslash
30175 t
30176 \series default
30177  also two different characters can be accented.
30178  The command 
30179 \series bold
30180
30181 \backslash
30182 t
30183 \begin_inset space \textvisiblespace{}
30184 \end_inset
30185
30186 sz
30187 \series default
30188  creates:
30189  
30190 \begin_inset ERT
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194
30195
30196 \backslash
30197 t sz
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \begin_layout Standard
30206 The accents 
30207 \series bold
30208 `
30209 \series default
30210  ,
30211  
30212 \series bold
30213 '
30214 \series default
30215  and 
30216 \series bold
30217 ^
30218 \series default
30219  can in combination with vowels be directly inserted with the keyboard without using \SpecialChar TeX
30220  mode.
30221  The same applies for the tilde
30222 \begin_inset Foot
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226 This only applies for keyboards where the tilde is defined as accent.
30227 \end_layout
30228
30229 \end_inset
30230
30231  
30232 \series bold
30233 ~
30234 \series default
30235  in combination with 
30236 \emph on
30237 a
30238 \emph default
30239  ,
30240  
30241 \emph on
30242 n
30243 \emph default
30244  ,
30245  or 
30246 \emph on
30247 o
30248 \emph default
30249 .
30250 \end_layout
30251
30252 \begin_layout Standard
30253 The commands 
30254 \series bold
30255
30256 \backslash
30257 b
30258 \series default
30259  ,
30260  
30261 \series bold
30262
30263 \backslash
30264 c
30265 \series default
30266  ,
30267  
30268 \series bold
30269
30270 \backslash
30271 d
30272 \series default
30273  ,
30274  
30275 \series bold
30276
30277 \backslash
30278 H
30279 \series default
30280  ,
30281  
30282 \series bold
30283
30284 \backslash
30285 t
30286 \series default
30287  ,
30288  
30289 \series bold
30290
30291 \backslash
30292 u
30293 \series default
30294  ,
30295  
30296 \series bold
30297
30298 \backslash
30299 v
30300 \series default
30301  and accents that are inserted directly with the keyboard are also available in mathematical text.
30302  For the other accents there are special math commands used in formulas,
30303  see 
30304 \begin_inset CommandInset ref
30305 LatexCommand ref
30306 reference "subsec:Accents-for-one"
30307 nolink "false"
30308
30309 \end_inset
30310
30311 .
30312 \end_layout
30313
30314 \begin_layout Standard
30315 \begin_inset VSpace bigskip
30316 \end_inset
30317
30318 With the command 
30319 \series bold
30320
30321 \backslash
30322 textcircled
30323 \series default
30324
30325 \begin_inset Index idx
30326 range none
30327 pageformat default
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331 Commands
30332 \begin_inset IndexMacro subentry
30333 status open
30334
30335 \begin_layout Plain Layout
30336 T
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \begin_inset IndexMacro subentry
30343 status open
30344
30345 \begin_layout Plain Layout
30346
30347 \backslash
30348 textcircled
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \end_inset
30357
30358  any number or letter can be set into a circle,
30359  quasi accented with a circle,
30360  similar to the copyright symbol.
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \align center
30365 \begin_inset Tabular
30366 <lyxtabular version="3" rows="3" columns="2">
30367 <features booktabs="true" tabularvalignment="middle">
30368 <column alignment="center" valignment="top" width="0pt">
30369 <column alignment="center" valignment="top">
30370 <row>
30371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375 Command
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30381 \begin_inset Text
30382
30383 \begin_layout Plain Layout
30384 Result
30385 \end_layout
30386
30387 \end_inset
30388 </cell>
30389 </row>
30390 <row>
30391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30392 \begin_inset Text
30393
30394 \begin_layout Plain Layout
30395
30396 \backslash
30397 textcircled{w}
30398 \end_layout
30399
30400 \end_inset
30401 </cell>
30402 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30403 \begin_inset Text
30404
30405 \begin_layout Plain Layout
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411
30412 \backslash
30413 textcircled{w}
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \end_inset
30422 </cell>
30423 </row>
30424 <row topspace="1mm">
30425 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30426 \begin_inset Text
30427
30428 \begin_layout Plain Layout
30429
30430 \backslash
30431 Large 
30432 \backslash
30433 textcircled{
30434 \backslash
30435 normalsize
30436 \backslash
30437 protect
30438 \backslash
30439 raisebox{-1.5pt}{W}}
30440 \end_layout
30441
30442 \end_inset
30443 </cell>
30444 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30445 \begin_inset Text
30446
30447 \begin_layout Plain Layout
30448 \begin_inset ERT
30449 status collapsed
30450
30451 \begin_layout Plain Layout
30452
30453
30454 \backslash
30455 Large 
30456 \backslash
30457 textcircled{
30458 \backslash
30459 normalsize
30460 \backslash
30461 protect
30462 \backslash
30463 raisebox{-1.5pt}W}
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \end_layout
30470
30471 \end_inset
30472 </cell>
30473 </row>
30474 </lyxtabular>
30475
30476 \end_inset
30477
30478
30479 \end_layout
30480
30481 \begin_layout Standard
30482 One has to take care that the character fits into the circle.
30483  
30484 \series bold
30485
30486 \backslash
30487 Large
30488 \series default
30489
30490 \begin_inset Foot
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494 See 
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "subsec:Font-Sizes"
30498 nolink "false"
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \end_inset
30506
30507  specifies the size of the circle.
30508  With the help of 
30509 \series bold
30510
30511 \backslash
30512 raisebox
30513 \series default
30514
30515 \begin_inset Foot
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519 See 
30520 \begin_inset CommandInset ref
30521 LatexCommand ref
30522 reference "subsec:Boxes-without-Frame"
30523 nolink "false"
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \end_inset
30531
30532  the character can be centered.
30533 \end_layout
30534
30535 \begin_layout Subsection
30536 Old-style Figures
30537 \begin_inset Index idx
30538 range none
30539 pageformat default
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543 Old-style Figures
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \end_layout
30550
30551 \begin_layout Standard
30552 Old-style figures (also known as old-style numerals) are created with the command 
30553 \series bold
30554
30555 \backslash
30556 oldstylenums
30557 \series default
30558
30559 \begin_inset Index idx
30560 range none
30561 pageformat default
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565 Commands
30566 \begin_inset IndexMacro subentry
30567 status open
30568
30569 \begin_layout Plain Layout
30570 O
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \begin_inset IndexMacro subentry
30577 status open
30578
30579 \begin_layout Plain Layout
30580
30581 \backslash
30582 oldstylenums
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \end_inset
30591
30592 .
30593  The command can be used in formulas and in \SpecialChar TeX
30594  mode.
30595  The command scheme is:
30596 \end_layout
30597
30598 \begin_layout Standard
30599
30600 \series bold
30601
30602 \backslash
30603 oldstylenums{number}
30604 \end_layout
30605
30606 \begin_layout Standard
30607 The command 
30608 \series bold
30609
30610 \backslash
30611 oldstylenums{0123456789}
30612 \series default
30613  produces:
30614  
30615 \begin_inset Formula $\oldstylenums{0123456789}$
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \begin_layout Section
30622 Formula Styles
30623 \begin_inset CommandInset label
30624 LatexCommand label
30625 name "sec:Formula-Styles"
30626
30627 \end_inset
30628
30629
30630 \begin_inset Index idx
30631 range none
30632 pageformat default
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636 Formula
30637 \begin_inset IndexMacro subentry
30638 status open
30639
30640 \begin_layout Plain Layout
30641 styles
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Itemize
30655 There are two different alignment styles:
30656 \end_layout
30657
30658 \begin_deeper
30659 \begin_layout Description
30660 Centered is the predefined standard.
30661 \end_layout
30662
30663 \begin_layout Description
30664 Indented can be set using the menu 
30665 \family sans
30666 Document\SpecialChar menuseparator
30667 Settings
30668 \family default
30669  under 
30670 \family sans
30671 Math
30672 \begin_inset space ~
30673 \end_inset
30674
30675 Options.
30676 \end_layout
30677
30678 \begin_layout Standard
30679 When 
30680 \series bold
30681 Indented
30682 \series default
30683  is used,
30684  the indentation can be adjusted.
30685  The default value depends on the document class.
30686 \end_layout
30687
30688 \end_deeper
30689 \begin_layout Itemize
30690 Two different numbering styles are available in the menu 
30691 \family sans
30692 Document\SpecialChar menuseparator
30693 Settings
30694 \family default
30695  under 
30696 \family sans
30697 Math
30698 \begin_inset space ~
30699 \end_inset
30700
30701 Options
30702 \family default
30703 :
30704 \end_layout
30705
30706 \begin_deeper
30707 \begin_layout Description
30708 Right is in most cases the default.
30709 \end_layout
30710
30711 \begin_layout Description
30712 Left
30713 \end_layout
30714
30715 \end_deeper
30716 \begin_layout Standard
30717 The chosen styles are used for all displayed formulas of the document.
30718  When both,
30719  centered and indented formulas should be created in a document,
30720  the style 
30721 \series bold
30722 Centered
30723 \series default
30724  is used.
30725  The indented formulas are then set in a flalign environment,
30726  see 
30727 \begin_inset CommandInset ref
30728 LatexCommand ref
30729 reference "subsec:Flalign-Environment"
30730 nolink "false"
30731
30732 \end_inset
30733
30734 .
30735 \end_layout
30736
30737 \begin_layout Section
30738 Multiline Formulas
30739 \begin_inset CommandInset label
30740 LatexCommand label
30741 name "sec:Multiline-Formulas"
30742
30743 \end_inset
30744
30745
30746 \begin_inset Index idx
30747 range none
30748 pageformat default
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 Formula
30753 \begin_inset IndexMacro subentry
30754 status open
30755
30756 \begin_layout Plain Layout
30757 multiline
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Subsection
30771 General
30772 \end_layout
30773
30774 \begin_layout Standard
30775 In \SpecialChar LyX
30776 ,
30777  multiline formulas are created by pressing 
30778 \begin_inset Info
30779 type  "shortcut"
30780 arg   "newline-insert newline"
30781 \end_inset
30782
30783  inside a formula.
30784  This creates either an 
30785 \series bold
30786 align environment
30787 \series default
30788  that is described in 
30789 \begin_inset CommandInset ref
30790 LatexCommand ref
30791 reference "subsec:Standard-align-Environment"
30792 nolink "false"
30793
30794 \end_inset
30795
30796  or,
30797  when automatically loading of the package
30798 \family sans
30799  AMS math
30800 \family default
30801  is disabled in the document settings,
30802  an 
30803 \series bold
30804 eqnarray environment
30805 \series default
30806  that is described in 
30807 \begin_inset CommandInset ref
30808 LatexCommand ref
30809 reference "subsec:Eqnarray-Environment"
30810 nolink "false"
30811
30812 \end_inset
30813
30814 .
30815  The align environment is recommended as it provides a typographically correct output in all cases.
30816 \end_layout
30817
30818 \begin_layout Standard
30819 There are other multiline formula environments that can be created via the menu 
30820 \family sans
30821 Insert\SpecialChar menuseparator
30822 Math
30823 \family default
30824 .
30825  These environments are described in the following sections.
30826 \end_layout
30827
30828 \begin_layout Standard
30829 In all multiline formula environments a new line is created by pressing 
30830 \begin_inset Info
30831 type  "shortcut"
30832 arg   "newline-insert newline"
30833 \end_inset
30834
30835 .
30836  To add or delete lines,
30837  use the math toolbar buttons 
30838 \begin_inset Info
30839 type  "icon"
30840 arg   "tabular-feature append-row"
30841 \end_inset
30842
30843  or 
30844 \begin_inset Info
30845 type  "icon"
30846 arg   "tabular-feature delete-row"
30847 \end_inset
30848
30849  respectively,
30850  or the menu option
30851 \family sans
30852  Edit\SpecialChar menuseparator
30853 Rows & Columns
30854 \family default
30855 .
30856 \end_layout
30857
30858 \begin_layout Subsubsection
30859 Line Separation
30860 \begin_inset CommandInset label
30861 LatexCommand label
30862 name "subsec:Line-Separation"
30863
30864 \end_inset
30865
30866
30867 \begin_inset Index idx
30868 range none
30869 pageformat default
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 Formula
30874 \begin_inset IndexMacro subentry
30875 status open
30876
30877 \begin_layout Plain Layout
30878 multiline
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \begin_inset IndexMacro subentry
30885 status open
30886
30887 \begin_layout Plain Layout
30888 Line separation
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \begin_layout Standard
30902 Sometimes there is not enough space in multiline formulas between the lines:
30903 \begin_inset Formula 
30904 \begin{eqnarray*}
30905 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}\\
30906 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
30907 \end{eqnarray*}
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915 In \SpecialChar LaTeX
30916  additional line space is specified as an optional argument of the new line command.
30917  This is not yet possible in \SpecialChar LyX
30918
30919 \begin_inset Foot
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 see 
30924 \begin_inset CommandInset href
30925 LatexCommand href
30926 name "LyX-bug #1505"
30927 target "https://www.lyx.org/trac/ticket/1505"
30928 literal "false"
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \end_inset
30936
30937 ,
30938  therefore the whole formula must be inserted in \SpecialChar TeX
30939  mode.
30940  To add in our example space,
30941  the command 
30942 \series bold
30943
30944 \backslash
30945
30946 \backslash
30947 [3mm]
30948 \series default
30949  is inserted at the end of the first line.
30950  One gets:
30951  
30952 \begin_inset ERT
30953 status open
30954
30955 \begin_layout Plain Layout
30956
30957
30958 \backslash
30959 begin{eqnarray*}
30960 \end_layout
30961
30962 \begin_layout Plain Layout
30963
30964 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & 
30965 \backslash
30966 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
30967 \backslash
30968
30969 \backslash
30970 [3mm]
30971 \end_layout
30972
30973 \begin_layout Plain Layout
30974
30975 4x^{2}
30976 \backslash
30977 left(B^{2}+x_{0}^{2}
30978 \backslash
30979 right)+4x_{0}x
30980 \backslash
30981 left(D-B^{2}
30982 \backslash
30983 right)+B^{2}
30984 \backslash
30985 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
30986 \backslash
30987 right) & = & 0
30988 \end_layout
30989
30990 \begin_layout Plain Layout
30991
30992
30993 \backslash
30994 end{eqnarray*}
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset VSpace bigskip
31004 \end_inset
31005
31006 To set the line separation for all lines in a formula,
31007  the length of 
31008 \series bold
31009
31010 \backslash
31011 jot
31012 \series default
31013
31014 \begin_inset Index idx
31015 range none
31016 pageformat default
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020 Commands
31021 \begin_inset IndexMacro subentry
31022 status open
31023
31024 \begin_layout Plain Layout
31025 J
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \begin_inset IndexMacro subentry
31032 status open
31033
31034 \begin_layout Plain Layout
31035
31036 \backslash
31037 jot
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \end_inset
31046
31047  is changed.
31048  The definition is:
31049  
31050 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
31051 \end_inset
31052
31053 .
31054  
31055 \series bold
31056
31057 \backslash
31058 jot
31059 \series default
31060  is predefined as 3
31061 \begin_inset space \thinspace{}
31062 \end_inset
31063
31064 pt.
31065  To create 3
31066 \begin_inset space \thinspace{}
31067 \end_inset
31068
31069 mm of additional line separation as in the previous example,
31070  the command
31071 \end_layout
31072
31073 \begin_layout Standard
31074
31075 \series bold
31076
31077 \backslash
31078 setlength{
31079 \backslash
31080 jot}{3mm+3pt}
31081 \end_layout
31082
31083 \begin_layout Standard
31084 is inserted in \SpecialChar TeX
31085  mode before the formula.
31086  This requires that the \SpecialChar LaTeX
31087 -package 
31088 \series bold
31089 calc
31090 \series default
31091
31092 \begin_inset Foot
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097 \series bold
31098 calc
31099 \series default
31100  is part of every \SpecialChar LaTeX
31101  standard installation.
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \begin_inset Index idx
31108 range none
31109 pageformat default
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113 Packages
31114 \begin_inset IndexMacro subentry
31115 status open
31116
31117 \begin_layout Plain Layout
31118 calc
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \end_inset
31127
31128  was loaded in \SpecialChar LaTeX
31129 -preamble with the line
31130 \end_layout
31131
31132 \begin_layout Standard
31133
31134 \series bold
31135
31136 \backslash
31137 usepackage{calc}
31138 \end_layout
31139
31140 \begin_layout Standard
31141 One gets:
31142  
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 setlength{
31151 \backslash
31152 jot}{3mm+3pt}
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \begin_inset Formula 
31159 \begin{eqnarray*}
31160 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}\\
31161 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
31162 \end{eqnarray*}
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Standard
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175
31176 \backslash
31177 setlength{
31178 \backslash
31179 jot}{3pt}
31180 \end_layout
31181
31182 \end_inset
31183
31184  To get restore 
31185 \series bold
31186
31187 \backslash
31188 jot
31189 \series default
31190  to its original value,
31191  
31192 \series bold
31193
31194 \backslash
31195 jot
31196 \series default
31197  is set to the value 3
31198 \begin_inset space \thinspace{}
31199 \end_inset
31200
31201 pt.
31202 \end_layout
31203
31204 \begin_layout Subsubsection
31205 Column Separation
31206 \begin_inset CommandInset label
31207 LatexCommand label
31208 name "subsec:Column-Separation"
31209
31210 \end_inset
31211
31212
31213 \begin_inset Index idx
31214 range none
31215 pageformat default
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219 Formula
31220 \begin_inset IndexMacro subentry
31221 status open
31222
31223 \begin_layout Plain Layout
31224 multiline
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \begin_inset IndexMacro subentry
31231 status open
31232
31233 \begin_layout Plain Layout
31234 Column separation
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \begin_layout Standard
31248 Multiline formulas form a matrix.
31249  A formula in the eqnarray environment for example is a matrix with three columns.
31250  By changing the column separation in this environment,
31251  the space beside the relation sign can be changed.
31252 \end_layout
31253
31254 \begin_layout Standard
31255 The column separation is specified with the length 
31256 \series bold
31257
31258 \backslash
31259 arraycolsep
31260 \series default
31261
31262 \begin_inset Index idx
31263 range none
31264 pageformat default
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268 Commands
31269 \begin_inset IndexMacro subentry
31270 status open
31271
31272 \begin_layout Plain Layout
31273 A
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \begin_inset IndexMacro subentry
31280 status open
31281
31282 \begin_layout Plain Layout
31283
31284 \backslash
31285 arraycolsep
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \end_inset
31294
31295  according to the formula:
31296  column separation = 2
31297 \begin_inset space \thinspace{}
31298 \end_inset
31299
31300
31301 \series bold
31302
31303 \backslash
31304 arraycolsep
31305 \series default
31306
31307 \begin_inset Newline newline
31308 \end_inset
31309
31310 Thus,
31311  the command
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317
31318 \backslash
31319 setlength{
31320 \backslash
31321 arraycolsep}{1cm}
31322 \end_layout
31323
31324 \begin_layout Standard
31325 inserted in \SpecialChar TeX
31326  mode,
31327  sets all following formula column separations to 2
31328 \begin_inset space \thinspace{}
31329 \end_inset
31330
31331 cm.
31332  To return to the predefined distance,
31333  
31334 \series bold
31335
31336 \backslash
31337 arraycolsep
31338 \series default
31339  is set to 5
31340 \begin_inset space \thinspace{}
31341 \end_inset
31342
31343 pt.
31344 \end_layout
31345
31346 \begin_layout Standard
31347 A formula with 2
31348 \begin_inset space \thinspace{}
31349 \end_inset
31350
31351 cm column separation:
31352 \begin_inset ERT
31353 status open
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 setlength{
31360 \backslash
31361 arraycolsep}{1cm}
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \begin_inset Formula 
31368 \begin{eqnarray*}
31369 A & = & B\\
31370 C & \ne & A
31371 \end{eqnarray*}
31372
31373 \end_inset
31374
31375 A formula with the predefined column separation for matrices of 10
31376 \begin_inset space \thinspace{}
31377 \end_inset
31378
31379 pt:
31380 \begin_inset ERT
31381 status open
31382
31383 \begin_layout Plain Layout
31384
31385
31386 \backslash
31387 setlength{
31388 \backslash
31389 arraycolsep}{5pt}
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Formula 
31396 \begin{eqnarray*}
31397 A & = & B\\
31398 C & \ne & A
31399 \end{eqnarray*}
31400
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \begin_layout Standard
31407 \begin_inset Newpage newpage
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Subsubsection
31414 Long Formulas
31415 \begin_inset Index idx
31416 range none
31417 pageformat default
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Formula
31422 \begin_inset IndexMacro subentry
31423 status open
31424
31425 \begin_layout Plain Layout
31426 long
31427 \end_layout
31428
31429 \end_inset
31430
31431
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \begin_layout Standard
31440 Long formulas can be typeset using these methods:
31441 \end_layout
31442
31443 \begin_layout Itemize
31444 If one side of an equation is much shorter than the line width,
31445  this is chosen for the left side and the right side is typeset over two lines:
31446 \begin_inset Formula 
31447 \begin{eqnarray}
31448 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 \\
31449  &  & -\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}
31450 \end{eqnarray}
31451
31452 \end_inset
31453
31454 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.
31455  Thus it would not be surrounded by space and could not be distinguished from the fraction bar.
31456  To avoid this,
31457  a 3
31458 \begin_inset space \thinspace{}
31459 \end_inset
31460
31461 pt space was inserted behind the minus sign with the command 
31462 \series bold
31463
31464 \backslash
31465 hspace
31466 \series default
31467 .
31468 \begin_inset Foot
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 For more about 
31473 \series bold
31474
31475 \backslash
31476 hspace
31477 \series default
31478  see 
31479 \begin_inset CommandInset ref
31480 LatexCommand ref
31481 reference "subsec:Variable-Space"
31482 nolink "false"
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \begin_inset Index idx
31493 range none
31494 pageformat default
31495 status collapsed
31496
31497 \begin_layout Plain Layout
31498 Commands
31499 \begin_inset IndexMacro subentry
31500 status open
31501
31502 \begin_layout Plain Layout
31503 H
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \begin_inset IndexMacro subentry
31510 status open
31511
31512 \begin_layout Plain Layout
31513
31514 \backslash
31515 hspace
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Itemize
31529 When both sides of the equation are long,
31530  the command 
31531 \series bold
31532
31533 \backslash
31534 lefteqn
31535 \series default
31536
31537 \begin_inset Index idx
31538 range none
31539 pageformat default
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543 Commands
31544 \begin_inset IndexMacro subentry
31545 status open
31546
31547 \begin_layout Plain Layout
31548 L
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \begin_inset IndexMacro subentry
31555 status open
31556
31557 \begin_layout Plain Layout
31558
31559 \backslash
31560 lefteqn
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \end_inset
31569
31570  is used.
31571  It is inserted in the first column of the first line and causes all further insertions to overwrite the following columns:
31572 \begin_inset Formula 
31573 \begin{eqnarray}
31574 \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 \\
31575  &  & -\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 \\
31576  &  & =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}
31577 \end{eqnarray}
31578
31579 \end_inset
31580
31581 After the insertion of 
31582 \series bold
31583
31584 \backslash
31585 lefteqn
31586 \series default
31587 ,
31588  the cursor is in a purple box that is shifted a bit to the left from the blue one.
31589  The formula is inserted there.
31590 \begin_inset Newline newline
31591 \end_inset
31592
31593 The content of additional lines is inserted in the second or another formula column.
31594  The greater the insertion column number ,
31595  the larger the indentation.
31596 \begin_inset VSpace medskip
31597 \end_inset
31598
31599
31600 \begin_inset Newline newline
31601 \end_inset
31602
31603
31604 \begin_inset Note Greyedout
31605 status open
31606
31607 \begin_layout Plain Layout
31608 Note the following when using 
31609 \series bold
31610
31611 \backslash
31612 lefteqn
31613 \series default
31614 :
31615 \end_layout
31616
31617 \begin_layout Itemize
31618 The formula doesn't use the full page width.
31619  When e.
31620 \begin_inset space \thinspace{}
31621 \end_inset
31622
31623 g.
31624 \begin_inset space \space{}
31625 \end_inset
31626
31627 the term 
31628 \begin_inset Formula $-B^{2}$
31629 \end_inset
31630
31631  is added to the first line in the above example,
31632  it would have been outside the page margin.
31633  To better use the width,
31634  negative space can be inserted at the beginning of the first line.
31635 \end_layout
31636
31637 \begin_layout Itemize
31638 Due to a bug in \SpecialChar LyX
31639  the cursor cannot be set with the mouse in the first line.
31640 \begin_inset Foot
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644 \begin_inset CommandInset href
31645 LatexCommand href
31646 name "LyX-bug #1429"
31647 target "https://www.lyx.org/trac/ticket/1429"
31648 literal "false"
31649
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \end_inset
31656
31657  One can only set the cursor at the beginning of the line and move it with the arrow keys.
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Itemize
31666 Other methods to set long formulas are offered by the environments described in 
31667 \begin_inset CommandInset ref
31668 LatexCommand ref
31669 reference "subsec:Multline-Environment"
31670 nolink "false"
31671
31672 \end_inset
31673
31674  and 
31675 \begin_inset CommandInset ref
31676 LatexCommand ref
31677 reference "subsec:Multiline-Formula-Parts"
31678 nolink "false"
31679
31680 \end_inset
31681
31682 .
31683 \end_layout
31684
31685 \begin_layout Subsubsection
31686 Multiline Fractions
31687 \begin_inset CommandInset label
31688 LatexCommand label
31689 name "subsec:Multiline-Fractions"
31690
31691 \end_inset
31692
31693
31694 \begin_inset Index idx
31695 range none
31696 pageformat default
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700 Fractions
31701 \begin_inset IndexMacro subentry
31702 status open
31703
31704 \begin_layout Plain Layout
31705 multiline
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \begin_layout Standard
31719 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.
31720  It is then necessary to add a line break within the fraction.
31721  This can be done using the command 
31722 \series bold
31723
31724 \backslash
31725 splitfrac
31726 \series default
31727
31728 \begin_inset Index idx
31729 range none
31730 pageformat default
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734 Commands
31735 \begin_inset IndexMacro subentry
31736 status open
31737
31738 \begin_layout Plain Layout
31739 S
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \begin_inset IndexMacro subentry
31746 status open
31747
31748 \begin_layout Plain Layout
31749
31750 \backslash
31751 splitfrac
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \end_inset
31760
31761 .
31762  To activate it,
31763  go to the document settings under 
31764 \family sans
31765 Math
31766 \begin_inset space ~
31767 \end_inset
31768
31769 Options
31770 \family default
31771  for the package 
31772 \series bold
31773 mathtools
31774 \series default
31775
31776 \begin_inset Index idx
31777 range none
31778 pageformat default
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782 Packages
31783 \begin_inset IndexMacro subentry
31784 status open
31785
31786 \begin_layout Plain Layout
31787 mathtools
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \end_inset
31796
31797  and set its option to 
31798 \family sans
31799 Load
31800 \begin_inset space ~
31801 \end_inset
31802
31803 always
31804 \family default
31805 .
31806  
31807 \series bold
31808
31809 \backslash
31810 splitfrac
31811 \series default
31812  has the scheme
31813 \end_layout
31814
31815 \begin_layout Standard
31816
31817 \series bold
31818
31819 \backslash
31820 splitfrac{first line}{second line}
31821 \end_layout
31822
31823 \begin_layout Standard
31824 and is used for either the denominator or numerator:
31825 \end_layout
31826
31827 \begin_layout Standard
31828 \begin_inset Formula 
31829 \[
31830 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}
31831 \]
31832
31833 \end_inset
31834
31835 The command for the first numerator above is:
31836 \end_layout
31837
31838 \begin_layout Standard
31839
31840 \series bold
31841
31842 \backslash
31843 splitfrac{xy+xy+xy+xy+xy
31844 \begin_inset space \textvisiblespace{}
31845 \end_inset
31846
31847
31848 \backslash
31849 {+wy+wy+wy+wy
31850 \end_layout
31851
31852 \begin_layout Subsubsection
31853 Multiline Brackets
31854 \begin_inset CommandInset label
31855 LatexCommand label
31856 name "subsec:Multiline-Brackets"
31857
31858 \end_inset
31859
31860
31861 \begin_inset Index idx
31862 range none
31863 pageformat default
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867 Brackets
31868 \begin_inset IndexMacro subentry
31869 status open
31870
31871 \begin_layout Plain Layout
31872 for multiline expressions
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \end_inset
31881
31882
31883 \end_layout
31884
31885 \begin_layout Standard
31886 For brackets spanning multiple lines the following problem occurs:
31887 \begin_inset Formula 
31888 \begin{eqnarray*}
31889 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
31890  &  & \left.\cdots+B-D\right]
31891 \end{eqnarray*}
31892
31893 \end_inset
31894
31895
31896 \end_layout
31897
31898 \begin_layout Standard
31899 The closing bracket is smaller than the opening bracket because brackets with variable size may not span multiple lines.
31900 \end_layout
31901
31902 \begin_layout Standard
31903 To set the bracket size for the second line correctly,
31904  the first line is ended with 
31905 \series bold
31906
31907 \backslash
31908 right.
31909 \series default
31910
31911 \begin_inset Index idx
31912 range none
31913 pageformat default
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 Commands
31918 \begin_inset IndexMacro subentry
31919 status open
31920
31921 \begin_layout Plain Layout
31922 R
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \begin_inset IndexMacro subentry
31929 status open
31930
31931 \begin_layout Plain Layout
31932
31933 \backslash
31934 right
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \end_inset
31943
31944  and the second line with 
31945 \series bold
31946
31947 \backslash
31948 left.
31949 \begin_inset Foot
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953 For more about 
31954 \series bold
31955
31956 \backslash
31957 left
31958 \series default
31959  and 
31960 \series bold
31961
31962 \backslash
31963 right
31964 \series default
31965  see 
31966 \begin_inset CommandInset ref
31967 LatexCommand ref
31968 reference "subsec:Automatic-Bracket-Size"
31969 nolink "false"
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \series default
31980
31981 \begin_inset Index idx
31982 range none
31983 pageformat default
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987 Commands
31988 \begin_inset IndexMacro subentry
31989 status open
31990
31991 \begin_layout Plain Layout
31992 L
31993 \end_layout
31994
31995 \end_inset
31996
31997
31998 \begin_inset IndexMacro subentry
31999 status open
32000
32001 \begin_layout Plain Layout
32002
32003 \backslash
32004 left
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \end_layout
32011
32012 \end_inset
32013
32014 .
32015  After 
32016 \series bold
32017
32018 \backslash
32019 left.
32020
32021 \series default
32022  the command 
32023 \series bold
32024
32025 \backslash
32026 vphantom
32027 \series default
32028
32029 \begin_inset space \textvisiblespace{}
32030 \end_inset
32031
32032
32033 \series bold
32034
32035 \backslash
32036 prod
32037 \series default
32038 ^
32039 \begin_inset space \textvisiblespace{}
32040 \end_inset
32041
32042
32043 \series bold
32044
32045 \backslash
32046 infty
32047 \series default
32048
32049 \begin_inset space \textvisiblespace{}
32050 \end_inset
32051
32052
32053 \series bold
32054
32055 \begin_inset Formula $\downarrow$
32056 \end_inset
32057
32058 _R=1}
32059 \series default
32060
32061 \begin_inset Index idx
32062 range none
32063 pageformat default
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067 Commands
32068 \begin_inset IndexMacro subentry
32069 status open
32070
32071 \begin_layout Plain Layout
32072 V
32073 \end_layout
32074
32075 \end_inset
32076
32077
32078 \begin_inset IndexMacro subentry
32079 status open
32080
32081 \begin_layout Plain Layout
32082
32083 \backslash
32084 vphantom
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \end_inset
32093
32094  is inserted,
32095  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.
32096 \end_layout
32097
32098 \begin_layout Standard
32099 The result is this:
32100 \begin_inset Formula 
32101 \begin{eqnarray*}
32102 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
32103  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
32104 \end{eqnarray*}
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Subsection
32112 Align Environments
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Align environments can be used for every kind of multiline formulas.
32117  They are especially useful to set several formulas side by side.
32118 \end_layout
32119
32120 \begin_layout Standard
32121 Align environments consist of columns.
32122  The odd columns are right aligned,
32123  the even ones left aligned.
32124  Every line in an Align environment can be numbered.
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Align environments are created via the menu 
32129 \family sans
32130 Insert\SpecialChar menuseparator
32131 Math
32132 \family default
32133 .
32134  With the menu 
32135 \family sans
32136 Edit\SpecialChar menuseparator
32137 Math\SpecialChar menuseparator
32138 Change Formula Type
32139 \family default
32140  pre-existing formulas can be converted to Align environments.
32141 \end_layout
32142
32143 \begin_layout Standard
32144 To add or delete columns,
32145  use the math toolbar buttons 
32146 \begin_inset Info
32147 type  "icon"
32148 arg   "tabular-feature append-column"
32149 \end_inset
32150
32151  or 
32152 \begin_inset Info
32153 type  "icon"
32154 arg   "tabular-feature delete-column"
32155 \end_inset
32156
32157  respectively,
32158  or the menu option 
32159 \family sans
32160 Edit\SpecialChar menuseparator
32161 Rows & Columns
32162 \family default
32163  can be used.
32164 \end_layout
32165
32166 \begin_layout Subsubsection
32167 Standard Align Environment
32168 \begin_inset CommandInset label
32169 LatexCommand label
32170 name "subsec:Standard-align-Environment"
32171
32172 \end_inset
32173
32174
32175 \begin_inset Index idx
32176 range none
32177 pageformat default
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 Formula
32182 \begin_inset IndexMacro subentry
32183 status open
32184
32185 \begin_layout Plain Layout
32186 multiline
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \begin_inset IndexMacro subentry
32193 status open
32194
32195 \begin_layout Plain Layout
32196 align environment
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 This align environment is created by pressing 
32211 \begin_inset Info
32212 type  "shortcut"
32213 arg   "newline-insert newline"
32214 \end_inset
32215
32216  in a formula or by the menu 
32217 \family sans
32218 Insert\SpecialChar menuseparator
32219 Math\SpecialChar menuseparator
32220 AMS align Environment
32221 \family default
32222 .
32223 \end_layout
32224
32225 \begin_layout Standard
32226 An example for two formulas set side by side,
32227  that are created with a four column align environment:
32228 \begin_inset Formula 
32229 \begin{align*}
32230 A & =\sin(B) & C & =D\\
32231 C & \ne A & B & \ne D
32232 \end{align*}
32233
32234 \end_inset
32235
32236 As it can be seen,
32237  the formulas in this environment are placed so as if there would be a 
32238 \series bold
32239
32240 \backslash
32241 hfill
32242 \begin_inset Foot
32243 status open
32244
32245 \begin_layout Plain Layout
32246 For more about 
32247 \series bold
32248
32249 \backslash
32250 hfill
32251 \series default
32252  see 
32253 \begin_inset CommandInset ref
32254 LatexCommand ref
32255 reference "subsec:Variable-Space"
32256 nolink "false"
32257
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \series default
32267  before the first and after every even column.
32268  When the formula style 
32269 \series bold
32270 Indented
32271 \begin_inset Foot
32272 status open
32273
32274 \begin_layout Plain Layout
32275 For formula styles see 
32276 \begin_inset CommandInset ref
32277 LatexCommand ref
32278 reference "sec:Formula-Styles"
32279 nolink "false"
32280
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \series default
32290  is used,
32291  the formula is set without the 
32292 \series bold
32293
32294 \backslash
32295 hfill
32296 \series default
32297  before the first column.
32298 \end_layout
32299
32300 \begin_layout Subsubsection
32301 Alignat Environment
32302 \begin_inset Index idx
32303 range none
32304 pageformat default
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 Formula
32309 \begin_inset IndexMacro subentry
32310 status open
32311
32312 \begin_layout Plain Layout
32313 multiline
32314 \end_layout
32315
32316 \end_inset
32317
32318
32319 \begin_inset IndexMacro subentry
32320 status open
32321
32322 \begin_layout Plain Layout
32323 alignat environment
32324 \end_layout
32325
32326 \end_inset
32327
32328
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 The alignat environment has no predefined column separation.
32338  It can be inserted manually with the spaces that are described in 
32339 \begin_inset CommandInset ref
32340 LatexCommand ref
32341 reference "subsec:Space"
32342 nolink "false"
32343
32344 \end_inset
32345
32346 .
32347 \end_layout
32348
32349 \begin_layout Standard
32350 The above example is shown in the alignat environment where 1
32351 \begin_inset space \thinspace{}
32352 \end_inset
32353
32354 cm space was inserted at the beginning of the second formula:
32355 \begin_inset Formula 
32356 \begin{alignat*}{2}
32357 A & =\sin(B) & \hspace{1cm}C & =D\\
32358 C & \ne A & B & \ne D
32359 \end{alignat*}
32360
32361 \end_inset
32362
32363 Because the column separation can be set separately for every column,
32364  this environment is especially suitable to set three or more formulas side by side.
32365 \end_layout
32366
32367 \begin_layout Subsubsection
32368 Flalign Environment
32369 \begin_inset CommandInset label
32370 LatexCommand label
32371 name "subsec:Flalign-Environment"
32372
32373 \end_inset
32374
32375
32376 \begin_inset Index idx
32377 range none
32378 pageformat default
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 Formula
32383 \begin_inset IndexMacro subentry
32384 status open
32385
32386 \begin_layout Plain Layout
32387 multiline
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \begin_inset IndexMacro subentry
32394 status open
32395
32396 \begin_layout Plain Layout
32397 flalign environment
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \end_layout
32409
32410 \begin_layout Standard
32411 In this environment the first column is always set to the left as much as possible and the last one to the right.
32412  An example:
32413 \begin_inset Formula 
32414 \begin{flalign*}
32415 A & =1 & B & =2 & C & =3\\
32416 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
32417 \end{flalign*}
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 By creating a flalign environment with an odd number of columns where an empty \SpecialChar TeX
32426  brace is inserted in the last column,
32427  several formulas in a document can be set to the left,
32428  although the formula style 
32429 \series bold
32430 Centered
32431 \series default
32432  is used.
32433  As example the indented formula 
32434 \begin_inset CommandInset ref
32435 LatexCommand eqref
32436 reference "eq:VolInt"
32437 nolink "false"
32438
32439 \end_inset
32440
32441 :
32442 \begin_inset Formula 
32443 \begin{flalign}
32444 \hspace{30pt}\iiint_{V}X\,\mathrm{d}V & =U & {}
32445 \end{flalign}
32446
32447 \end_inset
32448
32449 The first two columns contain the formula.
32450  To indent it as with the formula style 
32451 \series bold
32452 Indented
32453 \series default
32454 ,
32455  a 30
32456 \begin_inset space \thinspace{}
32457 \end_inset
32458
32459 pt space was inserted at the beginning of the first column.
32460 \end_layout
32461
32462 \begin_layout Subsection
32463 Eqnarray Environment
32464 \begin_inset CommandInset label
32465 LatexCommand label
32466 name "subsec:Eqnarray-Environment"
32467
32468 \end_inset
32469
32470
32471 \begin_inset Index idx
32472 range none
32473 pageformat default
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 Formula
32478 \begin_inset IndexMacro subentry
32479 status open
32480
32481 \begin_layout Plain Layout
32482 multiline
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \begin_inset IndexMacro subentry
32489 status open
32490
32491 \begin_layout Plain Layout
32492 eqnarray environment
32493 \end_layout
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \begin_layout Standard
32506 When this environment is created,
32507  three blue boxes appear.
32508  The content of the first box is right aligned,
32509  the content of the last box left aligned.
32510  The content of the middle box appears centered and a bit smaller because it is intended for relational characters only.
32511 \begin_inset Formula 
32512 \begin{eqnarray*}
32513 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
32514 AB & AB & AB\\
32515 A & = & A
32516 \end{eqnarray*}
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Subsection
32524 Gather Environment
32525 \begin_inset Index idx
32526 range none
32527 pageformat default
32528 status collapsed
32529
32530 \begin_layout Plain Layout
32531 Formula
32532 \begin_inset IndexMacro subentry
32533 status open
32534
32535 \begin_layout Plain Layout
32536 multiline
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \begin_inset IndexMacro subentry
32543 status open
32544
32545 \begin_layout Plain Layout
32546 gather environment
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 This environment consists of one centered column.
32561  Every line can be numbered.
32562 \begin_inset Formula 
32563 \begin{gather}
32564 A=1\\
32565 X=\textrm{-}1
32566 \end{gather}
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \begin_layout Subsection
32574 Multline Environment
32575 \begin_inset CommandInset label
32576 LatexCommand label
32577 name "subsec:Multline-Environment"
32578
32579 \end_inset
32580
32581
32582 \begin_inset Index idx
32583 range none
32584 pageformat default
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588 Formula
32589 \begin_inset IndexMacro subentry
32590 status open
32591
32592 \begin_layout Plain Layout
32593 multiline
32594 \end_layout
32595
32596 \end_inset
32597
32598
32599 \begin_inset IndexMacro subentry
32600 status open
32601
32602 \begin_layout Plain Layout
32603 multline environment
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Standard
32617 The multline environment consists,
32618  like the gather environment,
32619  of one column.
32620  But the first line is left aligned,
32621  the last one right aligned.
32622  All other lines are centered.
32623  Therefore this environment is suitable for long formulas.
32624  Using example formula 
32625 \begin_inset CommandInset ref
32626 LatexCommand eqref
32627 reference "eq:lefteqn"
32628 nolink "false"
32629
32630 \end_inset
32631
32632  in the multline environment:
32633 \begin_inset Formula 
32634 \begin{multline}
32635 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}\\
32636 -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}\\
32637 =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}}
32638 \end{multline}
32639
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Standard
32646 In the output,
32647  only the last line of a multline environment appears numbered when the document numbering is on the right .
32648  If the document numbering is on the left then only the first line will appear numbered.
32649 \begin_inset Foot
32650 status collapsed
32651
32652 \begin_layout Plain Layout
32653 For numbering styles see 
32654 \begin_inset CommandInset ref
32655 LatexCommand ref
32656 reference "sec:Formula-Styles"
32657 nolink "false"
32658
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \end_layout
32668
32669 \begin_layout Standard
32670 With the commands 
32671 \series bold
32672
32673 \backslash
32674 shoveright
32675 \series default
32676
32677 \begin_inset Index idx
32678 range none
32679 pageformat default
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683 Commands
32684 \begin_inset IndexMacro subentry
32685 status open
32686
32687 \begin_layout Plain Layout
32688 S
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \begin_inset IndexMacro subentry
32695 status open
32696
32697 \begin_layout Plain Layout
32698
32699 \backslash
32700 shoveright
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \end_inset
32709
32710  and 
32711 \series bold
32712
32713 \backslash
32714 shoveleft
32715 \series default
32716
32717 \begin_inset Index idx
32718 range none
32719 pageformat default
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723 Commands
32724 \begin_inset IndexMacro subentry
32725 status open
32726
32727 \begin_layout Plain Layout
32728 S
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \begin_inset IndexMacro subentry
32735 status open
32736
32737 \begin_layout Plain Layout
32738
32739 \backslash
32740 shoveleft
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \end_inset
32749
32750  a centered line can be right or left aligned,
32751  respectively.
32752  The commands are used as follows:
32753 \end_layout
32754
32755 \begin_layout Standard
32756
32757 \series bold
32758
32759 \backslash
32760 shoveright{line content}
32761 \series default
32762  and 
32763 \series bold
32764
32765 \backslash
32766 shoveleft{line content}
32767 \end_layout
32768
32769 \begin_layout Standard
32770 \begin_inset VSpace medskip
32771 \end_inset
32772
32773 The length 
32774 \series bold
32775
32776 \backslash
32777 multlinegap
32778 \series default
32779
32780 \begin_inset Index idx
32781 range none
32782 pageformat default
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 Commands
32787 \begin_inset IndexMacro subentry
32788 status open
32789
32790 \begin_layout Plain Layout
32791 M
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \begin_inset IndexMacro subentry
32798 status open
32799
32800 \begin_layout Plain Layout
32801
32802 \backslash
32803 multlinegap
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \end_inset
32812
32813  specifies the distance of the first line from the left page margin.
32814  Predefined is the length 0
32815 \begin_inset space \thinspace{}
32816 \end_inset
32817
32818 pt.
32819 \end_layout
32820
32821 \begin_layout Standard
32822 As example the above formula where the command
32823 \end_layout
32824
32825 \begin_layout Standard
32826
32827 \series bold
32828
32829 \backslash
32830 setlength{
32831 \backslash
32832 multlinegap}{2cm}
32833 \end_layout
32834
32835 \begin_layout Standard
32836 was inserted in \SpecialChar TeX
32837  mode before:
32838 \begin_inset ERT
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842
32843
32844 \backslash
32845 setlength{
32846 \backslash
32847 multlinegap}{2cm}
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \begin_inset Formula 
32854 \begin{multline}
32855 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}\\
32856 \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}}\\
32857 =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}}
32858 \end{multline}
32859
32860 \end_inset
32861
32862
32863 \begin_inset ERT
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867
32868
32869 \backslash
32870 setlength{
32871 \backslash
32872 multlinegap}{0pt}
32873 \end_layout
32874
32875 \end_inset
32876
32877 The second line was left aligned using 
32878 \series bold
32879
32880 \backslash
32881 shoveleft
32882 \series default
32883 .
32884 \end_layout
32885
32886 \begin_layout Subsection
32887 Multiline Formula Parts
32888 \begin_inset CommandInset label
32889 LatexCommand label
32890 name "subsec:Multiline-Formula-Parts"
32891
32892 \end_inset
32893
32894
32895 \begin_inset Index idx
32896 range none
32897 pageformat default
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901 Formula
32902 \begin_inset IndexMacro subentry
32903 status open
32904
32905 \begin_layout Plain Layout
32906 multiline
32907 \end_layout
32908
32909 \end_inset
32910
32911
32912 \begin_inset IndexMacro subentry
32913 status open
32914
32915 \begin_layout Plain Layout
32916 formula parts
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \end_layout
32923
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \begin_layout Standard
32930 To display only parts of a formula with multiple lines,
32931  one of the following environments is used:
32932  
32933 \series bold
32934 aligned
32935 \series default
32936 ,
32937  
32938 \series bold
32939 alignedat
32940 \series default
32941 ,
32942  
32943 \series bold
32944 gathered
32945 \series default
32946  or 
32947 \series bold
32948 split
32949 \series default
32950 .
32951  They can be inserted via the menu 
32952 \family sans
32953 Insert\SpecialChar menuseparator
32954 Math
32955 \family default
32956  or by using the commands described in this section.
32957 \end_layout
32958
32959 \begin_layout Standard
32960 The first three have the same properties as the corresponding multiline formula environments,
32961  but it is possible to set additional formula parts beside them.
32962  An example:
32963 \begin_inset Formula 
32964 \[
32965 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
32966 \Delta E\Delta t & \ge\frac{\hbar}{2}
32967 \end{aligned}
32968 \right\} \textrm{Uncertainty relations}
32969 \]
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \begin_layout Standard
32977 To get this formula,
32978  a displayed formula is created where the command 
32979 \series bold
32980
32981 \backslash
32982 aligned
32983 \series default
32984
32985 \begin_inset Index idx
32986 range none
32987 pageformat default
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991 Commands
32992 \begin_inset IndexMacro subentry
32993 status open
32994
32995 \begin_layout Plain Layout
32996 A
32997 \end_layout
32998
32999 \end_inset
33000
33001
33002 \begin_inset IndexMacro subentry
33003 status open
33004
33005 \begin_layout Plain Layout
33006
33007 \backslash
33008 aligned
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \end_inset
33017
33018  is inserted.
33019  A purple box appears around the blue formula box where now columns and lines can be added.
33020  Outside the multiline environment other formula parts can be set,
33021  like the brace.
33022 \end_layout
33023
33024 \begin_layout Standard
33025 The aligned environment is also suitable for long formulas whose lines are horizontally aligned.
33026  Using aligned in a displayed formula has the advantage that the formula number is vertically centered behind the lines.
33027  For example here is formula 
33028 \begin_inset CommandInset ref
33029 LatexCommand eqref
33030 reference "eq:shortlong"
33031 nolink "false"
33032
33033 \end_inset
33034
33035  in the aligned environment:
33036 \begin_inset Formula 
33037 \begin{equation}
33038 \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}|}\\
33039  & -\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}|}
33040 \end{aligned}
33041 \end{equation}
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Standard
33049 To use the environments 
33050 \series bold
33051 alignedat
33052 \series default
33053 ,
33054  
33055 \series bold
33056 gathered
33057 \series default
33058 ,
33059  or 
33060 \series bold
33061 split
33062 \series default
33063 ,
33064  the command 
33065 \series bold
33066
33067 \backslash
33068 alignedat
33069 \series default
33070 ,
33071 \begin_inset Index idx
33072 range none
33073 pageformat default
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077 Commands
33078 \begin_inset IndexMacro subentry
33079 status open
33080
33081 \begin_layout Plain Layout
33082 A
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \begin_inset IndexMacro subentry
33089 status open
33090
33091 \begin_layout Plain Layout
33092
33093 \backslash
33094 alignedat
33095 \end_layout
33096
33097 \end_inset
33098
33099
33100 \end_layout
33101
33102 \end_inset
33103
33104  
33105 \series bold
33106
33107 \backslash
33108 gathered
33109 \series default
33110
33111 \begin_inset Index idx
33112 range none
33113 pageformat default
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117 Commands
33118 \begin_inset IndexMacro subentry
33119 status open
33120
33121 \begin_layout Plain Layout
33122 G
33123 \end_layout
33124
33125 \end_inset
33126
33127
33128 \begin_inset IndexMacro subentry
33129 status open
33130
33131 \begin_layout Plain Layout
33132
33133 \backslash
33134 gathered
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \end_layout
33141
33142 \end_inset
33143
33144 ,
33145  or 
33146 \series bold
33147
33148 \backslash
33149 split
33150 \series default
33151
33152 \begin_inset Index idx
33153 range none
33154 pageformat default
33155 status collapsed
33156
33157 \begin_layout Plain Layout
33158 Commands
33159 \begin_inset IndexMacro subentry
33160 status open
33161
33162 \begin_layout Plain Layout
33163 S
33164 \end_layout
33165
33166 \end_inset
33167
33168
33169 \begin_inset IndexMacro subentry
33170 status open
33171
33172 \begin_layout Plain Layout
33173
33174 \backslash
33175 split
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \end_layout
33182
33183 \end_inset
33184
33185  are inserted,
33186  respectively.
33187  The split environment has the same properties as the aligned environment but it can only have two columns.
33188 \end_layout
33189
33190 \begin_layout Subsection
33191 Text in Multiline Formulas
33192 \begin_inset CommandInset label
33193 LatexCommand label
33194 name "subsec:Text-in-multiline"
33195
33196 \end_inset
33197
33198
33199 \begin_inset Index idx
33200 range none
33201 pageformat default
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205 Text
33206 \begin_inset IndexMacro subentry
33207 status open
33208
33209 \begin_layout Plain Layout
33210 in formulas
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \begin_inset Index idx
33222 range none
33223 pageformat default
33224 status collapsed
33225
33226 \begin_layout Plain Layout
33227 Formula
33228 \begin_inset IndexMacro subentry
33229 status open
33230
33231 \begin_layout Plain Layout
33232 multiline
33233 \end_layout
33234
33235 \end_inset
33236
33237
33238 \begin_inset IndexMacro subentry
33239 status open
33240
33241 \begin_layout Plain Layout
33242 text
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Standard
33256 In the align environments as well as the multline and gather environment,
33257  text can be inserted that will appear in a separate line and doesn't affect the column alignment.
33258  To do this,
33259  the command 
33260 \series bold
33261
33262 \backslash
33263 intertext
33264 \series default
33265
33266 \begin_inset Index idx
33267 range none
33268 pageformat default
33269 status collapsed
33270
33271 \begin_layout Plain Layout
33272 Commands
33273 \begin_inset IndexMacro subentry
33274 status open
33275
33276 \begin_layout Plain Layout
33277 I
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \begin_inset IndexMacro subentry
33284 status open
33285
33286 \begin_layout Plain Layout
33287
33288 \backslash
33289 intertext
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \end_inset
33298
33299  is used in the following scheme:
33300 \end_layout
33301
33302 \begin_layout Standard
33303
33304 \series bold
33305
33306 \backslash
33307 intertext{text}
33308 \end_layout
33309
33310 \begin_layout Standard
33311 The text should not be longer than a line because it cannot be hyphenated.
33312  As \SpecialChar LyX
33313  doesn't yet support 
33314 \series bold
33315
33316 \backslash
33317 intertext
33318 \series default
33319  directly,
33320  the text is written as mathematical text.
33321  Therefore 
33322 \series bold
33323
33324 \backslash
33325 intertext
33326 \series default
33327  must be at the beginning of a line and will appear in the output above this line.
33328  An example where the text was inserted at the beginning of the second line:
33329 \begin_inset Formula 
33330 \begin{align}
33331 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33332 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33333 \end{align}
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \begin_layout Standard
33341
33342 \series bold
33343
33344 \backslash
33345 intertext
33346 \series default
33347  always creates some vertical space between the text and the formula lines.
33348  To avoid this space,
33349  in the document settings under 
33350 \family sans
33351 Math
33352 \begin_inset space ~
33353 \end_inset
33354
33355 Options
33356 \family default
33357  for the package 
33358 \series bold
33359 mathtools
33360 \series default
33361
33362 \begin_inset Index idx
33363 range none
33364 pageformat default
33365 status collapsed
33366
33367 \begin_layout Plain Layout
33368 Packages
33369 \begin_inset IndexMacro subentry
33370 status open
33371
33372 \begin_layout Plain Layout
33373 mathtools
33374 \end_layout
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \end_inset
33382
33383  set the option to 
33384 \family sans
33385 Load
33386 \begin_inset space ~
33387 \end_inset
33388
33389 always
33390 \family default
33391 .
33392  Then you can use the command 
33393 \series bold
33394
33395 \backslash
33396 shortintertext
33397 \series default
33398
33399 \begin_inset Index idx
33400 range none
33401 pageformat default
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 Commands
33406 \begin_inset IndexMacro subentry
33407 status open
33408
33409 \begin_layout Plain Layout
33410 S
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \begin_inset IndexMacro subentry
33417 status open
33418
33419 \begin_layout Plain Layout
33420
33421 \backslash
33422 shortintertext
33423 \end_layout
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \end_inset
33431
33432  instead of 
33433 \series bold
33434
33435 \backslash
33436 intertext
33437 \series default
33438 :
33439 \end_layout
33440
33441 \begin_layout Standard
33442 \begin_inset Formula 
33443 \begin{align}
33444 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
33445 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
33446 \end{align}
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \begin_layout Section
33454 Formula Numbering
33455 \begin_inset Index idx
33456 range none
33457 pageformat default
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461 Formula numbering
33462 \end_layout
33463
33464 \end_inset
33465
33466
33467 \begin_inset Index idx
33468 range none
33469 pageformat default
33470 status collapsed
33471
33472 \begin_layout Plain Layout
33473 Formula
33474 \begin_inset IndexMacro subentry
33475 status open
33476
33477 \begin_layout Plain Layout
33478 numbering
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \begin_inset IndexMacro see
33485 status open
33486
33487 \begin_layout Plain Layout
33488 Formula numbering
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \begin_layout Subsection
33502 General
33503 \end_layout
33504
33505 \begin_layout Standard
33506 Numbered formulas can be created with the menu 
33507 \family sans
33508 Insert\SpecialChar menuseparator
33509 Math\SpecialChar menuseparator
33510 Numbered
33511 \begin_inset space ~
33512 \end_inset
33513
33514 Formula
33515 \family default
33516  (shortcut 
33517 \begin_inset Info
33518 type  "shortcuts"
33519 arg   "command-sequence math-display; math-number-toggle;"
33520 \end_inset
33521
33522 ).
33523  Existing formulas can be numbered with the menu 
33524 \family sans
33525 Edit\SpecialChar menuseparator
33526 Math\SpecialChar menuseparator
33527 Number
33528 \begin_inset space ~
33529 \end_inset
33530
33531 Whole
33532 \begin_inset space ~
33533 \end_inset
33534
33535 Formula
33536 \family default
33537  (shortcut 
33538 \begin_inset Info
33539 type  "shortcut"
33540 arg   "math-number-toggle"
33541 \end_inset
33542
33543 ).
33544  The formula number is displayed in \SpecialChar LyX
33545  behind the formula as a number in parentheses.
33546  
33547 \end_layout
33548
33549 \begin_layout Standard
33550 When numbering is turned on in multiline formulas,
33551  all formulas will be numbered.
33552  But the numbering can be controlled with the menu 
33553 \family sans
33554 Edit\SpecialChar menuseparator
33555 Math\SpecialChar menuseparator
33556 Number
33557 \begin_inset space ~
33558 \end_inset
33559
33560 This
33561 \begin_inset space ~
33562 \end_inset
33563
33564 Line
33565 \family default
33566  (shortcut 
33567 \begin_inset Info
33568 type  "shortcut"
33569 arg   "math-number-line-toggle"
33570 \end_inset
33571
33572 ) for every formula.
33573 \end_layout
33574
33575 \begin_layout Standard
33576 Except for inline formulas,
33577  all formulas can be numbered with two different styles,
33578  see 
33579 \begin_inset CommandInset ref
33580 LatexCommand ref
33581 reference "sec:Formula-Styles"
33582 nolink "false"
33583
33584 \end_inset
33585
33586 .
33587 \end_layout
33588
33589 \begin_layout Subsection
33590 Cross-References
33591 \begin_inset Index idx
33592 range none
33593 pageformat default
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597 Cross-references
33598 \begin_inset IndexMacro subentry
33599 status open
33600
33601 \begin_layout Plain Layout
33602 to formulas
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Standard
33616 All labeled formulas can be cross-referenced.
33617  A label is added with the menu 
33618 \family sans
33619 Insert\SpecialChar menuseparator
33620 Label
33621 \family default
33622  or the toolbar button 
33623 \begin_inset Info
33624 type  "icon"
33625 arg   "label-insert"
33626 \end_inset
33627
33628 .
33629  The cursor must be inside a displayed formula.
33630  Alternatively you can right-click on the formula and choose 
33631 \family sans
33632 Equation Label
33633 \family default
33634 .
33635  A dialog pops up displaying the prefix 
33636 \series bold
33637 eq:
33638
33639 \series default
33640  in a text field.
33641  The label is inserted behind the prefix.
33642  The predefined prefix means 
33643 \begin_inset Quotes eld
33644 \end_inset
33645
33646 equation
33647 \begin_inset Quotes erd
33648 \end_inset
33649
33650  and makes it easier to find labels in large documents because it marks it as a formula label to distinguish it from e.
33651 \begin_inset space \thinspace{}
33652 \end_inset
33653
33654 g.
33655 \begin_inset space \space{}
33656 \end_inset
33657
33658 section labels.
33659  To change a label,
33660  the menu 
33661 \family sans
33662 Insert\SpecialChar menuseparator
33663 Label
33664 \family default
33665  is used again or you can right-click on a formula and then on 
33666 \family sans
33667 Equation Label
33668 \family default
33669 .
33670 \end_layout
33671
33672 \begin_layout Standard
33673 The name of the label is displayed in \SpecialChar LyX
33674  within parentheses behind the formula number.
33675  A formula with a label is always numbered.
33676 \end_layout
33677
33678 \begin_layout Standard
33679 Cross-references are inserted via the menu 
33680 \family sans
33681 Insert\SpecialChar menuseparator
33682 Cross-Reference
33683 \family default
33684  or with the toolbar button 
33685 \begin_inset Info
33686 type  "icon"
33687 arg   "dialog-show-new-inset ref"
33688 \end_inset
33689
33690 .
33691  A formula cross-reference appears in the output as formula number.
33692  When in the cross-reference dialog window the format 
33693 \series bold
33694 (<reference>)
33695 \series default
33696  is chosen,
33697  the cross-reference appears in the output as formula number in parentheses.
33698 \begin_inset Newline newline
33699 \end_inset
33700
33701 By right-clicking on a cross-reference in \SpecialChar LyX
33702 ,
33703  one jumps to the formula that is referenced.
33704 \end_layout
33705
33706 \begin_layout Standard
33707 Here are as examples cross-references to formulas of the following subsections:
33708 \begin_inset Note Note
33709 status open
33710
33711 \begin_layout Plain Layout
33712 Note the different cross-reference types.
33713 \end_layout
33714
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 The equations 
33722 \begin_inset CommandInset ref
33723 LatexCommand eqref
33724 reference "eq:tag"
33725 nolink "false"
33726
33727 \end_inset
33728
33729  and 
33730 \begin_inset CommandInset ref
33731 LatexCommand eqref
33732 reference "eq:c"
33733 nolink "false"
33734
33735 \end_inset
33736
33737  are equivalent.
33738  In (
33739 \begin_inset CommandInset ref
33740 LatexCommand ref
33741 reference "eq:Lat"
33742 nolink "false"
33743
33744 \end_inset
33745
33746 ) big Latin letters are used for the numbering in contrary to (
33747 \begin_inset CommandInset ref
33748 LatexCommand ref
33749 reference "eq:Rom"
33750 nolink "false"
33751
33752 \end_inset
33753
33754 ).
33755 \end_layout
33756
33757 \begin_layout Standard
33758 \begin_inset VSpace medskip
33759 \end_inset
33760
33761 When the argument of 
33762 \series bold
33763
33764 \backslash
33765 tag
33766 \begin_inset Foot
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770
33771 \series bold
33772
33773 \backslash
33774 tag
33775 \series default
33776  is described in 
33777 \begin_inset CommandInset ref
33778 LatexCommand ref
33779 reference "subsec:User-defined-Numbering"
33780 nolink "false"
33781
33782 \end_inset
33783
33784 .
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \series default
33791  contains a box like in 
33792 \begin_inset CommandInset ref
33793 LatexCommand ref
33794 reference "subsec:Paragraph-Boxes"
33795 nolink "false"
33796
33797 \end_inset
33798
33799 ,
33800  the formula cannot be referenced.
33801 \end_layout
33802
33803 \begin_layout Subsection
33804 Subnumbering
33805 \begin_inset Index idx
33806 range none
33807 pageformat default
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 Formula numbering
33812 \begin_inset IndexMacro subentry
33813 status open
33814
33815 \begin_layout Plain Layout
33816 subnumbering
33817 \end_layout
33818
33819 \end_inset
33820
33821
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 Formulas can be numbered as subequations.
33831  To activate this feature,
33832  add the module 
33833 \family sans
33834 Subequations
33835 \family default
33836  to the document in the menu 
33837 \family sans
33838 Document\SpecialChar menuseparator
33839 Settings\SpecialChar menuseparator
33840 Modules
33841 \family default
33842 .
33843  To insert subequations use the menu 
33844 \family sans
33845 Insert\SpecialChar menuseparator
33846 Custom Insets\SpecialChar menuseparator
33847 Subequations
33848 \family default
33849 .
33850 \end_layout
33851
33852 \begin_layout Standard
33853 The equations to be subnumbered are put into the 
33854 \family sans
33855 Subequations
33856 \family default
33857  inset.
33858  An example:
33859 \begin_inset Formula 
33860 \begin{equation}
33861 A=C-B
33862 \end{equation}
33863
33864 \end_inset
33865
33866
33867 \begin_inset VSpace -5mm
33868 \end_inset
33869
33870
33871 \begin_inset Flex Subequations
33872 status open
33873
33874 \begin_layout Plain Layout
33875 \begin_inset Formula 
33876 \begin{equation}
33877 B=C-A\label{eq:b}
33878 \end{equation}
33879
33880 \end_inset
33881
33882
33883 \begin_inset Formula 
33884 \begin{equation}
33885 C=A+B\label{eq:c}
33886 \end{equation}
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \begin_layout Standard
33899 Every formula in the 
33900 \family sans
33901 Subequations
33902 \family default
33903  inset will be subnumbered with a,
33904  b,
33905  c,
33906  \SpecialChar ldots
33907  in the output.
33908  For multiline formulas every line will be subnumbered.
33909 \end_layout
33910
33911 \begin_layout Standard
33912 Referencing subequations works like normal equations:
33913  
33914 \begin_inset CommandInset ref
33915 LatexCommand eqref
33916 reference "eq:b"
33917 nolink "false"
33918
33919 \end_inset
33920
33921 ,
33922  
33923 \begin_inset CommandInset ref
33924 LatexCommand eqref
33925 reference "eq:c"
33926 nolink "false"
33927
33928 \end_inset
33929
33930 .
33931  If you want to reference the subequations collectively,
33932  insert a label as first thing in the 
33933 \family sans
33934 Subequations
33935 \family default
33936  inset.
33937  Formula 
33938 \begin_inset CommandInset ref
33939 LatexCommand eqref
33940 reference "eq:Here-is-an"
33941 plural "false"
33942 caps "false"
33943 noprefix "false"
33944 nolink "false"
33945
33946 \end_inset
33947
33948  is an example.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 When inserting subequations,
33953  vertical space is added before the equation.
33954  To remove this,
33955  insert -5
33956 \begin_inset space \thinspace{}
33957 \end_inset
33958
33959 mm vertical space right before the 
33960 \family sans
33961 Subequations
33962 \family default
33963  inset.
33964  If the formula style 
33965 \series bold
33966 Indented
33967 \begin_inset Foot
33968 status open
33969
33970 \begin_layout Plain Layout
33971 For formula styles see 
33972 \begin_inset CommandInset ref
33973 LatexCommand ref
33974 reference "sec:Formula-Styles"
33975 nolink "false"
33976
33977 \end_inset
33978
33979
33980 \end_layout
33981
33982 \end_inset
33983
33984
33985 \series default
33986  is used,
33987  insert -7
33988 \begin_inset space \thinspace{}
33989 \end_inset
33990
33991 mm space instead.
33992 \end_layout
33993
33994 \begin_layout Standard
33995 To get another subnumber instead of small Latin letters,
33996  insert this command as \SpecialChar TeX
33997  code before the equations in the 
33998 \family sans
33999 Subequations
34000 \family default
34001  inset:
34002 \end_layout
34003
34004 \begin_layout Standard
34005
34006 \series bold
34007
34008 \backslash
34009 renewcommand{
34010 \backslash
34011 theequation}{
34012 \backslash
34013 theparentequation -
34014 \backslash
34015 roman{equation}}
34016 \end_layout
34017
34018 \begin_layout Standard
34019
34020 \series bold
34021
34022 \backslash
34023 theparentequation
34024 \series default
34025  creates the parent number and 
34026 \series bold
34027
34028 \backslash
34029 roman{equation}
34030 \series default
34031  adds a small Roman number as subnumber.
34032  For more information about the customization of the numbering,
34033  see 
34034 \begin_inset CommandInset ref
34035 LatexCommand ref
34036 reference "subsec:Numbering-with-Roman"
34037 nolink "false"
34038
34039 \end_inset
34040
34041 .
34042 \end_layout
34043
34044 \begin_layout Standard
34045 Here is an example of a multiline formula where the numbering is customized and turned off for the second line:
34046 \begin_inset Flex Subequations
34047 status open
34048
34049 \begin_layout Plain Layout
34050 \begin_inset CommandInset label
34051 LatexCommand label
34052 name "eq:Here-is-an"
34053
34054 \end_inset
34055
34056
34057 \begin_inset ERT
34058 status open
34059
34060 \begin_layout Plain Layout
34061
34062
34063 \backslash
34064 renewcommand{
34065 \backslash
34066 theequation}{
34067 \backslash
34068 theparentequation -
34069 \backslash
34070 roman{equation}}
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \begin_inset Formula 
34077 \begin{eqnarray}
34078 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
34079  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
34080  & = & B^{2}-2BZ+Z^{2}
34081 \end{eqnarray}
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Subsection
34094 Numbering with Roman Numbers and Letters
34095 \begin_inset CommandInset label
34096 LatexCommand label
34097 name "subsec:Numbering-with-Roman"
34098
34099 \end_inset
34100
34101
34102 \begin_inset Index idx
34103 range none
34104 pageformat default
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 Formula numbering
34109 \begin_inset IndexMacro subentry
34110 status open
34111
34112 \begin_layout Plain Layout
34113 with letters
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \begin_inset Index idx
34125 range none
34126 pageformat default
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 Formula numbering
34131 \begin_inset IndexMacro subentry
34132 status open
34133
34134 \begin_layout Plain Layout
34135 with Roman numbers
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Formulas can also be numbered with Roman numbers and Latin letters.
34150  To number with small Roman numbers,
34151  the command
34152 \end_layout
34153
34154 \begin_layout Standard
34155
34156 \series bold
34157
34158 \backslash
34159 renewcommand{
34160 \backslash
34161 theequation}{
34162 \backslash
34163 roman{equation}}
34164 \end_layout
34165
34166 \begin_layout Standard
34167 is inserted before the formula in \SpecialChar TeX
34168  mode.
34169  
34170 \series bold
34171
34172 \backslash
34173 renewcommand
34174 \series default
34175
34176 \begin_inset Index idx
34177 range none
34178 pageformat default
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182 Commands
34183 \begin_inset IndexMacro subentry
34184 status open
34185
34186 \begin_layout Plain Layout
34187 R
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \begin_inset IndexMacro subentry
34194 status open
34195
34196 \begin_layout Plain Layout
34197
34198 \backslash
34199 renewcommand
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \end_inset
34208
34209  redefines the predefined command 
34210 \series bold
34211
34212 \backslash
34213 theequation
34214 \series default
34215  to the command 
34216 \series bold
34217
34218 \backslash
34219 roman{equation}
34220 \series default
34221 .
34222 \begin_inset Foot
34223 status open
34224
34225 \begin_layout Plain Layout
34226 The command 
34227 \series bold
34228
34229 \backslash
34230 renewcommand
34231 \series default
34232  has the same scheme as the command 
34233 \series bold
34234
34235 \backslash
34236 newcommand
34237 \series default
34238  described in 
34239 \begin_inset CommandInset ref
34240 LatexCommand ref
34241 reference "subsec:The-Command-newcommand"
34242 nolink "false"
34243
34244 \end_inset
34245
34246 .
34247 \end_layout
34248
34249 \end_inset
34250
34251  
34252 \series bold
34253 equation
34254 \series default
34255  is the formula counter.
34256  When the command 
34257 \series bold
34258
34259 \backslash
34260 the
34261 \series default
34262  is used as prefix for a counter,
34263  the value of the counter is output as Arabic number.
34264  When a formula is numbered,
34265  \SpecialChar LaTeX
34266  sets internally the command 
34267 \series bold
34268
34269 \backslash
34270 theequation
34271 \series default
34272  behind the formula.
34273  
34274 \series bold
34275
34276 \backslash
34277 roman{equation}
34278 \begin_inset Index idx
34279 range none
34280 pageformat default
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284 Commands
34285 \begin_inset IndexMacro subentry
34286 status open
34287
34288 \begin_layout Plain Layout
34289 R
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \begin_inset IndexMacro subentry
34296 status open
34297
34298 \begin_layout Plain Layout
34299
34300 \backslash
34301 roman
34302 \end_layout
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \series default
34313  outputs the counter as small Roman number.
34314 \end_layout
34315
34316 \begin_layout Standard
34317 All formulas behind the command 
34318 \series bold
34319
34320 \backslash
34321 renew
34322 \series default
34323 c
34324 \series bold
34325 ommand
34326 \series default
34327  are now numbered Roman.
34328  To switch to numbering with big Roman numbers,
34329  the command is inserted again,
34330  but 
34331 \series bold
34332
34333 \backslash
34334 roman
34335 \series default
34336  is replaced by 
34337 \series bold
34338
34339 \backslash
34340 Roman
34341 \series default
34342
34343 \begin_inset Index idx
34344 range none
34345 pageformat default
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349 Commands
34350 \begin_inset IndexMacro subentry
34351 status open
34352
34353 \begin_layout Plain Layout
34354 R
34355 \end_layout
34356
34357 \end_inset
34358
34359
34360 \begin_inset IndexMacro subentry
34361 status open
34362
34363 \begin_layout Plain Layout
34364 \begin_inset IndexMacro sortkey
34365 status open
34366
34367 \begin_layout Plain Layout
34368
34369 \backslash
34370 roman
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \backslash
34377 Roman
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \end_inset
34386
34387 .
34388  To 
34389 \begin_inset Quotes eld
34390 \end_inset
34391
34392 number
34393 \begin_inset Quotes erd
34394 \end_inset
34395
34396  with small Latin letters there is the command 
34397 \series bold
34398
34399 \backslash
34400 alph
34401 \series default
34402
34403 \begin_inset Index idx
34404 range none
34405 pageformat default
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409 Commands
34410 \begin_inset IndexMacro subentry
34411 status open
34412
34413 \begin_layout Plain Layout
34414 A
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \begin_inset IndexMacro subentry
34421 status open
34422
34423 \begin_layout Plain Layout
34424
34425 \backslash
34426 alph
34427 \end_layout
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \end_inset
34435
34436 ,
34437  for big ones there is the command 
34438 \series bold
34439
34440 \backslash
34441 Alph
34442 \series default
34443
34444 \begin_inset Index idx
34445 range none
34446 pageformat default
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450 Commands
34451 \begin_inset IndexMacro subentry
34452 status open
34453
34454 \begin_layout Plain Layout
34455 A
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \begin_inset IndexMacro subentry
34462 status open
34463
34464 \begin_layout Plain Layout
34465 \begin_inset IndexMacro sortkey
34466 status open
34467
34468 \begin_layout Plain Layout
34469
34470 \backslash
34471 alph
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \backslash
34478 Alph
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \end_inset
34487
34488 .
34489 \end_layout
34490
34491 \begin_layout Standard
34492 \begin_inset Note Greyedout
34493 status open
34494
34495 \begin_layout Plain Layout
34496
34497 \series bold
34498 Note:
34499
34500 \series default
34501  Only a maximum of 26
34502 \begin_inset space ~
34503 \end_inset
34504
34505 formulas can be numbered with Latin letters in one document.
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \begin_layout Standard
34514 \begin_inset ERT
34515 status collapsed
34516
34517 \begin_layout Plain Layout
34518
34519
34520 \backslash
34521 renewcommand{
34522 \backslash
34523 theequation}{
34524 \backslash
34525 roman{equation}}
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \begin_layout Standard
34534 \begin_inset Formula 
34535 \begin{equation}
34536 A=\textrm{small roman}
34537 \end{equation}
34538
34539 \end_inset
34540
34541
34542 \begin_inset ERT
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546
34547
34548 \backslash
34549 renewcommand{
34550 \backslash
34551 theequation}{
34552 \backslash
34553 Roman{equation}}
34554 \end_layout
34555
34556 \end_inset
34557
34558
34559 \begin_inset Formula 
34560 \begin{equation}
34561 B=\textrm{big Roman}\label{eq:Rom}
34562 \end{equation}
34563
34564 \end_inset
34565
34566
34567 \begin_inset ERT
34568 status collapsed
34569
34570 \begin_layout Plain Layout
34571
34572
34573 \backslash
34574 renewcommand{
34575 \backslash
34576 theequation}{
34577 \backslash
34578 alph{equation}}
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \begin_inset Formula 
34585 \begin{equation}
34586 C=\textrm{small Latin}
34587 \end{equation}
34588
34589 \end_inset
34590
34591
34592 \begin_inset ERT
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596
34597
34598 \backslash
34599 renewcommand{
34600 \backslash
34601 theequation}{
34602 \backslash
34603 Alph{equation}}
34604 \end_layout
34605
34606 \end_inset
34607
34608
34609 \begin_inset Formula 
34610 \begin{equation}
34611 D=\textrm{big Latin}\label{eq:Lat}
34612 \end{equation}
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 To switch back to the default numbering,
34621  insert the command:
34622 \end_layout
34623
34624 \begin_layout Standard
34625
34626 \series bold
34627
34628 \backslash
34629 renewcommand{
34630 \backslash
34631 theequation}{
34632 \backslash
34633 arabic{equation}}
34634 \begin_inset Index idx
34635 range none
34636 pageformat default
34637 status collapsed
34638
34639 \begin_layout Plain Layout
34640 Commands
34641 \begin_inset IndexMacro subentry
34642 status open
34643
34644 \begin_layout Plain Layout
34645 A
34646 \end_layout
34647
34648 \end_inset
34649
34650
34651 \begin_inset IndexMacro subentry
34652 status open
34653
34654 \begin_layout Plain Layout
34655
34656 \backslash
34657 arabic
34658 \end_layout
34659
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Standard
34671 \begin_inset ERT
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676
34677 \backslash
34678 renewcommand{
34679 \backslash
34680 theequation}{
34681 \backslash
34682 arabic{equation}}
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \begin_inset Formula 
34689 \begin{equation}
34690 E=\textrm{Arabic}
34691 \end{equation}
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 \begin_inset VSpace medskip
34700 \end_inset
34701
34702 As you see,
34703  formulas are numbered serially independent from the numbering style.
34704  When then numbering should start with 
34705 \begin_inset Quotes eld
34706 \end_inset
34707
34708 1
34709 \begin_inset Quotes erd
34710 \end_inset
34711
34712  when the style is changed,
34713  new equation counters have to be defined.
34714  A description of this can be found in the file 
34715 \begin_inset CommandInset href
34716 LatexCommand href
34717 name "Formula-numbering.lyx"
34718 target "run:Formula-numbering.lyx"
34719 type "other"
34720 literal "false"
34721
34722 \end_inset
34723
34724 .
34725 \end_layout
34726
34727 \begin_layout Subsection
34728 User-defined Numbering
34729 \begin_inset CommandInset label
34730 LatexCommand label
34731 name "subsec:User-defined-Numbering"
34732
34733 \end_inset
34734
34735
34736 \begin_inset Index idx
34737 range none
34738 pageformat default
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742 Formula numbering
34743 \begin_inset IndexMacro subentry
34744 status open
34745
34746 \begin_layout Plain Layout
34747 user-defined
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761 \begin_inset Note Greyedout
34762 status open
34763
34764 \begin_layout Plain Layout
34765
34766 \series bold
34767 Note:
34768
34769 \series default
34770  If the document language is a right-to-left language such as Arabic,
34771  you must add this to the to the \SpecialChar LaTeX
34772 -preamble to be able to use the commands described in this section:
34773 \begin_inset Newline newline
34774 \end_inset
34775
34776
34777 \series bold
34778
34779 \backslash
34780 AtBeginDocument{
34781 \begin_inset Newline newline
34782 \end_inset
34783
34784
34785 \begin_inset Phantom HPhantom
34786 status open
34787
34788 \begin_layout Plain Layout
34789
34790 \series bold
34791 \begin_inset space ~
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \backslash
34801 def
34802 \backslash
34803 tagform@#1{
34804 \backslash
34805 maketag@@@{(
34806 \backslash
34807 ignorespaces#1
34808 \backslash
34809 unskip)}} }
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \end_layout
34816
34817 \begin_layout Standard
34818 \begin_inset Index idx
34819 range none
34820 pageformat default
34821 status collapsed
34822
34823 \begin_layout Plain Layout
34824 Formula numbering
34825 \begin_inset IndexMacro subentry
34826 status open
34827
34828 \begin_layout Plain Layout
34829 self-defined delimiters
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \end_inset
34838
34839 With standard numbering,
34840  parentheses are set around a formula number.
34841  To replace the parentheses for example with vertical bars,
34842  the following line is added to the \SpecialChar LaTeX
34843 -preamble:
34844 \end_layout
34845
34846 \begin_layout Standard
34847
34848 \series bold
34849
34850 \backslash
34851 AtBeginDocument{
34852 \begin_inset Newline newline
34853 \end_inset
34854
34855
34856 \begin_inset Phantom HPhantom
34857 status open
34858
34859 \begin_layout Plain Layout
34860
34861 \series bold
34862 \begin_inset space ~
34863 \end_inset
34864
34865
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \backslash
34872 def
34873 \backslash
34874 tagform@#1{
34875 \backslash
34876 maketag@@@{|#1|}} }
34877 \series default
34878
34879 \begin_inset Note Note
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883 This macro is already declared in the \SpecialChar LaTeX
34884 -preamble for testing.
34885  To activate it,
34886  remove the percent signs at the beginning.
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895 To use other characters,
34896  the vertical bars besides the 
34897 \series bold
34898 #1
34899 \series default
34900  are replaced by one or more characters.
34901  To display only the formula number the vertical bars are omitted.
34902 \end_layout
34903
34904 \begin_layout Standard
34905 \begin_inset VSpace bigskip
34906 \end_inset
34907
34908 When there should be an expression of your choice instead of the consecutive formula number in parentheses behind the formula,
34909  the command 
34910 \series bold
34911
34912 \backslash
34913 tag
34914 \series default
34915
34916 \begin_inset Index idx
34917 range none
34918 pageformat default
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922 Commands
34923 \begin_inset IndexMacro subentry
34924 status open
34925
34926 \begin_layout Plain Layout
34927 T
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \begin_inset IndexMacro subentry
34934 status open
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 tag
34940 \end_layout
34941
34942 \end_inset
34943
34944
34945 \end_layout
34946
34947 \end_inset
34948
34949  is used:
34950 \begin_inset Formula 
34951 \begin{equation}
34952 A+B=C\tag{something}\label{eq:tag}
34953 \end{equation}
34954
34955 \end_inset
34956
34957 In this example the command 
34958 \series bold
34959
34960 \backslash
34961 tag
34962 \begin_inset space \textvisiblespace{}
34963 \end_inset
34964
34965 something
34966 \series default
34967  was inserted in the formula.
34968 \end_layout
34969
34970 \begin_layout Standard
34971 When the command 
34972 \series bold
34973
34974 \backslash
34975 tag*
34976 \begin_inset space \textvisiblespace{}
34977 \end_inset
34978
34979 something
34980 \series default
34981  is inserted instead,
34982  the parentheses are removed:
34983 \begin_inset Formula 
34984 \[
34985 A+B=C\tag*{something}
34986 \]
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \begin_layout Standard
34994 \begin_inset VSpace bigskip
34995 \end_inset
34996
34997 To restart the formula numbering with new document parts or sections,
34998  the following command is used:
34999 \end_layout
35000
35001 \begin_layout Standard
35002
35003 \series bold
35004
35005 \backslash
35006 @addtoreset{equation}{part}
35007 \series default
35008
35009 \begin_inset Index idx
35010 range none
35011 pageformat default
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015 Commands
35016 \begin_inset IndexMacro subentry
35017 status open
35018
35019 \begin_layout Plain Layout
35020 \begin_inset ERT
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024
35025 "
35026 \end_layout
35027
35028 \end_inset
35029
35030 @
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \begin_inset IndexMacro subentry
35037 status open
35038
35039 \begin_layout Plain Layout
35040
35041 \backslash
35042
35043 \begin_inset ERT
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048 "
35049 \end_layout
35050
35051 \end_inset
35052
35053 @addtoreset
35054 \end_layout
35055
35056 \end_inset
35057
35058
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Newline newline
35065 \end_inset
35066
35067 resp.
35068 \begin_inset Newline newline
35069 \end_inset
35070
35071
35072 \series bold
35073
35074 \backslash
35075 @addtoreset{equation}{section}
35076 \end_layout
35077
35078 \begin_layout Standard
35079 To be able to use these commands in \SpecialChar TeX
35080  mode,
35081  the 
35082 \begin_inset Quotes eld
35083 \end_inset
35084
35085 @
35086 \begin_inset Quotes erd
35087 \end_inset
35088
35089  character has to be made 
35090 \begin_inset Quotes eld
35091 \end_inset
35092
35093 active
35094 \begin_inset Quotes erd
35095 \end_inset
35096
35097  for \SpecialChar LaTeX
35098  using the command 
35099 \series bold
35100
35101 \backslash
35102 makeatletter.
35103
35104 \series default
35105  The command 
35106 \series bold
35107
35108 \backslash
35109 makeatother
35110 \series default
35111  disables this.
35112  So the command sequence in \SpecialChar TeX
35113  mode is:
35114 \end_layout
35115
35116 \begin_layout Standard
35117
35118 \series bold
35119
35120 \backslash
35121 makeatletter
35122 \begin_inset Newline newline
35123 \end_inset
35124
35125
35126 \backslash
35127 @addtoreset{equation}{section}
35128 \begin_inset Newline newline
35129 \end_inset
35130
35131
35132 \backslash
35133 makeatother
35134 \end_layout
35135
35136 \begin_layout Standard
35137 In the \SpecialChar LaTeX
35138 -preamble 
35139 \series bold
35140
35141 \backslash
35142 makeatletter
35143 \series default
35144  and 
35145 \series bold
35146
35147 \backslash
35148 makeatother
35149 \series default
35150  can be omitted as they are automatically internally inserted by \SpecialChar LyX
35151 .
35152 \end_layout
35153
35154 \begin_layout Standard
35155 To revert 
35156 \series bold
35157
35158 \backslash
35159 @addtoreset
35160 \series default
35161 ,
35162  the file 
35163 \series bold
35164 remreset.sty
35165 \series default
35166
35167 \begin_inset Foot
35168 status collapsed
35169
35170 \begin_layout Plain Layout
35171
35172 \series bold
35173 remreset
35174 \series default
35175  is part of the \SpecialChar LaTeX
35176 -package 
35177 \series bold
35178 carlisle
35179 \series default
35180
35181 \begin_inset Index idx
35182 range none
35183 pageformat default
35184 status collapsed
35185
35186 \begin_layout Plain Layout
35187 Packages
35188 \begin_inset IndexMacro subentry
35189 status open
35190
35191 \begin_layout Plain Layout
35192 carlisle
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \end_inset
35201
35202  that is part of every \SpecialChar LaTeX
35203  standard installation.
35204 \end_layout
35205
35206 \end_inset
35207
35208
35209 \begin_inset Index idx
35210 range none
35211 pageformat default
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215 Packages
35216 \begin_inset IndexMacro subentry
35217 status open
35218
35219 \begin_layout Plain Layout
35220 remreset
35221 \end_layout
35222
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \end_inset
35229
35230  has to be loaded in the \SpecialChar LaTeX
35231 -preamble with the line
35232 \end_layout
35233
35234 \begin_layout Standard
35235
35236 \series bold
35237
35238 \backslash
35239 usepackage{remreset}
35240 \end_layout
35241
35242 \begin_layout Standard
35243 Then the command 
35244 \series bold
35245
35246 \backslash
35247 @removefromreset
35248 \series default
35249
35250 \begin_inset Index idx
35251 range none
35252 pageformat default
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256 Commands
35257 \begin_inset IndexMacro subentry
35258 status open
35259
35260 \begin_layout Plain Layout
35261 \begin_inset ERT
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265
35266 "
35267 \end_layout
35268
35269 \end_inset
35270
35271 @
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \begin_inset IndexMacro subentry
35278 status open
35279
35280 \begin_layout Plain Layout
35281
35282 \backslash
35283
35284 \begin_inset ERT
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288
35289 "
35290 \end_layout
35291
35292 \end_inset
35293
35294 @removefromreset
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303
35304  can be used with the same scheme as 
35305 \series bold
35306
35307 \backslash
35308 @addtoreset
35309 \series default
35310 .
35311 \end_layout
35312
35313 \begin_layout Standard
35314 \begin_inset VSpace bigskip
35315 \end_inset
35316
35317 Sometimes formulas should be numbered in the following form:
35318 \end_layout
35319
35320 \begin_layout Standard
35321
35322 \family typewriter
35323 (section number.formula number)
35324 \end_layout
35325
35326 \begin_layout Standard
35327 The formula number should start with every section with 
35328 \begin_inset Quotes eld
35329 \end_inset
35330
35331 1
35332 \begin_inset Quotes erd
35333 \end_inset
35334
35335 .
35336 \end_layout
35337
35338 \begin_layout Standard
35339 For this case there is the command 
35340 \series bold
35341
35342 \backslash
35343 numberwithin
35344 \series default
35345
35346 \begin_inset Index idx
35347 range none
35348 pageformat default
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352 Commands
35353 \begin_inset IndexMacro subentry
35354 status open
35355
35356 \begin_layout Plain Layout
35357 N
35358 \end_layout
35359
35360 \end_inset
35361
35362
35363 \begin_inset IndexMacro subentry
35364 status open
35365
35366 \begin_layout Plain Layout
35367
35368 \backslash
35369 numberwithin
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \end_inset
35378
35379 ,
35380  which is used with the following scheme:
35381 \end_layout
35382
35383 \begin_layout Standard
35384
35385 \series bold
35386
35387 \backslash
35388 numberwithin{counter}{sectioning}
35389 \end_layout
35390
35391 \begin_layout Standard
35392 Counter denotes what kind of numbering is affected,
35393  sectioning denotes what the number before the dot is.
35394 \end_layout
35395
35396 \begin_layout Standard
35397 Thus in our case the following \SpecialChar LaTeX
35398  preamble or \SpecialChar TeX
35399  code line is used:
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 numberwithin{equation}{section}
35408 \end_layout
35409
35410 \begin_layout Standard
35411 This is the result:
35412 \begin_inset ERT
35413 status collapsed
35414
35415 \begin_layout Plain Layout
35416
35417
35418 \backslash
35419 numberwithin{equation}{section}
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \begin_inset Formula 
35426 \begin{equation}
35427 A+B=C
35428 \end{equation}
35429
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \begin_layout Standard
35436 To number e.
35437 \begin_inset space \thinspace{}
35438 \end_inset
35439
35440 g.
35441 \begin_inset space \space{}
35442 \end_inset
35443
35444  tables so that the number of the part is the sectioning,
35445 \begin_inset Newline newline
35446 \end_inset
35447
35448
35449 \series bold
35450
35451 \backslash
35452 numberwithin{table}{part}
35453 \series default
35454  is used.
35455 \end_layout
35456
35457 \begin_layout Standard
35458 To go back to the standard numbering or to prevent this kind of numbering when it is defined by the document class,
35459  the following command is inserted as \SpecialChar TeX
35460  code or to the \SpecialChar LaTeX
35461  preamble:
35462 \end_layout
35463
35464 \begin_layout Standard
35465
35466 \series bold
35467
35468 \backslash
35469 renewcommand{
35470 \backslash
35471 theequation}{
35472 \backslash
35473 arabic{equation}}
35474 \begin_inset Index idx
35475 range none
35476 pageformat default
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480 Commands
35481 \begin_inset IndexMacro subentry
35482 status open
35483
35484 \begin_layout Plain Layout
35485 A
35486 \end_layout
35487
35488 \end_inset
35489
35490
35491 \begin_inset IndexMacro subentry
35492 status open
35493
35494 \begin_layout Plain Layout
35495
35496 \backslash
35497 arabic
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \end_inset
35506
35507
35508 \series default
35509
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515
35516 \backslash
35517 renewcommand{
35518 \backslash
35519 theequation}{
35520 \backslash
35521 arabic{equation}}
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \series bold
35528
35529 \begin_inset Newline newline
35530 \end_inset
35531
35532
35533 \series default
35534 or
35535 \series bold
35536
35537 \begin_inset Newline newline
35538 \end_inset
35539
35540
35541 \backslash
35542 renewcommand{
35543 \backslash
35544 thetable}{
35545 \backslash
35546 arabic{table}}
35547 \end_layout
35548
35549 \begin_layout Standard
35550
35551 \series bold
35552
35553 \backslash
35554 numberwithin
35555 \series default
35556  internally uses the command 
35557 \series bold
35558
35559 \backslash
35560 @addtoreset
35561 \series default
35562 ,
35563  described above,
35564  and would also need to be reverted.
35565 \begin_inset ERT
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569
35570
35571 \backslash
35572 makeatletter
35573 \end_layout
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 @removefromreset{equation}{section}
35580 \end_layout
35581
35582 \begin_layout Plain Layout
35583
35584
35585 \backslash
35586 makeatother
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Section
35595 Chemical Symbols and Equations
35596 \begin_inset CommandInset label
35597 LatexCommand label
35598 name "subsec:Chemical-Symbols-and"
35599
35600 \end_inset
35601
35602
35603 \begin_inset Index idx
35604 range none
35605 pageformat default
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609 Chemical characters
35610 \begin_inset IndexMacro subentry
35611 status open
35612
35613 \begin_layout Plain Layout
35614 Symbols
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \end_inset
35623
35624
35625 \begin_inset Index idx
35626 range none
35627 pageformat default
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631 Chemical equations
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \begin_inset Index idx
35638 range none
35639 pageformat default
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643 Symbols
35644 \begin_inset IndexMacro subentry
35645 status open
35646
35647 \begin_layout Plain Layout
35648 chemical
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Standard
35662 An example text from chemistry:
35663 \end_layout
35664
35665 \begin_layout Quote
35666 The 
35667 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
35668 \end_inset
35669
35670 -ion reacts with two 
35671 \begin_inset Formula $\mathrm{Na^{+}}$
35672 \end_inset
35673
35674 -ions to sodium sulfate 
35675 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
35676 \end_inset
35677
35678 .
35679  The chemical equation for this is:
35680 \begin_inset Formula 
35681 \begin{equation}
35682 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
35683 \end{equation}
35684
35685 \end_inset
35686
35687
35688 \end_layout
35689
35690 \begin_layout Standard
35691 Chemical equations can be created as formulas.
35692  To avoid the symbols appearing in italic,
35693  everything is highlighted and changed by the shortcut 
35694 \begin_inset Info
35695 type  "shortcut"
35696 arg   "font-roman"
35697 \end_inset
35698
35699  to the upright font style.
35700 \begin_inset Foot
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 For font styles
35705 \series bold
35706  
35707 \series default
35708 see 
35709 \begin_inset CommandInset ref
35710 LatexCommand ref
35711 reference "subsec:Font-Styles"
35712 nolink "false"
35713
35714 \end_inset
35715
35716
35717 \end_layout
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \begin_layout Standard
35725 A more convenient way to typeset chemical formulas is to use the command 
35726 \series bold
35727
35728 \backslash
35729 ce
35730 \series default
35731
35732 \begin_inset Index idx
35733 range none
35734 pageformat default
35735 status collapsed
35736
35737 \begin_layout Plain Layout
35738 Commands
35739 \begin_inset IndexMacro subentry
35740 status open
35741
35742 \begin_layout Plain Layout
35743 C
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \begin_inset IndexMacro subentry
35750 status open
35751
35752 \begin_layout Plain Layout
35753
35754 \backslash
35755 ce
35756 \end_layout
35757
35758 \end_inset
35759
35760
35761 \end_layout
35762
35763 \end_inset
35764
35765  which is available when the \SpecialChar LaTeX
35766 -package 
35767 \series bold
35768 mhchem
35769 \series default
35770
35771 \begin_inset Index idx
35772 range none
35773 pageformat default
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777 Packages
35778 \begin_inset IndexMacro subentry
35779 status open
35780
35781 \begin_layout Plain Layout
35782 mhchem
35783 \end_layout
35784
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \end_inset
35791
35792  is installed.
35793  After inserting 
35794 \series bold
35795
35796 \backslash
35797 ce
35798 \series default
35799  in a formula a new blue box appears where chemical formulas can be inserted in an intuitive way.
35800 \end_layout
35801
35802 \begin_layout Standard
35803 \align center
35804 \begin_inset Tabular
35805 <lyxtabular version="3" rows="10" columns="2">
35806 <features booktabs="true" tabularvalignment="middle">
35807 <column alignment="center" valignment="top" width="0pt">
35808 <column alignment="center" valignment="top">
35809 <row>
35810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35811 \begin_inset Text
35812
35813 \begin_layout Plain Layout
35814 Command
35815 \end_layout
35816
35817 \end_inset
35818 </cell>
35819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35820 \begin_inset Text
35821
35822 \begin_layout Plain Layout
35823 Result
35824 \end_layout
35825
35826 \end_inset
35827 </cell>
35828 </row>
35829 <row>
35830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35831 \begin_inset Text
35832
35833 \begin_layout Plain Layout
35834
35835 \backslash
35836 ce
35837 \begin_inset space \textvisiblespace{}
35838 \end_inset
35839
35840 H2CO3
35841 \end_layout
35842
35843 \end_inset
35844 </cell>
35845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35846 \begin_inset Text
35847
35848 \begin_layout Plain Layout
35849 \begin_inset Formula $\ce{H2CO3}$
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 </row>
35858 <row topspace="1.5mm">
35859 <cell alignment="center" valignment="top" usebox="none">
35860 \begin_inset Text
35861
35862 \begin_layout Plain Layout
35863
35864 \backslash
35865 ce
35866 \begin_inset space \textvisiblespace{}
35867 \end_inset
35868
35869 SO4^2-
35870 \end_layout
35871
35872 \end_inset
35873 </cell>
35874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878 \begin_inset Formula $\ce{SO4^{2-}}$
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 </row>
35887 <row topspace="1.5mm">
35888 <cell alignment="center" valignment="top" usebox="none">
35889 \begin_inset Text
35890
35891 \begin_layout Plain Layout
35892
35893 \backslash
35894 ce
35895 \begin_inset space \textvisiblespace{}
35896 \end_inset
35897
35898 (NH4)2S
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35904 \begin_inset Text
35905
35906 \begin_layout Plain Layout
35907 \begin_inset Formula $\ce{(NH4)2S}$
35908 \end_inset
35909
35910
35911 \end_layout
35912
35913 \end_inset
35914 </cell>
35915 </row>
35916 <row topspace="1.5mm">
35917 <cell alignment="center" valignment="top" usebox="none">
35918 \begin_inset Text
35919
35920 \begin_layout Plain Layout
35921
35922 \backslash
35923 ce
35924 \begin_inset space \textvisiblespace{}
35925 \end_inset
35926
35927 KCr(SO4)2.12H2O
35928 \end_layout
35929
35930 \end_inset
35931 </cell>
35932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35933 \begin_inset Text
35934
35935 \begin_layout Plain Layout
35936 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \end_inset
35943 </cell>
35944 </row>
35945 <row topspace="1.5mm">
35946 <cell alignment="center" valignment="top" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950
35951 \backslash
35952 ce
35953 \begin_inset space \textvisiblespace{}
35954 \end_inset
35955
35956 A-B
35957 \backslash
35958 dbond
35959 \begin_inset space \textvisiblespace{}
35960 \end_inset
35961
35962 C
35963 \backslash
35964 tbond
35965 \begin_inset space \textvisiblespace{}
35966 \end_inset
35967
35968 D
35969 \end_layout
35970
35971 \end_inset
35972 </cell>
35973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
35978 \end_inset
35979
35980
35981 \end_layout
35982
35983 \end_inset
35984 </cell>
35985 </row>
35986 <row topspace="1.5mm">
35987 <cell alignment="center" valignment="top" usebox="none">
35988 \begin_inset Text
35989
35990 \begin_layout Plain Layout
35991
35992 \backslash
35993 ce
35994 \begin_inset space \textvisiblespace{}
35995 \end_inset
35996
35997 ^227
35998 \begin_inset Formula $\downarrow$
35999 \end_inset
36000
36001 _90
36002 \begin_inset Formula $\to$
36003 \end_inset
36004
36005 Th+
36006 \end_layout
36007
36008 \end_inset
36009 </cell>
36010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014 \begin_inset Formula $\ce{_{90}^{227}Th+}$
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 </row>
36023 <row>
36024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36025 \begin_inset Text
36026
36027 \begin_layout Plain Layout
36028
36029 \backslash
36030 ce
36031 \begin_inset space \textvisiblespace{}
36032 \end_inset
36033
36034
36035 \backslash
36036 mu
36037 \begin_inset space \textvisiblespace{}
36038 \end_inset
36039
36040
36041 \backslash
36042 hyphen
36043 \begin_inset space \textvisiblespace{}
36044 \end_inset
36045
36046 Cl
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
36056 \end_inset
36057
36058
36059 \end_layout
36060
36061 \end_inset
36062 </cell>
36063 </row>
36064 <row>
36065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36066 \begin_inset Text
36067
36068 \begin_layout Plain Layout
36069
36070 \backslash
36071 ce
36072 \begin_inset space \textvisiblespace{}
36073 \end_inset
36074
36075 CO2
36076 \begin_inset space \textvisiblespace{}
36077 \end_inset
36078
36079 +
36080 \begin_inset space \textvisiblespace{}
36081 \end_inset
36082
36083 C
36084 \begin_inset space \textvisiblespace{}
36085 \end_inset
36086
36087 <=>
36088 \begin_inset space \textvisiblespace{}
36089 \end_inset
36090
36091 2CO
36092 \end_layout
36093
36094 \end_inset
36095 </cell>
36096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36097 \begin_inset Text
36098
36099 \begin_layout Plain Layout
36100 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 </row>
36109 <row topspace="1.5mm">
36110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114
36115 \backslash
36116 ce
36117 \begin_inset space \textvisiblespace{}
36118 \end_inset
36119
36120 CO2
36121 \begin_inset space \textvisiblespace{}
36122 \end_inset
36123
36124 +
36125 \begin_inset space \textvisiblespace{}
36126 \end_inset
36127
36128 C
36129 \begin_inset space \textvisiblespace{}
36130 \end_inset
36131
36132 ->[
36133 \backslash
36134 alpha][
36135 \backslash
36136 beta]
36137 \begin_inset space \textvisiblespace{}
36138 \end_inset
36139
36140 2CO}
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
36146 \begin_inset Text
36147
36148 \begin_layout Plain Layout
36149 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 </row>
36158 </lyxtabular>
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 \begin_inset Note Greyedout
36167 status open
36168
36169 \begin_layout Plain Layout
36170
36171 \series bold
36172 Note:
36173
36174 \series default
36175  It is not possible in \SpecialChar LyX
36176  to use the character ^ to get an up-arrow as described in the 
36177 \series bold
36178 mhchem
36179 \series default
36180  manual.
36181  One instead uses a negative thin space followed by the command 
36182 \series bold
36183
36184 \backslash
36185 uparrow
36186 \series default
36187 :
36188  
36189 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
36190 \end_inset
36191
36192
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201 Using 
36202 \series bold
36203
36204 \backslash
36205 ce
36206 \series default
36207  the command for equation
36208 \begin_inset space ~
36209 \end_inset
36210
36211
36212 \begin_inset CommandInset ref
36213 LatexCommand eqref
36214 reference "eq:chem-reaction"
36215 nolink "false"
36216
36217 \end_inset
36218
36219  is:
36220 \begin_inset Newline newline
36221 \end_inset
36222
36223
36224 \series bold
36225  
36226 \backslash
36227 ce
36228 \begin_inset space \textvisiblespace{}
36229 \end_inset
36230
36231 2Na+
36232 \begin_inset space \textvisiblespace{}
36233 \end_inset
36234
36235 +
36236 \begin_inset space \textvisiblespace{}
36237 \end_inset
36238
36239 SO4^2-
36240 \begin_inset space \textvisiblespace{}
36241 \end_inset
36242
36243
36244 \begin_inset space \textvisiblespace{}
36245 \end_inset
36246
36247 ->
36248 \begin_inset space \textvisiblespace{}
36249 \end_inset
36250
36251 Na2SO4
36252 \end_layout
36253
36254 \begin_layout Standard
36255 To create multiline chemical equations first a multiline formula is created as described in 
36256 \begin_inset CommandInset ref
36257 LatexCommand ref
36258 reference "sec:Multiline-Formulas"
36259 nolink "false"
36260
36261 \end_inset
36262
36263 .
36264  Afterwards the command 
36265 \series bold
36266
36267 \backslash
36268 ce
36269 \series default
36270  is used in every small blue box of the formula.
36271  
36272 \begin_inset CommandInset ref
36273 LatexCommand eqref
36274 reference "eq:TEOS-reaction-1"
36275 nolink "false"
36276
36277 \end_inset
36278
36279  and 
36280 \begin_inset CommandInset ref
36281 LatexCommand eqref
36282 reference "eq:TEOS-reaction-2"
36283 nolink "false"
36284
36285 \end_inset
36286
36287  are an example of a multi-stage chemical reaction where every equation has its own number.
36288 \begin_inset Formula 
36289 \begin{eqnarray}
36290 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
36291 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
36292 \end{eqnarray}
36293
36294 \end_inset
36295
36296
36297 \end_layout
36298
36299 \begin_layout Standard
36300 Besides 
36301 \series bold
36302
36303 \backslash
36304 ce
36305 \series default
36306  the 
36307 \series bold
36308 mhchem
36309 \series default
36310  package provides the command 
36311 \series bold
36312
36313 \backslash
36314 cf
36315 \series default
36316
36317 \begin_inset Index idx
36318 range none
36319 pageformat default
36320 status collapsed
36321
36322 \begin_layout Plain Layout
36323 Commands
36324 \begin_inset IndexMacro subentry
36325 status open
36326
36327 \begin_layout Plain Layout
36328 C
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \begin_inset IndexMacro subentry
36335 status open
36336
36337 \begin_layout Plain Layout
36338
36339 \backslash
36340 cf
36341 \end_layout
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \end_inset
36349
36350  that is used for special cases.
36351  For more information about 
36352 \series bold
36353
36354 \backslash
36355 cf
36356 \series default
36357  and more examples have a look at the documentation of 
36358 \series bold
36359 mhchem
36360 \series default
36361 ,
36362  
36363 \begin_inset CommandInset citation
36364 LatexCommand cite
36365 key "mhchem"
36366 literal "true"
36367
36368 \end_inset
36369
36370 .
36371 \end_layout
36372
36373 \begin_layout Section
36374 Diagrams
36375 \end_layout
36376
36377 \begin_layout Standard
36378 \SpecialChar LyX
36379  supports two types of commutative diagrams:
36380  
36381 \series bold
36382 amscd
36383 \series default
36384  and 
36385 \series bold
36386 xymatrix
36387 \series default
36388  and are explained below.
36389 \end_layout
36390
36391 \begin_layout Subsection
36392 Amscd Diagrams
36393 \begin_inset Index idx
36394 range none
36395 pageformat default
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399 Diagrams
36400 \begin_inset IndexMacro subentry
36401 status open
36402
36403 \begin_layout Plain Layout
36404 amscd
36405 \end_layout
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \end_inset
36413
36414
36415 \end_layout
36416
36417 \begin_layout Standard
36418 Diagrams of this type visualize relations by vertical and horizontal lines or arrows:
36419 \begin_inset Formula 
36420 \[
36421 \begin{CD}A@>>>B@>>>C\\
36422 @AAA@.@VVV\\
36423 F@<<<E@<<<D
36424 \end{CD}
36425 \]
36426
36427 \end_inset
36428
36429
36430 \end_layout
36431
36432 \begin_layout Standard
36433 To create them,
36434  the command 
36435 \series bold
36436
36437 \backslash
36438 CD
36439 \begin_inset Index idx
36440 range none
36441 pageformat default
36442 status collapsed
36443
36444 \begin_layout Plain Layout
36445 Commands
36446 \begin_inset IndexMacro subentry
36447 status open
36448
36449 \begin_layout Plain Layout
36450 C
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \begin_inset IndexMacro subentry
36457 status open
36458
36459 \begin_layout Plain Layout
36460
36461 \backslash
36462 CD
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \series default
36474  is inserted to a formula.
36475  A blue box appears with two dashed lines where additional commands can be inserted.
36476  With 
36477 \begin_inset Info
36478 type  "shortcut"
36479 arg   "newline-insert newline"
36480 \end_inset
36481
36482  a new line is created.
36483  Horizontal relations are inserted in odd formula lines,
36484  vertical in even formula lines.
36485 \end_layout
36486
36487 \begin_layout Standard
36488 To create the relations use the following commands:
36489 \end_layout
36490
36491 \begin_layout Itemize
36492
36493 \series bold
36494 @<<<
36495 \series default
36496  creates a left arrow,
36497  
36498 \series bold
36499 @>>>
36500 \series default
36501  a right arrow and 
36502 \series bold
36503 @=
36504 \series default
36505  a long equal sign
36506 \end_layout
36507
36508 \begin_layout Itemize
36509
36510 \series bold
36511 @AAA
36512 \series default
36513  creates an up arrow,
36514  
36515 \series bold
36516 @VVV
36517 \series default
36518  a down arrow and 
36519 \series bold
36520 @|
36521 \series default
36522  a vertical equal sign
36523 \end_layout
36524
36525 \begin_layout Itemize
36526
36527 \series bold
36528 @.
36529
36530 \series default
36531  is a placeholder for non-existent relations
36532 \end_layout
36533
36534 \begin_layout Standard
36535 All arrows can be labeled as follows:
36536 \end_layout
36537
36538 \begin_layout Itemize
36539 If text inserted between the first and second < or >,
36540  resp.,
36541  it is placed above the arrow.
36542  When it is inserted between the second and third one,
36543  it appears under the arrow.
36544 \end_layout
36545
36546 \begin_layout Itemize
36547 When text for vertical arrows is inserted between the first and second A or V,
36548  resp.,
36549  it is placed left beside the arrow.
36550  When it is inserted between the second and third one,
36551  it appears right beside the arrow.
36552  If the text contains an A or V,
36553  these letters must be set into a \SpecialChar TeX
36554  brace.
36555 \end_layout
36556
36557 \begin_layout Standard
36558 As example a diagram with all possible relations:
36559 \end_layout
36560
36561 \begin_layout Standard
36562 \begin_inset Formula 
36563 \[
36564 \begin{CD}A@>j>>B@>>k>C@=F\\
36565 @AmAA@.@VV{V}V@|\\
36566 D@<<j<E@>k>>F@=C
36567 \end{CD}
36568 \]
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \begin_layout Standard
36576 The command for this is:
36577 \begin_inset Newline newline
36578 \end_inset
36579
36580
36581 \series bold
36582
36583 \backslash
36584 CD
36585 \begin_inset space \textvisiblespace{}
36586 \end_inset
36587
36588 A@>j>>B@>>k>C@=F Ctrl+Return
36589 \begin_inset Newline newline
36590 \end_inset
36591
36592
36593 \begin_inset Phantom HPhantom
36594 status open
36595
36596 \begin_layout Plain Layout
36597
36598 \series bold
36599
36600 \backslash
36601 CD
36602 \begin_inset space \textvisiblespace{}
36603 \end_inset
36604
36605
36606 \end_layout
36607
36608 \end_inset
36609
36610 @AmAA@.@VV
36611 \backslash
36612 {V
36613 \series default
36614
36615 \begin_inset Formula $\to$
36616 \end_inset
36617
36618
36619 \series bold
36620 V@| Ctrl+Return
36621 \begin_inset Newline newline
36622 \end_inset
36623
36624
36625 \begin_inset Phantom HPhantom
36626 status open
36627
36628 \begin_layout Plain Layout
36629
36630 \series bold
36631
36632 \backslash
36633 CD
36634 \begin_inset space \textvisiblespace{}
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \end_inset
36641
36642 D@<<j<E@>k>>F@=C
36643 \end_layout
36644
36645 \begin_layout Subsection
36646 Xymatrix Diagrams
36647 \begin_inset Index idx
36648 range none
36649 pageformat default
36650 status collapsed
36651
36652 \begin_layout Plain Layout
36653 Diagrams
36654 \begin_inset IndexMacro subentry
36655 status open
36656
36657 \begin_layout Plain Layout
36658 xymatrix
36659 \end_layout
36660
36661 \end_inset
36662
36663
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \begin_layout Standard
36672 To be able to use xymatrices,
36673  the \SpecialChar LaTeX
36674 -package 
36675 \series bold
36676 xypic
36677 \series default
36678  must be installed.
36679  A xymatrix is created by inserting the command 
36680 \series bold
36681
36682 \backslash
36683 xymatrix
36684 \series default
36685  in a formula.
36686  Then you are able to add new matrix columns and rows like for normal matrices,
36687  see 
36688 \begin_inset CommandInset ref
36689 LatexCommand ref
36690 reference "sec:Matrices"
36691 nolink "false"
36692
36693 \end_inset
36694
36695 .
36696 \end_layout
36697
36698 \begin_layout Standard
36699 Contrary to amscd diagrams,
36700  xymatrices support diagonal and curved arrows,
36701  and much more.
36702  The commands used to create commutative diagrams and decorations are explained in detail in the 
36703 \emph on
36704 XY-pic manual
36705 \emph default
36706  found in the menu 
36707 \family sans
36708 Help\SpecialChar menuseparator
36709 Specific
36710 \begin_inset space ~
36711 \end_inset
36712
36713 Manuals
36714 \family default
36715 .
36716 \end_layout
36717
36718 \begin_layout Subsection
36719
36720 \noun on
36721 Feynman
36722 \noun default
36723  Diagrams
36724 \begin_inset Index idx
36725 range none
36726 pageformat default
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 Diagrams
36731 \begin_inset IndexMacro subentry
36732 status open
36733
36734 \begin_layout Plain Layout
36735 Feynman
36736 \end_layout
36737
36738 \end_inset
36739
36740
36741 \end_layout
36742
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \begin_layout Standard
36749 To be able to use 
36750 \noun on
36751 Feynman
36752 \noun default
36753 -diagrams,
36754  the \SpecialChar LaTeX
36755 -package 
36756 \series bold
36757 feyn
36758 \series default
36759  must be installed.
36760  A 
36761 \noun on
36762 Feynman
36763 \noun default
36764 -diagram is created by inserting the command 
36765 \series bold
36766
36767 \backslash
36768 Diagram
36769 \series default
36770  in a formula.
36771  Then you will be able to add new matrix columns and rows like for normal matrices,
36772  see 
36773 \begin_inset CommandInset ref
36774 LatexCommand ref
36775 reference "sec:Matrices"
36776 nolink "false"
36777
36778 \end_inset
36779
36780 .
36781 \end_layout
36782
36783 \begin_layout Standard
36784 Examples of how to create 
36785 \noun on
36786 Feynman-
36787 \noun default
36788 diagrams in \SpecialChar LyX
36789  are given in the 
36790 \emph on
36791 Feynman-diagram
36792 \emph default
36793  manual that you find in the menu 
36794 \family sans
36795 Help\SpecialChar menuseparator
36796 Specific
36797 \begin_inset space ~
36798 \end_inset
36799
36800 Manuals
36801 \family default
36802 .
36803 \end_layout
36804
36805 \begin_layout Section
36806 User-defined Commands
36807 \begin_inset Index idx
36808 range none
36809 pageformat default
36810 status collapsed
36811
36812 \begin_layout Plain Layout
36813 User-defined commands
36814 \end_layout
36815
36816 \end_inset
36817
36818
36819 \end_layout
36820
36821 \begin_layout Standard
36822 \begin_inset Note Greyedout
36823 status open
36824
36825 \begin_layout Plain Layout
36826
36827 \series bold
36828 Note:
36829
36830 \series default
36831  The names of user-defined commands and macros may only consist of Latin letters.
36832 \end_layout
36833
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \begin_layout Subsection
36840 The Command 
36841 \backslash
36842 newcommand
36843 \begin_inset CommandInset label
36844 LatexCommand label
36845 name "subsec:The-Command-newcommand"
36846
36847 \end_inset
36848
36849
36850 \begin_inset Index idx
36851 range none
36852 pageformat default
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856 User-defined commands
36857 \begin_inset IndexMacro subentry
36858 status open
36859
36860 \begin_layout Plain Layout
36861
36862 \backslash
36863 newcommand
36864 \end_layout
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \begin_inset Index idx
36875 range none
36876 pageformat default
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880 Commands
36881 \begin_inset IndexMacro subentry
36882 status open
36883
36884 \begin_layout Plain Layout
36885 N
36886 \end_layout
36887
36888 \end_inset
36889
36890
36891 \begin_inset IndexMacro subentry
36892 status open
36893
36894 \begin_layout Plain Layout
36895
36896 \backslash
36897 newcommand
36898 \end_layout
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \end_inset
36906
36907
36908 \end_layout
36909
36910 \begin_layout Standard
36911 Many \SpecialChar LaTeX
36912 -commands are too long to be used frequently.
36913  But it is possible to define with the command 
36914 \series bold
36915
36916 \backslash
36917 newcommand
36918 \series default
36919  new shorter commands.
36920 \end_layout
36921
36922 \begin_layout Standard
36923 The command scheme of 
36924 \series bold
36925
36926 \backslash
36927 newcommand
36928 \series default
36929  is:
36930 \end_layout
36931
36932 \begin_layout Standard
36933
36934 \series bold
36935
36936 \backslash
36937 newcommand{new command name}[number of arguments][optional
36938 \series default
36939  
36940 \series bold
36941 value]
36942 \begin_inset Newline newline
36943 \end_inset
36944
36945
36946 \begin_inset Phantom HPhantom
36947 status open
36948
36949 \begin_layout Plain Layout
36950
36951 \series bold
36952
36953 \backslash
36954 newcommand
36955 \end_layout
36956
36957 \end_inset
36958
36959 {command definition}
36960 \end_layout
36961
36962 \begin_layout Standard
36963 \begin_inset Note Greyedout
36964 status open
36965
36966 \begin_layout Plain Layout
36967
36968 \series bold
36969 Note:
36970
36971 \series default
36972  Verify that the name of the new command is not already used in your document or by the \SpecialChar LaTeX
36973 -packages that you use.
36974  If you for example define the command 
36975 \series bold
36976
36977 \backslash
36978 le
36979 \series default
36980  for 
36981 \series bold
36982
36983 \backslash
36984 Leftarrow
36985 \series default
36986 ,
36987  you will get an error message because 
36988 \series bold
36989
36990 \backslash
36991 le
36992 \series default
36993  is already defined as command for 
36994 \begin_inset Quotes eld
36995 \end_inset
36996
36997
36998 \begin_inset Formula $\le$
36999 \end_inset
37000
37001
37002 \begin_inset Quotes erd
37003 \end_inset
37004
37005 .
37006 \end_layout
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \begin_layout Standard
37014 The number of arguments is an integer in the range 0
37015 \begin_inset space \thinspace{}
37016 \end_inset
37017
37018 -
37019 \begin_inset space \thinspace{}
37020 \end_inset
37021
37022 9 and specifies how many arguments the new command should have.
37023  With the optional value a value for an optional argument can be predefined.
37024  When this is done,
37025  the 
37026 \emph on
37027 first
37028 \emph default
37029  
37030 \emph on
37031 a
37032 \emph default
37033 rgument of the new command is automatically an optional one.
37034 \end_layout
37035
37036 \begin_layout Standard
37037 Here are some examples:
37038 \end_layout
37039
37040 \begin_layout Itemize
37041 To define the command 
37042 \series bold
37043
37044 \backslash
37045 gr
37046 \series default
37047  for 
37048 \series bold
37049
37050 \backslash
37051 Longrightarrow
37052 \series default
37053 ,
37054  the \SpecialChar LaTeX
37055 -preamble line is:
37056 \begin_inset VSpace medskip
37057 \end_inset
37058
37059
37060 \begin_inset Newline newline
37061 \end_inset
37062
37063
37064 \series bold
37065
37066 \backslash
37067 newcommand{
37068 \backslash
37069 gr}{
37070 \backslash
37071 Longrightarrow}
37072 \end_layout
37073
37074 \begin_layout Itemize
37075 To define the command 
37076 \series bold
37077
37078 \backslash
37079 us
37080 \series default
37081  for 
37082 \series bold
37083
37084 \backslash
37085 underline
37086 \series default
37087 ,
37088  the argument (that should be underlined) must be taken into account.
37089  For this the preamble line is:
37090 \begin_inset VSpace medskip
37091 \end_inset
37092
37093
37094 \begin_inset Newline newline
37095 \end_inset
37096
37097
37098 \series bold
37099
37100 \backslash
37101 newcommand{
37102 \backslash
37103 us}[1]{
37104 \backslash
37105 underline{#1}}
37106 \series default
37107
37108 \begin_inset VSpace medskip
37109 \end_inset
37110
37111
37112 \begin_inset Newline newline
37113 \end_inset
37114
37115 The character 
37116 \series bold
37117 #
37118 \series default
37119  acts as argument placeholder,
37120  the 
37121 \series bold
37122 1
37123 \series default
37124  behind it denotes that it is the placeholder for the first argument.
37125 \end_layout
37126
37127 \begin_layout Itemize
37128 For 
37129 \series bold
37130
37131 \backslash
37132 framebox
37133 \series default
37134  one can e.
37135 \begin_inset space \thinspace{}
37136 \end_inset
37137
37138 g.
37139 \begin_inset space \space{}
37140 \end_inset
37141
37142 define the command 
37143 \series bold
37144
37145 \backslash
37146 fb
37147 \series default
37148 :
37149 \begin_inset VSpace medskip
37150 \end_inset
37151
37152
37153 \begin_inset Newline newline
37154 \end_inset
37155
37156
37157 \series bold
37158
37159 \backslash
37160 newcommand{
37161 \backslash
37162 fb}[3]{
37163 \backslash
37164 framebox#1#2{$#3$}}
37165 \series default
37166
37167 \begin_inset VSpace medskip
37168 \end_inset
37169
37170
37171 \begin_inset Newline newline
37172 \end_inset
37173
37174 The two Dollar signs creates the extra formula needed for 
37175 \series bold
37176
37177 \backslash
37178 framebox
37179 \series default
37180 ,
37181  see 
37182 \begin_inset CommandInset ref
37183 LatexCommand ref
37184 reference "subsec:Boxes-with-Frame"
37185 nolink "false"
37186
37187 \end_inset
37188
37189 .
37190 \end_layout
37191
37192 \begin_layout Itemize
37193 To create a new command for 
37194 \series bold
37195
37196 \backslash
37197 fcolorbox
37198 \series default
37199  where the color for the box need not be specified,
37200  the argument for the color is defined optional:
37201 \begin_inset VSpace medskip
37202 \end_inset
37203
37204
37205 \begin_inset Newline newline
37206 \end_inset
37207
37208
37209 \series bold
37210
37211 \backslash
37212 newcommand{
37213 \backslash
37214 cb}[3][white]{
37215 \backslash
37216 fcolorbox{#2}{#1}{$#3$}}
37217 \series default
37218
37219 \begin_inset VSpace medskip
37220 \end_inset
37221
37222
37223 \begin_inset Newline newline
37224 \end_inset
37225
37226 When the color is not specified when using 
37227 \series bold
37228
37229 \backslash
37230 cb
37231 \series default
37232 ,
37233  the predefined color 
37234 \series bold
37235 white
37236 \series default
37237  will be used.
37238 \end_layout
37239
37240 \begin_layout Standard
37241 A test of the new defined commands:
37242 \end_layout
37243
37244 \begin_layout Standard
37245 \align center
37246 \begin_inset Tabular
37247 <lyxtabular version="3" rows="6" columns="2">
37248 <features booktabs="true" tabularvalignment="middle">
37249 <column alignment="center" valignment="top" width="0pt">
37250 <column alignment="center" valignment="top">
37251 <row>
37252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256 Command
37257 \end_layout
37258
37259 \end_inset
37260 </cell>
37261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265 Result
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 </row>
37271 <row>
37272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 A
37277 \backslash
37278 gr
37279 \begin_inset space \textvisiblespace{}
37280 \end_inset
37281
37282 B
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291 \begin_inset Formula $A\gr B$
37292 \end_inset
37293
37294
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 <row>
37301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305
37306 \backslash
37307 us{ABcd
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316 \begin_inset Formula $\us{ABcd}$
37317 \end_inset
37318
37319
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row topspace="1mm">
37326 <cell alignment="center" valignment="top" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330
37331 \backslash
37332 fb{[2cm]
37333 \begin_inset Formula $\to$
37334 \end_inset
37335
37336
37337 \backslash
37338 {
37339 \begin_inset Formula $\to$
37340 \end_inset
37341
37342
37343 \backslash
37344 {
37345 \backslash
37346 int
37347 \begin_inset space \textvisiblespace{}
37348 \end_inset
37349
37350 A=B
37351 \end_layout
37352
37353 \end_inset
37354 </cell>
37355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
37360 \end_inset
37361
37362
37363 \end_layout
37364
37365 \end_inset
37366 </cell>
37367 </row>
37368 <row topspace="1.5mm">
37369 <cell alignment="center" valignment="top" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373
37374 \backslash
37375 cb{red
37376 \begin_inset Formula $\to$
37377 \end_inset
37378
37379
37380 \backslash
37381 {
37382 \backslash
37383 int
37384 \begin_inset space \textvisiblespace{}
37385 \end_inset
37386
37387 A=B
37388 \end_layout
37389
37390 \end_inset
37391 </cell>
37392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
37393 \begin_inset Text
37394
37395 \begin_layout Plain Layout
37396 \begin_inset Formula $\cb{red}{\int A=B}$
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 </row>
37405 <row topspace="1.5mm" bottomspace="1mm">
37406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410
37411 \backslash
37412 cb[green]
37413 \backslash
37414 {red
37415 \begin_inset Formula $\to$
37416 \end_inset
37417
37418
37419 \backslash
37420 {
37421 \backslash
37422 int
37423 \begin_inset space \textvisiblespace{}
37424 \end_inset
37425
37426 A=B
37427 \end_layout
37428
37429 \end_inset
37430 </cell>
37431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
37432 \begin_inset Text
37433
37434 \begin_layout Plain Layout
37435 \begin_inset Formula $\cb[green]{red}{\int A=B}$
37436 \end_inset
37437
37438
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 </lyxtabular>
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \begin_layout Standard
37452 As is obvious,
37453  commands defined in the preamble do not display `nicely' in LyX itself.
37454  Most such commands can be defined in LyX using `math macros',
37455  however,
37456  which we are about to explain,
37457  and these do display nicely.
37458 \end_layout
37459
37460 \begin_layout Subsection
37461 Math Macros
37462 \begin_inset Index idx
37463 range none
37464 pageformat default
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468 User-defined commands!
37469  Math macros
37470 \end_layout
37471
37472 \end_inset
37473
37474
37475 \begin_inset Index idx
37476 range none
37477 pageformat default
37478 status collapsed
37479
37480 \begin_layout Plain Layout
37481 Macros
37482 \end_layout
37483
37484 \end_inset
37485
37486
37487 \end_layout
37488
37489 \begin_layout Standard
37490 User-defined commands are especially convenient for complex expressions.
37491  For example if you are dealing with a document that has quadratic equations,
37492  the same solution type occurs several times.
37493  The general form of a quadratic equation is
37494 \begin_inset Formula 
37495 \[
37496 0=\lambda^{2}+p\lambda+q
37497 \]
37498
37499 \end_inset
37500
37501 The general form of the solution is
37502 \begin_inset Formula 
37503 \[
37504 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
37505 \]
37506
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \begin_layout Standard
37513 To define a command for the solution formula where only the three parameters 
37514 \begin_inset Formula $\lambda$
37515 \end_inset
37516
37517 ,
37518  
37519 \begin_inset Formula $p$
37520 \end_inset
37521
37522  and 
37523 \begin_inset Formula $q$
37524 \end_inset
37525
37526  need to be specified and the index of 
37527 \begin_inset Formula $\lambda$
37528 \end_inset
37529
37530  can be given optionally,
37531  the \SpecialChar LaTeX
37532 -preamble line is
37533 \begin_inset Newline newline
37534 \end_inset
37535
37536
37537 \series bold
37538
37539 \backslash
37540 newcommand{
37541 \backslash
37542 qG}[4][1,
37543 \backslash
37544 ,2]{#2_{#1}=-
37545 \backslash
37546 frac{#3}{2}
37547 \backslash
37548 pm
37549 \begin_inset Newline newline
37550 \end_inset
37551
37552
37553 \begin_inset Phantom HPhantom
37554 status open
37555
37556 \begin_layout Plain Layout
37557
37558 \series bold
37559
37560 \backslash
37561 newcommand
37562 \end_layout
37563
37564 \end_inset
37565
37566
37567 \backslash
37568 sqrt{
37569 \backslash
37570 frac{#3^{2}}{4}-#4}}
37571 \end_layout
37572
37573 \begin_layout Standard
37574 To create with this the solution formula,
37575  the command
37576 \begin_inset Newline newline
37577 \end_inset
37578
37579
37580 \series bold
37581
37582 \backslash
37583 qG{
37584 \backslash
37585 lambda
37586 \begin_inset Formula $\to$
37587 \end_inset
37588
37589
37590 \backslash
37591 {p
37592 \begin_inset Formula $\to$
37593 \end_inset
37594
37595
37596 \backslash
37597 {q
37598 \series default
37599  is inserted to a formula
37600 \series bold
37601 .
37602 \end_layout
37603
37604 \begin_layout Standard
37605 The definition of the new command is unintuitive because one has to know the schemes of all used \SpecialChar LaTeX
37606  commands,
37607  e.
37608 \begin_inset space \thinspace{}
37609 \end_inset
37610
37611 g.
37612 \begin_inset space \space{}
37613 \end_inset
37614
37615 that a fraction is inserted in \SpecialChar LaTeX
37616  as 
37617 \series bold
37618
37619 \backslash
37620 frac{numerator}{denominator}
37621 \series default
37622 .
37623  Furthermore one can easily forget a brace in the definition and cannot see in \SpecialChar LyX
37624  what the new command is doing.
37625  To avoid these problems \SpecialChar LyX
37626  offers the possibility to use math macros instead of the command 
37627 \series bold
37628
37629 \backslash
37630 newcommand
37631 \series default
37632 .
37633 \end_layout
37634
37635 \begin_layout Standard
37636 A math macro is created by using the menu 
37637 \family sans
37638 Insert\SpecialChar menuseparator
37639 Math\SpecialChar menuseparator
37640 Macro
37641 \family default
37642  or the toolbar button 
37643 \begin_inset Info
37644 type  "icon"
37645 arg   "math-macro newmacroname_newcommand"
37646 \end_inset
37647
37648 .
37649  The math macro toolbar appears together with the following box where the macro is defined:
37650 \begin_inset Newline newline
37651 \end_inset
37652
37653
37654 \begin_inset space \hspace*{\fill}
37655 \end_inset
37656
37657
37658 \begin_inset Graphics
37659         filename clipart/macrobox.png
37660         scale 95
37661
37662 \end_inset
37663
37664
37665 \begin_inset space \hspace*{\fill}
37666 \end_inset
37667
37668
37669 \begin_inset Newline newline
37670 \end_inset
37671
37672
37673 \begin_inset FormulaMacro
37674 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
37675 \end_inset
37676
37677
37678 \backslash
37679 newmacroname is the default name of the macro that should be changed to something sensible.
37680  The wanted formula is inserted in the first blue box.
37681  An argument placeholder is inserted with the command 
37682 \series bold
37683
37684 \backslash
37685 #argumentnumber
37686 \series default
37687 ,
37688  e.
37689 \begin_inset space \thinspace{}
37690 \end_inset
37691
37692 g
37693 \begin_inset space \space{}
37694 \end_inset
37695
37696
37697 \series bold
37698
37699 \backslash
37700 #1
37701 \series default
37702  or by using the macro toolbar button 
37703 \begin_inset Info
37704 type  "icon"
37705 arg   "math-macro-add-param"
37706 \end_inset
37707
37708 .
37709  Argument placeholders are displayed red.
37710  A maximum of 9
37711 \begin_inset space ~
37712 \end_inset
37713
37714 arguments are possible.
37715  Optional arguments are created with the toolbar button 
37716 \begin_inset Info
37717 type  "icon"
37718 arg   "math-macro-add-optional-param"
37719 \end_inset
37720
37721 .
37722  The first non-optional argument can be transformed to an optional one with the toolbar button 
37723 \begin_inset Info
37724 type  "icon"
37725 arg   "math-macro-make-optional"
37726 \end_inset
37727
37728 .
37729  In the second blue box the appearance of the macro in \SpecialChar LyX
37730  can be defined.
37731  Normally you want to see it as it is defined,
37732  so the box is kept empty.
37733  But when you have created a macro that needs lot of space on the screen,
37734  you can insert in the box for example
37735 \begin_inset Newline newline
37736 \end_inset
37737
37738
37739 \series bold
37740 qG:
37741  
37742 \backslash
37743 #1
37744 \series default
37745  
37746 \series bold
37747 ,
37748
37749 \series default
37750  
37751 \series bold
37752
37753 \backslash
37754 #2
37755 \series default
37756  
37757 \series bold
37758 ,
37759
37760 \series default
37761  
37762 \series bold
37763
37764 \backslash
37765 #3,
37766  
37767 \backslash
37768 #4
37769 \begin_inset Newline newline
37770 \end_inset
37771
37772
37773 \series default
37774 For the macro only the arguments with the macro name in front of them will then be displayed in \SpecialChar LyX
37775 ,
37776  leading to a better overview.
37777  The formula appears in the output as defined in the first box.
37778 \begin_inset Newline newline
37779 \end_inset
37780
37781 The appearance of macros in formulas can furthermore be changed for single macros by setting the cursor in the macro and using the menu 
37782 \family sans
37783 View\SpecialChar menuseparator
37784 (Un)fold
37785 \begin_inset space ~
37786 \end_inset
37787
37788 Math
37789 \begin_inset space ~
37790 \end_inset
37791
37792 Macro
37793 \family default
37794 .
37795 \end_layout
37796
37797 \begin_layout Standard
37798 To use a macro,
37799  the macro name is inserted as command to a formula,
37800  in our case 
37801 \series bold
37802
37803 \backslash
37804 qG
37805 \series default
37806 .
37807  Our macro looks in \SpecialChar LyX
37808  like this:
37809 \begin_inset Newline newline
37810 \end_inset
37811
37812
37813 \begin_inset space \hspace*{\fill}
37814 \end_inset
37815
37816
37817 \begin_inset Graphics
37818         filename clipart/macrouse.png
37819         scale 95
37820
37821 \end_inset
37822
37823
37824 \begin_inset space \hspace*{\fill}
37825 \end_inset
37826
37827
37828 \begin_inset Newline newline
37829 \end_inset
37830
37831 Here is our macro example with the arguments 
37832 \begin_inset Formula $x$
37833 \end_inset
37834
37835 ,
37836  
37837 \begin_inset Formula $\ln(x)$
37838 \end_inset
37839
37840  and 
37841 \begin_inset Formula $B$
37842 \end_inset
37843
37844 :
37845 \end_layout
37846
37847 \begin_layout Standard
37848 \begin_inset Formula 
37849 \[
37850 \qG x{\ln(x)}B
37851 \]
37852
37853 \end_inset
37854
37855
37856 \end_layout
37857
37858 \begin_layout Standard
37859 \SpecialChar LyX
37860  offers in the menu 
37861 \family sans
37862 Tools\SpecialChar menuseparator
37863 Preferences\SpecialChar menuseparator
37864 Editing\SpecialChar menuseparator
37865 Control
37866 \family default
37867  different styles to edit macros.
37868  To find the style that suits you best,
37869  choose a style and set the cursor in a macro formula to see the difference.
37870 \end_layout
37871
37872 \begin_layout Standard
37873 A math macro is transformed internally to a 
37874 \series bold
37875
37876 \backslash
37877 newcommand
37878 \series default
37879  command when exporting the document.
37880  The created 
37881 \series bold
37882
37883 \backslash
37884 newcommand
37885 \series default
37886  command is not placed in the \SpecialChar LaTeX
37887 -preamble,
37888  therefore macros can only be used in formulas that are in the document below the macro definition box.
37889 \end_layout
37890
37891 \begin_layout Standard
37892 Math macros can also be directly created from a 
37893 \series bold
37894
37895 \backslash
37896 newcommand
37897 \series default
37898  command.
37899  When writing for example the command
37900 \series bold
37901
37902 \begin_inset Newline newline
37903 \end_inset
37904
37905
37906 \backslash
37907 newcommand{
37908 \backslash
37909 larrow}[2]{
37910 \backslash
37911 xleftarrow[#2]{#1}}
37912 \begin_inset Newline newline
37913 \end_inset
37914
37915
37916 \series default
37917 in \SpecialChar LyX
37918  as normal text,
37919  highlighting it completely and using the shortcut 
37920 \family sans
37921 Ctrl+M
37922 \family default
37923 ,
37924  the command will be transformed to a math macro.
37925  Using this method you need to be careful that the 
37926 \series bold
37927
37928 \backslash
37929 newcommand
37930 \series default
37931  command is typed correctly,
37932  otherwise you get a faulty macro leading to \SpecialChar LaTeX
37933  errors.
37934 \end_layout
37935
37936 \begin_layout Standard
37937 Math macros currently have the problem that further formulas in macro definitions are handled wrong.
37938  Therefore the example 
37939 \series bold
37940
37941 \backslash
37942 fb
37943 \series default
37944  from 
37945 \begin_inset CommandInset ref
37946 LatexCommand ref
37947 reference "subsec:The-Command-newcommand"
37948 nolink "false"
37949
37950 \end_inset
37951
37952  cannot be created as macro.
37953 \end_layout
37954
37955 \begin_layout Standard
37956 When the cursor is in a macro definition box,
37957  you will see the macro toolbar in \SpecialChar LyX
37958 :
37959 \end_layout
37960
37961 \begin_layout Standard
37962 \begin_inset VSpace defskip
37963 \end_inset
37964
37965
37966 \end_layout
37967
37968 \begin_layout Standard
37969 \begin_inset Graphics
37970         filename clipart/MacroToolbar.png
37971
37972 \end_inset
37973
37974
37975 \begin_inset Index idx
37976 range none
37977 pageformat default
37978 status collapsed
37979
37980 \begin_layout Plain Layout
37981 Macros
37982 \begin_inset IndexMacro subentry
37983 status open
37984
37985 \begin_layout Plain Layout
37986 Toolbar
37987 \end_layout
37988
37989 \end_inset
37990
37991
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \end_layout
37998
37999 \begin_layout Standard
38000 \begin_inset VSpace defskip
38001 \end_inset
38002
38003
38004 \end_layout
38005
38006 \begin_layout Standard
38007 The macro toolbar contains from left to right the following buttons:
38008 \end_layout
38009
38010 \begin_layout Standard
38011 \begin_inset VSpace defskip
38012 \end_inset
38013
38014
38015 \end_layout
38016
38017 \begin_layout Standard
38018 \begin_inset Tabular
38019 <lyxtabular version="3" rows="9" columns="2">
38020 <features islongtable="true" longtabularalignment="center">
38021 <column alignment="left" valignment="top">
38022 <column alignment="left" valignment="top" width="85col%">
38023 <row interlinespace="2.5mm">
38024 <cell alignment="center" valignment="top" usebox="none">
38025 \begin_inset Text
38026
38027 \begin_layout Plain Layout
38028 \begin_inset Info
38029 type  "icon"
38030 arg   "math-macro-remove-param"
38031 \end_inset
38032
38033
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042
38043 \family sans
38044 Edit\SpecialChar menuseparator
38045 Math\SpecialChar menuseparator
38046 Macro
38047 \begin_inset space ~
38048 \end_inset
38049
38050 Definition\SpecialChar menuseparator
38051 Remove Last Argument
38052 \end_layout
38053
38054 \end_inset
38055 </cell>
38056 </row>
38057 <row interlinespace="2.5mm">
38058 <cell alignment="center" valignment="top" usebox="none">
38059 \begin_inset Text
38060
38061 \begin_layout Plain Layout
38062 \begin_inset Info
38063 type  "icon"
38064 arg   "math-macro-add-param"
38065 \end_inset
38066
38067
38068 \end_layout
38069
38070 \end_inset
38071 </cell>
38072 <cell alignment="center" valignment="top" usebox="none">
38073 \begin_inset Text
38074
38075 \begin_layout Plain Layout
38076
38077 \family sans
38078 Edit\SpecialChar menuseparator
38079 Math\SpecialChar menuseparator
38080 Macro
38081 \begin_inset space ~
38082 \end_inset
38083
38084 Definition\SpecialChar menuseparator
38085 Append Argument
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 </row>
38091 <row interlinespace="2.5mm">
38092 <cell alignment="center" valignment="top" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096 \begin_inset Info
38097 type  "icon"
38098 arg   "math-macro-make-optional"
38099 \end_inset
38100
38101
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 <cell alignment="center" valignment="top" usebox="none">
38107 \begin_inset Text
38108
38109 \begin_layout Plain Layout
38110
38111 \family sans
38112 Edit\SpecialChar menuseparator
38113 Math\SpecialChar menuseparator
38114 Macro
38115 \begin_inset space ~
38116 \end_inset
38117
38118 Definition\SpecialChar menuseparator
38119 Transform First Non-Optional to
38120 \begin_inset Newline newline
38121 \end_inset
38122
38123
38124 \begin_inset Phantom HPhantom
38125 status open
38126
38127 \begin_layout Plain Layout
38128
38129 \family sans
38130 Edit\SpecialChar menuseparator
38131 Math\SpecialChar menuseparator
38132 Macro
38133 \begin_inset space ~
38134 \end_inset
38135
38136 Definition\SpecialChar menuseparator
38137
38138 \end_layout
38139
38140 \end_inset
38141
38142 Optional Argument
38143 \end_layout
38144
38145 \end_inset
38146 </cell>
38147 </row>
38148 <row interlinespace="2.5mm">
38149 <cell alignment="center" valignment="top" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153 \begin_inset Info
38154 type  "icon"
38155 arg   "math-macro-make-nonoptional"
38156 \end_inset
38157
38158
38159 \end_layout
38160
38161 \end_inset
38162 </cell>
38163 <cell alignment="center" valignment="top" usebox="none">
38164 \begin_inset Text
38165
38166 \begin_layout Plain Layout
38167
38168 \family sans
38169 Edit\SpecialChar menuseparator
38170 Math\SpecialChar menuseparator
38171 Macro
38172 \begin_inset space ~
38173 \end_inset
38174
38175 Definition\SpecialChar menuseparator
38176 Transform Last Optional to
38177 \begin_inset Newline newline
38178 \end_inset
38179
38180
38181 \begin_inset Phantom HPhantom
38182 status open
38183
38184 \begin_layout Plain Layout
38185
38186 \family sans
38187 Edit\SpecialChar menuseparator
38188 Math\SpecialChar menuseparator
38189 Macro
38190 \begin_inset space ~
38191 \end_inset
38192
38193 Definition\SpecialChar menuseparator
38194
38195 \end_layout
38196
38197 \end_inset
38198
38199 Non-Optional Argument
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 </row>
38205 <row interlinespace="2.5mm">
38206 <cell alignment="center" valignment="top" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 \begin_inset Info
38211 type  "icon"
38212 arg   "math-macro-remove-optional-param"
38213 \end_inset
38214
38215
38216 \end_layout
38217
38218 \end_inset
38219 </cell>
38220 <cell alignment="center" valignment="top" usebox="none">
38221 \begin_inset Text
38222
38223 \begin_layout Plain Layout
38224
38225 \family sans
38226 Edit\SpecialChar menuseparator
38227 Math\SpecialChar menuseparator
38228 Macro
38229 \begin_inset space ~
38230 \end_inset
38231
38232 Definition\SpecialChar menuseparator
38233 Remove Optional Argument
38234 \end_layout
38235
38236 \end_inset
38237 </cell>
38238 </row>
38239 <row interlinespace="2.5mm">
38240 <cell alignment="center" valignment="top" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244 \begin_inset Info
38245 type  "icon"
38246 arg   "math-macro-add-optional-param"
38247 \end_inset
38248
38249
38250 \end_layout
38251
38252 \end_inset
38253 </cell>
38254 <cell alignment="center" valignment="top" usebox="none">
38255 \begin_inset Text
38256
38257 \begin_layout Plain Layout
38258
38259 \family sans
38260 Edit\SpecialChar menuseparator
38261 Math\SpecialChar menuseparator
38262 Macro
38263 \begin_inset space ~
38264 \end_inset
38265
38266 Definition\SpecialChar menuseparator
38267 Insert Optional Argument
38268 \end_layout
38269
38270 \end_inset
38271 </cell>
38272 </row>
38273 <row interlinespace="2.5mm">
38274 <cell alignment="center" valignment="top" usebox="none">
38275 \begin_inset Text
38276
38277 \begin_layout Plain Layout
38278 \begin_inset Info
38279 type  "icon"
38280 arg   "math-macro-remove-greedy-param"
38281 \end_inset
38282
38283
38284 \end_layout
38285
38286 \end_inset
38287 </cell>
38288 <cell alignment="center" valignment="top" usebox="none">
38289 \begin_inset Text
38290
38291 \begin_layout Plain Layout
38292
38293 \family sans
38294 Edit\SpecialChar menuseparator
38295 Math\SpecialChar menuseparator
38296 Macro
38297 \begin_inset space ~
38298 \end_inset
38299
38300 Definition\SpecialChar menuseparator
38301 Remove Last Argument
38302 \begin_inset Newline newline
38303 \end_inset
38304
38305
38306 \begin_inset Phantom HPhantom
38307 status open
38308
38309 \begin_layout Plain Layout
38310
38311 \family sans
38312 Edit\SpecialChar menuseparator
38313 Math\SpecialChar menuseparator
38314 Macro
38315 \begin_inset space ~
38316 \end_inset
38317
38318 Definition\SpecialChar menuseparator
38319
38320 \end_layout
38321
38322 \end_inset
38323
38324 Spitting Out To The Right
38325 \end_layout
38326
38327 \end_inset
38328 </cell>
38329 </row>
38330 <row interlinespace="2.5mm">
38331 <cell alignment="center" valignment="top" usebox="none">
38332 \begin_inset Text
38333
38334 \begin_layout Plain Layout
38335 \begin_inset Info
38336 type  "icon"
38337 arg   "math-macro-append-greedy-param"
38338 \end_inset
38339
38340
38341 \end_layout
38342
38343 \end_inset
38344 </cell>
38345 <cell alignment="center" valignment="top" usebox="none">
38346 \begin_inset Text
38347
38348 \begin_layout Plain Layout
38349
38350 \family sans
38351 Edit\SpecialChar menuseparator
38352 Math\SpecialChar menuseparator
38353 Macro
38354 \begin_inset space ~
38355 \end_inset
38356
38357 Definition\SpecialChar menuseparator
38358 Append Argument
38359 \begin_inset Newline newline
38360 \end_inset
38361
38362
38363 \begin_inset Phantom HPhantom
38364 status open
38365
38366 \begin_layout Plain Layout
38367
38368 \family sans
38369 Edit\SpecialChar menuseparator
38370 Math\SpecialChar menuseparator
38371 Macro
38372 \begin_inset space ~
38373 \end_inset
38374
38375 Definition\SpecialChar menuseparator
38376
38377 \end_layout
38378
38379 \end_inset
38380
38381 Eating From The Right
38382 \end_layout
38383
38384 \end_inset
38385 </cell>
38386 </row>
38387 <row interlinespace="2.5mm">
38388 <cell alignment="center" valignment="top" usebox="none">
38389 \begin_inset Text
38390
38391 \begin_layout Plain Layout
38392 \begin_inset Info
38393 type  "icon"
38394 arg   "math-macro-add-greedy-optional-param"
38395 \end_inset
38396
38397
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 <cell alignment="center" valignment="top" usebox="none">
38403 \begin_inset Text
38404
38405 \begin_layout Plain Layout
38406
38407 \family sans
38408 Edit\SpecialChar menuseparator
38409 Math\SpecialChar menuseparator
38410 Macro
38411 \begin_inset space ~
38412 \end_inset
38413
38414 Definition\SpecialChar menuseparator
38415 Append Optional Argument
38416 \begin_inset Newline newline
38417 \end_inset
38418
38419
38420 \begin_inset Phantom HPhantom
38421 status open
38422
38423 \begin_layout Plain Layout
38424
38425 \family sans
38426 Edit\SpecialChar menuseparator
38427 Math\SpecialChar menuseparator
38428 Macro
38429 \begin_inset space ~
38430 \end_inset
38431
38432 Definition\SpecialChar menuseparator
38433
38434 \end_layout
38435
38436 \end_inset
38437
38438 Eating From The Right
38439 \end_layout
38440
38441 \end_inset
38442 </cell>
38443 </row>
38444 </lyxtabular>
38445
38446 \end_inset
38447
38448
38449 \end_layout
38450
38451 \begin_layout Subsection
38452 Math Macros for External Commands
38453 \end_layout
38454
38455 \begin_layout Standard
38456 Sometimes,
38457  you may need to use a \SpecialChar LaTeX
38458  package which defines a math command that is not natively supported in \SpecialChar LyX
38459 .
38460  This is easy enough to do:
38461  Just include the package in the preamble and type out the command in math.
38462  As with commands defined in the preamble,
38463  however,
38464  the display in \SpecialChar LyX
38465  will not be 
38466 \begin_inset Quotes els
38467 \end_inset
38468
38469 nice
38470 \begin_inset Quotes ers
38471 \end_inset
38472
38473 .
38474 \end_layout
38475
38476 \begin_layout Standard
38477 As of \SpecialChar LyX
38478  2.4,
38479  this problem has been solved.
38480  Just define a math macro with empty \SpecialChar TeX
38481  slot!
38482  The \SpecialChar LyX
38483  part will be used for display,
38484  but no corresponding \SpecialChar LaTeX
38485  will be output.
38486  For example,
38487  the 
38488 \series bold
38489 godelnum
38490 \series default
38491  package defines a 
38492 \begin_inset Flex Code
38493 status collapsed
38494
38495 \begin_layout Plain Layout
38496
38497 \backslash
38498 Godelnum
38499 \end_layout
38500
38501 \end_inset
38502
38503  macro that puts a single argument into corner quotes.
38504  To get a nice \SpecialChar LyX
38505  display of this macro,
38506  just do:
38507 \end_layout
38508
38509 \begin_layout Standard
38510 \begin_inset FormulaMacro
38511 \newcommand{\Godelnum}[1]{}
38512 {\ulcorner#1\urcorner}
38513 \end_inset
38514
38515
38516 \end_layout
38517
38518 \begin_layout Standard
38519 The same trick,
38520  of course,
38521  can be used for commands defined in the preamble.
38522 \end_layout
38523
38524 \begin_layout Section
38525 Computer Algebra Systems
38526 \end_layout
38527
38528 \begin_layout Standard
38529 \SpecialChar LyX
38530  offers the exchange between mathematical expressions written in \SpecialChar LyX
38531 's math editor and external applications or user defined scripts.
38532  Currently supported applications are 
38533 \family sans
38534 Maple
38535 \family default
38536 ,
38537  
38538 \family sans
38539 Mathematica
38540 \family default
38541 ,
38542  
38543 \family sans
38544 Maxima
38545 \family default
38546  and 
38547 \family sans
38548 Octave
38549 \family default
38550 .
38551  Note that the set of supported mathematical constructs is limited only to very simple cases.
38552 \end_layout
38553
38554 \begin_layout Subsection
38555 Usage
38556 \end_layout
38557
38558 \begin_layout Standard
38559 Write some expression in a formula,
38560  go to the 
38561 \family sans
38562 Edit\SpecialChar menuseparator
38563 Math\SpecialChar menuseparator
38564 Use Computer Algebra System
38565 \family default
38566  menu and choose the application you have installed on the computer.
38567  After that the result of computation should show on the right side of the expression together with the 
38568 \begin_inset Quotes eld
38569 \end_inset
38570
38571 =
38572 \begin_inset Quotes erd
38573 \end_inset
38574
38575  operator.
38576 \end_layout
38577
38578 \begin_layout Standard
38579 Here are few simple examples (with results from 
38580 \family typewriter
38581 Maxima
38582 \family default
38583 ) to show what kind of computations can be performed:
38584 \end_layout
38585
38586 \begin_layout Itemize
38587 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
38588 \end_inset
38589
38590
38591 \end_layout
38592
38593 \begin_layout Itemize
38594 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
38595 \end_inset
38596
38597
38598 \end_layout
38599
38600 \begin_layout Itemize
38601 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
38602 \end_inset
38603
38604
38605 \end_layout
38606
38607 \begin_layout Itemize
38608 \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}$
38609 \end_inset
38610
38611
38612 \begin_inset Newline newline
38613 \end_inset
38614
38615
38616 \begin_inset Note Greyedout
38617 status open
38618
38619 \begin_layout Plain Layout
38620
38621 \series bold
38622 Note:
38623
38624 \series default
38625  One needs to use proper delimiter insets 
38626 \begin_inset Formula $\left(\right)$
38627 \end_inset
38628
38629  instead of simple '(' ')' characters.
38630 \end_layout
38631
38632 \end_inset
38633
38634  
38635 \end_layout
38636
38637 \begin_layout Itemize
38638 \begin_inset Formula $\det\left[\begin{array}{ccc}
38639 1 & 6 & 7\\
38640 2 & 5 & 8\\
38641 3 & 4 & 17
38642 \end{array}\right]=-56$
38643 \end_inset
38644
38645
38646 \end_layout
38647
38648 \begin_layout Itemize
38649 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
38650 \end_inset
38651
38652
38653 \end_layout
38654
38655 \begin_layout Itemize
38656 \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$
38657 \end_inset
38658
38659
38660 \end_layout
38661
38662 \begin_layout Itemize
38663 \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]$
38664 \end_inset
38665
38666
38667 \end_layout
38668
38669 \begin_layout Subsection
38670 Keyboard shortcut
38671 \end_layout
38672
38673 \begin_layout Standard
38674 Currently there is no keyboard shortcut for calling the algebra applications.
38675  One can easily bind a shortcut to the 
38676 \family sans
38677 math-extern
38678 \family default
38679  \SpecialChar LyX
38680  function (see the 
38681 \family sans
38682 \emph on
38683 \SpecialChar LyX
38684  Functions
38685 \family default
38686 \emph default
38687  manual).
38688  One could e.
38689 \begin_inset space \thinspace{}
38690 \end_inset
38691
38692 g.
38693 \begin_inset space \space{}
38694 \end_inset
38695
38696 bind the 
38697 \family sans
38698 Return
38699 \family default
38700  key inside the math editor.
38701  To bind it to 
38702 \family typewriter
38703 Maxima
38704 \family default
38705  one would use this shortcut definition command:
38706 \end_layout
38707
38708 \begin_layout Standard
38709
38710 \series bold
38711 command-alternatives paragraph-break;math-extern maxima
38712 \end_layout
38713
38714 \begin_layout Section
38715 Miscellaneous
38716 \begin_inset Index idx
38717 range none
38718 pageformat default
38719 status collapsed
38720
38721 \begin_layout Plain Layout
38722 Miscellaneous
38723 \end_layout
38724
38725 \end_inset
38726
38727
38728 \end_layout
38729
38730 \begin_layout Subsection
38731 Negative Numbers
38732 \begin_inset Index idx
38733 range none
38734 pageformat default
38735 status collapsed
38736
38737 \begin_layout Plain Layout
38738 Numbers
38739 \begin_inset IndexMacro subentry
38740 status open
38741
38742 \begin_layout Plain Layout
38743 negative
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \end_layout
38750
38751 \end_inset
38752
38753
38754 \end_layout
38755
38756 \begin_layout Standard
38757 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.
38758  When writing the negative number in normal text,
38759  the minus sign appears correctly.
38760 \end_layout
38761
38762 \begin_layout Standard
38763 Thus,
38764  the problem disappears when converting the minus sign to mathematical text.
38765 \end_layout
38766
38767 \begin_layout Standard
38768 An example to visualize the problem:
38769 \end_layout
38770
38771 \begin_layout Standard
38772 \align center
38773 \begin_inset Tabular
38774 <lyxtabular version="3" rows="3" columns="2">
38775 <features booktabs="true" tabularvalignment="middle">
38776 <column alignment="right" valignment="top" width="0pt">
38777 <column alignment="left" valignment="top">
38778 <row>
38779 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
38780 \begin_inset Text
38781
38782 \begin_layout Plain Layout
38783 normal text:
38784 \end_layout
38785
38786 \end_inset
38787 </cell>
38788 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38789 \begin_inset Text
38790
38791 \begin_layout Plain Layout
38792 x = -2
38793 \end_layout
38794
38795 \end_inset
38796 </cell>
38797 </row>
38798 <row>
38799 <cell alignment="right" valignment="top" leftline="true" usebox="none">
38800 \begin_inset Text
38801
38802 \begin_layout Plain Layout
38803 formula:
38804 \end_layout
38805
38806 \end_inset
38807 </cell>
38808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38809 \begin_inset Text
38810
38811 \begin_layout Plain Layout
38812 \begin_inset Formula $x=-2$
38813 \end_inset
38814
38815
38816 \end_layout
38817
38818 \end_inset
38819 </cell>
38820 </row>
38821 <row>
38822 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38823 \begin_inset Text
38824
38825 \begin_layout Plain Layout
38826 solution:
38827 \end_layout
38828
38829 \end_inset
38830 </cell>
38831 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
38832 \begin_inset Text
38833
38834 \begin_layout Plain Layout
38835 \begin_inset Formula $x=\textrm{-}2$
38836 \end_inset
38837
38838
38839 \end_layout
38840
38841 \end_inset
38842 </cell>
38843 </row>
38844 </lyxtabular>
38845
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Subsection
38852 Comma as decimal Separator
38853 \begin_inset Index idx
38854 range none
38855 pageformat default
38856 status collapsed
38857
38858 \begin_layout Plain Layout
38859 Comma
38860 \end_layout
38861
38862 \end_inset
38863
38864
38865 \end_layout
38866
38867 \begin_layout Standard
38868 In \SpecialChar LaTeX
38869  a comma inside a formula is used,
38870  according to the English convention,
38871  as number group separator.
38872  So there will be space added behind all commas in formulas.
38873 \end_layout
38874
38875 \begin_layout Standard
38876 To avoid this,
38877  the comma is highlighted and changed to mathematical text (shortcut 
38878 \begin_inset Info
38879 type  "shortcut"
38880 arg   "math-mode"
38881 \end_inset
38882
38883 ).
38884 \end_layout
38885
38886 \begin_layout Standard
38887 To use all formula commas in the document as decimal separator,
38888  the file 
38889 \series bold
38890 icomma.sty
38891 \series default
38892
38893 \begin_inset Foot
38894 status collapsed
38895
38896 \begin_layout Plain Layout
38897
38898 \series bold
38899 icomma
38900 \series default
38901  is part of the \SpecialChar LaTeX
38902 -package 
38903 \series bold
38904 was
38905 \series default
38906
38907 \begin_inset Index idx
38908 range none
38909 pageformat default
38910 status collapsed
38911
38912 \begin_layout Plain Layout
38913 Packages
38914 \begin_inset IndexMacro subentry
38915 status open
38916
38917 \begin_layout Plain Layout
38918 was
38919 \end_layout
38920
38921 \end_inset
38922
38923
38924 \end_layout
38925
38926 \end_inset
38927
38928 .
38929 \end_layout
38930
38931 \end_inset
38932
38933
38934 \begin_inset Index idx
38935 range none
38936 pageformat default
38937 status collapsed
38938
38939 \begin_layout Plain Layout
38940 Packages
38941 \begin_inset IndexMacro subentry
38942 status open
38943
38944 \begin_layout Plain Layout
38945 icomma
38946 \end_layout
38947
38948 \end_inset
38949
38950
38951 \end_layout
38952
38953 \end_inset
38954
38955  is loaded with the \SpecialChar LaTeX
38956 -preamble line
38957 \end_layout
38958
38959 \begin_layout Standard
38960
38961 \series bold
38962
38963 \backslash
38964 usepackage{icomma}
38965 \end_layout
38966
38967 \begin_layout Subsection
38968 Physical Vectors
38969 \begin_inset CommandInset label
38970 LatexCommand label
38971 name "subsec:Physical-Vectors"
38972
38973 \end_inset
38974
38975
38976 \begin_inset Index idx
38977 range none
38978 pageformat default
38979 status collapsed
38980
38981 \begin_layout Plain Layout
38982 Vectors
38983 \begin_inset IndexMacro subentry
38984 status open
38985
38986 \begin_layout Plain Layout
38987 physical
38988 \end_layout
38989
38990 \end_inset
38991
38992
38993 \end_layout
38994
38995 \end_inset
38996
38997
38998 \end_layout
38999
39000 \begin_layout Standard
39001 Predefined vectors are offered by the \SpecialChar LaTeX
39002 -package 
39003 \series bold
39004 braket
39005 \series default
39006
39007 \begin_inset Index idx
39008 range none
39009 pageformat default
39010 status collapsed
39011
39012 \begin_layout Plain Layout
39013 Packages
39014 \begin_inset IndexMacro subentry
39015 status open
39016
39017 \begin_layout Plain Layout
39018 braket
39019 \end_layout
39020
39021 \end_inset
39022
39023
39024 \end_layout
39025
39026 \end_inset
39027
39028  that is loaded with the \SpecialChar LaTeX
39029 -preamble line
39030 \end_layout
39031
39032 \begin_layout Standard
39033
39034 \series bold
39035
39036 \backslash
39037 usepackage{braket}
39038 \end_layout
39039
39040 \begin_layout Standard
39041 \begin_inset ERT
39042 status collapsed
39043
39044 \begin_layout Plain Layout
39045
39046
39047 \backslash
39048 ifbraket 
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \begin_inset Note Note
39055 status open
39056
39057 \begin_layout Plain Layout
39058 The following table will only be displayed when the \SpecialChar LaTeX
39059 -package 
39060 \series bold
39061 braket
39062 \series default
39063  is installed.
39064 \end_layout
39065
39066 \end_inset
39067
39068
39069 \end_layout
39070
39071 \begin_layout Standard
39072 The following commands are defined:
39073 \end_layout
39074
39075 \begin_layout Standard
39076 \align center
39077 \begin_inset Tabular
39078 <lyxtabular version="3" rows="4" columns="2">
39079 <features booktabs="true" tabularvalignment="middle">
39080 <column alignment="center" valignment="top" width="0pt">
39081 <column alignment="center" valignment="top">
39082 <row>
39083 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39084 \begin_inset Text
39085
39086 \begin_layout Plain Layout
39087 Command
39088 \end_layout
39089
39090 \end_inset
39091 </cell>
39092 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39093 \begin_inset Text
39094
39095 \begin_layout Plain Layout
39096 Result
39097 \end_layout
39098
39099 \end_inset
39100 </cell>
39101 </row>
39102 <row>
39103 <cell alignment="center" valignment="top" usebox="none">
39104 \begin_inset Text
39105
39106 \begin_layout Plain Layout
39107
39108 \backslash
39109 Bra{
39110 \backslash
39111 psi
39112 \end_layout
39113
39114 \end_inset
39115 </cell>
39116 <cell alignment="center" valignment="top" usebox="none">
39117 \begin_inset Text
39118
39119 \begin_layout Plain Layout
39120 \begin_inset Formula $\Bra{\psi}$
39121 \end_inset
39122
39123
39124 \end_layout
39125
39126 \end_inset
39127 </cell>
39128 </row>
39129 <row>
39130 <cell alignment="center" valignment="top" usebox="none">
39131 \begin_inset Text
39132
39133 \begin_layout Plain Layout
39134
39135 \backslash
39136 Ket{
39137 \backslash
39138 psi
39139 \end_layout
39140
39141 \end_inset
39142 </cell>
39143 <cell alignment="center" valignment="top" usebox="none">
39144 \begin_inset Text
39145
39146 \begin_layout Plain Layout
39147 \begin_inset Formula $\Ket{\psi}$
39148 \end_inset
39149
39150
39151 \end_layout
39152
39153 \end_inset
39154 </cell>
39155 </row>
39156 <row>
39157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39158 \begin_inset Text
39159
39160 \begin_layout Plain Layout
39161
39162 \backslash
39163 Braket{
39164 \backslash
39165 psi|
39166 \backslash
39167 phi
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39173 \begin_inset Text
39174
39175 \begin_layout Plain Layout
39176 \begin_inset Formula $\Braket{\psi|\phi}$
39177 \end_inset
39178
39179
39180 \end_layout
39181
39182 \end_inset
39183 </cell>
39184 </row>
39185 </lyxtabular>
39186
39187 \end_inset
39188
39189
39190 \end_layout
39191
39192 \begin_layout Standard
39193 The command 
39194 \series bold
39195
39196 \backslash
39197 Braket
39198 \series default
39199  assures that all vertical bars are set in the size of the surrounding brackets:
39200 \begin_inset Formula 
39201 \[
39202 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
39203 \]
39204
39205 \end_inset
39206
39207
39208 \begin_inset ERT
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212
39213
39214 \backslash
39215 else 
39216 \end_layout
39217
39218 \end_inset
39219
39220
39221 \begin_inset Note Note
39222 status open
39223
39224 \begin_layout Plain Layout
39225 The following will be displayed when the \SpecialChar LaTeX
39226 -package 
39227 \series bold
39228 braket
39229 \series default
39230  is not installed:
39231 \end_layout
39232
39233 \end_inset
39234
39235
39236 \end_layout
39237
39238 \begin_layout Standard
39239 You need to install the \SpecialChar LaTeX
39240 -package 
39241 \series bold
39242 braket
39243 \series default
39244  to see the rest of this subsection in the output.
39245 \end_layout
39246
39247 \begin_layout Standard
39248 \begin_inset ERT
39249 status collapsed
39250
39251 \begin_layout Plain Layout
39252
39253
39254 \backslash
39255 fi 
39256 \end_layout
39257
39258 \end_inset
39259
39260
39261 \end_layout
39262
39263 \begin_layout Standard
39264 The effect of 
39265 \series bold
39266
39267 \backslash
39268 Braket
39269 \series default
39270  can also be achieved using the command 
39271 \series bold
39272
39273 \backslash
39274 middle
39275 \series default
39276 ,
39277  that is described in 
39278 \begin_inset CommandInset ref
39279 LatexCommand ref
39280 reference "subsec:Automatic-Bracket-Size"
39281 nolink "false"
39282
39283 \end_inset
39284
39285 .
39286 \end_layout
39287
39288 \begin_layout Subsection
39289 Self-defined Fractions
39290 \begin_inset CommandInset label
39291 LatexCommand label
39292 name "subsec:Self-defined-Fractions"
39293
39294 \end_inset
39295
39296
39297 \begin_inset Index idx
39298 range none
39299 pageformat default
39300 status collapsed
39301
39302 \begin_layout Plain Layout
39303 Fractions
39304 \begin_inset IndexMacro subentry
39305 status open
39306
39307 \begin_layout Plain Layout
39308 self-defined
39309 \end_layout
39310
39311 \end_inset
39312
39313
39314 \end_layout
39315
39316 \end_inset
39317
39318
39319 \end_layout
39320
39321 \begin_layout Standard
39322 To define custom commands for fractions,
39323  the command 
39324 \series bold
39325
39326 \backslash
39327 genfrac
39328 \series default
39329
39330 \begin_inset Index idx
39331 range none
39332 pageformat default
39333 status collapsed
39334
39335 \begin_layout Plain Layout
39336 Commands
39337 \begin_inset IndexMacro subentry
39338 status open
39339
39340 \begin_layout Plain Layout
39341 G
39342 \end_layout
39343
39344 \end_inset
39345
39346
39347 \begin_inset IndexMacro subentry
39348 status open
39349
39350 \begin_layout Plain Layout
39351
39352 \backslash
39353 genfrac
39354 \end_layout
39355
39356 \end_inset
39357
39358
39359 \end_layout
39360
39361 \end_inset
39362
39363  is used in the following scheme:
39364 \end_layout
39365
39366 \begin_layout Standard
39367
39368 \series bold
39369
39370 \backslash
39371 genfrac{left
39372 \series default
39373  
39374 \series bold
39375 bracket}{right
39376 \series default
39377  
39378 \series bold
39379 bracket}{fraction bar thickness}{style}
39380 \begin_inset Newline newline
39381 \end_inset
39382
39383
39384 \begin_inset Phantom HPhantom
39385 status open
39386
39387 \begin_layout Plain Layout
39388
39389 \series bold
39390
39391 \backslash
39392 genfrac
39393 \end_layout
39394
39395 \end_inset
39396
39397 {numerator}{denominator}
39398 \end_layout
39399
39400 \begin_layout Standard
39401 The style is a number in the range of 0
39402 \begin_inset space \thinspace{}
39403 \end_inset
39404
39405 -
39406 \begin_inset space \thinspace{}
39407 \end_inset
39408
39409 3.
39410 \end_layout
39411
39412 \begin_layout Standard
39413 \align center
39414 \begin_inset Tabular
39415 <lyxtabular version="3" rows="5" columns="2">
39416 <features booktabs="true" tabularvalignment="middle">
39417 <column alignment="center" valignment="top" width="0pt">
39418 <column alignment="center" valignment="top">
39419 <row>
39420 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39421 \begin_inset Text
39422
39423 \begin_layout Plain Layout
39424 Number
39425 \end_layout
39426
39427 \end_inset
39428 </cell>
39429 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39430 \begin_inset Text
39431
39432 \begin_layout Plain Layout
39433 Style (Size)
39434 \end_layout
39435
39436 \end_inset
39437 </cell>
39438 </row>
39439 <row>
39440 <cell alignment="center" valignment="top" usebox="none">
39441 \begin_inset Text
39442
39443 \begin_layout Plain Layout
39444 0
39445 \end_layout
39446
39447 \end_inset
39448 </cell>
39449 <cell alignment="center" valignment="top" usebox="none">
39450 \begin_inset Text
39451
39452 \begin_layout Plain Layout
39453 display style formula
39454 \end_layout
39455
39456 \end_inset
39457 </cell>
39458 </row>
39459 <row>
39460 <cell alignment="center" valignment="top" usebox="none">
39461 \begin_inset Text
39462
39463 \begin_layout Plain Layout
39464 1
39465 \end_layout
39466
39467 \end_inset
39468 </cell>
39469 <cell alignment="center" valignment="top" usebox="none">
39470 \begin_inset Text
39471
39472 \begin_layout Plain Layout
39473 inline formula
39474 \end_layout
39475
39476 \end_inset
39477 </cell>
39478 </row>
39479 <row>
39480 <cell alignment="center" valignment="top" usebox="none">
39481 \begin_inset Text
39482
39483 \begin_layout Plain Layout
39484 2
39485 \end_layout
39486
39487 \end_inset
39488 </cell>
39489 <cell alignment="center" valignment="top" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 small
39494 \end_layout
39495
39496 \end_inset
39497 </cell>
39498 </row>
39499 <row>
39500 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39501 \begin_inset Text
39502
39503 \begin_layout Plain Layout
39504 3
39505 \end_layout
39506
39507 \end_inset
39508 </cell>
39509 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39510 \begin_inset Text
39511
39512 \begin_layout Plain Layout
39513 tiny
39514 \end_layout
39515
39516 \end_inset
39517 </cell>
39518 </row>
39519 </lyxtabular>
39520
39521 \end_inset
39522
39523
39524 \end_layout
39525
39526 \begin_layout Standard
39527 When no style is given,
39528  the size is adjusted to the surrounding environment like for the command 
39529 \series bold
39530
39531 \backslash
39532 frac
39533 \series default
39534 .
39535 \end_layout
39536
39537 \begin_layout Standard
39538 When no fraction bar thickness is given,
39539  the predefined value of 0.4
39540 \begin_inset space \thinspace{}
39541 \end_inset
39542
39543 pt will be used.
39544 \end_layout
39545
39546 \begin_layout Standard
39547 \begin_inset VSpace medskip
39548 \end_inset
39549
39550 For example,
39551  the commands 
39552 \series bold
39553
39554 \backslash
39555 dfrac
39556 \series default
39557  and 
39558 \series bold
39559
39560 \backslash
39561 tbinom
39562 \series default
39563  from 
39564 \begin_inset CommandInset ref
39565 LatexCommand ref
39566 reference "subsec:Fractions"
39567 nolink "false"
39568
39569 \end_inset
39570
39571  are defined with the commands
39572 \end_layout
39573
39574 \begin_layout Standard
39575
39576 \series bold
39577
39578 \backslash
39579 newcommand{
39580 \backslash
39581 dfrac}[2]{
39582 \backslash
39583 genfrac{}{}{}{0}{#1}{#2}}
39584 \end_layout
39585
39586 \begin_layout Standard
39587 and
39588 \end_layout
39589
39590 \begin_layout Standard
39591
39592 \series bold
39593
39594 \backslash
39595 newcommand{
39596 \backslash
39597 tbinom}[2]{
39598 \backslash
39599 genfrac{(}{)}{0pt}{1}{#1}{#2}}
39600 \end_layout
39601
39602 \begin_layout Standard
39603 \begin_inset VSpace medskip
39604 \end_inset
39605
39606 To define a fraction where the fraction bar thickness can be given as optional argument,
39607  the following line is inserted to the \SpecialChar LaTeX
39608 -preamble:
39609 \end_layout
39610
39611 \begin_layout Standard
39612
39613 \series bold
39614
39615 \backslash
39616 newcommand{
39617 \backslash
39618 fracS}[3][]{
39619 \backslash
39620 genfrac{}{}{#1}{}{#2}{#3}}
39621 \end_layout
39622
39623 \begin_layout Standard
39624 A test:
39625 \begin_inset Formula 
39626 \begin{align*}
39627 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
39628 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
39629 \end{align*}
39630
39631 \end_inset
39632
39633 As one can see,
39634  the distance of the numerator and the denominator to the fraction bar is round about three times the bar thickness.
39635 \end_layout
39636
39637 \begin_layout Subsection
39638 Canceled Formulas
39639 \begin_inset Index idx
39640 range none
39641 pageformat default
39642 status collapsed
39643
39644 \begin_layout Plain Layout
39645 Formula
39646 \begin_inset IndexMacro subentry
39647 status open
39648
39649 \begin_layout Plain Layout
39650 canceled
39651 \end_layout
39652
39653 \end_inset
39654
39655
39656 \end_layout
39657
39658 \end_inset
39659
39660
39661 \end_layout
39662
39663 \begin_layout Standard
39664 There are four ways to cancel formulas or parts of formulas:
39665 \end_layout
39666
39667 \begin_layout Standard
39668 \begin_inset ERT
39669 status collapsed
39670
39671 \begin_layout Plain Layout
39672
39673
39674 \backslash
39675 ifcancel 
39676 \end_layout
39677
39678 \end_inset
39679
39680
39681 \begin_inset Note Note
39682 status open
39683
39684 \begin_layout Plain Layout
39685 The following table will only be displayed when the \SpecialChar LaTeX
39686 -package 
39687 \series bold
39688 cancel
39689 \series default
39690  is installed.
39691 \end_layout
39692
39693 \end_inset
39694
39695
39696 \end_layout
39697
39698 \begin_layout Standard
39699 \align center
39700 \begin_inset Tabular
39701 <lyxtabular version="3" rows="5" columns="2">
39702 <features booktabs="true" tabularvalignment="middle">
39703 <column alignment="center" valignment="top" width="0pt">
39704 <column alignment="center" valignment="top">
39705 <row>
39706 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39707 \begin_inset Text
39708
39709 \begin_layout Plain Layout
39710 Command
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39716 \begin_inset Text
39717
39718 \begin_layout Plain Layout
39719 Result
39720 \end_layout
39721
39722 \end_inset
39723 </cell>
39724 </row>
39725 <row>
39726 <cell alignment="center" valignment="top" usebox="none">
39727 \begin_inset Text
39728
39729 \begin_layout Plain Layout
39730
39731 \backslash
39732 cancel
39733 \begin_inset space \textvisiblespace{}
39734 \end_inset
39735
39736
39737 \backslash
39738 int
39739 \begin_inset space \textvisiblespace{}
39740 \end_inset
39741
39742 A=B
39743 \end_layout
39744
39745 \end_inset
39746 </cell>
39747 <cell alignment="center" valignment="top" usebox="none">
39748 \begin_inset Text
39749
39750 \begin_layout Plain Layout
39751 \begin_inset Formula $\cancel{\int A=B}$
39752 \end_inset
39753
39754
39755 \end_layout
39756
39757 \end_inset
39758 </cell>
39759 </row>
39760 <row topspace="1.5mm">
39761 <cell alignment="center" valignment="top" usebox="none">
39762 \begin_inset Text
39763
39764 \begin_layout Plain Layout
39765
39766 \backslash
39767 bcancel
39768 \begin_inset space \textvisiblespace{}
39769 \end_inset
39770
39771
39772 \backslash
39773 int
39774 \begin_inset space \textvisiblespace{}
39775 \end_inset
39776
39777 A=B
39778 \end_layout
39779
39780 \end_inset
39781 </cell>
39782 <cell alignment="center" valignment="top" usebox="none">
39783 \begin_inset Text
39784
39785 \begin_layout Plain Layout
39786 \begin_inset Formula $\bcancel{\int A=B}$
39787 \end_inset
39788
39789
39790 \end_layout
39791
39792 \end_inset
39793 </cell>
39794 </row>
39795 <row topspace="1.5mm">
39796 <cell alignment="center" valignment="top" usebox="none">
39797 \begin_inset Text
39798
39799 \begin_layout Plain Layout
39800
39801 \backslash
39802 xcancel
39803 \begin_inset space \textvisiblespace{}
39804 \end_inset
39805
39806
39807 \backslash
39808 int
39809 \begin_inset space \textvisiblespace{}
39810 \end_inset
39811
39812 A=B
39813 \end_layout
39814
39815 \end_inset
39816 </cell>
39817 <cell alignment="center" valignment="top" usebox="none">
39818 \begin_inset Text
39819
39820 \begin_layout Plain Layout
39821 \begin_inset Formula $\xcancel{\int A=B}$
39822 \end_inset
39823
39824
39825 \end_layout
39826
39827 \end_inset
39828 </cell>
39829 </row>
39830 <row>
39831 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39832 \begin_inset Text
39833
39834 \begin_layout Plain Layout
39835
39836 \backslash
39837 cancelto
39838 \begin_inset space \textvisiblespace{}
39839 \end_inset
39840
39841
39842 \backslash
39843 int
39844 \begin_inset space \textvisiblespace{}
39845 \end_inset
39846
39847 A=B
39848 \begin_inset Formula $\to$
39849 \end_inset
39850
39851 1
39852 \end_layout
39853
39854 \end_inset
39855 </cell>
39856 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
39857 \begin_inset Text
39858
39859 \begin_layout Plain Layout
39860 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
39861 \end_inset
39862
39863
39864 \end_layout
39865
39866 \end_inset
39867 </cell>
39868 </row>
39869 </lyxtabular>
39870
39871 \end_inset
39872
39873
39874 \end_layout
39875
39876 \begin_layout Standard
39877
39878 \series bold
39879
39880 \backslash
39881 cancelto
39882 \series default
39883  is especially suitable to visualize the reduction of fractions within formulas:
39884 \begin_inset Formula 
39885 \[
39886 \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}}}
39887 \]
39888
39889 \end_inset
39890
39891
39892 \end_layout
39893
39894 \begin_layout Standard
39895 To change the size of 
39896 \series bold
39897
39898 \backslash
39899 cancelto
39900 \series default
39901 's 
39902 \begin_inset Quotes eld
39903 \end_inset
39904
39905 subscript
39906 \begin_inset Quotes erd
39907 \end_inset
39908
39909  value one can add the \SpecialChar LaTeX
39910 -preamble line
39911 \end_layout
39912
39913 \begin_layout Standard
39914
39915 \series bold
39916
39917 \backslash
39918 PassOptionsToPackage{option}{cancel}
39919 \end_layout
39920
39921 \begin_layout Standard
39922 where 
39923 \series bold
39924 option
39925 \series default
39926  is either 
39927 \series bold
39928 samesize
39929 \series default
39930  which leads to the same size as for the canceled value,
39931  or 
39932 \series bold
39933 Smaller
39934 \series default
39935  which makes is it a bit smaller than normal.
39936 \end_layout
39937
39938 \begin_layout Standard
39939 To color the cancellation bar one adds this command as \SpecialChar TeX
39940  code:
39941 \end_layout
39942
39943 \begin_layout Standard
39944
39945 \series bold
39946
39947 \backslash
39948 renewcommand{
39949 \backslash
39950 CancelColor}{
39951 \backslash
39952 color{red}}
39953 \end_layout
39954
39955 \begin_layout Standard
39956
39957 \series bold
39958 red
39959 \series default
39960  can be replaced by a color of your choice.
39961 \end_layout
39962
39963 \begin_layout Standard
39964 \begin_inset ERT
39965 status collapsed
39966
39967 \begin_layout Plain Layout
39968
39969
39970 \backslash
39971 renewcommand{
39972 \backslash
39973 CancelColor}{
39974 \backslash
39975 color{red}}
39976 \end_layout
39977
39978 \end_inset
39979
39980
39981 \end_layout
39982
39983 \begin_layout Standard
39984 \begin_inset Formula 
39985 \[
39986 \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}}}
39987 \]
39988
39989 \end_inset
39990
39991
39992 \end_layout
39993
39994 \begin_layout Standard
39995 \begin_inset ERT
39996 status collapsed
39997
39998 \begin_layout Plain Layout
39999
40000
40001 \backslash
40002 renewcommand{
40003 \backslash
40004 CancelColor}{
40005 \backslash
40006 color{black}}
40007 \end_layout
40008
40009 \end_inset
40010
40011
40012 \begin_inset Note Note
40013 status open
40014
40015 \begin_layout Plain Layout
40016 reset the color
40017 \end_layout
40018
40019 \end_inset
40020
40021
40022 \end_layout
40023
40024 \begin_layout Standard
40025 For further customizations,
40026  see the documentation of the package 
40027 \series bold
40028 cancel
40029 \series default
40030 ,
40031  
40032 \begin_inset CommandInset citation
40033 LatexCommand cite
40034 key "cancel"
40035 literal "true"
40036
40037 \end_inset
40038
40039 .
40040 \begin_inset Index idx
40041 range none
40042 pageformat default
40043 status collapsed
40044
40045 \begin_layout Plain Layout
40046 Packages
40047 \begin_inset IndexMacro subentry
40048 status open
40049
40050 \begin_layout Plain Layout
40051 cancel
40052 \end_layout
40053
40054 \end_inset
40055
40056
40057 \end_layout
40058
40059 \end_inset
40060
40061
40062 \end_layout
40063
40064 \begin_layout Standard
40065 \begin_inset ERT
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069
40070
40071 \backslash
40072 else 
40073 \end_layout
40074
40075 \end_inset
40076
40077
40078 \begin_inset Note Note
40079 status open
40080
40081 \begin_layout Plain Layout
40082 The following will be displayed when the \SpecialChar LaTeX
40083 -package 
40084 \series bold
40085 cancel
40086 \series default
40087  is not installed:
40088 \end_layout
40089
40090 \end_inset
40091
40092
40093 \end_layout
40094
40095 \begin_layout Standard
40096 You need to install the \SpecialChar LaTeX
40097 -package 
40098 \series bold
40099 cancel
40100 \series default
40101  to see the rest of this subsection in the output.
40102 \end_layout
40103
40104 \begin_layout Standard
40105 \begin_inset ERT
40106 status collapsed
40107
40108 \begin_layout Plain Layout
40109
40110
40111 \backslash
40112 fi 
40113 \end_layout
40114
40115 \end_inset
40116
40117
40118 \end_layout
40119
40120 \begin_layout Subsection
40121 Formulas in Section Headings
40122 \begin_inset CommandInset label
40123 LatexCommand label
40124 name "subsec:Formulas-in-Section"
40125
40126 \end_inset
40127
40128
40129 \begin_inset Index idx
40130 range none
40131 pageformat default
40132 status collapsed
40133
40134 \begin_layout Plain Layout
40135 Formula
40136 \begin_inset IndexMacro subentry
40137 status open
40138
40139 \begin_layout Plain Layout
40140 in section headings
40141 \end_layout
40142
40143 \end_inset
40144
40145
40146 \end_layout
40147
40148 \end_inset
40149
40150
40151 \end_layout
40152
40153 \begin_layout Standard
40154 When formulas are used in section headings,
40155  the following has to be taken into account:
40156 \end_layout
40157
40158 \begin_layout Standard
40159 \begin_inset Note Greyedout
40160 status open
40161
40162 \begin_layout Plain Layout
40163 When 
40164 \series bold
40165 hyperref
40166 \series default
40167
40168 \begin_inset Index idx
40169 range none
40170 pageformat default
40171 status collapsed
40172
40173 \begin_layout Plain Layout
40174 Packages
40175 \begin_inset IndexMacro subentry
40176 status open
40177
40178 \begin_layout Plain Layout
40179 hyperref
40180 \end_layout
40181
40182 \end_inset
40183
40184
40185 \end_layout
40186
40187 \end_inset
40188
40189  support is enabled in the document settings dialog under 
40190 \family sans
40191 PDF
40192 \begin_inset space ~
40193 \end_inset
40194
40195 Properties
40196 \family default
40197 ,
40198  PDF-bookmarks are created for every section heading in the table of contents.
40199  If a section heading contains formulas,
40200  they are incorrectly displayed in the bookmark text,
40201  because formulas in bookmarks infringe the PDF conventions.
40202 \end_layout
40203
40204 \end_inset
40205
40206
40207 \end_layout
40208
40209 \begin_layout Standard
40210 Both problems can be solved by inserting at the end of the section heading a short title with the menu 
40211 \family sans
40212 Insert\SpecialChar menuseparator
40213 Short
40214 \begin_inset space ~
40215 \end_inset
40216
40217 Title
40218 \family default
40219 .
40220  Short titles are used as alternative for multiline section headings to keep the table of contents clearly arranged.
40221  Only the short title appears in the table of contents and therefore also in the PDF-bookmark.
40222 \end_layout
40223
40224 \begin_layout Standard
40225 When formulas should be used in the table of contents but 
40226 \series bold
40227 hyperref
40228 \series default
40229  is used,
40230  one can use the following command in \SpecialChar TeX
40231  mode:
40232 \end_layout
40233
40234 \begin_layout Standard
40235
40236 \series bold
40237
40238 \backslash
40239 texorpdfstring{part}{alternative}
40240 \begin_inset Index idx
40241 range none
40242 pageformat default
40243 status collapsed
40244
40245 \begin_layout Plain Layout
40246 Commands
40247 \begin_inset IndexMacro subentry
40248 status open
40249
40250 \begin_layout Plain Layout
40251 T
40252 \end_layout
40253
40254 \end_inset
40255
40256
40257 \begin_inset IndexMacro subentry
40258 status open
40259
40260 \begin_layout Plain Layout
40261
40262 \backslash
40263 texorpdfstring
40264 \end_layout
40265
40266 \end_inset
40267
40268
40269 \end_layout
40270
40271 \end_inset
40272
40273
40274 \end_layout
40275
40276 \begin_layout Standard
40277 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
40278  This can be characters,
40279  formulas,
40280  footnotes,
40281  but also cross-references.
40282  The alternative is used instead of the part for the bookmark.
40283 \end_layout
40284
40285 \begin_layout Standard
40286 Here are two example headings:
40287 \begin_inset VSpace -3mm
40288 \end_inset
40289
40290
40291 \begin_inset ERT
40292 status collapsed
40293
40294 \begin_layout Plain Layout
40295
40296
40297 \backslash
40298 boldmath 
40299 \end_layout
40300
40301 \end_inset
40302
40303
40304 \end_layout
40305
40306 \begin_layout Subsubsection
40307 Heading without formula in table of contents 
40308 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40309 \end_inset
40310
40311
40312 \begin_inset Argument 1
40313 status collapsed
40314
40315 \begin_layout Plain Layout
40316 Heading without formula in table of contents
40317 \end_layout
40318
40319 \end_inset
40320
40321
40322 \end_layout
40323
40324 \begin_layout Subsubsection
40325 Heading with formula in table of contents
40326 \begin_inset ERT
40327 status collapsed
40328
40329 \begin_layout Plain Layout
40330
40331
40332 \backslash
40333 texorpdfstring{
40334 \end_layout
40335
40336 \end_inset
40337
40338  
40339 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
40340 \end_inset
40341
40342
40343 \begin_inset ERT
40344 status collapsed
40345
40346 \begin_layout Plain Layout
40347
40348 }{}
40349 \end_layout
40350
40351 \end_inset
40352
40353
40354 \end_layout
40355
40356 \begin_layout Standard
40357 \begin_inset ERT
40358 status collapsed
40359
40360 \begin_layout Plain Layout
40361
40362
40363 \backslash
40364 unboldmath 
40365 \end_layout
40366
40367 \end_inset
40368
40369 In the first heading a short title was used,
40370  in the second one 
40371 \series bold
40372
40373 \backslash
40374 texorpdfstring
40375 \series default
40376 .
40377 \end_layout
40378
40379 \begin_layout Standard
40380 To get the same formatting as for the other headings,
40381  the complete heading was set into a 
40382 \series bold
40383 boldmath
40384 \series default
40385  environment
40386 \begin_inset Foot
40387 status open
40388
40389 \begin_layout Plain Layout
40390 See 
40391 \begin_inset CommandInset ref
40392 LatexCommand ref
40393 reference "subsec:Bold-Formulas"
40394 nolink "false"
40395
40396 \end_inset
40397
40398
40399 \end_layout
40400
40401 \end_inset
40402
40403 .
40404 \end_layout
40405
40406 \begin_layout Subsection
40407 Formulas in multi-column Text
40408 \begin_inset Index idx
40409 range none
40410 pageformat default
40411 status collapsed
40412
40413 \begin_layout Plain Layout
40414 Formula
40415 \begin_inset IndexMacro subentry
40416 status open
40417
40418 \begin_layout Plain Layout
40419 in multi-column text
40420 \end_layout
40421
40422 \end_inset
40423
40424
40425 \end_layout
40426
40427 \end_inset
40428
40429
40430 \end_layout
40431
40432 \begin_layout Standard
40433 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.
40434  This is done by using the \SpecialChar LaTeX
40435 -package 
40436 \series bold
40437 multicol
40438 \series default
40439
40440 \begin_inset Foot
40441 status collapsed
40442
40443 \begin_layout Plain Layout
40444
40445 \series bold
40446 multicol
40447 \series default
40448  is part of every \SpecialChar LaTeX
40449  standard installation.
40450 \end_layout
40451
40452 \end_inset
40453
40454
40455 \begin_inset Index idx
40456 range none
40457 pageformat default
40458 status collapsed
40459
40460 \begin_layout Plain Layout
40461 Packages
40462 \begin_inset IndexMacro subentry
40463 status open
40464
40465 \begin_layout Plain Layout
40466 multicol
40467 \end_layout
40468
40469 \end_inset
40470
40471
40472 \end_layout
40473
40474 \end_inset
40475
40476 ,
40477  that is loaded with the \SpecialChar LaTeX
40478 -preamble line
40479 \end_layout
40480
40481 \begin_layout Standard
40482
40483 \series bold
40484
40485 \backslash
40486 usepackage{multicol}
40487 \end_layout
40488
40489 \begin_layout Standard
40490 \begin_inset Note Greyedout
40491 status open
40492
40493 \begin_layout Plain Layout
40494 Note that in this case the setting 
40495 \family sans
40496 Two-column
40497 \begin_inset space ~
40498 \end_inset
40499
40500 document
40501 \family default
40502  in the menu 
40503 \family sans
40504 Document\SpecialChar menuseparator
40505 Settings
40506 \family default
40507  under 
40508 \family sans
40509 Text
40510 \begin_inset space ~
40511 \end_inset
40512
40513 Layout
40514 \family default
40515 \emph on
40516  
40517 \emph default
40518 must 
40519 \emph on
40520 not
40521 \emph default
40522  be selected.
40523 \end_layout
40524
40525 \end_inset
40526
40527
40528 \end_layout
40529
40530 \begin_layout Standard
40531 Before the multi-column text the command
40532 \end_layout
40533
40534 \begin_layout Standard
40535
40536 \series bold
40537
40538 \backslash
40539 begin{multicols}{column number}
40540 \end_layout
40541
40542 \begin_layout Standard
40543 is written in \SpecialChar TeX
40544  mode.
40545  The column number is a number in the range of 2
40546 \begin_inset space \thinspace{}
40547 \end_inset
40548
40549 -
40550 \begin_inset space \thinspace{}
40551 \end_inset
40552
40553 10.
40554  Before the formula the multi-column text is ended by inserting the command
40555 \end_layout
40556
40557 \begin_layout Standard
40558
40559 \series bold
40560
40561 \backslash
40562 end{multicols}
40563 \end_layout
40564
40565 \begin_layout Standard
40566 in \SpecialChar TeX
40567  mode.
40568 \end_layout
40569
40570 \begin_layout Standard
40571 Due to the command some space is automatically added before the formula.
40572  To correct this,
40573  -6
40574 \begin_inset space \thinspace{}
40575 \end_inset
40576
40577 mm vertical space is inserted before the formula.
40578  When the formula style 
40579 \series bold
40580 Indented
40581 \begin_inset Foot
40582 status open
40583
40584 \begin_layout Plain Layout
40585 For formula styles see 
40586 \begin_inset CommandInset ref
40587 LatexCommand ref
40588 reference "sec:Formula-Styles"
40589 nolink "false"
40590
40591 \end_inset
40592
40593
40594 \end_layout
40595
40596 \end_inset
40597
40598
40599 \series default
40600  is used,
40601  a -9
40602 \begin_inset space \thinspace{}
40603 \end_inset
40604
40605 mm space is inserted instead.
40606 \end_layout
40607
40608 \begin_layout Standard
40609 As example a multi-column text with a displayed formula:
40610 \end_layout
40611
40612 \begin_layout Standard
40613
40614 \lang ngerman
40615 \begin_inset ERT
40616 status collapsed
40617
40618 \begin_layout Plain Layout
40619
40620
40621 \backslash
40622 begin{multicols}{2}
40623 \end_layout
40624
40625 \end_inset
40626
40627 Das Spektrum wird fouriertransformiert.
40628  Die Fouriertransformation wird verwendet,
40629  um die überlagerten Signale (Netzwerk,
40630  Lösungsmittel) zu trennen.
40631  Nachdem wir die Phasenverschiebung bestimmen konnten,
40632  interessiert uns nun das Aussehen des Ausgangssignals.
40633  Im Experiment haben wir es mit sehr vielen Teilchen zu tun,
40634  so dass man über alle Phasen integrieren muss.
40635  Sei nun 
40636 \begin_inset Formula $S$
40637 \end_inset
40638
40639  unser normiertes Ausgangssignal und 
40640 \begin_inset Formula $P$
40641 \end_inset
40642
40643  die Phasenverteilungsfunktion,
40644  so ergibt sich die Beziehung
40645 \begin_inset ERT
40646 status collapsed
40647
40648 \begin_layout Plain Layout
40649
40650
40651 \backslash
40652 end{multicols}
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset VSpace -6mm
40659 \end_inset
40660
40661
40662 \begin_inset Formula 
40663 \begin{equation}
40664 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
40665 \end{equation}
40666
40667 \end_inset
40668
40669
40670 \begin_inset ERT
40671 status collapsed
40672
40673 \begin_layout Plain Layout
40674
40675
40676 \backslash
40677 begin{multicols}{2}
40678 \end_layout
40679
40680 \end_inset
40681
40682 wobei 
40683 \begin_inset Formula $S_{0}$
40684 \end_inset
40685
40686  das Signal ohne Gradient ist und die Normierungsbedingung 
40687 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
40688 \end_inset
40689
40690  gilt.
40691  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
40692  Direkt nach dem 
40693 \begin_inset Formula $\nicefrac{\pi}{2}$
40694 \end_inset
40695
40696
40697 \begin_inset space \thinspace{}
40698 \end_inset
40699
40700 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren,
40701  wodurch sich das Signal zusätzlich abschwächt.
40702  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten 
40703 \begin_inset Formula $T_{2}$
40704 \end_inset
40705
40706 -Zeit.
40707 \end_layout
40708
40709 \begin_layout Standard
40710
40711 \lang ngerman
40712 \begin_inset ERT
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716
40717
40718 \backslash
40719 end{multicols}
40720 \end_layout
40721
40722 \end_inset
40723
40724
40725 \end_layout
40726
40727 \begin_layout Subsection
40728 Formulas with Description of Variables
40729 \begin_inset Index idx
40730 range none
40731 pageformat default
40732 status collapsed
40733
40734 \begin_layout Plain Layout
40735 Formula
40736 \begin_inset IndexMacro subentry
40737 status open
40738
40739 \begin_layout Plain Layout
40740 with description of variables
40741 \end_layout
40742
40743 \end_inset
40744
40745
40746 \end_layout
40747
40748 \end_inset
40749
40750
40751 \end_layout
40752
40753 \begin_layout Standard
40754 To describe variables within a formula,
40755  like in formula 
40756 \begin_inset CommandInset ref
40757 LatexCommand eqref
40758 reference "eq:within"
40759 nolink "false"
40760
40761 \end_inset
40762
40763 ,
40764  a 2
40765 \series bold
40766 ×
40767 \series default
40768
40769 \begin_inset Formula $n$
40770 \end_inset
40771
40772
40773 \begin_inset space ~
40774 \end_inset
40775
40776 matrix is used with left aligned columns for the 
40777 \begin_inset Formula $n$
40778 \end_inset
40779
40780  used variables.
40781 \begin_inset Foot
40782 status collapsed
40783
40784 \begin_layout Plain Layout
40785 For matrices see 
40786 \begin_inset CommandInset ref
40787 LatexCommand ref
40788 reference "sec:Matrices"
40789 nolink "false"
40790
40791 \end_inset
40792
40793
40794 \end_layout
40795
40796 \end_inset
40797
40798  To set the description in a smaller size,
40799  before the matrix e.
40800 \begin_inset space \thinspace{}
40801 \end_inset
40802
40803 g.
40804 \begin_inset space \space{}
40805 \end_inset
40806
40807 the command 
40808 \series bold
40809
40810 \backslash
40811 footnotesize
40812 \series default
40813  is inserted.
40814 \begin_inset Foot
40815 status collapsed
40816
40817 \begin_layout Plain Layout
40818 For font sizes see 
40819 \begin_inset CommandInset ref
40820 LatexCommand ref
40821 reference "subsec:Font-Sizes"
40822 nolink "false"
40823
40824 \end_inset
40825
40826
40827 \end_layout
40828
40829 \end_inset
40830
40831
40832 \end_layout
40833
40834 \begin_layout Standard
40835 When the formula style 
40836 \series bold
40837 Indented
40838 \begin_inset Foot
40839 status collapsed
40840
40841 \begin_layout Plain Layout
40842 For formula styles see 
40843 \begin_inset CommandInset ref
40844 LatexCommand ref
40845 reference "sec:Formula-Styles"
40846 nolink "false"
40847
40848 \end_inset
40849
40850
40851 \end_layout
40852
40853 \end_inset
40854
40855
40856 \series default
40857  is used,
40858  a 
40859 \series bold
40860
40861 \backslash
40862 hfill
40863 \series default
40864
40865 \begin_inset Foot
40866 status collapsed
40867
40868 \begin_layout Plain Layout
40869
40870 \series bold
40871
40872 \backslash
40873 hfill
40874 \series default
40875  only works in formulas with the style 
40876 \series bold
40877 Indented
40878 \series default
40879 ,
40880  see 
40881 \begin_inset CommandInset ref
40882 LatexCommand ref
40883 reference "subsec:Variable-Space"
40884 nolink "false"
40885
40886 \end_inset
40887
40888 .
40889 \end_layout
40890
40891 \end_inset
40892
40893  is inserted before and after the matrix to have the same separation of the matrix from the equation and the side margin.
40894 \end_layout
40895
40896 \begin_layout Standard
40897 When the formula style 
40898 \series bold
40899 Centered
40900 \series default
40901  is used,
40902  the method described in 
40903 \begin_inset CommandInset ref
40904 LatexCommand ref
40905 reference "subsec:Flalign-Environment"
40906 nolink "false"
40907
40908 \end_inset
40909
40910  is used to indent formulas.
40911  Formula 
40912 \begin_inset CommandInset ref
40913 LatexCommand eqref
40914 reference "eq:within"
40915 nolink "false"
40916
40917 \end_inset
40918
40919  consists of five columns where in the first two columns contain the equation,
40920  the third the matrix and the last one an empty \SpecialChar TeX
40921  brace.
40922 \begin_inset Formula 
40923 \begin{flalign}
40924 \hspace{30pt}F_{A} & =\rho·V·g & {\footnotesize \begin{array}{ll}
40925 \rho & \textrm{density}\\
40926 V & \textrm{volume}\\
40927 g & \textrm{gravitational acceleration}
40928 \end{array}} &  & {}\label{eq:within}
40929 \end{flalign}
40930
40931 \end_inset
40932
40933
40934 \end_layout
40935
40936 \begin_layout Subsection
40937 Upright small Greek Letters
40938 \begin_inset CommandInset label
40939 LatexCommand label
40940 name "subsec:Upright-small-Greek"
40941
40942 \end_inset
40943
40944
40945 \begin_inset Index idx
40946 range none
40947 pageformat default
40948 status collapsed
40949
40950 \begin_layout Plain Layout
40951 Greek letters
40952 \begin_inset IndexMacro subentry
40953 status open
40954
40955 \begin_layout Plain Layout
40956 upright
40957 \end_layout
40958
40959 \end_inset
40960
40961
40962 \end_layout
40963
40964 \end_inset
40965
40966
40967 \end_layout
40968
40969 \begin_layout Standard
40970 Most of the math fonts only provide italic small Greek letters.
40971  But for symbols of elementary particles like pions and neutrinos,
40972  upright Greek letters are needed.
40973  The file 
40974 \series bold
40975 upgreek.sty
40976 \series default
40977
40978 \begin_inset Foot
40979 status collapsed
40980
40981 \begin_layout Plain Layout
40982
40983 \series bold
40984 upgreek
40985 \series default
40986  is part of the \SpecialChar LaTeX
40987 -package 
40988 \series bold
40989 was
40990 \series default
40991
40992 \begin_inset Index idx
40993 range none
40994 pageformat default
40995 status collapsed
40996
40997 \begin_layout Plain Layout
40998 Packages
40999 \begin_inset IndexMacro subentry
41000 status open
41001
41002 \begin_layout Plain Layout
41003 was
41004 \end_layout
41005
41006 \end_inset
41007
41008
41009 \end_layout
41010
41011 \end_inset
41012
41013 .
41014 \end_layout
41015
41016 \end_inset
41017
41018
41019 \begin_inset Index idx
41020 range none
41021 pageformat default
41022 status collapsed
41023
41024 \begin_layout Plain Layout
41025 Packages
41026 \begin_inset IndexMacro subentry
41027 status open
41028
41029 \begin_layout Plain Layout
41030 upgreek
41031 \end_layout
41032
41033 \end_inset
41034
41035
41036 \end_layout
41037
41038 \end_inset
41039
41040  that is loaded with the \SpecialChar LaTeX
41041 -preamble line
41042 \end_layout
41043
41044 \begin_layout Standard
41045
41046 \series bold
41047
41048 \backslash
41049 usepackage{upgreek}
41050 \end_layout
41051
41052 \begin_layout Standard
41053 provides them.
41054  
41055 \begin_inset ERT
41056 status collapsed
41057
41058 \begin_layout Plain Layout
41059
41060
41061 \backslash
41062 ifupgreek 
41063 \end_layout
41064
41065 \end_inset
41066
41067
41068 \begin_inset Note Note
41069 status open
41070
41071 \begin_layout Plain Layout
41072 The following table will only be displayed when the \SpecialChar LaTeX
41073 -package 
41074 \series bold
41075 upgreek
41076 \series default
41077  is installed:
41078 \end_layout
41079
41080 \end_inset
41081
41082  They are created when the command for a small Greek letter is started with 
41083 \series bold
41084 up
41085 \series default
41086 .
41087  For example the command 
41088 \series bold
41089
41090 \backslash
41091 uptau
41092 \series default
41093  creates this:
41094  
41095 \begin_inset Formula $\uptau$
41096 \end_inset
41097
41098
41099 \end_layout
41100
41101 \begin_layout Standard
41102 With these commands reactions of elementary particles can be typeset:
41103 \begin_inset Formula 
41104 \[
41105 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
41106 \]
41107
41108 \end_inset
41109
41110
41111 \end_layout
41112
41113 \begin_layout Standard
41114 The upright letters are more bold and wider than the italic ones.
41115  They should therefore not be used for units like 
41116 \begin_inset Quotes eld
41117 \end_inset
41118
41119 µm
41120 \begin_inset Quotes erd
41121 \end_inset
41122
41123 .
41124 \end_layout
41125
41126 \begin_layout Standard
41127 \begin_inset ERT
41128 status collapsed
41129
41130 \begin_layout Plain Layout
41131
41132
41133 \backslash
41134 else 
41135 \end_layout
41136
41137 \end_inset
41138
41139
41140 \begin_inset Note Note
41141 status open
41142
41143 \begin_layout Plain Layout
41144 The following will be displayed when the \SpecialChar LaTeX
41145 -package 
41146 \series bold
41147 upgreek
41148 \series default
41149  is not installed:
41150 \end_layout
41151
41152 \end_inset
41153
41154
41155 \end_layout
41156
41157 \begin_layout Standard
41158 You need to install the \SpecialChar LaTeX
41159 -package 
41160 \series bold
41161 upgreek
41162 \series default
41163  to see the rest of this subsection in the output.
41164 \end_layout
41165
41166 \begin_layout Standard
41167 \begin_inset ERT
41168 status collapsed
41169
41170 \begin_layout Plain Layout
41171
41172
41173 \backslash
41174 fi 
41175 \end_layout
41176
41177 \end_inset
41178
41179
41180 \end_layout
41181
41182 \begin_layout Subsection
41183 Text Characters in Formulas
41184 \begin_inset Index idx
41185 range none
41186 pageformat default
41187 status collapsed
41188
41189 \begin_layout Plain Layout
41190 Text
41191 \begin_inset IndexMacro subentry
41192 status open
41193
41194 \begin_layout Plain Layout
41195 in formulas
41196 \end_layout
41197
41198 \end_inset
41199
41200
41201 \end_layout
41202
41203 \end_inset
41204
41205
41206 \end_layout
41207
41208 \begin_layout Standard
41209 In some cases you might want to insert text characters directly into formulas.
41210  For example the centered dot · is often used in formulas like 
41211 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
41212 \end_inset
41213
41214 .
41215  One would have to insert the command 
41216 \series bold
41217
41218 \backslash
41219 cdot
41220 \series default
41221
41222 \begin_inset Foot
41223 status collapsed
41224
41225 \begin_layout Plain Layout
41226 See 
41227 \begin_inset CommandInset ref
41228 LatexCommand ref
41229 reference "subsec:Binary-Operators"
41230 nolink "false"
41231
41232 \end_inset
41233
41234
41235 \end_layout
41236
41237 \end_inset
41238
41239  all the time,
41240  because this character is defined in all encodings as a text character.
41241  But the encoding can be changed by this \SpecialChar LaTeX
41242 -preamble line:
41243 \end_layout
41244
41245 \begin_layout Standard
41246
41247 \series bold
41248
41249 \backslash
41250 Declare Inputtext{183}{
41251 \backslash
41252 ifmmode
41253 \backslash
41254 cdot
41255 \backslash
41256 else
41257 \backslash
41258 textperiodcentered
41259 \backslash
41260 f\SpecialChar ligaturebreak
41261 i}
41262 \end_layout
41263
41264 \begin_layout Standard
41265 The character encoding (menu 
41266 \family sans
41267 Document\SpecialChar menuseparator
41268 Settings\SpecialChar menuseparator
41269 Language
41270 \family default
41271 ) specifies what character appears when a keyboard key is pressed.
41272  When the key for the character '·' is pressed,
41273  internally the command 
41274 \series bold
41275
41276 \backslash
41277 textperiodcentered
41278 \series default
41279  is used.
41280  But this command is not available in a formula so that you would get \SpecialChar LaTeX
41281 -errors.
41282  With the changed encoding the correct command is chosen automatically,
41283  depending on if the character was inserted into a formula or not.
41284 \end_layout
41285
41286 \begin_layout Standard
41287 The encoding of several characters is saved in definition files.
41288  For example the encoding 
41289 \series bold
41290 latin9
41291 \series default
41292  is defined in the file 
41293 \series bold
41294 latin9.def
41295 \series default
41296  which is in the installation folder of \SpecialChar LaTeX
41297 .
41298  Encodings should only be changed via the \SpecialChar LaTeX
41299 -preamble and not in the definition files.
41300  Otherwise documents could not be edited by other \SpecialChar LyX
41301  users working on other computers.
41302 \end_layout
41303
41304 \begin_layout Standard
41305 \begin_inset VSpace medskip
41306 \end_inset
41307
41308 Besides the centered dot,
41309  in this document the degree sign ° is defined with the following \SpecialChar LaTeX
41310 -preamble line so that it can be directly inserted into a formula:
41311 \end_layout
41312
41313 \begin_layout Standard
41314
41315 \series bold
41316
41317 \backslash
41318 DeclareInputtext{176}{
41319 \backslash
41320 ifmmode^
41321 \backslash
41322 circ
41323 \backslash
41324 else
41325 \backslash
41326 textdegree
41327 \backslash
41328 f\SpecialChar ligaturebreak
41329 i}
41330 \end_layout
41331
41332 \begin_layout Subsection
41333 \SpecialChar LaTeX
41334 -comments in formulas
41335 \begin_inset Index idx
41336 range none
41337 pageformat default
41338 status collapsed
41339
41340 \begin_layout Plain Layout
41341 \SpecialChar LaTeX
41342 -comments
41343 \end_layout
41344
41345 \end_inset
41346
41347
41348 \end_layout
41349
41350 \begin_layout Standard
41351 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
41352  source code of your file with the menu 
41353 \family sans
41354 Insert\SpecialChar menuseparator
41355 Note\SpecialChar menuseparator
41356 Comment
41357 \family default
41358 .
41359  This is not possible in a formula but you can insert \SpecialChar LaTeX
41360 -comments with the command
41361 \end_layout
41362
41363 \begin_layout Standard
41364
41365 \series bold
41366
41367 \backslash
41368 %
41369 \end_layout
41370
41371 \begin_layout Standard
41372 This creates a box in which you can write your comment.
41373  Due to a bug in \SpecialChar LyX
41374
41375 \begin_inset Foot
41376 status collapsed
41377
41378 \begin_layout Plain Layout
41379 \begin_inset CommandInset href
41380 LatexCommand href
41381 name "LyX-bug #9002"
41382 target "https://www.lyx.org/trac/ticket/9002"
41383 literal "false"
41384
41385 \end_inset
41386
41387
41388 \end_layout
41389
41390 \end_inset
41391
41392  you cannot write normal text inside the comment,
41393  even when you use mathematical text,
41394  you will see its \SpecialChar LaTeX
41395 -commands in the \SpecialChar LaTeX
41396 -output.
41397 \begin_inset Newline newline
41398 \end_inset
41399
41400 This a formula with a \SpecialChar LaTeX
41401 -comment:
41402 \begin_inset Formula 
41403 \[
41404 A=B%\text{This is the comment}
41405 \]
41406
41407 \end_inset
41408
41409
41410 \end_layout
41411
41412 \begin_layout Standard
41413 \begin_inset Newpage newpage
41414 \end_inset
41415
41416
41417 \end_layout
41418
41419 \begin_layout Section
41420 \start_of_appendix
41421 Typographic Advice
41422 \begin_inset Index idx
41423 range none
41424 pageformat default
41425 status collapsed
41426
41427 \begin_layout Plain Layout
41428 Typographic advice
41429 \end_layout
41430
41431 \end_inset
41432
41433
41434 \end_layout
41435
41436 \begin_layout Standard
41437 This section is a summary of the most important typographic rules,
41438  listed in ISO norms.
41439 \begin_inset Foot
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443 This collection was partly taken from the German semi-official dictionary called 
41444 \begin_inset Quotes eld
41445 \end_inset
41446
41447 Duden
41448 \begin_inset Quotes erd
41449 \end_inset
41450
41451  
41452 \begin_inset CommandInset citation
41453 LatexCommand cite
41454 key "Duden"
41455 literal "true"
41456
41457 \end_inset
41458
41459  that lists some of the ISO rules.
41460  More rules are listed in 
41461 \begin_inset CommandInset citation
41462 LatexCommand cite
41463 key "Checklist"
41464 literal "true"
41465
41466 \end_inset
41467
41468 .
41469 \end_layout
41470
41471 \end_inset
41472
41473
41474 \end_layout
41475
41476 \begin_layout Itemize
41477 Physical units are 
41478 \emph on
41479 always
41480 \emph default
41481  set upright
41482 \begin_inset Foot
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486 Done with font styles,
41487  see 
41488 \begin_inset CommandInset ref
41489 LatexCommand ref
41490 reference "subsec:Font-Styles"
41491 nolink "false"
41492
41493 \end_inset
41494
41495
41496 \end_layout
41497
41498 \end_inset
41499
41500 ,
41501  no matter if they appear in italic text:
41502  30
41503 \begin_inset space \thinspace{}
41504 \end_inset
41505
41506 km/h
41507 \begin_inset Newline newline
41508 \end_inset
41509
41510 Between the value and the unit is the smallest space,
41511  see 
41512 \begin_inset CommandInset ref
41513 LatexCommand ref
41514 reference "subsec:Predefined-Space"
41515 nolink "false"
41516
41517 \end_inset
41518
41519 .
41520 \begin_inset Newline newline
41521 \end_inset
41522
41523 This convention is automatically fulfilled when the command 
41524 \series bold
41525
41526 \backslash
41527 unittwo
41528 \series default
41529  is used.
41530  When it is entered in a formula,
41531  two boxes appear.
41532  In the first one the value is inserted,
41533  in the second one the unit,
41534  and the result is as above:
41535  
41536 \begin_inset Formula $\unit[30]{km/h}$
41537 \end_inset
41538
41539
41540 \begin_inset space \thinspace{}
41541 \end_inset
41542
41543 .
41544  Note that 
41545 \series bold
41546
41547 \backslash
41548 unittwo
41549 \series default
41550  is not a real \SpecialChar LaTeX
41551  command but the command 
41552 \series bold
41553
41554 \backslash
41555 unit[value]{unit}
41556 \series default
41557 ,
41558  therefore you cannot use it in \SpecialChar TeX
41559  code.
41560 \end_layout
41561
41562 \begin_layout Itemize
41563 Percent and perthousand signs are set like physical units:
41564 \begin_inset Newline newline
41565 \end_inset
41566
41567 1.2
41568 \begin_inset space \thinspace{}
41569 \end_inset
41570
41571 ‰ alcohol in blood
41572 \end_layout
41573
41574 \begin_layout Itemize
41575 The degree sign follows the value directly:
41576  15°,
41577  except when it is used in units:
41578  15
41579 \begin_inset space \thinspace{}
41580 \end_inset
41581
41582 °C
41583 \end_layout
41584
41585 \begin_layout Itemize
41586 In numbers with more than four digits the smallest space is inserted before every third digit to group them:
41587  
41588 \family roman
41589 \series medium
41590 \shape up
41591 \size normal
41592 \emph off
41593 \bar no
41594 \noun off
41595 \color none
41596 18
41597 \begin_inset space \thinspace{}
41598 \end_inset
41599
41600 473
41601 \begin_inset space \thinspace{}
41602 \end_inset
41603
41604 588
41605 \end_layout
41606
41607 \begin_layout Itemize
41608 For dimensions like 120×90×40
41609 \begin_inset space \thinspace{}
41610 \end_inset
41611
41612 cm the multiplication sign 
41613 \begin_inset Quotes eld
41614 \end_inset
41615
41616 ×
41617 \begin_inset Quotes erd
41618 \end_inset
41619
41620  is used.
41621  It is available either via the command 
41622 \series bold
41623
41624 \backslash
41625 times
41626 \series default
41627  or via the menu 
41628 \family sans
41629 Insert\SpecialChar menuseparator
41630 Special Character\SpecialChar menuseparator
41631 Symbols
41632 \family default
41633 .
41634 \end_layout
41635
41636 \begin_layout Itemize
41637 Functions with names consisting of several letters are set upright to avoid confusions,
41638  see 
41639 \begin_inset CommandInset ref
41640 LatexCommand ref
41641 reference "subsec:Predefined-Functions"
41642 nolink "false"
41643
41644 \end_inset
41645
41646 .
41647 \end_layout
41648
41649 \begin_layout Itemize
41650 Indices consisting of several letters,
41651  are set upright:
41652  
41653 \begin_inset Formula $E_{\mathrm{kin}}$
41654 \end_inset
41655
41656
41657 \begin_inset Newline newline
41658 \end_inset
41659
41660 Components of matrices are set italic:
41661  
41662 \begin_inset Formula $\hat{H}_{kl}$
41663 \end_inset
41664
41665
41666 \end_layout
41667
41668 \begin_layout Itemize
41669 The differentiation/integration operator 'd',
41670  the Euler's number 'e' and the imaginary unit 'i' should be set upright,
41671  to avoid mixing them up with other variables.
41672 \end_layout
41673
41674 \begin_layout Itemize
41675 The character that denotes a 
41676 \noun on
41677 Fourier
41678 \noun default
41679  transformation is inserted either by the command 
41680 \series bold
41681
41682 \backslash
41683 mathscr
41684 \begin_inset space \textvisiblespace{}
41685 \end_inset
41686
41687 F
41688 \series default
41689  or via the menu 
41690 \family sans
41691 Insert\SpecialChar menuseparator
41692 Special Character\SpecialChar menuseparator
41693 Symbols\SpecialChar menuseparator
41694 Letterlike
41695 \begin_inset space ~
41696 \end_inset
41697
41698 Symbols
41699 \family default
41700 :
41701  
41702 \begin_inset Formula $\mathscr{F}$
41703 \end_inset
41704
41705
41706 \end_layout
41707
41708 \begin_layout Standard
41709 \begin_inset Newpage newpage
41710 \end_inset
41711
41712
41713 \end_layout
41714
41715 \begin_layout Section
41716 Synonyms
41717 \begin_inset Index idx
41718 range none
41719 pageformat default
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723 Synonyms
41724 \end_layout
41725
41726 \end_inset
41727
41728
41729 \end_layout
41730
41731 \begin_layout Standard
41732 Some characters and symbols can be created with several commands.
41733  Here is a list of the synonym commands:
41734 \end_layout
41735
41736 \begin_layout Standard
41737 \begin_inset VSpace bigskip
41738 \end_inset
41739
41740
41741 \begin_inset space \hfill{}
41742 \end_inset
41743
41744
41745 \begin_inset Tabular
41746 <lyxtabular version="3" rows="12" columns="2">
41747 <features booktabs="true" tabularvalignment="middle">
41748 <column alignment="center" valignment="top" width="0pt">
41749 <column alignment="center" valignment="top" width="0pt">
41750 <row>
41751 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41752 \begin_inset Text
41753
41754 \begin_layout Plain Layout
41755 Command
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 equivalent to
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 </row>
41770 <row>
41771 <cell alignment="center" valignment="top" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775
41776 \backslash
41777 ast
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 <cell alignment="center" valignment="top" usebox="none">
41783 \begin_inset Text
41784
41785 \begin_layout Plain Layout
41786 *
41787 \end_layout
41788
41789 \end_inset
41790 </cell>
41791 </row>
41792 <row>
41793 <cell alignment="center" valignment="top" usebox="none">
41794 \begin_inset Text
41795
41796 \begin_layout Plain Layout
41797
41798 \backslash
41799 choose
41800 \end_layout
41801
41802 \end_inset
41803 </cell>
41804 <cell alignment="center" valignment="top" usebox="none">
41805 \begin_inset Text
41806
41807 \begin_layout Plain Layout
41808
41809 \backslash
41810 binom
41811 \end_layout
41812
41813 \end_inset
41814 </cell>
41815 </row>
41816 <row>
41817 <cell alignment="center" valignment="top" usebox="none">
41818 \begin_inset Text
41819
41820 \begin_layout Plain Layout
41821
41822 \backslash
41823 geq
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832
41833 \backslash
41834 ge
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 </row>
41840 <row>
41841 <cell alignment="center" valignment="top" usebox="none">
41842 \begin_inset Text
41843
41844 \begin_layout Plain Layout
41845
41846 \backslash
41847 lbrace
41848 \end_layout
41849
41850 \end_inset
41851 </cell>
41852 <cell alignment="center" valignment="top" usebox="none">
41853 \begin_inset Text
41854
41855 \begin_layout Plain Layout
41856 {
41857 \end_layout
41858
41859 \end_inset
41860 </cell>
41861 </row>
41862 <row>
41863 <cell alignment="center" valignment="top" usebox="none">
41864 \begin_inset Text
41865
41866 \begin_layout Plain Layout
41867
41868 \backslash
41869 lbracket
41870 \end_layout
41871
41872 \end_inset
41873 </cell>
41874 <cell alignment="center" valignment="top" usebox="none">
41875 \begin_inset Text
41876
41877 \begin_layout Plain Layout
41878 [
41879 \end_layout
41880
41881 \end_inset
41882 </cell>
41883 </row>
41884 <row>
41885 <cell alignment="center" valignment="top" usebox="none">
41886 \begin_inset Text
41887
41888 \begin_layout Plain Layout
41889
41890 \backslash
41891 leftarrow
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 <cell alignment="center" valignment="top" usebox="none">
41897 \begin_inset Text
41898
41899 \begin_layout Plain Layout
41900
41901 \backslash
41902 gets
41903 \end_layout
41904
41905 \end_inset
41906 </cell>
41907 </row>
41908 <row>
41909 <cell alignment="center" valignment="top" usebox="none">
41910 \begin_inset Text
41911
41912 \begin_layout Plain Layout
41913
41914 \backslash
41915 leq
41916 \end_layout
41917
41918 \end_inset
41919 </cell>
41920 <cell alignment="center" valignment="top" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924
41925 \backslash
41926 le
41927 \end_layout
41928
41929 \end_inset
41930 </cell>
41931 </row>
41932 <row>
41933 <cell alignment="center" valignment="top" usebox="none">
41934 \begin_inset Text
41935
41936 \begin_layout Plain Layout
41937
41938 \backslash
41939 lor
41940 \end_layout
41941
41942 \end_inset
41943 </cell>
41944 <cell alignment="center" valignment="top" usebox="none">
41945 \begin_inset Text
41946
41947 \begin_layout Plain Layout
41948
41949 \backslash
41950 vee
41951 \end_layout
41952
41953 \end_inset
41954 </cell>
41955 </row>
41956 <row>
41957 <cell alignment="center" valignment="top" usebox="none">
41958 \begin_inset Text
41959
41960 \begin_layout Plain Layout
41961
41962 \backslash
41963 neq
41964 \end_layout
41965
41966 \end_inset
41967 </cell>
41968 <cell alignment="center" valignment="top" usebox="none">
41969 \begin_inset Text
41970
41971 \begin_layout Plain Layout
41972
41973 \backslash
41974 not=
41975 \end_layout
41976
41977 \end_inset
41978 </cell>
41979 </row>
41980 <row>
41981 <cell alignment="center" valignment="top" usebox="none">
41982 \begin_inset Text
41983
41984 \begin_layout Plain Layout
41985
41986 \backslash
41987 slash
41988 \end_layout
41989
41990 \end_inset
41991 </cell>
41992 <cell alignment="center" valignment="top" usebox="none">
41993 \begin_inset Text
41994
41995 \begin_layout Plain Layout
41996 /
41997 \end_layout
41998
41999 \end_inset
42000 </cell>
42001 </row>
42002 <row>
42003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42004 \begin_inset Text
42005
42006 \begin_layout Plain Layout
42007
42008 \backslash
42009 vert
42010 \end_layout
42011
42012 \end_inset
42013 </cell>
42014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42015 \begin_inset Text
42016
42017 \begin_layout Plain Layout
42018 |
42019 \end_layout
42020
42021 \end_inset
42022 </cell>
42023 </row>
42024 </lyxtabular>
42025
42026 \end_inset
42027
42028
42029 \begin_inset space \hfill{}
42030 \end_inset
42031
42032
42033 \begin_inset Tabular
42034 <lyxtabular version="3" rows="12" columns="2">
42035 <features booktabs="true" tabularvalignment="middle">
42036 <column alignment="center" valignment="top" width="0pt">
42037 <column alignment="center" valignment="top" width="0pt">
42038 <row>
42039 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42040 \begin_inset Text
42041
42042 \begin_layout Plain Layout
42043 Command
42044 \end_layout
42045
42046 \end_inset
42047 </cell>
42048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42049 \begin_inset Text
42050
42051 \begin_layout Plain Layout
42052 equivalent to
42053 \end_layout
42054
42055 \end_inset
42056 </cell>
42057 </row>
42058 <row>
42059 <cell alignment="center" valignment="top" usebox="none">
42060 \begin_inset Text
42061
42062 \begin_layout Plain Layout
42063
42064 \backslash
42065 backslash
42066 \end_layout
42067
42068 \end_inset
42069 </cell>
42070 <cell alignment="center" valignment="top" usebox="none">
42071 \begin_inset Text
42072
42073 \begin_layout Plain Layout
42074
42075 \backslash
42076
42077 \backslash
42078
42079 \end_layout
42080
42081 \end_inset
42082 </cell>
42083 </row>
42084 <row>
42085 <cell alignment="center" valignment="top" usebox="none">
42086 \begin_inset Text
42087
42088 \begin_layout Plain Layout
42089
42090 \backslash
42091 dasharrow
42092 \end_layout
42093
42094 \end_inset
42095 </cell>
42096 <cell alignment="center" valignment="top" usebox="none">
42097 \begin_inset Text
42098
42099 \begin_layout Plain Layout
42100
42101 \backslash
42102 dashrightarrow
42103 \end_layout
42104
42105 \end_inset
42106 </cell>
42107 </row>
42108 <row>
42109 <cell alignment="center" valignment="top" usebox="none">
42110 \begin_inset Text
42111
42112 \begin_layout Plain Layout
42113
42114 \backslash
42115 land
42116 \end_layout
42117
42118 \end_inset
42119 </cell>
42120 <cell alignment="center" valignment="top" usebox="none">
42121 \begin_inset Text
42122
42123 \begin_layout Plain Layout
42124
42125 \backslash
42126 wedge
42127 \end_layout
42128
42129 \end_inset
42130 </cell>
42131 </row>
42132 <row>
42133 <cell alignment="center" valignment="top" usebox="none">
42134 \begin_inset Text
42135
42136 \begin_layout Plain Layout
42137
42138 \backslash
42139 rbrace
42140 \end_layout
42141
42142 \end_inset
42143 </cell>
42144 <cell alignment="center" valignment="top" usebox="none">
42145 \begin_inset Text
42146
42147 \begin_layout Plain Layout
42148 }
42149 \end_layout
42150
42151 \end_inset
42152 </cell>
42153 </row>
42154 <row>
42155 <cell alignment="center" valignment="top" usebox="none">
42156 \begin_inset Text
42157
42158 \begin_layout Plain Layout
42159
42160 \backslash
42161 rbracket
42162 \end_layout
42163
42164 \end_inset
42165 </cell>
42166 <cell alignment="center" valignment="top" usebox="none">
42167 \begin_inset Text
42168
42169 \begin_layout Plain Layout
42170 ]
42171 \end_layout
42172
42173 \end_inset
42174 </cell>
42175 </row>
42176 <row>
42177 <cell alignment="center" valignment="top" usebox="none">
42178 \begin_inset Text
42179
42180 \begin_layout Plain Layout
42181
42182 \backslash
42183 rightarrow
42184 \end_layout
42185
42186 \end_inset
42187 </cell>
42188 <cell alignment="center" valignment="top" usebox="none">
42189 \begin_inset Text
42190
42191 \begin_layout Plain Layout
42192
42193 \backslash
42194 to
42195 \end_layout
42196
42197 \end_inset
42198 </cell>
42199 </row>
42200 <row>
42201 <cell alignment="center" valignment="top" usebox="none">
42202 \begin_inset Text
42203
42204 \begin_layout Plain Layout
42205
42206 \backslash
42207 lnot
42208 \end_layout
42209
42210 \end_inset
42211 </cell>
42212 <cell alignment="center" valignment="top" usebox="none">
42213 \begin_inset Text
42214
42215 \begin_layout Plain Layout
42216
42217 \backslash
42218 neg
42219 \end_layout
42220
42221 \end_inset
42222 </cell>
42223 </row>
42224 <row>
42225 <cell alignment="center" valignment="top" usebox="none">
42226 \begin_inset Text
42227
42228 \begin_layout Plain Layout
42229
42230 \backslash
42231 ne
42232 \end_layout
42233
42234 \end_inset
42235 </cell>
42236 <cell alignment="center" valignment="top" usebox="none">
42237 \begin_inset Text
42238
42239 \begin_layout Plain Layout
42240
42241 \backslash
42242 not=
42243 \end_layout
42244
42245 \end_inset
42246 </cell>
42247 </row>
42248 <row>
42249 <cell alignment="center" valignment="top" usebox="none">
42250 \begin_inset Text
42251
42252 \begin_layout Plain Layout
42253
42254 \backslash
42255 owns
42256 \end_layout
42257
42258 \end_inset
42259 </cell>
42260 <cell alignment="center" valignment="top" usebox="none">
42261 \begin_inset Text
42262
42263 \begin_layout Plain Layout
42264
42265 \backslash
42266 ni
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 </row>
42272 <row>
42273 <cell alignment="center" valignment="top" usebox="none">
42274 \begin_inset Text
42275
42276 \begin_layout Plain Layout
42277
42278 \backslash
42279 square
42280 \end_layout
42281
42282 \end_inset
42283 </cell>
42284 <cell alignment="center" valignment="top" usebox="none">
42285 \begin_inset Text
42286
42287 \begin_layout Plain Layout
42288
42289 \backslash
42290 Box
42291 \end_layout
42292
42293 \end_inset
42294 </cell>
42295 </row>
42296 <row>
42297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42298 \begin_inset Text
42299
42300 \begin_layout Plain Layout
42301
42302 \backslash
42303 Vert
42304 \end_layout
42305
42306 \end_inset
42307 </cell>
42308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42309 \begin_inset Text
42310
42311 \begin_layout Plain Layout
42312
42313 \backslash
42314 |
42315 \end_layout
42316
42317 \end_inset
42318 </cell>
42319 </row>
42320 </lyxtabular>
42321
42322 \end_inset
42323
42324
42325 \begin_inset space \hfill{}
42326 \end_inset
42327
42328
42329 \begin_inset CommandInset href
42330 LatexCommand href
42331 name "List"
42332 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
42333 literal "false"
42334
42335 \end_inset
42336
42337
42338 \end_layout
42339
42340 \begin_layout Standard
42341 \begin_inset Newpage newpage
42342 \end_inset
42343
42344
42345 \end_layout
42346
42347 \begin_layout Bibliography
42348 \begin_inset CommandInset bibitem
42349 LatexCommand bibitem
42350 key "TLC2"
42351 literal "true"
42352
42353 \end_inset
42354
42355
42356 \shape smallcaps
42357 F.
42358  Mittelbach;
42359  M.
42360  Goossens
42361 \shape default
42362 :
42363  
42364 \shape italic
42365 The \SpecialChar LaTeX
42366  Companion
42367 \shape default
42368 .
42369  Addison Wesley,
42370  2004
42371 \end_layout
42372
42373 \begin_layout Bibliography
42374 \begin_inset CommandInset bibitem
42375 LatexCommand bibitem
42376 key "Mathmode"
42377 literal "true"
42378
42379 \end_inset
42380
42381
42382 \begin_inset CommandInset href
42383 LatexCommand href
42384 name "Description"
42385 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
42386 literal "false"
42387
42388 \end_inset
42389
42390  of \SpecialChar LaTeX
42391 's math abilities
42392 \end_layout
42393
42394 \begin_layout Bibliography
42395 \begin_inset CommandInset bibitem
42396 LatexCommand bibitem
42397 key "AMS"
42398 literal "true"
42399
42400 \end_inset
42401
42402
42403 \begin_inset CommandInset href
42404 LatexCommand href
42405 name "Description"
42406 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
42407 literal "false"
42408
42409 \end_inset
42410
42411  of 
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417
42418 \backslash
42419 AmS
42420 \end_layout
42421
42422 \end_inset
42423
42424 -\SpecialChar LaTeX
42425
42426 \end_layout
42427
42428 \begin_layout Bibliography
42429 \begin_inset CommandInset bibitem
42430 LatexCommand bibitem
42431 key "Symbols"
42432 literal "true"
42433
42434 \end_inset
42435
42436
42437 \begin_inset CommandInset href
42438 LatexCommand href
42439 name "List"
42440 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
42441 literal "false"
42442
42443 \end_inset
42444
42445  of all symbols available with \SpecialChar LaTeX
42446 -packages
42447 \end_layout
42448
42449 \begin_layout Bibliography
42450 \begin_inset CommandInset bibitem
42451 LatexCommand bibitem
42452 key "cancel"
42453 literal "true"
42454
42455 \end_inset
42456
42457
42458 \begin_inset CommandInset href
42459 LatexCommand href
42460 name "Documentation"
42461 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
42462 literal "false"
42463
42464 \end_inset
42465
42466  of the \SpecialChar LaTeX
42467 -package 
42468 \series bold
42469 cancel
42470 \series default
42471
42472 \begin_inset Index idx
42473 range none
42474 pageformat default
42475 status collapsed
42476
42477 \begin_layout Plain Layout
42478 Packages
42479 \begin_inset IndexMacro subentry
42480 status open
42481
42482 \begin_layout Plain Layout
42483 cancel
42484 \end_layout
42485
42486 \end_inset
42487
42488
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \end_layout
42495
42496 \begin_layout Bibliography
42497 \begin_inset CommandInset bibitem
42498 LatexCommand bibitem
42499 key "hyperref"
42500 literal "true"
42501
42502 \end_inset
42503
42504
42505 \begin_inset CommandInset href
42506 LatexCommand href
42507 name "Documentation"
42508 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
42509 literal "false"
42510
42511 \end_inset
42512
42513  of the \SpecialChar LaTeX
42514 -package 
42515 \series bold
42516 hyperref
42517 \series default
42518
42519 \begin_inset Index idx
42520 range none
42521 pageformat default
42522 status collapsed
42523
42524 \begin_layout Plain Layout
42525 Packages
42526 \begin_inset IndexMacro subentry
42527 status open
42528
42529 \begin_layout Plain Layout
42530 hyperref
42531 \end_layout
42532
42533 \end_inset
42534
42535
42536 \end_layout
42537
42538 \end_inset
42539
42540
42541 \end_layout
42542
42543 \begin_layout Bibliography
42544 \begin_inset CommandInset bibitem
42545 LatexCommand bibitem
42546 key "mhchem"
42547 literal "true"
42548
42549 \end_inset
42550
42551
42552 \begin_inset CommandInset href
42553 LatexCommand href
42554 name "Documentation"
42555 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
42556 literal "false"
42557
42558 \end_inset
42559
42560  of the \SpecialChar LaTeX
42561 -package 
42562 \series bold
42563 mhchem
42564 \series default
42565
42566 \begin_inset Index idx
42567 range none
42568 pageformat default
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572 Packages
42573 \begin_inset IndexMacro subentry
42574 status open
42575
42576 \begin_layout Plain Layout
42577 mhchem
42578 \end_layout
42579
42580 \end_inset
42581
42582
42583 \end_layout
42584
42585 \end_inset
42586
42587
42588 \end_layout
42589
42590 \begin_layout Bibliography
42591 \begin_inset CommandInset bibitem
42592 LatexCommand bibitem
42593 key "Duden"
42594 literal "true"
42595
42596 \end_inset
42597
42598
42599 \emph on
42600 Duden Band
42601 \begin_inset space ~
42602 \end_inset
42603
42604 1
42605 \emph default
42606 .
42607  22.
42608 \begin_inset space ~
42609 \end_inset
42610
42611 Auflage,
42612  Dudenverlag,
42613  2000
42614 \end_layout
42615
42616 \begin_layout Bibliography
42617 \begin_inset CommandInset bibitem
42618 LatexCommand bibitem
42619 key "Checklist"
42620 literal "true"
42621
42622 \end_inset
42623
42624
42625 \begin_inset CommandInset href
42626 LatexCommand href
42627 name "Check list"
42628 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
42629 literal "false"
42630
42631 \end_inset
42632
42633  for reviewing manuscripts
42634 \end_layout
42635
42636 \begin_layout Standard
42637 \begin_inset CommandInset index_print
42638 LatexCommand printindex
42639 type "idx"
42640 name "Index"
42641 literal "false"
42642
42643 \end_inset
42644
42645
42646 \end_layout
42647
42648 \end_body
42649 \end_document