]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Development.lyx: s/splash.lyx/Welcome.lyx/g
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\AtBeginDocument{
91 %\def\tagform@#1{\maketag@@@{|#1|}}
92 %}
93
94 % ------------------------------------
95 % used to check for needed LaTeX packages
96 \usepackage{ifthen}
97
98 % check for package undertilde
99 % used for the command \utilde
100 \newboolean{undertilde}
101 \IfFileExists{undertilde.sty}
102  {\usepackage{undertilde}
103   \setboolean{undertilde}{true}}
104  {\setboolean{undertilde}{false}}
105
106 % check for package eurosym
107 % used for the Euro symbol
108 \newboolean{eurosym}
109 \IfFileExists{eurosym.sty}
110  {\usepackage[gennarrow]{eurosym}
111   \setboolean{eurosym}{true}}
112  {\setboolean{eurosym}{false}}
113
114 % check for package braket
115 % used for physical vectors
116 \newboolean{braket}
117 \IfFileExists{braket.sty}
118  {\usepackage{braket}
119   \setboolean{braket}{true}}
120  {\setboolean{braket}{false}}
121
122 % check for package cancel
123 \newboolean{cancel}
124 \IfFileExists{cancel.sty}
125  {\usepackage{cancel}
126   \setboolean{cancel}{true}}
127  {\setboolean{cancel}{false}}
128
129 % check for package upgreek
130 \newboolean{upgreek}
131 \IfFileExists{upgreek.sty}
132  {\usepackage{upgreek}
133   \setboolean{upgreek}{true}}
134  {\setboolean{upgreek}{false}}
135 \end_preamble
136 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
137 \use_default_options false
138 \begin_modules
139 subequations
140 \end_modules
141 \maintain_unincluded_children false
142 \language english
143 \language_package default
144 \inputencoding auto
145 \fontencoding global
146 \font_roman "lmodern" "default"
147 \font_sans "lmss" "default"
148 \font_typewriter "lmtt" "default"
149 \font_math "auto" "auto"
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100 100
155 \font_tt_scale 100 100
156 \use_microtype false
157 \use_dash_ligatures false
158 \graphics default
159 \default_output_format pdf2
160 \output_sync 0
161 \bibtex_command default
162 \index_command default
163 \paperfontsize 12
164 \spacing single
165 \use_hyperref true
166 \pdf_title "LyX's Math Manual"
167 \pdf_author "LyX Team, Uwe Stöhr"
168 \pdf_subject "LyX-documentation about math"
169 \pdf_keywords "LyX, Mathed"
170 \pdf_bookmarks true
171 \pdf_bookmarksnumbered true
172 \pdf_bookmarksopen true
173 \pdf_bookmarksopenlevel 1
174 \pdf_breaklinks false
175 \pdf_pdfborder false
176 \pdf_colorlinks true
177 \pdf_backref false
178 \pdf_pdfusetitle false
179 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
180 \papersize a4paper
181 \use_geometry false
182 \use_package amsmath 2
183 \use_package amssymb 2
184 \use_package cancel 1
185 \use_package esint 1
186 \use_package mathdots 1
187 \use_package mathtools 2
188 \use_package mhchem 1
189 \use_package stackrel 1
190 \use_package stmaryrd 1
191 \use_package undertilde 0
192 \cite_engine basic
193 \cite_engine_type default
194 \biblio_style plain
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \justification true
200 \use_refstyle 0
201 \use_minted 0
202 \notefontcolor #0000ff
203 \index Index
204 \shortcut idx
205 \color #008000
206 \end_index
207 \secnumdepth 4
208 \tocdepth 3
209 \paragraph_separation skip
210 \defskip medskip
211 \is_math_indent 0
212 \math_numbering_side default
213 \quotes_style english
214 \dynamic_quotes 0
215 \papercolumns 1
216 \papersides 2
217 \paperpagestyle plain
218 \bullet 1 0 6 -1
219 \bullet 2 2 35 -1
220 \bullet 3 2 7 -1
221 \tracking_changes false
222 \output_changes false
223 \html_math_output 0
224 \html_css_as_file 0
225 \html_be_strict false
226 \end_header
227
228 \begin_body
229
230 \begin_layout Title
231 \SpecialChar LyX
232 's detailed Math manual
233 \end_layout
234
235 \begin_layout Author
236 by the \SpecialChar LyX
237  Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 If you have comments or error corrections, please send them to the \SpecialChar LyX
244  Documentatio
245 n mailing list: 
246 \family typewriter
247
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
252 type "mailto:"
253 literal "false"
254
255 \end_inset
256
257
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 author: Uwe Stöhr
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Version 2.3.x
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
300 -packages 
301 \series bold
302 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
303 \series default
304  and 
305 \series bold
306 was
307 \series default
308  should be installed.
309  If they are not installed the document can be exported anyway but the sections
310  where the packages are required will not appear in the output.
311  An exception is 
312 \series bold
313 mhchem
314 \series default
315 ; if it is not installed, this file cannot be exported.
316 \end_layout
317
318 \begin_layout Plain Layout
319 The latest PDF-version of this document can be found here:
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \series bold
325 https://wiki.lyx.org/LyX/Manuals#Math
326 \end_layout
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Standard
334 \begin_inset Newpage newpage
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Section
341 Introduction
342 \end_layout
343
344 \begin_layout Standard
345 This document explains \SpecialChar LyX
346 's math features and is furthermore a collection
347  of \SpecialChar LaTeX
348 -commands used for mathematical characters and constructs.
349  The explanations are designed for the usage of commands.
350  It is therefore required that you have read the section 
351 \family typewriter
352 Mathematical
353 \begin_inset space ~
354 \end_inset
355
356 Formulas
357 \family default
358  of the User's Guide.
359 \end_layout
360
361 \begin_layout Standard
362 Most of the characters and many constructs explained in this manual are
363  also accessible via the menu 
364 \family sans
365 Insert
366 \series bold
367 \SpecialChar menuseparator
368
369 \series default
370 Math
371 \family default
372  or the 
373 \family sans
374 math
375 \family default
376 \series bold
377  
378 \family sans
379 \series default
380 toolbar
381 \family default
382 .
383  But everybody who has to write lots of formulas will notice that it is
384  much faster to use commands instead of the math toolbar.
385  Therefore this manual is focused on commands but also mentions the correspondin
386 g toolbar buttons when available.
387 \end_layout
388
389 \begin_layout Standard
390 If not specially mentioned the commands are only available within formulas.
391  To be able to use all commands explained in this document, the option 
392 \family sans
393 Use AMS math package
394 \family default
395  must be checked in the document settings (menu 
396 \family sans
397 Document\SpecialChar menuseparator
398 Settings\SpecialChar menuseparator
399 Math
400 \begin_inset space ~
401 \end_inset
402
403 Options
404 \family default
405 ).
406 \begin_inset Foot
407 status collapsed
408
409 \begin_layout Plain Layout
410 The option 
411 \family sans
412 Use AMS math package automatically
413 \family default
414  only uses 
415 \begin_inset ERT
416 status collapsed
417
418 \begin_layout Plain Layout
419
420
421 \backslash
422 AmS 
423 \end_layout
424
425 \end_inset
426
427 -math when math constructs are found that are supported by \SpecialChar LyX
428 .
429 \end_layout
430
431 \end_inset
432
433
434 \end_layout
435
436 \begin_layout Standard
437 This document doesn't list all 
438 \begin_inset ERT
439 status collapsed
440
441 \begin_layout Plain Layout
442
443
444 \backslash
445 AmS 
446 \end_layout
447
448 \end_inset
449
450 -math commands
451 \begin_inset Foot
452 status collapsed
453
454 \begin_layout Plain Layout
455 A list with all 
456 \begin_inset ERT
457 status collapsed
458
459 \begin_layout Plain Layout
460
461
462 \backslash
463 AmS
464 \end_layout
465
466 \end_inset
467
468 -math commands is in the file 
469 \family sans
470
471 \begin_inset CommandInset href
472 LatexCommand href
473 name "amsguide.pdf"
474 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
475 literal "false"
476
477 \end_inset
478
479
480 \family default
481 , which is part of every \SpecialChar LaTeX
482  standard installation.
483 \end_layout
484
485 \end_inset
486
487  for lucidity reasons.
488 \end_layout
489
490 \begin_layout Section
491 General Instructions
492 \end_layout
493
494 \begin_layout Standard
495 To create an inline formula
496 \begin_inset Index idx
497 status collapsed
498
499 \begin_layout Plain Layout
500 Formula ! inline
501 \end_layout
502
503 \end_inset
504
505  that is embedded into a text line, use one of the shortcuts 
506 \begin_inset Info
507 type  "shortcuts"
508 arg   "math-mode"
509 \end_inset
510
511  or the toolbar button 
512 \begin_inset Info
513 type  "icon"
514 arg   "math-mode"
515 \end_inset
516
517 .
518 \begin_inset Newline newline
519 \end_inset
520
521 To create a display style formula
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 Formula ! display style
527 \end_layout
528
529 \end_inset
530
531  which will appear bigger, has a different format, and will be in a separate
532  paragraph, use one of these shortcuts: 
533 \begin_inset Info
534 type  "shortcuts"
535 arg   "math-display"
536 \end_inset
537
538 .
539 \end_layout
540
541 \begin_layout Standard
542 To change a display style formula to an inline formula, set the cursor into
543  the formula and use one of the shortcuts 
544 \begin_inset Info
545 type  "shortcuts"
546 arg   "math-mode"
547 \end_inset
548
549  or the menu 
550 \family sans
551 Edit\SpecialChar menuseparator
552 Math\SpecialChar menuseparator
553 Change formula type
554 \family default
555 .
556  The same way is used to change an inline formula to a display style formula.
557 \end_layout
558
559 \begin_layout Standard
560 To display parts of an inline formula in the size of a display style formula,
561  enter the command 
562 \series bold
563
564 \backslash
565 displaystyle
566 \series default
567
568 \begin_inset Index idx
569 status collapsed
570
571 \begin_layout Plain Layout
572 Commands ! D ! 
573 \backslash
574 displaystyle
575 \end_layout
576
577 \end_inset
578
579  to a formula.
580  Then a new blue box appears in which the desired formula part is inserted.
581 \end_layout
582
583 \begin_layout Standard
584 Only inline formulas are allowed inside tables.
585 \end_layout
586
587 \begin_layout Standard
588 The 
589 \family sans
590 math toolbar
591 \family default
592  can be turned on in the menu 
593 \family sans
594 View\SpecialChar menuseparator
595 Toolbars
596 \family default
597 .
598  When you click there on 
599 \begin_inset Quotes eld
600 \end_inset
601
602 Math
603 \begin_inset Quotes erd
604 \end_inset
605
606  the toolbar will be shown permanently at the bottom; this state is visualized
607  in the 
608 \family sans
609 Toolbars
610 \family default
611  menu with a checkmark.
612  When you click in this state again on 
613 \begin_inset Quotes eld
614 \end_inset
615
616 Math
617 \begin_inset Quotes erd
618 \end_inset
619
620  in the 
621 \family sans
622 Toolbars
623 \family default
624  menu, the 
625 \family sans
626 math toolbar
627 \family default
628  is only shown when the cursor is within a formula; this state is visualized
629  by the renaming of the menu entry from 
630 \begin_inset Quotes eld
631 \end_inset
632
633 Math
634 \begin_inset Quotes erd
635 \end_inset
636
637  to 
638 \begin_inset Quotes eld
639 \end_inset
640
641 Math
642 \begin_inset space ~
643 \end_inset
644
645 (auto)
646 \begin_inset Quotes erd
647 \end_inset
648
649 .
650 \end_layout
651
652 \begin_layout Standard
653 The \SpecialChar TeX
654  mode
655 \begin_inset Index idx
656 status collapsed
657
658 \begin_layout Plain Layout
659 T@\SpecialChar TeX
660 -mode
661 \end_layout
662
663 \end_inset
664
665  is invoked by pressing the toolbar button 
666 \begin_inset Info
667 type  "icon"
668 arg   "ert-insert"
669 \end_inset
670
671  or by using the menu 
672 \family sans
673 Insert\SpecialChar menuseparator
674 TeX Code
675 \family default
676  (shortcut 
677 \begin_inset Info
678 type  "shortcut"
679 arg   "ert-insert"
680 \end_inset
681
682 ).
683 \end_layout
684
685 \begin_layout Standard
686 To change the \SpecialChar LaTeX
687 -preamble
688 \begin_inset Index idx
689 status collapsed
690
691 \begin_layout Plain Layout
692 L@\SpecialChar LaTeX
693 -preamble
694 \end_layout
695
696 \end_inset
697
698 , use the menu 
699 \family sans
700 Document\SpecialChar menuseparator
701 Settings\SpecialChar menuseparator
702 LaTeX
703 \family default
704  
705 \family sans
706 Preamble
707 \family default
708 .
709 \end_layout
710
711 \begin_layout Standard
712 To edit matrices, case differentiations and multiline formulas subsequently,
713  use the menus 
714 \family sans
715 Edit\SpecialChar menuseparator
716 Math
717 \family default
718  and 
719 \family sans
720 Edit\SpecialChar menuseparator
721 Rows
722 \begin_inset space \thinspace{}
723 \end_inset
724
725 &
726 \begin_inset space \thinspace{}
727 \end_inset
728
729 Columns,
730 \family default
731  or the 
732 \family sans
733 table toolbar
734 \family default
735 .
736  When lines and columns are swapped via the menu, the column or line where
737  the cursor is in is exchanged with the column to the right or the line
738  below, respectively.
739  Is the cursor in the last column or row, the exchange is done with the
740  column to the left or the line above.
741 \end_layout
742
743 \begin_layout Standard
744 To write text in formulas
745 \begin_inset Foot
746 status collapsed
747
748 \begin_layout Plain Layout
749 For multiline formulas the command 
750 \series bold
751
752 \backslash
753 intertext
754 \series default
755  is used, see 
756 \begin_inset CommandInset ref
757 LatexCommand ref
758 reference "subsec:Text-in-multiline"
759
760 \end_inset
761
762 .
763 \end_layout
764
765 \end_inset
766
767  
768 \emph on
769 mathematical text
770 \emph default
771
772 \begin_inset Index idx
773 status collapsed
774
775 \begin_layout Plain Layout
776 Text ! in formulas
777 \end_layout
778
779 \end_inset
780
781
782 \begin_inset Index idx
783 status collapsed
784
785 \begin_layout Plain Layout
786 Mathematical text
787 \end_layout
788
789 \end_inset
790
791  is used.
792  This mode is invoked with the shortcut 
793 \begin_inset Info
794 type  "shortcut"
795 arg   "font-default"
796 \end_inset
797
798  or by the insertion of the command 
799 \series bold
800
801 \backslash
802 text
803 \series default
804
805 \begin_inset Index idx
806 status collapsed
807
808 \begin_layout Plain Layout
809 Commands ! T ! 
810 \backslash
811 text
812 \end_layout
813
814 \end_inset
815
816 .
817  The text appears black in \SpecialChar LyX
818  and can therefore be distinguished from the
819  other formula parts which appear blue.
820  In the output mathematical text is set upright, in contrary to other formula
821  parts.
822 \end_layout
823
824 \begin_layout Subsection*
825 Command Scheme
826 \end_layout
827
828 \begin_layout Standard
829 Most of the \SpecialChar LaTeX
830 -commands for math constructs have the following scheme:
831 \end_layout
832
833 \begin_layout Standard
834
835 \series bold
836
837 \backslash
838 commandname[optional
839 \series default
840  
841 \series bold
842 argument]{required
843 \series default
844  
845 \series bold
846 argument}
847 \end_layout
848
849 \begin_layout Standard
850 A command always starts with a backslash 
851 \begin_inset Quotes gld
852 \end_inset
853
854
855 \series bold
856
857 \backslash
858
859 \series default
860
861 \begin_inset Quotes grd
862 \end_inset
863
864 .
865  To omit optional arguments, also omit the associated brackets.
866  The braces around the required arguments are named in this document as
867  \SpecialChar TeX
868  braces
869 \begin_inset Index idx
870 status collapsed
871
872 \begin_layout Plain Layout
873 T@\SpecialChar TeX
874 -braces
875 \end_layout
876
877 \end_inset
878
879 .
880  If you add in a formula a left brace to a command name, \SpecialChar LyX
881  automatically
882  creates a \SpecialChar TeX
883  brace.
884  In all other cases \SpecialChar TeX
885  braces are created in formulas with the command 
886 \series bold
887
888 \backslash
889 {
890 \series default
891 .
892  \SpecialChar TeX
893  braces appear red in \SpecialChar LyX
894 , in contrary to normal braces which appear blue.
895  In \SpecialChar TeX
896  mode no command is needed to get \SpecialChar TeX
897  braces.
898  \SpecialChar TeX
899  braces don't appear in the output.
900 \end_layout
901
902 \begin_layout Standard
903 When commands without arguments, like commands for symbols are entered in
904  \SpecialChar TeX
905  mode, a space character must 
906 \emph on
907 always
908 \emph default
909  be behind the command to end it.
910  This space doesn't appear in the output.
911  When the space should appear in the output, the space must be followed
912  by a protected space in normal text.
913 \end_layout
914
915 \begin_layout Standard
916 A protected space is inserted with 
917 \begin_inset Info
918 type  "shortcuts"
919 arg   "command-alternatives space-insert protected ; math-space"
920 \end_inset
921
922 .
923 \end_layout
924
925 \begin_layout Subsection*
926 \begin_inset Newpage newpage
927 \end_inset
928
929 Syntax Explanation
930 \end_layout
931
932 \begin_layout Itemize
933 The symbol 
934 \begin_inset space \textvisiblespace{}
935 \end_inset
936
937  denotes a space character to be input.
938 \end_layout
939
940 \begin_layout Itemize
941 An arrow like 
942 \begin_inset Formula $\to$
943 \end_inset
944
945  denotes the usage of the corresponding arrow key on the keyboard.
946  The 
947 \family sans
948 Tab
949 \family default
950  key can often be used instead of 
951 \begin_inset Formula $\to$
952 \end_inset
953
954  and 
955 \begin_inset Formula $\downarrow$
956 \end_inset
957
958 , and 
959 \family sans
960 Shift+Tab
961 \family default
962  instead of 
963 \begin_inset Formula $\leftarrow$
964 \end_inset
965
966  and 
967 \begin_inset Formula $\uparrow$
968 \end_inset
969
970 .
971 \end_layout
972
973 \begin_layout Subsection*
974 Available units
975 \end_layout
976
977 \begin_layout Standard
978 \align center
979 \begin_inset Float table
980 placement H
981 wide false
982 sideways false
983 status open
984
985 \begin_layout Plain Layout
986 \align center
987 \begin_inset Caption Standard
988
989 \begin_layout Plain Layout
990 \begin_inset CommandInset label
991 LatexCommand label
992 name "tab:Available-units"
993
994 \end_inset
995
996 Available units
997 \end_layout
998
999 \end_inset
1000
1001
1002 \end_layout
1003
1004 \begin_layout Plain Layout
1005 \align center
1006 \begin_inset Tabular
1007 <lyxtabular version="3" rows="13" columns="2">
1008 <features booktabs="true" tabularvalignment="middle">
1009 <column alignment="center" valignment="top">
1010 <column alignment="center" valignment="top" width="0pt">
1011 <row>
1012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 Unit
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Name / Description
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 </row>
1031 <row>
1032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 mm
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 Millimeter
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 cm
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 Centimeter
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 </row>
1071 <row>
1072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 in
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 Inch (1
1086 \begin_inset space \thinspace{}
1087 \end_inset
1088
1089 in = 2,54
1090 \begin_inset space \thinspace{}
1091 \end_inset
1092
1093 cm)
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 </row>
1099 <row>
1100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 pt
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 Point (72.27
1114 \begin_inset space \thinspace{}
1115 \end_inset
1116
1117 pt = 1
1118 \begin_inset space \thinspace{}
1119 \end_inset
1120
1121 in)
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 </row>
1127 <row>
1128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Plain Layout
1132 pc
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 Pica (1
1142 \begin_inset space \thinspace{}
1143 \end_inset
1144
1145 pc = 12
1146 \begin_inset space \thinspace{}
1147 \end_inset
1148
1149 pt)
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 </row>
1155 <row>
1156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Plain Layout
1160 sp
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 scaled point (65536
1170 \begin_inset space \thinspace{}
1171 \end_inset
1172
1173 sp = 1
1174 \begin_inset space \thinspace{}
1175 \end_inset
1176
1177 pt)
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 </row>
1183 <row>
1184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1185 \begin_inset Text
1186
1187 \begin_layout Plain Layout
1188 bp
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 big point (72
1198 \begin_inset space \thinspace{}
1199 \end_inset
1200
1201 bp = 1
1202 \begin_inset space \thinspace{}
1203 \end_inset
1204
1205 in)
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 </row>
1211 <row>
1212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 dd
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 Didot (1
1226 \begin_inset space \thinspace{}
1227 \end_inset
1228
1229 dd 
1230 \begin_inset Formula $\approx$
1231 \end_inset
1232
1233  0.376
1234 \begin_inset space \thinspace{}
1235 \end_inset
1236
1237 mm)
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 </row>
1243 <row>
1244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1245 \begin_inset Text
1246
1247 \begin_layout Plain Layout
1248 cc
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 Cicero (1
1258 \begin_inset space \thinspace{}
1259 \end_inset
1260
1261 cc = 12
1262 \begin_inset space \thinspace{}
1263 \end_inset
1264
1265 dd)
1266 \end_layout
1267
1268 \end_inset
1269 </cell>
1270 </row>
1271 <row>
1272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1273 \begin_inset Text
1274
1275 \begin_layout Plain Layout
1276 ex
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 Height of letter 
1286 \emph on
1287
1288 \begin_inset Quotes eld
1289 \end_inset
1290
1291 x
1292 \emph default
1293
1294 \begin_inset Quotes erd
1295 \end_inset
1296
1297  in the current font
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 </row>
1303 <row>
1304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1305 \begin_inset Text
1306
1307 \begin_layout Plain Layout
1308 em
1309 \end_layout
1310
1311 \end_inset
1312 </cell>
1313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 width of letter 
1318 \begin_inset Quotes eld
1319 \end_inset
1320
1321
1322 \emph on
1323 M
1324 \emph default
1325
1326 \begin_inset Quotes erd
1327 \end_inset
1328
1329  in the current font
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 </row>
1335 <row>
1336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 mu
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Plain Layout
1349 math unit (1
1350 \begin_inset space \thinspace{}
1351 \end_inset
1352
1353 mu = 
1354 \begin_inset Formula $\nicefrac{1}{18}$
1355 \end_inset
1356
1357
1358 \begin_inset space \thinspace{}
1359 \end_inset
1360
1361 em)
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 </row>
1367 </lyxtabular>
1368
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \begin_layout Standard
1380 \begin_inset Newpage newpage
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \begin_layout Section
1387 Basic Functions
1388 \end_layout
1389
1390 \begin_layout Subsection
1391 Exponents
1392 \begin_inset Index idx
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396 Exponents
1397 \end_layout
1398
1399 \end_inset
1400
1401  and Indices
1402 \begin_inset Index idx
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 Indices
1407 \end_layout
1408
1409 \end_inset
1410
1411
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 Superscripts|see
1417 \begin_inset ERT
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421
1422 {
1423 \end_layout
1424
1425 \end_inset
1426
1427 Exponents
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 }
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 Subscripts|see
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 {
1455 \end_layout
1456
1457 \end_inset
1458
1459 Indices
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 }
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \begin_layout Standard
1479 Indices are created with an underscore 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483 _
1484 \begin_inset Quotes erd
1485 \end_inset
1486
1487  or via the math toolbar button 
1488 \begin_inset Info
1489 type  "icon"
1490 arg   "math-subscript"
1491 \end_inset
1492
1493 , exponents with a caret 
1494 \begin_inset Quotes eld
1495 \end_inset
1496
1497 ^
1498 \begin_inset Quotes erd
1499 \end_inset
1500
1501  or via the math toolbar button 
1502 \begin_inset Info
1503 type  "icon"
1504 arg   "math-superscript"
1505 \end_inset
1506
1507 .
1508 \end_layout
1509
1510 \begin_layout Standard
1511 \align center
1512 \begin_inset Tabular
1513 <lyxtabular version="3" rows="4" columns="2">
1514 <features booktabs="true" tabularvalignment="middle">
1515 <column alignment="center" valignment="top" width="0pt">
1516 <column alignment="center" valignment="top" width="0pt">
1517 <row>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 Command
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 Result
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row>
1538 <cell alignment="center" valignment="top" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B_V
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $B_{V}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row topspace="1.5mm">
1561 <cell alignment="center" valignment="top" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B^V
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 \begin_inset Formula $B^{V}$
1575 \end_inset
1576
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 <row topspace="1.5mm">
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 B^
1589 \begin_inset space \textvisiblespace{}
1590 \end_inset
1591
1592 A
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $B^{A}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 </lyxtabular>
1611
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \begin_layout Standard
1618 As the caret is in some languages an accent, vowels will be accentuated
1619  in this case and not set as exponents
1620 \begin_inset Foot
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 Depending on the used keyboard settings this can also happen for characters
1625  other than vowels.
1626 \end_layout
1627
1628 \end_inset
1629
1630 .
1631  To get exponents in this case, press 
1632 \family sans
1633 Space
1634 \family default
1635  after the caret as in the last example.
1636 \end_layout
1637
1638 \begin_layout Subsection
1639 Fractions
1640 \begin_inset CommandInset label
1641 LatexCommand label
1642 name "subsec:Fractions"
1643
1644 \end_inset
1645
1646
1647 \begin_inset Index idx
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Fractions
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Standard
1660 Fractions are generated with the command 
1661 \series bold
1662
1663 \backslash
1664 frac
1665 \series default
1666
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Commands ! F ! 
1672 \backslash
1673 frac
1674 \end_layout
1675
1676 \end_inset
1677
1678  or via the math toolbar button 
1679 \begin_inset Info
1680 type  "icon"
1681 arg   "math-insert \\frac"
1682 \end_inset
1683
1684 .
1685  The font size is adjusted automatically, depending on whether the fraction
1686  is in an inline or display style formula.
1687  With the math toolbar button 
1688 \begin_inset Info
1689 type  "icon"
1690 arg   "math-insert \\frac-square"
1691 \end_inset
1692
1693  you can select different fraction types.
1694 \end_layout
1695
1696 \begin_layout Standard
1697 With the command 
1698 \series bold
1699
1700 \backslash
1701 dfrac
1702 \series default
1703
1704 \begin_inset Index idx
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708 Commands ! D ! 
1709 \backslash
1710 dfrac
1711 \end_layout
1712
1713 \end_inset
1714
1715  a fraction can be created that always has the size of a display style formula.
1716  With 
1717 \series bold
1718
1719 \backslash
1720 tfrac
1721 \series default
1722
1723 \begin_inset Index idx
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 Commands ! T ! 
1728 \backslash
1729 tfrac
1730 \end_layout
1731
1732 \end_inset
1733
1734  the fraction appears always with the size of an inline formula.
1735  An example:
1736 \end_layout
1737
1738 \begin_layout Standard
1739 A line with the fraction 
1740 \begin_inset Formula $\frac{1}{2}$
1741 \end_inset
1742
1743  that was created with the command 
1744 \series bold
1745
1746 \backslash
1747 frac
1748 \series default
1749 .
1750 \end_layout
1751
1752 \begin_layout Standard
1753 A line with the fraction 
1754 \begin_inset Formula $\dfrac{1}{2}$
1755 \end_inset
1756
1757  that was created with the command 
1758 \series bold
1759
1760 \backslash
1761 dfrac
1762 \series default
1763 .
1764 \end_layout
1765
1766 \begin_layout Standard
1767 \align center
1768 \begin_inset Tabular
1769 <lyxtabular version="3" rows="4" columns="2">
1770 <features booktabs="true" tabularvalignment="middle">
1771 <column alignment="center" valignment="top" width="0pt">
1772 <column alignment="center" valignment="top" width="0pt">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778 Command
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787 Result
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 </row>
1793 <row topspace="1.5mm">
1794 <cell alignment="center" valignment="top" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \backslash
1800 frac
1801 \begin_inset space \textvisiblespace{}
1802 \end_inset
1803
1804 A
1805 \begin_inset Formula $\downarrow$
1806 \end_inset
1807
1808 B
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817 \begin_inset Formula $\frac{A}{B}$
1818 \end_inset
1819
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 </row>
1826 <row topspace="2mm">
1827 <cell alignment="center" valignment="top" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \backslash
1833 dfrac
1834 \begin_inset space \textvisiblespace{}
1835 \end_inset
1836
1837 A
1838 \begin_inset Formula $\downarrow$
1839 \end_inset
1840
1841 B
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 \begin_inset Formula $\dfrac{A}{B}$
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row topspace="2mm" bottomspace="1mm">
1860 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \backslash
1866 dfrac
1867 \begin_inset space \textvisiblespace{}
1868 \end_inset
1869
1870 e^
1871 \backslash
1872 frac
1873 \begin_inset space \textvisiblespace{}
1874 \end_inset
1875
1876 1
1877 \begin_inset Formula $\downarrow$
1878 \end_inset
1879
1880 2
1881 \begin_inset Formula $\downarrow\downarrow$
1882 \end_inset
1883
1884 3
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 </lyxtabular>
1903
1904 \end_inset
1905
1906
1907 \end_layout
1908
1909 \begin_layout Standard
1910 \begin_inset VSpace bigskip
1911 \end_inset
1912
1913
1914 \begin_inset Newpage newpage
1915 \end_inset
1916
1917 For nested fractions the command 
1918 \series bold
1919
1920 \backslash
1921 cfrac
1922 \series default
1923
1924 \begin_inset Index idx
1925 status collapsed
1926
1927 \begin_layout Plain Layout
1928 Commands ! C ! 
1929 \backslash
1930 cfrac
1931 \end_layout
1932
1933 \end_inset
1934
1935  can be used.
1936  Here is an example:
1937 \begin_inset VSpace -3mm
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \begin_layout Standard
1944 \begin_inset Formula 
1945 \begin{align*}
1946 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1947 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1948 \end{align*}
1949
1950 \end_inset
1951
1952
1953 \end_layout
1954
1955 \begin_layout Standard
1956 The command for the example above is:
1957 \end_layout
1958
1959 \begin_layout Standard
1960
1961 \series bold
1962
1963 \backslash
1964 cfrac
1965 \begin_inset space \textvisiblespace{}
1966 \end_inset
1967
1968 A
1969 \begin_inset Formula $\downarrow$
1970 \end_inset
1971
1972 B+
1973 \backslash
1974 cfrac
1975 \begin_inset space \textvisiblespace{}
1976 \end_inset
1977
1978 C+
1979 \backslash
1980 cfrac
1981 \begin_inset space \textvisiblespace{}
1982 \end_inset
1983
1984 E
1985 \begin_inset Formula $\downarrow$
1986 \end_inset
1987
1988 F
1989 \begin_inset Formula $\downarrow$
1990 \end_inset
1991
1992 D
1993 \end_layout
1994
1995 \begin_layout Standard
1996 \begin_inset VSpace medskip
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \begin_layout Standard
2003
2004 \series bold
2005
2006 \backslash
2007 cfrac
2008 \series default
2009  sets the fraction always in the size of a displayed formula, also when
2010  it is part of another fraction.
2011 \end_layout
2012
2013 \begin_layout Standard
2014 It is possible to specify the alignment of the numerator.
2015  The command 
2016 \series bold
2017
2018 \backslash
2019 cfracleft
2020 \series default
2021  is used to left align it, the command 
2022 \series bold
2023
2024 \backslash
2025 cfracright
2026 \series default
2027  to right-align it.
2028  
2029 \series bold
2030
2031 \backslash
2032 cfrac
2033 \series default
2034  centers the numerator.
2035  These fractions demonstrate the different alignments:
2036 \end_layout
2037
2038 \begin_layout Standard
2039
2040 \series bold
2041 \begin_inset Formula 
2042 \[
2043 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2044 \]
2045
2046 \end_inset
2047
2048
2049 \end_layout
2050
2051 \begin_layout Standard
2052 \begin_inset Note Greyedout
2053 status open
2054
2055 \begin_layout Plain Layout
2056
2057 \series bold
2058 Note:
2059 \series default
2060  
2061 \series bold
2062
2063 \backslash
2064 cfracleft
2065 \series default
2066  and 
2067 \series bold
2068
2069 \backslash
2070 cfracright
2071 \series default
2072  are no real \SpecialChar LaTeX
2073  commands but represent the command 
2074 \series bold
2075
2076 \backslash
2077 cfrac[alignment]{numerator}{denominator}
2078 \series default
2079  .
2080  Therefore you cannot use them in \SpecialChar TeX
2081  code.
2082 \end_layout
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset VSpace medskip
2091 \end_inset
2092
2093 It is often advantageous to combine 
2094 \series bold
2095
2096 \backslash
2097 cfrac
2098 \series default
2099  and 
2100 \series bold
2101
2102 \backslash
2103 frac
2104 \series default
2105 :
2106 \begin_inset Formula 
2107 \[
2108 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2109 \]
2110
2111 \end_inset
2112
2113
2114 \end_layout
2115
2116 \begin_layout Standard
2117 For inline fractions with a sloped fraction stroke you can use the command
2118  
2119 \series bold
2120
2121 \backslash
2122 nicefrac
2123 \series default
2124
2125 \begin_inset Index idx
2126 status collapsed
2127
2128 \begin_layout Plain Layout
2129 Commands ! N ! 
2130 \backslash
2131 nicefrac
2132 \end_layout
2133
2134 \end_inset
2135
2136
2137 \begin_inset Formula $\nicefrac{5}{31}$
2138 \end_inset
2139
2140  or 
2141 \series bold
2142
2143 \backslash
2144 unitfrac
2145 \series default
2146
2147 \begin_inset Index idx
2148 status collapsed
2149
2150 \begin_layout Plain Layout
2151 Commands ! U ! 
2152 \backslash
2153 unitfrac
2154 \end_layout
2155
2156 \end_inset
2157
2158
2159 \begin_inset Formula $\unitfrac{5}{31}$
2160 \end_inset
2161
2162  There is furthermore the command 
2163 \series bold
2164
2165 \backslash
2166 unitfracthree
2167 \series default
2168  that offers to write a fraction in combination with a number: 
2169 \begin_inset Formula $\unitfrac[2]{1}{3}$
2170 \end_inset
2171
2172
2173 \end_layout
2174
2175 \begin_layout Standard
2176 \begin_inset Note Greyedout
2177 status open
2178
2179 \begin_layout Plain Layout
2180
2181 \series bold
2182 Note:
2183 \series default
2184  
2185 \series bold
2186
2187 \backslash
2188 unitfracthree
2189 \series default
2190  is not a real \SpecialChar LaTeX
2191  command but the command
2192 \begin_inset Newline newline
2193 \end_inset
2194
2195
2196 \series bold
2197
2198 \backslash
2199 unitfrac[number]{numerator}{denominator}
2200 \series default
2201  .
2202  Therefore you cannot use it in \SpecialChar TeX
2203  code.
2204 \end_layout
2205
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 How to define own fractions where the fraction stroke can be changed, is
2213  explained in 
2214 \begin_inset CommandInset ref
2215 LatexCommand ref
2216 reference "subsec:Self-defined-Fractions"
2217
2218 \end_inset
2219
2220 .
2221 \end_layout
2222
2223 \begin_layout Standard
2224 Multiline fractions are explained in 
2225 \begin_inset CommandInset ref
2226 LatexCommand ref
2227 reference "subsec:Multiline-Fractions"
2228
2229 \end_inset
2230
2231 .
2232 \end_layout
2233
2234 \begin_layout Subsection
2235 Roots
2236 \begin_inset Index idx
2237 status collapsed
2238
2239 \begin_layout Plain Layout
2240 Roots
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 Square roots are created with 
2250 \series bold
2251
2252 \backslash
2253 sqrt
2254 \series default
2255
2256 \begin_inset Index idx
2257 status collapsed
2258
2259 \begin_layout Plain Layout
2260 Commands ! S ! 
2261 \backslash
2262 sqrt
2263 \end_layout
2264
2265 \end_inset
2266
2267  or the math toolbar button 
2268 \begin_inset Info
2269 type  "icon"
2270 arg   "math-insert \\sqrt"
2271 \end_inset
2272
2273 , all other roots with the command 
2274 \series bold
2275
2276 \backslash
2277 root
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Commands ! R ! 
2285 \backslash
2286 root
2287 \end_layout
2288
2289 \end_inset
2290
2291  or with the math toolbar button 
2292 \begin_inset Info
2293 type  "icon"
2294 arg   "math-insert \\root"
2295 \end_inset
2296
2297 .
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \align center
2302 \begin_inset Tabular
2303 <lyxtabular version="3" rows="3" columns="2">
2304 <features booktabs="true" tabularvalignment="middle">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <column alignment="center" valignment="top" width="0pt">
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312 Command
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 Result
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 </row>
2327 <row topspace="1mm">
2328 <cell alignment="center" valignment="top" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332
2333 \backslash
2334 sqrt
2335 \begin_inset space \textvisiblespace{}
2336 \end_inset
2337
2338 A-B
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 \begin_inset Formula $\sqrt{A-B}$
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row topspace="1mm">
2357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \backslash
2363 root
2364 \begin_inset space \textvisiblespace{}
2365 \end_inset
2366
2367 3
2368 \begin_inset Formula $\downarrow$
2369 \end_inset
2370
2371 A-B
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 \begin_inset Formula $\sqrt[3]{A-B}$
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 </row>
2389 </lyxtabular>
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Standard
2397 A square root can also be created with 
2398 \series bold
2399
2400 \backslash
2401 root
2402 \series default
2403  when the root index field is left empty.
2404 \end_layout
2405
2406 \begin_layout Standard
2407 With certain indices the distance to the root is too small, like in this
2408  formula: 
2409 \begin_inset Formula $\sqrt[\beta]{B}$
2410 \end_inset
2411
2412
2413 \begin_inset Newline newline
2414 \end_inset
2415
2416 The 
2417 \begin_inset Formula $\beta$
2418 \end_inset
2419
2420  touches the root.
2421  To avoid this, the commands 
2422 \series bold
2423
2424 \backslash
2425 leftroot
2426 \series default
2427
2428 \begin_inset Index idx
2429 status collapsed
2430
2431 \begin_layout Plain Layout
2432 Commands ! L ! 
2433 \backslash
2434 leftroot
2435 \end_layout
2436
2437 \end_inset
2438
2439  and 
2440 \series bold
2441
2442 \backslash
2443 uproot
2444 \series default
2445
2446 \begin_inset Index idx
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450 Commands ! U ! 
2451 \backslash
2452 uproot
2453 \end_layout
2454
2455 \end_inset
2456
2457  are used with the following scheme:
2458 \end_layout
2459
2460 \begin_layout Standard
2461
2462 \series bold
2463
2464 \backslash
2465 leftroot{distance}
2466 \series default
2467  and 
2468 \series bold
2469
2470 \backslash
2471 uproot{distance}
2472 \end_layout
2473
2474 \begin_layout Standard
2475 Distance is the number of Big Points (unit bp; 
2476 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2477 \end_inset
2478
2479 ), that the index should be moved to the left or top, resp..
2480  The commands are written to the index.
2481  This way the command
2482 \begin_inset Newline newline
2483 \end_inset
2484
2485
2486 \series bold
2487
2488 \backslash
2489 root
2490 \backslash
2491 leftroot{-1
2492 \begin_inset Formula $\to$
2493 \end_inset
2494
2495
2496 \backslash
2497 uproot{2
2498 \begin_inset Formula $\to$
2499 \end_inset
2500
2501
2502 \backslash
2503 beta
2504 \begin_inset space \textvisiblespace{}
2505 \end_inset
2506
2507
2508 \begin_inset Formula $\to$
2509 \end_inset
2510
2511 B
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515
2516 \series default
2517 produces a correct typeset formula: 
2518 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \begin_layout Subsection
2525 Binomial Coefficients
2526 \begin_inset Index idx
2527 status collapsed
2528
2529 \begin_layout Plain Layout
2530 Binomial coefficients
2531 \end_layout
2532
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \begin_layout Standard
2539 Binomial coefficients are inserted with the command 
2540 \series bold
2541
2542 \backslash
2543 binom
2544 \series default
2545
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Commands ! B ! 
2551 \backslash
2552 binom
2553 \end_layout
2554
2555 \end_inset
2556
2557  or with the submenu of the math toolbar button 
2558 \begin_inset Info
2559 type  "icon"
2560 arg   "math-insert \\frac-square"
2561 \end_inset
2562
2563 .
2564  As with fractions (
2565 \series bold
2566
2567 \backslash
2568 frac
2569 \series default
2570 ) in addition to 
2571 \series bold
2572
2573 \backslash
2574 binom
2575 \series default
2576  there are the commands 
2577 \series bold
2578
2579 \backslash
2580 dbinom
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Commands ! D ! 
2588 \backslash
2589 dbinom
2590 \end_layout
2591
2592 \end_inset
2593
2594  and 
2595 \series bold
2596
2597 \backslash
2598 tbinom
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Commands ! T ! 
2606 \backslash
2607 tbinom
2608 \end_layout
2609
2610 \end_inset
2611
2612 .
2613  For other brackets around binomial coeficients there are the commands 
2614 \series bold
2615
2616 \backslash
2617 brace
2618 \series default
2619
2620 \begin_inset Index idx
2621 status collapsed
2622
2623 \begin_layout Plain Layout
2624 Commands ! B ! 
2625 \backslash
2626 brace
2627 \end_layout
2628
2629 \end_inset
2630
2631  and 
2632 \series bold
2633
2634 \backslash
2635 brack
2636 \series default
2637
2638 \begin_inset Index idx
2639 status collapsed
2640
2641 \begin_layout Plain Layout
2642 Commands ! B ! 
2643 \backslash
2644 brack
2645 \end_layout
2646
2647 \end_inset
2648
2649 .
2650 \end_layout
2651
2652 \begin_layout Standard
2653 \align center
2654 \begin_inset Tabular
2655 <lyxtabular version="3" rows="6" columns="2">
2656 <features booktabs="true" tabularvalignment="middle">
2657 <column alignment="center" valignment="top" width="0pt">
2658 <column alignment="center" valignment="top" width="0pt">
2659 <row>
2660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2661 \begin_inset Text
2662
2663 \begin_layout Plain Layout
2664 Command
2665 \end_layout
2666
2667 \end_inset
2668 </cell>
2669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673 Result
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 </row>
2679 <row topspace="1mm">
2680 <cell alignment="center" valignment="top" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \backslash
2686 binom
2687 \begin_inset space \textvisiblespace{}
2688 \end_inset
2689
2690 A
2691 \begin_inset Formula $\downarrow$
2692 \end_inset
2693
2694 B
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 <cell alignment="center" valignment="top" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Plain Layout
2703 \begin_inset Formula $\binom{A}{B}$
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 </row>
2712 <row topspace="2mm">
2713 <cell alignment="center" valignment="top" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717
2718 \backslash
2719 dbinom
2720 \begin_inset space \textvisiblespace{}
2721 \end_inset
2722
2723 A
2724 \begin_inset Formula $\downarrow$
2725 \end_inset
2726
2727 B
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736 \begin_inset Formula $\dbinom{A}{B}$
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 </row>
2745 <row topspace="2mm" bottomspace="0.5mm">
2746 <cell alignment="center" valignment="top" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750
2751 \backslash
2752 tbinom
2753 \begin_inset space \textvisiblespace{}
2754 \end_inset
2755
2756 A
2757 \begin_inset Formula $\downarrow$
2758 \end_inset
2759
2760 B
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 <cell alignment="center" valignment="top" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 \begin_inset Formula $\tbinom{A}{B}$
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 </row>
2778 <row topspace="1mm">
2779 <cell alignment="center" valignment="top" topline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783
2784 \backslash
2785 brack
2786 \begin_inset space \textvisiblespace{}
2787 \end_inset
2788
2789 A
2790 \begin_inset Formula $\downarrow$
2791 \end_inset
2792
2793 B
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802 \begin_inset Formula ${A \brack B}$
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 </row>
2811 <row topspace="2mm" bottomspace="0.5mm">
2812 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \backslash
2818 brace
2819 \begin_inset space \textvisiblespace{}
2820 \end_inset
2821
2822 A
2823 \begin_inset Formula $\downarrow$
2824 \end_inset
2825
2826 B
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 \begin_inset Formula ${A \brace B}$
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 </lyxtabular>
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \begin_layout Subsection
2852 Case Differentiations
2853 \begin_inset Index idx
2854 status collapsed
2855
2856 \begin_layout Plain Layout
2857 Case differentiations 
2858 \end_layout
2859
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \begin_layout Standard
2866 \align center
2867 \begin_inset Tabular
2868 <lyxtabular version="3" rows="3" columns="2">
2869 <features booktabs="true" tabularvalignment="middle">
2870 <column alignment="center" valignment="top" width="0pt">
2871 <column alignment="center" valignment="top" width="0pt">
2872 <row>
2873 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877 Command
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886 Result
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 </row>
2892 <row>
2893 <cell alignment="center" valignment="top" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Plain Layout
2897
2898 \backslash
2899 cases
2900 \begin_inset space \textvisiblespace{}
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\to$
2905 \end_inset
2906
2907 B>0
2908 \begin_inset Index idx
2909 status collapsed
2910
2911 \begin_layout Plain Layout
2912 Commands ! C ! 
2913 \backslash
2914 cases
2915 \end_layout
2916
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928 \begin_inset Formula $\begin{cases}
2929 A & B>0\end{cases}$
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 </row>
2938 <row topspace="1.5mm">
2939 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \backslash
2945 cases
2946 \begin_inset space \textvisiblespace{}
2947 \end_inset
2948
2949
2950 \begin_inset Info
2951 type  "shortcut"
2952 arg   "newline-insert newline"
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964 \begin_inset Formula $\begin{cases}
2965 A & \textrm{for }x>0\\
2966 B & \textrm{for }x=0
2967 \end{cases}$
2968 \end_inset
2969
2970
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 </row>
2976 </lyxtabular>
2977
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \begin_layout Standard
2984 After inserting 
2985 \series bold
2986
2987 \backslash
2988 cases
2989 \series default
2990  or pressing the math toolbar button 
2991 \begin_inset Info
2992 type  "icon"
2993 arg   "math-insert \\cases"
2994 \end_inset
2995
2996  you can create new lines with the shortcut 
2997 \begin_inset Info
2998 type  "shortcut"
2999 arg   "newline-insert newline"
3000 \end_inset
3001
3002  or the table toolbar button 
3003 \begin_inset Info
3004 type  "icon"
3005 arg   "tabular-feature append-row"
3006 \end_inset
3007
3008 .
3009 \end_layout
3010
3011 \begin_layout Standard
3012 The command 
3013 \series bold
3014
3015 \backslash
3016 cases
3017 \series default
3018  is also available via the menu 
3019 \family sans
3020 Insert\SpecialChar menuseparator
3021 Math\SpecialChar menuseparator
3022 Cases-Environment
3023 \family default
3024 .
3025 \end_layout
3026
3027 \begin_layout Subsection
3028 Negations
3029 \begin_inset Index idx
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 Negations
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \begin_layout Standard
3042 By inserting 
3043 \series bold
3044
3045 \backslash
3046 not
3047 \series default
3048
3049 \begin_inset Index idx
3050 status collapsed
3051
3052 \begin_layout Plain Layout
3053 Commands ! N ! 
3054 \backslash
3055 not
3056 \end_layout
3057
3058 \end_inset
3059
3060  every character can be displayed canceled.
3061  The characters are quasi accentuated by a slash.
3062 \end_layout
3063
3064 \begin_layout Standard
3065 \align center
3066 \begin_inset Tabular
3067 <lyxtabular version="3" rows="4" columns="2">
3068 <features booktabs="true" tabularvalignment="middle">
3069 <column alignment="center" valignment="top" width="0pt">
3070 <column alignment="center" valignment="top" width="0pt">
3071 <row>
3072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076 Command
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 Result
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 <row>
3092 <cell alignment="center" valignment="top" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \backslash
3098 not=
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107 \begin_inset Formula $\not=$
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \backslash
3123 not 
3124 \backslash
3125 le
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134 \begin_inset Formula $\not\le$
3135 \end_inset
3136
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row>
3144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \backslash
3150 not 
3151 \backslash
3152 parallel
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 \begin_inset Formula $\not\parallel$
3162 \end_inset
3163
3164
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 </row>
3170 </lyxtabular>
3171
3172 \end_inset
3173
3174
3175 \end_layout
3176
3177 \begin_layout Standard
3178 The last example shows that not all negations look good.
3179  Therefore there are special commands for some negations (see 
3180 \begin_inset CommandInset ref
3181 LatexCommand ref
3182 reference "subsec:Mathematical-Symbols"
3183
3184 \end_inset
3185
3186  and 
3187 \begin_inset CommandInset ref
3188 LatexCommand ref
3189 reference "sec:Relations"
3190
3191 \end_inset
3192
3193 ).
3194 \end_layout
3195
3196 \begin_layout Subsection
3197 Placeholders
3198 \begin_inset CommandInset label
3199 LatexCommand label
3200 name "subsec:Placeholders"
3201
3202 \end_inset
3203
3204
3205 \begin_inset Index idx
3206 status collapsed
3207
3208 \begin_layout Plain Layout
3209 Placeholders
3210 \end_layout
3211
3212 \end_inset
3213
3214
3215 \begin_inset Index idx
3216 status collapsed
3217
3218 \begin_layout Plain Layout
3219 Chemical characters ! Isotopes
3220 \end_layout
3221
3222 \end_inset
3223
3224
3225 \begin_inset Index idx
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 Isotopes|see
3230 \begin_inset ERT
3231 status collapsed
3232
3233 \begin_layout Plain Layout
3234
3235 {
3236 \end_layout
3237
3238 \end_inset
3239
3240 Chemical characters
3241 \begin_inset ERT
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245
3246 }
3247 \end_layout
3248
3249 \end_inset
3250
3251
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \begin_layout Standard
3260 When displaying e.
3261 \begin_inset space \thinspace{}
3262 \end_inset
3263
3264 g.
3265 \begin_inset space \space{}
3266 \end_inset
3267
3268 isotopes
3269 \begin_inset Foot
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273 Typesetting isotopes and chemical symbols is described in 
3274 \begin_inset CommandInset ref
3275 LatexCommand ref
3276 reference "subsec:Chemical-Symbols-and"
3277
3278 \end_inset
3279
3280 .
3281 \end_layout
3282
3283 \end_inset
3284
3285  the following problem occurs:
3286 \end_layout
3287
3288 \begin_layout Standard
3289 \align center
3290 \begin_inset Tabular
3291 <lyxtabular version="3" rows="2" columns="2">
3292 <features booktabs="true" tabularvalignment="middle">
3293 <column alignment="center" valignment="top" width="0pt">
3294 <column alignment="center" valignment="top" width="0pt">
3295 <row>
3296 <cell alignment="center" valignment="top" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 Indices created with sub- and superscripts:
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3310 \end_inset
3311
3312
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row topspace="1.5mm">
3319 <cell alignment="center" valignment="top" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 correct indices:
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 </lyxtabular>
3342
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \begin_layout Standard
3349 The shorter index is by default placed below or above the first character
3350  of the longer index.
3351  To avoid this there is the command 
3352 \series bold
3353
3354 \backslash
3355 phantom
3356 \series default
3357
3358 \begin_inset Index idx
3359 status collapsed
3360
3361 \begin_layout Plain Layout
3362 Commands ! P ! 
3363 \backslash
3364 phantom
3365 \end_layout
3366
3367 \end_inset
3368
3369  or the math toolbar button
3370 \begin_inset space \thinspace{}
3371 \end_inset
3372
3373
3374 \begin_inset Foot
3375 status collapsed
3376
3377 \begin_layout Plain Layout
3378 can be found in the submenu of the toolbar button 
3379 \begin_inset Info
3380 type  "icon"
3381 arg   "math-insert \\space"
3382 \end_inset
3383
3384
3385 \end_layout
3386
3387 \end_inset
3388
3389  
3390 \begin_inset Info
3391 type  "icon"
3392 arg   "math/phantom"
3393 \end_inset
3394
3395  that creates one or more phantom characters.
3396  When inserting 
3397 \series bold
3398
3399 \backslash
3400 phantom
3401 \series default
3402  a small blue box appears that is superposed with two red arrows.
3403  The arrows indicate that the complete width and height of the box content
3404  will be created as placeholder.
3405  Phantom characters are accordingly placeholders with the size of the characters.
3406 \end_layout
3407
3408 \begin_layout Standard
3409 \align center
3410 \begin_inset Tabular
3411 <lyxtabular version="3" rows="4" columns="2">
3412 <features booktabs="true" tabularvalignment="middle">
3413 <column alignment="center" valignment="top" width="0pt">
3414 <column alignment="center" valignment="top" width="0pt">
3415 <row>
3416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 Command
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Result
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 </row>
3435 <row topspace="1.5mm">
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 ^19
3441 \begin_inset space \textvisiblespace{}
3442 \end_inset
3443
3444 _
3445 \backslash
3446 phantom
3447 \begin_inset space \textvisiblespace{}
3448 \end_inset
3449
3450 1
3451 \begin_inset Formula $\to$
3452 \end_inset
3453
3454 9
3455 \begin_inset space \textvisiblespace{}
3456 \end_inset
3457
3458 F
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row topspace="1.5mm" bottomspace="0.5mm">
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 ^235
3482 \begin_inset space \textvisiblespace{}
3483 \end_inset
3484
3485 _
3486 \backslash
3487 phantom
3488 \begin_inset space \textvisiblespace{}
3489 \end_inset
3490
3491 23
3492 \begin_inset Formula $\to$
3493 \end_inset
3494
3495 9
3496 \begin_inset space \textvisiblespace{}
3497 \end_inset
3498
3499 F
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row topspace="1.5mm" bottomspace="0.5mm">
3518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \backslash
3524 Lambda^
3525 \begin_inset space \textvisiblespace{}
3526 \end_inset
3527
3528
3529 \backslash
3530 phantom
3531 \begin_inset space \textvisiblespace{}
3532 \end_inset
3533
3534 ii
3535 \begin_inset Formula $\to$
3536 \end_inset
3537
3538 t
3539 \begin_inset space \textvisiblespace{}
3540 \end_inset
3541
3542 _MMt
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3552 \end_inset
3553
3554
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 </lyxtabular>
3561
3562 \end_inset
3563
3564
3565 \end_layout
3566
3567 \begin_layout Standard
3568 Furthermore there are the commands 
3569 \series bold
3570
3571 \backslash
3572 vphantom
3573 \series default
3574
3575 \begin_inset Index idx
3576 status collapsed
3577
3578 \begin_layout Plain Layout
3579 Commands ! V ! 
3580 \backslash
3581 vphantom
3582 \end_layout
3583
3584 \end_inset
3585
3586  (toolbar button 
3587 \begin_inset Info
3588 type  "icon"
3589 arg   "math/vphantom"
3590 \end_inset
3591
3592 ) and 
3593 \series bold
3594
3595 \backslash
3596 hphantom
3597 \series default
3598
3599 \begin_inset Index idx
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603 Commands ! H ! 
3604 \backslash
3605 hphantom
3606 \end_layout
3607
3608 \end_inset
3609
3610  (toolbar button 
3611 \begin_inset Info
3612 type  "icon"
3613 arg   "math/hphantom"
3614 \end_inset
3615
3616 ).
3617  
3618 \series bold
3619
3620 \backslash
3621 hphantom
3622 \series default
3623  creates only space for the maximal height of the characters in the box
3624  but not for its width.
3625  
3626 \series bold
3627
3628 \backslash
3629 vphantom
3630 \series default
3631  creates only space for the width of the box content.
3632  Therefore  the boxes of both commands have only one red arrow.
3633 \end_layout
3634
3635 \begin_layout Standard
3636 For example the command 
3637 \series bold
3638
3639 \backslash
3640 vphantom
3641 \begin_inset space \textvisiblespace{}
3642 \end_inset
3643
3644 a
3645 \backslash
3646 int
3647 \series default
3648  creates space for the height of the integral sign,
3649 \begin_inset Foot
3650 status collapsed
3651
3652 \begin_layout Plain Layout
3653 The command 
3654 \series bold
3655
3656 \backslash
3657 int
3658 \series default
3659  creates an integral sign, see 
3660 \begin_inset CommandInset ref
3661 LatexCommand ref
3662 reference "subsec:Big-Operators"
3663
3664 \end_inset
3665
3666 .
3667 \end_layout
3668
3669 \end_inset
3670
3671  because this is the larger character.
3672  An example application is in 
3673 \begin_inset CommandInset ref
3674 LatexCommand ref
3675 reference "subsec:Multiline-Brackets"
3676
3677 \end_inset
3678
3679 .
3680 \end_layout
3681
3682 \begin_layout Standard
3683 Placeholders can also be used for text when they are inserted via the menu
3684  
3685 \family sans
3686 Insert\SpecialChar menuseparator
3687 Formatting\SpecialChar menuseparator
3688 Phantom
3689 \family default
3690 :
3691 \end_layout
3692
3693 \begin_layout Standard
3694 This is a sentence.
3695 \begin_inset Newline newline
3696 \end_inset
3697
3698
3699 \begin_inset Phantom Phantom
3700 status open
3701
3702 \begin_layout Plain Layout
3703 This
3704 \end_layout
3705
3706 \end_inset
3707
3708  is a sentence.
3709 \end_layout
3710
3711 \begin_layout Subsection
3712 Lines
3713 \begin_inset Index idx
3714 status collapsed
3715
3716 \begin_layout Plain Layout
3717 Lines
3718 \end_layout
3719
3720 \end_inset
3721
3722
3723 \begin_inset Index idx
3724 status collapsed
3725
3726 \begin_layout Plain Layout
3727 Formula ! underlined
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \begin_layout Standard
3736 \align center
3737 \begin_inset Tabular
3738 <lyxtabular version="3" rows="4" columns="2">
3739 <features booktabs="true" tabularvalignment="middle">
3740 <column alignment="center" valignment="top" width="0pt">
3741 <column alignment="center" valignment="top" width="0pt">
3742 <row>
3743 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 Command
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Result
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row topspace="2mm">
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767
3768 \backslash
3769 overline
3770 \begin_inset space \textvisiblespace{}
3771 \end_inset
3772
3773 A+B
3774 \begin_inset Index idx
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778 Commands ! O ! 
3779 \backslash
3780 overline
3781 \end_layout
3782
3783 \end_inset
3784
3785
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 \begin_inset Formula $\overline{A+B}$
3795 \end_inset
3796
3797
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row bottomspace="1mm">
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \backslash
3810 underline
3811 \begin_inset space \textvisiblespace{}
3812 \end_inset
3813
3814 A+B
3815 \begin_inset Index idx
3816 status collapsed
3817
3818 \begin_layout Plain Layout
3819 Commands ! U ! 
3820 \backslash
3821 underline
3822 \end_layout
3823
3824 \end_inset
3825
3826
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 \begin_inset Formula $\underline{A+B}$
3836 \end_inset
3837
3838
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row topspace="2mm" bottomspace="1mm">
3845 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \backslash
3851 overline
3852 \begin_inset space \textvisiblespace{}
3853 \end_inset
3854
3855
3856 \backslash
3857 underline
3858 \begin_inset space \textvisiblespace{}
3859 \end_inset
3860
3861 A+B
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 \begin_inset Formula $\overline{\underline{A+B}}$
3871 \end_inset
3872
3873
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 </lyxtabular>
3880
3881 \end_inset
3882
3883
3884 \end_layout
3885
3886 \begin_layout Standard
3887 In the last example it doesn't matter if first 
3888 \series bold
3889
3890 \backslash
3891 overline
3892 \series default
3893  or 
3894 \series bold
3895
3896 \backslash
3897 underline
3898 \series default
3899  is inserted.
3900 \end_layout
3901
3902 \begin_layout Standard
3903 To double underline use 
3904 \series bold
3905
3906 \backslash
3907 underline
3908 \series default
3909  twice.
3910 \end_layout
3911
3912 \begin_layout Standard
3913 It is possible to place up to 6 lines above or below characters.
3914 \end_layout
3915
3916 \begin_layout Standard
3917 \begin_inset VSpace bigskip
3918 \end_inset
3919
3920 Custom lines can be created using the command 
3921 \series bold
3922
3923 \backslash
3924 rule
3925 \series default
3926
3927 \begin_inset Index idx
3928 status collapsed
3929
3930 \begin_layout Plain Layout
3931 Commands ! R ! 
3932 \backslash
3933 rule
3934 \end_layout
3935
3936 \end_inset
3937
3938  which has the following scheme:
3939 \end_layout
3940
3941 \begin_layout Standard
3942
3943 \series bold
3944
3945 \backslash
3946 rule[vertical offset]{length}{thickness}
3947 \end_layout
3948
3949 \begin_layout Standard
3950 The optional vertical offset shifts the line upwards (or downwards, when
3951  the value is negative).
3952  The units listed in 
3953 \begin_inset CommandInset ref
3954 LatexCommand ref
3955 reference "tab:Available-units"
3956
3957 \end_inset
3958
3959  can be used for the values.
3960  Here are two example lines created with the commands
3961 \begin_inset Newline newline
3962 \end_inset
3963
3964
3965 \series bold
3966
3967 \backslash
3968 rule[-2ex]{3cm}{2pt}
3969 \series default
3970  and 
3971 \series bold
3972
3973 \backslash
3974 rule{2cm}{1pt}
3975 \series default
3976 :
3977 \end_layout
3978
3979 \begin_layout Standard
3980 This is a sentence 
3981 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3982 \end_inset
3983
3984  with two lines.
3985 \end_layout
3986
3987 \begin_layout Standard
3988
3989 \series bold
3990
3991 \backslash
3992 rule
3993 \series default
3994  can also be used for text when a line is inserted via the menu 
3995 \family sans
3996 Insert\SpecialChar menuseparator
3997 Formatting\SpecialChar menuseparator
3998 Horizontal
3999 \begin_inset space ~
4000 \end_inset
4001
4002 Line
4003 \family default
4004 :
4005 \end_layout
4006
4007 \begin_layout Standard
4008 This is a sentence 
4009 \begin_inset CommandInset line
4010 LatexCommand rule
4011 offset "0.5ex"
4012 width "3cm"
4013 height "1pt"
4014
4015 \end_inset
4016
4017  with one line.
4018 \end_layout
4019
4020 \begin_layout Subsection
4021 Ellipses
4022 \begin_inset CommandInset label
4023 LatexCommand label
4024 name "subsec:Ellipses"
4025
4026 \end_inset
4027
4028
4029 \begin_inset Index idx
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 Ellipses
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \end_layout
4040
4041 \begin_layout Standard
4042 There are different types of ellipses available.
4043 \begin_inset Foot
4044 status collapsed
4045
4046 \begin_layout Plain Layout
4047 In the math toolbar in the submenu of the button 
4048 \begin_inset Info
4049 type  "icon"
4050 arg   "math-insert \\ldots"
4051 \end_inset
4052
4053
4054 \end_layout
4055
4056 \end_inset
4057
4058  For listings dots at the baseline are used (
4059 \series bold
4060
4061 \backslash
4062 ldots
4063 \series default
4064
4065 \begin_inset Index idx
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Commands ! L ! 
4070 \backslash
4071 ldots
4072 \end_layout
4073
4074 \end_inset
4075
4076 ), while for operations dots are needed that are on the same height as the
4077  operators (
4078 \series bold
4079
4080 \backslash
4081 cdots
4082 \series default
4083
4084 \begin_inset Index idx
4085 status collapsed
4086
4087 \begin_layout Plain Layout
4088 Commands ! C ! 
4089 \backslash
4090 cdots
4091 \end_layout
4092
4093 \end_inset
4094
4095 ).
4096  When using the command 
4097 \series bold
4098
4099 \backslash
4100 dots
4101 \series default
4102
4103 \begin_inset Index idx
4104 status collapsed
4105
4106 \begin_layout Plain Layout
4107 Commands ! D ! 
4108 \backslash
4109 dots
4110 \end_layout
4111
4112 \end_inset
4113
4114 , \SpecialChar LaTeX
4115  decides on the basis of the next character what type is used.
4116 \end_layout
4117
4118 \begin_layout Standard
4119 \align center
4120 \begin_inset Tabular
4121 <lyxtabular version="3" rows="9" columns="2">
4122 <features booktabs="true" tabularvalignment="middle">
4123 <column alignment="center" valignment="top" width="0pt">
4124 <column alignment="center" valignment="top" width="0pt">
4125 <row>
4126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Command
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Result
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 A_1
4151 \begin_inset space \textvisiblespace{}
4152 \end_inset
4153
4154 ,
4155 \backslash
4156 dots
4157 \begin_inset space \textvisiblespace{}
4158 \end_inset
4159
4160 ,A_n
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 \begin_inset Formula $A_{1},\dots,A_{n}$
4170 \end_inset
4171
4172
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 A_1
4184 \begin_inset space \textvisiblespace{}
4185 \end_inset
4186
4187 +
4188 \backslash
4189 dots
4190 \begin_inset space \textvisiblespace{}
4191 \end_inset
4192
4193 +A_n
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 \begin_inset Formula $A_{1}+\dots+A_{n}$
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 A_1
4217 \begin_inset space \textvisiblespace{}
4218 \end_inset
4219
4220 ,
4221 \backslash
4222 ldots
4223 \begin_inset space \textvisiblespace{}
4224 \end_inset
4225
4226 ,A_n
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 \begin_inset Formula $A_{1},\ldots,A_{n}$
4236 \end_inset
4237
4238
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 A_1
4250 \begin_inset space \textvisiblespace{}
4251 \end_inset
4252
4253 +
4254 \backslash
4255 cdots
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 +A_n
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \backslash
4284 vdots
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 \begin_inset Formula $\vdots$
4294 \end_inset
4295
4296
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \backslash
4309 ddots
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 \begin_inset Formula $\ddots$
4319 \end_inset
4320
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \backslash
4334 iddots
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 \begin_inset Formula $\iddots$
4344 \end_inset
4345
4346
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 3×3
4358 \begin_inset space \thinspace{}
4359 \end_inset
4360
4361 matrix with the different dots
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 \begin_inset Formula $\begin{array}{ccc}
4371 A_{11} & \cdots & A_{1m}\\
4372 \vdots & \ddots & \vdots\\
4373 A_{n1} & \cdots & A_{nm}
4374 \end{array}$
4375 \end_inset
4376
4377
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 </lyxtabular>
4384
4385 \end_inset
4386
4387
4388 \end_layout
4389
4390 \begin_layout Standard
4391 The ellipses available in menu 
4392 \family sans
4393 Insert\SpecialChar menuseparator
4394 Special
4395 \begin_inset space ~
4396 \end_inset
4397
4398 Character
4399 \family default
4400  are 
4401 \series bold
4402
4403 \backslash
4404 ldots
4405 \series default
4406 .
4407 \end_layout
4408
4409 \begin_layout Standard
4410 \begin_inset VSpace medskip
4411 \end_inset
4412
4413 To use 
4414 \series bold
4415
4416 \backslash
4417 iddots
4418 \series default
4419 , one of the options 
4420 \family sans
4421 Use mathdots package (automatically)
4422 \family default
4423  must be set in the document settings under 
4424 \family sans
4425 Math
4426 \begin_inset space ~
4427 \end_inset
4428
4429 Options
4430 \family default
4431 .
4432 \begin_inset Newline newline
4433 \end_inset
4434
4435 Using the option 
4436 \family sans
4437 Use mathdots package
4438 \family default
4439  will improve the appearance of all dots in the documents if their font
4440  style or size is not the default.
4441 \end_layout
4442
4443 \begin_layout Standard
4444 \begin_inset VSpace medskip
4445 \end_inset
4446
4447 Specially for matrices there are ellipses that span over several columns.
4448  They are created with the command 
4449 \series bold
4450
4451 \backslash
4452 hdotsfor
4453 \series default
4454
4455 \begin_inset Index idx
4456 status collapsed
4457
4458 \begin_layout Plain Layout
4459 Commands ! H ! 
4460 \backslash
4461 hdotsfor
4462 \end_layout
4463
4464 \end_inset
4465
4466 , that has the following scheme:
4467 \end_layout
4468
4469 \begin_layout Standard
4470
4471 \series bold
4472
4473 \backslash
4474 hdotsfor[distance]{number of columns}
4475 \end_layout
4476
4477 \begin_layout Standard
4478 The number of columns specifies how many columns should be spanned.
4479  Distance is a factor for the distance between the dots.
4480 \end_layout
4481
4482 \begin_layout Standard
4483 In the following matrix the command 
4484 \series bold
4485
4486 \backslash
4487 hdotsfor[2]{4}
4488 \series default
4489  was inserted in the first box of the second line, to get an ellipsis with
4490  a dot distance twice as long as with the command 
4491 \series bold
4492
4493 \backslash
4494 dots
4495 \series default
4496 :
4497 \begin_inset Formula 
4498 \[
4499 \left(\begin{array}{cccc}
4500 A & B & C & D\\
4501 \hdotsfor[2]{4}\\
4502 q & w & e & r
4503 \end{array}\right)
4504 \]
4505
4506 \end_inset
4507
4508 Note that the matrix fields that should be spanned must be empty, otherwise
4509  you get \SpecialChar LaTeX
4510 -errors.
4511 \end_layout
4512
4513 \begin_layout Standard
4514 \begin_inset VSpace bigskip
4515 \end_inset
4516
4517 Furthermore you can fill with the command 
4518 \series bold
4519
4520 \backslash
4521 dotfill
4522 \series default
4523
4524 \begin_inset Index idx
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528 Commands ! D ! 
4529 \backslash
4530 dotfill
4531 \end_layout
4532
4533 \end_inset
4534
4535  the rest of a line with dots.
4536  The effect of these commands is the same as with 
4537 \series bold
4538
4539 \backslash
4540 hfill
4541 \series default
4542 , see 
4543 \begin_inset CommandInset ref
4544 LatexCommand ref
4545 reference "subsec:Variable-Space"
4546
4547 \end_inset
4548
4549 .
4550 \end_layout
4551
4552 \begin_layout Standard
4553 For example the command 
4554 \series bold
4555 A
4556 \backslash
4557 dotfill
4558 \begin_inset space \textvisiblespace{}
4559 \end_inset
4560
4561 B
4562 \series default
4563  produces
4564 \end_layout
4565
4566 \begin_layout Standard
4567 \begin_inset Formula $A\dotfill B$
4568 \end_inset
4569
4570
4571 \end_layout
4572
4573 \begin_layout Standard
4574 Similar to
4575 \series bold
4576  
4577 \backslash
4578 dotfill
4579 \series default
4580  there is for a line the command 
4581 \series bold
4582
4583 \backslash
4584 hrulefill
4585 \series default
4586
4587 \begin_inset Index idx
4588 status collapsed
4589
4590 \begin_layout Plain Layout
4591 Commands ! H ! 
4592 \backslash
4593 hrulefill
4594 \end_layout
4595
4596 \end_inset
4597
4598 :
4599 \end_layout
4600
4601 \begin_layout Standard
4602 \begin_inset Formula $A\hrulefill B$
4603 \end_inset
4604
4605
4606 \end_layout
4607
4608 \begin_layout Standard
4609 To use the commands for text, they have to be inserted in \SpecialChar TeX
4610  mode.
4611 \end_layout
4612
4613 \begin_layout Section
4614 Matrices
4615 \begin_inset CommandInset label
4616 LatexCommand label
4617 name "sec:Matrices"
4618
4619 \end_inset
4620
4621
4622 \begin_inset Index idx
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626 Matrices
4627 \end_layout
4628
4629 \end_inset
4630
4631
4632 \end_layout
4633
4634 \begin_layout Standard
4635 Matrices can be inserted via the math toolbar button 
4636 \begin_inset Info
4637 type  "icon"
4638 arg   "dialog-show mathmatrix"
4639 \end_inset
4640
4641  or the menu 
4642 \family sans
4643 Insert\SpecialChar menuseparator
4644 Math\SpecialChar menuseparator
4645 Matrix
4646 \family default
4647 .
4648  In the matrix dialog you can specify the number of columns and rows, the
4649  alignment and the decoration.
4650  The vertical alignment is only of importance for matrices in inline formulas:
4651 \end_layout
4652
4653 \begin_layout Standard
4654 The first matrix is top 
4655 \begin_inset Formula $\begin{array}[t]{cccc}
4656 A & D & G & J\\
4657 B & E & H & K\\
4658 C & F & I & L
4659 \end{array}$
4660 \end_inset
4661
4662 , the second middle 
4663 \begin_inset Formula $\begin{array}{cccc}
4664 A & D & G & J\\
4665 B & E & H & K\\
4666 C & F & I & L
4667 \end{array}$
4668 \end_inset
4669
4670  and the third bottom 
4671 \begin_inset Formula $\begin{array}[b]{cccc}
4672 A & D & G & J\\
4673 B & E & H & K\\
4674 C & F & I & L
4675 \end{array}$
4676 \end_inset
4677
4678  aligned.
4679 \end_layout
4680
4681 \begin_layout Standard
4682 The horizontal alignment specifies how the column entries should be aligned.
4683  It is set by entering a letter for every column.
4684  
4685 \emph on
4686 l
4687 \emph default
4688  denotes left aligned, 
4689 \emph on
4690 c
4691 \emph default
4692  centered and 
4693 \emph on
4694 r
4695 \emph default
4696  right aligned.
4697  To create for example a 4
4698 \series bold
4699 ×
4700 \series default
4701 4
4702 \begin_inset space ~
4703 \end_inset
4704
4705 matrix where the first column is left aligned, the second and third are
4706  centered and the last one is right aligned, one enters for the horizontal
4707  alignment 
4708 \series bold
4709 lccr
4710 \series default
4711 .
4712  Normally in a matrix all columns are centered, therefore the default for
4713  every column is a 
4714 \series bold
4715 c
4716 \series default
4717 .
4718 \end_layout
4719
4720 \begin_layout Standard
4721 Horizontal alignment:
4722 \end_layout
4723
4724 \begin_layout Standard
4725
4726 \series bold
4727 lll
4728 \series default
4729  : 
4730 \begin_inset Formula $\begin{array}{lll}
4731 10000 & D & G\\
4732 B & 10000 & H\\
4733 C & F & 10000
4734 \end{array}$
4735 \end_inset
4736
4737  , 
4738 \series bold
4739 ccc
4740 \series default
4741  : 
4742 \begin_inset Formula $\begin{array}{ccc}
4743 10000 & D & G\\
4744 B & 10000 & H\\
4745 C & F & 10000
4746 \end{array}$
4747 \end_inset
4748
4749  , 
4750 \series bold
4751 rrr
4752 \series default
4753  : 
4754 \begin_inset Formula $\begin{array}{rrr}
4755 10000 & D & G\\
4756 B & 10000 & H\\
4757 C & F & 10000
4758 \end{array}$
4759 \end_inset
4760
4761
4762 \end_layout
4763
4764 \begin_layout Standard
4765 To add or delete rows and columns subsequently, the math toolbar buttons
4766  
4767 \begin_inset Info
4768 type  "icon"
4769 arg   "tabular-feature append-row"
4770 \end_inset
4771
4772
4773 \begin_inset Info
4774 type  "icon"
4775 arg   "tabular-feature delete-row"
4776 \end_inset
4777
4778 , etc.
4779 \begin_inset space \thinspace{}
4780 \end_inset
4781
4782 , or the menu 
4783 \family sans
4784 Edit\SpecialChar menuseparator
4785 Rows & Columns
4786 \family default
4787  can be used.
4788  New rows can also be created with 
4789 \begin_inset Info
4790 type  "shortcut"
4791 arg   "newline-insert newline"
4792 \end_inset
4793
4794 .
4795 \end_layout
4796
4797 \begin_layout Standard
4798 \begin_inset VSpace bigskip
4799 \end_inset
4800
4801 The 
4802 \family sans
4803 Decoration
4804 \family default
4805  adds parentheses in the selected style around the matrix.
4806  Alternatively, parentheses can can either be created with the commands
4807  
4808 \series bold
4809
4810 \backslash
4811 left
4812 \series default
4813
4814 \begin_inset Index idx
4815 status collapsed
4816
4817 \begin_layout Plain Layout
4818 Commands ! L ! 
4819 \backslash
4820 left
4821 \end_layout
4822
4823 \end_inset
4824
4825  and 
4826 \series bold
4827
4828 \backslash
4829 right
4830 \series default
4831
4832 \begin_inset Index idx
4833 status collapsed
4834
4835 \begin_layout Plain Layout
4836 Commands ! R ! 
4837 \backslash
4838 right
4839 \end_layout
4840
4841 \end_inset
4842
4843  (shortcut 
4844 \family sans
4845 Alt+M
4846 \begin_inset space ~
4847 \end_inset
4848
4849 Parenthesis
4850 \family default
4851 ), see 
4852 \begin_inset CommandInset ref
4853 LatexCommand ref
4854 reference "subsec:Automatic-Bracket-Size"
4855
4856 \end_inset
4857
4858 , or by using the following commands:
4859 \begin_inset VSpace medskip
4860 \end_inset
4861
4862
4863 \end_layout
4864
4865 \begin_layout Standard
4866 \begin_inset space \hfill{}
4867 \end_inset
4868
4869
4870 \begin_inset Tabular
4871 <lyxtabular version="3" rows="4" columns="2">
4872 <features booktabs="true" tabularvalignment="middle">
4873 <column alignment="center" valignment="top" width="0pt">
4874 <column alignment="center" valignment="top">
4875 <row>
4876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Command
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 Result
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row topspace="1.5mm">
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \backslash
4902 bmatrix
4903 \begin_inset space \textvisiblespace{}
4904 \end_inset
4905
4906 2
4907 \series bold
4908 ×
4909 \series default
4910 2
4911 \begin_inset space \thinspace{}
4912 \end_inset
4913
4914 matrix
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4924 0 & \textrm{-}\mathrm{i}\\
4925 \mathrm{i} & 0
4926 \end{array}\end{bmatrix}$
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 <row topspace="1.5mm" bottomspace="0.5mm">
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \backslash
4942 Bmatrix
4943 \begin_inset space \textvisiblespace{}
4944 \end_inset
4945
4946 2
4947 \series bold
4948 ×
4949 \series default
4950 2
4951 \begin_inset space \thinspace{}
4952 \end_inset
4953
4954 matrix
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4964 0 & \textrm{-}\mathrm{i}\\
4965 \mathrm{i} & 0
4966 \end{array}\end{Bmatrix}$
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \backslash
4982 pmatrix
4983 \begin_inset space \textvisiblespace{}
4984 \end_inset
4985
4986 2
4987 \series bold
4988 ×
4989 \series default
4990 2
4991 \begin_inset space \thinspace{}
4992 \end_inset
4993
4994 matrix
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5004 0 & \textrm{-}\mathrm{i}\\
5005 \mathrm{i} & 0
5006 \end{array}\end{pmatrix}$
5007 \end_inset
5008
5009
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 </lyxtabular>
5016
5017 \end_inset
5018
5019
5020 \begin_inset space \hfill{}
5021 \end_inset
5022
5023
5024 \begin_inset Tabular
5025 <lyxtabular version="3" rows="4" columns="2">
5026 <features booktabs="true" tabularvalignment="middle">
5027 <column alignment="center" valignment="top" width="0pt">
5028 <column alignment="center" valignment="top">
5029 <row>
5030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Command
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Result
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row topspace="1.5mm">
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \backslash
5056 vmatrix
5057 \begin_inset space \textvisiblespace{}
5058 \end_inset
5059
5060 2
5061 \series bold
5062 ×
5063 \series default
5064 2
5065 \begin_inset space \thinspace{}
5066 \end_inset
5067
5068 matrix
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5078 0 & \textrm{-}\mathrm{i}\\
5079 \mathrm{i} & 0
5080 \end{array}\end{vmatrix}$
5081 \end_inset
5082
5083
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row topspace="1.5mm" bottomspace="0.5mm">
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \backslash
5096 Vmatrix
5097 \begin_inset space \textvisiblespace{}
5098 \end_inset
5099
5100 2
5101 \series bold
5102 ×
5103 \series default
5104 2
5105 \begin_inset space \thinspace{}
5106 \end_inset
5107
5108 matrix
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5118 0 & \textrm{-}\mathrm{i}\\
5119 \mathrm{i} & 0
5120 \end{array}\end{Vmatrix}$
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \backslash
5136 matrix
5137 \begin_inset space \textvisiblespace{}
5138 \end_inset
5139
5140 2
5141 \series bold
5142 ×
5143 \series default
5144 2
5145 \begin_inset space \thinspace{}
5146 \end_inset
5147
5148 matrix
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5158 0 & \textrm{-}\mathrm{i}\\
5159 \mathrm{i} & 0
5160 \end{array}\end{matrix}$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 </lyxtabular>
5170
5171 \end_inset
5172
5173
5174 \begin_inset space \hfill{}
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 \begin_inset VSpace medskip
5182 \end_inset
5183
5184 When e.
5185 \begin_inset space \thinspace{}
5186 \end_inset
5187
5188 g.
5189 \begin_inset space \space{}
5190 \end_inset
5191
5192
5193 \series bold
5194
5195 \backslash
5196 vmatrix
5197 \series default
5198  is inserted, a blue box appears between two vertical lines where the matrix
5199  is inserted.
5200 \begin_inset Newline newline
5201 \end_inset
5202
5203 Note that decorated matrices ignore the vertical alignment.
5204 \end_layout
5205
5206 \begin_layout Standard
5207 \begin_inset VSpace bigskip
5208 \end_inset
5209
5210 As all multiline formulas are matrices, the length 
5211 \series bold
5212
5213 \backslash
5214 arraycolsep
5215 \series default
5216
5217 \begin_inset Index idx
5218 status collapsed
5219
5220 \begin_layout Plain Layout
5221 Commands ! A ! 
5222 \backslash
5223 arraycolsep
5224 \end_layout
5225
5226 \end_inset
5227
5228  that is described in 
5229 \begin_inset CommandInset ref
5230 LatexCommand ref
5231 reference "subsec:Column-Separation"
5232
5233 \end_inset
5234
5235  can also be used to change the column separation of matrices.
5236 \end_layout
5237
5238 \begin_layout Standard
5239 To change the row separation, the command 
5240 \series bold
5241
5242 \backslash
5243 arraystretch
5244 \series default
5245
5246 \begin_inset Index idx
5247 status collapsed
5248
5249 \begin_layout Plain Layout
5250 Commands ! A ! 
5251 \backslash
5252 arraystretch
5253 \end_layout
5254
5255 \end_inset
5256
5257  is used.
5258  It is used as follows:
5259 \end_layout
5260
5261 \begin_layout Standard
5262
5263 \series bold
5264
5265 \backslash
5266 renewcommand{
5267 \backslash
5268 arraystretch}{stretch factor}
5269 \begin_inset Index idx
5270 status collapsed
5271
5272 \begin_layout Plain Layout
5273 Commands ! R ! 
5274 \backslash
5275 renewcommand
5276 \end_layout
5277
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \begin_layout Standard
5284 The command 
5285 \series bold
5286
5287 \backslash
5288 renewcommand
5289 \series default
5290  assigns the stretch factor to the predefined command 
5291 \series bold
5292
5293 \backslash
5294 arraystretch
5295 \series default
5296 .
5297  To double e.
5298 \begin_inset space \thinspace{}
5299 \end_inset
5300
5301 g.
5302 \begin_inset space \space{}
5303 \end_inset
5304
5305 the row separation, use the factor 2.
5306  This is then used for all following matrices.
5307  To go back to the original separation, assign the factor 1 to 
5308 \series bold
5309
5310 \backslash
5311 arraystretch
5312 \series default
5313 .
5314 \end_layout
5315
5316 \begin_layout Standard
5317 To set matrices into a text line, the command 
5318 \series bold
5319
5320 \backslash
5321 smallmatrix
5322 \series default
5323
5324 \begin_inset Index idx
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328 Commands ! S ! 
5329 \backslash
5330 smallmatrix
5331 \end_layout
5332
5333 \end_inset
5334
5335  is used.
5336  When it is inserted a blue box with two dashed lines appears.
5337  In this box the matrix is inserted.
5338 \end_layout
5339
5340 \begin_layout Standard
5341 This is a matrix 
5342 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5343 C & D
5344 \end{smallmatrix}\right)$
5345 \end_inset
5346
5347  in a text line.
5348 \end_layout
5349
5350 \begin_layout Section
5351 Brackets and Delimiters
5352 \begin_inset Index idx
5353 status collapsed
5354
5355 \begin_layout Plain Layout
5356 Brackets
5357 \end_layout
5358
5359 \end_inset
5360
5361
5362 \begin_inset Index idx
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366 Delimiters
5367 \end_layout
5368
5369 \end_inset
5370
5371
5372 \end_layout
5373
5374 \begin_layout Subsection
5375 Vertical Brackets and Delimiters
5376 \begin_inset Index idx
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Brackets ! vertical
5381 \end_layout
5382
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 \begin_inset space \hfill{}
5390 \end_inset
5391
5392
5393 \begin_inset Tabular
5394 <lyxtabular version="3" rows="9" columns="2">
5395 <features booktabs="true" tabularvalignment="middle">
5396 <column alignment="center" valignment="top" width="0pt">
5397 <column alignment="center" valignment="top" width="0pt">
5398 <row>
5399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Command
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Result
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 (
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 \begin_inset Formula $($
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row>
5442 <cell alignment="center" valignment="top" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 {
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 \begin_inset Formula $\{$
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="center" valignment="top" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 [
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 \begin_inset Formula $[$
5479 \end_inset
5480
5481
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="center" valignment="top" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \backslash
5494 langle
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $\langle$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 lceil
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 \begin_inset Formula $\lceil$
5529 \end_inset
5530
5531
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 </row>
5537 <row>
5538 <cell alignment="center" valignment="top" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542
5543 \backslash
5544 lfloor
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 \begin_inset Formula $\lfloor$
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row>
5563 <cell alignment="center" valignment="top" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 /
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 \begin_inset Formula $/$
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 <row>
5586 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 |
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 \begin_inset Formula $|$
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 </lyxtabular>
5609
5610 \end_inset
5611
5612
5613 \begin_inset space \hfill{}
5614 \end_inset
5615
5616
5617 \begin_inset Tabular
5618 <lyxtabular version="3" rows="9" columns="2">
5619 <features booktabs="true" tabularvalignment="middle">
5620 <column alignment="center" valignment="top" width="0pt">
5621 <column alignment="center" valignment="top" width="0pt">
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 Command
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 Result
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 </row>
5642 <row>
5643 <cell alignment="center" valignment="top" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 )
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $)$
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 }
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 \begin_inset Formula $\}$
5680 \end_inset
5681
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 </row>
5688 <row>
5689 <cell alignment="center" valignment="top" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 ]
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $]$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \backslash
5718 rangle
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\rangle$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \backslash
5743 rceil
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\rceil$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766
5767 \backslash
5768 rfloor
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $\rfloor$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 <row>
5787 <cell alignment="center" valignment="top" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791
5792 \backslash
5793
5794 \backslash
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 \begin_inset Formula $\backslash$
5805 \end_inset
5806
5807
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 </row>
5813 <row>
5814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818
5819 \backslash
5820 |
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 \begin_inset Formula $\|$
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 </row>
5838 </lyxtabular>
5839
5840 \end_inset
5841
5842
5843 \begin_inset space \hfill{}
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \begin_layout Standard
5850
5851 \series medium
5852 \begin_inset Note Greyedout
5853 status open
5854
5855 \begin_layout Plain Layout
5856
5857 \series bold
5858 Note:
5859 \series default
5860  In \SpecialChar TeX
5861  mode the command 
5862 \series bold
5863
5864 \backslash
5865 textbackslash
5866 \series default
5867
5868 \begin_inset Index idx
5869 status collapsed
5870
5871 \begin_layout Plain Layout
5872 Commands ! T ! 
5873 \backslash
5874 textbackslash
5875 \end_layout
5876
5877 \end_inset
5878
5879  must be used for the backslash, because the command 
5880 \series bold
5881
5882 \backslash
5883
5884 \backslash
5885
5886 \series default
5887  produces a line break there.
5888 \end_layout
5889
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \begin_layout Standard
5896 For all characters listed above the size can be adjusted with the commands
5897  described in the following two subsections.
5898  When using these commands, the characters < and > can directly be used
5899  instead of the commands 
5900 \series bold
5901
5902 \backslash
5903 langle
5904 \series default
5905  and 
5906 \series bold
5907
5908 \backslash
5909 rangle
5910 \series default
5911 .
5912 \end_layout
5913
5914 \begin_layout Subsubsection
5915 Manual Bracket Size
5916 \begin_inset CommandInset label
5917 LatexCommand label
5918 name "subsec:Manual-Bracket-Size"
5919
5920 \end_inset
5921
5922
5923 \begin_inset Index idx
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927 Bracket size ! manual
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Standard
5936 The bracket size can be specified manually by the \SpecialChar LaTeX
5937 -commands 
5938 \series bold
5939
5940 \backslash
5941 big
5942 \series default
5943
5944 \begin_inset Index idx
5945 status collapsed
5946
5947 \begin_layout Plain Layout
5948 Commands ! B ! 
5949 \backslash
5950 big
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \series bold
5957
5958 \backslash
5959 Big
5960 \series default
5961
5962 \series bold
5963
5964 \backslash
5965 bigg
5966 \series default
5967  and 
5968 \series bold
5969
5970 \backslash
5971 Bigg
5972 \series default
5973 .
5974  
5975 \series bold
5976
5977 \backslash
5978 big
5979 \series default
5980  denotes the smallest and 
5981 \series bold
5982
5983 \backslash
5984 Bigg
5985 \series default
5986  the largest bracket size.
5987 \end_layout
5988
5989 \begin_layout Standard
5990 These commands are used to emphasize levels of brackets:
5991 \end_layout
5992
5993 \begin_layout Standard
5994 \align center
5995 \begin_inset Tabular
5996 <lyxtabular version="3" rows="2" columns="2">
5997 <features booktabs="true" tabularvalignment="middle">
5998 <column alignment="center" valignment="top" width="0pt">
5999 <column alignment="center" valignment="top" width="0pt">
6000 <row>
6001 <cell alignment="center" valignment="top" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 all brackets in the same size:
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 \begin_inset Formula $((A+B)(A-B))^{C}$
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 <row topspace="2mm">
6024 <cell alignment="center" valignment="top" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 this looks better:
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 </lyxtabular>
6047
6048 \end_inset
6049
6050
6051 \end_layout
6052
6053 \begin_layout Standard
6054 For the second formula the command 
6055 \series bold
6056
6057 \backslash
6058 Big((A+B)(A-B)
6059 \backslash
6060 Big)^
6061 \begin_inset space \textvisiblespace{}
6062 \end_inset
6063
6064 C
6065 \series default
6066  has been used.
6067 \end_layout
6068
6069 \begin_layout Standard
6070 Here is an overview about all bracket sizes:
6071 \end_layout
6072
6073 \begin_layout Standard
6074 \align center
6075
6076 \backslash
6077 Bigg(
6078 \backslash
6079 exp
6080 \backslash
6081 bigg<
6082 \backslash
6083 Big[
6084 \backslash
6085 big{
6086 \backslash
6087 ln(3x)
6088 \backslash
6089 big}^2
6090 \begin_inset space \textvisiblespace{}
6091 \end_inset
6092
6093
6094 \backslash
6095 sin(x)
6096 \backslash
6097 Big]^
6098 \begin_inset space \textvisiblespace{}
6099 \end_inset
6100
6101 A
6102 \begin_inset space \textvisiblespace{}
6103 \end_inset
6104
6105
6106 \backslash
6107 bigg>
6108 \backslash
6109 Bigg)^0,5
6110 \end_layout
6111
6112 \begin_layout Standard
6113 \align center
6114 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \begin_layout Standard
6121 Besides the 
6122 \series bold
6123
6124 \backslash
6125 big
6126 \series default
6127 -commands there is the variant 
6128 \series bold
6129
6130 \backslash
6131 bigm
6132 \series default
6133
6134 \begin_inset Index idx
6135 status collapsed
6136
6137 \begin_layout Plain Layout
6138 Commands ! B ! 
6139 \backslash
6140 bigm
6141 \end_layout
6142
6143 \end_inset
6144
6145  that adds a bit more space between the bracket and its content, and the
6146  variant 
6147 \series bold
6148
6149 \backslash
6150 bigl
6151 \series default
6152 -
6153 \series bold
6154
6155 \backslash
6156 bigr
6157 \series default
6158
6159 \begin_inset Index idx
6160 status collapsed
6161
6162 \begin_layout Plain Layout
6163 Commands ! B ! 
6164 \backslash
6165 bigl - 
6166 \backslash
6167 bigr
6168 \end_layout
6169
6170 \end_inset
6171
6172 , that don't add additional space.
6173  The 
6174 \emph on
6175 l
6176 \emph default
6177  at the end of the command 
6178 \series bold
6179
6180 \backslash
6181 bigl
6182 \series default
6183  is for a left bracket; for a right bracket this will be replaced by an
6184  
6185 \emph on
6186 r
6187 \emph default
6188 .
6189  A left or right bracket can each be an opening or closing bracket.
6190 \end_layout
6191
6192 \begin_layout Standard
6193 In the following table is a comparison of the variants:
6194 \end_layout
6195
6196 \begin_layout Standard
6197 \align center
6198 \begin_inset Tabular
6199 <lyxtabular version="3" rows="5" columns="2">
6200 <features booktabs="true" tabularvalignment="middle">
6201 <column alignment="center" valignment="top" width="0pt">
6202 <column alignment="center" valignment="middle">
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 Command
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 Result
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 </row>
6223 <row topspace="2mm">
6224 <cell alignment="center" valignment="top" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228
6229 \backslash
6230 Bigm(
6231 \backslash
6232 bigm(
6233 \backslash
6234 ln(3x)
6235 \backslash
6236 bigm)^2
6237 \begin_inset space \textvisiblespace{}
6238 \end_inset
6239
6240
6241 \backslash
6242 Bigm)
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row topspace="2mm">
6261 <cell alignment="center" valignment="top" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \backslash
6267 Big(
6268 \backslash
6269 big(
6270 \backslash
6271 ln(3x)
6272 \backslash
6273 big)^2
6274 \begin_inset space \textvisiblespace{}
6275 \end_inset
6276
6277
6278 \backslash
6279 Big)
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row topspace="2mm" bottomspace="0.5mm">
6298 <cell alignment="center" valignment="top" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302
6303 \backslash
6304 Bigl(
6305 \backslash
6306 bigl(
6307 \backslash
6308 ln(3x)
6309 \backslash
6310 bigr)^2
6311 \begin_inset space \textvisiblespace{}
6312 \end_inset
6313
6314
6315 \backslash
6316 Bigr)
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row topspace="1.5mm" bottomspace="0.5mm">
6335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339
6340 \backslash
6341 bigl)
6342 \backslash
6343 ln(3x)
6344 \backslash
6345 bigr(
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6355 \end_inset
6356
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 </row>
6363 </lyxtabular>
6364
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \begin_layout Subsubsection
6371 Automatic Bracket Size
6372 \begin_inset CommandInset label
6373 LatexCommand label
6374 name "subsec:Automatic-Bracket-Size"
6375
6376 \end_inset
6377
6378
6379 \begin_inset Index idx
6380 status collapsed
6381
6382 \begin_layout Plain Layout
6383 Bracket size ! automatic
6384 \end_layout
6385
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \begin_layout Standard
6392 Brackets with variable size can be inserted with the commands 
6393 \series bold
6394
6395 \backslash
6396 left
6397 \series default
6398
6399 \begin_inset Index idx
6400 status collapsed
6401
6402 \begin_layout Plain Layout
6403 Commands ! L ! 
6404 \backslash
6405 left
6406 \end_layout
6407
6408 \end_inset
6409
6410  and 
6411 \series bold
6412
6413 \backslash
6414 right
6415 \series default
6416
6417 \begin_inset Index idx
6418 status collapsed
6419
6420 \begin_layout Plain Layout
6421 Commands ! R ! 
6422 \backslash
6423 right
6424 \end_layout
6425
6426 \end_inset
6427
6428  or via the math toolbar button 
6429 \begin_inset Info
6430 type  "icon"
6431 arg   "dialog-show mathdelimiter"
6432 \end_inset
6433
6434 .
6435  Directly behind 
6436 \series bold
6437
6438 \backslash
6439 left
6440 \series default
6441  and 
6442 \series bold
6443
6444 \backslash
6445 right
6446 \series default
6447  the wanted bracket must be inserted.
6448  The bracket size will then automatically be calculated for the output.
6449 \end_layout
6450
6451 \begin_layout Standard
6452 \align center
6453 normal bracket: The command 
6454 \series bold
6455
6456 \backslash
6457 ln(
6458 \backslash
6459 frac
6460 \begin_inset space \textvisiblespace{}
6461 \end_inset
6462
6463 A
6464 \begin_inset Formula $\downarrow$
6465 \end_inset
6466
6467 C
6468 \begin_inset space \textvisiblespace{}
6469 \end_inset
6470
6471 )
6472 \series default
6473  creates
6474 \begin_inset Formula 
6475 \[
6476 \ln(\frac{A}{C})
6477 \]
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \begin_layout Standard
6485 \align center
6486 multiline bracket: The command 
6487 \series bold
6488
6489 \backslash
6490 ln
6491 \backslash
6492 left(
6493 \backslash
6494 frac
6495 \begin_inset space \textvisiblespace{}
6496 \end_inset
6497
6498 A
6499 \begin_inset Formula $\downarrow$
6500 \end_inset
6501
6502 C
6503 \begin_inset space \textvisiblespace{}
6504 \end_inset
6505
6506
6507 \backslash
6508 right)
6509 \series default
6510  creates
6511 \begin_inset Formula 
6512 \[
6513 \ln\left(\frac{A}{C}\right)
6514 \]
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 Instead of 
6523 \series bold
6524
6525 \backslash
6526 left
6527 \series default
6528  and 
6529 \series bold
6530
6531 \backslash
6532 right
6533 \series default
6534  the shortcut 
6535 \family sans
6536 Alt+M
6537 \begin_inset space ~
6538 \end_inset
6539
6540 Bracket
6541 \family default
6542  can be used.
6543  This has the advantage that you can see in \SpecialChar LyX
6544  immediately the real bracket
6545  size and that the matching right bracket will be created too.
6546 \begin_inset Newline newline
6547 \end_inset
6548
6549 The command for the last example would then be: 
6550 \series bold
6551
6552 \backslash
6553 ln Alt+M
6554 \series default
6555  
6556 \series bold
6557 (
6558 \backslash
6559 frac
6560 \begin_inset space \textvisiblespace{}
6561 \end_inset
6562
6563 A
6564 \begin_inset Formula $\downarrow$
6565 \end_inset
6566
6567 C
6568 \end_layout
6569
6570 \begin_layout Standard
6571 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6572  For example the command 
6573 \series bold
6574
6575 \backslash
6576 left.
6577 \backslash
6578 frac
6579 \begin_inset space \textvisiblespace{}
6580 \end_inset
6581
6582 A
6583 \begin_inset Formula $\downarrow$
6584 \end_inset
6585
6586 B
6587 \begin_inset space \textvisiblespace{}
6588 \end_inset
6589
6590
6591 \backslash
6592 right}
6593 \series default
6594  creates:
6595 \series bold
6596
6597 \begin_inset Formula 
6598 \[
6599 \left.\frac{A}{B}\right\} 
6600 \]
6601
6602 \end_inset
6603
6604
6605 \series default
6606 The commands 
6607 \series bold
6608
6609 \backslash
6610 left
6611 \series default
6612  and 
6613 \series bold
6614
6615 \backslash
6616 right
6617 \series default
6618  will be converted by \SpecialChar LyX
6619  to brackets in the right size when the document is
6620  reloaded and an omitted bracket will appear as dashed line.
6621 \end_layout
6622
6623 \begin_layout Standard
6624 \begin_inset VSpace bigskip
6625 \end_inset
6626
6627 Because all popular \SpecialChar LaTeX
6628  distributions use e\SpecialChar TeX
6629 , an extension to \SpecialChar LaTeX
6630 , the command
6631  
6632 \series bold
6633
6634 \backslash
6635 middle
6636 \series default
6637
6638 \begin_inset Index idx
6639 status collapsed
6640
6641 \begin_layout Plain Layout
6642 Commands ! M ! 
6643 \backslash
6644 middle
6645 \end_layout
6646
6647 \end_inset
6648
6649  is additionally available for all brackets and limits.
6650  With this command the height of the following character is adapted to the
6651  one of the surrounding brackets, what is e.
6652 \begin_inset space \thinspace{}
6653 \end_inset
6654
6655 g.
6656 \begin_inset space \space{}
6657 \end_inset
6658
6659 needed for physical vectors:
6660 \begin_inset Formula 
6661 \[
6662 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6663 \]
6664
6665 \end_inset
6666
6667 For physical vectors there is a special \SpecialChar LaTeX
6668 -package, described in 
6669 \begin_inset CommandInset ref
6670 LatexCommand ref
6671 reference "subsec:Physical-Vectors"
6672
6673 \end_inset
6674
6675 .
6676 \end_layout
6677
6678 \begin_layout Subsection
6679 Horizontal Brackets
6680 \begin_inset Index idx
6681 status collapsed
6682
6683 \begin_layout Plain Layout
6684 Brackets ! horizontal
6685 \end_layout
6686
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \begin_layout Standard
6693 \align center
6694 \begin_inset Tabular
6695 <lyxtabular version="3" rows="4" columns="2">
6696 <features booktabs="true" tabularvalignment="middle">
6697 <column alignment="center" valignment="top" width="0pt">
6698 <column alignment="center" valignment="top" width="0pt">
6699 <row>
6700 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 Command
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 Result
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 </row>
6719 <row>
6720 <cell alignment="center" valignment="top" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724
6725 \backslash
6726 overbrace
6727 \begin_inset space \textvisiblespace{}
6728 \end_inset
6729
6730 A+B
6731 \begin_inset space \textvisiblespace{}
6732 \end_inset
6733
6734 ^3
6735 \begin_inset Index idx
6736 status collapsed
6737
6738 \begin_layout Plain Layout
6739 Commands ! O ! 
6740 \backslash
6741 overbrace
6742 \end_layout
6743
6744 \end_inset
6745
6746
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 \begin_inset Formula $\overbrace{A+B}^{3}$
6756 \end_inset
6757
6758
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row topspace="2mm">
6765 <cell alignment="center" valignment="top" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769
6770 \backslash
6771 underbrace
6772 \begin_inset space \textvisiblespace{}
6773 \end_inset
6774
6775 A+B
6776 \begin_inset space \textvisiblespace{}
6777 \end_inset
6778
6779 _5
6780 \begin_inset Index idx
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784 Commands ! U ! 
6785 \backslash
6786 underbrace
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 \begin_inset Formula $\underbrace{A+B}_{5}$
6801 \end_inset
6802
6803
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 </row>
6809 <row>
6810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \backslash
6816 overbrace
6817 \begin_inset space \textvisiblespace{}
6818 \end_inset
6819
6820
6821 \backslash
6822 underbrace
6823 \begin_inset space \textvisiblespace{}
6824 \end_inset
6825
6826 A+B_w
6827 \begin_inset space \textvisiblespace{}
6828 \end_inset
6829
6830
6831 \begin_inset space \textvisiblespace{}
6832 \end_inset
6833
6834 _7
6835 \begin_inset space \textvisiblespace{}
6836 \end_inset
6837
6838
6839 \begin_inset space \textvisiblespace{}
6840 \end_inset
6841
6842 ^
6843 \begin_inset space \textvisiblespace{}
6844 \end_inset
6845
6846 C
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 </lyxtabular>
6865
6866 \end_inset
6867
6868
6869 \end_layout
6870
6871 \begin_layout Standard
6872 In the last example it doesn't matter if 
6873 \series bold
6874
6875 \backslash
6876 overbrace
6877 \series default
6878  or 
6879 \series bold
6880
6881 \backslash
6882 underbrace
6883 \series default
6884  is inserted at first.
6885 \end_layout
6886
6887 \begin_layout Standard
6888 \begin_inset VSpace medskip
6889 \end_inset
6890
6891
6892 \end_layout
6893
6894 \begin_layout Standard
6895 If you set in the document settings under 
6896 \family sans
6897 Math
6898 \begin_inset space ~
6899 \end_inset
6900
6901 Options
6902 \family default
6903  for the package 
6904 \series bold
6905 mathtools
6906 \series default
6907
6908 \begin_inset Index idx
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912 Packages ! mathtools
6913 \end_layout
6914
6915 \end_inset
6916
6917  the option 
6918 \family sans
6919 Load
6920 \begin_inset space ~
6921 \end_inset
6922
6923 always
6924 \family default
6925 , you have access to square backets:
6926 \end_layout
6927
6928 \begin_layout Standard
6929 \align center
6930 \begin_inset Tabular
6931 <lyxtabular version="3" rows="4" columns="2">
6932 <features booktabs="true" tabularvalignment="middle">
6933 <column alignment="center" valignment="top" width="0pt">
6934 <column alignment="center" valignment="top" width="0pt">
6935 <row>
6936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 Command
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 Result
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 </row>
6955 <row>
6956 <cell alignment="center" valignment="top" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960
6961 \backslash
6962
6963 \family roman
6964 \series medium
6965 \shape up
6966 \size normal
6967 \emph off
6968 \bar no
6969 \strikeout off
6970 \uuline off
6971 \uwave off
6972 \noun off
6973 \color none
6974 overbracket
6975 \family default
6976 \series default
6977 \shape default
6978 \size default
6979 \emph default
6980 \bar default
6981 \strikeout default
6982 \uuline default
6983 \uwave default
6984 \noun default
6985 \color inherit
6986 {A+B
6987 \begin_inset space \textvisiblespace{}
6988 \end_inset
6989
6990 ^3
6991 \begin_inset Index idx
6992 status collapsed
6993
6994 \begin_layout Plain Layout
6995 Commands ! O ! 
6996 \backslash
6997 overbracket
6998 \end_layout
6999
7000 \end_inset
7001
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 \begin_inset Formula $\overbracket{A+B}^{3}$
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 </row>
7020 <row topspace="2mm">
7021 <cell alignment="center" valignment="top" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025
7026 \backslash
7027 under
7028 \family roman
7029 \series medium
7030 \shape up
7031 \size normal
7032 \emph off
7033 \bar no
7034 \strikeout off
7035 \uuline off
7036 \uwave off
7037 \noun off
7038 \color none
7039 bracket
7040 \family default
7041 \series default
7042 \shape default
7043 \size default
7044 \emph default
7045 \bar default
7046 \strikeout default
7047 \uuline default
7048 \uwave default
7049 \noun default
7050 \color inherit
7051 {A+B
7052 \begin_inset space \textvisiblespace{}
7053 \end_inset
7054
7055 _5
7056 \begin_inset Index idx
7057 status collapsed
7058
7059 \begin_layout Plain Layout
7060 Commands ! U ! 
7061 \backslash
7062 under
7063 \family roman
7064 \series medium
7065 \shape up
7066 \size normal
7067 \emph off
7068 \bar no
7069 \strikeout off
7070 \uuline off
7071 \uwave off
7072 \noun off
7073 \color none
7074 bracket
7075 \end_layout
7076
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 \begin_inset Formula $\underbracket{A+B}_{5}$
7089 \end_inset
7090
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 </row>
7097 <row>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102
7103 \backslash
7104 overbracket{
7105 \backslash
7106 underbracket{A+B_w
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110
7111 \begin_inset space \textvisiblespace{}
7112 \end_inset
7113
7114 _7
7115 \begin_inset space \textvisiblespace{}
7116 \end_inset
7117
7118
7119 \begin_inset space \textvisiblespace{}
7120 \end_inset
7121
7122 ^
7123 \begin_inset space \textvisiblespace{}
7124 \end_inset
7125
7126 C
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 </row>
7144 </lyxtabular>
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \begin_layout Standard
7152 For 
7153 \series bold
7154
7155 \backslash
7156 overbracket
7157 \series default
7158  and 
7159 \series bold
7160
7161 \backslash
7162 underbracket
7163 \series default
7164  you can change the thickness of the bracket's stroke by specifying the
7165  desired thickness in square brackets behind the command:
7166 \end_layout
7167
7168 \begin_layout Standard
7169 \align center
7170 \begin_inset Tabular
7171 <lyxtabular version="3" rows="3" columns="2">
7172 <features booktabs="true" tabularvalignment="middle">
7173 <column alignment="center" valignment="top" width="0pt">
7174 <column alignment="center" valignment="top" width="0pt">
7175 <row>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 Command
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 Result
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 </row>
7195 <row>
7196 <cell alignment="center" valignment="top" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200
7201 \backslash
7202
7203 \family roman
7204 \series medium
7205 \shape up
7206 \size normal
7207 \emph off
7208 \bar no
7209 \strikeout off
7210 \uuline off
7211 \uwave off
7212 \noun off
7213 \color none
7214 overbracket
7215 \family default
7216 \series default
7217 \shape default
7218 \size default
7219 \emph default
7220 \bar default
7221 \strikeout default
7222 \uuline default
7223 \uwave default
7224 \noun default
7225 \color inherit
7226 [3pt]
7227 \backslash
7228 {A+B
7229 \begin_inset space \textvisiblespace{}
7230 \end_inset
7231
7232 ^3
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7242 \end_inset
7243
7244
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row topspace="2mm">
7251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255
7256 \backslash
7257 under
7258 \family roman
7259 \series medium
7260 \shape up
7261 \size normal
7262 \emph off
7263 \bar no
7264 \strikeout off
7265 \uuline off
7266 \uwave off
7267 \noun off
7268 \color none
7269 bracket
7270 \family default
7271 \series default
7272 \shape default
7273 \size default
7274 \emph default
7275 \bar default
7276 \strikeout default
7277 \uuline default
7278 \uwave default
7279 \noun default
7280 \color inherit
7281 [1pt]
7282 \backslash
7283 {A+B
7284 \begin_inset space \textvisiblespace{}
7285 \end_inset
7286
7287 _5
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7297 \end_inset
7298
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 </lyxtabular>
7306
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \begin_layout Standard
7313 \begin_inset VSpace bigskip
7314 \end_inset
7315
7316 When brackets should overlap each other, multiline formulas, as described
7317  in 
7318 \begin_inset CommandInset ref
7319 LatexCommand ref
7320 reference "sec:Multiline-Formulas"
7321
7322 \end_inset
7323
7324 , must be used:
7325 \begin_inset Formula 
7326 \begin{eqnarray*}
7327 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7328  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7329 \end{eqnarray*}
7330
7331 \end_inset
7332
7333 In the first row the formula is inserted together with the first brace.
7334  It is hereby important that the space command
7335 \begin_inset Foot
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339 Space commands are explained in 
7340 \begin_inset CommandInset ref
7341 LatexCommand ref
7342 reference "subsec:Predefined-Space"
7343
7344 \end_inset
7345
7346 .
7347 \end_layout
7348
7349 \end_inset
7350
7351  
7352 \series bold
7353
7354 \backslash
7355 :
7356 \series default
7357  is inserted before the first 
7358 \begin_inset Formula $d$
7359 \end_inset
7360
7361 , because the brace that ends behind the 
7362 \begin_inset Formula $q$
7363 \end_inset
7364
7365  prevents that the following 
7366 \begin_inset Quotes eld
7367 \end_inset
7368
7369 +
7370 \begin_inset Quotes erd
7371 \end_inset
7372
7373  is surrounded by space.
7374 \begin_inset Foot
7375 status collapsed
7376
7377 \begin_layout Plain Layout
7378 because a bracket is not handled as a character, see 
7379 \begin_inset CommandInset ref
7380 LatexCommand ref
7381 reference "subsec:Binary-Operators"
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \end_inset
7389
7390  In the second row the second brace is inserted.
7391  As it should begin before the 
7392 \begin_inset Formula $b$
7393 \end_inset
7394
7395 , first the command 
7396 \series bold
7397
7398 \backslash
7399 hphantom{gggg+
7400 \backslash
7401 :}
7402 \series default
7403  is inserted.
7404 \begin_inset Foot
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408 more about 
7409 \series bold
7410
7411 \backslash
7412 hphantom
7413 \series default
7414  see 
7415 \begin_inset CommandInset ref
7416 LatexCommand ref
7417 reference "subsec:Placeholders"
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \end_inset
7425
7426  This space is needed because the 
7427 \begin_inset Quotes eld
7428 \end_inset
7429
7430 +
7431 \begin_inset Quotes erd
7432 \end_inset
7433
7434  is also surrounded by space in the formula.
7435  The brace is placed under the command 
7436 \series bold
7437
7438 \backslash
7439 hphantom{bbqq+dddd}
7440 \series default
7441 .
7442 \end_layout
7443
7444 \begin_layout Standard
7445 It gets more complicated when brackets overlap each other above and under
7446  the formula, like in the following example:
7447 \begin_inset ERT
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452
7453 \backslash
7454 setlength{
7455 \backslash
7456 jot}{-6pt}
7457 \end_layout
7458
7459 \end_inset
7460
7461
7462 \begin_inset Formula 
7463 \begin{eqnarray*}
7464  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7465 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7466 \end{eqnarray*}
7467
7468 \end_inset
7469
7470
7471 \begin_inset ERT
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 setlength{
7479 \backslash
7480 jot}{3pt}
7481 \end_layout
7482
7483 \end_inset
7484
7485 The first formula row is the same as the second row of the previous example,
7486  with the difference that the brace is above.
7487  The second row contains the formula together with the second brace.
7488  To avoid that there is space between the upper brace in the first row and
7489  the formula, the row spacing needs to be reduced.
7490  This is not easily possible due to a bug in \SpecialChar LyX
7491 .
7492 \begin_inset Foot
7493 status collapsed
7494
7495 \begin_layout Plain Layout
7496 \begin_inset CommandInset href
7497 LatexCommand href
7498 name "LyX-bug #1505"
7499 target "https://www.lyx.org/trac/ticket/1505"
7500 literal "false"
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \end_inset
7508
7509  As a solution for the problem, the global formula row separation 
7510 \series bold
7511
7512 \backslash
7513 jot
7514 \series default
7515
7516 \begin_inset Index idx
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520 Commands ! J ! 
7521 \backslash
7522 jot
7523 \end_layout
7524
7525 \end_inset
7526
7527  must be changed to -6
7528 \begin_inset space \thinspace{}
7529 \end_inset
7530
7531 pt before the formula with the command 
7532 \series bold
7533
7534 \backslash
7535 setlength{
7536 \backslash
7537 jot}{-6pt}
7538 \series default
7539  in \SpecialChar TeX
7540  mode.
7541  
7542 \series bold
7543
7544 \backslash
7545 jot
7546 \series default
7547  is set back after the formula to the standard value of 3
7548 \begin_inset space \thinspace{}
7549 \end_inset
7550
7551 pt using the same command.
7552  More about the row separation in formulas is explained in 
7553 \begin_inset CommandInset ref
7554 LatexCommand ref
7555 reference "subsec:Line-Separation"
7556
7557 \end_inset
7558
7559 .
7560 \end_layout
7561
7562 \begin_layout Section
7563 Arrows
7564 \begin_inset Index idx
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568 Arrows
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \begin_layout Standard
7577 Arrows can be inserted via the math toolbar button 
7578 \begin_inset Info
7579 type  "icon"
7580 arg   "math-insert \\leftarrow"
7581 \end_inset
7582
7583  or the commands listed in the following subsections.
7584 \end_layout
7585
7586 \begin_layout Subsection
7587 Horizontal Arrows
7588 \begin_inset Index idx
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592 Arrows ! horizontal
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \begin_layout Standard
7601 \begin_inset space \hfill{}
7602 \end_inset
7603
7604
7605 \begin_inset Tabular
7606 <lyxtabular version="3" rows="8" columns="2">
7607 <features booktabs="true" tabularvalignment="middle">
7608 <column alignment="center" valignment="top" width="0pt">
7609 <column alignment="center" valignment="top" width="0pt">
7610 <row>
7611 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Command
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 Result
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \backslash
7637 gets
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 \begin_inset Formula $\gets$
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \backslash
7662 Leftarrow
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 \begin_inset Formula $\Leftarrow$
7672 \end_inset
7673
7674
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 </row>
7680 <row>
7681 <cell alignment="center" valignment="top" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \backslash
7687 longleftarrow
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 \begin_inset Formula $\longleftarrow$
7697 \end_inset
7698
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \backslash
7712 Longleftarrow
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 \begin_inset Formula $\Longleftarrow$
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \backslash
7737 leftharpoonup
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 \begin_inset Formula $\leftharpoonup$
7747 \end_inset
7748
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \backslash
7762 leftharpoondown
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 \begin_inset Formula $\leftharpoondown$
7772 \end_inset
7773
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row>
7781 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \backslash
7787 hookleftarrow
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 \begin_inset Formula $\hookleftarrow$
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 </lyxtabular>
7806
7807 \end_inset
7808
7809
7810 \begin_inset space \hfill{}
7811 \end_inset
7812
7813
7814 \begin_inset Tabular
7815 <lyxtabular version="3" rows="8" columns="2">
7816 <features booktabs="true" tabularvalignment="middle">
7817 <column alignment="center" valignment="top" width="0pt">
7818 <column alignment="center" valignment="top" width="0pt">
7819 <row>
7820 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 Command
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Result
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \backslash
7846 to
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Formula $\to$
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="center" valignment="top" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \backslash
7871 Rightarrow
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 \begin_inset Formula $\Rightarrow$
7881 \end_inset
7882
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row>
7890 <cell alignment="center" valignment="top" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \backslash
7896 longrightarrow
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 \begin_inset Formula $\longrightarrow$
7906 \end_inset
7907
7908
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="center" valignment="top" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \backslash
7921 Longrightarrow
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 \begin_inset Formula $\Longrightarrow$
7931 \end_inset
7932
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \backslash
7946 rightharpoonup
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 \begin_inset Formula $\rightharpoonup$
7956 \end_inset
7957
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \backslash
7971 rightharpoondown
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 \begin_inset Formula $\rightharpoondown$
7981 \end_inset
7982
7983
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \backslash
7996 hookrightarrow
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 \begin_inset Formula $\hookrightarrow$
8006 \end_inset
8007
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 </lyxtabular>
8015
8016 \end_inset
8017
8018
8019 \begin_inset space \hfill{}
8020 \end_inset
8021
8022
8023 \end_layout
8024
8025 \begin_layout Standard
8026 \begin_inset space \hfill{}
8027 \end_inset
8028
8029
8030 \begin_inset Tabular
8031 <lyxtabular version="3" rows="6" columns="2">
8032 <features booktabs="true" tabularvalignment="middle">
8033 <column alignment="center" valignment="top" width="0pt">
8034 <column alignment="center" valignment="top" width="0pt">
8035 <row>
8036 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Command
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Result
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \backslash
8062 leftrightarrow
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 \begin_inset Formula $\leftrightarrow$
8072 \end_inset
8073
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \backslash
8087 Leftrightarrow
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 \begin_inset Formula $\Leftrightarrow$
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110
8111 \backslash
8112 longleftrightarrow
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 \begin_inset Formula $\longleftrightarrow$
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 Longleftrightarrow
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\Longleftrightarrow$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 rightleftharpoons
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\rightleftharpoons$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 </lyxtabular>
8181
8182 \end_inset
8183
8184
8185 \begin_inset space \hspace{}
8186 \length 25pt
8187 \end_inset
8188
8189
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \begin_inset Tabular
8195 <lyxtabular version="3" rows="5" columns="2">
8196 <features booktabs="true" tabularvalignment="middle">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Command
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Result
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 mapsto
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\mapsto$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 longmapsto
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\longmapsto$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 leadsto
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\leadsto$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 dasharrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\dasharrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 </lyxtabular>
8320
8321 \end_inset
8322
8323
8324 \begin_inset space \hfill{}
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \begin_layout Standard
8331 \begin_inset VSpace medskip
8332 \end_inset
8333
8334 Arrows used as accents like e.
8335 \begin_inset space \thinspace{}
8336 \end_inset
8337
8338 g.
8339 \begin_inset space \space{}
8340 \end_inset
8341
8342 vector arrows are listed in 
8343 \begin_inset CommandInset ref
8344 LatexCommand ref
8345 reference "sec:Accents"
8346
8347 \end_inset
8348
8349 .
8350 \end_layout
8351
8352 \begin_layout Standard
8353 \begin_inset VSpace bigskip
8354 \end_inset
8355
8356 Furthermore there are the labeled arrows
8357 \begin_inset Index idx
8358 status collapsed
8359
8360 \begin_layout Plain Layout
8361 Arrows ! labeled
8362 \end_layout
8363
8364 \end_inset
8365
8366  
8367 \series bold
8368
8369 \backslash
8370 xleftarrow
8371 \series default
8372
8373 \begin_inset Index idx
8374 status collapsed
8375
8376 \begin_layout Plain Layout
8377 Commands ! X ! 
8378 \backslash
8379 xleftarrow
8380 \end_layout
8381
8382 \end_inset
8383
8384  and 
8385 \series bold
8386
8387 \backslash
8388 xrightarrow
8389 \series default
8390
8391 \begin_inset Index idx
8392 status collapsed
8393
8394 \begin_layout Plain Layout
8395 Commands ! X ! 
8396 \backslash
8397 xrightarrow
8398 \begin_inset ERT
8399 status collapsed
8400
8401 \begin_layout Plain Layout
8402
8403
8404 \backslash
8405 vspace{4mm}
8406 \end_layout
8407
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414
8415 .
8416  When inserting one of these commands in a formula, an arrow with two blue
8417  boxes appear where the label can be inserted.
8418  The length of the arrow adapts to the label width.
8419 \end_layout
8420
8421 \begin_layout Standard
8422 \align center
8423 \begin_inset Tabular
8424 <lyxtabular version="3" rows="3" columns="2">
8425 <features booktabs="true" tabularvalignment="middle">
8426 <column alignment="center" valignment="top" width="0pt">
8427 <column alignment="center" valignment="top" width="0pt">
8428 <row>
8429 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Command
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Result
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 F(a)
8454 \backslash
8455 xleftarrow
8456 \begin_inset space \textvisiblespace{}
8457 \end_inset
8458
8459 x=a
8460 \begin_inset Formula $\downarrow$
8461 \end_inset
8462
8463 x>0
8464 \begin_inset Formula $\to$
8465 \end_inset
8466
8467 F(x)
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8477 \end_inset
8478
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row topspace="2mm">
8486 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 F(x)
8491 \backslash
8492 xrightarrow
8493 \begin_inset space \textvisiblespace{}
8494 \end_inset
8495
8496 x=a
8497 \begin_inset Formula $\downarrow$
8498 \end_inset
8499
8500 x>0
8501 \begin_inset Formula $\to$
8502 \end_inset
8503
8504 F(a)
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8514 \end_inset
8515
8516
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 </lyxtabular>
8523
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \begin_layout Standard
8530 \begin_inset VSpace medskip
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \begin_layout Standard
8537 If you set in the document settings under 
8538 \family sans
8539 Math
8540 \begin_inset space ~
8541 \end_inset
8542
8543 Options
8544 \family default
8545  for the package 
8546 \series bold
8547 mathtools
8548 \series default
8549
8550 \begin_inset Index idx
8551 status collapsed
8552
8553 \begin_layout Plain Layout
8554 Packages ! mathtools
8555 \end_layout
8556
8557 \end_inset
8558
8559  the option 
8560 \family sans
8561 Load
8562 \begin_inset space ~
8563 \end_inset
8564
8565 always
8566 \family default
8567 , you have access to the following labeled arrows:
8568 \end_layout
8569
8570 \begin_layout Standard
8571 \begin_inset Newpage newpage
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \align center
8579 \begin_inset space \hspace*{\fill}
8580 \end_inset
8581
8582
8583 \begin_inset Tabular
8584 <lyxtabular version="3" rows="7" columns="2">
8585 <features booktabs="true" tabularvalignment="middle">
8586 <column alignment="center" valignment="top" width="0pt">
8587 <column alignment="center" valignment="top" width="0pt">
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Command
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Example
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="center" valignment="top" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \family roman
8615 \series medium
8616 \shape up
8617 \size normal
8618 \emph off
8619 \bar no
8620 \strikeout off
8621 \uuline off
8622 \uwave off
8623 \noun off
8624 \color none
8625
8626 \backslash
8627 xleftrightarrow
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8637 \end_inset
8638
8639
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row topspace="2mm">
8646 <cell alignment="center" valignment="top" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \family roman
8652 \series medium
8653 \shape up
8654 \size normal
8655 \emph off
8656 \bar no
8657 \strikeout off
8658 \uuline off
8659 \uwave off
8660 \noun off
8661 \color none
8662
8663 \backslash
8664 xLeftarrow
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8674 \end_inset
8675
8676
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row topspace="2mm">
8683 <cell alignment="center" valignment="top" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \backslash
8689
8690 \family roman
8691 \series medium
8692 \shape up
8693 \size normal
8694 \emph off
8695 \bar no
8696 \strikeout off
8697 \uuline off
8698 \uwave off
8699 \noun off
8700 \color none
8701 xRightarrow
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8711 \end_inset
8712
8713
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row topspace="2mm">
8720 <cell alignment="center" valignment="top" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \backslash
8726
8727 \family roman
8728 \series medium
8729 \shape up
8730 \size normal
8731 \emph off
8732 \bar no
8733 \strikeout off
8734 \uuline off
8735 \uwave off
8736 \noun off
8737 \color none
8738 xLeftrightarrow
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row topspace="2mm">
8757 <cell alignment="center" valignment="top" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \family roman
8763 \series medium
8764 \shape up
8765 \size normal
8766 \emph off
8767 \bar no
8768 \strikeout off
8769 \uuline off
8770 \uwave off
8771 \noun off
8772 \color none
8773
8774 \backslash
8775 xhookleftarrow
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row topspace="2mm">
8794 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \family roman
8800 \series medium
8801 \shape up
8802 \size normal
8803 \emph off
8804 \bar no
8805 \strikeout off
8806 \uuline off
8807 \uwave off
8808 \noun off
8809 \color none
8810
8811 \backslash
8812 xhookrightarrow
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8822 \end_inset
8823
8824
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 </lyxtabular>
8831
8832 \end_inset
8833
8834
8835 \begin_inset space \hspace*{\fill}
8836 \end_inset
8837
8838
8839 \begin_inset Tabular
8840 <lyxtabular version="3" rows="7" columns="2">
8841 <features booktabs="true" tabularvalignment="middle">
8842 <column alignment="center" valignment="top" width="0pt">
8843 <column alignment="center" valignment="top" width="0pt">
8844 <row>
8845 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Command
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 Example
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="center" valignment="top" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \backslash
8871
8872 \family roman
8873 \series medium
8874 \shape up
8875 \size normal
8876 \emph off
8877 \bar no
8878 \strikeout off
8879 \uuline off
8880 \uwave off
8881 \noun off
8882 \color none
8883 xleftharpoondown
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8893 \end_inset
8894
8895
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row topspace="2mm">
8902 <cell alignment="center" valignment="top" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906
8907 \backslash
8908
8909 \family roman
8910 \series medium
8911 \shape up
8912 \size normal
8913 \emph off
8914 \bar no
8915 \strikeout off
8916 \uuline off
8917 \uwave off
8918 \noun off
8919 \color none
8920 xleftharpoonup
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row topspace="2mm">
8939 <cell alignment="center" valignment="top" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \backslash
8945
8946 \family roman
8947 \series medium
8948 \shape up
8949 \size normal
8950 \emph off
8951 \bar no
8952 \strikeout off
8953 \uuline off
8954 \uwave off
8955 \noun off
8956 \color none
8957 xrightharpoondown
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row topspace="2mm">
8976 <cell alignment="center" valignment="top" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \backslash
8982
8983 \family roman
8984 \series medium
8985 \shape up
8986 \size normal
8987 \emph off
8988 \bar no
8989 \strikeout off
8990 \uuline off
8991 \uwave off
8992 \noun off
8993 \color none
8994 xrightharpoonup
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row topspace="2mm">
9013 <cell alignment="center" valignment="top" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019
9020 \family roman
9021 \series medium
9022 \shape up
9023 \size normal
9024 \emph off
9025 \bar no
9026 \strikeout off
9027 \uuline off
9028 \uwave off
9029 \noun off
9030 \color none
9031 xleftrightharpoons
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row topspace="2mm">
9050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \backslash
9056
9057 \family roman
9058 \series medium
9059 \shape up
9060 \size normal
9061 \emph off
9062 \bar no
9063 \strikeout off
9064 \uuline off
9065 \uwave off
9066 \noun off
9067 \color none
9068 xrightleftharpoons
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9078 \end_inset
9079
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 </lyxtabular>
9087
9088 \end_inset
9089
9090
9091 \begin_inset space \hspace*{\fill}
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \begin_layout Standard
9098 The command scheme is for all these arrows:
9099 \end_layout
9100
9101 \begin_layout Standard
9102 \align center
9103 \begin_inset Tabular
9104 <lyxtabular version="3" rows="2" columns="2">
9105 <features booktabs="true" tabularvalignment="middle">
9106 <column alignment="center" valignment="top" width="0pt">
9107 <column alignment="center" valignment="top" width="0pt">
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Command
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Result
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row bottomspace="0.5mm">
9129 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 F(a)
9134 \backslash
9135 xleftrightarrow[x=a]
9136 \backslash
9137 {x>0
9138 \begin_inset Formula $\to$
9139 \end_inset
9140
9141 F(x)
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9151 \end_inset
9152
9153
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 </lyxtabular>
9160
9161 \end_inset
9162
9163
9164 \end_layout
9165
9166 \begin_layout Subsection
9167 Vertical and diagonal Arrows
9168 \begin_inset Index idx
9169 status collapsed
9170
9171 \begin_layout Plain Layout
9172 Arrows ! diagonal
9173 \end_layout
9174
9175 \end_inset
9176
9177
9178 \begin_inset Index idx
9179 status collapsed
9180
9181 \begin_layout Plain Layout
9182 Arrows ! vertical
9183 \end_layout
9184
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \begin_layout Standard
9191 \begin_inset space \hfill{}
9192 \end_inset
9193
9194
9195 \begin_inset Tabular
9196 <lyxtabular version="3" rows="7" columns="2">
9197 <features booktabs="true" tabularvalignment="middle">
9198 <column alignment="center" valignment="top" width="0pt">
9199 <column alignment="center" valignment="top" width="0pt">
9200 <row>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Command
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Result
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 uparrow
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\uparrow$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 Uparrow
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\Uparrow$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 updownarrow
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\updownarrow$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 Updownarrow
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\Updownarrow$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \backslash
9327 Downarrow
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\Downarrow$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \backslash
9352 downarrow
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 \begin_inset Formula $\downarrow$
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 </lyxtabular>
9371
9372 \end_inset
9373
9374
9375 \begin_inset space \hfill{}
9376 \end_inset
9377
9378
9379 \begin_inset Tabular
9380 <lyxtabular version="3" rows="5" columns="2">
9381 <features booktabs="true" tabularvalignment="middle">
9382 <column alignment="center" valignment="top" width="0pt">
9383 <column alignment="center" valignment="top" width="0pt">
9384 <row>
9385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Command
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 Result
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 nearrow
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 \begin_inset Formula $\nearrow$
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 searrow
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\searrow$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \backslash
9461 swarrow
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\swarrow$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 nwarrow
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\nwarrow$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 </lyxtabular>
9505
9506 \end_inset
9507
9508
9509 \begin_inset space \hfill{}
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Standard
9516 \begin_inset VSpace medskip
9517 \end_inset
9518
9519 Vertical arrows can be used also as delimiters together with the commands
9520  described in 
9521 \begin_inset CommandInset ref
9522 LatexCommand ref
9523 reference "subsec:Manual-Bracket-Size"
9524
9525 \end_inset
9526
9527  and 
9528 \begin_inset CommandInset ref
9529 LatexCommand ref
9530 reference "subsec:Automatic-Bracket-Size"
9531
9532 \end_inset
9533
9534 .
9535 \end_layout
9536
9537 \begin_layout Section
9538 Accents
9539 \begin_inset CommandInset label
9540 LatexCommand label
9541 name "sec:Accents"
9542
9543 \end_inset
9544
9545
9546 \begin_inset Index idx
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550 Accents
9551 \end_layout
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \begin_layout Standard
9559 Accents can be inserted via the math toolbar button 
9560 \begin_inset Info
9561 type  "icon"
9562 arg   "math-insert \\hat"
9563 \end_inset
9564
9565  or the commands listed in the following subsections.
9566 \end_layout
9567
9568 \begin_layout Subsection
9569 Accents for one Character
9570 \begin_inset ERT
9571 status collapsed
9572
9573 \begin_layout Plain Layout
9574
9575
9576 \backslash
9577 texorpdfstring{
9578 \end_layout
9579
9580 \end_inset
9581
9582
9583 \begin_inset Foot
9584 status collapsed
9585
9586 \begin_layout Plain Layout
9587 accents in text see 
9588 \begin_inset CommandInset ref
9589 LatexCommand ref
9590 reference "subsec:Accents-in-Text"
9591
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \end_inset
9598
9599
9600 \begin_inset ERT
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604
9605 }{}
9606 \end_layout
9607
9608 \end_inset
9609
9610
9611 \begin_inset Note Note
9612 status collapsed
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617
9618 \backslash
9619 texorpdfstring
9620 \series default
9621  is used to avoid that the footnote appears in the PDF-bookmark.
9622 \end_layout
9623
9624 \begin_layout Plain Layout
9625 More about 
9626 \series bold
9627
9628 \backslash
9629 texorpdfstring
9630 \series default
9631  is in section 
9632 \begin_inset CommandInset ref
9633 LatexCommand ref
9634 reference "subsec:Formulas-in-Section"
9635
9636 \end_inset
9637
9638 .
9639 \end_layout
9640
9641 \end_inset
9642
9643
9644 \begin_inset CommandInset label
9645 LatexCommand label
9646 name "subsec:Accents-for-one"
9647
9648 \end_inset
9649
9650
9651 \begin_inset Index idx
9652 status collapsed
9653
9654 \begin_layout Plain Layout
9655 Accents ! for one character
9656 \end_layout
9657
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \begin_layout Standard
9664 \begin_inset space \hfill{}
9665 \end_inset
9666
9667
9668 \begin_inset Tabular
9669 <lyxtabular version="3" rows="8" columns="2">
9670 <features booktabs="true" tabularvalignment="middle">
9671 <column alignment="center" valignment="top" width="0pt">
9672 <column alignment="center" valignment="top" width="0pt">
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 Command
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 Result
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row topspace="1.5mm">
9694 <cell alignment="center" valignment="top" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \backslash
9700 dot
9701 \begin_inset space \textvisiblespace{}
9702 \end_inset
9703
9704 A
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 \begin_inset Formula $\dot{A}$
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row topspace="1.5mm">
9723 <cell alignment="center" valignment="top" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \backslash
9729 ddot
9730 \begin_inset space \textvisiblespace{}
9731 \end_inset
9732
9733 A
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 \begin_inset Formula $\ddot{A}$
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row topspace="1.5mm">
9752 <cell alignment="center" valignment="top" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \backslash
9758 dddot
9759 \begin_inset space \textvisiblespace{}
9760 \end_inset
9761
9762 A
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 \begin_inset Formula $\dddot{A}$
9772 \end_inset
9773
9774
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row topspace="1.5mm">
9781 <cell alignment="center" valignment="top" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \backslash
9787 ddddot
9788 \begin_inset space \textvisiblespace{}
9789 \end_inset
9790
9791 A
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\ddddot{A}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row topspace="1.5mm">
9810 <cell alignment="center" valignment="top" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \backslash
9816 vec
9817 \begin_inset space \textvisiblespace{}
9818 \end_inset
9819
9820 A
9821 \begin_inset Index idx
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 Vectors
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 \begin_inset Formula $\vec{A}$
9840 \end_inset
9841
9842
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row topspace="1.5mm">
9849 <cell alignment="center" valignment="top" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \backslash
9855 bar
9856 \begin_inset space \textvisiblespace{}
9857 \end_inset
9858
9859 A
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 \begin_inset Formula $\bar{A}$
9869 \end_inset
9870
9871
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row topspace="1.5mm">
9878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \backslash
9884 mathring
9885 \begin_inset space \textvisiblespace{}
9886 \end_inset
9887
9888 A
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 \begin_inset Formula $\mathring{A}$
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 </lyxtabular>
9907
9908 \end_inset
9909
9910
9911 \begin_inset space \hfill{}
9912 \end_inset
9913
9914
9915 \begin_inset Tabular
9916 <lyxtabular version="3" rows="7" columns="2">
9917 <features booktabs="true" tabularvalignment="middle">
9918 <column alignment="center" valignment="top" width="0pt">
9919 <column alignment="center" valignment="top" width="0pt">
9920 <row>
9921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 Command
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934 Result
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 </row>
9940 <row topspace="1.5mm">
9941 <cell alignment="center" valignment="top" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \backslash
9947 tilde
9948 \begin_inset space \textvisiblespace{}
9949 \end_inset
9950
9951 A
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 \begin_inset Formula $\tilde{A}$
9961 \end_inset
9962
9963
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row topspace="1.5mm">
9970 <cell alignment="center" valignment="top" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \backslash
9976 hat
9977 \begin_inset space \textvisiblespace{}
9978 \end_inset
9979
9980 A
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 \begin_inset Formula $\hat{A}$
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row topspace="1.5mm">
9999 <cell alignment="center" valignment="top" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \backslash
10005 check
10006 \begin_inset space \textvisiblespace{}
10007 \end_inset
10008
10009 A
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset Formula $\check{A}$
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row topspace="1.5mm">
10028 <cell alignment="center" valignment="top" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \backslash
10034 acute
10035 \begin_inset space \textvisiblespace{}
10036 \end_inset
10037
10038 A
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 \begin_inset Formula $\acute{A}$
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row topspace="1.5mm">
10057 <cell alignment="center" valignment="top" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \backslash
10063 grave
10064 \begin_inset space \textvisiblespace{}
10065 \end_inset
10066
10067 A
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 \begin_inset Formula $\grave{A}$
10077 \end_inset
10078
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row topspace="1.5mm">
10086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \backslash
10092 breve
10093 \begin_inset space \textvisiblespace{}
10094 \end_inset
10095
10096 A
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 \begin_inset Formula $\breve{A}$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 </lyxtabular>
10115
10116 \end_inset
10117
10118
10119 \begin_inset space \hfill{}
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \begin_layout Standard
10126 \begin_inset VSpace bigskip
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \begin_layout Standard
10133 You can directly insert accents like é to formulas.
10134  \SpecialChar LyX
10135  will transform them to the corresponding accent command.
10136  For umlauts
10137 \begin_inset Index idx
10138 status collapsed
10139
10140 \begin_layout Plain Layout
10141 Umlauts
10142 \end_layout
10143
10144 \end_inset
10145
10146  it is better to insert a quotation mark before the vowel.
10147  These two characters are then treated by \SpecialChar LaTeX
10148  as 
10149 \emph on
10150 one
10151 \emph default
10152  character when the formula part with the umlaut is marked as German.
10153  In contrary to 
10154 \series bold
10155
10156 \backslash
10157 ddot
10158 \series default
10159 , with this method 
10160 \begin_inset Quotes eld
10161 \end_inset
10162
10163 real
10164 \begin_inset Quotes erd
10165 \end_inset
10166
10167  umlauts are created as demonstrated in the following example:
10168 \end_layout
10169
10170 \begin_layout Standard
10171 \begin_inset VSpace -2mm
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \begin_layout Standard
10178 \align center
10179 \begin_inset Tabular
10180 <lyxtabular version="3" rows="3" columns="2">
10181 <features booktabs="true" tabularvalignment="middle">
10182 <column alignment="center" valignment="top" width="0pt">
10183 <column alignment="center" valignment="top">
10184 <row>
10185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Command
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 Result
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 \begin_inset Quotes grd
10210 \end_inset
10211
10212 i
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 \begin_inset space \hspace{}
10222 \length 0pt
10223 \end_inset
10224
10225
10226 \lang ngerman
10227
10228 \begin_inset Formula $"i$
10229 \end_inset
10230
10231
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row topspace="1.5mm">
10238 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \backslash
10244 ddot
10245 \begin_inset space \textvisiblespace{}
10246 \end_inset
10247
10248 i
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 \begin_inset Formula $\ddot{i}$
10258 \end_inset
10259
10260
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 </lyxtabular>
10267
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \begin_layout Standard
10274 Another advantage to 
10275 \series bold
10276
10277 \backslash
10278 ddot
10279 \series default
10280  is that umlauts can directly be converted to mathematical text because
10281  the accent commands above are 
10282 \emph on
10283 not allowed
10284 \emph default
10285  
10286 \emph on
10287 in mathematical text
10288 \emph default
10289 .
10290  To convert an accented character to mathematical text, only the character
10291  under the accent may be converted.
10292  This applies also for all other conversions, e.
10293 \begin_inset space \thinspace{}
10294 \end_inset
10295
10296 g.
10297 \begin_inset space \space{}
10298 \end_inset
10299
10300 to italic or bold.
10301 \end_layout
10302
10303 \begin_layout Standard
10304 In mathematical text, umlauts and other accented characters can directly
10305  be inserted.
10306 \end_layout
10307
10308 \begin_layout Standard
10309 \begin_inset VSpace bigskip
10310 \end_inset
10311
10312
10313 \end_layout
10314
10315 \begin_layout Standard
10316 \SpecialChar LyX
10317  also supports a tilde under the character if the \SpecialChar LaTeX
10318 -package 
10319 \series bold
10320 undertilde
10321 \series default
10322
10323 \begin_inset Index idx
10324 status collapsed
10325
10326 \begin_layout Plain Layout
10327 Packages ! undertilde
10328 \end_layout
10329
10330 \end_inset
10331
10332  is installed on your system:
10333 \end_layout
10334
10335 \begin_layout Standard
10336 \begin_inset ERT
10337 status collapsed
10338
10339 \begin_layout Plain Layout
10340
10341
10342 \backslash
10343 ifundertilde 
10344 \end_layout
10345
10346 \end_inset
10347
10348
10349 \begin_inset Note Note
10350 status open
10351
10352 \begin_layout Plain Layout
10353 The following table will only be displayed when the \SpecialChar LaTeX
10354 -package 
10355 \series bold
10356 undertilde
10357 \series default
10358  is installed.
10359 \end_layout
10360
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \begin_layout Standard
10367 \noindent
10368 \align center
10369 \begin_inset Tabular
10370 <lyxtabular version="3" rows="2" columns="2">
10371 <features booktabs="true" tabularvalignment="middle">
10372 <column alignment="center" valignment="top" width="0pt">
10373 <column alignment="center" valignment="top" width="0pt">
10374 <row>
10375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Command
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Result
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \backslash
10401 utilde
10402 \begin_inset space \textvisiblespace{}
10403 \end_inset
10404
10405 A
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 \begin_inset Formula $\utilde{A}$
10415 \end_inset
10416
10417
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 </lyxtabular>
10424
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \begin_layout Standard
10431 \begin_inset ERT
10432 status collapsed
10433
10434 \begin_layout Plain Layout
10435
10436
10437 \backslash
10438 else 
10439 \end_layout
10440
10441 \end_inset
10442
10443
10444 \begin_inset Note Note
10445 status open
10446
10447 \begin_layout Plain Layout
10448 The following will be displayed when the \SpecialChar LaTeX
10449 -package 
10450 \series bold
10451 undertilde
10452 \series default
10453  is not installed:
10454 \end_layout
10455
10456 \end_inset
10457
10458
10459 \end_layout
10460
10461 \begin_layout Standard
10462 You need to install the \SpecialChar LaTeX
10463 -package 
10464 \series bold
10465 undertilde
10466 \series default
10467  to see the rest of this subsection in the output.
10468 \end_layout
10469
10470 \begin_layout Standard
10471 \begin_inset ERT
10472 status collapsed
10473
10474 \begin_layout Plain Layout
10475
10476
10477 \backslash
10478 fi 
10479 \end_layout
10480
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \begin_layout Standard
10487 \begin_inset Newpage newpage
10488 \end_inset
10489
10490
10491 \end_layout
10492
10493 \begin_layout Subsection
10494 Accents for several Characters
10495 \begin_inset Index idx
10496 status collapsed
10497
10498 \begin_layout Plain Layout
10499 Accents ! for several characters
10500 \end_layout
10501
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \begin_layout Standard
10508 \begin_inset space \hfill{}
10509 \end_inset
10510
10511
10512 \begin_inset Tabular
10513 <lyxtabular version="3" rows="5" columns="2">
10514 <features booktabs="true" tabularvalignment="middle">
10515 <column alignment="center" valignment="top" width="0pt">
10516 <column alignment="center" valignment="top" width="0pt">
10517 <row>
10518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 Command
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 Result
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row topspace="1.5mm">
10538 <cell alignment="center" valignment="top" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \backslash
10544 overleftarrow
10545 \begin_inset space \textvisiblespace{}
10546 \end_inset
10547
10548 A=B
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 \begin_inset Formula $\overleftarrow{A=B}$
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row topspace="1.5mm">
10567 <cell alignment="center" valignment="top" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \backslash
10573 underleftarrow
10574 \begin_inset space \textvisiblespace{}
10575 \end_inset
10576
10577 A=B
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 \begin_inset Formula $\underleftarrow{A=B}$
10587 \end_inset
10588
10589
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row topspace="1.5mm">
10596 <cell alignment="center" valignment="top" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \backslash
10602 overleftrightarrow
10603 \begin_inset space \textvisiblespace{}
10604 \end_inset
10605
10606 A=B
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 \begin_inset Formula $\overleftrightarrow{A=B}$
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row topspace="1.5mm" bottomspace="1mm">
10625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \backslash
10631 underleftrightarrow
10632 \begin_inset space \textvisiblespace{}
10633 \end_inset
10634
10635 A=B
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 \begin_inset Formula $\underleftrightarrow{A=B}$
10645 \end_inset
10646
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 </lyxtabular>
10654
10655 \end_inset
10656
10657
10658 \begin_inset space \hfill{}
10659 \end_inset
10660
10661
10662 \begin_inset Tabular
10663 <lyxtabular version="3" rows="5" columns="2">
10664 <features booktabs="true" tabularvalignment="middle">
10665 <column alignment="center" valignment="top" width="0pt">
10666 <column alignment="center" valignment="top" width="0pt">
10667 <row>
10668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Command
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 Result
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row topspace="1.5mm">
10688 <cell alignment="center" valignment="top" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \backslash
10694 overrightarrow
10695 \begin_inset space \textvisiblespace{}
10696 \end_inset
10697
10698 A=B
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 \begin_inset Formula $\overrightarrow{A=B}$
10708 \end_inset
10709
10710
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row topspace="1.5mm">
10717 <cell alignment="center" valignment="top" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \backslash
10723 underrightarrow
10724 \begin_inset space \textvisiblespace{}
10725 \end_inset
10726
10727 A=B
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 \begin_inset Formula $\underrightarrow{A=B}$
10737 \end_inset
10738
10739
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row topspace="1.5mm">
10746 <cell alignment="center" valignment="top" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \backslash
10752 widetilde
10753 \begin_inset space \textvisiblespace{}
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\widetilde{A=B}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row topspace="1.5mm" bottomspace="1mm">
10775 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \backslash
10781 widehat
10782 \begin_inset space \textvisiblespace{}
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\widehat{A=B}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 </lyxtabular>
10804
10805 \end_inset
10806
10807
10808 \begin_inset space \hfill{}
10809 \end_inset
10810
10811
10812 \end_layout
10813
10814 \begin_layout Standard
10815 \begin_inset VSpace medskip
10816 \end_inset
10817
10818 With these commands as many characters as you like can be accented.
10819  But the accents 
10820 \series bold
10821
10822 \backslash
10823 widetilde
10824 \series default
10825  and 
10826 \series bold
10827
10828 \backslash
10829 widehat
10830 \series default
10831  will only be set in the output with a length of three characters, as shown
10832  in the following example:
10833 \begin_inset Formula 
10834 \[
10835 \widetilde{A+B=C-D}
10836 \]
10837
10838 \end_inset
10839
10840
10841 \end_layout
10842
10843 \begin_layout Standard
10844 With the commands 
10845 \series bold
10846
10847 \backslash
10848 overset
10849 \series default
10850
10851 \begin_inset Index idx
10852 status collapsed
10853
10854 \begin_layout Plain Layout
10855 Commands ! O ! 
10856 \backslash
10857 overset
10858 \end_layout
10859
10860 \end_inset
10861
10862  and 
10863 \series bold
10864
10865 \backslash
10866 underset
10867 \series default
10868
10869 \begin_inset Index idx
10870 status collapsed
10871
10872 \begin_layout Plain Layout
10873 Commands ! U ! 
10874 \backslash
10875 underset
10876 \end_layout
10877
10878 \end_inset
10879
10880  described in the previous subsection it is also possible to accent several
10881  characters.
10882  The command 
10883 \series bold
10884
10885 \backslash
10886 underset
10887 \begin_inset space \textvisiblespace{}
10888 \end_inset
10889
10890 A=B
10891 \begin_inset Formula $\downarrow$
10892 \end_inset
10893
10894 ***
10895 \series default
10896  creates:
10897 \begin_inset Formula 
10898 \[
10899 \underset{***}{A=B}
10900 \]
10901
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \begin_layout Section
10908 Space
10909 \begin_inset CommandInset label
10910 LatexCommand label
10911 name "subsec:Space"
10912
10913 \end_inset
10914
10915
10916 \begin_inset Index idx
10917 status collapsed
10918
10919 \begin_layout Plain Layout
10920 Space ! horizontal
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Subsection
10929 Predefined Space
10930 \begin_inset CommandInset label
10931 LatexCommand label
10932 name "subsec:Predefined-Space"
10933
10934 \end_inset
10935
10936
10937 \begin_inset Index idx
10938 status collapsed
10939
10940 \begin_layout Plain Layout
10941 Space ! horizontal ! predefined
10942 \end_layout
10943
10944 \end_inset
10945
10946
10947 \end_layout
10948
10949 \begin_layout Standard
10950 Sometimes it is necessary to insert horizontal space into a formula.
10951  This is done by inserting a protected space (shortcut 
10952 \begin_inset Info
10953 type  "shortcut"
10954 arg   "command-alternatives space-insert protected ; math-space"
10955 \end_inset
10956
10957 ).
10958  A 
10959 \begin_inset Quotes eld
10960 \end_inset
10961
10962
10963 \color blue
10964
10965 \begin_inset space \textvisiblespace{}
10966 \end_inset
10967
10968
10969 \color inherit
10970
10971 \begin_inset Quotes erd
10972 \end_inset
10973
10974  appears and by pressing 
10975 \family sans
10976 Space
10977 \family default
10978  several times one can select one of eight different space sizes.
10979  The spaces can also be inserted using the math toolbar button 
10980 \begin_inset Info
10981 type  "icon"
10982 arg   "math-insert \\space"
10983 \end_inset
10984
10985  or special commands.
10986  Independent from the inserted command, one can select the size again by
10987  pressing 
10988 \family sans
10989 Space
10990 \family default
10991  afterwards.
10992 \end_layout
10993
10994 \begin_layout Standard
10995 \noindent
10996 \align center
10997 \begin_inset Tabular
10998 <lyxtabular version="3" rows="6" columns="3">
10999 <features booktabs="true" tabularvalignment="middle">
11000 <column alignment="center" valignment="top">
11001 <column alignment="center" valignment="top" width="15col%">
11002 <column alignment="center" valignment="top">
11003 <row>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 Command
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Number of 
11018 \family sans
11019 Space
11020 \family default
11021  keystrokes
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Result
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \backslash
11043 ,
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 0
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 \begin_inset Formula $A\,B$
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \backslash
11077 :
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 1
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 \begin_inset Formula $A\:B$
11096 \end_inset
11097
11098
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 <row>
11105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \backslash
11111 ;
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 2
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 \begin_inset Formula $A\;B$
11130 \end_inset
11131
11132
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 <row>
11139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143
11144 \backslash
11145 quad
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 3
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 \begin_inset Formula $A\quad B$
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row>
11173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \backslash
11179 qquad
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 4
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Formula $A\qquad B$
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 </lyxtabular>
11207
11208 \end_inset
11209
11210
11211 \begin_inset space \hfill{}
11212 \end_inset
11213
11214
11215 \begin_inset Tabular
11216 <lyxtabular version="3" rows="6" columns="3">
11217 <features booktabs="true" tabularvalignment="middle">
11218 <column alignment="center" valignment="top">
11219 <column alignment="center" valignment="top" width="15col%">
11220 <column alignment="center" valignment="top">
11221 <row>
11222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 Command
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 Number of 
11236 \family sans
11237 Space
11238 \family default
11239  keystrokes
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 Result
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259
11260 \backslash
11261 hfill
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 5
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 \begin_inset Formula $A\hfill B$
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \backslash
11295 hspace*{1em}
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 6
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 \begin_inset Formula $A\hspace*{1em}B$
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 <row>
11323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327
11328 \backslash
11329 hspace{1em}
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 7
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Formula $A\hspace{1em}B$
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 </row>
11356 <row>
11357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361
11362 \backslash
11363
11364 \begin_inset space \textvisiblespace{}
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 8
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\ B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \backslash
11401 !
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 9
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $A\!B$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 </lyxtabular>
11429
11430 \end_inset
11431
11432
11433 \end_layout
11434
11435 \begin_layout Standard
11436 Space
11437 \begin_inset space ~
11438 \end_inset
11439
11440 5
11441 \begin_inset space \thinspace{}
11442 \end_inset
11443
11444
11445 \begin_inset space \thinspace{}
11446 \end_inset
11447
11448 7 are variable spaces which are explained in 
11449 \begin_inset CommandInset ref
11450 LatexCommand ref
11451 reference "subsec:Variable-Space"
11452
11453 \end_inset
11454
11455 .
11456  Space
11457 \begin_inset space ~
11458 \end_inset
11459
11460 9 seems to produce no space.
11461  It is displayed red in \SpecialChar LyX
11462  contrary to the other sizes, because it is a negative
11463  space.
11464  There are two more negative spaces:
11465 \end_layout
11466
11467 \begin_layout Standard
11468 \align center
11469 \begin_inset Tabular
11470 <lyxtabular version="3" rows="3" columns="3">
11471 <features booktabs="true" tabularvalignment="middle">
11472 <column alignment="center" valignment="middle" width="6.8cm">
11473 <column alignment="center" valignment="top" width="0pt">
11474 <column alignment="center" valignment="top" width="0pt">
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 Command
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489
11490 \backslash
11491 negmedspace
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500
11501 \backslash
11502 negthickspace
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 <row>
11509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 Number of 
11514 \family sans
11515 Space
11516 \family default
11517  keystrokes after inserting the protected space
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 10
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 11
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 </row>
11541 <row>
11542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 Result
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 \begin_inset Formula $A\negmedspace B$
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 \begin_inset Formula $A\negthickspace B$
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 </lyxtabular>
11577
11578 \end_inset
11579
11580
11581 \end_layout
11582
11583 \begin_layout Standard
11584 Negative spaces can lead to characters overlapping each other.
11585  Thus they can be used to enforce ligatures, which are e.
11586 \begin_inset space \thinspace{}
11587 \end_inset
11588
11589 g.
11590 \begin_inset space \space{}
11591 \end_inset
11592
11593 useful for summation operators:
11594 \end_layout
11595
11596 \begin_layout Standard
11597 \align center
11598 \begin_inset Tabular
11599 <lyxtabular version="3" rows="3" columns="2">
11600 <features booktabs="true" tabularvalignment="middle">
11601 <column alignment="center" valignment="top" width="0pt">
11602 <column alignment="center" valignment="top">
11603 <row>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 Command
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 Result
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 </row>
11623 <row>
11624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628
11629 \backslash
11630 sum
11631 \backslash
11632 sum
11633 \begin_inset space \textvisiblespace{}
11634 \end_inset
11635
11636 f_kl
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 \begin_inset Formula $\sum\sum f_{kl}$
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 </row>
11654 <row>
11655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659
11660 \backslash
11661 sum
11662 \backslash
11663 negmedspace
11664 \backslash
11665 sum
11666 \begin_inset space \textvisiblespace{}
11667 \end_inset
11668
11669 f_kl
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 </lyxtabular>
11688
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \begin_layout Standard
11695 \noindent
11696 \begin_inset VSpace medskip
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \begin_layout Standard
11703 \noindent
11704 Relations like for example equal signs, are always surrounded by space.
11705  To suppress this, the equal sign is placed into a \SpecialChar TeX
11706  brace.
11707  The following example demonstrates this:
11708 \end_layout
11709
11710 \begin_layout Standard
11711 \align center
11712 \begin_inset Tabular
11713 <lyxtabular version="3" rows="2" columns="2">
11714 <features tabularvalignment="middle">
11715 <column alignment="center" valignment="top" width="0pt">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <row>
11718 <cell alignment="center" valignment="top" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 normal equation
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 \begin_inset Formula $A=B$
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 <row>
11741 <cell alignment="center" valignment="top" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 equation without space
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 \begin_inset Formula $A{=}B$
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 </row>
11763 </lyxtabular>
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Standard
11771 \noindent
11772 The command for the last formula is: 
11773 \series bold
11774 A
11775 \backslash
11776 {=
11777 \begin_inset Formula $\to$
11778 \end_inset
11779
11780 B
11781 \end_layout
11782
11783 \begin_layout Standard
11784 \begin_inset VSpace bigskip
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \begin_layout Standard
11791 Spaces are needed for physical units, because the space between the value
11792  and the unit is the smallest one and not a normal space.
11793  For units in text, the smallest space is inserted via the menu 
11794 \family sans
11795 Insert\SpecialChar menuseparator
11796 Formatting\SpecialChar menuseparator
11797 Thin
11798 \begin_inset space ~
11799 \end_inset
11800
11801 Space
11802 \family default
11803  (shortcut 
11804 \begin_inset Info
11805 type  "shortcut"
11806 arg   "space-insert thin"
11807 \end_inset
11808
11809 ).
11810 \end_layout
11811
11812 \begin_layout Standard
11813 An example to visualize the difference:
11814 \end_layout
11815
11816 \begin_layout Standard
11817 \begin_inset Tabular
11818 <lyxtabular version="3" rows="2" columns="2">
11819 <features tabularvalignment="middle">
11820 <column alignment="left" valignment="top">
11821 <column alignment="left" valignment="top">
11822 <row>
11823 <cell alignment="center" valignment="top" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 24 kW
11828 \begin_inset Formula $\cdot$
11829 \end_inset
11830
11831 h
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 space between value and unit
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 24
11852 \begin_inset space \thinspace{}
11853 \end_inset
11854
11855 kW
11856 \begin_inset Formula $\cdot$
11857 \end_inset
11858
11859 h
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 smallest space between value and unit
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 </row>
11874 </lyxtabular>
11875
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \begin_layout Subsection
11882 Variable Space
11883 \begin_inset ERT
11884 status collapsed
11885
11886 \begin_layout Plain Layout
11887
11888
11889 \backslash
11890 texorpdfstring{
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \begin_inset Foot
11897 status collapsed
11898
11899 \begin_layout Plain Layout
11900 for vertical space in formulas see 
11901 \begin_inset CommandInset ref
11902 LatexCommand ref
11903 reference "subsec:Line-Separation"
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \begin_inset ERT
11914 status collapsed
11915
11916 \begin_layout Plain Layout
11917
11918 }{}
11919 \end_layout
11920
11921 \end_inset
11922
11923
11924 \begin_inset Note Note
11925 status collapsed
11926
11927 \begin_layout Plain Layout
11928
11929 \backslash
11930 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11931 \end_layout
11932
11933 \begin_layout Plain Layout
11934 More about 
11935 \backslash
11936 texorpdfstring is in section 
11937 \begin_inset CommandInset ref
11938 LatexCommand ref
11939 reference "subsec:Formulas-in-Section"
11940
11941 \end_inset
11942
11943 .
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset CommandInset label
11950 LatexCommand label
11951 name "subsec:Variable-Space"
11952
11953 \end_inset
11954
11955
11956 \begin_inset Index idx
11957 status collapsed
11958
11959 \begin_layout Plain Layout
11960 Space ! horizontal ! variable
11961 \end_layout
11962
11963 \end_inset
11964
11965
11966 \end_layout
11967
11968 \begin_layout Standard
11969 Space with a defined length can be inserted with the command 
11970 \series bold
11971
11972 \backslash
11973 hspace
11974 \series default
11975
11976 \begin_inset Index idx
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 Commands ! H ! 
11981 \backslash
11982 hspace
11983 \end_layout
11984
11985 \end_inset
11986
11987 .
11988  Then a long 
11989 \begin_inset Quotes eld
11990 \end_inset
11991
11992
11993 \color blue
11994
11995 \begin_inset space \textvisiblespace{}
11996 \end_inset
11997
11998
11999 \color inherit
12000
12001 \begin_inset Quotes erd
12002 \end_inset
12003
12004  appears.
12005  The length can be specified by left-clicking on the 
12006 \begin_inset Quotes eld
12007 \end_inset
12008
12009
12010 \color blue
12011
12012 \begin_inset space \textvisiblespace{}
12013 \end_inset
12014
12015
12016 \color inherit
12017
12018 \begin_inset Quotes erd
12019 \end_inset
12020
12021 .
12022  The length may also be negative.
12023  When a space would be the first character in a line it would be omitted.
12024  To force its output use the command 
12025 \series bold
12026
12027 \backslash
12028 hspace*
12029 \series default
12030  instead of 
12031 \series bold
12032
12033 \backslash
12034 hspace
12035 \series default
12036  or left-click on the 
12037 \begin_inset Quotes eld
12038 \end_inset
12039
12040
12041 \color blue
12042
12043 \begin_inset space \textvisiblespace{}
12044 \end_inset
12045
12046
12047 \color inherit
12048
12049 \begin_inset Quotes erd
12050 \end_inset
12051
12052  and check the option 
12053 \family sans
12054 Protect
12055 \family default
12056 .
12057 \begin_inset Newline newline
12058 \end_inset
12059
12060 To insert as much space as is available, the command 
12061 \series bold
12062
12063 \backslash
12064 hfill
12065 \series default
12066
12067 \begin_inset Index idx
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071 Commands ! H ! 
12072 \backslash
12073 hfill
12074 \end_layout
12075
12076 \end_inset
12077
12078  is used.
12079 \end_layout
12080
12081 \begin_layout Standard
12082 \align center
12083 \begin_inset Tabular
12084 <lyxtabular version="3" rows="4" columns="2">
12085 <features booktabs="true" tabularvalignment="middle">
12086 <column alignment="center" valignment="top" width="0pt">
12087 <column alignment="center" valignment="top">
12088 <row>
12089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 Command (
12094 \backslash
12095 hspace length)
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 Result
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 <row>
12111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 A=B
12116 \backslash
12117 hspace
12118 \begin_inset space \textvisiblespace{}
12119 \end_inset
12120
12121 A
12122 \backslash
12123 not=C (3
12124 \begin_inset space \thinspace{}
12125 \end_inset
12126
12127 cm)
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12137 \end_inset
12138
12139
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 </row>
12145 <row>
12146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 A
12151 \backslash
12152 hspace
12153 \begin_inset space \textvisiblespace{}
12154 \end_inset
12155
12156 A
12157 \backslash
12158 not=A (-1
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 mm)
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 <row>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 A=A
12186 \backslash
12187 hfill
12188 \begin_inset space \textvisiblespace{}
12189 \end_inset
12190
12191 B=B
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 \begin_inset Formula $A=A\hfill B=B$
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 </lyxtabular>
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 In the last example the available space is given by the longest column entry
12218  of the table.
12219  In an inline formula the space depends on the length of the line in which
12220  
12221 \series bold
12222
12223 \backslash
12224 hfill
12225 \series default
12226  is inserted.
12227  Thus, when the line uses the full width, no space will be created.
12228  
12229 \series bold
12230
12231 \backslash
12232 hfill
12233 \series default
12234  only has an effect on displayed formulas when the formula style 
12235 \series bold
12236 Indented
12237 \series default
12238  is used.
12239  (Formula styles are explained in 
12240 \begin_inset CommandInset ref
12241 LatexCommand ref
12242 reference "sec:Formula-Styles"
12243
12244 \end_inset
12245
12246 .)
12247 \end_layout
12248
12249 \begin_layout Standard
12250 Besides 
12251 \series bold
12252
12253 \backslash
12254 hfill
12255 \series default
12256 , there are the commands 
12257 \series bold
12258
12259 \backslash
12260 dotfill
12261 \series default
12262  and 
12263 \series bold
12264
12265 \backslash
12266 hrulefill
12267 \series default
12268  that fill the space with a pattern, see 
12269 \begin_inset CommandInset ref
12270 LatexCommand ref
12271 reference "subsec:Ellipses"
12272
12273 \end_inset
12274
12275  for an example.
12276 \end_layout
12277
12278 \begin_layout Standard
12279 For text, variable space can be inserted via the menu 
12280 \family sans
12281 Insert\SpecialChar menuseparator
12282 Formatting\SpecialChar menuseparator
12283 Horizontal
12284 \begin_inset space ~
12285 \end_inset
12286
12287 Space
12288 \family default
12289 :
12290 \end_layout
12291
12292 \begin_layout Standard
12293 This is a line with
12294 \begin_inset space \hspace{}
12295 \length 2cm
12296 \end_inset
12297
12298 2
12299 \begin_inset space \thinspace{}
12300 \end_inset
12301
12302 cm space.
12303 \end_layout
12304
12305 \begin_layout Standard
12306 This is a line with
12307 \begin_inset space \hfill{}
12308 \end_inset
12309
12310 maximum space.
12311 \end_layout
12312
12313 \begin_layout Subsection
12314 Space besides inline Formulas
12315 \begin_inset Index idx
12316 status collapsed
12317
12318 \begin_layout Plain Layout
12319 Space ! besides inline formulas
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328 The space that surrounds inline formulas can be adjusted with the length
12329  
12330 \series bold
12331
12332 \backslash
12333 mathsurround
12334 \series default
12335
12336 \begin_inset Index idx
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340 Commands ! M ! 
12341 \backslash
12342 mathsurround
12343 \end_layout
12344
12345 \end_inset
12346
12347 .
12348  The value of a length is set with the command 
12349 \series bold
12350
12351 \backslash
12352 setlength
12353 \series default
12354
12355 \begin_inset Index idx
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 Commands ! S ! 
12360 \backslash
12361 setlength
12362 \end_layout
12363
12364 \end_inset
12365
12366  which has the following scheme:
12367 \end_layout
12368
12369 \begin_layout Standard
12370
12371 \series bold
12372
12373 \backslash
12374 setlength{length name}{value}
12375 \end_layout
12376
12377 \begin_layout Standard
12378 To set 
12379 \series bold
12380
12381 \backslash
12382 mathsurround
12383 \series default
12384  to the value 5
12385 \begin_inset space \thinspace{}
12386 \end_inset
12387
12388 mm, the command
12389 \end_layout
12390
12391 \begin_layout Standard
12392
12393 \series bold
12394
12395 \backslash
12396 setlength{
12397 \backslash
12398 mathsurround}{5mm}
12399 \end_layout
12400
12401 \begin_layout Standard
12402 is inserted in \SpecialChar TeX
12403  mode.
12404  5
12405 \begin_inset space \thinspace{}
12406 \end_inset
12407
12408 mm space will now be set around all inline formulas:
12409 \begin_inset ERT
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413
12414
12415 \backslash
12416 setlength{
12417 \backslash
12418 mathsurround}{5mm}
12419 \end_layout
12420
12421 \end_inset
12422
12423
12424 \end_layout
12425
12426 \begin_layout Standard
12427 This is a line with an inline formula 
12428 \begin_inset Formula $A=B$
12429 \end_inset
12430
12431  with 5
12432 \begin_inset space \thinspace{}
12433 \end_inset
12434
12435 mm surrounding space.
12436 \begin_inset ERT
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440
12441
12442 \backslash
12443 setlength{
12444 \backslash
12445 mathsurround}{0pt}
12446 \end_layout
12447
12448 \end_inset
12449
12450
12451 \end_layout
12452
12453 \begin_layout Standard
12454 To return to the predefined value, 
12455 \series bold
12456
12457 \backslash
12458 mathsurround
12459 \series default
12460  is set to the value 0
12461 \begin_inset space \thinspace{}
12462 \end_inset
12463
12464 pt.
12465 \end_layout
12466
12467 \begin_layout Standard
12468 \begin_inset Newpage newpage
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Section
12475 Boxes and Frames
12476 \begin_inset Index idx
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480 Boxes
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \begin_inset Index idx
12487 status collapsed
12488
12489 \begin_layout Plain Layout
12490 Frames | see
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496 {
12497 \end_layout
12498
12499 \end_inset
12500
12501 Boxes
12502 \begin_inset ERT
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506
12507 }
12508 \end_layout
12509
12510 \end_inset
12511
12512
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 Boxes for text are described in chapter 
12522 \family typewriter
12523 Boxes
12524 \family default
12525  in the 
12526 \family typewriter
12527 Embedded
12528 \begin_inset space ~
12529 \end_inset
12530
12531 Objects
12532 \family default
12533  manual.
12534 \end_layout
12535
12536 \begin_layout Subsection
12537 Boxes with Frame
12538 \begin_inset CommandInset label
12539 LatexCommand label
12540 name "subsec:Boxes-with-Frame"
12541
12542 \end_inset
12543
12544
12545 \begin_inset Index idx
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549 Boxes ! with frame
12550 \end_layout
12551
12552 \end_inset
12553
12554
12555 \end_layout
12556
12557 \begin_layout Standard
12558 It is possible to frame a formula or part of one with the commands 
12559 \series bold
12560
12561 \backslash
12562 fbox
12563 \series default
12564
12565 \begin_inset Index idx
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569 Commands ! F ! 
12570 \backslash
12571 fbox
12572 \end_layout
12573
12574 \end_inset
12575
12576  and 
12577 \series bold
12578
12579 \backslash
12580 boxed
12581 \series default
12582
12583 \begin_inset Index idx
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587 Commands ! B ! 
12588 \backslash
12589 boxed
12590 \end_layout
12591
12592 \end_inset
12593
12594 .
12595 \end_layout
12596
12597 \begin_layout Standard
12598 When one of these commands is inserted in a formula, a blue box appears
12599  within a frame to enter formula parts.
12600  For 
12601 \series bold
12602
12603 \backslash
12604 fbox
12605 \series default
12606  an additional formula has to be created by 
12607 \family sans
12608 Ctrl+M
12609 \family default
12610  within this box, because the box content will otherwise be treated as mathemati
12611 cal text.
12612  When 
12613 \series bold
12614
12615 \backslash
12616 boxed
12617 \series default
12618  is used, a new formula is automatically created inside the frame.
12619 \end_layout
12620
12621 \begin_layout Standard
12622 The command 
12623 \series bold
12624
12625 \backslash
12626 fbox
12627 \series default
12628  is not suitable to frame displayed formulas because the formula will always
12629  be set in the size of the text.
12630  
12631 \series bold
12632
12633 \backslash
12634 boxed
12635 \series default
12636  is in contrary not suitable to frame inline formulas, because the formula
12637  will always be set in the size of a displayed formula.
12638 \end_layout
12639
12640 \begin_layout Standard
12641 An extension to 
12642 \series bold
12643
12644 \backslash
12645 fbox
12646 \series default
12647  is the command 
12648 \series bold
12649
12650 \backslash
12651 framebox
12652 \series default
12653
12654 \begin_inset Index idx
12655 status collapsed
12656
12657 \begin_layout Plain Layout
12658 Commands ! F ! 
12659 \backslash
12660 framebox
12661 \end_layout
12662
12663 \end_inset
12664
12665  where additionally the frame width and the alignment can be specified.
12666  
12667 \series bold
12668
12669 \backslash
12670 framebox
12671 \series default
12672  is used in the following scheme:
12673 \end_layout
12674
12675 \begin_layout Standard
12676
12677 \series bold
12678
12679 \backslash
12680 framebox[frame width][position]{box content}
12681 \end_layout
12682
12683 \begin_layout Standard
12684 The position can either be 
12685 \emph on
12686 l
12687 \emph default
12688  or 
12689 \emph on
12690 r
12691 \emph default
12692 .
12693  
12694 \emph on
12695 l
12696 \emph default
12697  left aligns, 
12698 \emph on
12699 r
12700 \emph default
12701  right aligns the formula in the box.
12702  When no position is given, the formula will be centered.
12703 \begin_inset Newline newline
12704 \end_inset
12705
12706 If no width is given, also no position can be given.
12707  In this case the frame width is adjusted to the box content like for 
12708 \series bold
12709
12710 \backslash
12711 fbox
12712 \series default
12713 .
12714 \end_layout
12715
12716 \begin_layout Standard
12717 When the command 
12718 \series bold
12719
12720 \backslash
12721 framebox
12722 \series default
12723  is inserted, a box appears containing three blue boxes.
12724  The first two boxes are surrounded by brackets and denote the two optional
12725  arguments.
12726  The third box is for formula parts like for 
12727 \series bold
12728
12729 \backslash
12730 fbox
12731 \series default
12732 .
12733 \end_layout
12734
12735 \begin_layout Standard
12736 \align center
12737 \begin_inset Tabular
12738 <lyxtabular version="3" rows="5" columns="2">
12739 <features booktabs="true" tabularvalignment="middle">
12740 <column alignment="center" valignment="top" width="0pt">
12741 <column alignment="center" valignment="top">
12742 <row>
12743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 Command
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 Result
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 <row topspace="1.5mm">
12763 <cell alignment="center" valignment="top" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767
12768 \backslash
12769 fbox
12770 \begin_inset space \textvisiblespace{}
12771 \end_inset
12772
12773
12774 \family sans
12775 Ctrl+M
12776 \family default
12777  
12778 \backslash
12779 int
12780 \begin_inset space \textvisiblespace{}
12781 \end_inset
12782
12783 A=B
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row topspace="1.5mm">
12802 <cell alignment="center" valignment="top" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \backslash
12808 boxed
12809 \begin_inset space \textvisiblespace{}
12810 \end_inset
12811
12812
12813 \backslash
12814 int
12815 \begin_inset space \textvisiblespace{}
12816 \end_inset
12817
12818 A=B
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 \begin_inset Formula $\boxed{\int A=B}$
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row topspace="1.5mm">
12837 <cell alignment="center" valignment="top" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 A+
12842 \backslash
12843 fbox
12844 \begin_inset space \textvisiblespace{}
12845 \end_inset
12846
12847 B
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 \begin_inset Formula $A+\fbox{B}$
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row topspace="1.5mm" bottomspace="1mm">
12866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870
12871 \backslash
12872 framebox
12873 \begin_inset space \textvisiblespace{}
12874 \end_inset
12875
12876 20mm
12877 \begin_inset Formula $\to$
12878 \end_inset
12879
12880
12881 \begin_inset Formula $\to$
12882 \end_inset
12883
12884
12885 \family sans
12886 Ctrl+M
12887 \family default
12888  
12889 \backslash
12890 frac
12891 \begin_inset space \textvisiblespace{}
12892 \end_inset
12893
12894 A
12895 \begin_inset Formula $\downarrow$
12896 \end_inset
12897
12898 B
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12908 \end_inset
12909
12910
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 </lyxtabular>
12917
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \begin_layout Standard
12924 The frame thickness can also be adjusted.
12925  To do this the following commands have to be inserted in \SpecialChar TeX
12926  mode before the
12927  formula
12928 \end_layout
12929
12930 \begin_layout Standard
12931
12932 \series bold
12933
12934 \backslash
12935 fboxrule
12936 \series default
12937  
12938 \series bold
12939
12940 \begin_inset Quotes eld
12941 \end_inset
12942
12943 thickness
12944 \begin_inset Quotes erd
12945 \end_inset
12946
12947
12948 \series default
12949  
12950 \series bold
12951
12952 \backslash
12953 fboxsep
12954 \series default
12955  
12956 \series bold
12957
12958 \begin_inset Quotes eld
12959 \end_inset
12960
12961 distance
12962 \begin_inset Quotes erd
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \begin_layout Standard
12969 \begin_inset Quotes eld
12970 \end_inset
12971
12972 distance
12973 \begin_inset Quotes erd
12974 \end_inset
12975
12976  specifies the minimal distance between the frame and the first character
12977  in the box.
12978  An example for this is the following framed formula:
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984
12985 \backslash
12986 fboxrule 2mm 
12987 \backslash
12988 fboxsep 3mm
12989 \end_layout
12990
12991 \end_inset
12992
12993
12994 \begin_inset Formula 
12995 \[
12996 \boxed{A+B=C}
12997 \]
12998
12999 \end_inset
13000
13001 Before this formula the commands
13002 \end_layout
13003
13004 \begin_layout Standard
13005
13006 \series bold
13007
13008 \backslash
13009 fboxrule
13010 \series default
13011  
13012 \series bold
13013 2mm
13014 \series default
13015  
13016 \series bold
13017
13018 \backslash
13019 fboxsep
13020 \series default
13021  
13022 \series bold
13023 3mm
13024 \end_layout
13025
13026 \begin_layout Standard
13027 were inserted in \SpecialChar TeX
13028  mode.
13029  The given values are used for all following boxes.
13030 \end_layout
13031
13032 \begin_layout Standard
13033 To return to the standard frame size, the command
13034 \end_layout
13035
13036 \begin_layout Standard
13037
13038 \series bold
13039
13040 \backslash
13041 fboxrule
13042 \series default
13043  
13044 \series bold
13045 0.4pt
13046 \series default
13047  
13048 \series bold
13049
13050 \backslash
13051 fboxsep
13052 \series default
13053  
13054 \series bold
13055 3pt
13056 \series default
13057
13058 \begin_inset ERT
13059 status collapsed
13060
13061 \begin_layout Plain Layout
13062
13063
13064 \backslash
13065 fboxrule 0.4pt 
13066 \backslash
13067 fboxsep 3pt
13068 \end_layout
13069
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \begin_layout Standard
13076 is inserted in \SpecialChar TeX
13077  mode before the next formula.
13078 \end_layout
13079
13080 \begin_layout Subsection
13081 Boxes without Frame
13082 \begin_inset CommandInset label
13083 LatexCommand label
13084 name "subsec:Boxes-without-Frame"
13085
13086 \end_inset
13087
13088
13089 \begin_inset Index idx
13090 status collapsed
13091
13092 \begin_layout Plain Layout
13093 Boxes ! without frame
13094 \end_layout
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 For boxes without a frame there are the following box commands: 
13103 \series bold
13104
13105 \backslash
13106 mbox
13107 \series default
13108
13109 \begin_inset Index idx
13110 status collapsed
13111
13112 \begin_layout Plain Layout
13113 Commands ! M ! 
13114 \backslash
13115 mbox
13116 \end_layout
13117
13118 \end_inset
13119
13120
13121 \series bold
13122
13123 \backslash
13124 makebox
13125 \series default
13126
13127 \begin_inset Index idx
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 Commands ! M ! 
13132 \backslash
13133 makebox
13134 \end_layout
13135
13136 \end_inset
13137
13138  and 
13139 \series bold
13140
13141 \backslash
13142 raisebox
13143 \series default
13144
13145 \begin_inset Index idx
13146 status collapsed
13147
13148 \begin_layout Plain Layout
13149 Commands ! R ! 
13150 \backslash
13151 raisebox
13152 \end_layout
13153
13154 \end_inset
13155
13156
13157 \end_layout
13158
13159 \begin_layout Standard
13160 With 
13161 \series bold
13162
13163 \backslash
13164 raisebox
13165 \series default
13166  a box can be super- or subscripted.
13167  But in contrary to normal super- and subscripting, the characters in the
13168  box keep their font size.
13169  
13170 \series bold
13171
13172 \backslash
13173 raisebox
13174 \series default
13175  is used in the following scheme:
13176 \end_layout
13177
13178 \begin_layout Standard
13179
13180 \series bold
13181
13182 \backslash
13183 raisebox{height}{box content}
13184 \end_layout
13185
13186 \begin_layout Standard
13187 When the box should contain a formula, an extra formula is needed like for
13188  
13189 \series bold
13190
13191 \backslash
13192 fbox
13193 \series default
13194 .
13195  
13196 \series medium
13197
13198 \begin_inset Note Greyedout
13199 status open
13200
13201 \begin_layout Plain Layout
13202
13203 \series bold
13204 Note:
13205 \series default
13206  For 
13207 \series bold
13208
13209 \backslash
13210 raisebox
13211 \series default
13212  this extra formula is created by pressing 
13213 \family sans
13214 Ctrl+M
13215 \family default
13216  twice instead of once because \SpecialChar LyX
13217  doesn't yet support 
13218 \series bold
13219
13220 \backslash
13221 raisebox
13222 \series default
13223  directly.
13224 \end_layout
13225
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Standard
13232 \align center
13233 \begin_inset Tabular
13234 <lyxtabular version="3" rows="4" columns="2">
13235 <features booktabs="true" tabularvalignment="middle">
13236 <column alignment="center" valignment="top" width="0pt">
13237 <column alignment="center" valignment="top">
13238 <row>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Command
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 Result
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 </row>
13258 <row>
13259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 H
13264 \backslash
13265 raisebox{2mm
13266 \begin_inset Formula $\to$
13267 \end_inset
13268
13269
13270 \backslash
13271 {al
13272 \begin_inset Formula $\to$
13273 \end_inset
13274
13275  lo
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 </row>
13293 <row>
13294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 H
13299 \backslash
13300 raisebox{-2mm
13301 \begin_inset Formula $\to$
13302 \end_inset
13303
13304
13305 \backslash
13306 {al
13307 \begin_inset Formula $\to$
13308 \end_inset
13309
13310 lo
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 </row>
13328 <row>
13329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 A=
13334 \backslash
13335 raisebox{-2mm
13336 \begin_inset Formula $\to$
13337 \end_inset
13338
13339
13340 \backslash
13341 {
13342 \family sans
13343 Ctrl+M
13344 \family default
13345  
13346 \family sans
13347 Ctrl+M
13348 \family default
13349  
13350 \backslash
13351 sqrt
13352 \begin_inset space \textvisiblespace{}
13353 \end_inset
13354
13355
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 </row>
13373 </lyxtabular>
13374
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \begin_layout Standard
13381 The command 
13382 \series bold
13383
13384 \backslash
13385 mbox
13386 \series default
13387  is equivalent to 
13388 \series bold
13389
13390 \backslash
13391 fbox
13392 \series default
13393  and 
13394 \series bold
13395
13396 \backslash
13397 makebox
13398 \series default
13399  is equivalent to 
13400 \series bold
13401
13402 \backslash
13403 framebox
13404 \series default
13405 , with the difference that there is no frame.
13406 \end_layout
13407
13408 \begin_layout Subsection
13409 Colored Boxes
13410 \begin_inset CommandInset label
13411 LatexCommand label
13412 name "subsec:Colored-Boxes"
13413
13414 \end_inset
13415
13416
13417 \begin_inset Index idx
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421 Boxes ! colored
13422 \end_layout
13423
13424 \end_inset
13425
13426
13427 \end_layout
13428
13429 \begin_layout Standard
13430 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13431 -package 
13432 \series bold
13433 color
13434 \series default
13435
13436 \begin_inset Foot
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440 The \SpecialChar LaTeX
13441 -package 
13442 \series bold
13443 color
13444 \series default
13445  is part of every \SpecialChar LaTeX
13446  standard installation.
13447 \end_layout
13448
13449 \end_inset
13450
13451
13452 \begin_inset Index idx
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456 Packages ! color
13457 \end_layout
13458
13459 \end_inset
13460
13461  has to be loaded in the \SpecialChar LaTeX
13462 -preamble with the line
13463 \begin_inset Foot
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467 When text is colored somewhere in the document with a predefined color,
13468  \SpecialChar LyX
13469  loads the \SpecialChar LaTeX
13470  package 
13471 \series bold
13472 color
13473 \series default
13474  automatically.
13475  Thus it is possible that the package is loaded twice, but this does not
13476  cause problems.
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \begin_inset Note Note
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13487 -preamble.
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Standard
13496
13497 \series bold
13498
13499 \backslash
13500 usepackage{color}
13501 \end_layout
13502
13503 \begin_layout Standard
13504 \begin_inset VSpace medskip
13505 \end_inset
13506
13507 To color boxes, the command 
13508 \series bold
13509
13510 \backslash
13511 colorbox
13512 \series default
13513
13514 \begin_inset Index idx
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 Commands ! C ! 
13519 \backslash
13520 colorbox
13521 \end_layout
13522
13523 \end_inset
13524
13525  is used in the following scheme:
13526 \end_layout
13527
13528 \begin_layout Standard
13529
13530 \series bold
13531
13532 \backslash
13533 colorbox{color}{box content}
13534 \end_layout
13535
13536 \begin_layout Standard
13537 The box content can also be a box and a 
13538 \series bold
13539
13540 \backslash
13541 colorbox
13542 \series default
13543  can also be part of another box (see the 2nd and 3rd example).
13544  When the box should contain a formula, an extra formula has to be created,
13545  the same way as for 
13546 \series bold
13547
13548 \backslash
13549 raisebox
13550 \series default
13551 .
13552 \begin_inset Foot
13553 status collapsed
13554
13555 \begin_layout Plain Layout
13556 This also applies for the command 
13557 \series bold
13558
13559 \backslash
13560 fcolorbox
13561 \series default
13562 .
13563 \end_layout
13564
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \begin_layout Standard
13571 One of the following predefined colors can be chosen:
13572 \end_layout
13573
13574 \begin_layout Standard
13575
13576 \series bold
13577 black
13578 \series default
13579
13580 \series bold
13581 blue
13582 \series default
13583
13584 \series bold
13585 cyan
13586 \series default
13587
13588 \series bold
13589 green
13590 \series default
13591
13592 \series bold
13593 magenta
13594 \series default
13595
13596 \series bold
13597 red
13598 \series default
13599
13600 \series bold
13601 white
13602 \series default
13603  and 
13604 \series bold
13605 yellow
13606 \end_layout
13607
13608 \begin_layout Standard
13609 \align center
13610 \begin_inset Tabular
13611 <lyxtabular version="3" rows="4" columns="2">
13612 <features booktabs="true" tabularvalignment="middle">
13613 <column alignment="center" valignment="top" width="0pt">
13614 <column alignment="center" valignment="top">
13615 <row>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 Command
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 Result
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 </row>
13635 <row>
13636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640
13641 \backslash
13642 colorbox{yellow
13643 \begin_inset Formula $\to$
13644 \end_inset
13645
13646
13647 \backslash
13648 {A=B
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 \begin_inset Formula $\colorbox{yellow}{A=B}$
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row topspace="1.5mm">
13667 <cell alignment="center" valignment="top" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671
13672 \backslash
13673 colorbox{green
13674 \begin_inset Formula $\to$
13675 \end_inset
13676
13677
13678 \backslash
13679 {
13680 \backslash
13681 fbox
13682 \begin_inset space \textvisiblespace{}
13683 \end_inset
13684
13685 A=B
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13695 \end_inset
13696
13697
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 </row>
13703 <row topspace="1.5mm" bottomspace="1mm">
13704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708
13709 \backslash
13710 fbox
13711 \begin_inset space \textvisiblespace{}
13712 \end_inset
13713
13714
13715 \backslash
13716 colorbox{green
13717 \begin_inset Formula $\to$
13718 \end_inset
13719
13720
13721 \backslash
13722 {
13723 \family sans
13724 Ctrl+M
13725 \family default
13726  
13727 \family sans
13728 Ctrl+M
13729 \family default
13730  
13731 \backslash
13732 int
13733 \begin_inset space \textvisiblespace{}
13734 \end_inset
13735
13736 C=D
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13746 \end_inset
13747
13748
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 </lyxtabular>
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \begin_layout Standard
13762
13763 \series bold
13764
13765 \backslash
13766 colorbox
13767 \series default
13768  only colors the box but not the characters in the box.
13769  To color all characters, the whole formula is highlighted and the desired
13770  color is chosen in the 
13771 \family sans
13772 Text
13773 \begin_inset space ~
13774 \end_inset
13775
13776 Style
13777 \family default
13778  dialog.
13779  The dialog can be called with the toolbar button 
13780 \begin_inset Info
13781 type  "icon"
13782 arg   "dialog-show character"
13783 \end_inset
13784
13785  or the menu 
13786 \family sans
13787 Edit\SpecialChar menuseparator
13788 Text
13789 \begin_inset space ~
13790 \end_inset
13791
13792 Style\SpecialChar menuseparator
13793 Customized
13794 \family default
13795 .
13796  The formula number then has the same color as the formula.
13797  When the formula number should get another color than the formula characters,
13798  the color must be changed within the formula.
13799 \end_layout
13800
13801 \begin_layout Standard
13802 An example:
13803 \end_layout
13804
13805 \begin_layout Standard
13806
13807 \color red
13808 \begin_inset Formula 
13809 \begin{equation}
13810 \int A=B\label{eq:red}
13811 \end{equation}
13812
13813 \end_inset
13814
13815
13816 \color green
13817
13818 \begin_inset Formula 
13819 \begin{equation}
13820 \textcolor{red}{\int A=B}\label{eq:redgreen}
13821 \end{equation}
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \begin_layout Standard
13829 Formula 
13830 \begin_inset CommandInset ref
13831 LatexCommand eqref
13832 reference "eq:red"
13833
13834 \end_inset
13835
13836  is completely colored red.
13837 \begin_inset Newline newline
13838 \end_inset
13839
13840 Formula 
13841 \begin_inset CommandInset ref
13842 LatexCommand eqref
13843 reference "eq:redgreen"
13844
13845 \end_inset
13846
13847  was first completely colored green to set the color for the formula number.
13848  Subsequently the formula characters were colored red.
13849 \end_layout
13850
13851 \begin_layout Standard
13852 \begin_inset VSpace bigskip
13853 \end_inset
13854
13855 To color the frame different than the rest of the box, the command 
13856 \series bold
13857
13858 \backslash
13859 fcolorbox
13860 \series default
13861
13862 \begin_inset Index idx
13863 status collapsed
13864
13865 \begin_layout Plain Layout
13866 Commands ! F ! 
13867 \backslash
13868 fcolorbox
13869 \end_layout
13870
13871 \end_inset
13872
13873  is used in the following scheme:
13874 \end_layout
13875
13876 \begin_layout Standard
13877
13878 \series bold
13879
13880 \backslash
13881 fcolorbox{frame color}{color}{box content}
13882 \end_layout
13883
13884 \begin_layout Standard
13885 So 
13886 \series bold
13887
13888 \backslash
13889 fcolorbox
13890 \series default
13891  is an extension of the command 
13892 \series bold
13893
13894 \backslash
13895 colorbox
13896 \series default
13897 .
13898  The frame width is set, like for 
13899 \series bold
13900
13901 \backslash
13902 framebox
13903 \series default
13904 , with 
13905 \series bold
13906
13907 \backslash
13908 fboxrule
13909 \series default
13910  and 
13911 \series bold
13912
13913 \backslash
13914 fboxsep
13915 \series default
13916 .
13917  An example:
13918 \begin_inset ERT
13919 status collapsed
13920
13921 \begin_layout Plain Layout
13922
13923
13924 \backslash
13925 fboxrule 1mm 
13926 \backslash
13927 fboxsep 1mm
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \begin_inset Formula 
13934 \[
13935 \fcolorbox{cyan}{magenta}{A=B}
13936 \]
13937
13938 \end_inset
13939
13940
13941 \begin_inset ERT
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945
13946
13947 \backslash
13948 fboxrule 0.4pt 
13949 \backslash
13950 fboxsep 3pt
13951 \end_layout
13952
13953 \end_inset
13954
13955
13956 \end_layout
13957
13958 \begin_layout Standard
13959 This formula was created with the command
13960 \begin_inset Newline newline
13961 \end_inset
13962
13963
13964 \series bold
13965
13966 \backslash
13967 fcolorbox{cyan
13968 \begin_inset Formula $\to$
13969 \end_inset
13970
13971
13972 \backslash
13973 {magenta
13974 \begin_inset Formula $\to$
13975 \end_inset
13976
13977
13978 \backslash
13979 {A=B
13980 \series default
13981 .
13982 \end_layout
13983
13984 \begin_layout Standard
13985 \begin_inset VSpace bigskip
13986 \end_inset
13987
13988 To use other colors than the predefined ones, they have to be defined first.
13989 \end_layout
13990
13991 \begin_layout Standard
13992 One can for example define the color 
13993 \begin_inset Quotes eld
13994 \end_inset
13995
13996
13997 \series bold
13998 darkgreen
13999 \series default
14000
14001 \begin_inset Quotes erd
14002 \end_inset
14003
14004  with the \SpecialChar LaTeX
14005 -preamble line:
14006 \end_layout
14007
14008 \begin_layout Standard
14009
14010 \series bold
14011
14012 \backslash
14013 definecolor{darkgreen}{cmyk}{0.5,
14014 \series default
14015  
14016 \series bold
14017 0,
14018 \series default
14019  
14020 \series bold
14021 1,
14022 \series default
14023  
14024 \series bold
14025 0.5}
14026 \series default
14027
14028 \begin_inset Index idx
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032 Commands ! D ! 
14033 \backslash
14034 definecolor
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Standard
14043
14044 \series bold
14045 cmyk
14046 \series default
14047  is the color space that denotes the colors 
14048 \series bold
14049 cyan
14050 \series default
14051
14052 \series bold
14053 magenta
14054 \series default
14055
14056 \series bold
14057 yellow
14058 \series default
14059  and 
14060 \series bold
14061 black
14062 \series default
14063 .
14064  The four comma separated numbers are the portion factor for the corresponding
14065  colors of the color space.
14066  The factors can be in the range of 0
14067 \begin_inset space \thinspace{}
14068 \end_inset
14069
14070 -
14071 \begin_inset space \thinspace{}
14072 \end_inset
14073
14074 1.
14075  Instead of 
14076 \series bold
14077 cmyk
14078 \series default
14079  also the color space 
14080 \series bold
14081 rgb
14082 \series default
14083  can be used for definitions.
14084  
14085 \series bold
14086 rgb
14087 \series default
14088  denotes 
14089 \series bold
14090 red
14091 \series default
14092
14093 \series bold
14094 green
14095 \series default
14096  and 
14097 \series bold
14098 blue
14099 \series default
14100 , so that there are in this case three portion factors for the corresponding
14101  colors.
14102  Furthermore there is the color space 
14103 \series bold
14104 gray
14105 \series default
14106  with one portion factor for the gray value.
14107 \end_layout
14108
14109 \begin_layout Standard
14110 As example a framed box with the new defined color 
14111 \series bold
14112 darkgreen
14113 \series default
14114  where the characters have been colored 
14115 \series bold
14116 yellow
14117 \series default
14118 :
14119 \begin_inset Formula 
14120 \begin{equation}
14121 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14122 \end{equation}
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \begin_layout Standard
14130 Self-defined colors can also be used for text with the help of the command
14131  
14132 \series bold
14133
14134 \backslash
14135 textcolor
14136 \series default
14137 :
14138 \begin_inset Index idx
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142 Text ! colored
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \begin_layout Standard
14151 \begin_inset ERT
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155
14156
14157 \backslash
14158 textcolor{darkgreen}{
14159 \end_layout
14160
14161 \end_inset
14162
14163 This sentence is 
14164 \begin_inset Quotes eld
14165 \end_inset
14166
14167 darkgreen
14168 \begin_inset Quotes erd
14169 \end_inset
14170
14171 .
14172 \begin_inset ERT
14173 status collapsed
14174
14175 \begin_layout Plain Layout
14176
14177 }
14178 \end_layout
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \series bold
14188
14189 \backslash
14190 textcolor
14191 \series default
14192
14193 \begin_inset Index idx
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 Commands ! T ! 
14198 \backslash
14199 textcolor
14200 \end_layout
14201
14202 \end_inset
14203
14204  is used in the scheme 
14205 \series bold
14206
14207 \backslash
14208 textcolor{color}{characters to color}
14209 \series default
14210 .
14211 \end_layout
14212
14213 \begin_layout Subsection
14214 Paragraph Boxes
14215 \begin_inset CommandInset label
14216 LatexCommand label
14217 name "subsec:Paragraph-Boxes"
14218
14219 \end_inset
14220
14221
14222 \begin_inset Index idx
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226 Boxes ! as paragraph
14227 \end_layout
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 A box that can contain several lines and paragraphs, a so-called paragraph
14236  box (parbox), can be created with the menu 
14237 \family sans
14238 Insert\SpecialChar menuseparator
14239 Box
14240 \family default
14241  or the toolbar button 
14242 \begin_inset Info
14243 type  "icon"
14244 arg   "box-insert"
14245 \end_inset
14246
14247 .
14248 \end_layout
14249
14250 \begin_layout Standard
14251 The following example shows a framed parbox in a line:
14252 \end_layout
14253
14254 \begin_layout Standard
14255 \begin_inset VSpace medskip
14256 \end_inset
14257
14258 This is a line 
14259 \begin_inset Box Boxed
14260 position "c"
14261 hor_pos "c"
14262 has_inner_box 1
14263 inner_pos "t"
14264 use_parbox 1
14265 use_makebox 0
14266 width "5cm"
14267 special "none"
14268 height "1in"
14269 height_special "totalheight"
14270 thickness "0.4pt"
14271 separation "3pt"
14272 shadowsize "4pt"
14273 framecolor "black"
14274 backgroundcolor "none"
14275 status open
14276
14277 \begin_layout Plain Layout
14278 This is a paragraph box.
14279  It is exactly 5
14280 \begin_inset space \thinspace{}
14281 \end_inset
14282
14283 cm long and can also contain formulas: 
14284 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \end_inset
14291
14292  with a parbox.
14293 \end_layout
14294
14295 \begin_layout Standard
14296 \begin_inset VSpace medskip
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \begin_layout Standard
14303 Such a box is created by right-clicking on the gray box inset.
14304  A dialog pops up showing the box properties.
14305  In our case set: 
14306 \emph on
14307 Decoration
14308 \emph default
14309 : Rectangular box, 
14310 \emph on
14311 Inner Box
14312 \emph default
14313 : Parbox, 
14314 \emph on
14315 Width
14316 \emph default
14317 : 5
14318 \begin_inset space \thinspace{}
14319 \end_inset
14320
14321 cm, 
14322 \emph on
14323 Vertical Box Alignment
14324 \emph default
14325 : Middle
14326 \end_layout
14327
14328 \begin_layout Standard
14329 \begin_inset VSpace medskip
14330 \end_inset
14331
14332 In \SpecialChar LaTeX
14333  a parbox is created with the command 
14334 \series bold
14335
14336 \backslash
14337 parbox
14338 \series default
14339
14340 \begin_inset Index idx
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 Commands ! P ! 
14345 \backslash
14346 parbox
14347 \end_layout
14348
14349 \end_inset
14350
14351  which has the following scheme:
14352 \end_layout
14353
14354 \begin_layout Standard
14355
14356 \series bold
14357
14358 \backslash
14359 parbox[position]{width}{box content}
14360 \end_layout
14361
14362 \begin_layout Standard
14363 The positions 
14364 \emph on
14365 b
14366 \emph default
14367  and 
14368 \emph on
14369 t
14370 \emph default
14371  are possible.
14372  
14373 \emph on
14374 b
14375 \emph default
14376  for 
14377 \begin_inset Quotes eld
14378 \end_inset
14379
14380 bottom
14381 \begin_inset Quotes erd
14382 \end_inset
14383
14384  means that the box is aligned within the surrounding text with its last
14385  line.
14386  With 
14387 \emph on
14388 t
14389 \emph default
14390  for 
14391 \begin_inset Quotes eld
14392 \end_inset
14393
14394 top
14395 \begin_inset Quotes erd
14396 \end_inset
14397
14398  this is done with the first line.
14399  When no position is given, the box will be vertically centered, see section
14400  
14401 \emph on
14402 Boxes
14403 \emph default
14404  of the 
14405 \emph on
14406 Embedded
14407 \begin_inset space ~
14408 \end_inset
14409
14410 Objects
14411 \emph default
14412  manual for examples.
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset VSpace bigskip
14417 \end_inset
14418
14419 To frame formulas completely, including the formula number, the formula
14420  must be set into a parbox.
14421  To do this, the command 
14422 \series bold
14423
14424 \backslash
14425 fbox{
14426 \backslash
14427 parbox{
14428 \backslash
14429 linewidth-2
14430 \backslash
14431 fboxsep-2
14432 \backslash
14433 fboxrule}{
14434 \series default
14435  is inserted in \SpecialChar TeX
14436  mode before the formula.
14437  
14438 \series bold
14439
14440 \backslash
14441 linewidth
14442 \series default
14443
14444 \begin_inset Index idx
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448 Commands ! L ! 
14449 \backslash
14450 linewidth
14451 \end_layout
14452
14453 \end_inset
14454
14455  is hereby the line width set for the document.
14456  Because the frame is outside the parbox, 2
14457 \begin_inset space \thinspace{}
14458 \end_inset
14459
14460 times the frame separation and the frame thickness must be subtracted from
14461  the line width.
14462  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14463 -package 
14464 \series bold
14465 calc
14466 \series default
14467
14468 \begin_inset Foot
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473 \series bold
14474 calc
14475 \series default
14476  is part of every \SpecialChar LaTeX
14477  standard installation.
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \begin_inset Index idx
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487 Packages ! calc
14488 \end_layout
14489
14490 \end_inset
14491
14492  must be loaded in the \SpecialChar LaTeX
14493 -preamble with the line
14494 \end_layout
14495
14496 \begin_layout Standard
14497
14498 \series bold
14499
14500 \backslash
14501 usepackage{calc}
14502 \end_layout
14503
14504 \begin_layout Standard
14505 Behind the formula both boxes are closed by entering 
14506 \series bold
14507 }}
14508 \series default
14509  in \SpecialChar TeX
14510  mode.
14511  Here is an example:
14512 \begin_inset ERT
14513 status collapsed
14514
14515 \begin_layout Plain Layout
14516
14517
14518 \backslash
14519 fboxsep 5mm 
14520 \backslash
14521 fboxrule 5mm
14522 \end_layout
14523
14524 \end_inset
14525
14526
14527 \end_layout
14528
14529 \begin_layout Standard
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535
14536 \backslash
14537 fbox{
14538 \backslash
14539 parbox{
14540 \backslash
14541 linewidth-2
14542 \backslash
14543 fboxsep-2
14544 \backslash
14545 fboxrule}{
14546 \end_layout
14547
14548 \end_inset
14549
14550
14551 \begin_inset Formula 
14552 \begin{equation}
14553 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14554 \end{equation}
14555
14556 \end_inset
14557
14558
14559 \begin_inset ERT
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563
14564 }}
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \begin_inset ERT
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574
14575
14576 \backslash
14577 fboxrule 0.4pt 
14578 \backslash
14579 fboxsep 3pt
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \begin_layout Standard
14588 \begin_inset VSpace medskip
14589 \end_inset
14590
14591 As a parbox is used as the argument of 
14592 \series bold
14593
14594 \backslash
14595 fbox
14596 \series default
14597 , there is in this case no difference between 
14598 \series bold
14599
14600 \backslash
14601 fbox
14602 \series default
14603  and 
14604 \series bold
14605
14606 \backslash
14607 boxed
14608 \series default
14609 .
14610 \end_layout
14611
14612 \begin_layout Standard
14613 \begin_inset VSpace bigskip
14614 \end_inset
14615
14616 Paragraph boxes are very useful to comment formulas directly.
14617  To do this, 
14618 \series bold
14619
14620 \backslash
14621 parbox
14622 \series default
14623  is used in combination with the command 
14624 \series bold
14625
14626 \backslash
14627 tag
14628 \series default
14629 .
14630  (more about 
14631 \series bold
14632
14633 \backslash
14634 tag
14635 \series default
14636  see 
14637 \begin_inset CommandInset ref
14638 LatexCommand ref
14639 reference "subsec:User-defined-Numbering"
14640
14641 \end_inset
14642
14643 )
14644 \end_layout
14645
14646 \begin_layout Standard
14647 An example of a formula commented with 
14648 \series bold
14649
14650 \backslash
14651 parbox
14652 \series default
14653 :
14654 \end_layout
14655
14656 \begin_layout Standard
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 [5x-7b=3b
14665 \backslash
14666 tag*{
14667 \backslash
14668 parbox{5cm}{
14669 \end_layout
14670
14671 \end_inset
14672
14673 This is a description.
14674  It is distinctly separated from the formula and multiline.
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680 }}
14681 \backslash
14682 ]
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 Such a formula must be inserted completely in \SpecialChar TeX
14692  mode because \SpecialChar LyX
14693  does not yet
14694  support the command 
14695 \series bold
14696
14697 \backslash
14698 parbox
14699 \series default
14700  in formulas.
14701  The formula is created with the following command sequence:
14702 \end_layout
14703
14704 \begin_layout Standard
14705 The command 
14706 \series bold
14707
14708 \backslash
14709 [5x-7b=3b
14710 \backslash
14711 tag*
14712 \backslash
14713 {
14714 \backslash
14715 parbox{5cm}{
14716 \series default
14717  is inserted in \SpecialChar TeX
14718  mode.
14719 \begin_inset Foot
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723 When the formula style 
14724 \series bold
14725 Indented
14726 \series default
14727  is used, 
14728 \series bold
14729
14730 \backslash
14731 tag*
14732 \backslash
14733 {
14734 \series default
14735  can also be replaced by 
14736 \series bold
14737
14738 \backslash
14739 hfill
14740 \series default
14741 .
14742  (formula styles see 
14743 \begin_inset CommandInset ref
14744 LatexCommand ref
14745 reference "sec:Formula-Styles"
14746
14747 \end_inset
14748
14749 )
14750 \end_layout
14751
14752 \end_inset
14753
14754  Then the description follows as normal text and finally 
14755 \series bold
14756 }}
14757 \backslash
14758 ]
14759 \series default
14760  is inserted in \SpecialChar TeX
14761  mode.
14762  The commands 
14763 \series bold
14764
14765 \backslash
14766 [
14767 \series default
14768  and 
14769 \series bold
14770
14771 \backslash
14772 ]
14773 \series default
14774  hereby create a displayed formula.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 The advantages of 
14779 \series bold
14780
14781 \backslash
14782 parbox
14783 \series default
14784  can be seen in this example that was 
14785 \begin_inset Quotes eld
14786 \end_inset
14787
14788 commented
14789 \begin_inset Quotes erd
14790 \end_inset
14791
14792  using the mathematical textmode:
14793 \begin_inset Formula 
14794 \[
14795 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14796 \]
14797
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Section
14804 Operators
14805 \begin_inset Index idx
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809 Operators
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Subsection
14818 Big Operators
14819 \begin_inset CommandInset label
14820 LatexCommand label
14821 name "subsec:Big-Operators"
14822
14823 \end_inset
14824
14825
14826 \begin_inset Index idx
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830 Operators ! big
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \begin_inset Index idx
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840 Sums
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \begin_inset Index idx
14847 status collapsed
14848
14849 \begin_layout Plain Layout
14850 Integrals
14851 \end_layout
14852
14853 \end_inset
14854
14855
14856 \end_layout
14857
14858 \begin_layout Standard
14859 To be able to use all integral operators listed here, the option 
14860 \family sans
14861 Use esint package automatically
14862 \family default
14863  must be set in the document settings under 
14864 \family sans
14865 Math
14866 \begin_inset space ~
14867 \end_inset
14868
14869 Options
14870 \family default
14871 .
14872 \end_layout
14873
14874 \begin_layout Standard
14875 \begin_inset space \hfill{}
14876 \end_inset
14877
14878
14879 \begin_inset Tabular
14880 <lyxtabular version="3" rows="11" columns="2">
14881 <features booktabs="true" tabularvalignment="middle">
14882 <column alignment="center" valignment="top" width="0pt">
14883 <column alignment="center" valignment="top" width="0pt">
14884 <row>
14885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14886 \begin_inset Text
14887
14888 \begin_layout Plain Layout
14889 Command
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 Result
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909
14910 \backslash
14911 int
14912 \begin_inset Index idx
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916 Commands ! I ! 
14917 \backslash
14918 int
14919 \end_layout
14920
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 \begin_inset Formula $\int$
14933 \end_inset
14934
14935
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 </row>
14941 <row>
14942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946
14947 \backslash
14948 oint
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957 \begin_inset Formula $\oint$
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 </row>
14966 <row>
14967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971
14972 \backslash
14973 ointctrclockwise
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 \begin_inset Formula $\ointctrclockwise$
14983 \end_inset
14984
14985
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 <row>
14992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996
14997 \backslash
14998 ointclockwise
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 \begin_inset Formula $\ointclockwise$
15008 \end_inset
15009
15010
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row>
15017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \backslash
15023 sqint
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 \begin_inset Formula $\sqint$
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 </row>
15041 <row>
15042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046
15047 \backslash
15048 fint
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057  
15058 \begin_inset Formula $\fint$
15059 \end_inset
15060
15061
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \backslash
15074 landupint
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083  
15084 \begin_inset Formula $\landupint$
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \backslash
15100 landdownint
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109  
15110 \begin_inset Formula $\landdownint$
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 </row>
15119 <row>
15120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124
15125 \backslash
15126 bigcap
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 \begin_inset Formula $\bigcap$
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 </row>
15144 <row>
15145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \backslash
15151 bigcup
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset Formula $\bigcup$
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 </lyxtabular>
15170
15171 \end_inset
15172
15173
15174 \begin_inset space \hfill{}
15175 \end_inset
15176
15177
15178 \begin_inset Tabular
15179 <lyxtabular version="3" rows="11" columns="2">
15180 <features booktabs="true" tabularvalignment="middle">
15181 <column alignment="center" valignment="top" width="0pt">
15182 <column alignment="center" valignment="top" width="0pt">
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 Command
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 Result
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row>
15204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \backslash
15210 sum
15211 \begin_inset Index idx
15212 status collapsed
15213
15214 \begin_layout Plain Layout
15215 Commands ! S ! 
15216 \backslash
15217 sum
15218 \end_layout
15219
15220 \end_inset
15221
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 \begin_inset Formula $\sum$
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 </row>
15240 <row>
15241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \backslash
15247 prod
15248 \begin_inset Index idx
15249 status collapsed
15250
15251 \begin_layout Plain Layout
15252 Commands ! P ! 
15253 \backslash
15254 prod
15255 \begin_inset ERT
15256 status collapsed
15257
15258 \begin_layout Plain Layout
15259
15260
15261 \backslash
15262 vspace{4mm}
15263 \end_layout
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 \begin_inset Formula $\prod$
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 </row>
15290 <row>
15291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \backslash
15297 coprod
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 \begin_inset Formula $\coprod$
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 bigodot
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 \begin_inset Formula $\bigodot$
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 <row>
15341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345
15346 \backslash
15347 bigotimes
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 \begin_inset Formula $\bigotimes$
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row>
15366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 bigoplus
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Formula $\bigoplus$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row>
15391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 bigwedge
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Formula $\bigwedge$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row>
15416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \backslash
15422 bigvee
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 \begin_inset Formula $\bigvee$
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 </row>
15440 <row>
15441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445
15446 \backslash
15447 bigsqcup
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 \begin_inset Formula $\bigsqcup$
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \backslash
15472 biguplus
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481 \begin_inset Formula $\biguplus$
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 </lyxtabular>
15491
15492 \end_inset
15493
15494
15495 \begin_inset space \hfill{}
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \begin_layout Standard
15502 All big operators can also be inserted via the math toolbar button 
15503 \begin_inset Info
15504 type  "icon"
15505 arg   "math-insert \\intop"
15506 \end_inset
15507
15508 .
15509 \end_layout
15510
15511 \begin_layout Standard
15512 The operators are called big because they are bigger than the sometimes
15513  equal looking binary operators.
15514  All big operators can have limits as described in the next subsection.
15515 \end_layout
15516
15517 \begin_layout Standard
15518 For all integral operators there is a second version available, ending in
15519  
15520 \series bold
15521 op
15522 \series default
15523
15524 \series bold
15525
15526 \backslash
15527 intop
15528 \series default
15529
15530 \series bold
15531
15532 \backslash
15533 ointop
15534 \series default
15535  etc..
15536  These operators are different from 
15537 \series bold
15538
15539 \backslash
15540 int
15541 \series default
15542  etc.
15543 \begin_inset space \space{}
15544 \end_inset
15545
15546 in the style the operator limits are displayed, see 
15547 \begin_inset CommandInset ref
15548 LatexCommand ref
15549 reference "subsec:Operator-Limits"
15550
15551 \end_inset
15552
15553 .
15554  
15555 \end_layout
15556
15557 \begin_layout Subsubsection*
15558 Advice for Integrals
15559 \end_layout
15560
15561 \begin_layout Standard
15562 The letter 
15563 \emph on
15564 d
15565 \emph default
15566  in an integral is an operator, that therefore has to be set upright.
15567  This is done by highlighting the 
15568 \emph on
15569 d
15570 \emph default
15571  and using the keyboard shortcut 
15572 \begin_inset Info
15573 type  "shortcut"
15574 arg   "font-roman"
15575 \end_inset
15576
15577
15578 \begin_inset Foot
15579 status collapsed
15580
15581 \begin_layout Plain Layout
15582 Font styles
15583 \series bold
15584  
15585 \series default
15586 see 
15587 \begin_inset CommandInset ref
15588 LatexCommand ref
15589 reference "subsec:Font-Styles"
15590
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \end_inset
15597
15598 .
15599  Finally the smallest space is inserted before the 
15600 \emph on
15601 d
15602 \emph default
15603 , as this is usual for operators.
15604  An example:
15605 \end_layout
15606
15607 \begin_layout Standard
15608 incorrect: 
15609 \begin_inset Formula $\int A(x)dx$
15610 \end_inset
15611
15612
15613 \begin_inset Newline newline
15614 \end_inset
15615
15616
15617 \begin_inset Phantom HPhantom
15618 status open
15619
15620 \begin_layout Plain Layout
15621 in
15622 \end_layout
15623
15624 \end_inset
15625
15626 correct: 
15627 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \begin_layout Standard
15634 For multiple integrals there are the following commands:
15635 \begin_inset VSpace medskip
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset space \hfill{}
15643 \end_inset
15644
15645
15646 \begin_inset Tabular
15647 <lyxtabular version="3" rows="4" columns="2">
15648 <features booktabs="true" tabularvalignment="middle">
15649 <column alignment="center" valignment="top" width="0pt">
15650 <column alignment="center" valignment="top" width="0pt">
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 Command
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 Result
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row bottomspace="1mm">
15672 <cell alignment="center" valignment="top" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \backslash
15678 iint
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset Formula $\iint$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row bottomspace="1mm">
15697 <cell alignment="center" valignment="top" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \backslash
15703 oiint
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Formula $\oiint$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 <row bottomspace="1mm">
15722 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \backslash
15728 sqiint
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 \begin_inset Formula $\sqiint$
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 </lyxtabular>
15747
15748 \end_inset
15749
15750
15751 \begin_inset space \hfill{}
15752 \end_inset
15753
15754
15755 \begin_inset Tabular
15756 <lyxtabular version="3" rows="4" columns="2">
15757 <features booktabs="true" tabularvalignment="middle">
15758 <column alignment="center" valignment="top" width="0pt">
15759 <column alignment="center" valignment="top" width="0pt">
15760 <row>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 Command
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 Result
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row bottomspace="1mm">
15781 <cell alignment="center" valignment="top" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \backslash
15787 iiint
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 \begin_inset Formula $\iiint$
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 <row bottomspace="1mm">
15806 <cell alignment="center" valignment="top" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810
15811 \backslash
15812 iiiint
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 \begin_inset Formula $\iiiint$
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 <row bottomspace="1mm">
15831 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \backslash
15837 dotsint
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 \begin_inset Formula $\dotsint$
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 </lyxtabular>
15856
15857 \end_inset
15858
15859
15860 \begin_inset space \hfill{}
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Subsection
15867 Operator Limits
15868 \begin_inset CommandInset label
15869 LatexCommand label
15870 name "subsec:Operator-Limits"
15871
15872 \end_inset
15873
15874
15875 \begin_inset Index idx
15876 status collapsed
15877
15878 \begin_layout Plain Layout
15879 Operators ! Limits
15880 \end_layout
15881
15882 \end_inset
15883
15884
15885 \end_layout
15886
15887 \begin_layout Standard
15888 Limits are created by super- and subscripts:
15889 \end_layout
15890
15891 \begin_layout Standard
15892 \align center
15893 \begin_inset Tabular
15894 <lyxtabular version="3" rows="2" columns="2">
15895 <features booktabs="true" tabularvalignment="middle">
15896 <column alignment="center" valignment="top" width="0pt">
15897 <column alignment="center" valignment="top" width="0pt">
15898 <row>
15899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 Command
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 Result
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \backslash
15925 prod^
15926 \backslash
15927 infty
15928 \begin_inset space \textvisiblespace{}
15929 \end_inset
15930
15931
15932 \begin_inset Formula $\to$
15933 \end_inset
15934
15935 _0
15936 \begin_inset Formula $\to$
15937 \end_inset
15938
15939 A(x)
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 </lyxtabular>
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \begin_layout Standard
15965 Limits of inline formulas are set right beside the operator.
15966  Limits in displayed formulas are set above or below the operator, except
15967  for integral limits.
15968 \end_layout
15969
15970 \begin_layout Standard
15971 To force that the limits are set beside the operator, the cursor is set
15972  directly behind the operator and the limits type is changed with the menu
15973  
15974 \family sans
15975 Edit\SpecialChar menuseparator
15976 Math\SpecialChar menuseparator
15977 Change Limits Type
15978 \family default
15979  to 
15980 \family sans
15981 \series bold
15982 Inline
15983 \family default
15984 \series default
15985  (shortcut 
15986 \begin_inset Info
15987 type  "shortcut"
15988 arg   "math-limits"
15989 \end_inset
15990
15991 ).
15992  An example:
15993 \end_layout
15994
15995 \begin_layout Standard
15996 The default limits type is this:
15997 \begin_inset Formula 
15998 \[
15999 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16000 \]
16001
16002 \end_inset
16003
16004 This is how it looks when the limits type was changed to 
16005 \family sans
16006 \series bold
16007 Inline
16008 \family default
16009 \series default
16010 :
16011 \begin_inset Formula 
16012 \[
16013 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16014 \]
16015
16016 \end_inset
16017
16018 For integrals, except those ending with 
16019 \series bold
16020 op
16021 \series default
16022  like 
16023 \series bold
16024
16025 \backslash
16026 intop
16027 \series default
16028
16029 \series bold
16030
16031 \backslash
16032 ointop
16033 \series default
16034  etc., the limits are by default set beside the operator.
16035  But for multiple integrals the limits are often set below the operator.
16036  In the following example the limits type was therefore set to 
16037 \series bold
16038 Display
16039 \series default
16040  and so set below the integrals:
16041 \begin_inset Formula 
16042 \begin{equation}
16043 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16044 \end{equation}
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset VSpace medskip
16053 \end_inset
16054
16055 To specify conditions for limits, the commands 
16056 \series bold
16057
16058 \backslash
16059 subarray
16060 \series default
16061
16062 \begin_inset Index idx
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 Commands ! S ! 
16067 \backslash
16068 subarray
16069 \end_layout
16070
16071 \end_inset
16072
16073  and 
16074 \series bold
16075
16076 \backslash
16077 substack
16078 \series default
16079
16080 \begin_inset Index idx
16081 status collapsed
16082
16083 \begin_layout Plain Layout
16084 Commands ! S ! 
16085 \backslash
16086 substack
16087 \end_layout
16088
16089 \end_inset
16090
16091  are used.
16092  To create for example this expression 
16093 \begin_inset Formula 
16094 \begin{equation}
16095 \sum_{\begin{subarray}{c}
16096 0<k<1000\\
16097 \\
16098 k\,\in\,\mathbb{N}
16099 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16100 \end{equation}
16101
16102 \end_inset
16103
16104
16105 \end_layout
16106
16107 \begin_layout Standard
16108 the following has to be done:
16109 \begin_inset Newline newline
16110 \end_inset
16111
16112 First the command 
16113 \series bold
16114
16115 \backslash
16116 sum
16117 \series default
16118 ^
16119 \series bold
16120 n
16121 \begin_inset space \textvisiblespace{}
16122 \end_inset
16123
16124 _
16125 \series default
16126  is typed in.
16127  One is now in a blue box under the summation operator and insert there
16128  the command 
16129 \series bold
16130
16131 \backslash
16132 subarray
16133 \begin_inset space \textvisiblespace{}
16134 \end_inset
16135
16136
16137 \series default
16138 .
16139  The blue box is now within a purple box and now several lines can be written
16140  among each other.
16141  A new line is created by inserting a line break (
16142 \begin_inset Info
16143 type  "shortcut"
16144 arg   "newline-insert newline"
16145 \end_inset
16146
16147 ).
16148  When now
16149 \begin_inset Newline newline
16150 \end_inset
16151
16152
16153 \series bold
16154 0<k<1000 Ctrl+Return
16155 \begin_inset Newline newline
16156 \end_inset
16157
16158
16159 \series default
16160 is typed in, a new box appears below for the new line.
16161 \end_layout
16162
16163 \begin_layout Standard
16164 The alignment of the lines can be changed to left aligned with the 
16165 \family sans
16166 table
16167 \family default
16168  
16169 \family sans
16170 toolbar
16171 \family default
16172  or the menu 
16173 \family sans
16174 Edit\SpecialChar menuseparator
16175 Rows &Columns
16176 \family default
16177 .
16178  To get right alignment, 
16179 \series bold
16180
16181 \backslash
16182 hfill
16183 \begin_inset space \textvisiblespace{}
16184 \end_inset
16185
16186
16187 \series default
16188  is inserted at the beginning of the line.
16189 \end_layout
16190
16191 \begin_layout Standard
16192 The command 
16193 \series bold
16194
16195 \backslash
16196 substack
16197 \series default
16198  is equivalent to 
16199 \series bold
16200
16201 \backslash
16202 subarray
16203 \series default
16204  with the difference that the lines are always centered.
16205 \end_layout
16206
16207 \begin_layout Standard
16208 \begin_inset VSpace bigskip
16209 \end_inset
16210
16211 Like in formula 
16212 \begin_inset CommandInset ref
16213 LatexCommand eqref
16214 reference "eq:substack"
16215
16216 \end_inset
16217
16218  there can be too much space beside an operator, because the characters
16219  following the operator are set beside the limits.
16220  To avoid this the command 
16221 \series bold
16222
16223 \backslash
16224 smashoperator
16225 \series default
16226
16227 \begin_inset Index idx
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231 Commands ! S ! 
16232 \backslash
16233 smashoperator
16234 \end_layout
16235
16236 \end_inset
16237
16238  can be used.
16239  To activate it, set in the document settings under 
16240 \family sans
16241 Math
16242 \begin_inset space ~
16243 \end_inset
16244
16245 Options
16246 \family default
16247  for the package 
16248 \series bold
16249 mathtools
16250 \series default
16251
16252 \begin_inset Index idx
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256 Packages ! mathtools
16257 \end_layout
16258
16259 \end_inset
16260
16261  the option 
16262 \family sans
16263 Load
16264 \begin_inset space ~
16265 \end_inset
16266
16267 always
16268 \family default
16269 .
16270  
16271 \series bold
16272
16273 \backslash
16274 smashoperator
16275 \series default
16276  sets the space besides the operator to 0
16277 \begin_inset space \thinspace{}
16278 \end_inset
16279
16280 pt.
16281 \begin_inset Newline newline
16282 \end_inset
16283
16284 Applied on formula 
16285 \begin_inset CommandInset ref
16286 LatexCommand eqref
16287 reference "eq:substack"
16288
16289 \end_inset
16290
16291 , one uses the command
16292 \end_layout
16293
16294 \begin_layout Standard
16295
16296 \series bold
16297
16298 \backslash
16299 smashoperator{
16300 \end_layout
16301
16302 \begin_layout Standard
16303 and inserts the operator with its limits into the braces.
16304  Behind the brace one continues the formula:
16305 \begin_inset Formula 
16306 \[
16307 \smashoperator{\sum_{\begin{subarray}{c}
16308 0<k<1000\\
16309 \\
16310 k\,\in\,\mathbb{N}
16311 \end{subarray}}^{n}}k^{-2}
16312 \]
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Standard
16320 It is possible to set the space of only one side of the operator to 0
16321 \begin_inset space \thinspace{}
16322 \end_inset
16323
16324 pt.
16325  To do this write either 
16326 \series bold
16327 [l]
16328 \series default
16329  or 
16330 \series bold
16331 [r]
16332 \series default
16333  between 
16334 \series bold
16335
16336 \backslash
16337 smashoperator
16338 \series default
16339  and its brace.
16340  
16341 \series bold
16342 l
16343 \series default
16344  stands for the left and 
16345 \series bold
16346 r
16347 \series default
16348  for the right side of the operator.
16349  Here is an example of the possible 
16350 \series bold
16351
16352 \backslash
16353 smashoperator
16354 \series default
16355  forms:
16356 \end_layout
16357
16358 \begin_layout Standard
16359 \begin_inset Formula 
16360 \[
16361 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}
16362 \]
16363
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \begin_layout Standard
16370 \begin_inset VSpace bigskip
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \begin_layout Standard
16377 When several consecutive operators have limits the typesetting of the limits
16378  looks often imperfect in the output, see this example:
16379 \begin_inset Formula 
16380 \[
16381 \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}
16382 \]
16383
16384 \end_inset
16385
16386 To improve the typesetting set in the document settings under 
16387 \family sans
16388 Math
16389 \begin_inset space ~
16390 \end_inset
16391
16392 Options
16393 \family default
16394  for the package 
16395 \series bold
16396 mathtools
16397 \series default
16398
16399 \begin_inset Index idx
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403 Packages ! mathtools
16404 \end_layout
16405
16406 \end_inset
16407
16408  the option 
16409 \family sans
16410 Load
16411 \begin_inset space ~
16412 \end_inset
16413
16414 always
16415 \family default
16416 .
16417  Then insert into your formula the command 
16418 \series bold
16419
16420 \backslash
16421 adjustlimits
16422 \series default
16423
16424 \begin_inset Index idx
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 Commands ! A ! 
16429 \backslash
16430 adjustlimits
16431 \end_layout
16432
16433 \end_inset
16434
16435  directly before the first operator.
16436  The example will then look like this:
16437 \begin_inset Formula 
16438 \[
16439 \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}
16440 \]
16441
16442 \end_inset
16443
16444
16445 \end_layout
16446
16447 \begin_layout Standard
16448 \begin_inset VSpace bigskip
16449 \end_inset
16450
16451 How to use one limit for several operators is described in 
16452 \begin_inset CommandInset ref
16453 LatexCommand ref
16454 reference "subsec:Self-defined-Operators"
16455
16456 \end_inset
16457
16458 .
16459 \end_layout
16460
16461 \begin_layout Subsection
16462 Decoration for Operators
16463 \begin_inset Index idx
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467 Operators ! Decoration
16468 \end_layout
16469
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \begin_layout Standard
16476 With the commands 
16477 \series bold
16478
16479 \backslash
16480 overset
16481 \series default
16482
16483 \begin_inset Index idx
16484 status collapsed
16485
16486 \begin_layout Plain Layout
16487 Commands ! O ! 
16488 \backslash
16489 overset
16490 \end_layout
16491
16492 \end_inset
16493
16494  and 
16495 \series bold
16496
16497 \backslash
16498 underset
16499 \series default
16500
16501 \begin_inset Index idx
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505 Commands ! U ! 
16506 \backslash
16507 underset
16508 \end_layout
16509
16510 \end_inset
16511
16512  characters can be placed above or below an operator, respectively.
16513  With the command 
16514 \series bold
16515
16516 \backslash
16517 sideset
16518 \series default
16519
16520 \begin_inset Index idx
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524 Commands ! S ! 
16525 \backslash
16526 sideset
16527 \end_layout
16528
16529 \end_inset
16530
16531  characters can be set before and behind a big operator.
16532 \end_layout
16533
16534 \begin_layout Standard
16535 There are 4
16536 \begin_inset space ~
16537 \end_inset
16538
16539 variants of 
16540 \series bold
16541
16542 \backslash
16543 sideset
16544 \series default
16545 :
16546 \end_layout
16547
16548 \begin_layout Itemize
16549
16550 \series bold
16551
16552 \backslash
16553 sideset
16554 \series default
16555  is used to set characters at the corners of the operator
16556 \end_layout
16557
16558 \begin_layout Itemize
16559
16560 \series bold
16561
16562 \backslash
16563 sidesetn
16564 \series default
16565  is used to set characters before and/or behind the operator (this variant
16566  represents \SpecialChar LaTeX
16567 's original 
16568 \series bold
16569
16570 \backslash
16571 sideset
16572 \series default
16573  command)
16574 \end_layout
16575
16576 \begin_layout Itemize
16577
16578 \series bold
16579
16580 \backslash
16581 sidesetl
16582 \series default
16583  is used to set characters at the left corners and/or behind the operator
16584 \end_layout
16585
16586 \begin_layout Itemize
16587
16588 \series bold
16589
16590 \backslash
16591 sidesetr
16592 \series default
16593  is used to set characters at the right corners and/or before the operator
16594 \end_layout
16595
16596 \begin_layout Standard
16597 For example the command 
16598 \series bold
16599
16600 \backslash
16601 sidesetn
16602 \begin_inset space \textvisiblespace{}
16603 \end_inset
16604
16605
16606 \backslash
16607 sum
16608 \begin_inset space \textvisiblespace{}
16609 \end_inset
16610
16611
16612 \begin_inset Formula $\to$
16613 \end_inset
16614
16615 '
16616 \begin_inset Formula $\to$
16617 \end_inset
16618
16619 _k=1
16620 \begin_inset space \textvisiblespace{}
16621 \end_inset
16622
16623
16624 \series default
16625 ^
16626 \series bold
16627 n
16628 \series default
16629  produces:
16630 \begin_inset Formula 
16631 \[
16632 \sideset{}{'}\sum_{k=1}^{n}
16633 \]
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \begin_layout Standard
16641 \begin_inset Note Greyedout
16642 status open
16643
16644 \begin_layout Plain Layout
16645
16646 \series bold
16647 Note: 
16648 \backslash
16649 sideset
16650 \series default
16651  can only be used to decorate big operators, binary operators are not allowed.
16652 \end_layout
16653
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660
16661 \series bold
16662
16663 \backslash
16664 overset
16665 \series default
16666  and 
16667 \series bold
16668
16669 \backslash
16670 underset
16671 \series default
16672  can also be used to decorate symbols and characters.
16673  For example, the command 
16674 \series bold
16675
16676 \backslash
16677 overset
16678 \begin_inset space \textvisiblespace{}
16679 \end_inset
16680
16681
16682 \backslash
16683 maltese
16684 \begin_inset space \textvisiblespace{}
16685 \end_inset
16686
16687
16688 \series default
16689
16690 \begin_inset Formula $\uparrow$
16691 \end_inset
16692
16693
16694 \series bold
16695 a
16696 \series default
16697  produces:
16698 \begin_inset Formula 
16699 \[
16700 \overset{a}{\maltese}
16701 \]
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \begin_layout Subsection
16709 Binary Operators
16710 \begin_inset CommandInset label
16711 LatexCommand label
16712 name "subsec:Binary-Operators"
16713
16714 \end_inset
16715
16716
16717 \begin_inset Index idx
16718 status collapsed
16719
16720 \begin_layout Plain Layout
16721 Operators ! binary
16722 \end_layout
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730 Binary operators are surrounded by space when there is a character before
16731  and after them.
16732 \begin_inset VSpace medskip
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \begin_layout Standard
16739 \begin_inset Tabular
16740 <lyxtabular version="3" rows="13" columns="2">
16741 <features booktabs="true" tabularvalignment="middle">
16742 <column alignment="center" valignment="top" width="0pt">
16743 <column alignment="center" valignment="top" width="0pt">
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 Command
16750 \begin_inset Note Note
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754
16755 \series bold
16756
16757 \backslash
16758 raisebox
16759 \series default
16760  is only used as spacer.
16761 \end_layout
16762
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 Result
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 +
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $+$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 -
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 \begin_inset Formula $-$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \backslash
16833 pm
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 \begin_inset Formula $\pm$
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \backslash
16858 mp
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 \begin_inset Formula $\mp$
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \backslash
16883 cdot
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 \begin_inset Formula $\cdot$
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \backslash
16908 times
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Formula $\times$
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \backslash
16933 div
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $\div$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset ERT
16957 status collapsed
16958
16959 \begin_layout Plain Layout
16960
16961
16962 \backslash
16963 raisebox{-1.2mm}{
16964 \end_layout
16965
16966 \end_inset
16967
16968 *
16969 \begin_inset ERT
16970 status collapsed
16971
16972 \begin_layout Plain Layout
16973
16974 }
16975 \end_layout
16976
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $*$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 star
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\star$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 circ
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\circ$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 diamond
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\diamond$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 bullet
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\bullet$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 </lyxtabular>
17098
17099 \end_inset
17100
17101
17102 \begin_inset space \hfill{}
17103 \end_inset
17104
17105
17106 \begin_inset Tabular
17107 <lyxtabular version="3" rows="13" columns="2">
17108 <features booktabs="true" tabularvalignment="middle">
17109 <column alignment="center" valignment="top" width="0pt">
17110 <column alignment="center" valignment="top" width="0pt">
17111 <row>
17112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 Command
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 Result
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \backslash
17138 nabla
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\nabla$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 bigtriangledown
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\bigtriangledown$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \backslash
17188 bigtriangleup
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\bigtriangleup$
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 Box
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 \begin_inset Formula $\Box$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236
17237 \backslash
17238 cap 
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 \begin_inset Formula $\cap$
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \backslash
17263 cup
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 \begin_inset Formula $\cup$
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 <row>
17282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286
17287 \backslash
17288 dagger
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 \begin_inset Formula $\dagger$
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 </row>
17306 <row>
17307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311
17312 \backslash
17313 ddagger
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 \begin_inset Formula $\ddagger$
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 <row>
17332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \backslash
17338 wr
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347 \begin_inset Formula $\wr$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 </row>
17356 <row>
17357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361
17362 \backslash
17363 bigcirc
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Formula $\bigcirc$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386
17387 \backslash
17388 wedge
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $\wedge$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \backslash
17413 vee
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 \begin_inset Formula $\vee$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 </row>
17431 </lyxtabular>
17432
17433 \end_inset
17434
17435
17436 \begin_inset space \hfill{}
17437 \end_inset
17438
17439
17440 \begin_inset Tabular
17441 <lyxtabular version="3" rows="13" columns="2">
17442 <features booktabs="true" tabularvalignment="middle">
17443 <column alignment="center" valignment="top" width="0pt">
17444 <column alignment="center" valignment="top" width="0pt">
17445 <row>
17446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 Command
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 Result
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \backslash
17472 oplus
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\oplus$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 ominus
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $\ominus$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520
17521 \backslash
17522 otimes
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Formula $\otimes$
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 </row>
17540 <row>
17541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545
17546 \backslash
17547 oslash
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset Formula $\oslash$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row>
17566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570
17571 \backslash
17572 odot
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 \begin_inset Formula $\odot$
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 </row>
17590 <row>
17591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595
17596 \backslash
17597 amalg
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 \begin_inset Formula $\amalg$
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 </row>
17615 <row>
17616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620
17621 \backslash
17622 uplus
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 \begin_inset Formula $\uplus$
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 </row>
17640 <row>
17641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645
17646 \backslash
17647 setminus
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset Formula $\setminus$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670
17671 \backslash
17672 sqcap
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 \begin_inset Formula $\sqcap$
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 </row>
17690 <row>
17691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695
17696 \backslash
17697 sqcup
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 \begin_inset Formula $\sqcup$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 </row>
17715 <row>
17716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720
17721 \backslash
17722 triangleleft
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 \begin_inset Formula $\triangleleft$
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 </row>
17740 <row>
17741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745
17746 \backslash
17747 triangleright
17748 \end_layout
17749
17750 \end_inset
17751 </cell>
17752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17753 \begin_inset Text
17754
17755 \begin_layout Plain Layout
17756 \begin_inset Formula $\triangleright$
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 </row>
17765 </lyxtabular>
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \begin_layout Standard
17773 All binary operators can also be inserted via the math toolbar button 
17774 \begin_inset Info
17775 type  "icon"
17776 arg   "math-insert \\pm"
17777 \end_inset
17778
17779 .
17780 \end_layout
17781
17782 \begin_layout Standard
17783 To typeset the Laplace operator also 
17784 \series bold
17785
17786 \backslash
17787 Delta
17788 \series default
17789  or 
17790 \series bold
17791
17792 \backslash
17793 nabla
17794 \series default
17795 ^
17796 \series bold
17797 2
17798 \series default
17799  (
17800 \begin_inset Formula $\nabla^{2}$
17801 \end_inset
17802
17803 ) can be used instead of 
17804 \series bold
17805
17806 \backslash
17807 bigtriangleup
17808 \series default
17809  .
17810 \end_layout
17811
17812 \begin_layout Standard
17813 The character 
17814 \family sans
17815 Menu Separator
17816 \family default
17817  from the menu 
17818 \family sans
17819 Insert\SpecialChar menuseparator
17820 Special Character
17821 \family default
17822  is the operator 
17823 \series bold
17824
17825 \backslash
17826 triangleright
17827 \series default
17828 .
17829 \end_layout
17830
17831 \begin_layout Subsection
17832 Self-defined Operators
17833 \begin_inset CommandInset label
17834 LatexCommand label
17835 name "subsec:Self-defined-Operators"
17836
17837 \end_inset
17838
17839
17840 \begin_inset Index idx
17841 status collapsed
17842
17843 \begin_layout Plain Layout
17844 Operators ! self-defined
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 With the help of the command 
17854 \series bold
17855
17856 \backslash
17857 DeclareMathOperator
17858 \series default
17859
17860 \begin_inset Index idx
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864 Commands ! D ! 
17865 \backslash
17866 dbinom@
17867 \backslash
17868 DeclareMathOperator
17869 \end_layout
17870
17871 \end_inset
17872
17873  custom operators can be defined in the \SpecialChar LaTeX
17874 -preamble.
17875  Its command scheme is:
17876 \end_layout
17877
17878 \begin_layout Standard
17879
17880 \series bold
17881
17882 \backslash
17883 DeclareMathOperator{new command}{display}
17884 \end_layout
17885
17886 \begin_layout Standard
17887 Display can be characters or symbols that define how the operator looks
17888  in the output.
17889  To define a big operator a * is set behind the command.
17890  All self-defined big operators can have limits as described in 
17891 \begin_inset CommandInset ref
17892 LatexCommand ref
17893 reference "subsec:Operator-Limits"
17894
17895 \end_inset
17896
17897 .
17898 \end_layout
17899
17900 \begin_layout Standard
17901 For example the \SpecialChar LaTeX
17902 -preamble line
17903 \end_layout
17904
17905 \begin_layout Standard
17906
17907 \series bold
17908
17909 \backslash
17910 DeclareMathOperator*{
17911 \backslash
17912 Lozenge}{
17913 \backslash
17914 blacklozenge}
17915 \end_layout
17916
17917 \begin_layout Standard
17918 defines the command 
17919 \series bold
17920
17921 \backslash
17922 Lozenge
17923 \series default
17924 , that inserts a big operator consisting of the lozenge symbol from 
17925 \begin_inset CommandInset ref
17926 LatexCommand ref
17927 reference "subsec:Miscellaneous-Symbols"
17928
17929 \end_inset
17930
17931 :
17932 \begin_inset Formula 
17933 \[
17934 \Lozenge_{n=1}^{\infty}
17935 \]
17936
17937 \end_inset
17938
17939 The command for this formula is: 
17940 \series bold
17941
17942 \backslash
17943 Lozenge
17944 \series default
17945 ^
17946 \series bold
17947
17948 \backslash
17949 infty
17950 \begin_inset Formula $\to$
17951 \end_inset
17952
17953 _n=1
17954 \end_layout
17955
17956 \begin_layout Standard
17957 \begin_inset VSpace bigskip
17958 \end_inset
17959
17960 When self-defined operators are not used several times in the document,
17961  they can also be defined with the commands 
17962 \series bold
17963
17964 \backslash
17965 mathop
17966 \series default
17967
17968 \begin_inset Index idx
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972 Commands ! M ! 
17973 \backslash
17974 mathop
17975 \end_layout
17976
17977 \end_inset
17978
17979  and 
17980 \series bold
17981
17982 \backslash
17983 mathbin
17984 \series default
17985
17986 \begin_inset Index idx
17987 status collapsed
17988
17989 \begin_layout Plain Layout
17990 Commands ! M ! 
17991 \backslash
17992 mathbin
17993 \end_layout
17994
17995 \end_inset
17996
17997 , which have the following scheme:
17998 \end_layout
17999
18000 \begin_layout Standard
18001
18002 \series bold
18003
18004 \backslash
18005 mathop{display}
18006 \series default
18007  and 
18008 \series bold
18009
18010 \backslash
18011 mathbin{display}
18012 \end_layout
18013
18014 \begin_layout Standard
18015
18016 \series bold
18017
18018 \backslash
18019 mathop
18020 \series default
18021  defines big operators, 
18022 \series bold
18023
18024 \backslash
18025 mathbin
18026 \series default
18027  binary operators.
18028 \end_layout
18029
18030 \begin_layout Standard
18031
18032 \series bold
18033
18034 \backslash
18035 mathop
18036 \series default
18037  can e.
18038 \begin_inset space \thinspace{}
18039 \end_inset
18040
18041 g.
18042 \begin_inset space \space{}
18043 \end_inset
18044
18045 be used to use one limit for several operators:
18046 \end_layout
18047
18048 \begin_layout Standard
18049 \begin_inset Formula 
18050 \[
18051 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18052 \]
18053
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \begin_layout Standard
18060 The command for the formula above is:
18061 \begin_inset Newline newline
18062 \end_inset
18063
18064
18065 \series bold
18066
18067 \backslash
18068 mathop{
18069 \backslash
18070 sum
18071 \backslash
18072 negmedspace
18073 \backslash
18074 sum
18075 \series default
18076
18077 \begin_inset space \textvisiblespace{}
18078 \end_inset
18079
18080
18081 \series bold
18082
18083 \begin_inset Formula $\to$
18084 \end_inset
18085
18086 ^N
18087 \series default
18088
18089 \begin_inset space \textvisiblespace{}
18090 \end_inset
18091
18092
18093 \series bold
18094 _i,j=1
18095 \end_layout
18096
18097 \begin_layout Section
18098 Fonts
18099 \begin_inset Index idx
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103 Fonts
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Subsection
18112 Font Styles
18113 \begin_inset CommandInset label
18114 LatexCommand label
18115 name "subsec:Font-Styles"
18116
18117 \end_inset
18118
18119
18120 \begin_inset Index idx
18121 status collapsed
18122
18123 \begin_layout Plain Layout
18124 Font ! style
18125 \end_layout
18126
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \begin_layout Standard
18133 Latin letters in formulas can be set in one of the following font styles:
18134 \end_layout
18135
18136 \begin_layout Standard
18137 \align center
18138 \begin_inset Tabular
18139 <lyxtabular version="3" rows="6" columns="3">
18140 <features booktabs="true" tabularvalignment="middle">
18141 <column alignment="center" valignment="top" width="0pt">
18142 <column alignment="center" valignment="top">
18143 <column alignment="center" valignment="top">
18144 <row>
18145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 Command
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 Result
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 Shortcut
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 </row>
18173 <row>
18174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178
18179 \backslash
18180 mathbb
18181 \series bold
18182
18183 \begin_inset space \textvisiblespace{}
18184 \end_inset
18185
18186
18187 \series default
18188 ABC
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 \begin_inset Formula $\mathbb{ABC}$
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 -
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \backslash
18222 mathbf
18223 \series bold
18224
18225 \begin_inset space \textvisiblespace{}
18226 \end_inset
18227
18228
18229 \series default
18230 AbC
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239 \begin_inset Formula $\mathbf{AbC}$
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 \begin_inset Info
18252 type  "shortcut"
18253 arg   "font-bold"
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 </row>
18262 <row>
18263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267
18268 \backslash
18269 boldsymbol
18270 \series bold
18271
18272 \begin_inset space \textvisiblespace{}
18273 \end_inset
18274
18275
18276 \series default
18277 AbC
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 \begin_inset Formula $\boldsymbol{AbC}$
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Info
18299 type  "shortcut"
18300 arg   "font-boldsymbol"
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 <row>
18310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314
18315 \backslash
18316 mathcal
18317 \series bold
18318
18319 \begin_inset space \textvisiblespace{}
18320 \end_inset
18321
18322
18323 \series default
18324 ABC
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 \begin_inset Formula $\mathcal{ABC}$
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 -
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 </row>
18351 <row>
18352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356
18357 \backslash
18358 mathfrak
18359 \series bold
18360
18361 \begin_inset space \textvisiblespace{}
18362 \end_inset
18363
18364
18365 \series default
18366 AbC
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Formula $\mathfrak{AbC}$
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 -
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 </lyxtabular>
18394
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \begin_layout Standard
18401 \align center
18402 \begin_inset Tabular
18403 <lyxtabular version="3" rows="6" columns="3">
18404 <features booktabs="true" tabularvalignment="middle">
18405 <column alignment="center" valignment="top" width="0pt">
18406 <column alignment="center" valignment="top">
18407 <column alignment="center" valignment="top">
18408 <row>
18409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 Command
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 Result
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 Shortcut
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 </row>
18437 <row>
18438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442
18443 \backslash
18444 mathit
18445 \series bold
18446
18447 \begin_inset space \textvisiblespace{}
18448 \end_inset
18449
18450
18451 \series default
18452 AbC
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Formula $\mathit{AbC}$
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 -
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 </row>
18479 <row>
18480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484
18485 \backslash
18486 mathrm
18487 \series bold
18488
18489 \begin_inset space \textvisiblespace{}
18490 \end_inset
18491
18492
18493 \series default
18494 AbC
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 \begin_inset Formula $\mathrm{AbC}$
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 \begin_inset Info
18516 type  "shortcut"
18517 arg   "font-roman"
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 </row>
18526 <row>
18527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \backslash
18533 mathsf
18534 \series bold
18535
18536 \begin_inset space \textvisiblespace{}
18537 \end_inset
18538
18539
18540 \series default
18541 AbC
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 \begin_inset Formula $\mathsf{AbC}$
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Info
18563 type  "shortcut"
18564 arg   "font-sans"
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 <row>
18574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \backslash
18580 mathtt
18581 \series bold
18582
18583 \begin_inset space \textvisiblespace{}
18584 \end_inset
18585
18586
18587 \series default
18588 AbC
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 \begin_inset Formula $\mathtt{AbC}$
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Info
18610 type  "shortcut"
18611 arg   "font-typewriter"
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \backslash
18627 mathscr
18628 \series bold
18629
18630 \begin_inset space \textvisiblespace{}
18631 \end_inset
18632
18633
18634 \series default
18635 ABC
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Formula $\mathscr{ABC}$
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 -
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 </lyxtabular>
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \begin_layout Standard
18670 \begin_inset Note Greyedout
18671 status open
18672
18673 \begin_layout Plain Layout
18674
18675 \series bold
18676 Note:
18677 \series default
18678  The styles 
18679 \series bold
18680
18681 \backslash
18682 mathbb
18683 \series default
18684
18685 \series bold
18686
18687 \backslash
18688 mathcal
18689 \series default
18690  and 
18691 \series bold
18692
18693 \backslash
18694 mathscr
18695 \series default
18696  can only be used for big letters.
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 Predefined is the style 
18706 \series bold
18707
18708 \backslash
18709 mathnormal
18710 \series default
18711 .
18712 \end_layout
18713
18714 \begin_layout Standard
18715 The style commands work also for letters in mathematical constructs:
18716 \begin_inset Formula 
18717 \[
18718 \mathfrak{A=\frac{b}{C}}
18719 \]
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Standard
18727 Characters in mathematical text don't appear in a math font style but in
18728  the text font style 
18729 \series bold
18730
18731 \backslash
18732 textrm
18733 \series default
18734 .
18735  That their style can't be set correctly via the text style dialog is a
18736  bug in \SpecialChar LyX
18737 .
18738 \begin_inset Foot
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742 \begin_inset CommandInset href
18743 LatexCommand href
18744 name "LyX-bug #4629"
18745 target "https://www.lyx.org/trac/ticket/4629"
18746 literal "false"
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 Instead of the style commands the dialog 
18760 \family sans
18761 Edit\SpecialChar menuseparator
18762 Math\SpecialChar menuseparator
18763 Text Style
18764 \family default
18765  or the toolbar button 
18766 \begin_inset Info
18767 type  "icon"
18768 arg   "math-insert \\font"
18769 \end_inset
18770
18771  can be used.
18772 \end_layout
18773
18774 \begin_layout Subsection
18775 Bold Formulas
18776 \begin_inset CommandInset label
18777 LatexCommand label
18778 name "subsec:Bold-Formulas"
18779
18780 \end_inset
18781
18782
18783 \begin_inset Index idx
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787 Formula ! bold
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 To make a complete formula bold, the command 
18797 \series bold
18798
18799 \backslash
18800 mathbf
18801 \series default
18802  from the previous subsection cannot be used, because it doesn't work for
18803  small Greek letters.
18804  Furthermore it prints Latin letters always upright, like in the following
18805  equation:
18806 \end_layout
18807
18808 \begin_layout Standard
18809 \begin_inset Formula 
18810 \[
18811 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18812 \]
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Standard
18820 To display the formula correctly, the command 
18821 \series bold
18822
18823 \backslash
18824 boldsymbol
18825 \series default
18826  is used:
18827 \begin_inset Formula 
18828 \[
18829 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18830 \]
18831
18832 \end_inset
18833
18834 It is also possible to set the formula in a 
18835 \series bold
18836 boldmath environment
18837 \series default
18838 .
18839  This environment is created by inserting the command 
18840 \series bold
18841
18842 \backslash
18843 boldmath
18844 \series default
18845
18846 \begin_inset Index idx
18847 status collapsed
18848
18849 \begin_layout Plain Layout
18850 Commands ! B ! 
18851 \backslash
18852 boldmath
18853 \end_layout
18854
18855 \end_inset
18856
18857  in \SpecialChar TeX
18858  mode.
18859  To end the environment, the command 
18860 \series bold
18861
18862 \backslash
18863 unboldmath
18864 \series default
18865
18866 \begin_inset Index idx
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870 Commands ! U ! 
18871 \backslash
18872 unboldmath
18873 \end_layout
18874
18875 \end_inset
18876
18877  is inserted in \SpecialChar TeX
18878  mode.
18879 \begin_inset ERT
18880 status collapsed
18881
18882 \begin_layout Plain Layout
18883
18884
18885 \backslash
18886 boldmath 
18887 \end_layout
18888
18889 \end_inset
18890
18891
18892 \begin_inset Formula 
18893 \[
18894 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18895 \]
18896
18897 \end_inset
18898
18899
18900 \begin_inset ERT
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904
18905
18906 \backslash
18907 unboldmath 
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Subsection
18916 Colored Formulas
18917 \begin_inset Index idx
18918 status collapsed
18919
18920 \begin_layout Plain Layout
18921 Formula ! colored
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 Formulas can be colored like normal text: Highlight a formula or a formula
18931  part and use the 
18932 \family sans
18933 Text Style
18934 \family default
18935  dialog.
18936  Here is a formula in magenta:
18937 \begin_inset Formula 
18938 \[
18939 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18940 \]
18941
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \begin_layout Standard
18948 You can also define your own colors as described in 
18949 \begin_inset CommandInset ref
18950 LatexCommand ref
18951 reference "subsec:Colored-Boxes"
18952
18953 \end_inset
18954
18955 .
18956  They can be used with the \SpecialChar TeX
18957  code command 
18958 \series bold
18959
18960 \backslash
18961 textcolor
18962 \series default
18963
18964 \begin_inset Index idx
18965 status collapsed
18966
18967 \begin_layout Plain Layout
18968 Commands ! T ! 
18969 \backslash
18970 textcolor
18971 \end_layout
18972
18973 \end_inset
18974
18975  in the scheme
18976 \end_layout
18977
18978 \begin_layout Standard
18979
18980 \series bold
18981
18982 \backslash
18983 textcolor{color}{characters or formula}
18984 \end_layout
18985
18986 \begin_layout Standard
18987 The following example was colored completely dark green and partly red:
18988 \end_layout
18989
18990 \begin_layout Standard
18991 \begin_inset ERT
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995
18996
18997 \backslash
18998 textcolor{darkgreen}{
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \begin_inset Formula 
19005 \[
19006 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19007 \]
19008
19009 \end_inset
19010
19011
19012 \begin_inset ERT
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016
19017 }
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Due to a bug in \SpecialChar LyX
19027  only complete formulas can be colored with self-defined
19028  colors.
19029 \begin_inset Foot
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033 \begin_inset CommandInset href
19034 LatexCommand href
19035 name "LyX-bug #5269"
19036 target "https://www.lyx.org/trac/ticket/5269"
19037 literal "false"
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \begin_layout Subsection
19050 Font Sizes
19051 \begin_inset CommandInset label
19052 LatexCommand label
19053 name "subsec:Font-Sizes"
19054
19055 \end_inset
19056
19057
19058 \begin_inset Index idx
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062 Font ! size
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Standard
19071 For characters in formulas there are, analog to characters in text, the
19072  following size commands:
19073 \end_layout
19074
19075 \begin_layout Standard
19076
19077 \series bold
19078
19079 \backslash
19080 Huge
19081 \series default
19082
19083 \series bold
19084
19085 \backslash
19086 huge
19087 \series default
19088
19089 \series bold
19090
19091 \backslash
19092 LARGE
19093 \series default
19094
19095 \series bold
19096
19097 \backslash
19098 Large
19099 \series default
19100
19101 \series bold
19102
19103 \backslash
19104 large
19105 \series default
19106
19107 \series bold
19108
19109 \backslash
19110 normalsize
19111 \series default
19112
19113 \series bold
19114
19115 \backslash
19116 small
19117 \series default
19118 ,
19119 \begin_inset Newline newline
19120 \end_inset
19121
19122
19123 \series bold
19124
19125 \backslash
19126 footnotesize
19127 \series default
19128
19129 \series bold
19130
19131 \backslash
19132 scriptsize
19133 \series default
19134  and 
19135 \series bold
19136
19137 \backslash
19138 tiny
19139 \end_layout
19140
19141 \begin_layout Standard
19142 The size produced by the commands depends on the document font size, which
19143  corresponds to the command 
19144 \series bold
19145
19146 \backslash
19147 normalsize
19148 \series default
19149 .
19150  The other commands produce smaller or larger sizes than 
19151 \series bold
19152
19153 \backslash
19154 normalsize
19155 \series default
19156 .
19157  The font size can however not exceed a certain value.
19158  Is for example the document font size 12
19159 \begin_inset space \thinspace{}
19160 \end_inset
19161
19162 pt, the command 
19163 \series bold
19164
19165 \backslash
19166 Huge
19167 \series default
19168  switches to the same size as 
19169 \series bold
19170
19171 \backslash
19172 huge
19173 \series default
19174 .
19175  
19176 \end_layout
19177
19178 \begin_layout Standard
19179 A size command is inserted in \SpecialChar TeX
19180  mode before the formula and sets the size
19181  for all following formula and text characters.
19182  To switch back to the initial size, the command 
19183 \series bold
19184
19185 \backslash
19186 normalsize
19187 \series default
19188  is inserted behind the formula in \SpecialChar TeX
19189  mode.
19190 \end_layout
19191
19192 \begin_layout Standard
19193 Within a formula the size can be changed using the following size commands
19194  or the toolbar button 
19195 \begin_inset Info
19196 type  "icon"
19197 arg   "math-insert \\style"
19198 \end_inset
19199
19200 :
19201 \end_layout
19202
19203 \begin_layout Standard
19204 \noindent
19205 \align center
19206 \begin_inset Tabular
19207 <lyxtabular version="3" rows="5" columns="2">
19208 <features booktabs="true" tabularvalignment="middle">
19209 <column alignment="center" valignment="top" width="0pt">
19210 <column alignment="center" valignment="top">
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Command
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 Result
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 displaystyle
19239 \begin_inset Index idx
19240 status collapsed
19241
19242 \begin_layout Plain Layout
19243 Commands ! D ! 
19244 \backslash
19245 displaystyle
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 </row>
19268 <row topspace="1mm">
19269 <cell alignment="center" valignment="top" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \backslash
19275 textstyle
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \backslash
19300 scriptstyle
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \backslash
19325 scriptscriptstyle
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 </row>
19343 </lyxtabular>
19344
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \begin_layout Standard
19351 After entering these commands, a blue box appears in which the formula parts
19352  are inserted.
19353 \end_layout
19354
19355 \begin_layout Standard
19356 There is a further method to change the font size, that though only works
19357  for symbols or letters in mathematical text.
19358  To use it, one of the above text size commands is inserted in mathematical
19359  text.
19360  All following characters until the end of the mathematical text or until
19361  another size command will have the selected size.
19362  Two examples:
19363 \begin_inset VSpace -2mm
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Standard
19370 \begin_inset ERT
19371 status collapsed
19372
19373 \begin_layout Plain Layout
19374
19375
19376 \backslash
19377 huge 
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \begin_inset Formula 
19384 \[
19385 A=\frac{B}{c}\cdot\maltese
19386 \]
19387
19388 \end_inset
19389
19390
19391 \begin_inset Formula 
19392 \[
19393 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19394 \]
19395
19396 \end_inset
19397
19398
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 normalsize 
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Standard
19415 \begin_inset VSpace medskip
19416 \end_inset
19417
19418 Before both formulas the command 
19419 \series bold
19420
19421 \backslash
19422 huge
19423 \series default
19424  was inserted.
19425  The command for the second formula is:
19426 \begin_inset Newline newline
19427 \end_inset
19428
19429
19430 \series bold
19431
19432 \backslash
19433 maltese
19434 \begin_inset space \textvisiblespace{}
19435 \end_inset
19436
19437 A Alt+M M 
19438 \backslash
19439 Large
19440 \begin_inset space \textvisiblespace{}
19441 \end_inset
19442
19443
19444 \backslash
19445 maltese
19446 \begin_inset space \textvisiblespace{}
19447 \end_inset
19448
19449
19450 \backslash
19451 textit
19452 \begin_inset space \textvisiblespace{}
19453 \end_inset
19454
19455 A
19456 \begin_inset Formula $\to$
19457 \end_inset
19458
19459
19460 \begin_inset Formula $\to$
19461 \end_inset
19462
19463
19464 \begin_inset Newline newline
19465 \end_inset
19466
19467
19468 \begin_inset space \hspace*{}
19469 \length 1cm
19470 \end_inset
19471
19472 Alt+M
19473 \series default
19474  
19475 \series bold
19476
19477 \backslash
19478 tiny
19479 \begin_inset space \textvisiblespace{}
19480 \end_inset
19481
19482
19483 \backslash
19484 maltese
19485 \begin_inset space \textvisiblespace{}
19486 \end_inset
19487
19488
19489 \backslash
19490 textit
19491 \begin_inset space \textvisiblespace{}
19492 \end_inset
19493
19494 A
19495 \end_layout
19496
19497 \begin_layout Standard
19498 If a symbol cannot be displayed in different sizes, it will always be displayed
19499  in the default size.
19500 \end_layout
19501
19502 \begin_layout Section
19503 Greek Letters
19504 \begin_inset Index idx
19505 status collapsed
19506
19507 \begin_layout Plain Layout
19508 Greek letters
19509 \end_layout
19510
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \begin_layout Standard
19517 Greek letters can also be inserted via the toolbar button 
19518 \begin_inset Info
19519 type  "icon"
19520 arg   "math-insert \\alpha"
19521 \end_inset
19522
19523 .
19524  All international typesetting norms purport that Greek letters in math
19525  have to be typeset italic/slanted.
19526  In some languages, like French or Russian, they are nevertheless sometimes
19527  typeset upright.
19528 \end_layout
19529
19530 \begin_layout Subsection
19531 Small Letters
19532 \begin_inset Index idx
19533 status collapsed
19534
19535 \begin_layout Plain Layout
19536 Greek letters ! small
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout Standard
19545 \begin_inset space \hfill{}
19546 \end_inset
19547
19548
19549 \begin_inset Tabular
19550 <lyxtabular version="3" rows="11" columns="2">
19551 <features booktabs="true" tabularvalignment="middle">
19552 <column alignment="center" valignment="top" width="0pt">
19553 <column alignment="center" valignment="top" width="0pt">
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 Command
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 Result
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 alpha
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\alpha$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 beta
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\beta$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 gamma
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\gamma$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 delta
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\delta$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 epsilon
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\epsilon$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 varepsilon
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\varepsilon$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 zeta
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\zeta$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \backslash
19756 eta
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 \begin_inset Formula $\eta$
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 </row>
19774 <row>
19775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779
19780 \backslash
19781 theta
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 \begin_inset Formula $\theta$
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 <row>
19800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804
19805 \backslash
19806 vartheta
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 \begin_inset Formula $\vartheta$
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 </row>
19824 </lyxtabular>
19825
19826 \end_inset
19827
19828
19829 \begin_inset space \hfill{}
19830 \end_inset
19831
19832
19833 \begin_inset Tabular
19834 <lyxtabular version="3" rows="12" columns="2">
19835 <features booktabs="true" tabularvalignment="middle">
19836 <column alignment="center" valignment="top" width="0pt">
19837 <column alignment="center" valignment="top" width="0pt">
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 Command
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 Result
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 iota
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\iota$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 kappa
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\kappa$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 varkappa
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\varkappa$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 lambda
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\lambda$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 mu
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\mu$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \backslash
19990 nu
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $\nu$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 <row>
20009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013
20014 \backslash
20015 xi
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Formula $\xi$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 <row>
20034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 o
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $o$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 pi
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\pi$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \backslash
20088 varpi
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $\varpi$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 rho
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\rho$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 </lyxtabular>
20132
20133 \end_inset
20134
20135
20136 \begin_inset space \hfill{}
20137 \end_inset
20138
20139
20140 \begin_inset Tabular
20141 <lyxtabular version="3" rows="11" columns="2">
20142 <features booktabs="true" tabularvalignment="middle">
20143 <column alignment="center" valignment="top" width="0pt">
20144 <column alignment="center" valignment="top" width="0pt">
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 Command
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 Result
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 varrho
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\varrho$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 sigma
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\sigma$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 varsigma
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\varsigma$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 tau
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\tau$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 upsilon
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\upsilon$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 phi
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Formula $\phi$
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 varphi
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $\varphi$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 <row>
20341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \backslash
20347 chi
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Formula $\chi$
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 </row>
20365 <row>
20366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370
20371 \backslash
20372 psi
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381 \begin_inset Formula $\psi$
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 </row>
20390 <row>
20391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395
20396 \backslash
20397 omega
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406 \begin_inset Formula $\omega$
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 </row>
20415 </lyxtabular>
20416
20417 \end_inset
20418
20419
20420 \begin_inset space \hfill{}
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \begin_layout Standard
20427 \begin_inset VSpace medskip
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 How to create special upright Greek letters is explained in 
20435 \begin_inset CommandInset ref
20436 LatexCommand ref
20437 reference "subsec:Upright-small-Greek"
20438
20439 \end_inset
20440
20441 .
20442 \end_layout
20443
20444 \begin_layout Subsection
20445 Big Letters
20446 \begin_inset Index idx
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450 Greek letters ! big
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset space \hfill{}
20460 \end_inset
20461
20462
20463 \begin_inset Tabular
20464 <lyxtabular version="3" rows="7" columns="2">
20465 <features booktabs="true" tabularvalignment="middle">
20466 <column alignment="center" valignment="top" width="0pt">
20467 <column alignment="center" valignment="top" width="0pt">
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 Command
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 Result
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 Gamma
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\Gamma$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 Delta
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Formula $\Delta$
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 Theta
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\Theta$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 Lambda
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\Lambda$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 Xi
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\Xi$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 Pi
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\Pi$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 </lyxtabular>
20639
20640 \end_inset
20641
20642
20643 \begin_inset space \hfill{}
20644 \end_inset
20645
20646
20647 \begin_inset Tabular
20648 <lyxtabular version="3" rows="6" columns="2">
20649 <features booktabs="true" tabularvalignment="middle">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <column alignment="center" valignment="top" width="0pt">
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Command
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Result
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \backslash
20679 Sigma
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\Sigma$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \backslash
20704 Upsilon
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Formula $\Upsilon$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \backslash
20729 Phi
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $\Phi$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 Psi
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\Psi$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 Omega
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\Omega$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 </lyxtabular>
20798
20799 \end_inset
20800
20801
20802 \begin_inset space \hfill{}
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Standard
20809 \begin_inset VSpace medskip
20810 \end_inset
20811
20812 That the big Greek letters appear upright is caused by a design bug when
20813  \SpecialChar TeX
20814  was developed.
20815  To get correct italic big letters, begin every command with 
20816 \series bold
20817 var
20818 \series default
20819 .
20820  For example the command 
20821 \series bold
20822
20823 \backslash
20824 varGamma
20825 \series default
20826  produces 
20827 \begin_inset Formula $\varGamma$
20828 \end_inset
20829
20830 .
20831  Another way is to load the package 
20832 \series bold
20833 fixmath
20834 \series default
20835
20836 \begin_inset Foot
20837 status collapsed
20838
20839 \begin_layout Plain Layout
20840
20841 \series bold
20842 fixmath
20843 \series default
20844  is part of the \SpecialChar LaTeX
20845 -package 
20846 \series bold
20847 was
20848 \series default
20849
20850 \begin_inset Index idx
20851 status collapsed
20852
20853 \begin_layout Plain Layout
20854 Packages ! was
20855 \begin_inset ERT
20856 status collapsed
20857
20858 \begin_layout Plain Layout
20859
20860
20861 \backslash
20862 vspace{4mm}
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871
20872 .
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \begin_inset Index idx
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882 Packages ! fixmath
20883 \end_layout
20884
20885 \end_inset
20886
20887  with the \SpecialChar LaTeX
20888 -preamble line
20889 \end_layout
20890
20891 \begin_layout Standard
20892
20893 \series bold
20894
20895 \backslash
20896 usepackage{fixmath}
20897 \end_layout
20898
20899 \begin_layout Standard
20900 Then all big Greek letters in a document will automatically be typeset italic.
20901 \end_layout
20902
20903 \begin_layout Subsection
20904 Bold Letters
20905 \begin_inset Index idx
20906 status collapsed
20907
20908 \begin_layout Plain Layout
20909 Greek letters ! bold
20910 \end_layout
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Standard
20918 Greek letters cannot be set with different font styles like Latin letters.
20919  They can only be made bold with the command 
20920 \series bold
20921
20922 \backslash
20923 boldsymbol
20924 \series default
20925
20926 \begin_inset Index idx
20927 status collapsed
20928
20929 \begin_layout Plain Layout
20930 Commands ! B ! 
20931 \backslash
20932 boldsymbol
20933 \end_layout
20934
20935 \end_inset
20936
20937 .
20938 \end_layout
20939
20940 \begin_layout Standard
20941 \align center
20942 \begin_inset Tabular
20943 <lyxtabular version="3" rows="3" columns="2">
20944 <features booktabs="true" tabularvalignment="middle">
20945 <column alignment="center" valignment="top" width="0pt">
20946 <column alignment="center" valignment="top">
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 Command
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 Result
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972
20973 \backslash
20974 Upsilon
20975 \backslash
20976 boldsymbol
20977 \backslash
20978 Upsilon
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \backslash
21003 theta
21004 \backslash
21005 boldsymbol
21006 \backslash
21007 theta
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 \begin_inset Formula $\theta\boldsymbol{\theta}$
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 </row>
21025 </lyxtabular>
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \begin_layout Section
21033 Symbols
21034 \begin_inset ERT
21035 status collapsed
21036
21037 \begin_layout Plain Layout
21038
21039
21040 \backslash
21041 texorpdfstring{
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \begin_inset Foot
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 A list with all symbols of most of the \SpecialChar LaTeX
21052 -packages can be found in 
21053 \begin_inset CommandInset citation
21054 LatexCommand cite
21055 key "Symbols"
21056 literal "true"
21057
21058 \end_inset
21059
21060 .
21061 \end_layout
21062
21063 \end_inset
21064
21065
21066 \begin_inset ERT
21067 status collapsed
21068
21069 \begin_layout Plain Layout
21070
21071 }{}
21072 \end_layout
21073
21074 \end_inset
21075
21076
21077 \begin_inset Note Note
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081
21082 \backslash
21083 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21084 \end_layout
21085
21086 \begin_layout Plain Layout
21087 More about 
21088 \backslash
21089 texorpdfstring is in section 
21090 \begin_inset CommandInset ref
21091 LatexCommand ref
21092 reference "subsec:Formulas-in-Section"
21093
21094 \end_inset
21095
21096 .
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \begin_inset Index idx
21103 status collapsed
21104
21105 \begin_layout Plain Layout
21106 Symbols
21107 \end_layout
21108
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \begin_layout Standard
21115 Many of the symbols listed in this section can also be inserted via the
21116  toolbar buttons 
21117 \begin_inset Info
21118 type  "icon"
21119 arg   "math-insert \\nabla"
21120 \end_inset
21121
21122  and 
21123 \begin_inset Info
21124 type  "icon"
21125 arg   "math-insert \\digamma"
21126 \end_inset
21127
21128 .
21129 \end_layout
21130
21131 \begin_layout Subsection
21132 Mathematical Symbols
21133 \begin_inset CommandInset label
21134 LatexCommand label
21135 name "subsec:Mathematical-Symbols"
21136
21137 \end_inset
21138
21139
21140 \begin_inset Index idx
21141 status collapsed
21142
21143 \begin_layout Plain Layout
21144 Symbols ! mathematical
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \begin_layout Standard
21153 \begin_inset Tabular
21154 <lyxtabular version="3" rows="10" columns="2">
21155 <features booktabs="true" tabularvalignment="middle">
21156 <column alignment="center" valignment="top" width="0pt">
21157 <column alignment="center" valignment="top" width="0pt">
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 Command
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 Symbol
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 neg
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Formula $\neg$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 Im
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\Im$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233
21234 \backslash
21235 Re
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Formula $\Re$
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \backslash
21260 aleph
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\aleph$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \backslash
21285 partial
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $\partial$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308
21309 \backslash
21310 infty
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Formula $\infty$
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \backslash
21335 wp
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\wp$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \backslash
21360 imath
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\imath$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 jmath
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\jmath$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 </lyxtabular>
21404
21405 \end_inset
21406
21407
21408 \begin_inset space \hfill{}
21409 \end_inset
21410
21411
21412 \begin_inset Tabular
21413 <lyxtabular version="3" rows="10" columns="2">
21414 <features booktabs="true" tabularvalignment="middle">
21415 <column alignment="center" valignment="top" width="0pt">
21416 <column alignment="center" valignment="top" width="0pt">
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 Command
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 Symbol
21432 \begin_inset Note Note
21433 status collapsed
21434
21435 \begin_layout Plain Layout
21436
21437 \series bold
21438
21439 \backslash
21440 raisebox
21441 \series default
21442  is only used as spacer.
21443 \end_layout
21444
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 forall
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\forall$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 exists
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\exists$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 nexists
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\nexists$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 emptyset
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\emptyset$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 varnothing
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\varnothing$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 dag
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\dag$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 ddag
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\ddag$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 complement
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset ERT
21645 status collapsed
21646
21647 \begin_layout Plain Layout
21648
21649
21650 \backslash
21651 raisebox{-0.8mm}{
21652 \end_layout
21653
21654 \end_inset
21655
21656
21657 \begin_inset Formula $\complement$
21658 \end_inset
21659
21660
21661 \begin_inset ERT
21662 status collapsed
21663
21664 \begin_layout Plain Layout
21665
21666 }
21667 \end_layout
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 Bbbk
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\Bbbk$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 </lyxtabular>
21703
21704 \end_inset
21705
21706
21707 \begin_inset space \hfill{}
21708 \end_inset
21709
21710
21711 \begin_inset Tabular
21712 <lyxtabular version="3" rows="10" columns="2">
21713 <features booktabs="true" tabularvalignment="middle">
21714 <column alignment="center" valignment="top" width="0pt">
21715 <column alignment="center" valignment="top" width="0pt">
21716 <row>
21717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 Command
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 Symbol
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 prime
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\prime$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 backprime
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\backprime$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 mho
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\mho$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \backslash
21818 triangle
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 \begin_inset Formula $\triangle$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 angle
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\angle$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 measuredangle
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\measuredangle$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 sphericalangle
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\sphericalangle$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 top
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\top$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 bot
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\bot$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 </lyxtabular>
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Subsection
21969 Miscellaneous Symbols
21970 \begin_inset CommandInset label
21971 LatexCommand label
21972 name "subsec:Miscellaneous-Symbols"
21973
21974 \end_inset
21975
21976
21977 \begin_inset Index idx
21978 status collapsed
21979
21980 \begin_layout Plain Layout
21981 Symbols ! miscellaneous
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Standard
21990 \noindent
21991 \align center
21992 \begin_inset Tabular
21993 <lyxtabular version="3" rows="10" columns="2">
21994 <features booktabs="true" tabularvalignment="middle">
21995 <column alignment="center" valignment="top" width="0pt">
21996 <column alignment="center" valignment="top" width="0pt">
21997 <row>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 Command
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 Symbol
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 </row>
22017 <row>
22018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022
22023 \backslash
22024 flat
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Formula $\flat$
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047
22048 \backslash
22049 natural
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 \begin_inset Formula $\natural$
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 </row>
22067 <row>
22068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072
22073 \backslash
22074 sharp
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Formula $\sharp$
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 </row>
22092 <row>
22093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097
22098 \backslash
22099 surd
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 \begin_inset Formula $\surd$
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 </row>
22117 <row>
22118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \backslash
22124 checkmark
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Formula $\checkmark$
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 </row>
22142 <row>
22143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147
22148 \backslash
22149 yen
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Formula $\yen$
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 </row>
22167 <row>
22168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \backslash
22174 pounds
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 \begin_inset Formula $\pounds$
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 </row>
22192 <row>
22193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 $
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 \begin_inset Formula $\$$
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 <row>
22216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 §
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $§$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 </lyxtabular>
22239
22240 \end_inset
22241
22242
22243 \begin_inset space \hfill{}
22244 \end_inset
22245
22246
22247 \begin_inset Tabular
22248 <lyxtabular version="3" rows="10" columns="2">
22249 <features booktabs="true" tabularvalignment="middle">
22250 <column alignment="center" valignment="top" width="0pt">
22251 <column alignment="center" valignment="top">
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 Command
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 Symbol
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 </row>
22272 <row>
22273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \backslash
22279 hbar
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 \begin_inset Formula $\hbar$
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row>
22298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302
22303 \backslash
22304 hslash
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Formula $\hslash$
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 <row>
22323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327
22328 \backslash
22329 clubsuit
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Formula $\clubsuit$
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \backslash
22354 spadesuit
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset Formula $\spadesuit$
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \backslash
22379 bigstar
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $\bigstar$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 <row>
22398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \backslash
22404 blacklozenge
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\blacklozenge$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \backslash
22429 blacktriangle
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\blacktriangle$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 blacktiangledown
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\blacktriangledown$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 bullet
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\bullet$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 </lyxtabular>
22498
22499 \end_inset
22500
22501
22502 \begin_inset space \hfill{}
22503 \end_inset
22504
22505
22506 \begin_inset Tabular
22507 <lyxtabular version="3" rows="10" columns="2">
22508 <features booktabs="true" tabularvalignment="middle">
22509 <column alignment="center" valignment="top" width="0pt">
22510 <column alignment="center" valignment="top" width="0pt">
22511 <row>
22512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 Command
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 Symbol
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536
22537 \backslash
22538 diamondsuit
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 \begin_inset Formula $\diamondsuit$
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 </row>
22556 <row>
22557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561
22562 \backslash
22563 Diamond
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\Diamond$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 <row>
22582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586
22587 \backslash
22588 heartsuit
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Formula $\heartsuit$
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 <row>
22607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611
22612 \backslash
22613 P
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 \begin_inset Formula $\P$
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 </row>
22631 <row>
22632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636
22637 \backslash
22638 copyright
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Formula $\copyright$
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661
22662 \backslash
22663 circledR
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 \begin_inset Formula $\circledR$
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \backslash
22688 maltese
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 \begin_inset Formula $\maltese$
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \backslash
22713 diagup
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Formula $\diagup$
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 </row>
22731 <row>
22732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \backslash
22738 diagdown
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\diagdown$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 </lyxtabular>
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \begin_layout Standard
22764 \begin_inset VSpace medskip
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Standard
22771 Some symbols can be displayed in different sizes, see 
22772 \begin_inset CommandInset ref
22773 LatexCommand ref
22774 reference "subsec:Font-Sizes"
22775
22776 \end_inset
22777
22778 .
22779 \end_layout
22780
22781 \begin_layout Subsection
22782 The Euro-Symbol €
22783 \begin_inset Index idx
22784 status collapsed
22785
22786 \begin_layout Plain Layout
22787 Symbols ! Euro-symbol
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \begin_inset Index idx
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798 \backslash
22799 @
22800 \begin_inset ERT
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804
22805
22806 \backslash
22807 officialeuro
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \begin_layout Standard
22821 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22822 -package 
22823 \series bold
22824 eurosym
22825 \series default
22826
22827 \begin_inset Index idx
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831 Packages ! eurosym
22832 \end_layout
22833
22834 \end_inset
22835
22836  must be installed and loaded with the \SpecialChar LaTeX
22837 -preamble line
22838 \end_layout
22839
22840 \begin_layout Standard
22841
22842 \series bold
22843
22844 \backslash
22845 usepackage[gennarrow]{eurosym}
22846 \end_layout
22847
22848 \begin_layout Standard
22849 The Euro symbol can now be inserted with the command 
22850 \series bold
22851
22852 \backslash
22853 euro
22854 \series default
22855
22856 \begin_inset Index idx
22857 status collapsed
22858
22859 \begin_layout Plain Layout
22860 Commands ! E ! 
22861 \backslash
22862 euro
22863 \end_layout
22864
22865 \end_inset
22866
22867 .
22868 \end_layout
22869
22870 \begin_layout Standard
22871 The Euro symbol can directly be inserted with the € key in mathematical
22872  text, without having 
22873 \series bold
22874 eurosym
22875 \series default
22876  installed.
22877  When 
22878 \series bold
22879 eurosym
22880 \series default
22881  is installed, 
22882 \series bold
22883
22884 \backslash
22885 euro
22886 \series default
22887  can also be inserted in \SpecialChar TeX
22888  mode.
22889  The official currency symbol can then be inserted with the command 
22890 \series bold
22891
22892 \backslash
22893 officialeuro
22894 \series default
22895
22896 \begin_inset Index idx
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900 Commands ! O ! 
22901 \backslash
22902 officialeuro
22903 \end_layout
22904
22905 \end_inset
22906
22907 , that is only available in \SpecialChar TeX
22908  mode.
22909 \end_layout
22910
22911 \begin_layout Standard
22912 \begin_inset ERT
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916
22917
22918 \backslash
22919 ifeurosym 
22920 \end_layout
22921
22922 \end_inset
22923
22924
22925 \begin_inset Note Note
22926 status open
22927
22928 \begin_layout Plain Layout
22929 The following table will only be displayed when the \SpecialChar LaTeX
22930 -package 
22931 \series bold
22932 eurosym
22933 \series default
22934  is installed.
22935 \end_layout
22936
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \begin_layout Standard
22943 An overview about the different Euro symbols:
22944 \end_layout
22945
22946 \begin_layout Standard
22947 \align center
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="4" columns="3">
22950 <features booktabs="true" tabularvalignment="middle">
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <column alignment="center" valignment="top" width="0pt">
22954 <row>
22955 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 \begin_inset ERT
22960 status collapsed
22961
22962 \begin_layout Plain Layout
22963
22964
22965 \backslash
22966 cmidrule[0.08em]{2-3}
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 Command 
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 Symbol
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 formula
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 euro
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $\euro$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 mathematical text
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 \begin_inset Formula $\mbox{€}$
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \SpecialChar TeX
23067  mode
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 officialeuro
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset ERT
23088 status collapsed
23089
23090 \begin_layout Plain Layout
23091
23092
23093 \backslash
23094 officialeuro
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 </lyxtabular>
23106
23107 \end_inset
23108
23109
23110 \begin_inset Note Note
23111 status collapsed
23112
23113 \begin_layout Plain Layout
23114
23115 \series bold
23116
23117 \backslash
23118 cmidrule
23119 \series default
23120  is used here only for table borders.
23121  See sec.
23122  
23123 \family sans
23124 Formal Tables
23125 \family default
23126  of the 
23127 \emph on
23128 EmbeddedObjects
23129 \emph default
23130  manual for details.
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \begin_layout Standard
23139 \begin_inset ERT
23140 status collapsed
23141
23142 \begin_layout Plain Layout
23143
23144
23145 \backslash
23146 else 
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \begin_inset Note Note
23153 status open
23154
23155 \begin_layout Plain Layout
23156 The following will be displayed when the \SpecialChar LaTeX
23157 -package 
23158 \series bold
23159 eurosym
23160 \series default
23161  is not installed:
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \begin_layout Standard
23170 You need to install the \SpecialChar LaTeX
23171 -package 
23172 \series bold
23173 eurosym
23174 \series default
23175  to see the rest of this subsection in the output.
23176 \end_layout
23177
23178 \begin_layout Standard
23179 \begin_inset ERT
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183
23184
23185 \backslash
23186 fi 
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Section
23195 Relations
23196 \begin_inset CommandInset label
23197 LatexCommand label
23198 name "sec:Relations"
23199
23200 \end_inset
23201
23202
23203 \begin_inset Index idx
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 Relations
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \begin_inset Index idx
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217 Comparisons|see
23218 \begin_inset ERT
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222
23223 {
23224 \end_layout
23225
23226 \end_inset
23227
23228 Relations
23229 \begin_inset ERT
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233
23234 }
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \begin_layout Standard
23248 All following relations can also be inserted via the toolbar button 
23249 \begin_inset Info
23250 type  "icon"
23251 arg   "math-insert \\leq"
23252 \end_inset
23253
23254 .
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset Tabular
23259 <lyxtabular version="3" rows="17" columns="2">
23260 <features booktabs="true" tabularvalignment="middle">
23261 <column alignment="center" valignment="top" width="0pt">
23262 <column alignment="center" valignment="top" width="0pt">
23263 <row>
23264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 Command
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 Relation
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 <row>
23284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 <
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Formula $<$
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 </row>
23306 <row>
23307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \backslash
23313 le
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $\le$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 ll
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $\ll$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 prec
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\prec$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 preceq
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\preceq$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 subset
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\subset$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 subseteq
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\subseteq$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 sqsubseteq
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\sqsubseteq$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 in
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\in$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 vdash
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\vdash$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 smile
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\smile$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 lhd
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\lhd$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 unlhd
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\unlhd$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \backslash
23613 gtrless
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\gtrless$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \backslash
23638 mid
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset Formula $\mid$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 nmid
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\nmid$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 </lyxtabular>
23682
23683 \end_inset
23684
23685
23686 \begin_inset space \hfill{}
23687 \end_inset
23688
23689
23690 \begin_inset Tabular
23691 <lyxtabular version="3" rows="17" columns="2">
23692 <features booktabs="true" tabularvalignment="middle">
23693 <column alignment="center" valignment="top" width="0pt">
23694 <column alignment="center" valignment="top" width="0pt">
23695 <row>
23696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 Command
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 Relation
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 =
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $=$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 not=
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\not=$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 equiv
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\equiv$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 sim
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\sim$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 simeq
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\simeq$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 approx
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\approx$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 cong
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\cong$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 bowtie
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\bowtie$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 notin
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\notin$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 perp
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\perp$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 propto
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\propto$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 asymp
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\asymp$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 doteq
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\doteq$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \backslash
24045 circeq
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Formula $\circeq$
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \backslash
24070 models
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\models$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 widehat=
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\widehat{=}$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 </lyxtabular>
24114
24115 \end_inset
24116
24117
24118 \begin_inset space \hfill{}
24119 \end_inset
24120
24121
24122 \begin_inset Tabular
24123 <lyxtabular version="3" rows="17" columns="2">
24124 <features booktabs="true" tabularvalignment="middle">
24125 <column alignment="center" valignment="top" width="0pt">
24126 <column alignment="center" valignment="top" width="0pt">
24127 <row>
24128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 Command
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 Relation
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 >
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $>$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 ge
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 \begin_inset Formula $\ge$
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row>
24196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \backslash
24202 gg
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Formula $\gg$
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 succ
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236 \begin_inset Formula $\succ$
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 </row>
24245 <row>
24246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 succeq
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 \begin_inset Formula $\succeq$
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 <row>
24271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 supset
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Formula $\supset$
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 </row>
24295 <row>
24296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300
24301 \backslash
24302 supseteq
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $\supseteq$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 <row>
24321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325
24326 \backslash
24327 sqsupseteq
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 \begin_inset Formula $\sqsupseteq$
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 </row>
24345 <row>
24346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 ni
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 \begin_inset Formula $\ni$
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \backslash
24377 dashv
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 \begin_inset Formula $\dashv$
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 <row>
24396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 frown
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 \begin_inset Formula $\frown$
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 <row>
24421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 rhd
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 \begin_inset Formula $\rhd$
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 <row>
24446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 unrhd
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 \begin_inset Formula $\unrhd$
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 <row>
24471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 lessgtr
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 \begin_inset Formula $\lessgtr$
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 </row>
24495 <row>
24496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 parallel
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511 \begin_inset Formula $\parallel$
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 </row>
24520 <row>
24521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 nparallel
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 \begin_inset Formula $\nparallel$
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 </lyxtabular>
24546
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 \begin_inset VSpace medskip
24554 \end_inset
24555
24556 The characters 
24557 \series bold
24558
24559 \backslash
24560 lhd
24561 \series default
24562  and 
24563 \series bold
24564
24565 \backslash
24566 rhd
24567 \series default
24568  are bigger than the equal looking operators 
24569 \series bold
24570
24571 \backslash
24572 triangleleft
24573 \series default
24574  and 
24575 \series bold
24576
24577 \backslash
24578 triangleright
24579 \series default
24580 , respectively.
24581 \end_layout
24582
24583 \begin_layout Standard
24584 \SpecialChar LyX
24585  supports also many special relations.
24586  Use the toolbar button 
24587 \begin_inset Info
24588 type  "icon"
24589 arg   "math-insert \\leqq"
24590 \end_inset
24591
24592  to see a list of these relations.
24593 \end_layout
24594
24595 \begin_layout Standard
24596 Relations are, in contrary to symbols, always surrounded by space.
24597 \end_layout
24598
24599 \begin_layout Standard
24600 Relations with labels can be created with the command 
24601 \series bold
24602
24603 \backslash
24604 stackrel
24605 \series default
24606
24607 \begin_inset Index idx
24608 status collapsed
24609
24610 \begin_layout Plain Layout
24611 Commands ! S ! 
24612 \backslash
24613 stackrel
24614 \end_layout
24615
24616 \end_inset
24617
24618 :
24619 \end_layout
24620
24621 \begin_layout Standard
24622 \align center
24623 \begin_inset Tabular
24624 <lyxtabular version="3" rows="2" columns="2">
24625 <features booktabs="true" tabularvalignment="middle">
24626 <column alignment="center" valignment="top" width="0pt">
24627 <column alignment="center" valignment="top">
24628 <row>
24629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633 Command
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642 Result
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 </row>
24648 <row topspace="1.5mm">
24649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653 A(r)
24654 \backslash
24655 stackrel
24656 \begin_inset space \textvisiblespace{}
24657 \end_inset
24658
24659 r
24660 \backslash
24661 to
24662 \backslash
24663 infty
24664 \begin_inset space \textvisiblespace{}
24665 \end_inset
24666
24667
24668 \begin_inset Formula $\downarrow$
24669 \end_inset
24670
24671
24672 \backslash
24673 approx
24674 \begin_inset space \textvisiblespace{}
24675 \end_inset
24676
24677
24678 \begin_inset space \textvisiblespace{}
24679 \end_inset
24680
24681 B
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 </row>
24699 </lyxtabular>
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Section
24707 Functions
24708 \end_layout
24709
24710 \begin_layout Subsection
24711 Predefined Functions
24712 \begin_inset CommandInset label
24713 LatexCommand label
24714 name "subsec:Predefined-Functions"
24715
24716 \end_inset
24717
24718
24719 \begin_inset Index idx
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723 Functions ! predefined
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 In general, variables are set 
24733 \emph on
24734 italic
24735 \emph default
24736  in mathematical expressions, but not function names, because 
24737 \begin_inset Formula $sin$
24738 \end_inset
24739
24740  could be misunderstood as 
24741 \begin_inset Formula $s\cdot i\cdot n$
24742 \end_inset
24743
24744 .
24745  Therefore there are predefined functions which are additionally a bit separated
24746  from prefactors.
24747  They are inserted as commands starting with a backslash before their name.
24748 \end_layout
24749
24750 \begin_layout Standard
24751 \align center
24752 \begin_inset Tabular
24753 <lyxtabular version="3" rows="2" columns="2">
24754 <features booktabs="true" tabularvalignment="middle">
24755 <column alignment="center" valignment="top" width="0pt">
24756 <column alignment="center" valignment="top" width="0pt">
24757 <row>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 Command
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 Result
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782 Asin(x)+B
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 \begin_inset Formula $Asin(x)+B$
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 </lyxtabular>
24801
24802 \end_inset
24803
24804
24805 \begin_inset space \quad{}
24806 \end_inset
24807
24808
24809 \begin_inset Tabular
24810 <lyxtabular version="3" rows="2" columns="2">
24811 <features booktabs="true" tabularvalignment="middle">
24812 <column alignment="center" valignment="top" width="0pt">
24813 <column alignment="center" valignment="top" width="0pt">
24814 <row>
24815 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 Command
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 Result
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 </row>
24834 <row>
24835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 A
24840 \backslash
24841 sin(x)+B
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850 \begin_inset Formula $A\sin(x)+B$
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 </row>
24859 </lyxtabular>
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Standard
24867 The following functions are predefined:
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \begin_inset VSpace -2mm
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \begin_layout Standard
24878 \align center
24879 \begin_inset Tabular
24880 <lyxtabular version="3" rows="9" columns="4">
24881 <features booktabs="true" tabularvalignment="middle">
24882 <column alignment="center" valignment="top" width="0pt">
24883 <column alignment="center" valignment="top" width="0pt">
24884 <column alignment="center" valignment="top" width="0pt">
24885 <column alignment="center" valignment="top" width="0pt">
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 Command
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 Command
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909 Command
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918 Command
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 sin
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \backslash
24942 sinh
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \backslash
24953 arcsin
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 sup
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 </row>
24970 <row>
24971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975
24976 \backslash
24977 cos
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 cosh
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 arccos
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
25009 \backslash
25010 inf
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 </row>
25016 <row>
25017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021
25022 \backslash
25023 tan
25024 \end_layout
25025
25026 \end_inset
25027 </cell>
25028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032
25033 \backslash
25034 tanh
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043
25044 \backslash
25045 arctan
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25051 \begin_inset Text
25052
25053 \begin_layout Plain Layout
25054
25055 \backslash
25056 lim
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 </row>
25062 <row>
25063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \backslash
25069 cot
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078
25079 \backslash
25080 coth
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 arg
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100
25101 \backslash
25102 liminf
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 <row>
25109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 sec
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 min
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 deg
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146
25147 \backslash
25148 limsup
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 </row>
25154 <row>
25155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 csc
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 max
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181
25182 \backslash
25183 det
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192
25193 \backslash
25194 Pr
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 </row>
25200 <row>
25201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 ln
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 exp
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227
25228 \backslash
25229 dim
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238
25239 \backslash
25240 hom
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 lg
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 log
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \backslash
25275 ker
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 gcd
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 </row>
25292 </lyxtabular>
25293
25294 \end_inset
25295
25296
25297 \end_layout
25298
25299 \begin_layout Standard
25300 They can also be inserted with the math toolbar button 
25301 \begin_inset Info
25302 type  "icon"
25303 arg   "math-insert \\functions"
25304 \end_inset
25305
25306 .
25307 \end_layout
25308
25309 \begin_layout Subsection
25310 Self-defined Functions
25311 \begin_inset Index idx
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315 Functions ! self-defined
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \begin_layout Standard
25324 To use a function that is not predefined, like for example the sign function
25325  sgn(x), there are two possibilities:
25326 \end_layout
25327
25328 \begin_layout Itemize
25329 Define the function by inserting the following line to the \SpecialChar LaTeX
25330 -preamble
25331 \begin_inset Foot
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 For more about 
25336 \series bold
25337
25338 \backslash
25339 DeclareMathOperator
25340 \series default
25341  see 
25342 \begin_inset CommandInset ref
25343 LatexCommand ref
25344 reference "subsec:Self-defined-Operators"
25345
25346 \end_inset
25347
25348 .
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \begin_inset Newline newline
25355 \end_inset
25356
25357
25358 \begin_inset VSpace -3mm
25359 \end_inset
25360
25361
25362 \begin_inset Newline newline
25363 \end_inset
25364
25365
25366 \series bold
25367
25368 \backslash
25369 DeclareMathOperator{
25370 \backslash
25371 sgn}{sgn}
25372 \series default
25373
25374 \begin_inset Index idx
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378 Commands ! D ! 
25379 \backslash
25380 dbinom@
25381 \backslash
25382 DeclareMathOperator
25383 \end_layout
25384
25385 \end_inset
25386
25387
25388 \begin_inset Newline newline
25389 \end_inset
25390
25391
25392 \begin_inset VSpace -2mm
25393 \end_inset
25394
25395
25396 \begin_inset Newline newline
25397 \end_inset
25398
25399 Now the new defined function can be called with the command 
25400 \series bold
25401
25402 \backslash
25403 sgn
25404 \series default
25405 .
25406 \end_layout
25407
25408 \begin_layout Itemize
25409 Write the formula as usual, mark the formula name, in our example the letters
25410  
25411 \emph on
25412 sgn
25413 \emph default
25414 , and change it to mathematical text.
25415  Finally, a space is inserted between prefactor and function.
25416 \end_layout
25417
25418 \begin_layout Standard
25419 The result is the same with both methods as with a predefined function
25420 \begin_inset Foot
25421 status collapsed
25422
25423 \begin_layout Plain Layout
25424 In \SpecialChar LyX
25425  self-defined functions are displayed red, predefined ones black.
25426 \end_layout
25427
25428 \end_inset
25429
25430 :
25431 \end_layout
25432
25433 \begin_layout Standard
25434 \align center
25435 \begin_inset Tabular
25436 <lyxtabular version="3" rows="3" columns="2">
25437 <features booktabs="true" tabularvalignment="middle">
25438 <column alignment="center" valignment="top" width="0pt">
25439 <column alignment="center" valignment="top" width="0pt">
25440 <row>
25441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 Command
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 Result
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 <row>
25461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465 A
25466 \backslash
25467 sgn(x)+B
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476 \begin_inset Formula $A\sgn(x)+B$
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 </row>
25485 <row>
25486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25487 \begin_inset Text
25488
25489 \begin_layout Plain Layout
25490 A
25491 \backslash
25492 ,
25493 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25494 \end_inset
25495
25496 (x)+B
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 </lyxtabular>
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 The first method is more suitable when the self-defined function should
25523  be used several times.
25524 \end_layout
25525
25526 \begin_layout Subsection
25527 Limits
25528 \begin_inset Index idx
25529 status collapsed
25530
25531 \begin_layout Plain Layout
25532 Limits
25533 \end_layout
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \begin_layout Standard
25541 For limits, in addition to the commands 
25542 \series bold
25543
25544 \backslash
25545 lim
25546 \series default
25547
25548 \begin_inset Index idx
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552 Commands ! L ! 
25553 \backslash
25554 lim
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \series bold
25561
25562 \backslash
25563 liminf
25564 \series default
25565  and 
25566 \series bold
25567
25568 \backslash
25569 limsup
25570 \series default
25571  the following functions are defined:
25572 \end_layout
25573
25574 \begin_layout Standard
25575 \align center
25576 \begin_inset Tabular
25577 <lyxtabular version="3" rows="5" columns="2">
25578 <features booktabs="true" tabularvalignment="middle">
25579 <column alignment="center" valignment="top" width="0pt">
25580 <column alignment="center" valignment="top" width="0pt">
25581 <row>
25582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586 Command
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595 Result
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 </row>
25601 <row>
25602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606
25607 \backslash
25608 varliminf
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617 \begin_inset Formula $\varliminf$
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 </row>
25626 <row topspace="1.5mm">
25627 <cell alignment="center" valignment="top" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631
25632 \backslash
25633 varlimsup
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642 \begin_inset Formula $\varlimsup$
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 </row>
25651 <row topspace="1.5mm">
25652 <cell alignment="center" valignment="top" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656
25657 \backslash
25658 varprojlim
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667 \begin_inset Formula $\varprojlim$
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 </row>
25676 <row topspace="1.5mm" bottomspace="1mm">
25677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681
25682 \backslash
25683 varinjlim
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692 \begin_inset Formula $\varinjlim$
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \end_inset
25699 </cell>
25700 </row>
25701 </lyxtabular>
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 \begin_inset VSpace medskip
25710 \end_inset
25711
25712 The limit is created by inserting a subscript.
25713  It is set right beside the function in an inline formula:
25714 \end_layout
25715
25716 \begin_layout Standard
25717 \align center
25718 \begin_inset Tabular
25719 <lyxtabular version="3" rows="2" columns="2">
25720 <features booktabs="true" tabularvalignment="middle">
25721 <column alignment="center" valignment="top" width="0pt">
25722 <column alignment="center" valignment="top" width="0pt">
25723 <row>
25724 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 Command
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737 Result
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 </row>
25743 <row>
25744 <cell alignment="center" valignment="top" usebox="none">
25745 \begin_inset Text
25746
25747 \begin_layout Plain Layout
25748
25749 \backslash
25750 lim_x
25751 \backslash
25752 to
25753 \begin_inset space \textvisiblespace{}
25754 \end_inset
25755
25756 A
25757 \begin_inset space \textvisiblespace{}
25758 \end_inset
25759
25760 x=B
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 <cell alignment="center" valignment="top" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769 \begin_inset Formula $\lim_{x\to A}x=B$
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 </row>
25778 </lyxtabular>
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Standard
25786 In a displayed formula the limit is set below the formula, as usual:
25787 \begin_inset Formula 
25788 \[
25789 \lim_{x\to A}x=B
25790 \]
25791
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \begin_layout Standard
25798 \begin_inset VSpace medskip
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \begin_layout Standard
25805 How to adjust the typesetting of the limits see 
25806 \begin_inset CommandInset ref
25807 LatexCommand ref
25808 reference "subsec:Operator-Limits"
25809
25810 \end_inset
25811
25812 .
25813 \end_layout
25814
25815 \begin_layout Subsection
25816 Modulo-Functions
25817 \begin_inset Index idx
25818 status collapsed
25819
25820 \begin_layout Plain Layout
25821 Functions ! modulo-
25822 \end_layout
25823
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \begin_layout Standard
25830 The modulo-function is special, because it exists in four variants.
25831  The variants in a displayed formula are:
25832 \begin_inset Formula 
25833 \begin{align*}
25834 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25835 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25836 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25837 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25838 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25839 \end{align*}
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Standard
25847 In an inline formula less space is set before the function names for all
25848  variants.
25849  By default the modulo-functions take only the first following character
25850  into account.
25851  To use more than one character, one has to put them into \SpecialChar TeX
25852  braces:
25853 \begin_inset Formula 
25854 \begin{align*}
25855 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25856 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25857 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25858 \end{align*}
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Section
25866 Special Characters
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 Special characters
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Standard
25880 The characters ^ and _ would normally create a superscript and subscript,
25881  respectively.
25882  To get these characters you have to insert them with a leading 
25883 \backslash
25884 :
25885 \end_layout
25886
25887 \begin_layout Standard
25888 \noindent
25889 \align center
25890 \begin_inset Tabular
25891 <lyxtabular version="3" rows="3" columns="2">
25892 <features booktabs="true" tabularvalignment="middle">
25893 <column alignment="left" valignment="top" width="0pt">
25894 <column alignment="block" valignment="top">
25895 <row>
25896 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25897 \begin_inset Text
25898
25899 \begin_layout Plain Layout
25900 Command
25901 \end_layout
25902
25903 \end_inset
25904 </cell>
25905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909 Result
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \backslash
25922 ^
25923 \begin_inset space \textvisiblespace{}
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 \begin_inset Formula $\mathcircumflex$
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 _
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 \begin_inset Formula $\_$
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 </row>
25969 </lyxtabular>
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Subsection
25977 Special Characters in Mathematical Text
25978 \end_layout
25979
25980 \begin_layout Standard
25981 The following commands can only be used in mathematical text or in \SpecialChar TeX
25982  mode:
25983 \end_layout
25984
25985 \begin_layout Standard
25986 \begin_inset space \hfill{}
25987 \end_inset
25988
25989
25990 \begin_inset Tabular
25991 <lyxtabular version="3" rows="8" columns="2">
25992 <features booktabs="true" tabularvalignment="middle">
25993 <column alignment="left" valignment="top" width="0pt">
25994 <column alignment="block" valignment="top">
25995 <row>
25996 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 Command
26001 \end_layout
26002
26003 \end_inset
26004 </cell>
26005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009 Result
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 </row>
26015 <row>
26016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020
26021 \backslash
26022 oe
26023 \end_layout
26024
26025 \end_inset
26026 </cell>
26027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26028 \begin_inset Text
26029
26030 \begin_layout Plain Layout
26031 \begin_inset Formula $\textrm{œ}$
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 </row>
26040 <row>
26041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045
26046 \backslash
26047 OE
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056 \begin_inset Formula $\textrm{Œ}$
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 </row>
26065 <row>
26066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070
26071 \backslash
26072 ae
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081 \begin_inset Formula $\textrm{æ}$
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 </row>
26090 <row>
26091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095
26096 \backslash
26097 AE
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106 \begin_inset Formula $\textrm{Æ}$
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 </row>
26115 <row>
26116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120
26121 \backslash
26122 aa
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131 \begin_inset Formula $\textrm{å}$
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 AA
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156 \begin_inset Formula $\textrm{Å}$
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 </row>
26165 <row>
26166 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170
26171 \backslash
26172 i
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181 \begin_inset Formula $\textrm{ı}$
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 </row>
26190 </lyxtabular>
26191
26192 \end_inset
26193
26194
26195 \begin_inset space \hfill{}
26196 \end_inset
26197
26198
26199 \begin_inset Tabular
26200 <lyxtabular version="3" rows="8" columns="2">
26201 <features booktabs="true" tabularvalignment="middle">
26202 <column alignment="left" valignment="top" width="0pt">
26203 <column alignment="center" valignment="top">
26204 <row>
26205 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 Command
26210 \begin_inset Note Note
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214 The space of 0
26215 \begin_inset space \thinspace{}
26216 \end_inset
26217
26218 mm is used for separation, because otherwise the output will be ¡ and ¿
26219  respectively.
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233 Result
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 o
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255 \begin_inset Formula $\textrm{ø}$
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 </row>
26264 <row>
26265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269
26270 \backslash
26271 O
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280 \begin_inset Formula $\textrm{Ø}$
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 <row>
26290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294
26295 \backslash
26296 l
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305 \begin_inset Formula $\textrm{ł}$
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 </row>
26314 <row>
26315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319
26320 \backslash
26321 L
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 \begin_inset Formula $\textrm{Ł}$
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 <row>
26340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 !
26345 \begin_inset space \hspace{}
26346 \length 0mm
26347 \end_inset
26348
26349 `
26350 \begin_inset space \textvisiblespace{}
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset Formula $\textrm{!`}$
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 </row>
26371 <row>
26372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Plain Layout
26376 ?
26377 \begin_inset space \hspace{}
26378 \length 0mm
26379 \end_inset
26380
26381 `
26382 \begin_inset space \textvisiblespace{}
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 \begin_inset Formula $\textrm{?`}$
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 </row>
26403 <row>
26404 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408
26409 \backslash
26410 j
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 \begin_inset Formula $\textrm{ȷ}$
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 </lyxtabular>
26429
26430 \end_inset
26431
26432
26433 \begin_inset space \hfill{}
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 The characters 
26441 \begin_inset Formula $\textrm{Å}$
26442 \end_inset
26443
26444  and 
26445 \begin_inset Formula $\textrm{Ø}$
26446 \end_inset
26447
26448  can also be inserted via the math toolbar button 
26449 \begin_inset Info
26450 type  "icon"
26451 arg   "math-insert \\digamma"
26452 \end_inset
26453
26454 .
26455 \end_layout
26456
26457 \begin_layout Standard
26458 An exception are the commands 
26459 \series bold
26460 !
26461 \begin_inset space \hspace{}
26462 \length 0mm
26463 \end_inset
26464
26465 `
26466 \series default
26467  and 
26468 \series bold
26469 ?
26470 \begin_inset space \hspace{}
26471 \length 0mm
26472 \end_inset
26473
26474 `
26475 \series default
26476 , because they can be inserted in \SpecialChar LyX
26477  directly to text.
26478 \end_layout
26479
26480 \begin_layout Subsection
26481 Accents in Text
26482 \begin_inset CommandInset label
26483 LatexCommand label
26484 name "subsec:Accents-in-Text"
26485
26486 \end_inset
26487
26488
26489 \begin_inset Index idx
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493 Accents ! in text
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Standard
26502 With the following commands all letters can be accented.
26503  The commands must be inserted in \SpecialChar TeX
26504  mode.
26505 \end_layout
26506
26507 \begin_layout Standard
26508 \begin_inset space \hfill{}
26509 \end_inset
26510
26511
26512 \begin_inset Tabular
26513 <lyxtabular version="3" rows="8" columns="2">
26514 <features booktabs="true" tabularvalignment="middle">
26515 <column alignment="left" valignment="top" width="0pt">
26516 <column alignment="block" valignment="top">
26517 <row>
26518 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522 Command
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531 Result
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 </row>
26537 <row>
26538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542
26543 \backslash
26544
26545 \begin_inset Quotes grd
26546 \end_inset
26547
26548 e
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557 \begin_inset ERT
26558 status collapsed
26559
26560 \begin_layout Plain Layout
26561
26562
26563 \backslash
26564 "e
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 </row>
26575 <row>
26576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580
26581 \backslash
26582 `e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 `e
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 <row>
26610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \backslash
26616 ^
26617 \begin_inset space \textvisiblespace{}
26618 \end_inset
26619
26620 e
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 \begin_inset ERT
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633
26634
26635 \backslash
26636 ^e
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 </row>
26647 <row>
26648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652
26653 \backslash
26654 =e
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 =e
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 <row>
26682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686
26687 \backslash
26688 u
26689 \begin_inset space \textvisiblespace{}
26690 \end_inset
26691
26692 e
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 \begin_inset ERT
26702 status collapsed
26703
26704 \begin_layout Plain Layout
26705
26706
26707 \backslash
26708 u e
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 </row>
26719 <row>
26720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26721 \begin_inset Text
26722
26723 \begin_layout Plain Layout
26724
26725 \backslash
26726 b
26727 \begin_inset space \textvisiblespace{}
26728 \end_inset
26729
26730 e
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739 \begin_inset ERT
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743
26744
26745 \backslash
26746 b e
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 </row>
26757 <row>
26758 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762
26763 \backslash
26764 t
26765 \begin_inset space \textvisiblespace{}
26766 \end_inset
26767
26768 ee
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 t ee
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 </lyxtabular>
26796
26797 \end_inset
26798
26799
26800 \begin_inset space \hfill{}
26801 \end_inset
26802
26803
26804 \begin_inset Tabular
26805 <lyxtabular version="3" rows="8" columns="2">
26806 <features booktabs="true" tabularvalignment="middle">
26807 <column alignment="left" valignment="top" width="0pt">
26808 <column alignment="center" valignment="top">
26809 <row>
26810 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 Command
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823 Result
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 <row>
26830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834
26835 \backslash
26836 H
26837 \begin_inset space \textvisiblespace{}
26838 \end_inset
26839
26840 e
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 H e
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 <row>
26868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872
26873 \backslash
26874 'e
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset ERT
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 'e
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 </row>
26901 <row>
26902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906
26907 \backslash
26908 ~e
26909 \begin_inset Index idx
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913 Tilde
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 ~e
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 </row>
26945 <row>
26946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950
26951 \backslash
26952 .e
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966
26967 \backslash
26968 .e
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 </row>
26979 <row>
26980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984
26985 \backslash
26986 v
26987 \begin_inset space \textvisiblespace{}
26988 \end_inset
26989
26990 e
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999 \begin_inset ERT
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003
27004
27005 \backslash
27006 v e
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 </row>
27017 <row>
27018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27019 \begin_inset Text
27020
27021 \begin_layout Plain Layout
27022
27023 \backslash
27024 d
27025 \begin_inset space \textvisiblespace{}
27026 \end_inset
27027
27028 e
27029 \end_layout
27030
27031 \end_inset
27032 </cell>
27033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27034 \begin_inset Text
27035
27036 \begin_layout Plain Layout
27037 \begin_inset ERT
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041
27042
27043 \backslash
27044 d e
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \end_inset
27053 </cell>
27054 </row>
27055 <row>
27056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060
27061 \backslash
27062 c
27063 \begin_inset space \textvisiblespace{}
27064 \end_inset
27065
27066 e
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27072 \begin_inset Text
27073
27074 \begin_layout Plain Layout
27075 \begin_inset ERT
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079
27080
27081 \backslash
27082 c e
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 </row>
27093 </lyxtabular>
27094
27095 \end_inset
27096
27097
27098 \begin_inset space \hfill{}
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Standard
27105 \begin_inset VSpace medskip
27106 \end_inset
27107
27108 With the command 
27109 \series bold
27110
27111 \backslash
27112 t
27113 \series default
27114  also two different characters can be accented.
27115  The command 
27116 \series bold
27117
27118 \backslash
27119 t
27120 \begin_inset space \textvisiblespace{}
27121 \end_inset
27122
27123 sz
27124 \series default
27125  creates: 
27126 \begin_inset ERT
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130
27131
27132 \backslash
27133 t sz
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 The accents 
27143 \series bold
27144 `
27145 \series default
27146  , 
27147 \series bold
27148 '
27149 \series default
27150  and 
27151 \series bold
27152 ^
27153 \series default
27154  can in combination with vowels directly be inserted with the keyboard without
27155  using \SpecialChar TeX
27156  mode.
27157  The same applies for the tilde
27158 \begin_inset Foot
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162 This only applies for keyboards where the tilde is defined as accent.
27163 \end_layout
27164
27165 \end_inset
27166
27167  
27168 \series bold
27169 ~
27170 \series default
27171  in combination with 
27172 \emph on
27173 a
27174 \emph default
27175  , 
27176 \emph on
27177 n
27178 \emph default
27179  , or 
27180 \emph on
27181 o
27182 \emph default
27183 .
27184 \end_layout
27185
27186 \begin_layout Standard
27187 The commands 
27188 \series bold
27189
27190 \backslash
27191 b
27192 \series default
27193  , 
27194 \series bold
27195
27196 \backslash
27197 c
27198 \series default
27199  , 
27200 \series bold
27201
27202 \backslash
27203 d
27204 \series default
27205  , 
27206 \series bold
27207
27208 \backslash
27209 H
27210 \series default
27211  , 
27212 \series bold
27213
27214 \backslash
27215 t
27216 \series default
27217  , 
27218 \series bold
27219
27220 \backslash
27221 u
27222 \series default
27223  , 
27224 \series bold
27225
27226 \backslash
27227 v
27228 \series default
27229  and accents that are inserted directly with the keyboard are also available
27230  in mathematical text.
27231  For the other accents there are special math commands to be used in formulas,
27232  see 
27233 \begin_inset CommandInset ref
27234 LatexCommand ref
27235 reference "subsec:Accents-for-one"
27236
27237 \end_inset
27238
27239 .
27240 \end_layout
27241
27242 \begin_layout Standard
27243 \begin_inset VSpace bigskip
27244 \end_inset
27245
27246 Furthermore, with the command 
27247 \series bold
27248
27249 \backslash
27250 textcircled
27251 \series default
27252
27253 \begin_inset Index idx
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257 Commands ! T ! 
27258 \backslash
27259 textcircled
27260 \end_layout
27261
27262 \end_inset
27263
27264  all numbers and letters can be set into a circle, quasi accented with a
27265  circle, similar to the copyright symbol.
27266 \end_layout
27267
27268 \begin_layout Standard
27269 \align center
27270 \begin_inset Tabular
27271 <lyxtabular version="3" rows="3" columns="2">
27272 <features booktabs="true" tabularvalignment="middle">
27273 <column alignment="center" valignment="top" width="0pt">
27274 <column alignment="center" valignment="top">
27275 <row>
27276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Plain Layout
27280 Command
27281 \end_layout
27282
27283 \end_inset
27284 </cell>
27285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27286 \begin_inset Text
27287
27288 \begin_layout Plain Layout
27289 Result
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 </row>
27295 <row>
27296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300
27301 \backslash
27302 textcircled{w}
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Plain Layout
27311 \begin_inset ERT
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315
27316
27317 \backslash
27318 textcircled{w}
27319 \end_layout
27320
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \end_inset
27327 </cell>
27328 </row>
27329 <row topspace="1mm">
27330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Plain Layout
27334
27335 \backslash
27336 Large 
27337 \backslash
27338 textcircled{
27339 \backslash
27340 normalsize
27341 \backslash
27342 protect
27343 \backslash
27344 raisebox{-1.5pt}{W}}
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353 \begin_inset ERT
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357
27358
27359 \backslash
27360 Large 
27361 \backslash
27362 textcircled{
27363 \backslash
27364 normalsize
27365 \backslash
27366 protect
27367 \backslash
27368 raisebox{-1.5pt}W}
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 </row>
27379 </lyxtabular>
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Standard
27387 One has to take care that the character fits in the circle.
27388  
27389 \series bold
27390
27391 \backslash
27392 Large
27393 \series default
27394
27395 \begin_inset Foot
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 see 
27400 \begin_inset CommandInset ref
27401 LatexCommand ref
27402 reference "subsec:Font-Sizes"
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \end_inset
27410
27411  specifies thereby the size of the circle.
27412  With the help of 
27413 \series bold
27414
27415 \backslash
27416 raisebox
27417 \series default
27418
27419 \begin_inset Foot
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423 see 
27424 \begin_inset CommandInset ref
27425 LatexCommand ref
27426 reference "subsec:Boxes-without-Frame"
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \end_inset
27434
27435  the character can be centered.
27436 \end_layout
27437
27438 \begin_layout Subsection
27439 Old-style Figures
27440 \begin_inset Index idx
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 Old-style Figures
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Standard
27453 Old-style figures (also known as old-style numerals) are created with the
27454  command 
27455 \series bold
27456
27457 \backslash
27458 oldstylenums
27459 \series default
27460
27461 \begin_inset Index idx
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 Commands ! O ! 
27466 \backslash
27467 oldstylenums
27468 \end_layout
27469
27470 \end_inset
27471
27472 .
27473  The command can be used in formulas and in \SpecialChar TeX
27474  mode.
27475  The command scheme is:
27476 \end_layout
27477
27478 \begin_layout Standard
27479
27480 \series bold
27481
27482 \backslash
27483 oldstylenums{number}
27484 \end_layout
27485
27486 \begin_layout Standard
27487 The command 
27488 \series bold
27489
27490 \backslash
27491 oldstylenums{0123456789
27492 \series default
27493  produces: 
27494 \begin_inset Formula $\oldstylenums{0123456789}$
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Section
27501 Formula Styles
27502 \begin_inset CommandInset label
27503 LatexCommand label
27504 name "sec:Formula-Styles"
27505
27506 \end_inset
27507
27508
27509 \begin_inset Index idx
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 Formula ! styles
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Itemize
27522 There are two different alignment styles:
27523 \end_layout
27524
27525 \begin_deeper
27526 \begin_layout Description
27527 Centered is the predefined standard.
27528 \end_layout
27529
27530 \begin_layout Description
27531 Indented this can be set using the menu 
27532 \family sans
27533 Document\SpecialChar menuseparator
27534 Settings
27535 \family default
27536  under 
27537 \family sans
27538 Math
27539 \begin_inset space ~
27540 \end_inset
27541
27542 Options.
27543 \end_layout
27544
27545 \begin_layout Standard
27546 When 
27547 \series bold
27548 Indented
27549 \series default
27550  is used, the indentation can be adjusted.
27551  The default value depends on the used document class.
27552 \end_layout
27553
27554 \end_deeper
27555 \begin_layout Itemize
27556 And two different numbering styles that can be set in the menu 
27557 \family sans
27558 Document\SpecialChar menuseparator
27559 Settings
27560 \family default
27561  under 
27562 \family sans
27563 Math
27564 \begin_inset space ~
27565 \end_inset
27566
27567 Options
27568 \family default
27569 :
27570 \end_layout
27571
27572 \begin_deeper
27573 \begin_layout Description
27574 Right is in most cases the default.
27575 \end_layout
27576
27577 \begin_layout Description
27578 Left
27579 \end_layout
27580
27581 \end_deeper
27582 \begin_layout Standard
27583 The chosen styles are used for all displayed formulas of the document.
27584  When both, centered and indented formulas should be created in a document,
27585  the style 
27586 \series bold
27587 Centered
27588 \series default
27589  is used.
27590  The indented formulas are then set in a flalign environment, see 
27591 \begin_inset CommandInset ref
27592 LatexCommand ref
27593 reference "subsec:Flalign-Environment"
27594
27595 \end_inset
27596
27597 .
27598 \end_layout
27599
27600 \begin_layout Section
27601 Multiline Formulas
27602 \begin_inset CommandInset label
27603 LatexCommand label
27604 name "sec:Multiline-Formulas"
27605
27606 \end_inset
27607
27608
27609 \begin_inset Index idx
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613 Formula ! multiline
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Subsection
27622 General
27623 \end_layout
27624
27625 \begin_layout Standard
27626 In \SpecialChar LyX
27627  multiline formulas are created by pressing 
27628 \begin_inset Info
27629 type  "shortcut"
27630 arg   "newline-insert newline"
27631 \end_inset
27632
27633  inside a formula.
27634  This creates either an 
27635 \series bold
27636 align environment
27637 \series default
27638  that is described in 
27639 \begin_inset CommandInset ref
27640 LatexCommand ref
27641 reference "subsec:Standard-align-Environment"
27642
27643 \end_inset
27644
27645  or, when automatically loading the package
27646 \family sans
27647  AMS math
27648 \family default
27649  is disabled in the document settings, an 
27650 \series bold
27651 eqnarray environment
27652 \series default
27653  that is described in 
27654 \begin_inset CommandInset ref
27655 LatexCommand ref
27656 reference "subsec:Eqnarray-Environment"
27657
27658 \end_inset
27659
27660 .
27661  The align environment is recommended because it provides in any case a
27662  typographically correct output.
27663 \end_layout
27664
27665 \begin_layout Standard
27666 There are other multiline formula environments that can be created via the
27667  menu 
27668 \family sans
27669 Insert\SpecialChar menuseparator
27670 Math
27671 \family default
27672 .
27673  These environments are described in the following sections.
27674 \end_layout
27675
27676 \begin_layout Standard
27677 In all multiline formula environments a new line is created by pressing
27678  
27679 \begin_inset Info
27680 type  "shortcut"
27681 arg   "newline-insert newline"
27682 \end_inset
27683
27684 .
27685  To add or delete lines, the math toolbar buttons 
27686 \begin_inset Info
27687 type  "icon"
27688 arg   "tabular-feature append-row"
27689 \end_inset
27690
27691  or 
27692 \begin_inset Info
27693 type  "icon"
27694 arg   "tabular-feature delete-row"
27695 \end_inset
27696
27697 , respectively, or the menu 
27698 \family sans
27699 Edit\SpecialChar menuseparator
27700 Rows & Columns
27701 \family default
27702  can be used.
27703 \end_layout
27704
27705 \begin_layout Subsubsection
27706 Line Separation
27707 \begin_inset CommandInset label
27708 LatexCommand label
27709 name "subsec:Line-Separation"
27710
27711 \end_inset
27712
27713
27714 \begin_inset Index idx
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 Formula ! multiline ! Line separation
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Standard
27727 There is sometimes not enough space in multiline formulas between the lines:
27728 \begin_inset Formula 
27729 \begin{eqnarray*}
27730 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}\\
27731 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
27732 \end{eqnarray*}
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Standard
27740 In \SpecialChar LaTeX
27741  additional line space is specified as optional argument of the new line
27742  command.
27743  This is not yet possible in \SpecialChar LyX
27744
27745 \begin_inset Foot
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749 see 
27750 \begin_inset CommandInset href
27751 LatexCommand href
27752 name "LyX-bug #1505"
27753 target "https://www.lyx.org/trac/ticket/1505"
27754 literal "false"
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \end_inset
27762
27763 , therefore the whole formula must be inserted in \SpecialChar TeX
27764  mode.
27765  To add in our example space, the command 
27766 \series bold
27767
27768 \backslash
27769
27770 \backslash
27771 [3mm]
27772 \series default
27773  is inserted at the end of the first line.
27774  One gets: 
27775 \begin_inset ERT
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779
27780
27781 \backslash
27782 begin{eqnarray*}
27783 \end_layout
27784
27785 \begin_layout Plain Layout
27786
27787 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27788  = & 
27789 \backslash
27790 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27791 \backslash
27792
27793 \backslash
27794 [3mm]
27795 \end_layout
27796
27797 \begin_layout Plain Layout
27798
27799 4x^{2}
27800 \backslash
27801 left(B^{2}+x_{0}^{2}
27802 \backslash
27803 right)+4x_{0}x
27804 \backslash
27805 left(D-B^{2}
27806 \backslash
27807 right)+B^{2}
27808 \backslash
27809 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27810 \backslash
27811 right) & = & 0
27812 \end_layout
27813
27814 \begin_layout Plain Layout
27815
27816
27817 \backslash
27818 end{eqnarray*}
27819 \end_layout
27820
27821 \end_inset
27822
27823
27824 \end_layout
27825
27826 \begin_layout Standard
27827 \begin_inset VSpace bigskip
27828 \end_inset
27829
27830 To set the line separation for all lines in a formula, the length 
27831 \series bold
27832
27833 \backslash
27834 jot
27835 \series default
27836
27837 \begin_inset Index idx
27838 status collapsed
27839
27840 \begin_layout Plain Layout
27841 Commands ! J ! 
27842 \backslash
27843 jot
27844 \end_layout
27845
27846 \end_inset
27847
27848  is changed.
27849  The definition is: 
27850 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27851 \end_inset
27852
27853 .
27854  Predefined for 
27855 \series bold
27856
27857 \backslash
27858 jot
27859 \series default
27860  is the value 3
27861 \begin_inset space \thinspace{}
27862 \end_inset
27863
27864 pt.
27865  To create 3
27866 \begin_inset space \thinspace{}
27867 \end_inset
27868
27869 mm additional line separation as in the previous example, the command
27870 \end_layout
27871
27872 \begin_layout Standard
27873
27874 \series bold
27875
27876 \backslash
27877 setlength{
27878 \backslash
27879 jot}{3mm+3pt}
27880 \end_layout
27881
27882 \begin_layout Standard
27883 is inserted in \SpecialChar TeX
27884  mode before the formula.
27885  This requires that the \SpecialChar LaTeX
27886 -package 
27887 \series bold
27888 calc
27889 \series default
27890
27891 \begin_inset Foot
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896 \series bold
27897 calc
27898 \series default
27899  is part of every \SpecialChar LaTeX
27900  standard installation.
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \begin_inset Index idx
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 Packages ! calc
27911 \end_layout
27912
27913 \end_inset
27914
27915  was loaded in \SpecialChar LaTeX
27916 -preamble with the line
27917 \end_layout
27918
27919 \begin_layout Standard
27920
27921 \series bold
27922
27923 \backslash
27924 usepackage{calc}
27925 \end_layout
27926
27927 \begin_layout Standard
27928 One gets: 
27929 \begin_inset ERT
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933
27934
27935 \backslash
27936 setlength{
27937 \backslash
27938 jot}{3mm+3pt}
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Formula 
27945 \begin{eqnarray*}
27946 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}\\
27947 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
27948 \end{eqnarray*}
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Standard
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961
27962 \backslash
27963 setlength{
27964 \backslash
27965 jot}{3pt}
27966 \end_layout
27967
27968 \end_inset
27969
27970  To get back to the predefined distance, 
27971 \series bold
27972
27973 \backslash
27974 jot
27975 \series default
27976  is set to the value 3
27977 \begin_inset space \thinspace{}
27978 \end_inset
27979
27980 pt.
27981 \end_layout
27982
27983 \begin_layout Subsubsection
27984 Column Separation
27985 \begin_inset CommandInset label
27986 LatexCommand label
27987 name "subsec:Column-Separation"
27988
27989 \end_inset
27990
27991
27992 \begin_inset Index idx
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 Formula ! multiline ! Column separation
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 Multiline formulas form a matrix.
28006  A formula in the eqnarray environment is for example a matrix with three
28007  columns.
28008  By changing the column separation in this environment, the space beside
28009  the relation sign can be changed.
28010 \end_layout
28011
28012 \begin_layout Standard
28013 The column separation is specified with the length 
28014 \series bold
28015
28016 \backslash
28017 arraycolsep
28018 \series default
28019
28020 \begin_inset Index idx
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 Commands ! A ! 
28025 \backslash
28026 arraycolsep
28027 \end_layout
28028
28029 \end_inset
28030
28031  according to:
28032 \begin_inset Newline newline
28033 \end_inset
28034
28035 column separation = 2
28036 \begin_inset space \thinspace{}
28037 \end_inset
28038
28039
28040 \series bold
28041
28042 \backslash
28043 arraycolsep
28044 \series default
28045
28046 \begin_inset Newline newline
28047 \end_inset
28048
28049 Thus, the command
28050 \end_layout
28051
28052 \begin_layout Standard
28053
28054 \series bold
28055
28056 \backslash
28057 setlength{
28058 \backslash
28059 arraycolsep}{1cm}
28060 \end_layout
28061
28062 \begin_layout Standard
28063 inserted in \SpecialChar TeX
28064  mode, sets for all following formulas a column separation of
28065  2
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069 cm.
28070  To get back to the predefined distance, 
28071 \series bold
28072
28073 \backslash
28074 arraycolsep
28075 \series default
28076  is set to 5
28077 \begin_inset space \thinspace{}
28078 \end_inset
28079
28080 pt.
28081 \end_layout
28082
28083 \begin_layout Standard
28084 A formula with 2
28085 \begin_inset space \thinspace{}
28086 \end_inset
28087
28088 cm column separation:
28089 \begin_inset ERT
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093
28094
28095 \backslash
28096 setlength{
28097 \backslash
28098 arraycolsep}{1cm}
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \begin_inset Formula 
28105 \begin{eqnarray*}
28106 A & = & B\\
28107 C & \ne & A
28108 \end{eqnarray*}
28109
28110 \end_inset
28111
28112 A formula with the predefined column separation for matrices of 10
28113 \begin_inset space \thinspace{}
28114 \end_inset
28115
28116 pt:
28117 \begin_inset ERT
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121
28122
28123 \backslash
28124 setlength{
28125 \backslash
28126 arraycolsep}{5pt}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \begin_inset Formula 
28133 \begin{eqnarray*}
28134 A & = & B\\
28135 C & \ne & A
28136 \end{eqnarray*}
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 \begin_inset Newpage newpage
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Subsubsection
28151 Long Formulas
28152 \begin_inset Index idx
28153 status collapsed
28154
28155 \begin_layout Plain Layout
28156 Formula ! long
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 Long formulas can be typeset using these methods:
28166 \end_layout
28167
28168 \begin_layout Itemize
28169 When one side of the equation is much shorter than the line width, this
28170  one is chosen for the left side and the right side is typeset over two
28171  lines:
28172 \begin_inset Formula 
28173 \begin{eqnarray}
28174 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 \\
28175  &  & -\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}
28176 \end{eqnarray}
28177
28178 \end_inset
28179
28180 The minus sign at the beginning of the second line does normally not appear
28181  as an operator because it is the first character of the line.
28182  Thus it would not be surrounded by space and could not be distinguished
28183  from the fraction bar.
28184  To avoid this, 3
28185 \begin_inset space \thinspace{}
28186 \end_inset
28187
28188 pt space was inserted behind the minus sign with the command 
28189 \series bold
28190
28191 \backslash
28192 hspace
28193 \series default
28194 .
28195 \begin_inset Foot
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199 for more about 
28200 \series bold
28201
28202 \backslash
28203 hspace
28204 \series default
28205  see 
28206 \begin_inset CommandInset ref
28207 LatexCommand ref
28208 reference "subsec:Variable-Space"
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \begin_inset Index idx
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Commands ! H ! 
28223 \backslash
28224 hspace
28225 \end_layout
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Itemize
28233 When both sides of the equation are too long, the command 
28234 \series bold
28235
28236 \backslash
28237 lefteqn
28238 \series default
28239
28240 \begin_inset Index idx
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 Commands ! L ! 
28245 \backslash
28246 lefteqn
28247 \end_layout
28248
28249 \end_inset
28250
28251  is used.
28252  It is inserted in the first column of the first line and causes all further
28253  insertions to overwrite the following columns:
28254 \begin_inset Formula 
28255 \begin{eqnarray}
28256 \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 \\
28257  &  & -\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 \\
28258  &  & =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}
28259 \end{eqnarray}
28260
28261 \end_inset
28262
28263 After the insertion of 
28264 \series bold
28265
28266 \backslash
28267 lefteqn
28268 \series default
28269 , the cursor is in a purple box that is a bit shifted to the left from the
28270  blue one.
28271  In this the formula is inserted.
28272 \begin_inset Newline newline
28273 \end_inset
28274
28275 The content of the further lines is inserted to the second or another formula
28276  column.
28277  The greater the column number where it was inserted, the larger the indentation.
28278 \begin_inset VSpace medskip
28279 \end_inset
28280
28281
28282 \begin_inset Newline newline
28283 \end_inset
28284
28285
28286 \begin_inset Note Greyedout
28287 status open
28288
28289 \begin_layout Plain Layout
28290 Note the following when using 
28291 \series bold
28292
28293 \backslash
28294 lefteqn
28295 \series default
28296 :
28297 \end_layout
28298
28299 \begin_layout Itemize
28300 The formula doesn't use the full page width.
28301  When e.
28302 \begin_inset space \thinspace{}
28303 \end_inset
28304
28305 g.
28306 \begin_inset space \space{}
28307 \end_inset
28308
28309 the term 
28310 \begin_inset Formula $-B^{2}$
28311 \end_inset
28312
28313  is added to the first line in the above example, it would have been outside
28314  the page margin.
28315  To better use the width, negative space can be inserted at the beginning
28316  of the first line.
28317 \end_layout
28318
28319 \begin_layout Itemize
28320 Due to a bug in \SpecialChar LyX
28321  the cursor cannot be set with the mouse into the first
28322  line.
28323 \begin_inset Foot
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327 \begin_inset CommandInset href
28328 LatexCommand href
28329 name "LyX-bug #1429"
28330 target "https://www.lyx.org/trac/ticket/1429"
28331 literal "false"
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \end_inset
28339
28340  One can only set the cursor at the beginning of the line and move it with
28341  the arrow keys.
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Itemize
28350 Other methods to set long formulas are offered by the environments described
28351  in 
28352 \begin_inset CommandInset ref
28353 LatexCommand ref
28354 reference "subsec:Multline-Environment"
28355
28356 \end_inset
28357
28358  and 
28359 \begin_inset CommandInset ref
28360 LatexCommand ref
28361 reference "subsec:Multiline-Formula-Parts"
28362
28363 \end_inset
28364
28365 .
28366 \end_layout
28367
28368 \begin_layout Subsubsection
28369 Multiline Fractions
28370 \begin_inset CommandInset label
28371 LatexCommand label
28372 name "subsec:Multiline-Fractions"
28373
28374 \end_inset
28375
28376
28377 \begin_inset Index idx
28378 status collapsed
28379
28380 \begin_layout Plain Layout
28381 Fractions ! multiline
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \begin_layout Standard
28390 There are cases where the denominator and/or the numerator of a fraction
28391  is so long that the fraction does not fit into one line.
28392  It is then necessary to add a line break within the fraction.
28393  This can be done using the command 
28394 \series bold
28395
28396 \backslash
28397 splitfrac
28398 \series default
28399
28400 \begin_inset Index idx
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 Commands ! S ! 
28405 \backslash
28406 splitfrac
28407 \end_layout
28408
28409 \end_inset
28410
28411 .
28412  To activate it, set in the document settings under 
28413 \family sans
28414 Math
28415 \begin_inset space ~
28416 \end_inset
28417
28418 Options
28419 \family default
28420  for the package 
28421 \series bold
28422 mathtools
28423 \series default
28424
28425 \begin_inset Index idx
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429 Packages ! mathtools
28430 \end_layout
28431
28432 \end_inset
28433
28434  the option 
28435 \family sans
28436 Load
28437 \begin_inset space ~
28438 \end_inset
28439
28440 always
28441 \family default
28442 .
28443  
28444 \series bold
28445
28446 \backslash
28447 splitfrac
28448 \series default
28449  has the scheme
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 splitfrac{first line}{second line}
28458 \end_layout
28459
28460 \begin_layout Standard
28461 and is used as denominator and/or numerator:
28462 \end_layout
28463
28464 \begin_layout Standard
28465 \begin_inset Formula 
28466 \[
28467 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}
28468 \]
28469
28470 \end_inset
28471
28472 The command for the first numerator above is:
28473 \end_layout
28474
28475 \begin_layout Standard
28476
28477 \series bold
28478
28479 \backslash
28480 splitfrac{xy+xy+xy+xy+xy
28481 \begin_inset space \textvisiblespace{}
28482 \end_inset
28483
28484
28485 \backslash
28486 {+wy+wy+wy+wy
28487 \end_layout
28488
28489 \begin_layout Subsubsection
28490 Multiline Brackets
28491 \begin_inset CommandInset label
28492 LatexCommand label
28493 name "subsec:Multiline-Brackets"
28494
28495 \end_inset
28496
28497
28498 \begin_inset Index idx
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502 Brackets ! for multiline expressions
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Standard
28511 For brackets spanning multiple lines the following problem occurs:
28512 \begin_inset Formula 
28513 \begin{eqnarray*}
28514 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28515  &  & \left.\cdots+B-D\right]
28516 \end{eqnarray*}
28517
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 The closing bracket is smaller than the opening bracket because brackets
28525  with variable size may not span multiple lines.
28526 \end_layout
28527
28528 \begin_layout Standard
28529 To set the bracket size for the second line correctly, the first line is
28530  ended with 
28531 \series bold
28532
28533 \backslash
28534 right.
28535 \series default
28536
28537 \begin_inset Index idx
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Commands ! R ! 
28542 \backslash
28543 right
28544 \end_layout
28545
28546 \end_inset
28547
28548  and the second line with 
28549 \series bold
28550
28551 \backslash
28552 left.
28553 \begin_inset Foot
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557 for more about 
28558 \series bold
28559
28560 \backslash
28561 left
28562 \series default
28563  and 
28564 \series bold
28565
28566 \backslash
28567 right
28568 \series default
28569  see 
28570 \begin_inset CommandInset ref
28571 LatexCommand ref
28572 reference "subsec:Automatic-Bracket-Size"
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \series default
28583
28584 \begin_inset Index idx
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Commands ! L ! 
28589 \backslash
28590 left
28591 \end_layout
28592
28593 \end_inset
28594
28595 .
28596  After 
28597 \series bold
28598
28599 \backslash
28600 left.
28601
28602 \series default
28603  the command 
28604 \series bold
28605
28606 \backslash
28607 vphantom
28608 \series default
28609
28610 \begin_inset space \textvisiblespace{}
28611 \end_inset
28612
28613
28614 \series bold
28615
28616 \backslash
28617 prod
28618 \series default
28619 ^
28620 \begin_inset space \textvisiblespace{}
28621 \end_inset
28622
28623
28624 \series bold
28625
28626 \backslash
28627 infty
28628 \series default
28629
28630 \begin_inset space \textvisiblespace{}
28631 \end_inset
28632
28633
28634 \series bold
28635
28636 \begin_inset Formula $\downarrow$
28637 \end_inset
28638
28639 _R=1}
28640 \series default
28641
28642 \begin_inset Index idx
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646 Commands ! V ! 
28647 \backslash
28648 vphantom
28649 \end_layout
28650
28651 \end_inset
28652
28653  is inserted, because the multiplication operator with its limits is the
28654  largest symbol in the first line and this should be the size for the bracket
28655  in the second line.
28656 \end_layout
28657
28658 \begin_layout Standard
28659 The result is this:
28660 \begin_inset Formula 
28661 \begin{eqnarray*}
28662 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28663  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28664 \end{eqnarray*}
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Subsection
28672 Align Environments
28673 \end_layout
28674
28675 \begin_layout Standard
28676 Align environments can be used for every kind of multiline formulas.
28677  They are especially useful to set several formulas side by side.
28678 \end_layout
28679
28680 \begin_layout Standard
28681 Align environments consist of columns.
28682  The odd columns are right aligned, the even ones left aligned.
28683  Every line in an Align environment can be numbered.
28684 \end_layout
28685
28686 \begin_layout Standard
28687 Align environments are created via the menu 
28688 \family sans
28689 Insert\SpecialChar menuseparator
28690 Math
28691 \family default
28692 .
28693  With the menu 
28694 \family sans
28695 Edit\SpecialChar menuseparator
28696 Math\SpecialChar menuseparator
28697 Change Formula Type
28698 \family default
28699  already existing formulas can be converted to Align environments.
28700 \end_layout
28701
28702 \begin_layout Standard
28703 To add or delete columns, the math toolbar buttons 
28704 \begin_inset Info
28705 type  "icon"
28706 arg   "tabular-feature append-column"
28707 \end_inset
28708
28709  or 
28710 \begin_inset Info
28711 type  "icon"
28712 arg   "tabular-feature delete-column"
28713 \end_inset
28714
28715 , respectively, or the menu 
28716 \family sans
28717 Edit\SpecialChar menuseparator
28718 Rows & Columns
28719 \family default
28720  can be used.
28721 \end_layout
28722
28723 \begin_layout Subsubsection
28724 Standard align Environment
28725 \begin_inset CommandInset label
28726 LatexCommand label
28727 name "subsec:Standard-align-Environment"
28728
28729 \end_inset
28730
28731
28732 \begin_inset Index idx
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Formula ! multiline ! align environment
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 This Align environment is created by pressing 
28746 \begin_inset Info
28747 type  "shortcut"
28748 arg   "newline-insert newline"
28749 \end_inset
28750
28751  in a formula or by the menu 
28752 \family sans
28753 Insert\SpecialChar menuseparator
28754 Math\SpecialChar menuseparator
28755 AMS align Environment
28756 \family default
28757 .
28758 \end_layout
28759
28760 \begin_layout Standard
28761 An example for two formulas set side by side, that are created with a four
28762  column align environment:
28763 \begin_inset Formula 
28764 \begin{align*}
28765 A & =\sin(B) & C & =D\\
28766 C & \ne A & B & \ne D
28767 \end{align*}
28768
28769 \end_inset
28770
28771 As it can be seen, the formulas in this environment are placed so as if
28772  there would be a 
28773 \series bold
28774
28775 \backslash
28776 hfill
28777 \begin_inset Foot
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781 more about 
28782 \series bold
28783
28784 \backslash
28785 hfill
28786 \series default
28787  see 
28788 \begin_inset CommandInset ref
28789 LatexCommand ref
28790 reference "subsec:Variable-Space"
28791
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \series default
28801  before the first and after every even column.
28802  When the formula style 
28803 \series bold
28804 Indented
28805 \begin_inset Foot
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809 formula styles see 
28810 \begin_inset CommandInset ref
28811 LatexCommand ref
28812 reference "sec:Formula-Styles"
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \series default
28823  is used, the formula is set without the 
28824 \series bold
28825
28826 \backslash
28827 hfill
28828 \series default
28829  before the first column.
28830 \end_layout
28831
28832 \begin_layout Subsubsection
28833 Alignat Environment
28834 \begin_inset Index idx
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 Formula ! multiline ! alignat environment
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 The alignat environment has no predefined column separation.
28848  It can be inserted manually with the spaces that are described 
28849 \begin_inset CommandInset ref
28850 LatexCommand ref
28851 reference "subsec:Space"
28852
28853 \end_inset
28854
28855 .
28856 \end_layout
28857
28858 \begin_layout Standard
28859 The above example in the alignat environment where 1
28860 \begin_inset space \thinspace{}
28861 \end_inset
28862
28863 cm space was inserted at the beginning of the second formula:
28864 \begin_inset Formula 
28865 \begin{alignat*}{2}
28866 A & =\sin(B) & \hspace{1cm}C & =D\\
28867 C & \ne A & B & \ne D
28868 \end{alignat*}
28869
28870 \end_inset
28871
28872 Because the column separation can be set separately for every column, this
28873  environment is especially suitable to set three and more formulas side
28874  by side.
28875 \end_layout
28876
28877 \begin_layout Subsubsection
28878 Flalign Environment
28879 \begin_inset CommandInset label
28880 LatexCommand label
28881 name "subsec:Flalign-Environment"
28882
28883 \end_inset
28884
28885
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Formula ! multiline ! flalign environment
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 In this environment the first two columns are always set as much as possible
28900  to the left and the last two ones to the right.
28901  An example:
28902 \begin_inset Formula 
28903 \begin{flalign*}
28904 A & =1 & B & =2 & C & =3\\
28905 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28906 \end{flalign*}
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Standard
28914 By creating a flalign environment with an odd number of columns where an
28915  empty \SpecialChar TeX
28916  brace is inserted to the last column, several formulas in a document
28917  can be set to the left, although the formula style 
28918 \series bold
28919 Centered
28920 \series default
28921  is used.
28922  As example the indented formula 
28923 \begin_inset CommandInset ref
28924 LatexCommand eqref
28925 reference "eq:VolInt"
28926
28927 \end_inset
28928
28929 :
28930 \begin_inset Formula 
28931 \begin{flalign}
28932 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28933 \end{flalign}
28934
28935 \end_inset
28936
28937 The first two columns contain the formula.
28938  To indent it as with the formula style 
28939 \series bold
28940 Indented
28941 \series default
28942 , 30
28943 \begin_inset space \thinspace{}
28944 \end_inset
28945
28946 pt space was inserted at the beginning of the first column.
28947 \end_layout
28948
28949 \begin_layout Subsection
28950 Eqnarray Environment
28951 \begin_inset CommandInset label
28952 LatexCommand label
28953 name "subsec:Eqnarray-Environment"
28954
28955 \end_inset
28956
28957
28958 \begin_inset Index idx
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962 Formula ! multiline ! eqnarray environment
28963 \end_layout
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \begin_layout Standard
28971 When this environment has been created, three blue boxes appear.
28972  The content of the first box is right aligned, the content of the last
28973  one left aligned.
28974  The content of the middle box appears centered and a bit smaller, because
28975  it is designed to insert there only relation characters.
28976 \begin_inset Formula 
28977 \begin{eqnarray*}
28978 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28979 AB & AB & AB\\
28980 A & = & A
28981 \end{eqnarray*}
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Subsection
28989 Gather Environment
28990 \begin_inset Index idx
28991 status collapsed
28992
28993 \begin_layout Plain Layout
28994 Formula ! multiline ! gather environment
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \begin_layout Standard
29003 This environment consists of only one centered column.
29004  Every line can be numbered.
29005 \begin_inset Formula 
29006 \begin{gather}
29007 A=1\\
29008 X=\textrm{-}1
29009 \end{gather}
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Subsection
29017 Multline Environment
29018 \begin_inset CommandInset label
29019 LatexCommand label
29020 name "subsec:Multline-Environment"
29021
29022 \end_inset
29023
29024
29025 \begin_inset Index idx
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029 Formula ! multiline ! multline environment
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Standard
29038 The multline environment consists, like the gather environment, of only
29039  one column.
29040  But the first line is left aligned, the last one right aligned.
29041  All other lines are centered.
29042  Therefore this environment is suitable for long formulas.
29043  As example formula 
29044 \begin_inset CommandInset ref
29045 LatexCommand eqref
29046 reference "eq:lefteqn"
29047
29048 \end_inset
29049
29050  in the multline environment:
29051 \begin_inset Formula 
29052 \begin{multline}
29053 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}\\
29054 -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}\\
29055 =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}}
29056 \end{multline}
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 In the output only the last (first) line of a multline environment appears
29065  numbered when the document numbering is right (left).
29066 \begin_inset Foot
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070 numbering styles see 
29071 \begin_inset CommandInset ref
29072 LatexCommand ref
29073 reference "sec:Formula-Styles"
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Standard
29086 With the commands 
29087 \series bold
29088
29089 \backslash
29090 shoveright
29091 \series default
29092
29093 \begin_inset Index idx
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 Commands ! S ! 
29098 \backslash
29099 shoveright
29100 \end_layout
29101
29102 \end_inset
29103
29104  and 
29105 \series bold
29106
29107 \backslash
29108 shoveleft
29109 \series default
29110
29111 \begin_inset Index idx
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115 Commands ! S ! 
29116 \backslash
29117 shoveleft
29118 \end_layout
29119
29120 \end_inset
29121
29122  a centered line can be right or left aligned, respectively.
29123  The commands are used as follows:
29124 \end_layout
29125
29126 \begin_layout Standard
29127
29128 \series bold
29129
29130 \backslash
29131 shoveright{line content}
29132 \series default
29133  and 
29134 \series bold
29135
29136 \backslash
29137 shoveleft{line content}
29138 \end_layout
29139
29140 \begin_layout Standard
29141 \begin_inset VSpace medskip
29142 \end_inset
29143
29144 The length 
29145 \series bold
29146
29147 \backslash
29148 multlinegap
29149 \series default
29150
29151 \begin_inset Index idx
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155 Commands ! M ! 
29156 \backslash
29157 multlinegap
29158 \end_layout
29159
29160 \end_inset
29161
29162  specifies the distance of the first line from the left page margin.
29163  Predefined is the length 0
29164 \begin_inset space \thinspace{}
29165 \end_inset
29166
29167 pt.
29168 \end_layout
29169
29170 \begin_layout Standard
29171 As example the above formula where the command
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 setlength{
29180 \backslash
29181 multlinegap}{2cm}
29182 \end_layout
29183
29184 \begin_layout Standard
29185 was inserted in \SpecialChar TeX
29186  mode before:
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 setlength{
29195 \backslash
29196 multlinegap}{2cm}
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \begin_inset Formula 
29203 \begin{multline}
29204 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}\\
29205 \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}}\\
29206 =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}}
29207 \end{multline}
29208
29209 \end_inset
29210
29211
29212 \begin_inset ERT
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216
29217
29218 \backslash
29219 setlength{
29220 \backslash
29221 multlinegap}{0pt}
29222 \end_layout
29223
29224 \end_inset
29225
29226 The second line was left aligned using 
29227 \series bold
29228
29229 \backslash
29230 shoveleft
29231 \series default
29232 .
29233 \end_layout
29234
29235 \begin_layout Subsection
29236 Multiline Formula Parts
29237 \begin_inset CommandInset label
29238 LatexCommand label
29239 name "subsec:Multiline-Formula-Parts"
29240
29241 \end_inset
29242
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Formula ! multiline ! formula parts
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \begin_layout Standard
29257 To display only parts of a formula with multiple lines, one of the following
29258  environments is used: 
29259 \series bold
29260 aligned
29261 \series default
29262
29263 \series bold
29264 alignedat
29265 \series default
29266
29267 \series bold
29268 gathered
29269 \series default
29270  or 
29271 \series bold
29272 split
29273 \series default
29274 .
29275  They can be inserted via the menu 
29276 \family sans
29277 Insert\SpecialChar menuseparator
29278 Math
29279 \family default
29280  or by using the commands described in this section.
29281 \end_layout
29282
29283 \begin_layout Standard
29284 The first three have the same properties as the corresponding multiline
29285  formula environments, but it is possible to set further formula parts beside
29286  them.
29287  An example:
29288 \begin_inset Formula 
29289 \[
29290 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29291 \Delta E\Delta t & \ge\frac{\hbar}{2}
29292 \end{aligned}
29293 \right\} \textrm{Uncertainty relations}
29294 \]
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \begin_layout Standard
29302 To get this formula, a displayed formula is created where the command 
29303 \series bold
29304
29305 \backslash
29306 aligned
29307 \series default
29308
29309 \begin_inset Index idx
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313 Commands ! A ! 
29314 \backslash
29315 aligned
29316 \end_layout
29317
29318 \end_inset
29319
29320  is inserted.
29321  A purple box appears around the blue formula box where now columns and
29322  lines can be added.
29323  Outside the multiline environment other formula parts can be set, like
29324  the brace.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 The aligned environment is also suitable for long formulas whose lines are
29329  horizontally aligned.
29330  Using aligned in a displayed formula has the advantage that the formula
29331  number is vertically centered behind the lines.
29332  As example formula 
29333 \begin_inset CommandInset ref
29334 LatexCommand eqref
29335 reference "eq:shortlong"
29336
29337 \end_inset
29338
29339  in the aligned environment:
29340 \begin_inset Formula 
29341 \begin{equation}
29342 \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}|}\\
29343  & -\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}|}
29344 \end{aligned}
29345 \end{equation}
29346
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 To use the environments 
29354 \series bold
29355 alignedat
29356 \series default
29357
29358 \series bold
29359 gathered
29360 \series default
29361 , or 
29362 \series bold
29363 split
29364 \series default
29365 , the command 
29366 \series bold
29367
29368 \backslash
29369 alignedat
29370 \series default
29371 ,
29372 \begin_inset Index idx
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376 Commands ! A ! 
29377 \backslash
29378 alignedat
29379 \end_layout
29380
29381 \end_inset
29382
29383  
29384 \series bold
29385
29386 \backslash
29387 gathered
29388 \series default
29389
29390 \begin_inset Index idx
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394 Commands ! G ! 
29395 \backslash
29396 gathered
29397 \end_layout
29398
29399 \end_inset
29400
29401 , or 
29402 \series bold
29403
29404 \backslash
29405 split
29406 \series default
29407
29408 \begin_inset Index idx
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412 Commands ! S ! 
29413 \backslash
29414 split
29415 \end_layout
29416
29417 \end_inset
29418
29419  are inserted, respectively.
29420  The split environment has the same properties as the aligned environment
29421  but it can only have two columns.
29422 \end_layout
29423
29424 \begin_layout Subsection
29425 Text in multiline Formulas
29426 \begin_inset CommandInset label
29427 LatexCommand label
29428 name "subsec:Text-in-multiline"
29429
29430 \end_inset
29431
29432
29433 \begin_inset Index idx
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 Text ! in formulas
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \begin_inset Index idx
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447 Formula ! multiline ! text
29448 \end_layout
29449
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \begin_layout Standard
29456 In the Align environments, and the multline and gather environment, text
29457  can be inserted that will appear in a separate line and doesn't affect
29458  the column alignment.
29459  To do this, the command 
29460 \series bold
29461
29462 \backslash
29463 intertext
29464 \series default
29465
29466 \begin_inset Index idx
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470 Commands ! I ! 
29471 \backslash
29472 intertext
29473 \end_layout
29474
29475 \end_inset
29476
29477  is used in the following scheme:
29478 \end_layout
29479
29480 \begin_layout Standard
29481
29482 \series bold
29483
29484 \backslash
29485 intertext{text}
29486 \end_layout
29487
29488 \begin_layout Standard
29489 The text should not be longer than a line because it cannot be hyphenated.
29490  As \SpecialChar LyX
29491  doesn't yet support 
29492 \series bold
29493
29494 \backslash
29495 intertext
29496 \series default
29497  directly, the text is written as mathematical text.
29498  
29499 \series bold
29500
29501 \backslash
29502 intertext
29503 \series default
29504  must hereby be at the beginning of a line and appears in the output above
29505  this line.
29506  An example where the text was inserted at the beginning of the second line:
29507 \begin_inset Formula 
29508 \begin{align}
29509 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29510 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29511 \end{align}
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519
29520 \series bold
29521
29522 \backslash
29523 intertext
29524 \series default
29525  always creates some vertical space between the text and the formula lines.
29526  To avoid this space, set in the document settings under 
29527 \family sans
29528 Math
29529 \begin_inset space ~
29530 \end_inset
29531
29532 Options
29533 \family default
29534  for the package 
29535 \series bold
29536 mathtools
29537 \series default
29538
29539 \begin_inset Index idx
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Packages ! mathtools
29544 \end_layout
29545
29546 \end_inset
29547
29548  the option 
29549 \family sans
29550 Load
29551 \begin_inset space ~
29552 \end_inset
29553
29554 always
29555 \family default
29556 .
29557  Then you can use the command 
29558 \series bold
29559
29560 \backslash
29561 shortintertext
29562 \series default
29563
29564 \begin_inset Index idx
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568 Commands ! S ! 
29569 \backslash
29570 shortintertext
29571 \end_layout
29572
29573 \end_inset
29574
29575  instead of 
29576 \series bold
29577
29578 \backslash
29579 intertext
29580 \series default
29581 :
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset Formula 
29586 \begin{align}
29587 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29588 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29589 \end{align}
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \begin_layout Section
29597 Formula Numbering
29598 \begin_inset Index idx
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602 Formula numbering
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset Index idx
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Formula ! numbering|see
29613 \begin_inset ERT
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618 {
29619 \end_layout
29620
29621 \end_inset
29622
29623 Formula numbering
29624 \begin_inset ERT
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628
29629 }
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Subsection
29643 General
29644 \end_layout
29645
29646 \begin_layout Standard
29647 Numbered formulas can be created with the menu 
29648 \family sans
29649 Insert\SpecialChar menuseparator
29650 Math\SpecialChar menuseparator
29651 Numbered
29652 \begin_inset space ~
29653 \end_inset
29654
29655 Formula
29656 \family default
29657  (shortcut 
29658 \family sans
29659 Ctrl+Alt
29660 \begin_inset space ~
29661 \end_inset
29662
29663 N
29664 \family default
29665 ).
29666  Existing formulas can be numbered with the menu 
29667 \family sans
29668 Edit\SpecialChar menuseparator
29669 Math\SpecialChar menuseparator
29670 Toggle
29671 \begin_inset space ~
29672 \end_inset
29673
29674 Numbering
29675 \family default
29676  (shortcut 
29677 \begin_inset Info
29678 type  "shortcut"
29679 arg   "math-number-toggle"
29680 \end_inset
29681
29682 ).
29683  The formula number is displayed in \SpecialChar LyX
29684  behind the formula as a number sign
29685  in parentheses.
29686  The number sign is replaced in the output by the formula number.
29687 \end_layout
29688
29689 \begin_layout Standard
29690 When numbering is turned on in multiline formulas, all lines will be numbered.
29691  But the numbering can be controlled with the menu 
29692 \family sans
29693 Edit\SpecialChar menuseparator
29694 Math\SpecialChar menuseparator
29695 Toggle
29696 \begin_inset space ~
29697 \end_inset
29698
29699 Numbering
29700 \begin_inset space ~
29701 \end_inset
29702
29703 of
29704 \begin_inset space ~
29705 \end_inset
29706
29707 Line
29708 \family default
29709  (shortcut 
29710 \begin_inset Info
29711 type  "shortcut"
29712 arg   "math-number-line-toggle"
29713 \end_inset
29714
29715 ) for every line.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 Except for inline formulas, all formulas can be numbered with two different
29720  styles, see 
29721 \begin_inset CommandInset ref
29722 LatexCommand ref
29723 reference "sec:Formula-Styles"
29724
29725 \end_inset
29726
29727 .
29728 \end_layout
29729
29730 \begin_layout Subsection
29731 Cross-References
29732 \begin_inset Index idx
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736 Cross-references ! to formulas
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 All labeled formulas can be cross-referenced.
29746  A label is added by the menu 
29747 \family sans
29748 Insert\SpecialChar menuseparator
29749 Label
29750 \family default
29751  or the toolbar button 
29752 \begin_inset Info
29753 type  "icon"
29754 arg   "label-insert"
29755 \end_inset
29756
29757 .
29758  The cursor must hereby be inside a displayed formula.
29759  Alternatively you can right-click on the formula and choose 
29760 \family sans
29761 Equation Label
29762 \family default
29763 .
29764  A dialog pops up displaying the prefix 
29765 \series bold
29766 eq:
29767 \series default
29768  in a text field.
29769  The label is inserted there behind the prefix.
29770  The predefined prefix means 
29771 \begin_inset Quotes eld
29772 \end_inset
29773
29774 equation
29775 \begin_inset Quotes erd
29776 \end_inset
29777
29778  and makes it easier to find labels in large documents because it marks
29779  it as formula label to divide it from e.
29780 \begin_inset space \thinspace{}
29781 \end_inset
29782
29783 g.
29784 \begin_inset space \space{}
29785 \end_inset
29786
29787 section labels.
29788  To change a label, the menu 
29789 \family sans
29790 Insert\SpecialChar menuseparator
29791 Label
29792 \family default
29793  is used again or you right-click on a formula and then on 
29794 \family sans
29795 Equation Label
29796 \family default
29797 .
29798 \end_layout
29799
29800 \begin_layout Standard
29801 The name of the label is displayed in \SpecialChar LyX
29802  within two parentheses behind formula.
29803  A formula with a label is always numbered.
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Cross-references are inserted via the menu 
29808 \family sans
29809 Insert\SpecialChar menuseparator
29810 Cross-Reference
29811 \family default
29812  or with the toolbar button 
29813 \begin_inset Info
29814 type  "icon"
29815 arg   "dialog-show-new-inset ref"
29816 \end_inset
29817
29818 .
29819  A formula cross-reference appears in the output as formula number.
29820  When in the cross-reference dialog window the format 
29821 \series bold
29822 (<reference>)
29823 \series default
29824  is chosen, the cross-reference appears in the output as formula number
29825  in parentheses.
29826 \begin_inset Newline newline
29827 \end_inset
29828
29829 By right-clicking on a cross-reference in \SpecialChar LyX
29830 , one jumps to the formula that
29831  is referenced.
29832 \end_layout
29833
29834 \begin_layout Standard
29835 Here are as examples cross-references to formulas of the following subsections:
29836 \begin_inset Note Note
29837 status open
29838
29839 \begin_layout Plain Layout
29840 Note the different cross-reference types.
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \begin_layout Standard
29849 The equations 
29850 \begin_inset CommandInset ref
29851 LatexCommand eqref
29852 reference "eq:tag"
29853
29854 \end_inset
29855
29856  and 
29857 \begin_inset CommandInset ref
29858 LatexCommand eqref
29859 reference "eq:c"
29860
29861 \end_inset
29862
29863  are equivalent.
29864  In (
29865 \begin_inset CommandInset ref
29866 LatexCommand ref
29867 reference "eq:Lat"
29868
29869 \end_inset
29870
29871 ) big Latin letters are used for the numbering in contrary to (
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "eq:Rom"
29875
29876 \end_inset
29877
29878 ).
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset VSpace medskip
29883 \end_inset
29884
29885 When the argument of 
29886 \series bold
29887
29888 \backslash
29889 tag
29890 \begin_inset Foot
29891 status collapsed
29892
29893 \begin_layout Plain Layout
29894
29895 \series bold
29896
29897 \backslash
29898 tag
29899 \series default
29900  is described in 
29901 \begin_inset CommandInset ref
29902 LatexCommand ref
29903 reference "subsec:User-defined-Numbering"
29904
29905 \end_inset
29906
29907 .
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \series default
29914  contains a box like in 
29915 \begin_inset CommandInset ref
29916 LatexCommand ref
29917 reference "subsec:Paragraph-Boxes"
29918
29919 \end_inset
29920
29921 , the formula cannot be referenced.
29922 \end_layout
29923
29924 \begin_layout Subsection
29925 Subnumbering
29926 \begin_inset Index idx
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930 Formula numbering ! subnumbering
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \begin_layout Standard
29939 Formulas can be numbered as subequations.
29940  To activate this feature, add the module 
29941 \family sans
29942 Subequations
29943 \family default
29944  to the document in the menu 
29945 \family sans
29946 Document\SpecialChar menuseparator
29947 Settings\SpecialChar menuseparator
29948 Modules
29949 \family default
29950 .
29951  To insert subequations use the menu 
29952 \family sans
29953 Insert\SpecialChar menuseparator
29954 Custom Insets\SpecialChar menuseparator
29955 Subequations
29956 \family default
29957 .
29958 \end_layout
29959
29960 \begin_layout Standard
29961 The equations to be subnumbered are put into the 
29962 \family sans
29963 Subequations
29964 \family default
29965  inset.
29966  An example:
29967 \begin_inset Formula 
29968 \begin{equation}
29969 A=C-B
29970 \end{equation}
29971
29972 \end_inset
29973
29974
29975 \begin_inset VSpace -5mm
29976 \end_inset
29977
29978
29979 \begin_inset Flex Subequations
29980 status open
29981
29982 \begin_layout Plain Layout
29983 \begin_inset Formula 
29984 \begin{equation}
29985 B=C-A\label{eq:b}
29986 \end{equation}
29987
29988 \end_inset
29989
29990
29991 \begin_inset Formula 
29992 \begin{equation}
29993 C=A+B\label{eq:c}
29994 \end{equation}
29995
29996 \end_inset
29997
29998
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 Every formula in the 
30008 \family sans
30009 Subequations
30010 \family default
30011  inset will be subnumbered with a, b, c, \SpecialChar ldots
30012  in the output.
30013  For multiline formulas every line will be subnumbered.
30014 \end_layout
30015
30016 \begin_layout Standard
30017 Referencing subequations work like for normal equations: 
30018 \begin_inset CommandInset ref
30019 LatexCommand eqref
30020 reference "eq:b"
30021
30022 \end_inset
30023
30024
30025 \begin_inset CommandInset ref
30026 LatexCommand eqref
30027 reference "eq:c"
30028
30029 \end_inset
30030
30031 .
30032  If you want to reference the subequations collectively, insert a label
30033  as first thing in the 
30034 \family sans
30035 Subequations
30036 \family default
30037  inset.
30038  Formula 
30039 \begin_inset CommandInset ref
30040 LatexCommand eqref
30041 reference "eq:Here-is-an"
30042 plural "false"
30043 caps "false"
30044 noprefix "false"
30045
30046 \end_inset
30047
30048  is an example.
30049 \end_layout
30050
30051 \begin_layout Standard
30052 By inserting subequations vertical space is added before it.
30053  To remove this, insert -5
30054 \begin_inset space \thinspace{}
30055 \end_inset
30056
30057 mm vertical space right before the 
30058 \family sans
30059 Subequations
30060 \family default
30061  inset.
30062  If the formula style 
30063 \series bold
30064 Indented
30065 \begin_inset Foot
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 formula styles see 
30070 \begin_inset CommandInset ref
30071 LatexCommand ref
30072 reference "sec:Formula-Styles"
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \series default
30083  is used, insert -7
30084 \begin_inset space \thinspace{}
30085 \end_inset
30086
30087 mm space instead.
30088 \end_layout
30089
30090 \begin_layout Standard
30091 To get another subnumber instead of small Latin letters, insert this command
30092  as \SpecialChar TeX
30093  code before the equations in the 
30094 \family sans
30095 Subequations
30096 \family default
30097  inset:
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \series bold
30103
30104 \backslash
30105 renewcommand{
30106 \backslash
30107 theequation}{
30108 \backslash
30109 theparentequation -
30110 \backslash
30111 roman{equation}}
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 theparentequation
30120 \series default
30121  creates hereby the parent number and 
30122 \series bold
30123
30124 \backslash
30125 roman{equation}
30126 \series default
30127  adds a small Roman number as subnumber.
30128  For more information about the customization of the numbering, see 
30129 \begin_inset CommandInset ref
30130 LatexCommand ref
30131 reference "subsec:Numbering-with-Roman"
30132
30133 \end_inset
30134
30135 .
30136 \end_layout
30137
30138 \begin_layout Standard
30139 Here is an example for a multiline formula where the numbering is customized
30140  and turned off for the second line:
30141 \begin_inset Flex Subequations
30142 status open
30143
30144 \begin_layout Plain Layout
30145 \begin_inset CommandInset label
30146 LatexCommand label
30147 name "eq:Here-is-an"
30148
30149 \end_inset
30150
30151
30152 \begin_inset ERT
30153 status open
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 renewcommand{
30160 \backslash
30161 theequation}{
30162 \backslash
30163 theparentequation -
30164 \backslash
30165 roman{equation}}
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \begin_inset Formula 
30172 \begin{eqnarray}
30173 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30174  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30175  & = & B^{2}-2BZ+Z^{2}
30176 \end{eqnarray}
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Subsection
30189 Numbering with Roman Numbers and Letters
30190 \begin_inset CommandInset label
30191 LatexCommand label
30192 name "subsec:Numbering-with-Roman"
30193
30194 \end_inset
30195
30196
30197 \begin_inset Index idx
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Formula numbering ! with letters
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \begin_inset Index idx
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211 Formula numbering ! with Roman numbers
30212 \end_layout
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \begin_layout Standard
30220 Formulas can also be numbered with Roman numbers and Latin letters.
30221  To number for example with small Roman numbers, the command
30222 \end_layout
30223
30224 \begin_layout Standard
30225
30226 \series bold
30227
30228 \backslash
30229 renewcommand{
30230 \backslash
30231 theequation}{
30232 \backslash
30233 roman{equation}}
30234 \end_layout
30235
30236 \begin_layout Standard
30237 is inserted before the formula in \SpecialChar TeX
30238  mode.
30239  
30240 \series bold
30241
30242 \backslash
30243 renewcommand
30244 \series default
30245
30246 \begin_inset Index idx
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250 Commands ! R ! 
30251 \backslash
30252 renewcommand
30253 \end_layout
30254
30255 \end_inset
30256
30257  redefines the predefined command 
30258 \series bold
30259
30260 \backslash
30261 theequation
30262 \series default
30263  to the command 
30264 \series bold
30265
30266 \backslash
30267 roman{equation}
30268 \series default
30269 .
30270 \begin_inset Foot
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 The command 
30275 \series bold
30276
30277 \backslash
30278 renewcommand
30279 \series default
30280  has the same scheme like the command 
30281 \series bold
30282
30283 \backslash
30284 newcommand
30285 \series default
30286  that is described in 
30287 \begin_inset CommandInset ref
30288 LatexCommand ref
30289 reference "subsec:The-Command-newcommand"
30290
30291 \end_inset
30292
30293 .
30294 \end_layout
30295
30296 \end_inset
30297
30298  
30299 \series bold
30300 equation
30301 \series default
30302  is the formula counter.
30303  When the command 
30304 \series bold
30305
30306 \backslash
30307 the
30308 \series default
30309  is used as prefix for a counter, the value of the counter is output as
30310  Arabic number.
30311  When a formula is numbered, \SpecialChar LaTeX
30312  sets internally the command 
30313 \series bold
30314
30315 \backslash
30316 theequation
30317 \series default
30318  behind the formula.
30319  
30320 \series bold
30321
30322 \backslash
30323 roman{equation}
30324 \begin_inset Index idx
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 Commands ! R ! 
30329 \backslash
30330 roman
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \series default
30337  outputs the counter as small Roman number.
30338 \end_layout
30339
30340 \begin_layout Standard
30341 All formulas behind the command 
30342 \series bold
30343
30344 \backslash
30345 renew
30346 \series default
30347 c
30348 \series bold
30349 ommand
30350 \series default
30351  are now numbered Roman.
30352  To switch to numbering with big Roman numbers, the command is inserted
30353  again, but 
30354 \series bold
30355
30356 \backslash
30357 roman
30358 \series default
30359  is replaced by 
30360 \series bold
30361
30362 \backslash
30363 Roman
30364 \series default
30365
30366 \begin_inset Index idx
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 Commands ! R ! 
30371 \backslash
30372 roman@
30373 \backslash
30374 Roman
30375 \end_layout
30376
30377 \end_inset
30378
30379 .
30380  To 
30381 \begin_inset Quotes eld
30382 \end_inset
30383
30384 number
30385 \begin_inset Quotes erd
30386 \end_inset
30387
30388  with small Latin letters there is the command 
30389 \series bold
30390
30391 \backslash
30392 alph
30393 \series default
30394
30395 \begin_inset Index idx
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399 Commands ! A ! 
30400 \backslash
30401 alph
30402 \end_layout
30403
30404 \end_inset
30405
30406 , for big ones there is the command 
30407 \series bold
30408
30409 \backslash
30410 Alph
30411 \series default
30412
30413 \begin_inset Index idx
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417 Commands ! A ! 
30418 \backslash
30419 alph@
30420 \backslash
30421 Alph
30422 \end_layout
30423
30424 \end_inset
30425
30426 .
30427 \end_layout
30428
30429 \begin_layout Standard
30430 \begin_inset Note Greyedout
30431 status open
30432
30433 \begin_layout Plain Layout
30434
30435 \series bold
30436 Note:
30437 \series default
30438  Only maximal 26
30439 \begin_inset space ~
30440 \end_inset
30441
30442 formulas can be numbered with Latin letters in one document.
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Standard
30451 \begin_inset ERT
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455
30456
30457 \backslash
30458 renewcommand{
30459 \backslash
30460 theequation}{
30461 \backslash
30462 roman{equation}}
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset Formula 
30472 \begin{equation}
30473 A=\textrm{small roman}
30474 \end{equation}
30475
30476 \end_inset
30477
30478
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 renewcommand{
30487 \backslash
30488 theequation}{
30489 \backslash
30490 Roman{equation}}
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Formula 
30497 \begin{equation}
30498 B=\textrm{big Roman}\label{eq:Rom}
30499 \end{equation}
30500
30501 \end_inset
30502
30503
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 renewcommand{
30512 \backslash
30513 theequation}{
30514 \backslash
30515 alph{equation}}
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset Formula 
30522 \begin{equation}
30523 C=\textrm{small Latin}
30524 \end{equation}
30525
30526 \end_inset
30527
30528
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 renewcommand{
30537 \backslash
30538 theequation}{
30539 \backslash
30540 Alph{equation}}
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \begin_inset Formula 
30547 \begin{equation}
30548 D=\textrm{big Latin}\label{eq:Lat}
30549 \end{equation}
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 To switch back to the default numbering, insert the command:
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 renewcommand{
30566 \backslash
30567 theequation}{
30568 \backslash
30569 arabic{equation}}
30570 \begin_inset Index idx
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574 Commands ! A ! 
30575 \backslash
30576 arabic
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 \begin_inset ERT
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589
30590
30591 \backslash
30592 renewcommand{
30593 \backslash
30594 theequation}{
30595 \backslash
30596 arabic{equation}}
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \begin_inset Formula 
30603 \begin{equation}
30604 E=\textrm{Arabic}
30605 \end{equation}
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \begin_layout Standard
30613 \begin_inset VSpace medskip
30614 \end_inset
30615
30616 As you see, formulas are numbered serially independent from the numbering
30617  style.
30618  When then numbering should start with 
30619 \begin_inset Quotes eld
30620 \end_inset
30621
30622 1
30623 \begin_inset Quotes erd
30624 \end_inset
30625
30626  when the style is changed, new equation counters have to be defined.
30627  A description about this can be found in the file 
30628 \begin_inset CommandInset href
30629 LatexCommand href
30630 name "Formula-numbering.lyx"
30631 target "run:Formula-numbering.lyx"
30632 literal "false"
30633
30634 \end_inset
30635
30636 .
30637 \end_layout
30638
30639 \begin_layout Subsection
30640 User-defined Numbering
30641 \begin_inset CommandInset label
30642 LatexCommand label
30643 name "subsec:User-defined-Numbering"
30644
30645 \end_inset
30646
30647
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Formula numbering ! user-defined
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \begin_layout Standard
30661 \begin_inset Note Greyedout
30662 status open
30663
30664 \begin_layout Plain Layout
30665
30666 \series bold
30667 Note:
30668 \series default
30669  If the document language is a right-to-left language such as Arabic, you
30670  must add this to the to the \SpecialChar LaTeX
30671 -preamble to be able to use the commands described
30672  in this section:
30673 \begin_inset Newline newline
30674 \end_inset
30675
30676
30677 \series bold
30678
30679 \backslash
30680 AtBeginDocument{
30681 \begin_inset Newline newline
30682 \end_inset
30683
30684
30685 \begin_inset Phantom HPhantom
30686 status open
30687
30688 \begin_layout Plain Layout
30689
30690 \series bold
30691 \begin_inset space ~
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \backslash
30701 def
30702 \backslash
30703 tagform@#1{
30704 \backslash
30705 maketag@@@{(
30706 \backslash
30707 ignorespaces#1
30708 \backslash
30709 unskip)}} }
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Standard
30718 \begin_inset Index idx
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722 Formula numbering ! self-defined delimiters
30723 \end_layout
30724
30725 \end_inset
30726
30727 With the standard numbering parentheses are set around the formula number.
30728  To replace the parentheses for example by vertical bars, the following
30729  line is added to the \SpecialChar LaTeX
30730 -preamble:
30731 \end_layout
30732
30733 \begin_layout Standard
30734
30735 \series bold
30736
30737 \backslash
30738 AtBeginDocument{
30739 \begin_inset Newline newline
30740 \end_inset
30741
30742
30743 \begin_inset Phantom HPhantom
30744 status open
30745
30746 \begin_layout Plain Layout
30747
30748 \series bold
30749 \begin_inset space ~
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \backslash
30759 def
30760 \backslash
30761 tagform@#1{
30762 \backslash
30763 maketag@@@{|#1|}} }
30764 \series default
30765
30766 \begin_inset Note Note
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770 This macro is already declared in the \SpecialChar LaTeX
30771 -preamble for testing.
30772  To activate it, remove the percent signs at the beginning.
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \end_layout
30779
30780 \begin_layout Standard
30781 To use other characters, the vertical bars besides the 
30782 \series bold
30783 #1
30784 \series default
30785  are replaced by one ore more characters.
30786  To get only the formula number the vertical bars are omitted.
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \begin_inset VSpace bigskip
30791 \end_inset
30792
30793 When there should be an expression of your choice instead of the consecutive
30794  formula number in parentheses behind the formula, the command 
30795 \series bold
30796
30797 \backslash
30798 tag
30799 \series default
30800
30801 \begin_inset Index idx
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 Commands ! T ! 
30806 \backslash
30807 tag
30808 \end_layout
30809
30810 \end_inset
30811
30812  is used:
30813 \begin_inset Formula 
30814 \begin{equation}
30815 A+B=C\tag{something}\label{eq:tag}
30816 \end{equation}
30817
30818 \end_inset
30819
30820 In this example the command 
30821 \series bold
30822
30823 \backslash
30824 tag
30825 \begin_inset space \textvisiblespace{}
30826 \end_inset
30827
30828 something
30829 \series default
30830  was inserted in the formula.
30831 \end_layout
30832
30833 \begin_layout Standard
30834 When the command 
30835 \series bold
30836
30837 \backslash
30838 tag*
30839 \begin_inset space \textvisiblespace{}
30840 \end_inset
30841
30842 something
30843 \series default
30844  is inserted instead, the star prevents the parentheses around the expression:
30845 \begin_inset Formula 
30846 \[
30847 A+B=C\tag*{something}
30848 \]
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Standard
30856 \begin_inset VSpace bigskip
30857 \end_inset
30858
30859 To restart the formula numbering with new document parts or sections, the
30860  following command is used:
30861 \end_layout
30862
30863 \begin_layout Standard
30864
30865 \series bold
30866
30867 \backslash
30868 @addtoreset{equation}{part}
30869 \series default
30870
30871 \begin_inset Index idx
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875 Commands ! 
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881 "
30882 \end_layout
30883
30884 \end_inset
30885
30886 @
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892 "
30893 \end_layout
30894
30895 \end_inset
30896
30897  ! 
30898 \backslash
30899
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905 "
30906 \end_layout
30907
30908 \end_inset
30909
30910 @
30911 \begin_inset ERT
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915
30916 "
30917 \end_layout
30918
30919 \end_inset
30920
30921 addtoreset
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \begin_inset Newline newline
30928 \end_inset
30929
30930 resp.
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \series bold
30936
30937 \backslash
30938 @addtoreset{equation}{section}
30939 \end_layout
30940
30941 \begin_layout Standard
30942 To be able to use these commands in \SpecialChar TeX
30943  mode, the 
30944 \begin_inset Quotes eld
30945 \end_inset
30946
30947 @
30948 \begin_inset Quotes erd
30949 \end_inset
30950
30951  character has to be made 
30952 \begin_inset Quotes eld
30953 \end_inset
30954
30955 active
30956 \begin_inset Quotes erd
30957 \end_inset
30958
30959  for \SpecialChar LaTeX
30960  using the command 
30961 \series bold
30962
30963 \backslash
30964 makeatletter.
30965
30966 \series default
30967  The command 
30968 \series bold
30969
30970 \backslash
30971 makeatother
30972 \series default
30973  reverts this.
30974  So the command sequence in \SpecialChar TeX
30975  mode is:
30976 \end_layout
30977
30978 \begin_layout Standard
30979
30980 \series bold
30981
30982 \backslash
30983 makeatletter
30984 \begin_inset Newline newline
30985 \end_inset
30986
30987
30988 \backslash
30989 @addtoreset{equation}{section}
30990 \begin_inset Newline newline
30991 \end_inset
30992
30993
30994 \backslash
30995 makeatother
30996 \end_layout
30997
30998 \begin_layout Standard
30999 In the \SpecialChar LaTeX
31000 -preamble 
31001 \series bold
31002
31003 \backslash
31004 makeatletter
31005 \series default
31006  and 
31007 \series bold
31008
31009 \backslash
31010 makeatother
31011 \series default
31012  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31013 .
31014 \end_layout
31015
31016 \begin_layout Standard
31017 To revert 
31018 \series bold
31019
31020 \backslash
31021 @addtoreset
31022 \series default
31023 , the file 
31024 \series bold
31025 remreset.sty
31026 \series default
31027
31028 \begin_inset Foot
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033 \series bold
31034 remreset
31035 \series default
31036  is part of the \SpecialChar LaTeX
31037 -package 
31038 \series bold
31039 carlisle
31040 \series default
31041
31042 \begin_inset Index idx
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 Packages ! carlisle
31047 \end_layout
31048
31049 \end_inset
31050
31051  that is part of every \SpecialChar LaTeX
31052  standard installation.
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \begin_inset Index idx
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 Packages ! remreset
31063 \end_layout
31064
31065 \end_inset
31066
31067  has to be loaded in the \SpecialChar LaTeX
31068 -preamble with the line
31069 \end_layout
31070
31071 \begin_layout Standard
31072
31073 \series bold
31074
31075 \backslash
31076 usepackage{remreset}
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Then the command 
31081 \series bold
31082
31083 \backslash
31084 @removefromreset
31085 \series default
31086
31087 \begin_inset Index idx
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091 Commands ! 
31092 \begin_inset ERT
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097 "
31098 \end_layout
31099
31100 \end_inset
31101
31102 @
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108 "
31109 \end_layout
31110
31111 \end_inset
31112
31113  ! 
31114 \backslash
31115
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121 "
31122 \end_layout
31123
31124 \end_inset
31125
31126 @
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132 "
31133 \end_layout
31134
31135 \end_inset
31136
31137 removefromreset
31138 \end_layout
31139
31140 \end_inset
31141
31142  can be used with the same scheme as 
31143 \series bold
31144
31145 \backslash
31146 @addtoreset
31147 \series default
31148 .
31149 \end_layout
31150
31151 \begin_layout Standard
31152 \begin_inset VSpace bigskip
31153 \end_inset
31154
31155 Sometimes formulas should be numbered in the following form:
31156 \end_layout
31157
31158 \begin_layout Standard
31159
31160 \family typewriter
31161 (section number.formula number)
31162 \end_layout
31163
31164 \begin_layout Standard
31165 The formula number should start with every section with 
31166 \begin_inset Quotes eld
31167 \end_inset
31168
31169 1
31170 \begin_inset Quotes erd
31171 \end_inset
31172
31173 .
31174 \end_layout
31175
31176 \begin_layout Standard
31177 For this case there is the command 
31178 \series bold
31179
31180 \backslash
31181 numberwithin
31182 \series default
31183
31184 \begin_inset Index idx
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188 Commands ! N ! 
31189 \backslash
31190 numberwithin
31191 \end_layout
31192
31193 \end_inset
31194
31195 , which is used with the following scheme:
31196 \end_layout
31197
31198 \begin_layout Standard
31199
31200 \series bold
31201
31202 \backslash
31203 numberwithin{counter}{sectioning}
31204 \end_layout
31205
31206 \begin_layout Standard
31207 Counter denotes what kind of numbering is affected, sectioning denotes what
31208  number is before the dot.
31209 \end_layout
31210
31211 \begin_layout Standard
31212 Thus in our case the following \SpecialChar LaTeX
31213  preamble or \SpecialChar TeX
31214  code line is used:
31215 \end_layout
31216
31217 \begin_layout Standard
31218
31219 \series bold
31220
31221 \backslash
31222 numberwithin{equation}{section}
31223 \end_layout
31224
31225 \begin_layout Standard
31226 This is the result:
31227 \begin_inset ERT
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231
31232
31233 \backslash
31234 numberwithin{equation}{section}
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \begin_inset Formula 
31241 \begin{equation}
31242 A+B=C
31243 \end{equation}
31244
31245 \end_inset
31246
31247
31248 \end_layout
31249
31250 \begin_layout Standard
31251 To number e.
31252 \begin_inset space \thinspace{}
31253 \end_inset
31254
31255 g.
31256 \begin_inset space \space{}
31257 \end_inset
31258
31259 tables so that the number of the part is the sectioning,
31260 \begin_inset Newline newline
31261 \end_inset
31262
31263
31264 \series bold
31265
31266 \backslash
31267 numberwithin{table}{part}
31268 \series default
31269  is used.
31270 \end_layout
31271
31272 \begin_layout Standard
31273 To go back to the standard numbering or to prevent this kind of numbering
31274  when it is defined by the document class, the following command is inserted
31275  as \SpecialChar TeX
31276  code or to the \SpecialChar LaTeX
31277  preamble:
31278 \end_layout
31279
31280 \begin_layout Standard
31281
31282 \series bold
31283
31284 \backslash
31285 renewcommand{
31286 \backslash
31287 theequation}{
31288 \backslash
31289 arabic{equation}}
31290 \begin_inset Index idx
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294 Commands ! A ! 
31295 \backslash
31296 arabic
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \series default
31303
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309
31310 \backslash
31311 renewcommand{
31312 \backslash
31313 theequation}{
31314 \backslash
31315 arabic{equation}}
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \series bold
31322
31323 \begin_inset Newline newline
31324 \end_inset
31325
31326
31327 \series default
31328 or
31329 \series bold
31330
31331 \begin_inset Newline newline
31332 \end_inset
31333
31334
31335 \backslash
31336 renewcommand{
31337 \backslash
31338 thetable}{
31339 \backslash
31340 arabic{table}}
31341 \end_layout
31342
31343 \begin_layout Standard
31344
31345 \series bold
31346
31347 \backslash
31348 numberwithin
31349 \series default
31350  uses internally the command 
31351 \series bold
31352
31353 \backslash
31354 @addtoreset
31355 \series default
31356 , described above, that also needs to be reverted.
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362
31363 \backslash
31364 makeatletter
31365 \end_layout
31366
31367 \begin_layout Plain Layout
31368
31369
31370 \backslash
31371 @removefromreset{equation}{section}
31372 \end_layout
31373
31374 \begin_layout Plain Layout
31375
31376
31377 \backslash
31378 makeatother
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Section
31387 Chemical Symbols and Equations
31388 \begin_inset CommandInset label
31389 LatexCommand label
31390 name "subsec:Chemical-Symbols-and"
31391
31392 \end_inset
31393
31394
31395 \begin_inset Index idx
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399 Chemical characters ! Symbols
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \begin_inset Index idx
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409 Chemical equations
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \begin_inset Index idx
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419 Symbols ! chemical
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \end_layout
31426
31427 \begin_layout Standard
31428 An example text from chemistry:
31429 \end_layout
31430
31431 \begin_layout Quote
31432 The 
31433 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31434 \end_inset
31435
31436 -ion reacts with two 
31437 \begin_inset Formula $\mathrm{Na^{+}}$
31438 \end_inset
31439
31440 -ions to sodium sulfate 
31441 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31442 \end_inset
31443
31444 .
31445  The chemical equation for this is:
31446 \begin_inset Formula 
31447 \begin{equation}
31448 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31449 \end{equation}
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 This chemical equation can directly be created as formula.
31458  To avoid that the symbols appear italic, everything is highlighted and
31459  changed by the shortcut 
31460 \begin_inset Info
31461 type  "shortcut"
31462 arg   "font-roman"
31463 \end_inset
31464
31465  to the upright font style.
31466 \begin_inset Foot
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 font styles
31471 \series bold
31472  
31473 \series default
31474 see 
31475 \begin_inset CommandInset ref
31476 LatexCommand ref
31477 reference "subsec:Font-Styles"
31478
31479 \end_inset
31480
31481
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 A more convenient way to typeset chemical formulas is to use the command
31491  
31492 \series bold
31493
31494 \backslash
31495 ce
31496 \series default
31497
31498 \begin_inset Index idx
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502 Commands ! C ! 
31503 \backslash
31504 ce
31505 \end_layout
31506
31507 \end_inset
31508
31509  that is available when the \SpecialChar LaTeX
31510 -package 
31511 \series bold
31512 mhchem
31513 \series default
31514
31515 \begin_inset Index idx
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519 Packages ! mhchem
31520 \end_layout
31521
31522 \end_inset
31523
31524  is installed.
31525  After inserting 
31526 \series bold
31527
31528 \backslash
31529 ce
31530 \series default
31531  to a formula a new blue box appears where chemical formulas can be inserted
31532  in an intuitive way.
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \align center
31537 \begin_inset Tabular
31538 <lyxtabular version="3" rows="10" columns="2">
31539 <features booktabs="true" tabularvalignment="middle">
31540 <column alignment="center" valignment="top" width="0pt">
31541 <column alignment="center" valignment="top">
31542 <row>
31543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31544 \begin_inset Text
31545
31546 \begin_layout Plain Layout
31547 Command
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556 Result
31557 \end_layout
31558
31559 \end_inset
31560 </cell>
31561 </row>
31562 <row>
31563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567
31568 \backslash
31569 ce
31570 \begin_inset space \textvisiblespace{}
31571 \end_inset
31572
31573 H2CO3
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 \begin_inset Formula $\ce{H2CO3}$
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 </row>
31591 <row topspace="1.5mm">
31592 <cell alignment="center" valignment="top" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596
31597 \backslash
31598 ce
31599 \begin_inset space \textvisiblespace{}
31600 \end_inset
31601
31602 SO4^2-
31603 \end_layout
31604
31605 \end_inset
31606 </cell>
31607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31608 \begin_inset Text
31609
31610 \begin_layout Plain Layout
31611 \begin_inset Formula $\ce{SO4^{2-}}$
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 </row>
31620 <row topspace="1.5mm">
31621 <cell alignment="center" valignment="top" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625
31626 \backslash
31627 ce
31628 \begin_inset space \textvisiblespace{}
31629 \end_inset
31630
31631 (NH4)2S
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 \begin_inset Formula $\ce{(NH4)2S}$
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \end_inset
31647 </cell>
31648 </row>
31649 <row topspace="1.5mm">
31650 <cell alignment="center" valignment="top" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654
31655 \backslash
31656 ce
31657 \begin_inset space \textvisiblespace{}
31658 \end_inset
31659
31660 KCr(SO4)2.12H2O
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 </row>
31678 <row topspace="1.5mm">
31679 <cell alignment="center" valignment="top" usebox="none">
31680 \begin_inset Text
31681
31682 \begin_layout Plain Layout
31683
31684 \backslash
31685 ce
31686 \begin_inset space \textvisiblespace{}
31687 \end_inset
31688
31689 A-B
31690 \backslash
31691 dbond
31692 \begin_inset space \textvisiblespace{}
31693 \end_inset
31694
31695 C
31696 \backslash
31697 tbond
31698 \begin_inset space \textvisiblespace{}
31699 \end_inset
31700
31701 D
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row topspace="1.5mm">
31720 <cell alignment="center" valignment="top" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724
31725 \backslash
31726 ce
31727 \begin_inset space \textvisiblespace{}
31728 \end_inset
31729
31730 ^227
31731 \begin_inset Formula $\downarrow$
31732 \end_inset
31733
31734 _90
31735 \begin_inset Formula $\to$
31736 \end_inset
31737
31738 Th+
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 </row>
31756 <row>
31757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761
31762 \backslash
31763 ce
31764 \begin_inset space \textvisiblespace{}
31765 \end_inset
31766
31767
31768 \backslash
31769 mu
31770 \begin_inset space \textvisiblespace{}
31771 \end_inset
31772
31773
31774 \backslash
31775 hyphen
31776 \begin_inset space \textvisiblespace{}
31777 \end_inset
31778
31779 Cl
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 </row>
31797 <row>
31798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802
31803 \backslash
31804 ce
31805 \begin_inset space \textvisiblespace{}
31806 \end_inset
31807
31808 CO2
31809 \begin_inset space \textvisiblespace{}
31810 \end_inset
31811
31812 +
31813 \begin_inset space \textvisiblespace{}
31814 \end_inset
31815
31816 C
31817 \begin_inset space \textvisiblespace{}
31818 \end_inset
31819
31820 <=>
31821 \begin_inset space \textvisiblespace{}
31822 \end_inset
31823
31824 2CO
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \end_inset
31840 </cell>
31841 </row>
31842 <row topspace="1.5mm">
31843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31844 \begin_inset Text
31845
31846 \begin_layout Plain Layout
31847
31848 \backslash
31849 ce
31850 \begin_inset space \textvisiblespace{}
31851 \end_inset
31852
31853 CO2
31854 \begin_inset space \textvisiblespace{}
31855 \end_inset
31856
31857 +
31858 \begin_inset space \textvisiblespace{}
31859 \end_inset
31860
31861 C
31862 \begin_inset space \textvisiblespace{}
31863 \end_inset
31864
31865 ->[
31866 \backslash
31867 alpha][
31868 \backslash
31869 beta]
31870 \begin_inset space \textvisiblespace{}
31871 \end_inset
31872
31873 2CO}
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31883 \end_inset
31884
31885
31886 \end_layout
31887
31888 \end_inset
31889 </cell>
31890 </row>
31891 </lyxtabular>
31892
31893 \end_inset
31894
31895
31896 \end_layout
31897
31898 \begin_layout Standard
31899 \begin_inset Note Greyedout
31900 status open
31901
31902 \begin_layout Plain Layout
31903
31904 \series bold
31905 Note:
31906 \series default
31907  It is not possible in \SpecialChar LyX
31908  to use the character ^ to get an up-arrow as described
31909  in the 
31910 \series bold
31911 mhchem
31912 \series default
31913  manual.
31914  One instead uses a negative thin space followed by the command 
31915 \series bold
31916
31917 \backslash
31918 uparrow
31919 \series default
31920
31921 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 Using 
31934 \series bold
31935
31936 \backslash
31937 ce
31938 \series default
31939  the command for equation
31940 \begin_inset space ~
31941 \end_inset
31942
31943
31944 \begin_inset CommandInset ref
31945 LatexCommand eqref
31946 reference "eq:chem-reaction"
31947
31948 \end_inset
31949
31950  is:
31951 \begin_inset Newline newline
31952 \end_inset
31953
31954
31955 \series bold
31956  
31957 \backslash
31958 ce
31959 \begin_inset space \textvisiblespace{}
31960 \end_inset
31961
31962 2Na+
31963 \begin_inset space \textvisiblespace{}
31964 \end_inset
31965
31966 +
31967 \begin_inset space \textvisiblespace{}
31968 \end_inset
31969
31970 SO4^2-
31971 \begin_inset space \textvisiblespace{}
31972 \end_inset
31973
31974
31975 \begin_inset space \textvisiblespace{}
31976 \end_inset
31977
31978 ->
31979 \begin_inset space \textvisiblespace{}
31980 \end_inset
31981
31982 Na2SO4
31983 \end_layout
31984
31985 \begin_layout Standard
31986 To create multiline chemical equations first a multiline formula is created
31987  as described in 
31988 \begin_inset CommandInset ref
31989 LatexCommand ref
31990 reference "sec:Multiline-Formulas"
31991
31992 \end_inset
31993
31994 .
31995  Afterwards the command 
31996 \series bold
31997
31998 \backslash
31999 ce
32000 \series default
32001  is used in every small blue box of the formula.
32002  
32003 \begin_inset CommandInset ref
32004 LatexCommand eqref
32005 reference "eq:TEOS-reaction-1"
32006
32007 \end_inset
32008
32009  and 
32010 \begin_inset CommandInset ref
32011 LatexCommand eqref
32012 reference "eq:TEOS-reaction-2"
32013
32014 \end_inset
32015
32016  are an example of a multi-stage chemical reaction where every equation
32017  has its own number.
32018 \begin_inset Formula 
32019 \begin{eqnarray}
32020 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32021 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32022 \end{eqnarray}
32023
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \begin_layout Standard
32030 Besides 
32031 \series bold
32032
32033 \backslash
32034 ce
32035 \series default
32036  the 
32037 \series bold
32038 mhchem
32039 \series default
32040  package provides the command 
32041 \series bold
32042
32043 \backslash
32044 cf
32045 \series default
32046
32047 \begin_inset Index idx
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051 Commands ! C ! 
32052 \backslash
32053 cf
32054 \end_layout
32055
32056 \end_inset
32057
32058  that has to be used for special cases.
32059  For more information about 
32060 \series bold
32061
32062 \backslash
32063 cf
32064 \series default
32065  and more examples have a look at the documentation of 
32066 \series bold
32067 mhchem
32068 \series default
32069
32070 \begin_inset CommandInset citation
32071 LatexCommand cite
32072 key "mhchem"
32073 literal "true"
32074
32075 \end_inset
32076
32077 .
32078 \end_layout
32079
32080 \begin_layout Section
32081 Diagrams
32082 \end_layout
32083
32084 \begin_layout Standard
32085 \SpecialChar LyX
32086  supports two types of commutative diagrams: 
32087 \series bold
32088 amscd
32089 \series default
32090  and 
32091 \series bold
32092 xymatrix
32093 \series default
32094  that are explained in the following.
32095 \end_layout
32096
32097 \begin_layout Subsection
32098 Amscd Diagrams
32099 \begin_inset Index idx
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103 Diagrams ! amscd
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Standard
32112 Diagrams of this type visualize relations by vertical and horizontal lines
32113  or arrows:
32114 \begin_inset Formula 
32115 \[
32116 \begin{CD}A@>>>B@>>>C\\
32117 @AAA@.@VVV\\
32118 F@<<<E@<<<D
32119 \end{CD}
32120 \]
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 To get them, the command 
32129 \series bold
32130
32131 \backslash
32132 CD
32133 \begin_inset Index idx
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 Commands ! C ! 
32138 \backslash
32139 CD
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \series default
32146  is inserted to a formula.
32147  A blue box appears with two dashed lines where further commands can be
32148  inserted.
32149  With 
32150 \begin_inset Info
32151 type  "shortcut"
32152 arg   "newline-insert newline"
32153 \end_inset
32154
32155  a new line is created.
32156  Horizontal relations are inserted in odd, vertical in even formula lines.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 To create the relations there are the following commands:
32161 \end_layout
32162
32163 \begin_layout Itemize
32164
32165 \series bold
32166 @<<<
32167 \series default
32168  creates a left arrow, 
32169 \series bold
32170 @>>>
32171 \series default
32172  a right arrow and 
32173 \series bold
32174 @=
32175 \series default
32176  a long equal sign
32177 \end_layout
32178
32179 \begin_layout Itemize
32180
32181 \series bold
32182 @AAA
32183 \series default
32184  creates an up arrow, 
32185 \series bold
32186 @VVV
32187 \series default
32188  a down arrow and 
32189 \series bold
32190 @|
32191 \series default
32192  a vertical equal sign
32193 \end_layout
32194
32195 \begin_layout Itemize
32196
32197 \series bold
32198 @.
32199
32200 \series default
32201  is a placeholder for non-existent relations
32202 \end_layout
32203
32204 \begin_layout Standard
32205 All arrows can be labeled as follows:
32206 \end_layout
32207
32208 \begin_layout Itemize
32209 If text inserted between the first and second < or >, resp., it is placed
32210  above the arrow.
32211  When it is inserted between the second and third one, it appears under
32212  the arrow.
32213 \end_layout
32214
32215 \begin_layout Itemize
32216 When text for vertical arrows is inserted between the first and second A
32217  or V, resp., it is placed left beside the arrow.
32218  When it is inserted between the second and third one, it appears right
32219  beside the arrow.
32220  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32221  brace.
32222 \end_layout
32223
32224 \begin_layout Standard
32225 As example a diagram with all possible relations:
32226 \end_layout
32227
32228 \begin_layout Standard
32229 \begin_inset Formula 
32230 \[
32231 \begin{CD}A@>j>>B@>>k>C@=F\\
32232 @AmAA@.@VV{V}V@|\\
32233 D@<<j<E@>k>>F@=C
32234 \end{CD}
32235 \]
32236
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \begin_layout Standard
32243 The command for this is:
32244 \begin_inset Newline newline
32245 \end_inset
32246
32247
32248 \series bold
32249
32250 \backslash
32251 CD
32252 \begin_inset space \textvisiblespace{}
32253 \end_inset
32254
32255 A@>j>>B@>>k>C@=F Ctrl+Return
32256 \begin_inset Newline newline
32257 \end_inset
32258
32259
32260 \begin_inset Phantom HPhantom
32261 status open
32262
32263 \begin_layout Plain Layout
32264
32265 \series bold
32266
32267 \backslash
32268 CD
32269 \begin_inset space \textvisiblespace{}
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \end_inset
32276
32277 @AmAA@.@VV
32278 \backslash
32279 {V
32280 \series default
32281
32282 \begin_inset Formula $\to$
32283 \end_inset
32284
32285
32286 \series bold
32287 V@| Ctrl+Return
32288 \begin_inset Newline newline
32289 \end_inset
32290
32291
32292 \begin_inset Phantom HPhantom
32293 status open
32294
32295 \begin_layout Plain Layout
32296
32297 \series bold
32298
32299 \backslash
32300 CD
32301 \begin_inset space \textvisiblespace{}
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \end_inset
32308
32309 D@<<j<E@>k>>F@=C
32310 \end_layout
32311
32312 \begin_layout Subsection
32313 Xymatrix Diagrams
32314 \begin_inset Index idx
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318 Diagrams ! xymatrix
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 To be able to use xymatrices, the \SpecialChar LaTeX
32328 -package 
32329 \series bold
32330 xypic
32331 \series default
32332  must be installed.
32333  A xymatrix is created by inserting the command 
32334 \series bold
32335
32336 \backslash
32337 xymatrix
32338 \series default
32339  in a formula.
32340  Then you are able to add new matrix columns and rows like for normal matrices,
32341  see 
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "sec:Matrices"
32345
32346 \end_inset
32347
32348 .
32349 \end_layout
32350
32351 \begin_layout Standard
32352 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32353  and much more.
32354  All possibilities to create commutative diagrams and decorations are explained
32355  in detail in the 
32356 \emph on
32357 XY-pic manual
32358 \emph default
32359  that you find in the menu 
32360 \family sans
32361 Help\SpecialChar menuseparator
32362 Specific
32363 \begin_inset space ~
32364 \end_inset
32365
32366 Manuals
32367 \family default
32368 .
32369 \end_layout
32370
32371 \begin_layout Subsection
32372
32373 \noun on
32374 Feynman
32375 \noun default
32376  Diagrams
32377 \begin_inset Index idx
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381 Diagrams ! Feynman
32382 \end_layout
32383
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \begin_layout Standard
32390 To be able to use 
32391 \noun on
32392 Feynman
32393 \noun default
32394 -diagrams, the \SpecialChar LaTeX
32395 -package 
32396 \series bold
32397 feyn
32398 \series default
32399  must be installed.
32400  A 
32401 \noun on
32402 Feynman
32403 \noun default
32404 -diagram is created by inserting the command 
32405 \series bold
32406
32407 \backslash
32408 Diagram
32409 \series default
32410  in a formula.
32411  Then you are able to add new matrix columns and rows like for normal matrices,
32412  see 
32413 \begin_inset CommandInset ref
32414 LatexCommand ref
32415 reference "sec:Matrices"
32416
32417 \end_inset
32418
32419 .
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Examples how to create 
32424 \noun on
32425 Feynman-
32426 \noun default
32427 diagrams in \SpecialChar LyX
32428  is given in the 
32429 \emph on
32430 Feynman-diagram manual
32431 \emph default
32432  that you find in the menu 
32433 \family sans
32434 Help\SpecialChar menuseparator
32435 Specific
32436 \begin_inset space ~
32437 \end_inset
32438
32439 Manuals
32440 \family default
32441 .
32442 \end_layout
32443
32444 \begin_layout Section
32445 User-defined Commands
32446 \begin_inset Index idx
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450 User-defined commands
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 \begin_inset Note Greyedout
32460 status open
32461
32462 \begin_layout Plain Layout
32463
32464 \series bold
32465 Note:
32466 \series default
32467  The names of user-defined commands and macros may only consist of Latin
32468  letters.
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Subsection
32477 The Command 
32478 \backslash
32479 newcommand
32480 \begin_inset CommandInset label
32481 LatexCommand label
32482 name "subsec:The-Command-newcommand"
32483
32484 \end_inset
32485
32486
32487 \begin_inset Index idx
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 User-defined commands ! 
32492 \backslash
32493 newcommand
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \begin_inset Index idx
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503 Commands ! N ! 
32504 \backslash
32505 newcommand
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Standard
32514 Many \SpecialChar LaTeX
32515 -commands are too long to be used frequently.
32516  But it is possible to define with the command 
32517 \series bold
32518
32519 \backslash
32520 newcommand
32521 \series default
32522  new shorter commands.
32523 \end_layout
32524
32525 \begin_layout Standard
32526 The command scheme of 
32527 \series bold
32528
32529 \backslash
32530 newcommand
32531 \series default
32532  is:
32533 \end_layout
32534
32535 \begin_layout Standard
32536
32537 \series bold
32538
32539 \backslash
32540 newcommand{new command name}[number of arguments][optional
32541 \series default
32542  
32543 \series bold
32544 value]
32545 \begin_inset Newline newline
32546 \end_inset
32547
32548
32549 \begin_inset Phantom HPhantom
32550 status open
32551
32552 \begin_layout Plain Layout
32553
32554 \series bold
32555
32556 \backslash
32557 newcommand
32558 \end_layout
32559
32560 \end_inset
32561
32562 {command definition}
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset Note Greyedout
32567 status open
32568
32569 \begin_layout Plain Layout
32570
32571 \series bold
32572 Note:
32573 \series default
32574  Assure that the name of the new command is not already used in your document
32575  or by \SpecialChar LaTeX
32576 -packages that you use.
32577  When you for example define the command 
32578 \series bold
32579
32580 \backslash
32581 le
32582 \series default
32583  for 
32584 \series bold
32585
32586 \backslash
32587 Leftarrow
32588 \series default
32589 , you get an error message because 
32590 \series bold
32591
32592 \backslash
32593 le
32594 \series default
32595  is already defined as command for 
32596 \begin_inset Quotes eld
32597 \end_inset
32598
32599
32600 \begin_inset Formula $\le$
32601 \end_inset
32602
32603
32604 \begin_inset Quotes erd
32605 \end_inset
32606
32607 .
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 The number of arguments is an integer in the range 0
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620 -
32621 \begin_inset space \thinspace{}
32622 \end_inset
32623
32624 9 and specifies how many arguments the new command should have.
32625  With the optional value a value for an optional argument can be predefined.
32626  When this is done, the 
32627 \emph on
32628 first
32629 \emph default
32630  
32631 \emph on
32632 a
32633 \emph default
32634 rgument of the new command is automatically an optional one.
32635 \end_layout
32636
32637 \begin_layout Standard
32638 Here are some examples:
32639 \end_layout
32640
32641 \begin_layout Itemize
32642 To define the command 
32643 \series bold
32644
32645 \backslash
32646 gr
32647 \series default
32648  for 
32649 \series bold
32650
32651 \backslash
32652 Longrightarrow
32653 \series default
32654 , the \SpecialChar LaTeX
32655 -preamble line is:
32656 \begin_inset VSpace medskip
32657 \end_inset
32658
32659
32660 \begin_inset Newline newline
32661 \end_inset
32662
32663
32664 \series bold
32665
32666 \backslash
32667 newcommand{
32668 \backslash
32669 gr}{
32670 \backslash
32671 Longrightarrow}
32672 \end_layout
32673
32674 \begin_layout Itemize
32675 To define the command 
32676 \series bold
32677
32678 \backslash
32679 us
32680 \series default
32681  for 
32682 \series bold
32683
32684 \backslash
32685 underline
32686 \series default
32687 , the argument (that should be underlined) must be taken into account.
32688  For this the preamble line is:
32689 \begin_inset VSpace medskip
32690 \end_inset
32691
32692
32693 \begin_inset Newline newline
32694 \end_inset
32695
32696
32697 \series bold
32698
32699 \backslash
32700 newcommand{
32701 \backslash
32702 us}[1]{
32703 \backslash
32704 underline{#1}}
32705 \series default
32706
32707 \begin_inset VSpace medskip
32708 \end_inset
32709
32710
32711 \begin_inset Newline newline
32712 \end_inset
32713
32714 The character 
32715 \series bold
32716 #
32717 \series default
32718  acts as argument placeholder, the 
32719 \series bold
32720 1
32721 \series default
32722  behind it denotes that it is the placeholder for the first argument.
32723 \end_layout
32724
32725 \begin_layout Itemize
32726 For 
32727 \series bold
32728
32729 \backslash
32730 framebox
32731 \series default
32732  one can e.
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736 g.
32737 \begin_inset space \space{}
32738 \end_inset
32739
32740 define the command 
32741 \series bold
32742
32743 \backslash
32744 fb
32745 \series default
32746 :
32747 \begin_inset VSpace medskip
32748 \end_inset
32749
32750
32751 \begin_inset Newline newline
32752 \end_inset
32753
32754
32755 \series bold
32756
32757 \backslash
32758 newcommand{
32759 \backslash
32760 fb}[3]{
32761 \backslash
32762 framebox#1#2{$#3$}}
32763 \series default
32764
32765 \begin_inset VSpace medskip
32766 \end_inset
32767
32768
32769 \begin_inset Newline newline
32770 \end_inset
32771
32772 The two Dollar signs creates the extra formula needed for 
32773 \series bold
32774
32775 \backslash
32776 framebox
32777 \series default
32778 , see 
32779 \begin_inset CommandInset ref
32780 LatexCommand ref
32781 reference "subsec:Boxes-with-Frame"
32782
32783 \end_inset
32784
32785 .
32786 \end_layout
32787
32788 \begin_layout Itemize
32789 To create a new command for 
32790 \series bold
32791
32792 \backslash
32793 fcolorbox
32794 \series default
32795  where the color for the box need not be specified, the argument for the
32796  color is defined optional:
32797 \begin_inset VSpace medskip
32798 \end_inset
32799
32800
32801 \begin_inset Newline newline
32802 \end_inset
32803
32804
32805 \series bold
32806
32807 \backslash
32808 newcommand{
32809 \backslash
32810 cb}[3][white]{
32811 \backslash
32812 fcolorbox{#2}{#1}{$#3$}}
32813 \series default
32814
32815 \begin_inset VSpace medskip
32816 \end_inset
32817
32818
32819 \begin_inset Newline newline
32820 \end_inset
32821
32822 When the color is not specified when using 
32823 \series bold
32824
32825 \backslash
32826 cb
32827 \series default
32828 , the predefined color 
32829 \series bold
32830 white
32831 \series default
32832  will be used.
32833 \end_layout
32834
32835 \begin_layout Standard
32836 A test of the new defined commands:
32837 \end_layout
32838
32839 \begin_layout Standard
32840 \align center
32841 \begin_inset Tabular
32842 <lyxtabular version="3" rows="6" columns="2">
32843 <features booktabs="true" tabularvalignment="middle">
32844 <column alignment="center" valignment="top" width="0pt">
32845 <column alignment="center" valignment="top">
32846 <row>
32847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 Command
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 Result
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 </row>
32866 <row>
32867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 A
32872 \backslash
32873 gr
32874 \begin_inset space \textvisiblespace{}
32875 \end_inset
32876
32877 B
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 \begin_inset Formula $A\gr B$
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \end_inset
32893 </cell>
32894 </row>
32895 <row>
32896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32897 \begin_inset Text
32898
32899 \begin_layout Plain Layout
32900
32901 \backslash
32902 us{ABcd
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32908 \begin_inset Text
32909
32910 \begin_layout Plain Layout
32911 \begin_inset Formula $\us{ABcd}$
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 </row>
32920 <row topspace="1mm">
32921 <cell alignment="center" valignment="top" usebox="none">
32922 \begin_inset Text
32923
32924 \begin_layout Plain Layout
32925
32926 \backslash
32927 fb{[2cm]
32928 \begin_inset Formula $\to$
32929 \end_inset
32930
32931
32932 \backslash
32933 {
32934 \begin_inset Formula $\to$
32935 \end_inset
32936
32937
32938 \backslash
32939 {
32940 \backslash
32941 int
32942 \begin_inset space \textvisiblespace{}
32943 \end_inset
32944
32945 A=B
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 </row>
32963 <row topspace="1.5mm">
32964 <cell alignment="center" valignment="top" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968
32969 \backslash
32970 cb{red
32971 \begin_inset Formula $\to$
32972 \end_inset
32973
32974
32975 \backslash
32976 {
32977 \backslash
32978 int
32979 \begin_inset space \textvisiblespace{}
32980 \end_inset
32981
32982 A=B
32983 \end_layout
32984
32985 \end_inset
32986 </cell>
32987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 \begin_inset Formula $\cb{red}{\int A=B}$
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 </row>
33000 <row topspace="1.5mm" bottomspace="1mm">
33001 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout Plain Layout
33005
33006 \backslash
33007 cb[green]
33008 \backslash
33009 {red
33010 \begin_inset Formula $\to$
33011 \end_inset
33012
33013
33014 \backslash
33015 {
33016 \backslash
33017 int
33018 \begin_inset space \textvisiblespace{}
33019 \end_inset
33020
33021 A=B
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Plain Layout
33030 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 </row>
33039 </lyxtabular>
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Subsection
33047 Math Macros
33048 \begin_inset Index idx
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052 User-defined commands! Math macros
33053 \end_layout
33054
33055 \end_inset
33056
33057
33058 \begin_inset Index idx
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062 Macros
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \begin_layout Standard
33071 User-defined commands are especially convenient for complex expressions.
33072  When you are for example dealing with a document that has quadratic equations,
33073  the same solution type occurs several times.
33074  The general form of a quadratic equation is
33075 \begin_inset Formula 
33076 \[
33077 0=\lambda^{2}+p\lambda+q
33078 \]
33079
33080 \end_inset
33081
33082 The general form of the solution is
33083 \begin_inset Formula 
33084 \[
33085 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33086 \]
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Standard
33094 To define a command for the solution formula where only the three parameters
33095  
33096 \begin_inset Formula $\lambda$
33097 \end_inset
33098
33099
33100 \begin_inset Formula $p$
33101 \end_inset
33102
33103  and 
33104 \begin_inset Formula $q$
33105 \end_inset
33106
33107  need to be specified and the index of 
33108 \begin_inset Formula $\lambda$
33109 \end_inset
33110
33111  can be given optionally, the \SpecialChar LaTeX
33112 -preamble line is
33113 \begin_inset Newline newline
33114 \end_inset
33115
33116
33117 \series bold
33118
33119 \backslash
33120 newcommand{
33121 \backslash
33122 qG}[4][1,
33123 \backslash
33124 ,2]{#2_{#1}=-
33125 \backslash
33126 frac{#3}{2}
33127 \backslash
33128 pm
33129 \begin_inset Newline newline
33130 \end_inset
33131
33132
33133 \begin_inset Phantom HPhantom
33134 status open
33135
33136 \begin_layout Plain Layout
33137
33138 \series bold
33139
33140 \backslash
33141 newcommand
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \backslash
33148 sqrt{
33149 \backslash
33150 frac{#3^{2}}{4}-#4}}
33151 \end_layout
33152
33153 \begin_layout Standard
33154 To create with this the solution formula, the command
33155 \begin_inset Newline newline
33156 \end_inset
33157
33158
33159 \series bold
33160
33161 \backslash
33162 qG{
33163 \backslash
33164 lambda
33165 \begin_inset Formula $\to$
33166 \end_inset
33167
33168
33169 \backslash
33170 {p
33171 \begin_inset Formula $\to$
33172 \end_inset
33173
33174
33175 \backslash
33176 {q
33177 \series default
33178  is inserted to a formula
33179 \series bold
33180 .
33181 \end_layout
33182
33183 \begin_layout Standard
33184 The definition of the new command is unintuitive because one has to know
33185  the schemes of all used \SpecialChar LaTeX
33186  commands, e.
33187 \begin_inset space \thinspace{}
33188 \end_inset
33189
33190 g.
33191 \begin_inset space \space{}
33192 \end_inset
33193
33194 that a fraction is inserted in \SpecialChar LaTeX
33195  as 
33196 \series bold
33197
33198 \backslash
33199 frac{numerator}{denominator}
33200 \series default
33201 .
33202  Furthermore one can easily forget a brace in the definition and cannot
33203  see in \SpecialChar LyX
33204  what the new command is doing.
33205  To avoid these problems \SpecialChar LyX
33206  offers the possibility to use math macros instead
33207  of the command 
33208 \series bold
33209
33210 \backslash
33211 newcommand
33212 \series default
33213 .
33214 \end_layout
33215
33216 \begin_layout Standard
33217 A math macro is created by using the menu 
33218 \family sans
33219 Insert\SpecialChar menuseparator
33220 Math\SpecialChar menuseparator
33221 Macro
33222 \family default
33223  or the toolbar button 
33224 \begin_inset Info
33225 type  "icon"
33226 arg   "math-macro newmacroname_newcommand"
33227 \end_inset
33228
33229 .
33230  The math macro toolbar appears together with the following box where the
33231  macro is defined:
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235
33236 \begin_inset space \hspace*{\fill}
33237 \end_inset
33238
33239
33240 \begin_inset Graphics
33241         filename clipart/macrobox.png
33242         scale 95
33243
33244 \end_inset
33245
33246
33247 \begin_inset space \hspace*{\fill}
33248 \end_inset
33249
33250
33251 \begin_inset Newline newline
33252 \end_inset
33253
33254
33255 \begin_inset FormulaMacro
33256 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33257 \end_inset
33258
33259
33260 \backslash
33261 newmacroname is the default name of the macro that should be changed to
33262  something sensible.
33263  The wanted formula is inserted in the first blue box.
33264  An argument placeholder is inserted with the command 
33265 \series bold
33266
33267 \backslash
33268 #argumentnumber
33269 \series default
33270 , e.
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 g
33275 \begin_inset space \space{}
33276 \end_inset
33277
33278
33279 \series bold
33280
33281 \backslash
33282 #1
33283 \series default
33284  or by using the macro toolbar button 
33285 \begin_inset Info
33286 type  "icon"
33287 arg   "math-macro-add-param"
33288 \end_inset
33289
33290 .
33291  Argument placeholders are displayed red.
33292  A maximum of 9
33293 \begin_inset space ~
33294 \end_inset
33295
33296 arguments are possible.
33297  Optional arguments are created with the toolbar button 
33298 \begin_inset Info
33299 type  "icon"
33300 arg   "math-macro-add-optional-param"
33301 \end_inset
33302
33303 .
33304  The first non-optional argument can be transformed to an optional one with
33305  the toolbar button 
33306 \begin_inset Info
33307 type  "icon"
33308 arg   "math-macro-make-optional"
33309 \end_inset
33310
33311 .
33312  In the second blue box the appearance of the macro in \SpecialChar LyX
33313  can be defined.
33314  Normally you want to see it as it is defined, so the box is kept empty.
33315  But when you have created a macro that needs lot of space on the screen,
33316  you can insert in the box for example
33317 \begin_inset Newline newline
33318 \end_inset
33319
33320
33321 \series bold
33322 qG: 
33323 \backslash
33324 #1
33325 \series default
33326  
33327 \series bold
33328 ,
33329 \series default
33330  
33331 \series bold
33332
33333 \backslash
33334 #2
33335 \series default
33336  
33337 \series bold
33338 ,
33339 \series default
33340  
33341 \series bold
33342
33343 \backslash
33344 #3, 
33345 \backslash
33346 #4
33347 \begin_inset Newline newline
33348 \end_inset
33349
33350
33351 \series default
33352 For the macro only the arguments with the macro name in front of them will
33353  then be displayed in \SpecialChar LyX
33354 , leading to a better overview.
33355  The formula appears in the output as defined in the first box.
33356 \begin_inset Newline newline
33357 \end_inset
33358
33359 The appearance of macros in formulas can furthermore be changed for single
33360  macros by setting the cursor in the macro and using the menu 
33361 \family sans
33362 View\SpecialChar menuseparator
33363 (Un)fold
33364 \begin_inset space ~
33365 \end_inset
33366
33367 Math
33368 \begin_inset space ~
33369 \end_inset
33370
33371 Macro
33372 \family default
33373 .
33374 \end_layout
33375
33376 \begin_layout Standard
33377 To use a macro, the macro name is inserted as command to a formula, in our
33378  case 
33379 \series bold
33380
33381 \backslash
33382 qG
33383 \series default
33384 .
33385  Our macro looks in \SpecialChar LyX
33386  like this:
33387 \begin_inset Newline newline
33388 \end_inset
33389
33390
33391 \begin_inset space \hspace*{\fill}
33392 \end_inset
33393
33394
33395 \begin_inset Graphics
33396         filename clipart/macrouse.png
33397         scale 95
33398
33399 \end_inset
33400
33401
33402 \begin_inset space \hspace*{\fill}
33403 \end_inset
33404
33405
33406 \begin_inset Newline newline
33407 \end_inset
33408
33409 Here is our macro example with the arguments 
33410 \begin_inset Formula $x$
33411 \end_inset
33412
33413
33414 \begin_inset Formula $\ln(x)$
33415 \end_inset
33416
33417  and 
33418 \begin_inset Formula $B$
33419 \end_inset
33420
33421 :
33422 \end_layout
33423
33424 \begin_layout Standard
33425 \begin_inset Formula 
33426 \[
33427 \qG x{\ln(x)}B
33428 \]
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \SpecialChar LyX
33437  offers in the menu 
33438 \family sans
33439 Tools\SpecialChar menuseparator
33440 Preferences\SpecialChar menuseparator
33441 Editing\SpecialChar menuseparator
33442 Control
33443 \family default
33444  different styles to edit macros.
33445  To find the style that suits you the most, choose a style and set the cursor
33446  in a macro formula to see the difference.
33447 \end_layout
33448
33449 \begin_layout Standard
33450 A math macro is transformed internally to a 
33451 \series bold
33452
33453 \backslash
33454 newcommand
33455 \series default
33456  command when exporting the document.
33457  The created 
33458 \series bold
33459
33460 \backslash
33461 newcommand
33462 \series default
33463  command is not placed in the \SpecialChar LaTeX
33464 -preamble, therefore macros can only be used
33465  in formulas that are in the document below the macro definition box.
33466 \end_layout
33467
33468 \begin_layout Standard
33469 Math macros can also be directly created from a 
33470 \series bold
33471
33472 \backslash
33473 newcommand
33474 \series default
33475  command.
33476  When writing for example the command
33477 \series bold
33478
33479 \begin_inset Newline newline
33480 \end_inset
33481
33482
33483 \backslash
33484 newcommand{
33485 \backslash
33486 larrow}[2]{
33487 \backslash
33488 xleftarrow[#2]{#1}}
33489 \begin_inset Newline newline
33490 \end_inset
33491
33492
33493 \series default
33494 in \SpecialChar LyX
33495  as normal text, highlighting it completely and using then the shortcut
33496  
33497 \family sans
33498 Ctrl+M
33499 \family default
33500 , the command will be transformed to a math macro.
33501  Using this method you need to be careful that the 
33502 \series bold
33503
33504 \backslash
33505 newcommand
33506 \series default
33507  command is typed correctly, otherwise you get a faulty macro leading to
33508  \SpecialChar LaTeX
33509  errors.
33510 \end_layout
33511
33512 \begin_layout Standard
33513 Math macros currently have the problem that further formulas in macro definition
33514 s are handled wrongly.
33515  Therefore the example 
33516 \series bold
33517
33518 \backslash
33519 fb
33520 \series default
33521  from 
33522 \begin_inset CommandInset ref
33523 LatexCommand ref
33524 reference "subsec:The-Command-newcommand"
33525
33526 \end_inset
33527
33528  cannot be created as macro.
33529 \end_layout
33530
33531 \begin_layout Standard
33532 When the cursor is in a macro definition box, you will see the macro toolbar
33533  in \SpecialChar LyX
33534 :
33535 \end_layout
33536
33537 \begin_layout Standard
33538 \begin_inset VSpace defskip
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Standard
33545 \begin_inset Graphics
33546         filename clipart/MacroToolbar.png
33547
33548 \end_inset
33549
33550
33551 \begin_inset Index idx
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 Macros ! Toolbar
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Standard
33564 \begin_inset VSpace defskip
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \begin_layout Standard
33571 The macro toolbar contains from left to right the following buttons:
33572 \end_layout
33573
33574 \begin_layout Standard
33575 \begin_inset VSpace defskip
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \begin_layout Standard
33582 \begin_inset Tabular
33583 <lyxtabular version="3" rows="9" columns="2">
33584 <features islongtable="true" longtabularalignment="center">
33585 <column alignment="left" valignment="top">
33586 <column alignment="left" valignment="top" width="85col%">
33587 <row interlinespace="2.5mm">
33588 <cell alignment="center" valignment="top" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 \begin_inset Info
33593 type  "icon"
33594 arg   "math-macro-remove-param"
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \end_inset
33601 </cell>
33602 <cell alignment="center" valignment="top" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Plain Layout
33606
33607 \family sans
33608 Edit\SpecialChar menuseparator
33609 Math\SpecialChar menuseparator
33610 Macro
33611 \begin_inset space ~
33612 \end_inset
33613
33614 Definition\SpecialChar menuseparator
33615 Remove Last Argument
33616 \end_layout
33617
33618 \end_inset
33619 </cell>
33620 </row>
33621 <row interlinespace="2.5mm">
33622 <cell alignment="center" valignment="top" usebox="none">
33623 \begin_inset Text
33624
33625 \begin_layout Plain Layout
33626 \begin_inset Info
33627 type  "icon"
33628 arg   "math-macro-add-param"
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 <cell alignment="center" valignment="top" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640
33641 \family sans
33642 Edit\SpecialChar menuseparator
33643 Math\SpecialChar menuseparator
33644 Macro
33645 \begin_inset space ~
33646 \end_inset
33647
33648 Definition\SpecialChar menuseparator
33649 Append Argument
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 </row>
33655 <row interlinespace="2.5mm">
33656 <cell alignment="center" valignment="top" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 \begin_inset Info
33661 type  "icon"
33662 arg   "math-macro-make-optional"
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 <cell alignment="center" valignment="top" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674
33675 \family sans
33676 Edit\SpecialChar menuseparator
33677 Math\SpecialChar menuseparator
33678 Macro
33679 \begin_inset space ~
33680 \end_inset
33681
33682 Definition\SpecialChar menuseparator
33683 Transform First Non-Optional to
33684 \begin_inset Newline newline
33685 \end_inset
33686
33687
33688 \begin_inset Phantom HPhantom
33689 status open
33690
33691 \begin_layout Plain Layout
33692
33693 \family sans
33694 Edit\SpecialChar menuseparator
33695 Math\SpecialChar menuseparator
33696 Macro
33697 \begin_inset space ~
33698 \end_inset
33699
33700 Definition\SpecialChar menuseparator
33701
33702 \end_layout
33703
33704 \end_inset
33705
33706 Optional Argument
33707 \end_layout
33708
33709 \end_inset
33710 </cell>
33711 </row>
33712 <row interlinespace="2.5mm">
33713 <cell alignment="center" valignment="top" usebox="none">
33714 \begin_inset Text
33715
33716 \begin_layout Plain Layout
33717 \begin_inset Info
33718 type  "icon"
33719 arg   "math-macro-make-nonoptional"
33720 \end_inset
33721
33722
33723 \end_layout
33724
33725 \end_inset
33726 </cell>
33727 <cell alignment="center" valignment="top" usebox="none">
33728 \begin_inset Text
33729
33730 \begin_layout Plain Layout
33731
33732 \family sans
33733 Edit\SpecialChar menuseparator
33734 Math\SpecialChar menuseparator
33735 Macro
33736 \begin_inset space ~
33737 \end_inset
33738
33739 Definition\SpecialChar menuseparator
33740 Transform Last Optional to
33741 \begin_inset Newline newline
33742 \end_inset
33743
33744
33745 \begin_inset Phantom HPhantom
33746 status open
33747
33748 \begin_layout Plain Layout
33749
33750 \family sans
33751 Edit\SpecialChar menuseparator
33752 Math\SpecialChar menuseparator
33753 Macro
33754 \begin_inset space ~
33755 \end_inset
33756
33757 Definition\SpecialChar menuseparator
33758
33759 \end_layout
33760
33761 \end_inset
33762
33763 Non-Optional Argument
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 </row>
33769 <row interlinespace="2.5mm">
33770 <cell alignment="center" valignment="top" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 \begin_inset Info
33775 type  "icon"
33776 arg   "math-macro-remove-optional-param"
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 <cell alignment="center" valignment="top" usebox="none">
33785 \begin_inset Text
33786
33787 \begin_layout Plain Layout
33788
33789 \family sans
33790 Edit\SpecialChar menuseparator
33791 Math\SpecialChar menuseparator
33792 Macro
33793 \begin_inset space ~
33794 \end_inset
33795
33796 Definition\SpecialChar menuseparator
33797 Remove Optional Argument
33798 \end_layout
33799
33800 \end_inset
33801 </cell>
33802 </row>
33803 <row interlinespace="2.5mm">
33804 <cell alignment="center" valignment="top" usebox="none">
33805 \begin_inset Text
33806
33807 \begin_layout Plain Layout
33808 \begin_inset Info
33809 type  "icon"
33810 arg   "math-macro-add-optional-param"
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \end_inset
33817 </cell>
33818 <cell alignment="center" valignment="top" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Plain Layout
33822
33823 \family sans
33824 Edit\SpecialChar menuseparator
33825 Math\SpecialChar menuseparator
33826 Macro
33827 \begin_inset space ~
33828 \end_inset
33829
33830 Definition\SpecialChar menuseparator
33831 Insert Optional Argument
33832 \end_layout
33833
33834 \end_inset
33835 </cell>
33836 </row>
33837 <row interlinespace="2.5mm">
33838 <cell alignment="center" valignment="top" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842 \begin_inset Info
33843 type  "icon"
33844 arg   "math-macro-remove-greedy-param"
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \end_inset
33851 </cell>
33852 <cell alignment="center" valignment="top" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Plain Layout
33856
33857 \family sans
33858 Edit\SpecialChar menuseparator
33859 Math\SpecialChar menuseparator
33860 Macro
33861 \begin_inset space ~
33862 \end_inset
33863
33864 Definition\SpecialChar menuseparator
33865 Remove Last Argument
33866 \begin_inset Newline newline
33867 \end_inset
33868
33869
33870 \begin_inset Phantom HPhantom
33871 status open
33872
33873 \begin_layout Plain Layout
33874
33875 \family sans
33876 Edit\SpecialChar menuseparator
33877 Math\SpecialChar menuseparator
33878 Macro
33879 \begin_inset space ~
33880 \end_inset
33881
33882 Definition\SpecialChar menuseparator
33883
33884 \end_layout
33885
33886 \end_inset
33887
33888 Spitting Out To The Right
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 </row>
33894 <row interlinespace="2.5mm">
33895 <cell alignment="center" valignment="top" usebox="none">
33896 \begin_inset Text
33897
33898 \begin_layout Plain Layout
33899 \begin_inset Info
33900 type  "icon"
33901 arg   "math-macro-append-greedy-param"
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 <cell alignment="center" valignment="top" usebox="none">
33910 \begin_inset Text
33911
33912 \begin_layout Plain Layout
33913
33914 \family sans
33915 Edit\SpecialChar menuseparator
33916 Math\SpecialChar menuseparator
33917 Macro
33918 \begin_inset space ~
33919 \end_inset
33920
33921 Definition\SpecialChar menuseparator
33922 Append Argument
33923 \begin_inset Newline newline
33924 \end_inset
33925
33926
33927 \begin_inset Phantom HPhantom
33928 status open
33929
33930 \begin_layout Plain Layout
33931
33932 \family sans
33933 Edit\SpecialChar menuseparator
33934 Math\SpecialChar menuseparator
33935 Macro
33936 \begin_inset space ~
33937 \end_inset
33938
33939 Definition\SpecialChar menuseparator
33940
33941 \end_layout
33942
33943 \end_inset
33944
33945 Eating From The Right
33946 \end_layout
33947
33948 \end_inset
33949 </cell>
33950 </row>
33951 <row interlinespace="2.5mm">
33952 <cell alignment="center" valignment="top" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956 \begin_inset Info
33957 type  "icon"
33958 arg   "math-macro-add-greedy-optional-param"
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \end_inset
33965 </cell>
33966 <cell alignment="center" valignment="top" usebox="none">
33967 \begin_inset Text
33968
33969 \begin_layout Plain Layout
33970
33971 \family sans
33972 Edit\SpecialChar menuseparator
33973 Math\SpecialChar menuseparator
33974 Macro
33975 \begin_inset space ~
33976 \end_inset
33977
33978 Definition\SpecialChar menuseparator
33979 Append Optional Argument
33980 \begin_inset Newline newline
33981 \end_inset
33982
33983
33984 \begin_inset Phantom HPhantom
33985 status open
33986
33987 \begin_layout Plain Layout
33988
33989 \family sans
33990 Edit\SpecialChar menuseparator
33991 Math\SpecialChar menuseparator
33992 Macro
33993 \begin_inset space ~
33994 \end_inset
33995
33996 Definition\SpecialChar menuseparator
33997
33998 \end_layout
33999
34000 \end_inset
34001
34002 Eating From The Right
34003 \end_layout
34004
34005 \end_inset
34006 </cell>
34007 </row>
34008 </lyxtabular>
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Section
34016 Computer Algebra Systems
34017 \end_layout
34018
34019 \begin_layout Standard
34020 \SpecialChar LyX
34021  offers the exchange between mathematical expressions written in \SpecialChar LyX
34022 's math
34023  editor and external applications or user defined scripts.
34024  Currently supported applications are 
34025 \family sans
34026 Maple
34027 \family default
34028
34029 \family sans
34030 Mathematica
34031 \family default
34032
34033 \family sans
34034 Maxima
34035 \family default
34036  and 
34037 \family sans
34038 Octave
34039 \family default
34040 .
34041  Note that the set of supported mathematical constructs is limited only
34042  to very simple cases.
34043 \end_layout
34044
34045 \begin_layout Subsection
34046 Usage
34047 \end_layout
34048
34049 \begin_layout Standard
34050 Write some expression in a formula, go to the 
34051 \family sans
34052 Edit\SpecialChar menuseparator
34053 Math\SpecialChar menuseparator
34054 Use Computer Algebra System
34055 \family default
34056  menu and choose the application you have installed on the computer.
34057  After that the result of computation should show on the right side of the
34058  expression together with the 
34059 \begin_inset Quotes eld
34060 \end_inset
34061
34062 =
34063 \begin_inset Quotes erd
34064 \end_inset
34065
34066  operator.
34067 \end_layout
34068
34069 \begin_layout Standard
34070 Here are few simple examples (with results from 
34071 \family typewriter
34072 Maxima
34073 \family default
34074 ) to show what kind of computations can be performed:
34075 \end_layout
34076
34077 \begin_layout Itemize
34078 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34079 \end_inset
34080
34081
34082 \end_layout
34083
34084 \begin_layout Itemize
34085 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Itemize
34092 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Itemize
34099 \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}$
34100 \end_inset
34101
34102
34103 \begin_inset Newline newline
34104 \end_inset
34105
34106
34107 \begin_inset Note Greyedout
34108 status open
34109
34110 \begin_layout Plain Layout
34111
34112 \series bold
34113 Note:
34114 \series default
34115  One needs to use proper delimiter insets 
34116 \begin_inset Formula $\left(\right)$
34117 \end_inset
34118
34119  instead of simple '(' ')' characters.
34120 \end_layout
34121
34122 \end_inset
34123
34124  
34125 \end_layout
34126
34127 \begin_layout Itemize
34128 \begin_inset Formula $\det\left[\begin{array}{ccc}
34129 1 & 6 & 7\\
34130 2 & 5 & 8\\
34131 3 & 4 & 17
34132 \end{array}\right]=-56$
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Itemize
34139 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Itemize
34146 \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$
34147 \end_inset
34148
34149
34150 \end_layout
34151
34152 \begin_layout Itemize
34153 \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]$
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \begin_layout Subsection
34160 Keyboard shortcut
34161 \end_layout
34162
34163 \begin_layout Standard
34164 Currently there is no keyboard shortcut for calling the algebra applications.
34165  One can easily bind a shortcut to the 
34166 \family sans
34167 math-extern
34168 \family default
34169  \SpecialChar LyX
34170  function (see the 
34171 \family sans
34172 \emph on
34173 \SpecialChar LyX
34174  Functions
34175 \family default
34176 \emph default
34177  manual).
34178  One could e.
34179 \begin_inset space \thinspace{}
34180 \end_inset
34181
34182 g.
34183 \begin_inset space \space{}
34184 \end_inset
34185
34186 bind the 
34187 \family sans
34188 Return
34189 \family default
34190  key inside the math editor.
34191  To bind it to 
34192 \family typewriter
34193 Maxima
34194 \family default
34195  one would use this shortcut definition command:
34196 \end_layout
34197
34198 \begin_layout Standard
34199
34200 \series bold
34201 command-alternatives paragraph-break;math-extern maxima
34202 \end_layout
34203
34204 \begin_layout Section
34205 Miscellaneous
34206 \begin_inset Index idx
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 Miscellaneous
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Subsection
34219 Negative Numbers
34220 \begin_inset Index idx
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 Numbers ! negative
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Negative numbers often look ugly in formulas because the minus sign before
34234  the number is set with the same length as the minus operator sign.
34235  When writing the negative number in normal text, the minus sign appears
34236  correctly.
34237 \end_layout
34238
34239 \begin_layout Standard
34240 Thus, the problem disappears when converting the minus sign to mathematical
34241  text.
34242 \end_layout
34243
34244 \begin_layout Standard
34245 An example to visualize the problem:
34246 \end_layout
34247
34248 \begin_layout Standard
34249 \align center
34250 \begin_inset Tabular
34251 <lyxtabular version="3" rows="3" columns="2">
34252 <features booktabs="true" tabularvalignment="middle">
34253 <column alignment="right" valignment="top" width="0pt">
34254 <column alignment="left" valignment="top">
34255 <row>
34256 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Plain Layout
34260 normal text:
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 x = -2
34270 \end_layout
34271
34272 \end_inset
34273 </cell>
34274 </row>
34275 <row>
34276 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34277 \begin_inset Text
34278
34279 \begin_layout Plain Layout
34280 formula:
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 \begin_inset Formula $x=-2$
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \end_inset
34296 </cell>
34297 </row>
34298 <row>
34299 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34300 \begin_inset Text
34301
34302 \begin_layout Plain Layout
34303 solution:
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 \begin_inset Formula $x=\textrm{-}2$
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 </row>
34321 </lyxtabular>
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Subsection
34329 Comma as decimal Separator
34330 \begin_inset Index idx
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 Comma
34335 \end_layout
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Standard
34343 In \SpecialChar LaTeX
34344  a comma inside a formula is used, according to the English convention,
34345  as number group separator.
34346  So there will be space added behind all commas in formulas.
34347 \end_layout
34348
34349 \begin_layout Standard
34350 To avoid this, the comma is highlighted and changed to mathematical text
34351  (shortcut 
34352 \begin_inset Info
34353 type  "shortcut"
34354 arg   "math-mode"
34355 \end_inset
34356
34357 ).
34358 \end_layout
34359
34360 \begin_layout Standard
34361 To use all formula commas in the document as decimal separator, the file
34362  
34363 \series bold
34364 icomma.sty
34365 \series default
34366
34367 \begin_inset Foot
34368 status collapsed
34369
34370 \begin_layout Plain Layout
34371
34372 \series bold
34373 icomma
34374 \series default
34375  is part of the \SpecialChar LaTeX
34376 -package 
34377 \series bold
34378 was
34379 \series default
34380
34381 \begin_inset Index idx
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 Packages ! was
34386 \begin_inset ERT
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390
34391
34392 \backslash
34393 vspace{4mm}
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \end_inset
34402
34403 .
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \begin_inset Index idx
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413 Packages ! icomma
34414 \end_layout
34415
34416 \end_inset
34417
34418  is loaded with the \SpecialChar LaTeX
34419 -preamble line
34420 \end_layout
34421
34422 \begin_layout Standard
34423
34424 \series bold
34425
34426 \backslash
34427 usepackage{icomma}
34428 \end_layout
34429
34430 \begin_layout Subsection
34431 Physical Vectors
34432 \begin_inset CommandInset label
34433 LatexCommand label
34434 name "subsec:Physical-Vectors"
34435
34436 \end_inset
34437
34438
34439 \begin_inset Index idx
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443 Vectors ! physical
34444 \end_layout
34445
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \begin_layout Standard
34452 Predefined vectors are offered by the \SpecialChar LaTeX
34453 -package 
34454 \series bold
34455 braket
34456 \series default
34457
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 Packages ! braket
34463 \end_layout
34464
34465 \end_inset
34466
34467  that is loaded with the \SpecialChar LaTeX
34468 -preamble line
34469 \end_layout
34470
34471 \begin_layout Standard
34472
34473 \series bold
34474
34475 \backslash
34476 usepackage{braket}
34477 \end_layout
34478
34479 \begin_layout Standard
34480 \begin_inset ERT
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484
34485
34486 \backslash
34487 ifbraket 
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \begin_inset Note Note
34494 status open
34495
34496 \begin_layout Plain Layout
34497 The following table will only be displayed when the \SpecialChar LaTeX
34498 -package 
34499 \series bold
34500 braket
34501 \series default
34502  is installed.
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Standard
34511 The following commands are defined:
34512 \end_layout
34513
34514 \begin_layout Standard
34515 \align center
34516 \begin_inset Tabular
34517 <lyxtabular version="3" rows="4" columns="2">
34518 <features booktabs="true" tabularvalignment="middle">
34519 <column alignment="center" valignment="top" width="0pt">
34520 <column alignment="center" valignment="top">
34521 <row>
34522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34523 \begin_inset Text
34524
34525 \begin_layout Plain Layout
34526 Command
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34532 \begin_inset Text
34533
34534 \begin_layout Plain Layout
34535 Result
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 </row>
34541 <row>
34542 <cell alignment="center" valignment="top" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546
34547 \backslash
34548 Bra{
34549 \backslash
34550 psi
34551 \end_layout
34552
34553 \end_inset
34554 </cell>
34555 <cell alignment="center" valignment="top" usebox="none">
34556 \begin_inset Text
34557
34558 \begin_layout Plain Layout
34559 \begin_inset Formula $\Bra{\psi}$
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 </row>
34568 <row>
34569 <cell alignment="center" valignment="top" usebox="none">
34570 \begin_inset Text
34571
34572 \begin_layout Plain Layout
34573
34574 \backslash
34575 Ket{
34576 \backslash
34577 psi
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 \begin_inset Formula $\Ket{\psi}$
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \end_inset
34593 </cell>
34594 </row>
34595 <row>
34596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34597 \begin_inset Text
34598
34599 \begin_layout Plain Layout
34600
34601 \backslash
34602 Braket{
34603 \backslash
34604 psi|
34605 \backslash
34606 phi
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34612 \begin_inset Text
34613
34614 \begin_layout Plain Layout
34615 \begin_inset Formula $\Braket{\psi|\phi}$
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 </row>
34624 </lyxtabular>
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 The command 
34633 \series bold
34634
34635 \backslash
34636 Braket
34637 \series default
34638  assures that all vertical bars are set in the size of the surrounding brackets:
34639 \begin_inset Formula 
34640 \[
34641 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34642 \]
34643
34644 \end_inset
34645
34646
34647 \begin_inset ERT
34648 status collapsed
34649
34650 \begin_layout Plain Layout
34651
34652
34653 \backslash
34654 else 
34655 \end_layout
34656
34657 \end_inset
34658
34659
34660 \begin_inset Note Note
34661 status open
34662
34663 \begin_layout Plain Layout
34664 The following will be displayed when the \SpecialChar LaTeX
34665 -package 
34666 \series bold
34667 braket
34668 \series default
34669  is not installed:
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Standard
34678 You need to install the \SpecialChar LaTeX
34679 -package 
34680 \series bold
34681 braket
34682 \series default
34683  to see the rest of this subsection in the output.
34684 \end_layout
34685
34686 \begin_layout Standard
34687 \begin_inset ERT
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691
34692
34693 \backslash
34694 fi 
34695 \end_layout
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 The effect of 
34704 \series bold
34705
34706 \backslash
34707 Braket
34708 \series default
34709  can also be achieved using the command 
34710 \series bold
34711
34712 \backslash
34713 middle
34714 \series default
34715 , that is described in 
34716 \begin_inset CommandInset ref
34717 LatexCommand ref
34718 reference "subsec:Automatic-Bracket-Size"
34719
34720 \end_inset
34721
34722 .
34723 \end_layout
34724
34725 \begin_layout Subsection
34726 Self-defined Fractions
34727 \begin_inset CommandInset label
34728 LatexCommand label
34729 name "subsec:Self-defined-Fractions"
34730
34731 \end_inset
34732
34733
34734 \begin_inset Index idx
34735 status collapsed
34736
34737 \begin_layout Plain Layout
34738 Fractions ! self-defined
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747 To define custom commands for fractions, the command 
34748 \series bold
34749
34750 \backslash
34751 genfrac
34752 \series default
34753
34754 \begin_inset Index idx
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 Commands ! G ! 
34759 \backslash
34760 genfrac
34761 \begin_inset ERT
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765
34766
34767 \backslash
34768 vspace{4mm}
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \end_inset
34777
34778  is used in the following scheme:
34779 \end_layout
34780
34781 \begin_layout Standard
34782
34783 \series bold
34784
34785 \backslash
34786 genfrac{left
34787 \series default
34788  
34789 \series bold
34790 bracket}{right
34791 \series default
34792  
34793 \series bold
34794 bracket}{fraction bar thickness}{style}
34795 \begin_inset Newline newline
34796 \end_inset
34797
34798
34799 \begin_inset Phantom HPhantom
34800 status open
34801
34802 \begin_layout Plain Layout
34803
34804 \series bold
34805
34806 \backslash
34807 genfrac
34808 \end_layout
34809
34810 \end_inset
34811
34812 {numerator}{denominator}
34813 \end_layout
34814
34815 \begin_layout Standard
34816 The style is a number in the range of 0
34817 \begin_inset space \thinspace{}
34818 \end_inset
34819
34820 -
34821 \begin_inset space \thinspace{}
34822 \end_inset
34823
34824 3.
34825 \end_layout
34826
34827 \begin_layout Standard
34828 \align center
34829 \begin_inset Tabular
34830 <lyxtabular version="3" rows="5" columns="2">
34831 <features booktabs="true" tabularvalignment="middle">
34832 <column alignment="center" valignment="top" width="0pt">
34833 <column alignment="center" valignment="top">
34834 <row>
34835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839 Number
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34845 \begin_inset Text
34846
34847 \begin_layout Plain Layout
34848 Style (Size)
34849 \end_layout
34850
34851 \end_inset
34852 </cell>
34853 </row>
34854 <row>
34855 <cell alignment="center" valignment="top" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859 0
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 <cell alignment="center" valignment="top" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868 display style formula
34869 \end_layout
34870
34871 \end_inset
34872 </cell>
34873 </row>
34874 <row>
34875 <cell alignment="center" valignment="top" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 1
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888 inline formula
34889 \end_layout
34890
34891 \end_inset
34892 </cell>
34893 </row>
34894 <row>
34895 <cell alignment="center" valignment="top" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 2
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 small
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row>
34915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 3
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928 tiny
34929 \end_layout
34930
34931 \end_inset
34932 </cell>
34933 </row>
34934 </lyxtabular>
34935
34936 \end_inset
34937
34938
34939 \end_layout
34940
34941 \begin_layout Standard
34942 When no style is given, the size is adjusted to the surrounding environment
34943  like for the command 
34944 \series bold
34945
34946 \backslash
34947 frac
34948 \series default
34949 .
34950 \end_layout
34951
34952 \begin_layout Standard
34953 When no fraction bar thickness is given, the predefined value of 0.4
34954 \begin_inset space \thinspace{}
34955 \end_inset
34956
34957 pt will be used.
34958 \end_layout
34959
34960 \begin_layout Standard
34961 \begin_inset VSpace medskip
34962 \end_inset
34963
34964 For example, the commands 
34965 \series bold
34966
34967 \backslash
34968 dfrac
34969 \series default
34970  and 
34971 \series bold
34972
34973 \backslash
34974 tbinom
34975 \series default
34976  from 
34977 \begin_inset CommandInset ref
34978 LatexCommand ref
34979 reference "subsec:Fractions"
34980
34981 \end_inset
34982
34983  are defined with the commands
34984 \end_layout
34985
34986 \begin_layout Standard
34987
34988 \series bold
34989
34990 \backslash
34991 newcommand{
34992 \backslash
34993 dfrac}[2]{
34994 \backslash
34995 genfrac{}{}{}{0}{#1}{#2}}
34996 \end_layout
34997
34998 \begin_layout Standard
34999 and
35000 \end_layout
35001
35002 \begin_layout Standard
35003
35004 \series bold
35005
35006 \backslash
35007 newcommand{
35008 \backslash
35009 tbinom}[2]{
35010 \backslash
35011 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35012 \end_layout
35013
35014 \begin_layout Standard
35015 \begin_inset VSpace medskip
35016 \end_inset
35017
35018 To define a fraction where the fraction bar thickness can be given as optional
35019  argument, the following line is inserted to the \SpecialChar LaTeX
35020 -preamble:
35021 \end_layout
35022
35023 \begin_layout Standard
35024
35025 \series bold
35026
35027 \backslash
35028 newcommand{
35029 \backslash
35030 fracS}[3][]{
35031 \backslash
35032 genfrac{}{}{#1}{}{#2}{#3}}
35033 \end_layout
35034
35035 \begin_layout Standard
35036 A test:
35037 \begin_inset Formula 
35038 \begin{align*}
35039 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35040 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35041 \end{align*}
35042
35043 \end_inset
35044
35045 As one can see, the distance of the numerator and the denominator to the
35046  fraction bar is round about three times the bar thickness.
35047 \end_layout
35048
35049 \begin_layout Subsection
35050 Canceled Formulas
35051 \begin_inset Index idx
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 Formula ! canceled
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Standard
35064 There are four ways to cancel formulas or parts of formulas:
35065 \end_layout
35066
35067 \begin_layout Standard
35068 \begin_inset ERT
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072
35073
35074 \backslash
35075 ifcancel 
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \begin_inset Note Note
35082 status open
35083
35084 \begin_layout Plain Layout
35085 The following table will only be displayed when the \SpecialChar LaTeX
35086 -package 
35087 \series bold
35088 cancel
35089 \series default
35090  is installed.
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Standard
35099 \align center
35100 \begin_inset Tabular
35101 <lyxtabular version="3" rows="5" columns="2">
35102 <features booktabs="true" tabularvalignment="middle">
35103 <column alignment="center" valignment="top" width="0pt">
35104 <column alignment="center" valignment="top">
35105 <row>
35106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35107 \begin_inset Text
35108
35109 \begin_layout Plain Layout
35110 Command
35111 \end_layout
35112
35113 \end_inset
35114 </cell>
35115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119 Result
35120 \end_layout
35121
35122 \end_inset
35123 </cell>
35124 </row>
35125 <row>
35126 <cell alignment="center" valignment="top" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130
35131 \backslash
35132 cancel
35133 \begin_inset space \textvisiblespace{}
35134 \end_inset
35135
35136
35137 \backslash
35138 int
35139 \begin_inset space \textvisiblespace{}
35140 \end_inset
35141
35142 A=B
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 <cell alignment="center" valignment="top" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151 \begin_inset Formula $\cancel{\int A=B}$
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 </row>
35160 <row topspace="1.5mm">
35161 <cell alignment="center" valignment="top" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165
35166 \backslash
35167 bcancel
35168 \begin_inset space \textvisiblespace{}
35169 \end_inset
35170
35171
35172 \backslash
35173 int
35174 \begin_inset space \textvisiblespace{}
35175 \end_inset
35176
35177 A=B
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 <cell alignment="center" valignment="top" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186 \begin_inset Formula $\bcancel{\int A=B}$
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \end_inset
35193 </cell>
35194 </row>
35195 <row topspace="1.5mm">
35196 <cell alignment="center" valignment="top" usebox="none">
35197 \begin_inset Text
35198
35199 \begin_layout Plain Layout
35200
35201 \backslash
35202 xcancel
35203 \begin_inset space \textvisiblespace{}
35204 \end_inset
35205
35206
35207 \backslash
35208 int
35209 \begin_inset space \textvisiblespace{}
35210 \end_inset
35211
35212 A=B
35213 \end_layout
35214
35215 \end_inset
35216 </cell>
35217 <cell alignment="center" valignment="top" usebox="none">
35218 \begin_inset Text
35219
35220 \begin_layout Plain Layout
35221 \begin_inset Formula $\xcancel{\int A=B}$
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235
35236 \backslash
35237 cancelto
35238 \begin_inset space \textvisiblespace{}
35239 \end_inset
35240
35241
35242 \backslash
35243 int
35244 \begin_inset space \textvisiblespace{}
35245 \end_inset
35246
35247 A=B
35248 \begin_inset Formula $\to$
35249 \end_inset
35250
35251 1
35252 \end_layout
35253
35254 \end_inset
35255 </cell>
35256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35257 \begin_inset Text
35258
35259 \begin_layout Plain Layout
35260 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35261 \end_inset
35262
35263
35264 \end_layout
35265
35266 \end_inset
35267 </cell>
35268 </row>
35269 </lyxtabular>
35270
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \begin_layout Standard
35277
35278 \series bold
35279
35280 \backslash
35281 cancelto
35282 \series default
35283  is especially suitable to visualize the reduction of fractions within formulas:
35284 \begin_inset Formula 
35285 \[
35286 \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}}}
35287 \]
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 To change the size of 
35296 \series bold
35297
35298 \backslash
35299 cancelto
35300 \series default
35301 's 
35302 \begin_inset Quotes eld
35303 \end_inset
35304
35305 subscript
35306 \begin_inset Quotes erd
35307 \end_inset
35308
35309  value one can add the \SpecialChar LaTeX
35310 -preamble line
35311 \end_layout
35312
35313 \begin_layout Standard
35314
35315 \series bold
35316
35317 \backslash
35318 PassOptionsToPackage{option}{cancel}
35319 \end_layout
35320
35321 \begin_layout Standard
35322 where 
35323 \series bold
35324 option
35325 \series default
35326  is either 
35327 \series bold
35328 samesize
35329 \series default
35330  which leads to the same size as for the canceled value, or 
35331 \series bold
35332 Smaller
35333 \series default
35334  which makes is it a bit smaller than normal.
35335 \end_layout
35336
35337 \begin_layout Standard
35338 To color the cancellation bar one adds this command as \SpecialChar TeX
35339  code:
35340 \end_layout
35341
35342 \begin_layout Standard
35343
35344 \series bold
35345
35346 \backslash
35347 renewcommand{
35348 \backslash
35349 CancelColor}{
35350 \backslash
35351 color{red}}
35352 \end_layout
35353
35354 \begin_layout Standard
35355
35356 \series bold
35357 red
35358 \series default
35359  can be replaced by a color of your choice.
35360 \end_layout
35361
35362 \begin_layout Standard
35363 \begin_inset ERT
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367
35368
35369 \backslash
35370 renewcommand{
35371 \backslash
35372 CancelColor}{
35373 \backslash
35374 color{red}}
35375 \end_layout
35376
35377 \end_inset
35378
35379
35380 \end_layout
35381
35382 \begin_layout Standard
35383 \begin_inset Formula 
35384 \[
35385 \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}}}
35386 \]
35387
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \begin_layout Standard
35394 \begin_inset ERT
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398
35399
35400 \backslash
35401 renewcommand{
35402 \backslash
35403 CancelColor}{
35404 \backslash
35405 color{black}}
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \begin_inset Note Note
35412 status open
35413
35414 \begin_layout Plain Layout
35415 reset the color
35416 \end_layout
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \begin_layout Standard
35424 For further customizations, see the documentation of the package 
35425 \series bold
35426 cancel
35427 \series default
35428
35429 \begin_inset CommandInset citation
35430 LatexCommand cite
35431 key "cancel"
35432 literal "true"
35433
35434 \end_inset
35435
35436 .
35437 \begin_inset Index idx
35438 status collapsed
35439
35440 \begin_layout Plain Layout
35441 Packages ! cancel
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Standard
35450 \begin_inset ERT
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454
35455
35456 \backslash
35457 else 
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \begin_inset Note Note
35464 status open
35465
35466 \begin_layout Plain Layout
35467 The following will be displayed when the \SpecialChar LaTeX
35468 -package 
35469 \series bold
35470 cancel
35471 \series default
35472  is not installed:
35473 \end_layout
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Standard
35481 You need to install the \SpecialChar LaTeX
35482 -package 
35483 \series bold
35484 cancel
35485 \series default
35486  to see the rest of this subsection in the output.
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \begin_inset ERT
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494
35495
35496 \backslash
35497 fi 
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Subsection
35506 Formulas in Section Headings
35507 \begin_inset CommandInset label
35508 LatexCommand label
35509 name "subsec:Formulas-in-Section"
35510
35511 \end_inset
35512
35513
35514 \begin_inset Index idx
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518 Formula ! in section headings
35519 \end_layout
35520
35521 \end_inset
35522
35523
35524 \end_layout
35525
35526 \begin_layout Standard
35527 When formulas are used in section headings, the following has to be taken
35528  into account:
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \begin_inset Note Greyedout
35533 status open
35534
35535 \begin_layout Plain Layout
35536 When 
35537 \series bold
35538 hyperref
35539 \series default
35540
35541 \begin_inset Index idx
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545 Packages ! hyperref
35546 \end_layout
35547
35548 \end_inset
35549
35550  support is enabled in the document settings dialog under 
35551 \family sans
35552 PDF
35553 \begin_inset space ~
35554 \end_inset
35555
35556 Properties
35557 \family default
35558 , PDF-bookmarks are created for every section heading in the table of contents.
35559  If a section heading contains formulas, they are incorrectly displayed
35560  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35561 s.
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \end_layout
35568
35569 \begin_layout Standard
35570 Both problems can be solved by inserting at the end of the section heading
35571  a short title with the menu 
35572 \family sans
35573 Insert\SpecialChar menuseparator
35574 Short
35575 \begin_inset space ~
35576 \end_inset
35577
35578 Title
35579 \family default
35580 .
35581  Short titles are used as alternative for multiline section headings to
35582  keep the table of contents clearly arranged.
35583  Only the short title appears in the table of contents and therefore also
35584  in the PDF-bookmark.
35585 \end_layout
35586
35587 \begin_layout Standard
35588 When formulas should be used in the table of contents but 
35589 \series bold
35590 hyperref
35591 \series default
35592  is used, one can use the following command in \SpecialChar TeX
35593  mode:
35594 \end_layout
35595
35596 \begin_layout Standard
35597
35598 \series bold
35599
35600 \backslash
35601 texorpdfstring{part}{alternative}
35602 \begin_inset Index idx
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 Commands ! T ! 
35607 \backslash
35608 texorpdfstring
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35618  This can be characters, formulas, footnotes, but also cross-references.
35619  The alternative is used instead of the part for the bookmark.
35620 \end_layout
35621
35622 \begin_layout Standard
35623 Here are two example headings:
35624 \begin_inset VSpace -3mm
35625 \end_inset
35626
35627
35628 \begin_inset ERT
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632
35633
35634 \backslash
35635 boldmath 
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \end_layout
35642
35643 \begin_layout Subsubsection
35644 Heading without formula in table of contents 
35645 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35646 \end_inset
35647
35648
35649 \begin_inset Argument 1
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653 Heading without formula in table of contents
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Subsubsection
35662 Heading with formula in table of contents
35663 \begin_inset ERT
35664 status collapsed
35665
35666 \begin_layout Plain Layout
35667
35668
35669 \backslash
35670 texorpdfstring{
35671 \end_layout
35672
35673 \end_inset
35674
35675  
35676 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35677 \end_inset
35678
35679
35680 \begin_inset ERT
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684
35685 }{}
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \end_layout
35692
35693 \begin_layout Standard
35694 \begin_inset ERT
35695 status collapsed
35696
35697 \begin_layout Plain Layout
35698
35699
35700 \backslash
35701 unboldmath 
35702 \end_layout
35703
35704 \end_inset
35705
35706 In the first heading a short title was used, in the second one 
35707 \series bold
35708
35709 \backslash
35710 texorpdfstring
35711 \series default
35712 .
35713 \end_layout
35714
35715 \begin_layout Standard
35716 To get the same formatting as for the other headings, the complete heading
35717  was set into a 
35718 \series bold
35719 boldmath
35720 \series default
35721  environment
35722 \begin_inset Foot
35723 status collapsed
35724
35725 \begin_layout Plain Layout
35726 see 
35727 \begin_inset CommandInset ref
35728 LatexCommand ref
35729 reference "subsec:Bold-Formulas"
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \end_inset
35737
35738 .
35739 \end_layout
35740
35741 \begin_layout Subsection
35742 Formulas in multi-column Text
35743 \begin_inset Index idx
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747 Formula ! in multi-column text
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \begin_layout Standard
35756 Formulas in multi-column text are often too wide to fit into a column and
35757  thus need to be set over the whole page width.
35758  This is done by using the \SpecialChar LaTeX
35759 -package 
35760 \series bold
35761 multicol
35762 \series default
35763
35764 \begin_inset Foot
35765 status collapsed
35766
35767 \begin_layout Plain Layout
35768
35769 \series bold
35770 multicol
35771 \series default
35772  is part of every \SpecialChar LaTeX
35773  standard installation.
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \begin_inset Index idx
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783 Packages ! multicol
35784 \end_layout
35785
35786 \end_inset
35787
35788 , that is loaded with the \SpecialChar LaTeX
35789 -preamble line
35790 \end_layout
35791
35792 \begin_layout Standard
35793
35794 \series bold
35795
35796 \backslash
35797 usepackage{multicol}
35798 \end_layout
35799
35800 \begin_layout Standard
35801 \begin_inset Note Greyedout
35802 status open
35803
35804 \begin_layout Plain Layout
35805 Note that in this case the setting 
35806 \family sans
35807 Two-column
35808 \begin_inset space ~
35809 \end_inset
35810
35811 document
35812 \family default
35813  in the menu 
35814 \family sans
35815 Document\SpecialChar menuseparator
35816 Settings
35817 \family default
35818  under 
35819 \family sans
35820 Text
35821 \begin_inset space ~
35822 \end_inset
35823
35824 Layout
35825 \family default
35826 \emph on
35827  
35828 \emph default
35829 must 
35830 \emph on
35831 not
35832 \emph default
35833  be selected.
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842 Before the multi-column text the command
35843 \end_layout
35844
35845 \begin_layout Standard
35846
35847 \series bold
35848
35849 \backslash
35850 begin{multicols}{column number}
35851 \end_layout
35852
35853 \begin_layout Standard
35854 is written in \SpecialChar TeX
35855  mode.
35856  The column number is a number in the range of 2
35857 \begin_inset space \thinspace{}
35858 \end_inset
35859
35860 -
35861 \begin_inset space \thinspace{}
35862 \end_inset
35863
35864 10.
35865  Before the formula the multi-column text is ended by inserting the command
35866 \end_layout
35867
35868 \begin_layout Standard
35869
35870 \series bold
35871
35872 \backslash
35873 end{multicols}
35874 \end_layout
35875
35876 \begin_layout Standard
35877 in \SpecialChar TeX
35878  mode.
35879 \end_layout
35880
35881 \begin_layout Standard
35882 Due to the command some space is automatically added before the formula.
35883  To revert this, -6
35884 \begin_inset space \thinspace{}
35885 \end_inset
35886
35887 mm vertical space is inserted before the formula.
35888  When the formula style 
35889 \series bold
35890 Indented
35891 \begin_inset Foot
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895 formula styles see 
35896 \begin_inset CommandInset ref
35897 LatexCommand ref
35898 reference "sec:Formula-Styles"
35899
35900 \end_inset
35901
35902
35903 \end_layout
35904
35905 \end_inset
35906
35907
35908 \series default
35909  is used, -9
35910 \begin_inset space \thinspace{}
35911 \end_inset
35912
35913 mm space is inserted instead.
35914 \end_layout
35915
35916 \begin_layout Standard
35917 As example a multi-column text with a displayed formula:
35918 \end_layout
35919
35920 \begin_layout Standard
35921
35922 \lang ngerman
35923 \begin_inset ERT
35924 status collapsed
35925
35926 \begin_layout Plain Layout
35927
35928
35929 \backslash
35930 begin{multicols}{2}
35931 \end_layout
35932
35933 \end_inset
35934
35935 Das Spektrum wird fouriertransformiert.
35936  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35937 , Lösungsmittel) zu trennen.
35938  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35939  nun das Aussehen des Ausgangssignals.
35940  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35941  über alle Phasen integrieren muss.
35942  Sei nun 
35943 \begin_inset Formula $S$
35944 \end_inset
35945
35946  unser normiertes Ausgangssignal und 
35947 \begin_inset Formula $P$
35948 \end_inset
35949
35950  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35951 \begin_inset ERT
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955
35956
35957 \backslash
35958 end{multicols}
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \begin_inset VSpace -6mm
35965 \end_inset
35966
35967
35968 \begin_inset Formula 
35969 \begin{equation}
35970 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35971 \end{equation}
35972
35973 \end_inset
35974
35975
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981
35982 \backslash
35983 begin{multicols}{2}
35984 \end_layout
35985
35986 \end_inset
35987
35988 wobei 
35989 \begin_inset Formula $S_{0}$
35990 \end_inset
35991
35992  das Signal ohne Gradient ist und die Normierungsbedingung 
35993 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35994 \end_inset
35995
35996  gilt.
35997  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35998  Direkt nach dem 
35999 \begin_inset Formula $\nicefrac{\pi}{2}$
36000 \end_inset
36001
36002
36003 \begin_inset space \thinspace{}
36004 \end_inset
36005
36006 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36007  das Signal zusätzlich abschwächt.
36008  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36009  
36010 \begin_inset Formula $T_{2}$
36011 \end_inset
36012
36013 -Zeit.
36014 \end_layout
36015
36016 \begin_layout Standard
36017
36018 \lang ngerman
36019 \begin_inset ERT
36020 status collapsed
36021
36022 \begin_layout Plain Layout
36023
36024
36025 \backslash
36026 end{multicols}
36027 \end_layout
36028
36029 \end_inset
36030
36031
36032 \end_layout
36033
36034 \begin_layout Subsection
36035 Formulas with Description of Variables
36036 \begin_inset Index idx
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040 Formula ! with description of variables
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Standard
36049 To describe variables within a formula, like in formula 
36050 \begin_inset CommandInset ref
36051 LatexCommand eqref
36052 reference "eq:within"
36053
36054 \end_inset
36055
36056 , a 2
36057 \series bold
36058 ×
36059 \series default
36060
36061 \begin_inset Formula $n$
36062 \end_inset
36063
36064
36065 \begin_inset space ~
36066 \end_inset
36067
36068 matrix is used with left aligned columns for the 
36069 \begin_inset Formula $n$
36070 \end_inset
36071
36072  used variables.
36073 \begin_inset Foot
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077 matrices see 
36078 \begin_inset CommandInset ref
36079 LatexCommand ref
36080 reference "sec:Matrices"
36081
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \end_inset
36088
36089  To set the description in a smaller size, before the matrix e.
36090 \begin_inset space \thinspace{}
36091 \end_inset
36092
36093 g.
36094 \begin_inset space \space{}
36095 \end_inset
36096
36097 the command 
36098 \series bold
36099
36100 \backslash
36101 footnotesize
36102 \series default
36103  is inserted.
36104 \begin_inset Foot
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108 font sizes see 
36109 \begin_inset CommandInset ref
36110 LatexCommand ref
36111 reference "subsec:Font-Sizes"
36112
36113 \end_inset
36114
36115
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 When the formula style 
36125 \series bold
36126 Indented
36127 \begin_inset Foot
36128 status collapsed
36129
36130 \begin_layout Plain Layout
36131 formula styles see 
36132 \begin_inset CommandInset ref
36133 LatexCommand ref
36134 reference "sec:Formula-Styles"
36135
36136 \end_inset
36137
36138
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \series default
36145  is used, a 
36146 \series bold
36147
36148 \backslash
36149 hfill
36150 \series default
36151
36152 \begin_inset Foot
36153 status collapsed
36154
36155 \begin_layout Plain Layout
36156
36157 \series bold
36158
36159 \backslash
36160 hfill
36161 \series default
36162  only works in formulas with the style 
36163 \series bold
36164 Indented
36165 \series default
36166 , see 
36167 \begin_inset CommandInset ref
36168 LatexCommand ref
36169 reference "subsec:Variable-Space"
36170
36171 \end_inset
36172
36173 .
36174 \end_layout
36175
36176 \end_inset
36177
36178  is inserted before and after the matrix to have the same separation of
36179  the matrix from the equation and the side margin.
36180 \end_layout
36181
36182 \begin_layout Standard
36183 When the formula style 
36184 \series bold
36185 Centered
36186 \series default
36187  is used, the method described in 
36188 \begin_inset CommandInset ref
36189 LatexCommand ref
36190 reference "subsec:Flalign-Environment"
36191
36192 \end_inset
36193
36194  is used to indent formulas.
36195  Formula 
36196 \begin_inset CommandInset ref
36197 LatexCommand eqref
36198 reference "eq:within"
36199
36200 \end_inset
36201
36202  consists of five columns where in the first two columns contain the equation,
36203  the third the matrix and the last one an empty \SpecialChar TeX
36204  brace.
36205 \begin_inset Formula 
36206 \begin{flalign}
36207 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36208 \rho & \textrm{density}\\
36209 V & \textrm{volume}\\
36210 g & \textrm{gravitational acceleration}
36211 \end{array} &  & {}\label{eq:within}
36212 \end{flalign}
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \begin_layout Subsection
36220 Upright small Greek Letters
36221 \begin_inset CommandInset label
36222 LatexCommand label
36223 name "subsec:Upright-small-Greek"
36224
36225 \end_inset
36226
36227
36228 \begin_inset Index idx
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 Greek letters ! upright
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \end_layout
36239
36240 \begin_layout Standard
36241 Most of the math fonts only provide italic small Greek letters.
36242  But for symbols of elementary particles like pions and neutrinos, upright
36243  Greek letters are needed.
36244  The file 
36245 \series bold
36246 upgreek.sty
36247 \series default
36248
36249 \begin_inset Foot
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253
36254 \series bold
36255 upgreek
36256 \series default
36257  is part of the \SpecialChar LaTeX
36258 -package 
36259 \series bold
36260 was
36261 \series default
36262
36263 \begin_inset Index idx
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267 Packages ! was
36268 \begin_inset ERT
36269 status collapsed
36270
36271 \begin_layout Plain Layout
36272
36273
36274 \backslash
36275 vspace{4mm}
36276 \end_layout
36277
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \end_inset
36284
36285 .
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \begin_inset Index idx
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295 Packages ! upgreek
36296 \end_layout
36297
36298 \end_inset
36299
36300  that is loaded with the \SpecialChar LaTeX
36301 -preamble line
36302 \end_layout
36303
36304 \begin_layout Standard
36305
36306 \series bold
36307
36308 \backslash
36309 usepackage{upgreek}
36310 \end_layout
36311
36312 \begin_layout Standard
36313 provides them.
36314  
36315 \begin_inset ERT
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319
36320
36321 \backslash
36322 ifupgreek 
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \begin_inset Note Note
36329 status open
36330
36331 \begin_layout Plain Layout
36332 The following table will only be displayed when the \SpecialChar LaTeX
36333 -package 
36334 \series bold
36335 upgreek
36336 \series default
36337  is installed:
36338 \end_layout
36339
36340 \end_inset
36341
36342  They are created when the command for a small Greek letter is started with
36343  
36344 \series bold
36345 up
36346 \series default
36347 .
36348  For example the command 
36349 \series bold
36350
36351 \backslash
36352 uptau
36353 \series default
36354  creates this: 
36355 \begin_inset Formula $\uptau$
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Standard
36362 With these commands reactions of elementary particles can be typeset:
36363 \begin_inset Formula 
36364 \[
36365 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36366 \]
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 The upright letters are more bold and wider than the italic ones.
36375  They should therefore not be used for units like 
36376 \begin_inset Quotes eld
36377 \end_inset
36378
36379 µm
36380 \begin_inset Quotes erd
36381 \end_inset
36382
36383 .
36384 \end_layout
36385
36386 \begin_layout Standard
36387 \begin_inset ERT
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391
36392
36393 \backslash
36394 else 
36395 \end_layout
36396
36397 \end_inset
36398
36399
36400 \begin_inset Note Note
36401 status open
36402
36403 \begin_layout Plain Layout
36404 The following will be displayed when the \SpecialChar LaTeX
36405 -package 
36406 \series bold
36407 upgreek
36408 \series default
36409  is not installed:
36410 \end_layout
36411
36412 \end_inset
36413
36414
36415 \end_layout
36416
36417 \begin_layout Standard
36418 You need to install the \SpecialChar LaTeX
36419 -package 
36420 \series bold
36421 upgreek
36422 \series default
36423  to see the rest of this subsection in the output.
36424 \end_layout
36425
36426 \begin_layout Standard
36427 \begin_inset ERT
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431
36432
36433 \backslash
36434 fi 
36435 \end_layout
36436
36437 \end_inset
36438
36439
36440 \end_layout
36441
36442 \begin_layout Subsection
36443 Text Characters in Formulas
36444 \begin_inset Index idx
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448 Text ! in formulas
36449 \end_layout
36450
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \begin_layout Standard
36457 In some cases you might want to insert text characters directly into formulas.
36458  When for example the centered dot · is often used in formulas like 
36459 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36460 \end_inset
36461
36462 , one would have to insert the command 
36463 \series bold
36464
36465 \backslash
36466 cdot
36467 \series default
36468
36469 \begin_inset Foot
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473 see 
36474 \begin_inset CommandInset ref
36475 LatexCommand ref
36476 reference "subsec:Binary-Operators"
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \end_inset
36484
36485  all the time, because this character is defined in all encodings as text
36486  character.
36487  But the encoding can be changed by this \SpecialChar LaTeX
36488 -preamble line:
36489 \end_layout
36490
36491 \begin_layout Standard
36492
36493 \series bold
36494
36495 \backslash
36496 Declare Inputtext{183}{
36497 \backslash
36498 ifmmode
36499 \backslash
36500 cdot
36501 \backslash
36502 else
36503 \backslash
36504 textperiodcentered
36505 \backslash
36506 f\SpecialChar ligaturebreak
36507 i}
36508 \end_layout
36509
36510 \begin_layout Standard
36511 The character encoding (menu 
36512 \family sans
36513 Document\SpecialChar menuseparator
36514 Settings\SpecialChar menuseparator
36515 Language
36516 \family default
36517 ) specifies what character appears when a keyboard key is pressed.
36518  When the key for the character '·' is pressed, internally the command 
36519 \series bold
36520
36521 \backslash
36522 textperiodcentered
36523 \series default
36524  is used.
36525  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36526 -errors.
36527  With the changed encoding the right command is chosen automatically, depending
36528  on if the character was inserted into a formula or not.
36529 \end_layout
36530
36531 \begin_layout Standard
36532 The encoding of several characters is saved in definition files.
36533  For example the encoding 
36534 \series bold
36535 latin9
36536 \series default
36537  is defined in the file 
36538 \series bold
36539 latin9.def
36540 \series default
36541  which is in the installation folder of \SpecialChar LaTeX
36542 .
36543  Encodings should only be changed via the \SpecialChar LaTeX
36544 -preamble and not in the definition
36545  files.
36546  Otherwise documents could not be edited by other \SpecialChar LyX
36547  users working on other
36548  computers.
36549 \end_layout
36550
36551 \begin_layout Standard
36552 \begin_inset VSpace medskip
36553 \end_inset
36554
36555 Besides the centered dot, in this document the degree sign ° is defined
36556  with the following \SpecialChar LaTeX
36557 -preamble line so that it can be directly inserted into
36558  a formula:
36559 \end_layout
36560
36561 \begin_layout Standard
36562
36563 \series bold
36564
36565 \backslash
36566 DeclareInputtext{176}{
36567 \backslash
36568 ifmmode^
36569 \backslash
36570 circ
36571 \backslash
36572 else
36573 \backslash
36574 textdegree
36575 \backslash
36576 f\SpecialChar ligaturebreak
36577 i}
36578 \end_layout
36579
36580 \begin_layout Subsection
36581 \SpecialChar LaTeX
36582 -comments in formulas
36583 \begin_inset Index idx
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 \SpecialChar LaTeX
36588 -comments
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Standard
36597 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36598  source
36599  code of your file with the menu 
36600 \family sans
36601 Insert\SpecialChar menuseparator
36602 Note\SpecialChar menuseparator
36603 Comment
36604 \family default
36605 .
36606  This is not possible in a formula but you can insert \SpecialChar LaTeX
36607 -comments with the
36608  command
36609 \end_layout
36610
36611 \begin_layout Standard
36612
36613 \series bold
36614
36615 \backslash
36616 %
36617 \end_layout
36618
36619 \begin_layout Standard
36620 This creates a box in which you can write your comment.
36621  Due to a bug in \SpecialChar LyX
36622
36623 \begin_inset Foot
36624 status collapsed
36625
36626 \begin_layout Plain Layout
36627 \begin_inset CommandInset href
36628 LatexCommand href
36629 name "LyX-bug #9002"
36630 target "https://www.lyx.org/trac/ticket/9002"
36631 literal "false"
36632
36633 \end_inset
36634
36635
36636 \end_layout
36637
36638 \end_inset
36639
36640  you cannot write normal text inside the comment, even when you use mathematical
36641  text, you will see its \SpecialChar LaTeX
36642 -commands in the \SpecialChar LaTeX
36643 -output.
36644 \begin_inset Newline newline
36645 \end_inset
36646
36647 This a formula with a \SpecialChar LaTeX
36648 -comment:
36649 \begin_inset Formula 
36650 \[
36651 A=B%\text{This is the comment}
36652 \]
36653
36654 \end_inset
36655
36656
36657 \end_layout
36658
36659 \begin_layout Standard
36660 \begin_inset Newpage newpage
36661 \end_inset
36662
36663
36664 \end_layout
36665
36666 \begin_layout Section
36667 \start_of_appendix
36668 Typographic Advice
36669 \begin_inset Index idx
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673 Typographic advice
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \begin_layout Standard
36682 This section is a summary of the most important typographic rules, listed
36683  in ISO norms.
36684 \begin_inset Foot
36685 status collapsed
36686
36687 \begin_layout Plain Layout
36688 This collection was partly taken from the German semi-official dictionary
36689  called 
36690 \begin_inset Quotes eld
36691 \end_inset
36692
36693 Duden
36694 \begin_inset Quotes erd
36695 \end_inset
36696
36697  
36698 \begin_inset CommandInset citation
36699 LatexCommand cite
36700 key "Duden"
36701 literal "true"
36702
36703 \end_inset
36704
36705  that lists some of the ISO rules.
36706  More rules are listed in 
36707 \begin_inset CommandInset citation
36708 LatexCommand cite
36709 key "Checklist"
36710 literal "true"
36711
36712 \end_inset
36713
36714 .
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \begin_layout Itemize
36723 Physical units are 
36724 \emph on
36725 always
36726 \emph default
36727  set upright
36728 \begin_inset Foot
36729 status collapsed
36730
36731 \begin_layout Plain Layout
36732 done with font styles, see 
36733 \begin_inset CommandInset ref
36734 LatexCommand ref
36735 reference "subsec:Font-Styles"
36736
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \end_inset
36743
36744 , no matter if they appear in italic text: 30
36745 \begin_inset space \thinspace{}
36746 \end_inset
36747
36748 km/h
36749 \begin_inset Newline newline
36750 \end_inset
36751
36752 Between the value and the unit is the smallest space, see 
36753 \begin_inset CommandInset ref
36754 LatexCommand ref
36755 reference "subsec:Predefined-Space"
36756
36757 \end_inset
36758
36759 .
36760 \begin_inset Newline newline
36761 \end_inset
36762
36763 This convention is automatically fulfilled when the command 
36764 \series bold
36765
36766 \backslash
36767 unittwo
36768 \series default
36769  is used.
36770  When it is entered to a formula, two boxes appear.
36771  In the first one the value is inserted, in the second one the unit, and
36772  one gets as above: 
36773 \begin_inset Formula $\unit[30]{km/h}$
36774 \end_inset
36775
36776
36777 \begin_inset space \thinspace{}
36778 \end_inset
36779
36780 .
36781  Note that 
36782 \series bold
36783
36784 \backslash
36785 unittwo
36786 \series default
36787  is not a real \SpecialChar LaTeX
36788  command but the command 
36789 \series bold
36790
36791 \backslash
36792 unit[value]{unit}
36793 \series default
36794 , therefore you cannot use it in \SpecialChar TeX
36795  code.
36796 \end_layout
36797
36798 \begin_layout Itemize
36799 Percent and perthousand signs are set like physical units:
36800 \begin_inset Newline newline
36801 \end_inset
36802
36803 1.2
36804 \begin_inset space \thinspace{}
36805 \end_inset
36806
36807 ‰ alcohol in blood
36808 \end_layout
36809
36810 \begin_layout Itemize
36811 The degree sign follows directly on the value: 15°, but not when it is used
36812  in units: 15
36813 \begin_inset space \thinspace{}
36814 \end_inset
36815
36816 °C
36817 \end_layout
36818
36819 \begin_layout Itemize
36820 In numbers with more than four digits the smallest space is inserted before
36821  every third digit to group them: 
36822 \family roman
36823 \series medium
36824 \shape up
36825 \size normal
36826 \emph off
36827 \bar no
36828 \noun off
36829 \color none
36830 18
36831 \begin_inset space \thinspace{}
36832 \end_inset
36833
36834 473
36835 \begin_inset space \thinspace{}
36836 \end_inset
36837
36838 588
36839 \end_layout
36840
36841 \begin_layout Itemize
36842 For dimensions like 120×90×40
36843 \begin_inset space \thinspace{}
36844 \end_inset
36845
36846 cm the multiplication sign 
36847 \begin_inset Quotes eld
36848 \end_inset
36849
36850 ×
36851 \begin_inset Quotes erd
36852 \end_inset
36853
36854  is used.
36855  It is available either via the command 
36856 \series bold
36857
36858 \backslash
36859 times
36860 \series default
36861  or via the menu 
36862 \family sans
36863 Insert\SpecialChar menuseparator
36864 Special Character\SpecialChar menuseparator
36865 Symbols
36866 \family default
36867 .
36868 \end_layout
36869
36870 \begin_layout Itemize
36871 Functions with names consisting of several letters are set upright to avoid
36872  confusions, see 
36873 \begin_inset CommandInset ref
36874 LatexCommand ref
36875 reference "subsec:Predefined-Functions"
36876
36877 \end_inset
36878
36879 .
36880 \end_layout
36881
36882 \begin_layout Itemize
36883 Indices consisting of several letters, are set upright: 
36884 \begin_inset Formula $E_{\mathrm{kin}}$
36885 \end_inset
36886
36887
36888 \begin_inset Newline newline
36889 \end_inset
36890
36891 Components of matrices are set italic: 
36892 \begin_inset Formula $\hat{H}_{kl}$
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Itemize
36899 The differentiation/integration operator 'd', the Euler's number 'e' and
36900  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36901  other variables.
36902 \end_layout
36903
36904 \begin_layout Itemize
36905 The character that denotes a 
36906 \noun on
36907 Fourier
36908 \noun default
36909  transformation is inserted either by the command 
36910 \series bold
36911
36912 \backslash
36913 mathscr
36914 \begin_inset space \textvisiblespace{}
36915 \end_inset
36916
36917 F
36918 \series default
36919  or via the menu 
36920 \family sans
36921 Insert\SpecialChar menuseparator
36922 Special Character\SpecialChar menuseparator
36923 Symbols\SpecialChar menuseparator
36924 Letterlike
36925 \begin_inset space ~
36926 \end_inset
36927
36928 Symbols
36929 \family default
36930
36931 \begin_inset Formula $\mathscr{F}$
36932 \end_inset
36933
36934
36935 \end_layout
36936
36937 \begin_layout Standard
36938 \begin_inset Newpage newpage
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \begin_layout Section
36945 Synonyms
36946 \begin_inset Index idx
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950 Synonyms
36951 \end_layout
36952
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Standard
36959 Some characters and symbols can be created with several commands.
36960  Here is a list of the synonym commands:
36961 \end_layout
36962
36963 \begin_layout Standard
36964 \begin_inset VSpace bigskip
36965 \end_inset
36966
36967
36968 \begin_inset space \hfill{}
36969 \end_inset
36970
36971
36972 \begin_inset Tabular
36973 <lyxtabular version="3" rows="12" columns="2">
36974 <features booktabs="true" tabularvalignment="middle">
36975 <column alignment="center" valignment="top" width="0pt">
36976 <column alignment="center" valignment="top" width="0pt">
36977 <row>
36978 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36979 \begin_inset Text
36980
36981 \begin_layout Plain Layout
36982 Command
36983 \end_layout
36984
36985 \end_inset
36986 </cell>
36987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36988 \begin_inset Text
36989
36990 \begin_layout Plain Layout
36991 equivalent to
36992 \end_layout
36993
36994 \end_inset
36995 </cell>
36996 </row>
36997 <row>
36998 <cell alignment="center" valignment="top" usebox="none">
36999 \begin_inset Text
37000
37001 \begin_layout Plain Layout
37002
37003 \backslash
37004 ast
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 <cell alignment="center" valignment="top" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013 *
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 </row>
37019 <row>
37020 <cell alignment="center" valignment="top" usebox="none">
37021 \begin_inset Text
37022
37023 \begin_layout Plain Layout
37024
37025 \backslash
37026 choose
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035
37036 \backslash
37037 binom
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 </row>
37043 <row>
37044 <cell alignment="center" valignment="top" usebox="none">
37045 \begin_inset Text
37046
37047 \begin_layout Plain Layout
37048
37049 \backslash
37050 geq
37051 \end_layout
37052
37053 \end_inset
37054 </cell>
37055 <cell alignment="center" valignment="top" usebox="none">
37056 \begin_inset Text
37057
37058 \begin_layout Plain Layout
37059
37060 \backslash
37061 ge
37062 \end_layout
37063
37064 \end_inset
37065 </cell>
37066 </row>
37067 <row>
37068 <cell alignment="center" valignment="top" usebox="none">
37069 \begin_inset Text
37070
37071 \begin_layout Plain Layout
37072
37073 \backslash
37074 lbrace
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 {
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 </row>
37089 <row>
37090 <cell alignment="center" valignment="top" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094
37095 \backslash
37096 lbracket
37097 \end_layout
37098
37099 \end_inset
37100 </cell>
37101 <cell alignment="center" valignment="top" usebox="none">
37102 \begin_inset Text
37103
37104 \begin_layout Plain Layout
37105 [
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 </row>
37111 <row>
37112 <cell alignment="center" valignment="top" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116
37117 \backslash
37118 leftarrow
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127
37128 \backslash
37129 gets
37130 \end_layout
37131
37132 \end_inset
37133 </cell>
37134 </row>
37135 <row>
37136 <cell alignment="center" valignment="top" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140
37141 \backslash
37142 leq
37143 \end_layout
37144
37145 \end_inset
37146 </cell>
37147 <cell alignment="center" valignment="top" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151
37152 \backslash
37153 le
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 </row>
37159 <row>
37160 <cell alignment="center" valignment="top" usebox="none">
37161 \begin_inset Text
37162
37163 \begin_layout Plain Layout
37164
37165 \backslash
37166 lor
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 <cell alignment="center" valignment="top" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175
37176 \backslash
37177 vee
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 </row>
37183 <row>
37184 <cell alignment="center" valignment="top" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188
37189 \backslash
37190 neq
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 <cell alignment="center" valignment="top" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199
37200 \backslash
37201 not=
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 <row>
37208 <cell alignment="center" valignment="top" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212
37213 \backslash
37214 slash
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 <cell alignment="center" valignment="top" usebox="none">
37220 \begin_inset Text
37221
37222 \begin_layout Plain Layout
37223 /
37224 \end_layout
37225
37226 \end_inset
37227 </cell>
37228 </row>
37229 <row>
37230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37231 \begin_inset Text
37232
37233 \begin_layout Plain Layout
37234
37235 \backslash
37236 vert
37237 \end_layout
37238
37239 \end_inset
37240 </cell>
37241 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37242 \begin_inset Text
37243
37244 \begin_layout Plain Layout
37245 |
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 </lyxtabular>
37252
37253 \end_inset
37254
37255
37256 \begin_inset space \hfill{}
37257 \end_inset
37258
37259
37260 \begin_inset Tabular
37261 <lyxtabular version="3" rows="12" columns="2">
37262 <features booktabs="true" tabularvalignment="middle">
37263 <column alignment="center" valignment="top" width="0pt">
37264 <column alignment="center" valignment="top" width="0pt">
37265 <row>
37266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270 Command
37271 \end_layout
37272
37273 \end_inset
37274 </cell>
37275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 equivalent to
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 </row>
37285 <row>
37286 <cell alignment="center" valignment="top" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290
37291 \backslash
37292 backslash
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301
37302 \backslash
37303
37304 \backslash
37305
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 </row>
37311 <row>
37312 <cell alignment="center" valignment="top" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316
37317 \backslash
37318 dasharrow
37319 \end_layout
37320
37321 \end_inset
37322 </cell>
37323 <cell alignment="center" valignment="top" usebox="none">
37324 \begin_inset Text
37325
37326 \begin_layout Plain Layout
37327
37328 \backslash
37329 dashrightarrow
37330 \end_layout
37331
37332 \end_inset
37333 </cell>
37334 </row>
37335 <row>
37336 <cell alignment="center" valignment="top" usebox="none">
37337 \begin_inset Text
37338
37339 \begin_layout Plain Layout
37340
37341 \backslash
37342 land
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 <cell alignment="center" valignment="top" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351
37352 \backslash
37353 wedge
37354 \end_layout
37355
37356 \end_inset
37357 </cell>
37358 </row>
37359 <row>
37360 <cell alignment="center" valignment="top" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364
37365 \backslash
37366 rbrace
37367 \end_layout
37368
37369 \end_inset
37370 </cell>
37371 <cell alignment="center" valignment="top" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375 }
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 </row>
37381 <row>
37382 <cell alignment="center" valignment="top" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386
37387 \backslash
37388 rbracket
37389 \end_layout
37390
37391 \end_inset
37392 </cell>
37393 <cell alignment="center" valignment="top" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397 ]
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 </row>
37403 <row>
37404 <cell alignment="center" valignment="top" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408
37409 \backslash
37410 rightarrow
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419
37420 \backslash
37421 to
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 </row>
37427 <row>
37428 <cell alignment="center" valignment="top" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432
37433 \backslash
37434 lnot
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443
37444 \backslash
37445 neg
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 </row>
37451 <row>
37452 <cell alignment="center" valignment="top" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456
37457 \backslash
37458 ne
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 <cell alignment="center" valignment="top" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467
37468 \backslash
37469 not=
37470 \end_layout
37471
37472 \end_inset
37473 </cell>
37474 </row>
37475 <row>
37476 <cell alignment="center" valignment="top" usebox="none">
37477 \begin_inset Text
37478
37479 \begin_layout Plain Layout
37480
37481 \backslash
37482 owns
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491
37492 \backslash
37493 ni
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 <row>
37500 <cell alignment="center" valignment="top" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 square
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515
37516 \backslash
37517 Box
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 Vert
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539
37540 \backslash
37541 |
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 </row>
37547 </lyxtabular>
37548
37549 \end_inset
37550
37551
37552 \begin_inset space \hfill{}
37553 \end_inset
37554
37555
37556 \begin_inset CommandInset href
37557 LatexCommand href
37558 name "List"
37559 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37560 literal "false"
37561
37562 \end_inset
37563
37564
37565 \end_layout
37566
37567 \begin_layout Standard
37568 \begin_inset Newpage newpage
37569 \end_inset
37570
37571
37572 \end_layout
37573
37574 \begin_layout Bibliography
37575 \begin_inset CommandInset bibitem
37576 LatexCommand bibitem
37577 key "TLC2"
37578 literal "true"
37579
37580 \end_inset
37581
37582
37583 \shape smallcaps
37584 F.
37585  Mittelbach; M.
37586  Goossens
37587 \shape default
37588
37589 \shape italic
37590 The \SpecialChar LaTeX
37591  Companion
37592 \shape default
37593 .
37594  Addison Wesley, 2004
37595 \end_layout
37596
37597 \begin_layout Bibliography
37598 \begin_inset CommandInset bibitem
37599 LatexCommand bibitem
37600 key "Mathmode"
37601 literal "true"
37602
37603 \end_inset
37604
37605
37606 \begin_inset CommandInset href
37607 LatexCommand href
37608 name "Description"
37609 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37610 literal "false"
37611
37612 \end_inset
37613
37614  of \SpecialChar LaTeX
37615 's math abilities
37616 \end_layout
37617
37618 \begin_layout Bibliography
37619 \begin_inset CommandInset bibitem
37620 LatexCommand bibitem
37621 key "AMS"
37622 literal "true"
37623
37624 \end_inset
37625
37626
37627 \begin_inset CommandInset href
37628 LatexCommand href
37629 name "Description"
37630 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
37631 literal "false"
37632
37633 \end_inset
37634
37635  of 
37636 \begin_inset ERT
37637 status collapsed
37638
37639 \begin_layout Plain Layout
37640
37641
37642 \backslash
37643 AmS
37644 \end_layout
37645
37646 \end_inset
37647
37648 -\SpecialChar LaTeX
37649
37650 \end_layout
37651
37652 \begin_layout Bibliography
37653 \begin_inset CommandInset bibitem
37654 LatexCommand bibitem
37655 key "Symbols"
37656 literal "true"
37657
37658 \end_inset
37659
37660
37661 \begin_inset CommandInset href
37662 LatexCommand href
37663 name "List"
37664 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37665 literal "false"
37666
37667 \end_inset
37668
37669  of all symbols available with \SpecialChar LaTeX
37670 -packages
37671 \end_layout
37672
37673 \begin_layout Bibliography
37674 \begin_inset CommandInset bibitem
37675 LatexCommand bibitem
37676 key "cancel"
37677 literal "true"
37678
37679 \end_inset
37680
37681
37682 \begin_inset CommandInset href
37683 LatexCommand href
37684 name "Documentation"
37685 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
37686 literal "false"
37687
37688 \end_inset
37689
37690  of the \SpecialChar LaTeX
37691 -package 
37692 \series bold
37693 cancel
37694 \series default
37695
37696 \begin_inset Index idx
37697 status collapsed
37698
37699 \begin_layout Plain Layout
37700 Packages ! cancel
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \end_layout
37707
37708 \begin_layout Bibliography
37709 \begin_inset CommandInset bibitem
37710 LatexCommand bibitem
37711 key "hyperref"
37712 literal "true"
37713
37714 \end_inset
37715
37716
37717 \begin_inset CommandInset href
37718 LatexCommand href
37719 name "Documentation"
37720 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
37721 literal "false"
37722
37723 \end_inset
37724
37725  of the \SpecialChar LaTeX
37726 -package 
37727 \series bold
37728 hyperref
37729 \series default
37730
37731 \begin_inset Index idx
37732 status collapsed
37733
37734 \begin_layout Plain Layout
37735 Packages ! hyperref
37736 \end_layout
37737
37738 \end_inset
37739
37740
37741 \end_layout
37742
37743 \begin_layout Bibliography
37744 \begin_inset CommandInset bibitem
37745 LatexCommand bibitem
37746 key "mhchem"
37747 literal "true"
37748
37749 \end_inset
37750
37751
37752 \begin_inset CommandInset href
37753 LatexCommand href
37754 name "Documentation"
37755 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37756 literal "false"
37757
37758 \end_inset
37759
37760  of the \SpecialChar LaTeX
37761 -package 
37762 \series bold
37763 mhchem
37764 \series default
37765
37766 \begin_inset Index idx
37767 status collapsed
37768
37769 \begin_layout Plain Layout
37770 Packages ! mhchem
37771 \end_layout
37772
37773 \end_inset
37774
37775
37776 \end_layout
37777
37778 \begin_layout Bibliography
37779 \begin_inset CommandInset bibitem
37780 LatexCommand bibitem
37781 key "Duden"
37782 literal "true"
37783
37784 \end_inset
37785
37786
37787 \emph on
37788 Duden Band
37789 \begin_inset space ~
37790 \end_inset
37791
37792 1
37793 \emph default
37794 .
37795  22.
37796 \begin_inset space ~
37797 \end_inset
37798
37799 Auflage, Dudenverlag, 2000
37800 \end_layout
37801
37802 \begin_layout Bibliography
37803 \begin_inset CommandInset bibitem
37804 LatexCommand bibitem
37805 key "Checklist"
37806 literal "true"
37807
37808 \end_inset
37809
37810
37811 \begin_inset CommandInset href
37812 LatexCommand href
37813 name "Check list"
37814 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37815 literal "false"
37816
37817 \end_inset
37818
37819  for reviewing manuscripts
37820 \end_layout
37821
37822 \begin_layout Standard
37823 \begin_inset CommandInset index_print
37824 LatexCommand printindex
37825 type "idx"
37826 name "Index"
37827 literal "false"
37828
37829 \end_inset
37830
37831
37832 \end_layout
37833
37834 \end_body
37835 \end_document