]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
85295e3f764b9e9c289fe982be9f81a2243a1e5a
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % solves the following problem:
28 % If the dection number consits of too many numerals the section heading
29 % will be printed in the TOC without a space between it and the section number.
30 % As solution more space between the number and the heading is inserted:
31 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
32 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
33
34 % increase link area for cross-references and autoname them,
35 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
36 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
37 \@ifpackageloaded{babel}{
38  \addto\extrasenglish{%
39   \renewcommand*{\equationautorefname}[1]{}%
40   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
41   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
42   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
43  }
44 }{}
45
46 % don't load packages twice
47 % see first footnote in sec. 9.3
48 \@ifundefined{textcolor}{\usepackage{color}}{}
49
50 % the pages of the TOC are numbered roman
51 % and a PDF-bookmark for the TOC is added
52 \pagenumbering{roman}
53 \let\myTOC\tableofcontents
54 \renewcommand{\tableofcontents}{%
55  \vspace{1cm}
56  \pdfbookmark[1]{\contentsname}{}
57  \myTOC
58  \cleardoublepage
59  \pagenumbering{arabic}}
60
61 % add 0.5 mm vertical space for table rows
62 \@ifundefined{extrarowheight} {\usepackage{array}}{}
63 \setlength{\extrarowheight}{0.5mm}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % makes caption labels bold
70 \setkomafont{captionlabel}{\bfseries}
71
72 % enables calculation of values
73 \usepackage{calc}
74
75 % for multiple columns used in sec. 24.7
76 \usepackage{multicol}
77
78 % needed in sec. 19.4
79 \usepackage{remreset}
80
81 % for the Fourier transformation symbol
82 \usepackage{mathrsfs}
83
84 % define a color, used in sec.9.3
85 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
86
87 % declare operators (see sec. 10.4 and sec. 15.2)
88 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
89 \DeclareMathOperator{\sgn}{sgn}
90
91 % example definitions for sec. 20.1 
92 \newcommand{\gr}{\Longrightarrow}
93 \newcommand{\us}[1]{\underline{#1}}
94 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
95 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
96 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
97
98 % example macro from sec. 19.4
99 %\def\tagform@#1{\maketag@@@{|#1|}}
100
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package undertilde
107 % used for the command \utilde
108 \newboolean{undertilde}
109 \IfFileExists{undertilde.sty}
110  {\usepackage{undertilde}
111   \setboolean{undertilde}{true}}
112  {\setboolean{undertilde}{false}}
113
114 % check for package eurosym
115 % used for the Euro symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % check for package braket
123 % used for physical vectors
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % check for package cancel
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
145 \use_default_options false
146 \maintain_unincluded_children false
147 \language english
148 \language_package default
149 \inputencoding auto
150 \fontencoding global
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_math auto
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161 \graphics default
162 \default_output_format default
163 \output_sync 0
164 \bibtex_command default
165 \index_command default
166 \paperfontsize 12
167 \spacing single
168 \use_hyperref true
169 \pdf_title "LyX's Math Manual"
170 \pdf_author "LyX Team, Uwe Stöhr"
171 \pdf_subject "LyX-documentation about math"
172 \pdf_keywords "LyX, Mathed"
173 \pdf_bookmarks true
174 \pdf_bookmarksnumbered true
175 \pdf_bookmarksopen true
176 \pdf_bookmarksopenlevel 1
177 \pdf_breaklinks false
178 \pdf_pdfborder false
179 \pdf_colorlinks true
180 \pdf_backref false
181 \pdf_pdfusetitle false
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
183 \papersize a4paper
184 \use_geometry false
185 \use_package amsmath 2
186 \use_package amssymb 2
187 \use_package cancel 0
188 \use_package esint 1
189 \use_package mathdots 1
190 \use_package mathtools 2
191 \use_package mhchem 1
192 \use_package stackrel 0
193 \use_package stmaryrd 0
194 \use_package undertilde 0
195 \cite_engine basic
196 \cite_engine_type default
197 \biblio_style plain
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \justification true
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Index
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 \SpecialChar LyX
231 's detailed Math manual
232 \end_layout
233
234 \begin_layout Author
235 by the \SpecialChar LyX
236  Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 If you have comments or error corrections, please send them to the \SpecialChar LyX
243  Documentatio
244 n mailing list: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
251 type "mailto:"
252
253 \end_inset
254
255
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Note Note
262 status collapsed
263
264 \begin_layout Plain Layout
265 author: Uwe Stöhr
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \family sans
280 Version 2.1.x
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset CommandInset toc
285 LatexCommand tableofcontents
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Plain Layout
297 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
298 -packages 
299 \series bold
300 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
301 \series default
302  and 
303 \series bold
304 was
305 \series default
306  should be installed.
307  If they are not installed the document can be exported anyway but the sections
308  where the packages are required will not appear in the output.
309  An exception is 
310 \series bold
311 mhchem
312 \series default
313 ; if it is not installed, this file cannot be exported.
314 \end_layout
315
316 \begin_layout Plain Layout
317 The latest PDF-version of this document can be found here:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Introduction
340 \end_layout
341
342 \begin_layout Standard
343 This document explains \SpecialChar LyX
344 's math features and is furthermore a collection
345  of \SpecialChar LaTeX
346 -commands used for mathematical characters and constructs.
347  The explanations are designed for the usage of commands.
348  It is therefore required that you have read the section 
349 \family typewriter
350 Mathematical
351 \begin_inset space ~
352 \end_inset
353
354 Formulas
355 \family default
356  of the User's Guide.
357 \end_layout
358
359 \begin_layout Standard
360 Most of the characters and many constructs explained in this manual are
361  also accessible via the menu 
362 \family sans
363 Insert
364 \series bold
365 \SpecialChar menuseparator
366
367 \series default
368 Math
369 \family default
370  or the 
371 \family sans
372 math
373 \family default
374 \series bold
375  
376 \family sans
377 \series default
378 toolbar
379 \family default
380 .
381  But everybody who has to write lots of formulas will notice that it is
382  much faster to use commands instead of the math toolbar.
383  Therefore this manual is focused on commands but also mentions the correspondin
384 g toolbar buttons when available.
385 \end_layout
386
387 \begin_layout Standard
388 If not specially mentioned the commands are only available within formulas.
389  To be able to use all commands explained in this document, the option 
390 \family sans
391 Use AMS math package
392 \family default
393  must be checked in the document settings (menu 
394 \family sans
395 Document\SpecialChar menuseparator
396 Settings\SpecialChar menuseparator
397 Math
398 \begin_inset space ~
399 \end_inset
400
401 Options
402 \family default
403 ).
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 The option 
409 \family sans
410 Use AMS math package automatically
411 \family default
412  only uses 
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS 
421 \end_layout
422
423 \end_inset
424
425 -math when math constructs are found that are supported by \SpecialChar LyX
426 .
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \begin_layout Standard
435 This document doesn't list all 
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441
442 \backslash
443 AmS 
444 \end_layout
445
446 \end_inset
447
448 -math commands
449 \begin_inset Foot
450 status collapsed
451
452 \begin_layout Plain Layout
453 A list with all 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS
462 \end_layout
463
464 \end_inset
465
466 -math commands is in the file 
467 \family sans
468
469 \begin_inset CommandInset href
470 LatexCommand href
471 name "amsguide.ps"
472 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
473
474 \end_inset
475
476
477 \family default
478 , which is part of every \SpecialChar LaTeX
479  standard installation.
480 \end_layout
481
482 \end_inset
483
484  for lucidity reasons.
485 \end_layout
486
487 \begin_layout Section
488 General Instructions
489 \end_layout
490
491 \begin_layout Standard
492 To create an inline formula
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Formula ! inline
498 \end_layout
499
500 \end_inset
501
502  that is embedded into a text line, use one of the shortcuts 
503 \begin_inset Info
504 type  "shortcuts"
505 arg   "math-mode"
506 \end_inset
507
508  or the toolbar button 
509 \begin_inset Info
510 type  "icon"
511 arg   "math-mode"
512 \end_inset
513
514 .
515 \begin_inset Newline newline
516 \end_inset
517
518 To create a display style formula
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 Formula ! display style
524 \end_layout
525
526 \end_inset
527
528  which will appear bigger, has a different format, and will be in a separate
529  paragraph, use one of these shortcuts: 
530 \begin_inset Info
531 type  "shortcuts"
532 arg   "math-display"
533 \end_inset
534
535 .
536 \end_layout
537
538 \begin_layout Standard
539 To change a display style formula to an inline formula, set the cursor into
540  the formula and use one of the shortcuts 
541 \begin_inset Info
542 type  "shortcuts"
543 arg   "math-mode"
544 \end_inset
545
546  or the menu 
547 \family sans
548 Edit\SpecialChar menuseparator
549 Math\SpecialChar menuseparator
550 Change formula type
551 \family default
552 .
553  The same way is used to change an inline formula to a display style formula.
554 \end_layout
555
556 \begin_layout Standard
557 To display parts of an inline formula in the size of a display style formula,
558  enter the command 
559 \series bold
560
561 \backslash
562 displaystyle
563 \series default
564
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 Commands ! D ! 
570 \backslash
571 displaystyle
572 \end_layout
573
574 \end_inset
575
576  to a formula.
577  Then a new blue box appears in which the desired formula part is inserted.
578 \end_layout
579
580 \begin_layout Standard
581 Only inline formulas are allowed inside tables.
582 \end_layout
583
584 \begin_layout Standard
585 The 
586 \family sans
587 math toolbar
588 \family default
589  can be turned on in the menu 
590 \family sans
591 View\SpecialChar menuseparator
592 Toolbars
593 \family default
594 .
595  When you click there on 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Math
600 \begin_inset Quotes erd
601 \end_inset
602
603  the toolbar will be shown permanently at the bottom; this state is visualized
604  in the 
605 \family sans
606 Toolbars
607 \family default
608  menu with a checkmark.
609  When you click in this state again on 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math
614 \begin_inset Quotes erd
615 \end_inset
616
617  in the 
618 \family sans
619 Toolbars
620 \family default
621  menu, the 
622 \family sans
623 math toolbar
624 \family default
625  is only shown when the cursor is within a formula; this state is visualized
626  by the renaming of the menu entry from 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset Quotes erd
632 \end_inset
633
634  to 
635 \begin_inset Quotes eld
636 \end_inset
637
638 Math
639 \begin_inset space ~
640 \end_inset
641
642 (auto)
643 \begin_inset Quotes erd
644 \end_inset
645
646 .
647 \end_layout
648
649 \begin_layout Standard
650 The \SpecialChar TeX
651  mode
652 \begin_inset Index idx
653 status collapsed
654
655 \begin_layout Plain Layout
656 T@\SpecialChar TeX
657 -mode
658 \end_layout
659
660 \end_inset
661
662  is invoked by pressing the toolbar button 
663 \begin_inset Info
664 type  "icon"
665 arg   "ert-insert"
666 \end_inset
667
668  or by using the menu 
669 \family sans
670 Insert\SpecialChar menuseparator
671 TeX Code
672 \family default
673  (shortcut 
674 \begin_inset Info
675 type  "shortcut"
676 arg   "ert-insert"
677 \end_inset
678
679 ).
680 \end_layout
681
682 \begin_layout Standard
683 To change the \SpecialChar LaTeX
684 -preamble
685 \begin_inset Index idx
686 status collapsed
687
688 \begin_layout Plain Layout
689 L@\SpecialChar LaTeX
690 -preamble
691 \end_layout
692
693 \end_inset
694
695 , use the menu 
696 \family sans
697 Document\SpecialChar menuseparator
698 Settings\SpecialChar menuseparator
699 LaTeX
700 \family default
701  
702 \family sans
703 Preamble
704 \family default
705 .
706 \end_layout
707
708 \begin_layout Standard
709 To edit matrices, case differentiations and multiline formulas subsequently,
710  use the menus 
711 \family sans
712 Edit\SpecialChar menuseparator
713 Math
714 \family default
715  and 
716 \family sans
717 Edit\SpecialChar menuseparator
718 Rows
719 \begin_inset space \thinspace{}
720 \end_inset
721
722 &
723 \begin_inset space \thinspace{}
724 \end_inset
725
726 Columns,
727 \family default
728  or the 
729 \family sans
730 table toolbar
731 \family default
732 .
733  When lines and columns are swapped via the menu, the column or line where
734  the cursor is in is exchanged with the column to the right or the line
735  below, respectively.
736  Is the cursor in the last column or row, the exchange is done with the
737  column to the left or the line above.
738 \end_layout
739
740 \begin_layout Standard
741 To write text in formulas
742 \begin_inset Foot
743 status collapsed
744
745 \begin_layout Plain Layout
746 For multiline formulas the command 
747 \series bold
748
749 \backslash
750 intertext
751 \series default
752  is used, see 
753 \begin_inset CommandInset ref
754 LatexCommand ref
755 reference "subsec:Text-in-multiline"
756
757 \end_inset
758
759 .
760 \end_layout
761
762 \end_inset
763
764  
765 \emph on
766 mathematical text
767 \emph default
768
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 Text ! in formulas
774 \end_layout
775
776 \end_inset
777
778
779 \begin_inset Index idx
780 status collapsed
781
782 \begin_layout Plain Layout
783 Mathematical text
784 \end_layout
785
786 \end_inset
787
788  is used.
789  This mode is invoked with the shortcut 
790 \begin_inset Info
791 type  "shortcut"
792 arg   "font-default"
793 \end_inset
794
795  or by the insertion of the command 
796 \series bold
797
798 \backslash
799 text
800 \series default
801
802 \begin_inset Index idx
803 status collapsed
804
805 \begin_layout Plain Layout
806 Commands ! T ! 
807 \backslash
808 text
809 \end_layout
810
811 \end_inset
812
813 .
814  The text appears black in \SpecialChar LyX
815  and can therefore be distinguished from the
816  other formula parts which appear blue.
817  In the output mathematical text is set upright, in contrary to other formula
818  parts.
819 \end_layout
820
821 \begin_layout Subsection*
822 Command Scheme
823 \end_layout
824
825 \begin_layout Standard
826 Most of the \SpecialChar LaTeX
827 -commands for math constructs have the following scheme:
828 \end_layout
829
830 \begin_layout Standard
831
832 \series bold
833
834 \backslash
835 commandname[optional
836 \series default
837  
838 \series bold
839 argument]{required
840 \series default
841  
842 \series bold
843 argument}
844 \end_layout
845
846 \begin_layout Standard
847 A command always starts with a backslash 
848 \begin_inset Quotes gld
849 \end_inset
850
851
852 \series bold
853
854 \backslash
855
856 \series default
857
858 \begin_inset Quotes grd
859 \end_inset
860
861 .
862  To omit optional arguments, also omit the associated brackets.
863  The braces around the required arguments are named in this document as
864  \SpecialChar TeX
865  braces
866 \begin_inset Index idx
867 status collapsed
868
869 \begin_layout Plain Layout
870 T@\SpecialChar TeX
871 -braces
872 \end_layout
873
874 \end_inset
875
876 .
877  If you add in a formula a left brace to a command name, \SpecialChar LyX
878  automatically
879  creates a \SpecialChar TeX
880  brace.
881  In all other cases \SpecialChar TeX
882  braces are created in formulas with the command 
883 \series bold
884
885 \backslash
886 {
887 \series default
888 .
889  \SpecialChar TeX
890  braces appear red in \SpecialChar LyX
891 , in contrary to normal braces which appear blue.
892  In \SpecialChar TeX
893  mode no command is needed to get \SpecialChar TeX
894  braces.
895  \SpecialChar TeX
896  braces don't appear in the output.
897 \end_layout
898
899 \begin_layout Standard
900 When commands without arguments, like commands for symbols are entered in
901  \SpecialChar TeX
902  mode, a space character must 
903 \emph on
904 always
905 \emph default
906  be behind the command to end it.
907  This space doesn't appear in the output.
908  When the space should appear in the output, the space must be followed
909  by a protected space in normal text.
910 \end_layout
911
912 \begin_layout Standard
913 A protected space is inserted with 
914 \begin_inset Info
915 type  "shortcuts"
916 arg   "command-alternatives space-insert protected ; math-space"
917 \end_inset
918
919 .
920 \end_layout
921
922 \begin_layout Subsection*
923 \begin_inset Newpage newpage
924 \end_inset
925
926 Syntax Explanation
927 \end_layout
928
929 \begin_layout Itemize
930 The symbol 
931 \begin_inset space \textvisiblespace{}
932 \end_inset
933
934  denotes a space character to be input.
935 \end_layout
936
937 \begin_layout Itemize
938 An arrow like 
939 \begin_inset Formula $\to$
940 \end_inset
941
942  denotes the usage of the corresponding arrow key on the keyboard.
943  The 
944 \family sans
945 Tab
946 \family default
947  key can often be used instead of 
948 \begin_inset Formula $\to$
949 \end_inset
950
951  and 
952 \begin_inset Formula $\downarrow$
953 \end_inset
954
955 , and 
956 \family sans
957 Shift+Tab
958 \family default
959  instead of 
960 \begin_inset Formula $\leftarrow$
961 \end_inset
962
963  and 
964 \begin_inset Formula $\uparrow$
965 \end_inset
966
967 .
968 \end_layout
969
970 \begin_layout Subsection*
971 Available units
972 \end_layout
973
974 \begin_layout Standard
975 \align center
976 \begin_inset Float table
977 placement H
978 wide false
979 sideways false
980 status open
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Caption Standard
985
986 \begin_layout Plain Layout
987 \begin_inset CommandInset label
988 LatexCommand label
989 name "tab:Available-units"
990
991 \end_inset
992
993 Available units
994 \end_layout
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \begin_layout Plain Layout
1002 \align center
1003 \begin_inset Tabular
1004 <lyxtabular version="3" rows="13" columns="2">
1005 <features booktabs="true" tabularvalignment="middle">
1006 <column alignment="center" valignment="top">
1007 <column alignment="center" valignment="top" width="0pt">
1008 <row>
1009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 Unit
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1019 \begin_inset Text
1020
1021 \begin_layout Plain Layout
1022 Name / Description
1023 \end_layout
1024
1025 \end_inset
1026 </cell>
1027 </row>
1028 <row>
1029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 mm
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Millimeter
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 cm
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Centimeter
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 in
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Inch (1
1083 \begin_inset space \thinspace{}
1084 \end_inset
1085
1086 in = 2,54
1087 \begin_inset space \thinspace{}
1088 \end_inset
1089
1090 cm)
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 </row>
1096 <row>
1097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 pt
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 Point (72.27
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 pt = 1
1115 \begin_inset space \thinspace{}
1116 \end_inset
1117
1118 in)
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 pc
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 Pica (1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 pc = 12
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 pt)
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 </row>
1152 <row>
1153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 sp
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 scaled point (65536
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 sp = 1
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 pt)
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 </row>
1180 <row>
1181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 böp
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 big point (72
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 bp = 1
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 in)
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 </row>
1208 <row>
1209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 dd
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 Didot (1
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 dd 
1227 \begin_inset Formula $\approx$
1228 \end_inset
1229
1230  0.376
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 mm)
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 cc
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 Cicero (1
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 cc = 12
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 dd)
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 </row>
1268 <row>
1269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 ex
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 Height of letter 
1283 \emph on
1284
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 x
1289 \emph default
1290
1291 \begin_inset Quotes erd
1292 \end_inset
1293
1294  in the current font
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 </row>
1300 <row>
1301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 em
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 width of letter 
1315 \begin_inset Quotes eld
1316 \end_inset
1317
1318
1319 \emph on
1320 M
1321 \emph default
1322
1323 \begin_inset Quotes erd
1324 \end_inset
1325
1326  in the current font
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 </row>
1332 <row>
1333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 mu
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 math unit (1
1347 \begin_inset space \thinspace{}
1348 \end_inset
1349
1350 mu = 
1351 \begin_inset Formula $\nicefrac{1}{18}$
1352 \end_inset
1353
1354
1355 \begin_inset space \thinspace{}
1356 \end_inset
1357
1358 em)
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 </row>
1364 </lyxtabular>
1365
1366 \end_inset
1367
1368
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \begin_layout Standard
1377 \begin_inset Newpage newpage
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \begin_layout Section
1384 Basic Functions
1385 \end_layout
1386
1387 \begin_layout Subsection
1388 Exponents
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Exponents
1394 \end_layout
1395
1396 \end_inset
1397
1398  and Indices
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Indices
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 Superscripts|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Exponents
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 Subscripts|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Indices
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \begin_layout Standard
1476 Indices are created with an underscore 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 _
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  or via the math toolbar button 
1485 \begin_inset Info
1486 type  "icon"
1487 arg   "math-subscript"
1488 \end_inset
1489
1490 , exponents with a caret 
1491 \begin_inset Quotes eld
1492 \end_inset
1493
1494 ^
1495 \begin_inset Quotes erd
1496 \end_inset
1497
1498  or via the math toolbar button 
1499 \begin_inset Info
1500 type  "icon"
1501 arg   "math-superscript"
1502 \end_inset
1503
1504 .
1505 \begin_inset Separator parbreak
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \begin_layout Standard
1512 \align center
1513 \begin_inset Tabular
1514 <lyxtabular version="3" rows="4" columns="2">
1515 <features booktabs="true" tabularvalignment="middle">
1516 <column alignment="center" valignment="top" width="0pt">
1517 <column alignment="center" valignment="top" width="0pt">
1518 <row>
1519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 Command
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Result
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 </row>
1538 <row>
1539 <cell alignment="center" valignment="top" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 B_V
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 <cell alignment="center" valignment="top" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 \begin_inset Formula $B_{V}$
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 </row>
1561 <row topspace="1.5mm">
1562 <cell alignment="center" valignment="top" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 B^V
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 \begin_inset Formula $B^{V}$
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 </row>
1584 <row topspace="1.5mm">
1585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589 B^
1590 \begin_inset space \textvisiblespace{}
1591 \end_inset
1592
1593 A
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $B^{A}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 </lyxtabular>
1612
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \begin_layout Standard
1619 As the caret is in some languages an accent, vowels will be accentuated
1620  in this case and not set as exponents
1621 \begin_inset Foot
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 Depending on the used keyboard settings this can also happen for characters
1626  other than vowels.
1627 \end_layout
1628
1629 \end_inset
1630
1631 .
1632  To get exponents in this case, press 
1633 \family sans
1634 Space
1635 \family default
1636  after the caret as in the last example.
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 Fractions
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "subsec:Fractions"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Fractions
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 Fractions are generated with the command 
1662 \series bold
1663
1664 \backslash
1665 frac
1666 \series default
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Commands ! F ! 
1673 \backslash
1674 frac
1675 \end_layout
1676
1677 \end_inset
1678
1679  or via the math toolbar button 
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac"
1683 \end_inset
1684
1685 .
1686  The font size is adjusted automatically, depending on whether the fraction
1687  is in an inline or display style formula.
1688  With the math toolbar button 
1689 \begin_inset Info
1690 type  "icon"
1691 arg   "math-insert \\frac-square"
1692 \end_inset
1693
1694  you can select different fraction types.
1695 \end_layout
1696
1697 \begin_layout Standard
1698 With the command 
1699 \series bold
1700
1701 \backslash
1702 dfrac
1703 \series default
1704
1705 \begin_inset Index idx
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Commands ! D ! 
1710 \backslash
1711 dfrac
1712 \end_layout
1713
1714 \end_inset
1715
1716  a fraction can be created that always has the size of a display style formula.
1717  With 
1718 \series bold
1719
1720 \backslash
1721 tfrac
1722 \series default
1723
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Commands ! T ! 
1729 \backslash
1730 tfrac
1731 \end_layout
1732
1733 \end_inset
1734
1735  the fraction appears always with the size of an inline formula.
1736  An example:
1737 \end_layout
1738
1739 \begin_layout Standard
1740 A line with the fraction 
1741 \begin_inset Formula $\frac{1}{2}$
1742 \end_inset
1743
1744  that was created with the command 
1745 \series bold
1746
1747 \backslash
1748 frac
1749 \series default
1750 .
1751 \end_layout
1752
1753 \begin_layout Standard
1754 A line with the fraction 
1755 \begin_inset Formula $\dfrac{1}{2}$
1756 \end_inset
1757
1758  that was created with the command 
1759 \series bold
1760
1761 \backslash
1762 dfrac
1763 \series default
1764 .
1765 \begin_inset Separator parbreak
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features booktabs="true" tabularvalignment="middle">
1776 <column alignment="center" valignment="top" width="0pt">
1777 <column alignment="center" valignment="top" width="0pt">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Command
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 Result
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 </row>
1798 <row topspace="1.5mm">
1799 <cell alignment="center" valignment="top" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \backslash
1805 frac
1806 \begin_inset space \textvisiblespace{}
1807 \end_inset
1808
1809 A
1810 \begin_inset Formula $\downarrow$
1811 \end_inset
1812
1813 B
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 \begin_inset Formula $\frac{A}{B}$
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row topspace="2mm">
1832 <cell alignment="center" valignment="top" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 dfrac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\dfrac{A}{B}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row topspace="2mm" bottomspace="1mm">
1865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 e^
1876 \backslash
1877 frac
1878 \begin_inset space \textvisiblespace{}
1879 \end_inset
1880
1881 1
1882 \begin_inset Formula $\downarrow$
1883 \end_inset
1884
1885 2
1886 \begin_inset Formula $\downarrow\downarrow$
1887 \end_inset
1888
1889 3
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 </lyxtabular>
1908
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Standard
1915 \begin_inset VSpace bigskip
1916 \end_inset
1917
1918
1919 \begin_inset Newpage newpage
1920 \end_inset
1921
1922 For nested fractions the command 
1923 \series bold
1924
1925 \backslash
1926 cfrac
1927 \series default
1928
1929 \begin_inset Index idx
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933 Commands ! C ! 
1934 \backslash
1935 cfrac
1936 \end_layout
1937
1938 \end_inset
1939
1940  can be used.
1941  Here is an example:
1942 \begin_inset VSpace -3mm
1943 \end_inset
1944
1945
1946 \end_layout
1947
1948 \begin_layout Standard
1949 \begin_inset Formula 
1950 \begin{align*}
1951 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1952 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1953 \end{align*}
1954
1955 \end_inset
1956
1957
1958 \end_layout
1959
1960 \begin_layout Standard
1961 The command for the example above is:
1962 \end_layout
1963
1964 \begin_layout Standard
1965
1966 \series bold
1967
1968 \backslash
1969 cfrac
1970 \begin_inset space \textvisiblespace{}
1971 \end_inset
1972
1973 A
1974 \begin_inset Formula $\downarrow$
1975 \end_inset
1976
1977 B+
1978 \backslash
1979 cfrac
1980 \begin_inset space \textvisiblespace{}
1981 \end_inset
1982
1983 C+
1984 \backslash
1985 cfrac
1986 \begin_inset space \textvisiblespace{}
1987 \end_inset
1988
1989 E
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 F
1994 \begin_inset Formula $\downarrow$
1995 \end_inset
1996
1997 D
1998 \end_layout
1999
2000 \begin_layout Standard
2001 \begin_inset VSpace medskip
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014  sets the fraction always in the size of a displayed formula, also when
2015  it is part of another fraction.
2016 \end_layout
2017
2018 \begin_layout Standard
2019 It is possible to specify the alignment of the numerator.
2020  The command 
2021 \series bold
2022
2023 \backslash
2024 cfracleft
2025 \series default
2026  is used to left align it, the command 
2027 \series bold
2028
2029 \backslash
2030 cfracright
2031 \series default
2032  to right-align it.
2033  
2034 \series bold
2035
2036 \backslash
2037 cfrac
2038 \series default
2039  centers the numerator.
2040  These fractions demonstrate the different alignments:
2041 \end_layout
2042
2043 \begin_layout Standard
2044
2045 \series bold
2046 \begin_inset Formula 
2047 \[
2048 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2049 \]
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset Note Greyedout
2058 status open
2059
2060 \begin_layout Plain Layout
2061
2062 \series bold
2063 Note:
2064 \series default
2065  
2066 \series bold
2067
2068 \backslash
2069 cfracleft
2070 \series default
2071  and 
2072 \series bold
2073
2074 \backslash
2075 cfracright
2076 \series default
2077  are no real \SpecialChar LaTeX
2078  commands but represent the command 
2079 \series bold
2080
2081 \backslash
2082 cfrac[alignment]{numerator}{denominator}
2083 \series default
2084  .
2085  Therefore you cannot use them in \SpecialChar TeX
2086  code.
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 \begin_inset VSpace medskip
2096 \end_inset
2097
2098 It is often advantageous to combine 
2099 \series bold
2100
2101 \backslash
2102 cfrac
2103 \series default
2104  and 
2105 \series bold
2106
2107 \backslash
2108 frac
2109 \series default
2110 :
2111 \begin_inset Formula 
2112 \[
2113 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2114 \]
2115
2116 \end_inset
2117
2118
2119 \end_layout
2120
2121 \begin_layout Standard
2122 For inline fractions with a sloped fraction stroke you can use the command
2123  
2124 \series bold
2125
2126 \backslash
2127 nicefrac
2128 \series default
2129
2130 \begin_inset Index idx
2131 status collapsed
2132
2133 \begin_layout Plain Layout
2134 Commands ! N ! 
2135 \backslash
2136 nicefrac
2137 \end_layout
2138
2139 \end_inset
2140
2141
2142 \begin_inset Formula $\nicefrac{5}{31}$
2143 \end_inset
2144
2145  or 
2146 \series bold
2147
2148 \backslash
2149 unitfrac
2150 \series default
2151
2152 \begin_inset Index idx
2153 status collapsed
2154
2155 \begin_layout Plain Layout
2156 Commands ! U ! 
2157 \backslash
2158 unitfrac
2159 \end_layout
2160
2161 \end_inset
2162
2163
2164 \begin_inset Formula $\unitfrac{5}{31}$
2165 \end_inset
2166
2167  There is furthermore the command 
2168 \series bold
2169
2170 \backslash
2171 unitfracthree
2172 \series default
2173  that offers to write a fraction in combination with a number: 
2174 \begin_inset Formula $\unitfrac[2]{1}{3}$
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 \begin_inset Note Greyedout
2182 status open
2183
2184 \begin_layout Plain Layout
2185
2186 \series bold
2187 Note:
2188 \series default
2189  
2190 \series bold
2191
2192 \backslash
2193 unitfracthree
2194 \series default
2195  is not a real \SpecialChar LaTeX
2196  command but the command
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200
2201 \series bold
2202
2203 \backslash
2204 unitfrac[number]{numerator}{denominator}
2205 \series default
2206  .
2207  Therefore you cannot use it in \SpecialChar TeX
2208  code.
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 How to define own fractions where the fraction stroke can be changed, is
2218  explained in 
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "subsec:Self-defined-Fractions"
2222
2223 \end_inset
2224
2225 .
2226 \end_layout
2227
2228 \begin_layout Standard
2229 Multiline fractions are explained in 
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "subsec:Multiline-Fractions"
2233
2234 \end_inset
2235
2236 .
2237 \end_layout
2238
2239 \begin_layout Subsection
2240 Roots
2241 \begin_inset Index idx
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Roots
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 Square roots are created with 
2255 \series bold
2256
2257 \backslash
2258 sqrt
2259 \series default
2260
2261 \begin_inset Index idx
2262 status collapsed
2263
2264 \begin_layout Plain Layout
2265 Commands ! S ! 
2266 \backslash
2267 sqrt
2268 \end_layout
2269
2270 \end_inset
2271
2272  or the math toolbar button 
2273 \begin_inset Info
2274 type  "icon"
2275 arg   "math-insert \\sqrt"
2276 \end_inset
2277
2278 , all other roots with the command 
2279 \series bold
2280
2281 \backslash
2282 root
2283 \series default
2284
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 Commands ! R ! 
2290 \backslash
2291 root
2292 \end_layout
2293
2294 \end_inset
2295
2296  or with the math toolbar button 
2297 \begin_inset Info
2298 type  "icon"
2299 arg   "math-insert \\root"
2300 \end_inset
2301
2302 .
2303 \begin_inset Separator parbreak
2304 \end_inset
2305
2306
2307 \end_layout
2308
2309 \begin_layout Standard
2310 \align center
2311 \begin_inset Tabular
2312 <lyxtabular version="3" rows="3" columns="2">
2313 <features booktabs="true" tabularvalignment="middle">
2314 <column alignment="center" valignment="top" width="0pt">
2315 <column alignment="center" valignment="top" width="0pt">
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 Command
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 Result
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row topspace="1mm">
2337 <cell alignment="center" valignment="top" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \backslash
2343 sqrt
2344 \begin_inset space \textvisiblespace{}
2345 \end_inset
2346
2347 A-B
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 <cell alignment="center" valignment="top" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356 \begin_inset Formula $\sqrt{A-B}$
2357 \end_inset
2358
2359
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row topspace="1mm">
2366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \backslash
2372 root
2373 \begin_inset space \textvisiblespace{}
2374 \end_inset
2375
2376 3
2377 \begin_inset Formula $\downarrow$
2378 \end_inset
2379
2380 A-B
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 \begin_inset Formula $\sqrt[3]{A-B}$
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 </lyxtabular>
2399
2400 \end_inset
2401
2402
2403 \end_layout
2404
2405 \begin_layout Standard
2406 A square root can also be created with 
2407 \series bold
2408
2409 \backslash
2410 root
2411 \series default
2412  when the root index field is left empty.
2413 \end_layout
2414
2415 \begin_layout Standard
2416 With certain indices the distance to the root is too small, like in this
2417  formula: 
2418 \begin_inset Formula $\sqrt[\beta]{B}$
2419 \end_inset
2420
2421
2422 \begin_inset Newline newline
2423 \end_inset
2424
2425 The 
2426 \begin_inset Formula $\beta$
2427 \end_inset
2428
2429  touches the root.
2430  To avoid this, the commands 
2431 \series bold
2432
2433 \backslash
2434 leftroot
2435 \series default
2436
2437 \begin_inset Index idx
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441 Commands ! L ! 
2442 \backslash
2443 leftroot
2444 \end_layout
2445
2446 \end_inset
2447
2448  and 
2449 \series bold
2450
2451 \backslash
2452 uproot
2453 \series default
2454
2455 \begin_inset Index idx
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 Commands ! U ! 
2460 \backslash
2461 uproot
2462 \end_layout
2463
2464 \end_inset
2465
2466  are used with the following scheme:
2467 \end_layout
2468
2469 \begin_layout Standard
2470
2471 \series bold
2472
2473 \backslash
2474 leftroot{distance}
2475 \series default
2476  and 
2477 \series bold
2478
2479 \backslash
2480 uproot{distance}
2481 \end_layout
2482
2483 \begin_layout Standard
2484 Distance is the number of Big Points (unit bp; 
2485 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2486 \end_inset
2487
2488 ), that the index should be moved to the left or top, resp..
2489  The commands are written to the index.
2490  This way the command
2491 \begin_inset Newline newline
2492 \end_inset
2493
2494
2495 \series bold
2496
2497 \backslash
2498 root
2499 \backslash
2500 leftroot{-1
2501 \begin_inset Formula $\to$
2502 \end_inset
2503
2504
2505 \backslash
2506 uproot{2
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510
2511 \backslash
2512 beta
2513 \begin_inset space \textvisiblespace{}
2514 \end_inset
2515
2516
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520 B
2521 \begin_inset Newline newline
2522 \end_inset
2523
2524
2525 \series default
2526 produces a correct typeset formula: 
2527 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Subsection
2534 Binomial Coefficients
2535 \begin_inset Index idx
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 Binomial coefficients
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 Binomial coefficients are inserted with the command 
2549 \series bold
2550
2551 \backslash
2552 binom
2553 \series default
2554
2555 \begin_inset Index idx
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Commands ! B ! 
2560 \backslash
2561 binom
2562 \end_layout
2563
2564 \end_inset
2565
2566  or with the submenu of the math toolbar button 
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "math-insert \\frac-square"
2570 \end_inset
2571
2572 .
2573  As with fractions (
2574 \series bold
2575
2576 \backslash
2577 frac
2578 \series default
2579 ) in addition to 
2580 \series bold
2581
2582 \backslash
2583 binom
2584 \series default
2585  there are the commands 
2586 \series bold
2587
2588 \backslash
2589 dbinom
2590 \series default
2591
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Commands ! D ! 
2597 \backslash
2598 dbinom
2599 \end_layout
2600
2601 \end_inset
2602
2603  and 
2604 \series bold
2605
2606 \backslash
2607 tbinom
2608 \series default
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Commands ! T ! 
2615 \backslash
2616 tbinom
2617 \end_layout
2618
2619 \end_inset
2620
2621 .
2622  For other brackets around binomial coeficients there are the commands 
2623 \series bold
2624
2625 \backslash
2626 brace
2627 \series default
2628
2629 \begin_inset Index idx
2630 status collapsed
2631
2632 \begin_layout Plain Layout
2633 Commands ! B ! 
2634 \backslash
2635 brace
2636 \end_layout
2637
2638 \end_inset
2639
2640  and 
2641 \series bold
2642
2643 \backslash
2644 brack
2645 \series default
2646
2647 \begin_inset Index idx
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 Commands ! B ! 
2652 \backslash
2653 brack
2654 \end_layout
2655
2656 \end_inset
2657
2658 .
2659 \begin_inset Separator parbreak
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Standard
2666 \align center
2667 \begin_inset Tabular
2668 <lyxtabular version="3" rows="6" columns="2">
2669 <features booktabs="true" tabularvalignment="middle">
2670 <column alignment="center" valignment="top" width="0pt">
2671 <column alignment="center" valignment="top" width="0pt">
2672 <row>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 Command
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 Result
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row topspace="1mm">
2693 <cell alignment="center" valignment="top" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset space \textvisiblespace{}
2701 \end_inset
2702
2703 A
2704 \begin_inset Formula $\downarrow$
2705 \end_inset
2706
2707 B
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716 \begin_inset Formula $\binom{A}{B}$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 </row>
2725 <row topspace="2mm">
2726 <cell alignment="center" valignment="top" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730
2731 \backslash
2732 dbinom
2733 \begin_inset space \textvisiblespace{}
2734 \end_inset
2735
2736 A
2737 \begin_inset Formula $\downarrow$
2738 \end_inset
2739
2740 B
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749 \begin_inset Formula $\dbinom{A}{B}$
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row topspace="2mm" bottomspace="0.5mm">
2759 <cell alignment="center" valignment="top" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 tbinom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\tbinom{A}{B}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row topspace="1mm">
2792 <cell alignment="center" valignment="top" topline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 brack
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula ${A \brack B}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row topspace="2mm" bottomspace="0.5mm">
2825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 brace
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula ${A \brace B}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 </lyxtabular>
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Subsection
2865 Case Differentiations
2866 \begin_inset Index idx
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 Case differentiations 
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \align center
2880 \begin_inset Tabular
2881 <lyxtabular version="3" rows="3" columns="2">
2882 <features booktabs="true" tabularvalignment="middle">
2883 <column alignment="center" valignment="top" width="0pt">
2884 <column alignment="center" valignment="top" width="0pt">
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Command
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Result
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \backslash
2912 cases
2913 \begin_inset space \textvisiblespace{}
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\to$
2918 \end_inset
2919
2920 B>0
2921 \begin_inset Index idx
2922 status collapsed
2923
2924 \begin_layout Plain Layout
2925 Commands ! C ! 
2926 \backslash
2927 cases
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\begin{cases}
2942 A & B>0\end{cases}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row topspace="1.5mm">
2952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset space \textvisiblespace{}
2960 \end_inset
2961
2962
2963 \begin_inset Info
2964 type  "shortcut"
2965 arg   "newline-insert newline"
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 \begin_inset Formula $\begin{cases}
2978 A & \textrm{for }x>0\\
2979 B & \textrm{for }x=0
2980 \end{cases}$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 </lyxtabular>
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 After inserting 
2998 \series bold
2999
3000 \backslash
3001 cases
3002 \series default
3003  or pressing the math toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "math-insert \\cases"
3007 \end_inset
3008
3009  you can create new lines with the shortcut 
3010 \begin_inset Info
3011 type  "shortcut"
3012 arg   "newline-insert newline"
3013 \end_inset
3014
3015  or the table toolbar button 
3016 \begin_inset Info
3017 type  "icon"
3018 arg   "inset-modify tabular append-row"
3019 \end_inset
3020
3021 .
3022 \end_layout
3023
3024 \begin_layout Standard
3025 The command 
3026 \series bold
3027
3028 \backslash
3029 cases
3030 \series default
3031  is also available via the menu 
3032 \family sans
3033 Insert\SpecialChar menuseparator
3034 Math\SpecialChar menuseparator
3035 Cases-Environment
3036 \family default
3037 .
3038 \end_layout
3039
3040 \begin_layout Subsection
3041 Negations
3042 \begin_inset Index idx
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046 Negations
3047 \end_layout
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Standard
3055 By inserting 
3056 \series bold
3057
3058 \backslash
3059 not
3060 \series default
3061
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Commands ! N ! 
3067 \backslash
3068 not
3069 \end_layout
3070
3071 \end_inset
3072
3073  every character can be displayed canceled.
3074  The characters are quasi accentuated by a slash.
3075 \begin_inset Separator parbreak
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 \align center
3083 \begin_inset Tabular
3084 <lyxtabular version="3" rows="4" columns="2">
3085 <features booktabs="true" tabularvalignment="middle">
3086 <column alignment="center" valignment="top" width="0pt">
3087 <column alignment="center" valignment="top" width="0pt">
3088 <row>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 Command
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 Result
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 </row>
3108 <row>
3109 <cell alignment="center" valignment="top" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \backslash
3115 not=
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 \begin_inset Formula $\not=$
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row>
3134 <cell alignment="center" valignment="top" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \backslash
3140 not 
3141 \backslash
3142 le
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 \begin_inset Formula $\not\le$
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \backslash
3167 not 
3168 \backslash
3169 parallel
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 \begin_inset Formula $\not\parallel$
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 </lyxtabular>
3188
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \begin_layout Standard
3195 The last example shows that not all negations look good.
3196  Therefore there are special commands for some negations (see 
3197 \begin_inset CommandInset ref
3198 LatexCommand ref
3199 reference "subsec:Mathematical-Symbols"
3200
3201 \end_inset
3202
3203  and 
3204 \begin_inset CommandInset ref
3205 LatexCommand ref
3206 reference "sec:Relations"
3207
3208 \end_inset
3209
3210 ).
3211 \end_layout
3212
3213 \begin_layout Subsection
3214 Placeholders
3215 \begin_inset CommandInset label
3216 LatexCommand label
3217 name "subsec:Placeholders"
3218
3219 \end_inset
3220
3221
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 Placeholders
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Chemical characters ! Isotopes
3237 \end_layout
3238
3239 \end_inset
3240
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Isotopes|see
3247 \begin_inset ERT
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251
3252 {
3253 \end_layout
3254
3255 \end_inset
3256
3257 Chemical characters
3258 \begin_inset ERT
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262
3263 }
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \end_inset
3272
3273
3274 \end_layout
3275
3276 \begin_layout Standard
3277 When displaying e.
3278 \begin_inset space \thinspace{}
3279 \end_inset
3280
3281 g.
3282 \begin_inset space \space{}
3283 \end_inset
3284
3285 isotopes
3286 \begin_inset Foot
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Typesetting isotopes and chemical symbols is described in 
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "subsec:Chemical-Symbols-and"
3294
3295 \end_inset
3296
3297 .
3298 \end_layout
3299
3300 \end_inset
3301
3302  the following problem occurs:
3303 \begin_inset Separator parbreak
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 \align center
3311 \begin_inset Tabular
3312 <lyxtabular version="3" rows="2" columns="2">
3313 <features booktabs="true" tabularvalignment="middle">
3314 <column alignment="center" valignment="top" width="0pt">
3315 <column alignment="center" valignment="top" width="0pt">
3316 <row>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Indices created with sub- and superscripts:
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3331 \end_inset
3332
3333
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row topspace="1.5mm">
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 correct indices:
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 </lyxtabular>
3363
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \begin_layout Standard
3370 The shorter index is by default placed below or above the first character
3371  of the longer index.
3372  To avoid this there is the command 
3373 \series bold
3374
3375 \backslash
3376 phantom
3377 \series default
3378
3379 \begin_inset Index idx
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383 Commands ! P ! 
3384 \backslash
3385 phantom
3386 \end_layout
3387
3388 \end_inset
3389
3390  or the math toolbar button
3391 \begin_inset space \thinspace{}
3392 \end_inset
3393
3394
3395 \begin_inset Foot
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 can be found in the submenu of the toolbar button 
3400 \begin_inset Info
3401 type  "icon"
3402 arg   "math-insert \\space"
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \end_inset
3409
3410  
3411 \begin_inset Graphics
3412         filename ../images/math/phantom.png
3413         scale 85
3414
3415 \end_inset
3416
3417  that creates one or more phantom characters.
3418  When inserting 
3419 \series bold
3420
3421 \backslash
3422 phantom
3423 \series default
3424  a small blue box appears that is superposed with two red arrows.
3425  The arrows indicate that the complete width and height of the box content
3426  will be created as placeholder.
3427  Phantom characters are accordingly placeholders with the size of the characters.
3428 \begin_inset Separator parbreak
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="4" columns="2">
3438 <features booktabs="true" tabularvalignment="middle">
3439 <column alignment="center" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Command
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Result
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row topspace="1.5mm">
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 ^19
3467 \begin_inset space \textvisiblespace{}
3468 \end_inset
3469
3470 _
3471 \backslash
3472 phantom
3473 \begin_inset space \textvisiblespace{}
3474 \end_inset
3475
3476 1
3477 \begin_inset Formula $\to$
3478 \end_inset
3479
3480 9
3481 \begin_inset space \textvisiblespace{}
3482 \end_inset
3483
3484 F
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row topspace="1.5mm" bottomspace="0.5mm">
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 ^235
3508 \begin_inset space \textvisiblespace{}
3509 \end_inset
3510
3511 _
3512 \backslash
3513 phantom
3514 \begin_inset space \textvisiblespace{}
3515 \end_inset
3516
3517 23
3518 \begin_inset Formula $\to$
3519 \end_inset
3520
3521 9
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 F
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row topspace="1.5mm" bottomspace="0.5mm">
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \backslash
3550 Lambda^
3551 \begin_inset space \textvisiblespace{}
3552 \end_inset
3553
3554
3555 \backslash
3556 phantom
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 ii
3561 \begin_inset Formula $\to$
3562 \end_inset
3563
3564 t
3565 \begin_inset space \textvisiblespace{}
3566 \end_inset
3567
3568 _MMt
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 </lyxtabular>
3587
3588 \end_inset
3589
3590
3591 \end_layout
3592
3593 \begin_layout Standard
3594 Furthermore there are the commands 
3595 \series bold
3596
3597 \backslash
3598 vphantom
3599 \series default
3600
3601 \begin_inset Index idx
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605 Commands ! V ! 
3606 \backslash
3607 vphantom
3608 \end_layout
3609
3610 \end_inset
3611
3612  (toolbar button 
3613 \begin_inset space ~
3614 \end_inset
3615
3616
3617 \begin_inset Graphics
3618         filename ../images/math/vphantom.png
3619         scale 85
3620
3621 \end_inset
3622
3623 ) and 
3624 \series bold
3625
3626 \backslash
3627 hphantom
3628 \series default
3629
3630 \begin_inset Index idx
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 Commands ! H ! 
3635 \backslash
3636 hphantom
3637 \end_layout
3638
3639 \end_inset
3640
3641  (toolbar button 
3642 \begin_inset space ~
3643 \end_inset
3644
3645
3646 \begin_inset Graphics
3647         filename ../images/math/hphantom.png
3648         scale 85
3649
3650 \end_inset
3651
3652 ).
3653  
3654 \series bold
3655
3656 \backslash
3657 hphantom
3658 \series default
3659  creates only space for the maximal height of the characters in the box
3660  but not for its width.
3661  
3662 \series bold
3663
3664 \backslash
3665 vphantom
3666 \series default
3667  creates only space for the width of the box content.
3668  Therefore  the boxes of both commands have only one red arrow.
3669 \end_layout
3670
3671 \begin_layout Standard
3672 For example the command 
3673 \series bold
3674
3675 \backslash
3676 vphantom
3677 \begin_inset space \textvisiblespace{}
3678 \end_inset
3679
3680 a
3681 \backslash
3682 int
3683 \series default
3684  creates space for the height of the integral sign,
3685 \begin_inset Foot
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689 The command 
3690 \series bold
3691
3692 \backslash
3693 int
3694 \series default
3695  creates an integral sign, see 
3696 \begin_inset CommandInset ref
3697 LatexCommand ref
3698 reference "subsec:Big-Operators"
3699
3700 \end_inset
3701
3702 .
3703 \end_layout
3704
3705 \end_inset
3706
3707  because this is the larger character.
3708  An example application is in 
3709 \begin_inset CommandInset ref
3710 LatexCommand ref
3711 reference "subsec:Multiline-Brackets"
3712
3713 \end_inset
3714
3715 .
3716 \end_layout
3717
3718 \begin_layout Standard
3719 Placeholders can also be used for text when they are inserted via the menu
3720  
3721 \family sans
3722 Insert\SpecialChar menuseparator
3723 Formatting\SpecialChar menuseparator
3724 Phantom
3725 \family default
3726 :
3727 \end_layout
3728
3729 \begin_layout Standard
3730 This is a sentence.
3731 \begin_inset Newline newline
3732 \end_inset
3733
3734
3735 \begin_inset Phantom Phantom
3736 status open
3737
3738 \begin_layout Plain Layout
3739 This
3740 \end_layout
3741
3742 \end_inset
3743
3744  is a sentence.
3745 \end_layout
3746
3747 \begin_layout Subsection
3748 Lines
3749 \begin_inset Index idx
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753 Lines
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \begin_inset Index idx
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763 Formula ! underlined
3764 \end_layout
3765
3766 \end_inset
3767
3768
3769 \end_layout
3770
3771 \begin_layout Standard
3772 \align center
3773 \begin_inset Tabular
3774 <lyxtabular version="3" rows="4" columns="2">
3775 <features booktabs="true" tabularvalignment="middle">
3776 <column alignment="center" valignment="top" width="0pt">
3777 <column alignment="center" valignment="top" width="0pt">
3778 <row>
3779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Command
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Result
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row topspace="2mm">
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \backslash
3805 overline
3806 \begin_inset space \textvisiblespace{}
3807 \end_inset
3808
3809 A+B
3810 \begin_inset Index idx
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814 Commands ! O ! 
3815 \backslash
3816 overline
3817 \end_layout
3818
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 \begin_inset Formula $\overline{A+B}$
3831 \end_inset
3832
3833
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row bottomspace="1mm">
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \backslash
3846 underline
3847 \begin_inset space \textvisiblespace{}
3848 \end_inset
3849
3850 A+B
3851 \begin_inset Index idx
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 Commands ! U ! 
3856 \backslash
3857 underline
3858 \end_layout
3859
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 \begin_inset Formula $\underline{A+B}$
3872 \end_inset
3873
3874
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row topspace="2mm" bottomspace="1mm">
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \backslash
3887 overline
3888 \begin_inset space \textvisiblespace{}
3889 \end_inset
3890
3891
3892 \backslash
3893 underline
3894 \begin_inset space \textvisiblespace{}
3895 \end_inset
3896
3897 A+B
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 \begin_inset Formula $\overline{\underline{A+B}}$
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 </lyxtabular>
3916
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 In the last example it doesn't matter if first 
3924 \series bold
3925
3926 \backslash
3927 overline
3928 \series default
3929  or 
3930 \series bold
3931
3932 \backslash
3933 underline
3934 \series default
3935  is inserted.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 To double underline use 
3940 \series bold
3941
3942 \backslash
3943 underline
3944 \series default
3945  twice.
3946 \end_layout
3947
3948 \begin_layout Standard
3949 It is possible to place up to 6 lines above or below characters.
3950 \end_layout
3951
3952 \begin_layout Standard
3953 \begin_inset VSpace bigskip
3954 \end_inset
3955
3956 Custom lines can be created using the command 
3957 \series bold
3958
3959 \backslash
3960 rule
3961 \series default
3962
3963 \begin_inset Index idx
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 Commands ! R ! 
3968 \backslash
3969 rule
3970 \end_layout
3971
3972 \end_inset
3973
3974  which has the following scheme:
3975 \end_layout
3976
3977 \begin_layout Standard
3978
3979 \series bold
3980
3981 \backslash
3982 rule[vertical offset]{length}{thickness}
3983 \end_layout
3984
3985 \begin_layout Standard
3986 The optional vertical offset shifts the line upwards (or downwards, when
3987  the value is negative).
3988  The units listed in 
3989 \begin_inset CommandInset ref
3990 LatexCommand ref
3991 reference "tab:Available-units"
3992
3993 \end_inset
3994
3995  can be used for the values.
3996  Here are two example lines created with the commands
3997 \begin_inset Newline newline
3998 \end_inset
3999
4000
4001 \series bold
4002
4003 \backslash
4004 rule[-2ex]{3cm}{2pt}
4005 \series default
4006  and 
4007 \series bold
4008
4009 \backslash
4010 rule{2cm}{1pt}
4011 \series default
4012 :
4013 \end_layout
4014
4015 \begin_layout Standard
4016 This is a sentence 
4017 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4018 \end_inset
4019
4020  with two lines.
4021 \end_layout
4022
4023 \begin_layout Standard
4024
4025 \series bold
4026
4027 \backslash
4028 rule
4029 \series default
4030  can also be used for text when a line is inserted via the menu 
4031 \family sans
4032 Insert\SpecialChar menuseparator
4033 Formatting\SpecialChar menuseparator
4034 Horizontal
4035 \begin_inset space ~
4036 \end_inset
4037
4038 Line
4039 \family default
4040 :
4041 \end_layout
4042
4043 \begin_layout Standard
4044 This is a sentence 
4045 \begin_inset CommandInset line
4046 LatexCommand rule
4047 offset "0.5ex"
4048 width "3cm"
4049 height "1pt"
4050
4051 \end_inset
4052
4053  with one line.
4054 \end_layout
4055
4056 \begin_layout Subsection
4057 Ellipses
4058 \begin_inset CommandInset label
4059 LatexCommand label
4060 name "subsec:Ellipses"
4061
4062 \end_inset
4063
4064
4065 \begin_inset Index idx
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Ellipses
4070 \end_layout
4071
4072 \end_inset
4073
4074
4075 \end_layout
4076
4077 \begin_layout Standard
4078 There are different types of ellipses available.
4079 \begin_inset Foot
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083 In the math toolbar in the submenu of the button 
4084 \begin_inset Info
4085 type  "icon"
4086 arg   "math-insert \\ldots"
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093
4094  For listings dots at the baseline are used (
4095 \series bold
4096
4097 \backslash
4098 ldots
4099 \series default
4100
4101 \begin_inset Index idx
4102 status collapsed
4103
4104 \begin_layout Plain Layout
4105 Commands ! L ! 
4106 \backslash
4107 ldots
4108 \end_layout
4109
4110 \end_inset
4111
4112 ), while for operations dots are needed that are on the same height as the
4113  operators (
4114 \series bold
4115
4116 \backslash
4117 cdots
4118 \series default
4119
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Commands ! C ! 
4125 \backslash
4126 cdots
4127 \end_layout
4128
4129 \end_inset
4130
4131 ).
4132  When using the command 
4133 \series bold
4134
4135 \backslash
4136 dots
4137 \series default
4138
4139 \begin_inset Index idx
4140 status collapsed
4141
4142 \begin_layout Plain Layout
4143 Commands ! D ! 
4144 \backslash
4145 dots
4146 \end_layout
4147
4148 \end_inset
4149
4150 , \SpecialChar LaTeX
4151  decides on the basis of the next character what type is used.
4152 \begin_inset Separator parbreak
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \begin_layout Standard
4159 \align center
4160 \begin_inset Tabular
4161 <lyxtabular version="3" rows="9" columns="2">
4162 <features booktabs="true" tabularvalignment="middle">
4163 <column alignment="center" valignment="top" width="0pt">
4164 <column alignment="center" valignment="top" width="0pt">
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Command
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Result
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 A_1
4191 \begin_inset space \textvisiblespace{}
4192 \end_inset
4193
4194 ,
4195 \backslash
4196 dots
4197 \begin_inset space \textvisiblespace{}
4198 \end_inset
4199
4200 ,A_n
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 \begin_inset Formula $A_{1},\dots,A_{n}$
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 A_1
4224 \begin_inset space \textvisiblespace{}
4225 \end_inset
4226
4227 +
4228 \backslash
4229 dots
4230 \begin_inset space \textvisiblespace{}
4231 \end_inset
4232
4233 +A_n
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 \begin_inset Formula $A_{1}+\dots+A_{n}$
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 A_1
4257 \begin_inset space \textvisiblespace{}
4258 \end_inset
4259
4260 ,
4261 \backslash
4262 ldots
4263 \begin_inset space \textvisiblespace{}
4264 \end_inset
4265
4266 ,A_n
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 \begin_inset Formula $A_{1},\ldots,A_{n}$
4276 \end_inset
4277
4278
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 A_1
4290 \begin_inset space \textvisiblespace{}
4291 \end_inset
4292
4293 +
4294 \backslash
4295 cdots
4296 \begin_inset space \textvisiblespace{}
4297 \end_inset
4298
4299 +A_n
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4309 \end_inset
4310
4311
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 </row>
4317 <row>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \backslash
4324 vdots
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 \begin_inset Formula $\vdots$
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \backslash
4349 ddots
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 \begin_inset Formula $\ddots$
4359 \end_inset
4360
4361
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \backslash
4374 iddots
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 \begin_inset Formula $\iddots$
4384 \end_inset
4385
4386
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row>
4393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 3×3
4398 \begin_inset space \thinspace{}
4399 \end_inset
4400
4401 matrix with the different dots
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 \begin_inset Formula $\begin{array}{ccc}
4411 A_{11} & \cdots & A_{1m}\\
4412 \vdots & \ddots & \vdots\\
4413 A_{n1} & \cdots & A_{nm}
4414 \end{array}$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 </lyxtabular>
4424
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \begin_layout Standard
4431 The ellipses available in menu 
4432 \family sans
4433 Insert\SpecialChar menuseparator
4434 Special
4435 \begin_inset space ~
4436 \end_inset
4437
4438 Character
4439 \family default
4440  are 
4441 \series bold
4442
4443 \backslash
4444 ldots
4445 \series default
4446 .
4447 \end_layout
4448
4449 \begin_layout Standard
4450 \begin_inset VSpace medskip
4451 \end_inset
4452
4453 To use 
4454 \series bold
4455
4456 \backslash
4457 iddots
4458 \series default
4459 , one of the options 
4460 \family sans
4461 Use mathdots package (automatically)
4462 \family default
4463  must be set in the document settings under 
4464 \family sans
4465 Math
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Options
4470 \family default
4471 .
4472 \begin_inset Newline newline
4473 \end_inset
4474
4475 Using the option 
4476 \family sans
4477 Use mathdots package
4478 \family default
4479  will improve the appearance of all dots in the documents if their font
4480  style or size is not the default.
4481 \end_layout
4482
4483 \begin_layout Standard
4484 \begin_inset VSpace medskip
4485 \end_inset
4486
4487 Specially for matrices there are ellipses that span over several columns.
4488  They are created with the command 
4489 \series bold
4490
4491 \backslash
4492 hdotsfor
4493 \series default
4494
4495 \begin_inset Index idx
4496 status collapsed
4497
4498 \begin_layout Plain Layout
4499 Commands ! H ! 
4500 \backslash
4501 hdotsfor
4502 \end_layout
4503
4504 \end_inset
4505
4506 , that has the following scheme:
4507 \end_layout
4508
4509 \begin_layout Standard
4510
4511 \series bold
4512
4513 \backslash
4514 hdotsfor[distance]{number of columns}
4515 \end_layout
4516
4517 \begin_layout Standard
4518 The number of columns specifies how many columns should be spanned.
4519  Distance is a factor for the distance between the dots.
4520 \end_layout
4521
4522 \begin_layout Standard
4523 In the following matrix the command 
4524 \series bold
4525
4526 \backslash
4527 hdotsfor[2]{4}
4528 \series default
4529  was inserted in the first box of the second line, to get an ellipsis with
4530  a dot distance twice as long as with the command 
4531 \series bold
4532
4533 \backslash
4534 dots
4535 \series default
4536 :
4537 \begin_inset Formula 
4538 \[
4539 \left(\begin{array}{cccc}
4540 A & B & C & D\\
4541 \hdotsfor[2]{4}\\
4542 q & w & e & r
4543 \end{array}\right)
4544 \]
4545
4546 \end_inset
4547
4548 Note that the matrix fields that should be spanned must be empty, otherwise
4549  you get \SpecialChar LaTeX
4550 -errors.
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \begin_inset VSpace bigskip
4555 \end_inset
4556
4557 Furthermore you can fill with the command 
4558 \series bold
4559
4560 \backslash
4561 dotfill
4562 \series default
4563
4564 \begin_inset Index idx
4565 status collapsed
4566
4567 \begin_layout Plain Layout
4568 Commands ! D ! 
4569 \backslash
4570 dotfill
4571 \end_layout
4572
4573 \end_inset
4574
4575  the rest of a line with dots.
4576  The effect of these commands is the same as with 
4577 \series bold
4578
4579 \backslash
4580 hfill
4581 \series default
4582 , see 
4583 \begin_inset CommandInset ref
4584 LatexCommand ref
4585 reference "subsec:Variable-Space"
4586
4587 \end_inset
4588
4589 .
4590 \end_layout
4591
4592 \begin_layout Standard
4593 For example the command 
4594 \series bold
4595 A
4596 \backslash
4597 dotfill
4598 \begin_inset space \textvisiblespace{}
4599 \end_inset
4600
4601 B
4602 \series default
4603  produces
4604 \end_layout
4605
4606 \begin_layout Standard
4607 \begin_inset Formula $A\dotfill B$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \begin_layout Standard
4614 Similar to
4615 \series bold
4616  
4617 \backslash
4618 dotfill
4619 \series default
4620  there is for a line the command 
4621 \series bold
4622
4623 \backslash
4624 hrulefill
4625 \series default
4626
4627 \begin_inset Index idx
4628 status collapsed
4629
4630 \begin_layout Plain Layout
4631 Commands ! H ! 
4632 \backslash
4633 hrulefill
4634 \end_layout
4635
4636 \end_inset
4637
4638 :
4639 \end_layout
4640
4641 \begin_layout Standard
4642 \begin_inset Formula $A\hrulefill B$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \begin_layout Standard
4649 To use the commands for text, they have to be inserted in \SpecialChar TeX
4650  mode.
4651 \end_layout
4652
4653 \begin_layout Section
4654 Matrices
4655 \begin_inset CommandInset label
4656 LatexCommand label
4657 name "sec:Matrices"
4658
4659 \end_inset
4660
4661
4662 \begin_inset Index idx
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666 Matrices
4667 \end_layout
4668
4669 \end_inset
4670
4671
4672 \end_layout
4673
4674 \begin_layout Standard
4675 Matrices can be inserted via the math toolbar button 
4676 \begin_inset Info
4677 type  "icon"
4678 arg   "dialog-show mathmatrix"
4679 \end_inset
4680
4681  or the menu 
4682 \family sans
4683 Insert\SpecialChar menuseparator
4684 Math\SpecialChar menuseparator
4685 Matrix
4686 \family default
4687 .
4688  In the matrix dialog you can specify the number of columns and rows, the
4689  alignment and the decoration.
4690  The vertical alignment is only of importance for matrices in inline formulas:
4691 \end_layout
4692
4693 \begin_layout Standard
4694 The first matrix is top 
4695 \begin_inset Formula $\begin{array}[t]{cccc}
4696 A & D & G & J\\
4697 B & E & H & K\\
4698 C & F & I & L
4699 \end{array}$
4700 \end_inset
4701
4702 , the second middle 
4703 \begin_inset Formula $\begin{array}{cccc}
4704 A & D & G & J\\
4705 B & E & H & K\\
4706 C & F & I & L
4707 \end{array}$
4708 \end_inset
4709
4710  and the third bottom 
4711 \begin_inset Formula $\begin{array}[b]{cccc}
4712 A & D & G & J\\
4713 B & E & H & K\\
4714 C & F & I & L
4715 \end{array}$
4716 \end_inset
4717
4718  aligned.
4719 \end_layout
4720
4721 \begin_layout Standard
4722 The horizontal alignment specifies how the column entries should be aligned.
4723  It is set by entering a letter for every column.
4724  
4725 \emph on
4726 l
4727 \emph default
4728  denotes left aligned, 
4729 \emph on
4730 c
4731 \emph default
4732  centered and 
4733 \emph on
4734 r
4735 \emph default
4736  right aligned.
4737  To create for example a 4
4738 \series bold
4739 ×
4740 \series default
4741 4
4742 \begin_inset space ~
4743 \end_inset
4744
4745 matrix where the first column is left aligned, the second and third are
4746  centered and the last one is right aligned, one enters for the horizontal
4747  alignment 
4748 \series bold
4749 lccr
4750 \series default
4751 .
4752  Normally in a matrix all columns are centered, therefore the default for
4753  every column is a 
4754 \series bold
4755 c
4756 \series default
4757 .
4758 \end_layout
4759
4760 \begin_layout Standard
4761 Horizontal alignment:
4762 \end_layout
4763
4764 \begin_layout Standard
4765
4766 \series bold
4767 lll
4768 \series default
4769  : 
4770 \begin_inset Formula $\begin{array}{lll}
4771 10000 & D & G\\
4772 B & 10000 & H\\
4773 C & F & 10000
4774 \end{array}$
4775 \end_inset
4776
4777  , 
4778 \series bold
4779 ccc
4780 \series default
4781  : 
4782 \begin_inset Formula $\begin{array}{ccc}
4783 10000 & D & G\\
4784 B & 10000 & H\\
4785 C & F & 10000
4786 \end{array}$
4787 \end_inset
4788
4789  , 
4790 \series bold
4791 rrr
4792 \series default
4793  : 
4794 \begin_inset Formula $\begin{array}{rrr}
4795 10000 & D & G\\
4796 B & 10000 & H\\
4797 C & F & 10000
4798 \end{array}$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \begin_layout Standard
4805 To add or delete rows and columns subsequently, the math toolbar buttons
4806  
4807 \begin_inset Info
4808 type  "icon"
4809 arg   "inset-modify tabular append-row"
4810 \end_inset
4811
4812
4813 \begin_inset Info
4814 type  "icon"
4815 arg   "inset-modify tabular delete-row"
4816 \end_inset
4817
4818 , etc.
4819 \begin_inset space \thinspace{}
4820 \end_inset
4821
4822 , or the menu 
4823 \family sans
4824 Edit\SpecialChar menuseparator
4825 Rows & Columns
4826 \family default
4827  can be used.
4828  New rows can also be created with 
4829 \begin_inset Info
4830 type  "shortcut"
4831 arg   "newline-insert newline"
4832 \end_inset
4833
4834 .
4835 \end_layout
4836
4837 \begin_layout Standard
4838 \begin_inset VSpace bigskip
4839 \end_inset
4840
4841 The 
4842 \family sans
4843 Decoration
4844 \family default
4845  adds parentheses in the selected style around the matrix.
4846  Alternatively, parentheses can can either be created with the commands
4847  
4848 \series bold
4849
4850 \backslash
4851 left
4852 \series default
4853
4854 \begin_inset Index idx
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 Commands ! L ! 
4859 \backslash
4860 left
4861 \end_layout
4862
4863 \end_inset
4864
4865  and 
4866 \series bold
4867
4868 \backslash
4869 right
4870 \series default
4871
4872 \begin_inset Index idx
4873 status collapsed
4874
4875 \begin_layout Plain Layout
4876 Commands ! R ! 
4877 \backslash
4878 right
4879 \end_layout
4880
4881 \end_inset
4882
4883  (shortcut 
4884 \family sans
4885 Alt+M
4886 \begin_inset space ~
4887 \end_inset
4888
4889 Parenthesis
4890 \family default
4891 ), see 
4892 \begin_inset CommandInset ref
4893 LatexCommand ref
4894 reference "subsec:Automatic-Bracket-Size"
4895
4896 \end_inset
4897
4898 , or by using the following commands:
4899 \begin_inset VSpace medskip
4900 \end_inset
4901
4902
4903 \end_layout
4904
4905 \begin_layout Standard
4906 \begin_inset space \hfill{}
4907 \end_inset
4908
4909
4910 \begin_inset Tabular
4911 <lyxtabular version="3" rows="4" columns="2">
4912 <features booktabs="true" tabularvalignment="middle">
4913 <column alignment="center" valignment="top" width="0pt">
4914 <column alignment="center" valignment="top">
4915 <row>
4916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 Command
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Result
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 <row topspace="1.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 topspace="1.5mm" bottomspace="0.5mm">
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \backslash
4982 Bmatrix
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" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5004 0 & \textrm{-}\mathrm{i}\\
5005 \mathrm{i} & 0
5006 \end{array}\end{Bmatrix}$
5007 \end_inset
5008
5009
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \backslash
5022 pmatrix
5023 \begin_inset space \textvisiblespace{}
5024 \end_inset
5025
5026 2
5027 \series bold
5028 ×
5029 \series default
5030 2
5031 \begin_inset space \thinspace{}
5032 \end_inset
5033
5034 matrix
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5044 0 & \textrm{-}\mathrm{i}\\
5045 \mathrm{i} & 0
5046 \end{array}\end{pmatrix}$
5047 \end_inset
5048
5049
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 </lyxtabular>
5056
5057 \end_inset
5058
5059
5060 \begin_inset space \hfill{}
5061 \end_inset
5062
5063
5064 \begin_inset Tabular
5065 <lyxtabular version="3" rows="4" columns="2">
5066 <features booktabs="true" tabularvalignment="middle">
5067 <column alignment="center" valignment="top" width="0pt">
5068 <column alignment="center" valignment="top">
5069 <row>
5070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Command
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Result
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row topspace="1.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 topspace="1.5mm" bottomspace="0.5mm">
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \backslash
5136 Vmatrix
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" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5158 0 & \textrm{-}\mathrm{i}\\
5159 \mathrm{i} & 0
5160 \end{array}\end{Vmatrix}$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row>
5170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \backslash
5176 matrix
5177 \begin_inset space \textvisiblespace{}
5178 \end_inset
5179
5180 2
5181 \series bold
5182 ×
5183 \series default
5184 2
5185 \begin_inset space \thinspace{}
5186 \end_inset
5187
5188 matrix
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5198 0 & \textrm{-}\mathrm{i}\\
5199 \mathrm{i} & 0
5200 \end{array}\end{matrix}$
5201 \end_inset
5202
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 </lyxtabular>
5210
5211 \end_inset
5212
5213
5214 \begin_inset space \hfill{}
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Standard
5221 \begin_inset VSpace medskip
5222 \end_inset
5223
5224 When e.
5225 \begin_inset space \thinspace{}
5226 \end_inset
5227
5228 g.
5229 \begin_inset space \space{}
5230 \end_inset
5231
5232
5233 \series bold
5234
5235 \backslash
5236 vmatrix
5237 \series default
5238  is inserted, a blue box appears between two vertical lines where the matrix
5239  is inserted.
5240 \begin_inset Newline newline
5241 \end_inset
5242
5243 Note that decorated matrices ignore the vertical alignment.
5244 \end_layout
5245
5246 \begin_layout Standard
5247 \begin_inset VSpace bigskip
5248 \end_inset
5249
5250 As all multiline formulas are matrices, the length 
5251 \series bold
5252
5253 \backslash
5254 arraycolsep
5255 \series default
5256
5257 \begin_inset Index idx
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261 Commands ! A ! 
5262 \backslash
5263 arraycolsep
5264 \end_layout
5265
5266 \end_inset
5267
5268  that is described in 
5269 \begin_inset CommandInset ref
5270 LatexCommand ref
5271 reference "subsec:Column-Separation"
5272
5273 \end_inset
5274
5275  can also be used to change the column separation of matrices.
5276 \end_layout
5277
5278 \begin_layout Standard
5279 To change the row separation, the command 
5280 \series bold
5281
5282 \backslash
5283 arraystretch
5284 \series default
5285
5286 \begin_inset Index idx
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290 Commands ! A ! 
5291 \backslash
5292 arraystretch
5293 \end_layout
5294
5295 \end_inset
5296
5297  is used.
5298  It is used as follows:
5299 \end_layout
5300
5301 \begin_layout Standard
5302
5303 \series bold
5304
5305 \backslash
5306 renewcommand{
5307 \backslash
5308 arraystretch}{stretch factor}
5309 \begin_inset Index idx
5310 status collapsed
5311
5312 \begin_layout Plain Layout
5313 Commands ! R ! 
5314 \backslash
5315 renewcommand
5316 \end_layout
5317
5318 \end_inset
5319
5320
5321 \end_layout
5322
5323 \begin_layout Standard
5324 The command 
5325 \series bold
5326
5327 \backslash
5328 renewcommand
5329 \series default
5330  assigns the stretch factor to the predefined command 
5331 \series bold
5332
5333 \backslash
5334 arraystretch
5335 \series default
5336 .
5337  To double e.
5338 \begin_inset space \thinspace{}
5339 \end_inset
5340
5341 g.
5342 \begin_inset space \space{}
5343 \end_inset
5344
5345 the row separation, use the factor 2.
5346  This is then used for all following matrices.
5347  To go back to the original separation, assign the factor 1 to 
5348 \series bold
5349
5350 \backslash
5351 arraystretch
5352 \series default
5353 .
5354 \end_layout
5355
5356 \begin_layout Standard
5357 To set matrices into a text line, the command 
5358 \series bold
5359
5360 \backslash
5361 smallmatrix
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Commands ! S ! 
5369 \backslash
5370 smallmatrix
5371 \end_layout
5372
5373 \end_inset
5374
5375  is used.
5376  When it is inserted a blue box with two dashed lines appears.
5377  In this box the matrix is inserted.
5378 \end_layout
5379
5380 \begin_layout Standard
5381 This is a matrix 
5382 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5383 C & D
5384 \end{smallmatrix}\right)$
5385 \end_inset
5386
5387  in a text line.
5388 \end_layout
5389
5390 \begin_layout Section
5391 Brackets and Delimiters
5392 \begin_inset Index idx
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Brackets
5397 \end_layout
5398
5399 \end_inset
5400
5401
5402 \begin_inset Index idx
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406 Delimiters
5407 \end_layout
5408
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Subsection
5415 Vertical Brackets and Delimiters
5416 \begin_inset Index idx
5417 status collapsed
5418
5419 \begin_layout Plain Layout
5420 Brackets ! vertical
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 \begin_inset space \hfill{}
5430 \end_inset
5431
5432
5433 \begin_inset Tabular
5434 <lyxtabular version="3" rows="9" columns="2">
5435 <features booktabs="true" tabularvalignment="middle">
5436 <column alignment="center" valignment="top" width="0pt">
5437 <column alignment="center" valignment="top" width="0pt">
5438 <row>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Command
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 Result
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="center" valignment="top" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 (
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 \begin_inset Formula $($
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 {
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 \begin_inset Formula $\{$
5496 \end_inset
5497
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 </row>
5504 <row>
5505 <cell alignment="center" valignment="top" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 [
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 \begin_inset Formula $[$
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532
5533 \backslash
5534 langle
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 \begin_inset Formula $\langle$
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row>
5553 <cell alignment="center" valignment="top" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557
5558 \backslash
5559 lceil
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\lceil$
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \backslash
5584 lfloor
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\lfloor$
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 /
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $/$
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 |
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 \begin_inset Formula $|$
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 </lyxtabular>
5649
5650 \end_inset
5651
5652
5653 \begin_inset space \hfill{}
5654 \end_inset
5655
5656
5657 \begin_inset Tabular
5658 <lyxtabular version="3" rows="9" columns="2">
5659 <features booktabs="true" tabularvalignment="middle">
5660 <column alignment="center" valignment="top" width="0pt">
5661 <column alignment="center" valignment="top" width="0pt">
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 Command
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 Result
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 )
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $)$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 }
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\}$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 ]
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $]$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \backslash
5758 rangle
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $\rangle$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 <row>
5777 <cell alignment="center" valignment="top" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \backslash
5783 rceil
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\rceil$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 rfloor
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\rfloor$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \backslash
5833
5834 \backslash
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 \begin_inset Formula $\backslash$
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \backslash
5860 |
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $\|$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 </lyxtabular>
5879
5880 \end_inset
5881
5882
5883 \begin_inset space \hfill{}
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \begin_layout Standard
5890
5891 \series medium
5892 \begin_inset Note Greyedout
5893 status open
5894
5895 \begin_layout Plain Layout
5896
5897 \series bold
5898 Note:
5899 \series default
5900  In \SpecialChar TeX
5901  mode the command 
5902 \series bold
5903
5904 \backslash
5905 textbackslash
5906 \series default
5907
5908 \begin_inset Index idx
5909 status collapsed
5910
5911 \begin_layout Plain Layout
5912 Commands ! T ! 
5913 \backslash
5914 textbackslash
5915 \end_layout
5916
5917 \end_inset
5918
5919  must be used for the backslash, because the command 
5920 \series bold
5921
5922 \backslash
5923
5924 \backslash
5925
5926 \series default
5927  produces a line break there.
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Standard
5936 For all characters listed above the size can be adjusted with the commands
5937  described in the following two subsections.
5938  When using these commands, the characters < and > can directly be used
5939  instead of the commands 
5940 \series bold
5941
5942 \backslash
5943 langle
5944 \series default
5945  and 
5946 \series bold
5947
5948 \backslash
5949 rangle
5950 \series default
5951 .
5952 \end_layout
5953
5954 \begin_layout Subsubsection
5955 Manual Bracket Size
5956 \begin_inset CommandInset label
5957 LatexCommand label
5958 name "subsec:Manual-Bracket-Size"
5959
5960 \end_inset
5961
5962
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 Bracket size ! manual
5968 \end_layout
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 The bracket size can be specified manually by the \SpecialChar LaTeX
5977 -commands 
5978 \series bold
5979
5980 \backslash
5981 big
5982 \series default
5983
5984 \begin_inset Index idx
5985 status collapsed
5986
5987 \begin_layout Plain Layout
5988 Commands ! B ! 
5989 \backslash
5990 big
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \series bold
5997
5998 \backslash
5999 Big
6000 \series default
6001
6002 \series bold
6003
6004 \backslash
6005 bigg
6006 \series default
6007  and 
6008 \series bold
6009
6010 \backslash
6011 Bigg
6012 \series default
6013 .
6014  
6015 \series bold
6016
6017 \backslash
6018 big
6019 \series default
6020  denotes the smallest and 
6021 \series bold
6022
6023 \backslash
6024 Bigg
6025 \series default
6026  the largest bracket size.
6027 \end_layout
6028
6029 \begin_layout Standard
6030 These commands are used to emphasize levels of brackets:
6031 \begin_inset Separator parbreak
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \begin_layout Standard
6038 \align center
6039 \begin_inset Tabular
6040 <lyxtabular version="3" rows="2" columns="2">
6041 <features booktabs="true" tabularvalignment="middle">
6042 <column alignment="center" valignment="top" width="0pt">
6043 <column alignment="center" valignment="top" width="0pt">
6044 <row>
6045 <cell alignment="center" valignment="top" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 all brackets in the same size:
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 \begin_inset Formula $((A+B)(A-B))^{C}$
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row topspace="2mm">
6068 <cell alignment="center" valignment="top" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 this looks better:
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 </lyxtabular>
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 For the second formula the command 
6099 \series bold
6100
6101 \backslash
6102 Big((A+B)(A-B)
6103 \backslash
6104 Big)^
6105 \begin_inset space \textvisiblespace{}
6106 \end_inset
6107
6108 C
6109 \series default
6110  has been used.
6111 \end_layout
6112
6113 \begin_layout Standard
6114 Here is an overview about all bracket sizes:
6115 \begin_inset Separator parbreak
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \align center
6123
6124 \backslash
6125 Bigg(
6126 \backslash
6127 exp
6128 \backslash
6129 bigg<
6130 \backslash
6131 Big[
6132 \backslash
6133 big{
6134 \backslash
6135 ln(3x)
6136 \backslash
6137 big}^2
6138 \begin_inset space \textvisiblespace{}
6139 \end_inset
6140
6141
6142 \backslash
6143 sin(x)
6144 \backslash
6145 Big]^
6146 \begin_inset space \textvisiblespace{}
6147 \end_inset
6148
6149 A
6150 \begin_inset space \textvisiblespace{}
6151 \end_inset
6152
6153
6154 \backslash
6155 bigg>
6156 \backslash
6157 Bigg)^0,5
6158 \end_layout
6159
6160 \begin_layout Standard
6161 \align center
6162 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \begin_layout Standard
6169 Besides the 
6170 \series bold
6171
6172 \backslash
6173 big
6174 \series default
6175 -commands there is the variant 
6176 \series bold
6177
6178 \backslash
6179 bigm
6180 \series default
6181
6182 \begin_inset Index idx
6183 status collapsed
6184
6185 \begin_layout Plain Layout
6186 Commands ! B ! 
6187 \backslash
6188 bigm
6189 \end_layout
6190
6191 \end_inset
6192
6193  that adds a bit more space between the bracket and its content, and the
6194  variant 
6195 \series bold
6196
6197 \backslash
6198 bigl
6199 \series default
6200 -
6201 \series bold
6202
6203 \backslash
6204 bigr
6205 \series default
6206
6207 \begin_inset Index idx
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 Commands ! B ! 
6212 \backslash
6213 bigl - 
6214 \backslash
6215 bigr
6216 \end_layout
6217
6218 \end_inset
6219
6220 , that don't add additional space.
6221  The 
6222 \emph on
6223 l
6224 \emph default
6225  at the end of the command 
6226 \series bold
6227
6228 \backslash
6229 bigl
6230 \series default
6231  is for a left bracket; for a right bracket this will be replaced by an
6232  
6233 \emph on
6234 r
6235 \emph default
6236 .
6237  A left or right bracket can each be an opening or closing bracket.
6238 \end_layout
6239
6240 \begin_layout Standard
6241 In the following table is a comparison of the variants:
6242 \begin_inset Separator parbreak
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 \align center
6250 \begin_inset Tabular
6251 <lyxtabular version="3" rows="5" columns="2">
6252 <features booktabs="true" tabularvalignment="middle">
6253 <column alignment="center" valignment="top" width="0pt">
6254 <column alignment="center" valignment="middle">
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 Command
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 Result
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row topspace="2mm">
6276 <cell alignment="center" valignment="top" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280
6281 \backslash
6282 Bigm(
6283 \backslash
6284 bigm(
6285 \backslash
6286 ln(3x)
6287 \backslash
6288 bigm)^2
6289 \begin_inset space \textvisiblespace{}
6290 \end_inset
6291
6292
6293 \backslash
6294 Bigm)
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row topspace="2mm">
6313 <cell alignment="center" valignment="top" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \backslash
6319 Big(
6320 \backslash
6321 big(
6322 \backslash
6323 ln(3x)
6324 \backslash
6325 big)^2
6326 \begin_inset space \textvisiblespace{}
6327 \end_inset
6328
6329
6330 \backslash
6331 Big)
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row topspace="2mm" bottomspace="0.5mm">
6350 <cell alignment="center" valignment="top" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354
6355 \backslash
6356 Bigl(
6357 \backslash
6358 bigl(
6359 \backslash
6360 ln(3x)
6361 \backslash
6362 bigr)^2
6363 \begin_inset space \textvisiblespace{}
6364 \end_inset
6365
6366
6367 \backslash
6368 Bigr)
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6378 \end_inset
6379
6380
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row topspace="1.5mm" bottomspace="0.5mm">
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \backslash
6393 bigl)
6394 \backslash
6395 ln(3x)
6396 \backslash
6397 bigr(
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 </lyxtabular>
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \begin_layout Subsubsection
6423 Automatic Bracket Size
6424 \begin_inset CommandInset label
6425 LatexCommand label
6426 name "subsec:Automatic-Bracket-Size"
6427
6428 \end_inset
6429
6430
6431 \begin_inset Index idx
6432 status collapsed
6433
6434 \begin_layout Plain Layout
6435 Bracket size ! automatic
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \begin_layout Standard
6444 Brackets with variable size can be inserted with the commands 
6445 \series bold
6446
6447 \backslash
6448 left
6449 \series default
6450
6451 \begin_inset Index idx
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 Commands ! L ! 
6456 \backslash
6457 left
6458 \end_layout
6459
6460 \end_inset
6461
6462  and 
6463 \series bold
6464
6465 \backslash
6466 right
6467 \series default
6468
6469 \begin_inset Index idx
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473 Commands ! R ! 
6474 \backslash
6475 right
6476 \end_layout
6477
6478 \end_inset
6479
6480  or via the math toolbar button 
6481 \begin_inset Info
6482 type  "icon"
6483 arg   "dialog-show mathdelimiter"
6484 \end_inset
6485
6486 .
6487  Directly behind 
6488 \series bold
6489
6490 \backslash
6491 left
6492 \series default
6493  and 
6494 \series bold
6495
6496 \backslash
6497 right
6498 \series default
6499  the wanted bracket must be inserted.
6500  The bracket size will then automatically be calculated for the output.
6501 \begin_inset Separator parbreak
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508 \align center
6509 normal bracket: The command 
6510 \series bold
6511
6512 \backslash
6513 ln(
6514 \backslash
6515 frac
6516 \begin_inset space \textvisiblespace{}
6517 \end_inset
6518
6519 A
6520 \begin_inset Formula $\downarrow$
6521 \end_inset
6522
6523 C
6524 \begin_inset space \textvisiblespace{}
6525 \end_inset
6526
6527 )
6528 \series default
6529  creates
6530 \begin_inset Formula 
6531 \[
6532 \ln(\frac{A}{C})
6533 \]
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 \align center
6542 multiline bracket: The command 
6543 \series bold
6544
6545 \backslash
6546 ln
6547 \backslash
6548 left(
6549 \backslash
6550 frac
6551 \begin_inset space \textvisiblespace{}
6552 \end_inset
6553
6554 A
6555 \begin_inset Formula $\downarrow$
6556 \end_inset
6557
6558 C
6559 \begin_inset space \textvisiblespace{}
6560 \end_inset
6561
6562
6563 \backslash
6564 right)
6565 \series default
6566  creates
6567 \begin_inset Formula 
6568 \[
6569 \ln\left(\frac{A}{C}\right)
6570 \]
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 Instead of 
6579 \series bold
6580
6581 \backslash
6582 left
6583 \series default
6584  and 
6585 \series bold
6586
6587 \backslash
6588 right
6589 \series default
6590  the shortcut 
6591 \family sans
6592 Alt+M
6593 \begin_inset space ~
6594 \end_inset
6595
6596 Bracket
6597 \family default
6598  can be used.
6599  This has the advantage that you can see in \SpecialChar LyX
6600  immediately the real bracket
6601  size and that the matching right bracket will be created too.
6602 \begin_inset Newline newline
6603 \end_inset
6604
6605 The command for the last example would then be: 
6606 \series bold
6607
6608 \backslash
6609 ln Alt+M
6610 \series default
6611  
6612 \series bold
6613 (
6614 \backslash
6615 frac
6616 \begin_inset space \textvisiblespace{}
6617 \end_inset
6618
6619 A
6620 \begin_inset Formula $\downarrow$
6621 \end_inset
6622
6623 C
6624 \end_layout
6625
6626 \begin_layout Standard
6627 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6628  For example the command 
6629 \series bold
6630
6631 \backslash
6632 left.
6633 \backslash
6634 frac
6635 \begin_inset space \textvisiblespace{}
6636 \end_inset
6637
6638 A
6639 \begin_inset Formula $\downarrow$
6640 \end_inset
6641
6642 B
6643 \begin_inset space \textvisiblespace{}
6644 \end_inset
6645
6646
6647 \backslash
6648 right}
6649 \series default
6650  creates:
6651 \series bold
6652
6653 \begin_inset Formula 
6654 \[
6655 \left.\frac{A}{B}\right\} 
6656 \]
6657
6658 \end_inset
6659
6660
6661 \series default
6662 The commands 
6663 \series bold
6664
6665 \backslash
6666 left
6667 \series default
6668  and 
6669 \series bold
6670
6671 \backslash
6672 right
6673 \series default
6674  will be converted by \SpecialChar LyX
6675  to brackets in the right size when the document is
6676  reloaded and an omitted bracket will appear as dashed line.
6677 \end_layout
6678
6679 \begin_layout Standard
6680 \begin_inset VSpace bigskip
6681 \end_inset
6682
6683 Because all popular \SpecialChar LaTeX
6684  distributions use e\SpecialChar TeX
6685 , an extension to \SpecialChar LaTeX
6686 , the command
6687  
6688 \series bold
6689
6690 \backslash
6691 middle
6692 \series default
6693
6694 \begin_inset Index idx
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698 Commands ! M ! 
6699 \backslash
6700 middle
6701 \end_layout
6702
6703 \end_inset
6704
6705  is additionally available for all brackets and limits.
6706  With this command the height of the following character is adapted to the
6707  one of the surrounding brackets, what is e.
6708 \begin_inset space \thinspace{}
6709 \end_inset
6710
6711 g.
6712 \begin_inset space \space{}
6713 \end_inset
6714
6715 needed for physical vectors:
6716 \begin_inset Formula 
6717 \[
6718 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6719 \]
6720
6721 \end_inset
6722
6723 For physical vectors there is a special \SpecialChar LaTeX
6724 -package, described in 
6725 \begin_inset CommandInset ref
6726 LatexCommand ref
6727 reference "subsec:Physical-Vectors"
6728
6729 \end_inset
6730
6731 .
6732 \end_layout
6733
6734 \begin_layout Subsection
6735 Horizontal Brackets
6736 \begin_inset Index idx
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Brackets ! horizontal
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 \align center
6750 \begin_inset Tabular
6751 <lyxtabular version="3" rows="4" columns="2">
6752 <features booktabs="true" tabularvalignment="middle">
6753 <column alignment="center" valignment="top" width="0pt">
6754 <column alignment="center" valignment="top" width="0pt">
6755 <row>
6756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 Command
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 Result
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \backslash
6782 overbrace
6783 \begin_inset space \textvisiblespace{}
6784 \end_inset
6785
6786 A+B
6787 \begin_inset space \textvisiblespace{}
6788 \end_inset
6789
6790 ^3
6791 \begin_inset Index idx
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795 Commands ! O ! 
6796 \backslash
6797 overbrace
6798 \end_layout
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 \begin_inset Formula $\overbrace{A+B}^{3}$
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 </row>
6820 <row topspace="2mm">
6821 <cell alignment="center" valignment="top" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825
6826 \backslash
6827 underbrace
6828 \begin_inset space \textvisiblespace{}
6829 \end_inset
6830
6831 A+B
6832 \begin_inset space \textvisiblespace{}
6833 \end_inset
6834
6835 _5
6836 \begin_inset Index idx
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840 Commands ! U ! 
6841 \backslash
6842 underbrace
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 \begin_inset Formula $\underbrace{A+B}_{5}$
6857 \end_inset
6858
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 </row>
6865 <row>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870
6871 \backslash
6872 overbrace
6873 \begin_inset space \textvisiblespace{}
6874 \end_inset
6875
6876
6877 \backslash
6878 underbrace
6879 \begin_inset space \textvisiblespace{}
6880 \end_inset
6881
6882 A+B_w
6883 \begin_inset space \textvisiblespace{}
6884 \end_inset
6885
6886
6887 \begin_inset space \textvisiblespace{}
6888 \end_inset
6889
6890 _7
6891 \begin_inset space \textvisiblespace{}
6892 \end_inset
6893
6894
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898 ^
6899 \begin_inset space \textvisiblespace{}
6900 \end_inset
6901
6902 C
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 </lyxtabular>
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \begin_layout Standard
6928 In the last example it doesn't matter if 
6929 \series bold
6930
6931 \backslash
6932 overbrace
6933 \series default
6934  or 
6935 \series bold
6936
6937 \backslash
6938 underbrace
6939 \series default
6940  is inserted at first.
6941 \end_layout
6942
6943 \begin_layout Standard
6944 \begin_inset VSpace medskip
6945 \end_inset
6946
6947
6948 \end_layout
6949
6950 \begin_layout Standard
6951 If you set in the document settings under 
6952 \family sans
6953 Math
6954 \begin_inset space ~
6955 \end_inset
6956
6957 Options
6958 \family default
6959  for the package 
6960 \series bold
6961 mathtools
6962 \series default
6963
6964 \begin_inset Index idx
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968 Packages ! mathtools
6969 \end_layout
6970
6971 \end_inset
6972
6973  the option 
6974 \family sans
6975 Load
6976 \begin_inset space ~
6977 \end_inset
6978
6979 always
6980 \family default
6981 , you have access to square backets:
6982 \begin_inset Separator parbreak
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 \align center
6990 \begin_inset Tabular
6991 <lyxtabular version="3" rows="4" columns="2">
6992 <features booktabs="true" tabularvalignment="middle">
6993 <column alignment="center" valignment="top" width="0pt">
6994 <column alignment="center" valignment="top" width="0pt">
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 Command
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 Result
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020
7021 \backslash
7022
7023 \family roman
7024 \series medium
7025 \shape up
7026 \size normal
7027 \emph off
7028 \bar no
7029 \strikeout off
7030 \uuline off
7031 \uwave off
7032 \noun off
7033 \color none
7034 overbracket
7035 \family default
7036 \series default
7037 \shape default
7038 \size default
7039 \emph default
7040 \bar default
7041 \strikeout default
7042 \uuline default
7043 \uwave default
7044 \noun default
7045 \color inherit
7046 {A+B
7047 \begin_inset space \textvisiblespace{}
7048 \end_inset
7049
7050 ^3
7051 \begin_inset Index idx
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055 Commands ! O ! 
7056 \backslash
7057 overbracket
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 \begin_inset Formula $\overbracket{A+B}^{3}$
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row topspace="2mm">
7081 <cell alignment="center" valignment="top" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \backslash
7087 under
7088 \family roman
7089 \series medium
7090 \shape up
7091 \size normal
7092 \emph off
7093 \bar no
7094 \strikeout off
7095 \uuline off
7096 \uwave off
7097 \noun off
7098 \color none
7099 bracket
7100 \family default
7101 \series default
7102 \shape default
7103 \size default
7104 \emph default
7105 \bar default
7106 \strikeout default
7107 \uuline default
7108 \uwave default
7109 \noun default
7110 \color inherit
7111 {A+B
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115 _5
7116 \begin_inset Index idx
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120 Commands ! U ! 
7121 \backslash
7122 under
7123 \family roman
7124 \series medium
7125 \shape up
7126 \size normal
7127 \emph off
7128 \bar no
7129 \strikeout off
7130 \uuline off
7131 \uwave off
7132 \noun off
7133 \color none
7134 bracket
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 \begin_inset Formula $\underbracket{A+B}_{5}$
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \backslash
7164 overbracket{
7165 \backslash
7166 underbracket{A+B_w
7167 \begin_inset space \textvisiblespace{}
7168 \end_inset
7169
7170
7171 \begin_inset space \textvisiblespace{}
7172 \end_inset
7173
7174 _7
7175 \begin_inset space \textvisiblespace{}
7176 \end_inset
7177
7178
7179 \begin_inset space \textvisiblespace{}
7180 \end_inset
7181
7182 ^
7183 \begin_inset space \textvisiblespace{}
7184 \end_inset
7185
7186 C
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 </lyxtabular>
7205
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \begin_layout Standard
7212 For 
7213 \series bold
7214
7215 \backslash
7216 overbracket
7217 \series default
7218  and 
7219 \series bold
7220
7221 \backslash
7222 underbracket
7223 \series default
7224  you can change the thickness of the bracket's stroke by specifying the
7225  desired thickness in square brackets behind the command:
7226 \begin_inset Separator parbreak
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 \begin_inset Tabular
7235 <lyxtabular version="3" rows="3" columns="2">
7236 <features booktabs="true" tabularvalignment="middle">
7237 <column alignment="center" valignment="top" width="0pt">
7238 <column alignment="center" valignment="top" width="0pt">
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Command
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 Result
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \backslash
7266
7267 \family roman
7268 \series medium
7269 \shape up
7270 \size normal
7271 \emph off
7272 \bar no
7273 \strikeout off
7274 \uuline off
7275 \uwave off
7276 \noun off
7277 \color none
7278 overbracket
7279 \family default
7280 \series default
7281 \shape default
7282 \size default
7283 \emph default
7284 \bar default
7285 \strikeout default
7286 \uuline default
7287 \uwave default
7288 \noun default
7289 \color inherit
7290 [3pt]
7291 \backslash
7292 {A+B
7293 \begin_inset space \textvisiblespace{}
7294 \end_inset
7295
7296 ^3
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 </row>
7314 <row topspace="2mm">
7315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \backslash
7321 under
7322 \family roman
7323 \series medium
7324 \shape up
7325 \size normal
7326 \emph off
7327 \bar no
7328 \strikeout off
7329 \uuline off
7330 \uwave off
7331 \noun off
7332 \color none
7333 bracket
7334 \family default
7335 \series default
7336 \shape default
7337 \size default
7338 \emph default
7339 \bar default
7340 \strikeout default
7341 \uuline default
7342 \uwave default
7343 \noun default
7344 \color inherit
7345 [1pt]
7346 \backslash
7347 {A+B
7348 \begin_inset space \textvisiblespace{}
7349 \end_inset
7350
7351 _5
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 </lyxtabular>
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 \begin_inset VSpace bigskip
7378 \end_inset
7379
7380 When brackets should overlap each other, multiline formulas, as described
7381  in 
7382 \begin_inset CommandInset ref
7383 LatexCommand ref
7384 reference "sec:Multiline-Formulas"
7385
7386 \end_inset
7387
7388 , must be used:
7389 \begin_inset Formula 
7390 \begin{eqnarray*}
7391 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7392  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7393 \end{eqnarray*}
7394
7395 \end_inset
7396
7397 In the first row the formula is inserted together with the first brace.
7398  It is hereby important that the space command
7399 \begin_inset Foot
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403 Space commands are explained in 
7404 \begin_inset CommandInset ref
7405 LatexCommand ref
7406 reference "subsec:Predefined-Space"
7407
7408 \end_inset
7409
7410 .
7411 \end_layout
7412
7413 \end_inset
7414
7415  
7416 \series bold
7417
7418 \backslash
7419 :
7420 \series default
7421  is inserted before the first 
7422 \begin_inset Formula $d$
7423 \end_inset
7424
7425 , because the brace that ends behind the 
7426 \begin_inset Formula $q$
7427 \end_inset
7428
7429  prevents that the following 
7430 \begin_inset Quotes eld
7431 \end_inset
7432
7433 +
7434 \begin_inset Quotes erd
7435 \end_inset
7436
7437  is surrounded by space.
7438 \begin_inset Foot
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 because a bracket is not handled as a character, see 
7443 \begin_inset CommandInset ref
7444 LatexCommand ref
7445 reference "subsec:Binary-Operators"
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453
7454  In the second row the second brace is inserted.
7455  As it should begin before the 
7456 \begin_inset Formula $b$
7457 \end_inset
7458
7459 , first the command 
7460 \series bold
7461
7462 \backslash
7463 hphantom{gggg+
7464 \backslash
7465 :}
7466 \series default
7467  is inserted.
7468 \begin_inset Foot
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472 more about 
7473 \series bold
7474
7475 \backslash
7476 hphantom
7477 \series default
7478  see 
7479 \begin_inset CommandInset ref
7480 LatexCommand ref
7481 reference "subsec:Placeholders"
7482
7483 \end_inset
7484
7485
7486 \end_layout
7487
7488 \end_inset
7489
7490  This space is needed because the 
7491 \begin_inset Quotes eld
7492 \end_inset
7493
7494 +
7495 \begin_inset Quotes erd
7496 \end_inset
7497
7498  is also surrounded by space in the formula.
7499  The brace is placed under the command 
7500 \series bold
7501
7502 \backslash
7503 hphantom{bbqq+dddd}
7504 \series default
7505 .
7506 \end_layout
7507
7508 \begin_layout Standard
7509 It gets more complicated when brackets overlap each other above and under
7510  the formula, like in the following example:
7511 \begin_inset ERT
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515
7516
7517 \backslash
7518 setlength{
7519 \backslash
7520 jot}{-6pt}
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Formula 
7527 \begin{eqnarray*}
7528  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7529 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7530 \end{eqnarray*}
7531
7532 \end_inset
7533
7534
7535 \begin_inset ERT
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539
7540
7541 \backslash
7542 setlength{
7543 \backslash
7544 jot}{3pt}
7545 \end_layout
7546
7547 \end_inset
7548
7549 The first formula row is the same as the second row of the previous example,
7550  with the difference that the brace is above.
7551  The second row contains the formula together with the second brace.
7552  To avoid that there is space between the upper brace in the first row and
7553  the formula, the row spacing needs to be reduced.
7554  This is not easily possible due to a bug in \SpecialChar LyX
7555 .
7556 \begin_inset Foot
7557 status collapsed
7558
7559 \begin_layout Plain Layout
7560 \begin_inset CommandInset href
7561 LatexCommand href
7562 name "LyX-bug #1505"
7563 target "http://www.lyx.org/trac/ticket/1505"
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571
7572  As a solution for the problem, the global formula row separation 
7573 \series bold
7574
7575 \backslash
7576 jot
7577 \series default
7578
7579 \begin_inset Index idx
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583 Commands ! J ! 
7584 \backslash
7585 jot
7586 \end_layout
7587
7588 \end_inset
7589
7590  must be changed to -6
7591 \begin_inset space \thinspace{}
7592 \end_inset
7593
7594 pt before the formula with the command 
7595 \series bold
7596
7597 \backslash
7598 setlength{
7599 \backslash
7600 jot}{-6pt}
7601 \series default
7602  in \SpecialChar TeX
7603  mode.
7604  
7605 \series bold
7606
7607 \backslash
7608 jot
7609 \series default
7610  is set back after the formula to the standard value of 3
7611 \begin_inset space \thinspace{}
7612 \end_inset
7613
7614 pt using the same command.
7615  More about the row separation in formulas is explained in 
7616 \begin_inset CommandInset ref
7617 LatexCommand ref
7618 reference "subsec:Line-Separation"
7619
7620 \end_inset
7621
7622 .
7623 \end_layout
7624
7625 \begin_layout Section
7626 Arrows
7627 \begin_inset Index idx
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Arrows
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \begin_layout Standard
7640 Arrows can be inserted via the math toolbar button 
7641 \begin_inset Info
7642 type  "icon"
7643 arg   "math-insert \\leftarrow"
7644 \end_inset
7645
7646  or the commands listed in the following subsections.
7647 \end_layout
7648
7649 \begin_layout Subsection
7650 Horizontal Arrows
7651 \begin_inset Index idx
7652 status collapsed
7653
7654 \begin_layout Plain Layout
7655 Arrows ! horizontal
7656 \end_layout
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 \begin_inset space \hfill{}
7665 \end_inset
7666
7667
7668 \begin_inset Tabular
7669 <lyxtabular version="3" rows="8" columns="2">
7670 <features booktabs="true" tabularvalignment="middle">
7671 <column alignment="center" valignment="top" width="0pt">
7672 <column alignment="center" valignment="top" width="0pt">
7673 <row>
7674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Command
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 Result
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \backslash
7700 gets
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 \begin_inset Formula $\gets$
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \backslash
7725 Leftarrow
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 \begin_inset Formula $\Leftarrow$
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \backslash
7750 longleftarrow
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 \begin_inset Formula $\longleftarrow$
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="center" valignment="top" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \backslash
7775 Longleftarrow
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 \begin_inset Formula $\Longleftarrow$
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \backslash
7800 leftharpoonup
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 \begin_inset Formula $\leftharpoonup$
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \backslash
7825 leftharpoondown
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 \begin_inset Formula $\leftharpoondown$
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row>
7844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \backslash
7850 hookleftarrow
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 \begin_inset Formula $\hookleftarrow$
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 </lyxtabular>
7869
7870 \end_inset
7871
7872
7873 \begin_inset space \hfill{}
7874 \end_inset
7875
7876
7877 \begin_inset Tabular
7878 <lyxtabular version="3" rows="8" columns="2">
7879 <features booktabs="true" tabularvalignment="middle">
7880 <column alignment="center" valignment="top" width="0pt">
7881 <column alignment="center" valignment="top" width="0pt">
7882 <row>
7883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Command
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Result
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \backslash
7909 to
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 \begin_inset Formula $\to$
7919 \end_inset
7920
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \backslash
7934 Rightarrow
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 \begin_inset Formula $\Rightarrow$
7944 \end_inset
7945
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \backslash
7959 longrightarrow
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 \begin_inset Formula $\longrightarrow$
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \backslash
7984 Longrightarrow
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 \begin_inset Formula $\Longrightarrow$
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \backslash
8009 rightharpoonup
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 \begin_inset Formula $\rightharpoonup$
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 rightharpoondown
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\rightharpoondown$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 hookrightarrow
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\hookrightarrow$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 </lyxtabular>
8078
8079 \end_inset
8080
8081
8082 \begin_inset space \hfill{}
8083 \end_inset
8084
8085
8086 \end_layout
8087
8088 \begin_layout Standard
8089 \begin_inset space \hfill{}
8090 \end_inset
8091
8092
8093 \begin_inset Tabular
8094 <lyxtabular version="3" rows="6" columns="2">
8095 <features booktabs="true" tabularvalignment="middle">
8096 <column alignment="center" valignment="top" width="0pt">
8097 <column alignment="center" valignment="top" width="0pt">
8098 <row>
8099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 Command
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Result
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \backslash
8125 leftrightarrow
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 \begin_inset Formula $\leftrightarrow$
8135 \end_inset
8136
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \backslash
8150 Leftrightarrow
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 \begin_inset Formula $\Leftrightarrow$
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 longleftrightarrow
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\longleftrightarrow$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 Longleftrightarrow
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\Longleftrightarrow$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 rightleftharpoons
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\rightleftharpoons$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 </lyxtabular>
8244
8245 \end_inset
8246
8247
8248 \begin_inset space \hspace{}
8249 \length 25pt
8250 \end_inset
8251
8252
8253 \begin_inset space \hfill{}
8254 \end_inset
8255
8256
8257 \begin_inset Tabular
8258 <lyxtabular version="3" rows="5" columns="2">
8259 <features booktabs="true" tabularvalignment="middle">
8260 <column alignment="center" valignment="top" width="0pt">
8261 <column alignment="center" valignment="top" width="0pt">
8262 <row>
8263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Command
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Result
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \backslash
8289 mapsto
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\mapsto$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 longmapsto
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\longmapsto$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \backslash
8339 leadsto
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\leadsto$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \backslash
8364 dasharrow
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 \begin_inset Formula $\dasharrow$
8374 \end_inset
8375
8376
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 </lyxtabular>
8383
8384 \end_inset
8385
8386
8387 \begin_inset space \hfill{}
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \begin_layout Standard
8394 \begin_inset VSpace medskip
8395 \end_inset
8396
8397 Arrows used as accents like e.
8398 \begin_inset space \thinspace{}
8399 \end_inset
8400
8401 g.
8402 \begin_inset space \space{}
8403 \end_inset
8404
8405 vector arrows are listed in 
8406 \begin_inset CommandInset ref
8407 LatexCommand ref
8408 reference "sec:Accents"
8409
8410 \end_inset
8411
8412 .
8413 \end_layout
8414
8415 \begin_layout Standard
8416 \begin_inset VSpace bigskip
8417 \end_inset
8418
8419 Furthermore there are the labeled arrows
8420 \begin_inset Index idx
8421 status collapsed
8422
8423 \begin_layout Plain Layout
8424 Arrows ! labeled
8425 \end_layout
8426
8427 \end_inset
8428
8429  
8430 \series bold
8431
8432 \backslash
8433 xleftarrow
8434 \series default
8435
8436 \begin_inset Index idx
8437 status collapsed
8438
8439 \begin_layout Plain Layout
8440 Commands ! X ! 
8441 \backslash
8442 xleftarrow
8443 \end_layout
8444
8445 \end_inset
8446
8447  and 
8448 \series bold
8449
8450 \backslash
8451 xrightarrow
8452 \series default
8453
8454 \begin_inset Index idx
8455 status collapsed
8456
8457 \begin_layout Plain Layout
8458 Commands ! X ! 
8459 \backslash
8460 xrightarrow
8461 \begin_inset ERT
8462 status collapsed
8463
8464 \begin_layout Plain Layout
8465
8466
8467 \backslash
8468 vspace{4mm}
8469 \end_layout
8470
8471 \end_inset
8472
8473
8474 \end_layout
8475
8476 \end_inset
8477
8478 .
8479  When inserting one of these commands in a formula, an arrow with two blue
8480  boxes appear where the label can be inserted.
8481  The length of the arrow adapts to the label width.
8482 \end_layout
8483
8484 \begin_layout Standard
8485 \align center
8486 \begin_inset Tabular
8487 <lyxtabular version="3" rows="3" columns="2">
8488 <features booktabs="true" tabularvalignment="middle">
8489 <column alignment="center" valignment="top" width="0pt">
8490 <column alignment="center" valignment="top" width="0pt">
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Command
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Result
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 F(a)
8517 \backslash
8518 xleftarrow
8519 \begin_inset space \textvisiblespace{}
8520 \end_inset
8521
8522 x=a
8523 \begin_inset Formula $\downarrow$
8524 \end_inset
8525
8526 x>0
8527 \begin_inset Formula $\to$
8528 \end_inset
8529
8530 F(x)
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row topspace="2mm">
8549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 F(x)
8554 \backslash
8555 xrightarrow
8556 \begin_inset space \textvisiblespace{}
8557 \end_inset
8558
8559 x=a
8560 \begin_inset Formula $\downarrow$
8561 \end_inset
8562
8563 x>0
8564 \begin_inset Formula $\to$
8565 \end_inset
8566
8567 F(a)
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 </lyxtabular>
8586
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \begin_layout Standard
8593 \begin_inset VSpace medskip
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \begin_layout Standard
8600 If you set in the document settings under 
8601 \family sans
8602 Math
8603 \begin_inset space ~
8604 \end_inset
8605
8606 Options
8607 \family default
8608  for the package 
8609 \series bold
8610 mathtools
8611 \series default
8612
8613 \begin_inset Index idx
8614 status collapsed
8615
8616 \begin_layout Plain Layout
8617 Packages ! mathtools
8618 \end_layout
8619
8620 \end_inset
8621
8622  the option 
8623 \family sans
8624 Load
8625 \begin_inset space ~
8626 \end_inset
8627
8628 always
8629 \family default
8630 , you have access to the following labeled arrows:
8631 \end_layout
8632
8633 \begin_layout Standard
8634 \begin_inset Newpage newpage
8635 \end_inset
8636
8637
8638 \begin_inset Separator parbreak
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \begin_layout Standard
8645 \align center
8646 \begin_inset space \hspace*{\fill}
8647 \end_inset
8648
8649
8650 \begin_inset Tabular
8651 <lyxtabular version="3" rows="7" columns="2">
8652 <features booktabs="true" tabularvalignment="middle">
8653 <column alignment="center" valignment="top" width="0pt">
8654 <column alignment="center" valignment="top" width="0pt">
8655 <row>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Command
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Example
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \family roman
8682 \series medium
8683 \shape up
8684 \size normal
8685 \emph off
8686 \bar no
8687 \strikeout off
8688 \uuline off
8689 \uwave off
8690 \noun off
8691 \color none
8692
8693 \backslash
8694 xleftrightarrow
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row topspace="2mm">
8713 <cell alignment="center" valignment="top" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \family roman
8719 \series medium
8720 \shape up
8721 \size normal
8722 \emph off
8723 \bar no
8724 \strikeout off
8725 \uuline off
8726 \uwave off
8727 \noun off
8728 \color none
8729
8730 \backslash
8731 xLeftarrow
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row topspace="2mm">
8750 <cell alignment="center" valignment="top" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \backslash
8756
8757 \family roman
8758 \series medium
8759 \shape up
8760 \size normal
8761 \emph off
8762 \bar no
8763 \strikeout off
8764 \uuline off
8765 \uwave off
8766 \noun off
8767 \color none
8768 xRightarrow
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row topspace="2mm">
8787 <cell alignment="center" valignment="top" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \backslash
8793
8794 \family roman
8795 \series medium
8796 \shape up
8797 \size normal
8798 \emph off
8799 \bar no
8800 \strikeout off
8801 \uuline off
8802 \uwave off
8803 \noun off
8804 \color none
8805 xLeftrightarrow
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row topspace="2mm">
8824 <cell alignment="center" valignment="top" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \family roman
8830 \series medium
8831 \shape up
8832 \size normal
8833 \emph off
8834 \bar no
8835 \strikeout off
8836 \uuline off
8837 \uwave off
8838 \noun off
8839 \color none
8840
8841 \backslash
8842 xhookleftarrow
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row topspace="2mm">
8861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \family roman
8867 \series medium
8868 \shape up
8869 \size normal
8870 \emph off
8871 \bar no
8872 \strikeout off
8873 \uuline off
8874 \uwave off
8875 \noun off
8876 \color none
8877
8878 \backslash
8879 xhookrightarrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 </lyxtabular>
8898
8899 \end_inset
8900
8901
8902 \begin_inset space \hspace*{\fill}
8903 \end_inset
8904
8905
8906 \begin_inset Tabular
8907 <lyxtabular version="3" rows="7" columns="2">
8908 <features booktabs="true" tabularvalignment="middle">
8909 <column alignment="center" valignment="top" width="0pt">
8910 <column alignment="center" valignment="top" width="0pt">
8911 <row>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Command
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Example
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \backslash
8938
8939 \family roman
8940 \series medium
8941 \shape up
8942 \size normal
8943 \emph off
8944 \bar no
8945 \strikeout off
8946 \uuline off
8947 \uwave off
8948 \noun off
8949 \color none
8950 xleftharpoondown
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8960 \end_inset
8961
8962
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row topspace="2mm">
8969 <cell alignment="center" valignment="top" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \backslash
8975
8976 \family roman
8977 \series medium
8978 \shape up
8979 \size normal
8980 \emph off
8981 \bar no
8982 \strikeout off
8983 \uuline off
8984 \uwave off
8985 \noun off
8986 \color none
8987 xleftharpoonup
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row topspace="2mm">
9006 <cell alignment="center" valignment="top" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012
9013 \family roman
9014 \series medium
9015 \shape up
9016 \size normal
9017 \emph off
9018 \bar no
9019 \strikeout off
9020 \uuline off
9021 \uwave off
9022 \noun off
9023 \color none
9024 xrightharpoondown
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row topspace="2mm">
9043 <cell alignment="center" valignment="top" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049
9050 \family roman
9051 \series medium
9052 \shape up
9053 \size normal
9054 \emph off
9055 \bar no
9056 \strikeout off
9057 \uuline off
9058 \uwave off
9059 \noun off
9060 \color none
9061 xrightharpoonup
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row topspace="2mm">
9080 <cell alignment="center" valignment="top" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \backslash
9086
9087 \family roman
9088 \series medium
9089 \shape up
9090 \size normal
9091 \emph off
9092 \bar no
9093 \strikeout off
9094 \uuline off
9095 \uwave off
9096 \noun off
9097 \color none
9098 xleftrightharpoons
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row topspace="2mm">
9117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \backslash
9123
9124 \family roman
9125 \series medium
9126 \shape up
9127 \size normal
9128 \emph off
9129 \bar no
9130 \strikeout off
9131 \uuline off
9132 \uwave off
9133 \noun off
9134 \color none
9135 xrightleftharpoons
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 </lyxtabular>
9154
9155 \end_inset
9156
9157
9158 \begin_inset space \hspace*{\fill}
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \begin_layout Standard
9165 The command scheme is for all these arrows:
9166 \begin_inset Separator parbreak
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \begin_layout Standard
9173 \align center
9174 \begin_inset Tabular
9175 <lyxtabular version="3" rows="2" columns="2">
9176 <features booktabs="true" tabularvalignment="middle">
9177 <column alignment="center" valignment="top" width="0pt">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <row>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Command
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Result
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row bottomspace="0.5mm">
9200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 F(a)
9205 \backslash
9206 xleftrightarrow[x=a]
9207 \backslash
9208 {x>0
9209 \begin_inset Formula $\to$
9210 \end_inset
9211
9212 F(x)
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 </lyxtabular>
9231
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Subsection
9238 Vertical and diagonal Arrows
9239 \begin_inset Index idx
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Arrows ! diagonal
9244 \end_layout
9245
9246 \end_inset
9247
9248
9249 \begin_inset Index idx
9250 status collapsed
9251
9252 \begin_layout Plain Layout
9253 Arrows ! vertical
9254 \end_layout
9255
9256 \end_inset
9257
9258
9259 \end_layout
9260
9261 \begin_layout Standard
9262 \begin_inset space \hfill{}
9263 \end_inset
9264
9265
9266 \begin_inset Tabular
9267 <lyxtabular version="3" rows="7" columns="2">
9268 <features booktabs="true" tabularvalignment="middle">
9269 <column alignment="center" valignment="top" width="0pt">
9270 <column alignment="center" valignment="top" width="0pt">
9271 <row>
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Command
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Result
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 uparrow
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\uparrow$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 Uparrow
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\Uparrow$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 updownarrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\updownarrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \backslash
9373 Updownarrow
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\Updownarrow$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 Downarrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\Downarrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 downarrow
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\downarrow$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 </lyxtabular>
9442
9443 \end_inset
9444
9445
9446 \begin_inset space \hfill{}
9447 \end_inset
9448
9449
9450 \begin_inset Tabular
9451 <lyxtabular version="3" rows="5" columns="2">
9452 <features booktabs="true" tabularvalignment="middle">
9453 <column alignment="center" valignment="top" width="0pt">
9454 <column alignment="center" valignment="top" width="0pt">
9455 <row>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Command
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Result
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 nearrow
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\nearrow$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 searrow
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\searrow$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 swarrow
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 \begin_inset Formula $\swarrow$
9542 \end_inset
9543
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \backslash
9557 nwarrow
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Formula $\nwarrow$
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \begin_inset space \hfill{}
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Standard
9587 \begin_inset VSpace medskip
9588 \end_inset
9589
9590 Vertical arrows can be used also as delimiters together with the commands
9591  described in 
9592 \begin_inset CommandInset ref
9593 LatexCommand ref
9594 reference "subsec:Manual-Bracket-Size"
9595
9596 \end_inset
9597
9598  and 
9599 \begin_inset CommandInset ref
9600 LatexCommand ref
9601 reference "subsec:Automatic-Bracket-Size"
9602
9603 \end_inset
9604
9605 .
9606 \end_layout
9607
9608 \begin_layout Section
9609 Accents
9610 \begin_inset CommandInset label
9611 LatexCommand label
9612 name "sec:Accents"
9613
9614 \end_inset
9615
9616
9617 \begin_inset Index idx
9618 status collapsed
9619
9620 \begin_layout Plain Layout
9621 Accents
9622 \end_layout
9623
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \begin_layout Standard
9630 Accents can be inserted via the math toolbar button 
9631 \begin_inset Info
9632 type  "icon"
9633 arg   "math-insert \\hat"
9634 \end_inset
9635
9636  or the commands listed in the following subsections.
9637 \end_layout
9638
9639 \begin_layout Subsection
9640 Accents for one Character
9641 \begin_inset ERT
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645
9646
9647 \backslash
9648 texorpdfstring{
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \begin_inset Foot
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658 accents in text see 
9659 \begin_inset CommandInset ref
9660 LatexCommand ref
9661 reference "subsec:Accents-in-Text"
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \begin_inset ERT
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675
9676 }{}
9677 \end_layout
9678
9679 \end_inset
9680
9681
9682 \begin_inset Note Note
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688
9689 \backslash
9690 texorpdfstring
9691 \series default
9692  is used to avoid that the footnote appears in the PDF-bookmark.
9693 \end_layout
9694
9695 \begin_layout Plain Layout
9696 More about 
9697 \series bold
9698
9699 \backslash
9700 texorpdfstring
9701 \series default
9702  is in section 
9703 \begin_inset CommandInset ref
9704 LatexCommand ref
9705 reference "subsec:Formulas-in-Section"
9706
9707 \end_inset
9708
9709 .
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \begin_inset CommandInset label
9716 LatexCommand label
9717 name "subsec:Accents-for-one"
9718
9719 \end_inset
9720
9721
9722 \begin_inset Index idx
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726 Accents ! for one character
9727 \end_layout
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \begin_layout Standard
9735 \begin_inset space \hfill{}
9736 \end_inset
9737
9738
9739 \begin_inset Tabular
9740 <lyxtabular version="3" rows="8" columns="2">
9741 <features booktabs="true" tabularvalignment="middle">
9742 <column alignment="center" valignment="top" width="0pt">
9743 <column alignment="center" valignment="top" width="0pt">
9744 <row>
9745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 Command
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 Result
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row topspace="1.5mm">
9765 <cell alignment="center" valignment="top" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 dot
9772 \begin_inset space \textvisiblespace{}
9773 \end_inset
9774
9775 A
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\dot{A}$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row topspace="1.5mm">
9794 <cell alignment="center" valignment="top" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 ddot
9801 \begin_inset space \textvisiblespace{}
9802 \end_inset
9803
9804 A
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 \begin_inset Formula $\ddot{A}$
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row topspace="1.5mm">
9823 <cell alignment="center" valignment="top" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 dddot
9830 \begin_inset space \textvisiblespace{}
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\dddot{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row topspace="1.5mm">
9852 <cell alignment="center" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 ddddot
9859 \begin_inset space \textvisiblespace{}
9860 \end_inset
9861
9862 A
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\ddddot{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row topspace="1.5mm">
9881 <cell alignment="center" valignment="top" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 vec
9888 \begin_inset space \textvisiblespace{}
9889 \end_inset
9890
9891 A
9892 \begin_inset Index idx
9893 status collapsed
9894
9895 \begin_layout Plain Layout
9896 Vectors
9897 \end_layout
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\vec{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row topspace="1.5mm">
9920 <cell alignment="center" valignment="top" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \backslash
9926 bar
9927 \begin_inset space \textvisiblespace{}
9928 \end_inset
9929
9930 A
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Formula $\bar{A}$
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row topspace="1.5mm">
9949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \backslash
9955 mathring
9956 \begin_inset space \textvisiblespace{}
9957 \end_inset
9958
9959 A
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset Formula $\mathring{A}$
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 </lyxtabular>
9978
9979 \end_inset
9980
9981
9982 \begin_inset space \hfill{}
9983 \end_inset
9984
9985
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="7" columns="2">
9988 <features booktabs="true" tabularvalignment="middle">
9989 <column alignment="center" valignment="top" width="0pt">
9990 <column alignment="center" valignment="top" width="0pt">
9991 <row>
9992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 Command
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Result
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 <row topspace="1.5mm">
10012 <cell alignment="center" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \backslash
10018 tilde
10019 \begin_inset space \textvisiblespace{}
10020 \end_inset
10021
10022 A
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 \begin_inset Formula $\tilde{A}$
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row topspace="1.5mm">
10041 <cell alignment="center" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \backslash
10047 hat
10048 \begin_inset space \textvisiblespace{}
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\hat{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row topspace="1.5mm">
10070 <cell alignment="center" valignment="top" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 check
10077 \begin_inset space \textvisiblespace{}
10078 \end_inset
10079
10080 A
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 \begin_inset Formula $\check{A}$
10090 \end_inset
10091
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row topspace="1.5mm">
10099 <cell alignment="center" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \backslash
10105 acute
10106 \begin_inset space \textvisiblespace{}
10107 \end_inset
10108
10109 A
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 \begin_inset Formula $\acute{A}$
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row topspace="1.5mm">
10128 <cell alignment="center" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \backslash
10134 grave
10135 \begin_inset space \textvisiblespace{}
10136 \end_inset
10137
10138 A
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 \begin_inset Formula $\grave{A}$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row topspace="1.5mm">
10157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \backslash
10163 breve
10164 \begin_inset space \textvisiblespace{}
10165 \end_inset
10166
10167 A
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $\breve{A}$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 </lyxtabular>
10186
10187 \end_inset
10188
10189
10190 \begin_inset space \hfill{}
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 \begin_inset VSpace bigskip
10198 \end_inset
10199
10200
10201 \end_layout
10202
10203 \begin_layout Standard
10204 You can directly insert accents like é to formulas.
10205  \SpecialChar LyX
10206  will transform them to the corresponding accent command.
10207  For umlauts
10208 \begin_inset Index idx
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212 Umlauts
10213 \end_layout
10214
10215 \end_inset
10216
10217  it is better to insert a quotation mark before the vowel.
10218  These two characters are then treated by \SpecialChar LaTeX
10219  as 
10220 \emph on
10221 one
10222 \emph default
10223  character when the formula part with the umlaut is marked as German.
10224  In contrary to 
10225 \series bold
10226
10227 \backslash
10228 ddot
10229 \series default
10230 , with this method 
10231 \begin_inset Quotes eld
10232 \end_inset
10233
10234 real
10235 \begin_inset Quotes erd
10236 \end_inset
10237
10238  umlauts are created as demonstrated in the following example:
10239 \end_layout
10240
10241 \begin_layout Standard
10242 \begin_inset VSpace -2mm
10243 \end_inset
10244
10245
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \align center
10250 \begin_inset Tabular
10251 <lyxtabular version="3" rows="3" columns="2">
10252 <features booktabs="true" tabularvalignment="middle">
10253 <column alignment="center" valignment="top" width="0pt">
10254 <column alignment="center" valignment="top">
10255 <row>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 Command
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Result
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 <row>
10276 <cell alignment="center" valignment="top" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 \begin_inset Quotes grd
10281 \end_inset
10282
10283 i
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 \begin_inset space \hspace{}
10293 \length 0pt
10294 \end_inset
10295
10296
10297 \lang ngerman
10298
10299 \begin_inset Formula $"i$
10300 \end_inset
10301
10302
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row topspace="1.5mm">
10309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \backslash
10315 ddot
10316 \begin_inset space \textvisiblespace{}
10317 \end_inset
10318
10319 i
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 \begin_inset Formula $\ddot{i}$
10329 \end_inset
10330
10331
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 </lyxtabular>
10338
10339 \end_inset
10340
10341
10342 \end_layout
10343
10344 \begin_layout Standard
10345 Another advantage to 
10346 \series bold
10347
10348 \backslash
10349 ddot
10350 \series default
10351  is that umlauts can directly be converted to mathematical text because
10352  the accent commands above are 
10353 \emph on
10354 not allowed
10355 \emph default
10356  
10357 \emph on
10358 in mathematical text
10359 \emph default
10360 .
10361  To convert an accented character to mathematical text, only the character
10362  under the accent may be converted.
10363  This applies also for all other conversions, e.
10364 \begin_inset space \thinspace{}
10365 \end_inset
10366
10367 g.
10368 \begin_inset space \space{}
10369 \end_inset
10370
10371 to italic or bold.
10372 \end_layout
10373
10374 \begin_layout Standard
10375 In mathematical text, umlauts and other accented characters can directly
10376  be inserted.
10377 \end_layout
10378
10379 \begin_layout Standard
10380 \begin_inset VSpace bigskip
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \begin_layout Standard
10387 \SpecialChar LyX
10388  also supports a tilde under the character if the \SpecialChar LaTeX
10389 -package 
10390 \series bold
10391 undertilde
10392 \series default
10393
10394 \begin_inset Index idx
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398 Packages ! undertilde
10399 \end_layout
10400
10401 \end_inset
10402
10403  is installed on your system:
10404 \end_layout
10405
10406 \begin_layout Standard
10407 \begin_inset ERT
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411
10412
10413 \backslash
10414 ifundertilde 
10415 \end_layout
10416
10417 \end_inset
10418
10419
10420 \begin_inset Note Note
10421 status open
10422
10423 \begin_layout Plain Layout
10424 The following table will only be displayed when the \SpecialChar LaTeX
10425 -package 
10426 \series bold
10427 undertilde
10428 \series default
10429  is installed.
10430 \end_layout
10431
10432 \end_inset
10433
10434
10435 \begin_inset Separator parbreak
10436 \end_inset
10437
10438
10439 \end_layout
10440
10441 \begin_layout Standard
10442 \noindent
10443 \align center
10444 \begin_inset Tabular
10445 <lyxtabular version="3" rows="2" columns="2">
10446 <features booktabs="true" tabularvalignment="middle">
10447 <column alignment="center" valignment="top" width="0pt">
10448 <column alignment="center" valignment="top" width="0pt">
10449 <row>
10450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Command
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Result
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \backslash
10476 utilde
10477 \begin_inset space \textvisiblespace{}
10478 \end_inset
10479
10480 A
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 \begin_inset Formula $\utilde{A}$
10490 \end_inset
10491
10492
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 </lyxtabular>
10499
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \begin_layout Standard
10506 \begin_inset ERT
10507 status collapsed
10508
10509 \begin_layout Plain Layout
10510
10511
10512 \backslash
10513 else 
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \begin_inset Note Note
10520 status open
10521
10522 \begin_layout Plain Layout
10523 The following will be displayed when the \SpecialChar LaTeX
10524 -package 
10525 \series bold
10526 undertilde
10527 \series default
10528  is not installed:
10529 \end_layout
10530
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \begin_layout Standard
10537 You need to install the \SpecialChar LaTeX
10538 -package 
10539 \series bold
10540 undertilde
10541 \series default
10542  to see the rest of this subsection in the output.
10543 \end_layout
10544
10545 \begin_layout Standard
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 fi 
10554 \end_layout
10555
10556 \end_inset
10557
10558
10559 \end_layout
10560
10561 \begin_layout Standard
10562 \begin_inset Newpage newpage
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \begin_layout Subsection
10569 Accents for several Characters
10570 \begin_inset Index idx
10571 status collapsed
10572
10573 \begin_layout Plain Layout
10574 Accents ! for several characters
10575 \end_layout
10576
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \begin_layout Standard
10583 \begin_inset space \hfill{}
10584 \end_inset
10585
10586
10587 \begin_inset Tabular
10588 <lyxtabular version="3" rows="5" columns="2">
10589 <features tabularvalignment="middle">
10590 <column alignment="center" valignment="top" width="0pt">
10591 <column alignment="center" valignment="top" width="0pt">
10592 <row>
10593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Command
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Result
10607 \begin_inset Note Note
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613
10614 \backslash
10615 raisebox
10616 \series default
10617  is only used as spacer.
10618 \end_layout
10619
10620 \end_inset
10621
10622
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \backslash
10635 overleftarrow
10636 \begin_inset space \textvisiblespace{}
10637 \end_inset
10638
10639 A=B
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \backslash
10664 underleftarrow
10665 \begin_inset space \textvisiblespace{}
10666 \end_inset
10667
10668 A=B
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \backslash
10693 overleftrightarrow
10694 \begin_inset space \textvisiblespace{}
10695 \end_inset
10696
10697 A=B
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \backslash
10722 underleftrightarrow
10723 \begin_inset space \textvisiblespace{}
10724 \end_inset
10725
10726 A=B
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 </lyxtabular>
10745
10746 \end_inset
10747
10748
10749 \begin_inset space \hfill{}
10750 \end_inset
10751
10752
10753 \begin_inset Tabular
10754 <lyxtabular version="3" rows="5" columns="2">
10755 <features tabularvalignment="middle">
10756 <column alignment="center" valignment="top" width="0pt">
10757 <column alignment="center" valignment="top" width="0pt">
10758 <row>
10759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Command
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 Result
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \backslash
10785 overrightarrow
10786 \begin_inset space \textvisiblespace{}
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \backslash
10814 underrightarrow
10815 \begin_inset space \textvisiblespace{}
10816 \end_inset
10817
10818 A=B
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \backslash
10843 widetilde
10844 \begin_inset space \textvisiblespace{}
10845 \end_inset
10846
10847 A=B
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \backslash
10872 widehat
10873 \begin_inset space \textvisiblespace{}
10874 \end_inset
10875
10876 A=B
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10886 \end_inset
10887
10888
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 </lyxtabular>
10895
10896 \end_inset
10897
10898
10899 \begin_inset space \hfill{}
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \begin_layout Standard
10906 \begin_inset VSpace medskip
10907 \end_inset
10908
10909 With these commands as many characters as you like can be accented.
10910  But the accents 
10911 \series bold
10912
10913 \backslash
10914 widetilde
10915 \series default
10916  and 
10917 \series bold
10918
10919 \backslash
10920 widehat
10921 \series default
10922  will only be set in the output with a length of three characters, as shown
10923  in the following example:
10924 \begin_inset Formula 
10925 \[
10926 \widetilde{A+B=C-D}
10927 \]
10928
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \begin_layout Standard
10935 With the commands 
10936 \series bold
10937
10938 \backslash
10939 overset
10940 \series default
10941
10942 \begin_inset Index idx
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946 Commands ! O ! 
10947 \backslash
10948 overset
10949 \end_layout
10950
10951 \end_inset
10952
10953  and 
10954 \series bold
10955
10956 \backslash
10957 underset
10958 \series default
10959
10960 \begin_inset Index idx
10961 status collapsed
10962
10963 \begin_layout Plain Layout
10964 Commands ! U ! 
10965 \backslash
10966 underset
10967 \end_layout
10968
10969 \end_inset
10970
10971  described in the previous subsection it is also possible to accent several
10972  characters.
10973  The command 
10974 \series bold
10975
10976 \backslash
10977 underset
10978 \begin_inset space \textvisiblespace{}
10979 \end_inset
10980
10981 A=B
10982 \begin_inset Formula $\downarrow$
10983 \end_inset
10984
10985 ***
10986 \series default
10987  creates:
10988 \begin_inset Formula 
10989 \[
10990 \underset{***}{A=B}
10991 \]
10992
10993 \end_inset
10994
10995
10996 \end_layout
10997
10998 \begin_layout Section
10999 Space
11000 \begin_inset CommandInset label
11001 LatexCommand label
11002 name "subsec:Space"
11003
11004 \end_inset
11005
11006
11007 \begin_inset Index idx
11008 status collapsed
11009
11010 \begin_layout Plain Layout
11011 Space ! horizontal
11012 \end_layout
11013
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \begin_layout Subsection
11020 Predefined Space
11021 \begin_inset CommandInset label
11022 LatexCommand label
11023 name "subsec:Predefined-Space"
11024
11025 \end_inset
11026
11027
11028 \begin_inset Index idx
11029 status collapsed
11030
11031 \begin_layout Plain Layout
11032 Space ! horizontal ! predefined
11033 \end_layout
11034
11035 \end_inset
11036
11037
11038 \end_layout
11039
11040 \begin_layout Standard
11041 Sometimes it is necessary to insert horizontal space into a formula.
11042  This is done by inserting a protected space (shortcut 
11043 \begin_inset Info
11044 type  "shortcut"
11045 arg   "command-alternatives space-insert protected ; math-space"
11046 \end_inset
11047
11048 ).
11049  A 
11050 \begin_inset Quotes eld
11051 \end_inset
11052
11053
11054 \color blue
11055
11056 \begin_inset space \textvisiblespace{}
11057 \end_inset
11058
11059
11060 \color inherit
11061
11062 \begin_inset Quotes erd
11063 \end_inset
11064
11065  appears and by pressing 
11066 \family sans
11067 Space
11068 \family default
11069  several times one can select one of eight different space sizes.
11070  The spaces can also be inserted using the math toolbar button 
11071 \begin_inset Info
11072 type  "icon"
11073 arg   "math-insert \\space"
11074 \end_inset
11075
11076  or special commands.
11077  Independent from the inserted command, one can select the size again by
11078  pressing 
11079 \family sans
11080 Space
11081 \family default
11082  afterwards.
11083 \begin_inset Separator parbreak
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \begin_layout Standard
11090 \noindent
11091 \align center
11092 \begin_inset Tabular
11093 <lyxtabular version="3" rows="6" columns="3">
11094 <features tabularvalignment="middle">
11095 <column alignment="center" valignment="top">
11096 <column alignment="center" valignment="top" width="15col%">
11097 <column alignment="center" valignment="top">
11098 <row>
11099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Command
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 Number of 
11113 \family sans
11114 Space
11115 \family default
11116  keystrokes
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Result
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \backslash
11138 ,
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 0
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Formula $A\,B$
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170
11171 \backslash
11172 :
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 1
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 \begin_inset Formula $A\:B$
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204
11205 \backslash
11206 ;
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 2
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 \begin_inset Formula $A\;B$
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \backslash
11240 quad
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 3
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $A\quad B$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 <row>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272
11273 \backslash
11274 qquad
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 \begin_inset Formula $A\qquad B$
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 </lyxtabular>
11302
11303 \end_inset
11304
11305
11306 \begin_inset space \hfill{}
11307 \end_inset
11308
11309
11310 \begin_inset Tabular
11311 <lyxtabular version="3" rows="6" columns="3">
11312 <features tabularvalignment="middle">
11313 <column alignment="center" valignment="top">
11314 <column alignment="center" valignment="top" width="15col%">
11315 <column alignment="center" valignment="top">
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Command
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 Number of 
11331 \family sans
11332 Space
11333 \family default
11334  keystrokes
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 Result
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \backslash
11356 hfill
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 5
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Formula $A\hfill B$
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \backslash
11390 hspace*{1em}
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 6
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 \begin_inset Formula $A\hspace*{1em}B$
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422
11423 \backslash
11424 hspace{1em}
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 7
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 \begin_inset Formula $A\hspace{1em}B$
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 </row>
11451 <row>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456
11457 \backslash
11458
11459 \begin_inset space \textvisiblespace{}
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 8
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $A\ B$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \backslash
11496 !
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 9
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 \begin_inset Formula $A\!B$
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 </lyxtabular>
11524
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Standard
11531 Space
11532 \begin_inset space ~
11533 \end_inset
11534
11535 5
11536 \begin_inset space \thinspace{}
11537 \end_inset
11538
11539
11540 \begin_inset space \thinspace{}
11541 \end_inset
11542
11543 7 are variable spaces which are explained in 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "subsec:Variable-Space"
11547
11548 \end_inset
11549
11550 .
11551  Space
11552 \begin_inset space ~
11553 \end_inset
11554
11555 9 seems to produce no space.
11556  It is displayed red in \SpecialChar LyX
11557  contrary to the other sizes, because it is a negative
11558  space.
11559  There are two more negative spaces:
11560 \begin_inset Separator parbreak
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \begin_layout Standard
11567 \align center
11568 \begin_inset Tabular
11569 <lyxtabular version="3" rows="3" columns="3">
11570 <features tabularvalignment="middle">
11571 <column alignment="center" valignment="middle" width="6.8cm">
11572 <column alignment="center" valignment="top" width="0pt">
11573 <column alignment="center" valignment="top" width="0pt">
11574 <row>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 Command
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588
11589 \backslash
11590 negmedspace
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \backslash
11601 negthickspace
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 Number of 
11613 \family sans
11614 Space
11615 \family default
11616  keystrokes after inserting the protected space
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 10
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 11
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 </row>
11640 <row>
11641 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 Result
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 \begin_inset Formula $A\negmedspace B$
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 \begin_inset Formula $A\negthickspace B$
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 </lyxtabular>
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Negative spaces can lead to characters overlapping each other.
11684  Thus they can be used to enforce ligatures, which are e.
11685 \begin_inset space \thinspace{}
11686 \end_inset
11687
11688 g.
11689 \begin_inset space \space{}
11690 \end_inset
11691
11692 useful for summation operators:
11693 \begin_inset Separator parbreak
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Standard
11700 \align center
11701 \begin_inset Tabular
11702 <lyxtabular version="3" rows="3" columns="2">
11703 <features tabularvalignment="middle">
11704 <column alignment="center" valignment="top">
11705 <column alignment="center" valignment="top">
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 Command
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 Result
11721 \begin_inset Note Note
11722 status collapsed
11723
11724 \begin_layout Plain Layout
11725
11726 \series bold
11727
11728 \backslash
11729 raisebox
11730 \series default
11731  is only used as spacer.
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747
11748 \backslash
11749 sum
11750 \backslash
11751 sum
11752 \begin_inset space \textvisiblespace{}
11753 \end_inset
11754
11755 f_kl
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778
11779 \backslash
11780 sum
11781 \backslash
11782 negmedspace
11783 \backslash
11784 sum
11785 \begin_inset space \textvisiblespace{}
11786 \end_inset
11787
11788 f_kl
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Standard
11814 \noindent
11815 \begin_inset VSpace medskip
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 \noindent
11823 Relations like for example equal signs, are always surrounded by space.
11824  To suppress this, the equal sign is placed into a \SpecialChar TeX
11825  brace.
11826  The following example demonstrates this:
11827 \begin_inset Separator parbreak
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \align center
11835 \begin_inset Tabular
11836 <lyxtabular version="3" rows="2" columns="2">
11837 <features tabularvalignment="middle">
11838 <column alignment="center" valignment="top" width="0pt">
11839 <column alignment="center" valignment="top" width="0pt">
11840 <row>
11841 <cell alignment="center" valignment="top" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 normal equation
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 \begin_inset Formula $A=B$
11855 \end_inset
11856
11857
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 </row>
11863 <row>
11864 <cell alignment="center" valignment="top" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Note Note
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873 \series bold
11874
11875 \backslash
11876 raisebox
11877 \series default
11878  is only used as spacer.
11879 \end_layout
11880
11881 \end_inset
11882
11883
11884 \begin_inset Formula $\raisebox{5mm}{}$
11885 \end_inset
11886
11887 equation without space
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 \begin_inset Formula $A{=}B$
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 </lyxtabular>
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 \noindent
11914 The command for the last formula is: 
11915 \series bold
11916 A
11917 \backslash
11918 {=
11919 \begin_inset Formula $\to$
11920 \end_inset
11921
11922 B
11923 \end_layout
11924
11925 \begin_layout Standard
11926 \begin_inset VSpace bigskip
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933 Spaces are needed for physical units, because the space between the value
11934  and the unit is the smallest one and not a normal space.
11935  For units in text, the smallest space is inserted via the menu 
11936 \family sans
11937 Insert\SpecialChar menuseparator
11938 Formatting\SpecialChar menuseparator
11939 Thin
11940 \begin_inset space ~
11941 \end_inset
11942
11943 Space
11944 \family default
11945  (shortcut 
11946 \begin_inset Info
11947 type  "shortcut"
11948 arg   "space-insert thin"
11949 \end_inset
11950
11951 ).
11952 \end_layout
11953
11954 \begin_layout Standard
11955 An example to visualize the difference:
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \begin_inset Tabular
11960 <lyxtabular version="3" rows="2" columns="2">
11961 <features tabularvalignment="middle">
11962 <column alignment="left" valignment="top">
11963 <column alignment="left" valignment="top">
11964 <row>
11965 <cell alignment="center" valignment="top" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 24 kW
11970 \begin_inset Formula $\cdot$
11971 \end_inset
11972
11973 h
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 space between value and unit
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 </row>
11988 <row>
11989 <cell alignment="center" valignment="top" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 24
11994 \begin_inset space \thinspace{}
11995 \end_inset
11996
11997 kW
11998 \begin_inset Formula $\cdot$
11999 \end_inset
12000
12001 h
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 smallest space between value and unit
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 </lyxtabular>
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Subsection
12024 Variable Space
12025 \begin_inset ERT
12026 status collapsed
12027
12028 \begin_layout Plain Layout
12029
12030
12031 \backslash
12032 texorpdfstring{
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \begin_inset Foot
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 for vertical space in formulas see 
12043 \begin_inset CommandInset ref
12044 LatexCommand ref
12045 reference "subsec:Line-Separation"
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \end_inset
12053
12054
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060 }{}
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \begin_inset Note Note
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070
12071 \backslash
12072 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12073 \end_layout
12074
12075 \begin_layout Plain Layout
12076 More about 
12077 \backslash
12078 texorpdfstring is in section 
12079 \begin_inset CommandInset ref
12080 LatexCommand ref
12081 reference "subsec:Formulas-in-Section"
12082
12083 \end_inset
12084
12085 .
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \begin_inset CommandInset label
12092 LatexCommand label
12093 name "subsec:Variable-Space"
12094
12095 \end_inset
12096
12097
12098 \begin_inset Index idx
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 Space ! horizontal ! variable
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \begin_layout Standard
12111 Space with a defined length can be inserted with the command 
12112 \series bold
12113
12114 \backslash
12115 hspace
12116 \series default
12117
12118 \begin_inset Index idx
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 Commands ! H ! 
12123 \backslash
12124 hspace
12125 \end_layout
12126
12127 \end_inset
12128
12129 .
12130  Then a long 
12131 \begin_inset Quotes eld
12132 \end_inset
12133
12134
12135 \color blue
12136
12137 \begin_inset space \textvisiblespace{}
12138 \end_inset
12139
12140
12141 \color inherit
12142
12143 \begin_inset Quotes erd
12144 \end_inset
12145
12146  appears.
12147  The length can be specified by left-clicking on the 
12148 \begin_inset Quotes eld
12149 \end_inset
12150
12151
12152 \color blue
12153
12154 \begin_inset space \textvisiblespace{}
12155 \end_inset
12156
12157
12158 \color inherit
12159
12160 \begin_inset Quotes erd
12161 \end_inset
12162
12163 .
12164  The length may also be negative.
12165  When a space would be the first character in a line it would be omitted.
12166  To force its output use the command 
12167 \series bold
12168
12169 \backslash
12170 hspace*
12171 \series default
12172  instead of 
12173 \series bold
12174
12175 \backslash
12176 hspace
12177 \series default
12178  or left-click on the 
12179 \begin_inset Quotes eld
12180 \end_inset
12181
12182
12183 \color blue
12184
12185 \begin_inset space \textvisiblespace{}
12186 \end_inset
12187
12188
12189 \color inherit
12190
12191 \begin_inset Quotes erd
12192 \end_inset
12193
12194  and check the option 
12195 \family sans
12196 Protect
12197 \family default
12198 .
12199 \begin_inset Newline newline
12200 \end_inset
12201
12202 To insert as much space as is available, the command 
12203 \series bold
12204
12205 \backslash
12206 hfill
12207 \series default
12208
12209 \begin_inset Index idx
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213 Commands ! H ! 
12214 \backslash
12215 hfill
12216 \end_layout
12217
12218 \end_inset
12219
12220  is used.
12221 \end_layout
12222
12223 \begin_layout Standard
12224 \begin_inset VSpace -1mm
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231 \align center
12232 \begin_inset Tabular
12233 <lyxtabular version="3" rows="4" columns="2">
12234 <features tabularvalignment="middle">
12235 <column alignment="center" valignment="top">
12236 <column alignment="center" valignment="top">
12237 <row>
12238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 Command (
12243 \backslash
12244 hspace length)
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253 Result
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 </row>
12259 <row>
12260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 A=B
12265 \backslash
12266 hspace
12267 \begin_inset space \textvisiblespace{}
12268 \end_inset
12269
12270 A
12271 \backslash
12272 not=C (3
12273 \begin_inset space \thinspace{}
12274 \end_inset
12275
12276 cm)
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 </row>
12294 <row>
12295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 A
12300 \backslash
12301 hspace
12302 \begin_inset space \textvisiblespace{}
12303 \end_inset
12304
12305 A
12306 \backslash
12307 not=A (-1
12308 \begin_inset space \thinspace{}
12309 \end_inset
12310
12311 mm)
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 <row>
12330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 A=A
12335 \backslash
12336 hfill
12337 \begin_inset space \textvisiblespace{}
12338 \end_inset
12339
12340 B=B
12341 \end_layout
12342
12343 \end_inset
12344 </cell>
12345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12346 \begin_inset Text
12347
12348 \begin_layout Plain Layout
12349 \begin_inset Formula $A=A\hfill B=B$
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 </row>
12358 </lyxtabular>
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 In the last example the available space is given by the longest column entry
12367  of the table.
12368  In an inline formula the space depends on the length of the line in which
12369  
12370 \series bold
12371
12372 \backslash
12373 hfill
12374 \series default
12375  is inserted.
12376  Thus, when the line uses the full width, no space will be created.
12377  
12378 \series bold
12379
12380 \backslash
12381 hfill
12382 \series default
12383  only has an effect on displayed formulas when the formula style 
12384 \series bold
12385 Indented
12386 \series default
12387  is used.
12388  (Formula styles are explained in 
12389 \begin_inset CommandInset ref
12390 LatexCommand ref
12391 reference "sec:Formula-Styles"
12392
12393 \end_inset
12394
12395 .)
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Besides 
12400 \series bold
12401
12402 \backslash
12403 hfill
12404 \series default
12405 , there are the commands 
12406 \series bold
12407
12408 \backslash
12409 dotfill
12410 \series default
12411  and 
12412 \series bold
12413
12414 \backslash
12415 hrulefill
12416 \series default
12417  that fill the space with a pattern, see 
12418 \begin_inset CommandInset ref
12419 LatexCommand ref
12420 reference "subsec:Ellipses"
12421
12422 \end_inset
12423
12424  for an example.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 For text, variable space can be inserted via the menu 
12429 \family sans
12430 Insert\SpecialChar menuseparator
12431 Formatting\SpecialChar menuseparator
12432 Horizontal
12433 \begin_inset space ~
12434 \end_inset
12435
12436 Space
12437 \family default
12438 :
12439 \end_layout
12440
12441 \begin_layout Standard
12442 This is a line with
12443 \begin_inset space \hspace{}
12444 \length 2cm
12445 \end_inset
12446
12447 2
12448 \begin_inset space \thinspace{}
12449 \end_inset
12450
12451 cm space.
12452 \end_layout
12453
12454 \begin_layout Standard
12455 This is a line with
12456 \begin_inset space \hfill{}
12457 \end_inset
12458
12459 maximum space.
12460 \end_layout
12461
12462 \begin_layout Subsection
12463 Space besides inline Formulas
12464 \begin_inset Index idx
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468 Space ! besides inline formulas
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Standard
12477 The space that surrounds inline formulas can be adjusted with the length
12478  
12479 \series bold
12480
12481 \backslash
12482 mathsurround
12483 \series default
12484
12485 \begin_inset Index idx
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489 Commands ! M ! 
12490 \backslash
12491 mathsurround
12492 \end_layout
12493
12494 \end_inset
12495
12496 .
12497  The value of a length is set with the command 
12498 \series bold
12499
12500 \backslash
12501 setlength
12502 \series default
12503
12504 \begin_inset Index idx
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Commands ! S ! 
12509 \backslash
12510 setlength
12511 \end_layout
12512
12513 \end_inset
12514
12515  which has the following scheme:
12516 \end_layout
12517
12518 \begin_layout Standard
12519
12520 \series bold
12521
12522 \backslash
12523 setlength{length name}{value}
12524 \end_layout
12525
12526 \begin_layout Standard
12527 To set 
12528 \series bold
12529
12530 \backslash
12531 mathsurround
12532 \series default
12533  to the value 5
12534 \begin_inset space \thinspace{}
12535 \end_inset
12536
12537 mm, the command
12538 \end_layout
12539
12540 \begin_layout Standard
12541
12542 \series bold
12543
12544 \backslash
12545 setlength{
12546 \backslash
12547 mathsurround}{5mm}
12548 \end_layout
12549
12550 \begin_layout Standard
12551 is inserted in \SpecialChar TeX
12552  mode.
12553  5
12554 \begin_inset space \thinspace{}
12555 \end_inset
12556
12557 mm space will now be set around all inline formulas:
12558 \begin_inset ERT
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562
12563
12564 \backslash
12565 setlength{
12566 \backslash
12567 mathsurround}{5mm}
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \begin_layout Standard
12576 This is a line with an inline formula 
12577 \begin_inset Formula $A=B$
12578 \end_inset
12579
12580  with 5
12581 \begin_inset space \thinspace{}
12582 \end_inset
12583
12584 mm surrounding space.
12585 \begin_inset ERT
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590
12591 \backslash
12592 setlength{
12593 \backslash
12594 mathsurround}{0pt}
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \begin_layout Standard
12603 To return to the predefined value, 
12604 \series bold
12605
12606 \backslash
12607 mathsurround
12608 \series default
12609  is set to the value 0
12610 \begin_inset space \thinspace{}
12611 \end_inset
12612
12613 pt.
12614 \end_layout
12615
12616 \begin_layout Section
12617 Boxes and Frames
12618 \begin_inset Index idx
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622 Boxes
12623 \end_layout
12624
12625 \end_inset
12626
12627
12628 \begin_inset Index idx
12629 status collapsed
12630
12631 \begin_layout Plain Layout
12632 Frames | see
12633 \begin_inset ERT
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637
12638 {
12639 \end_layout
12640
12641 \end_inset
12642
12643 Boxes
12644 \begin_inset ERT
12645 status collapsed
12646
12647 \begin_layout Plain Layout
12648
12649 }
12650 \end_layout
12651
12652 \end_inset
12653
12654
12655 \end_layout
12656
12657 \end_inset
12658
12659
12660 \end_layout
12661
12662 \begin_layout Standard
12663 Boxes for text are described in chapter 
12664 \family typewriter
12665 Boxes
12666 \family default
12667  in the 
12668 \family typewriter
12669 Embedded
12670 \begin_inset space ~
12671 \end_inset
12672
12673 Objects
12674 \family default
12675  manual.
12676 \end_layout
12677
12678 \begin_layout Subsection
12679 Boxes with Frame
12680 \begin_inset CommandInset label
12681 LatexCommand label
12682 name "subsec:Boxes-with-Frame"
12683
12684 \end_inset
12685
12686
12687 \begin_inset Index idx
12688 status collapsed
12689
12690 \begin_layout Plain Layout
12691 Boxes ! with frame
12692 \end_layout
12693
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Standard
12700 It is possible to frame a formula or part of one with the commands 
12701 \series bold
12702
12703 \backslash
12704 fbox
12705 \series default
12706
12707 \begin_inset Index idx
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711 Commands ! F ! 
12712 \backslash
12713 fbox
12714 \end_layout
12715
12716 \end_inset
12717
12718  and 
12719 \series bold
12720
12721 \backslash
12722 boxed
12723 \series default
12724
12725 \begin_inset Index idx
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729 Commands ! B ! 
12730 \backslash
12731 boxed
12732 \end_layout
12733
12734 \end_inset
12735
12736 .
12737 \end_layout
12738
12739 \begin_layout Standard
12740 When one of these commands is inserted in a formula, a blue box appears
12741  within a frame to enter formula parts.
12742  For 
12743 \series bold
12744
12745 \backslash
12746 fbox
12747 \series default
12748  an additional formula has to be created by 
12749 \family sans
12750 Ctrl+M
12751 \family default
12752  within this box, because the box content will otherwise be treated as mathemati
12753 cal text.
12754  When 
12755 \series bold
12756
12757 \backslash
12758 boxed
12759 \series default
12760  is used, a new formula is automatically created inside the frame.
12761 \end_layout
12762
12763 \begin_layout Standard
12764 The command 
12765 \series bold
12766
12767 \backslash
12768 fbox
12769 \series default
12770  is not suitable to frame displayed formulas because the formula will always
12771  be set in the size of the text.
12772  
12773 \series bold
12774
12775 \backslash
12776 boxed
12777 \series default
12778  is in contrary not suitable to frame inline formulas, because the formula
12779  will always be set in the size of a displayed formula.
12780 \end_layout
12781
12782 \begin_layout Standard
12783 An extension to 
12784 \series bold
12785
12786 \backslash
12787 fbox
12788 \series default
12789  is the command 
12790 \series bold
12791
12792 \backslash
12793 framebox
12794 \series default
12795
12796 \begin_inset Index idx
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 Commands ! F ! 
12801 \backslash
12802 framebox
12803 \end_layout
12804
12805 \end_inset
12806
12807  where additionally the frame width and the alignment can be specified.
12808  
12809 \series bold
12810
12811 \backslash
12812 framebox
12813 \series default
12814  is used in the following scheme:
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820
12821 \backslash
12822 framebox[frame width][position]{box content}
12823 \end_layout
12824
12825 \begin_layout Standard
12826 The position can either be 
12827 \emph on
12828 l
12829 \emph default
12830  or 
12831 \emph on
12832 r
12833 \emph default
12834 .
12835  
12836 \emph on
12837 l
12838 \emph default
12839  left aligns, 
12840 \emph on
12841 r
12842 \emph default
12843  right aligns the formula in the box.
12844  When no position is given, the formula will be centered.
12845 \begin_inset Newline newline
12846 \end_inset
12847
12848 If no width is given, also no position can be given.
12849  In this case the frame width is adjusted to the box content like for 
12850 \series bold
12851
12852 \backslash
12853 fbox
12854 \series default
12855 .
12856 \end_layout
12857
12858 \begin_layout Standard
12859 When the command 
12860 \series bold
12861
12862 \backslash
12863 framebox
12864 \series default
12865  is inserted, a box appears containing three blue boxes.
12866  The first two boxes are surrounded by brackets and denote the two optional
12867  arguments.
12868  The third box is for formula parts like for 
12869 \series bold
12870
12871 \backslash
12872 fbox
12873 \series default
12874 .
12875 \begin_inset Separator parbreak
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Standard
12882 \align center
12883 \begin_inset Tabular
12884 <lyxtabular version="3" rows="5" columns="2">
12885 <features tabularvalignment="middle">
12886 <column alignment="center" valignment="top">
12887 <column alignment="center" valignment="top">
12888 <row>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 Command
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 Result
12903 \begin_inset Note Note
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907
12908 \series bold
12909
12910 \backslash
12911 raisebox
12912 \series default
12913  is only used as spacer.
12914 \end_layout
12915
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 <row>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929
12930 \backslash
12931 fbox
12932 \begin_inset space \textvisiblespace{}
12933 \end_inset
12934
12935
12936 \family sans
12937 Ctrl+M
12938 \family default
12939  
12940 \backslash
12941 int
12942 \begin_inset space \textvisiblespace{}
12943 \end_inset
12944
12945 A=B
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \backslash
12970 boxed
12971 \begin_inset space \textvisiblespace{}
12972 \end_inset
12973
12974
12975 \backslash
12976 int
12977 \begin_inset space \textvisiblespace{}
12978 \end_inset
12979
12980 A=B
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 <row>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 A+
13004 \backslash
13005 fbox
13006 \begin_inset space \textvisiblespace{}
13007 \end_inset
13008
13009 B
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 <row>
13028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032
13033 \backslash
13034 framebox
13035 \begin_inset space \textvisiblespace{}
13036 \end_inset
13037
13038 20mm
13039 \begin_inset Formula $\to$
13040 \end_inset
13041
13042
13043 \begin_inset Formula $\to$
13044 \end_inset
13045
13046
13047 \family sans
13048 Ctrl+M
13049 \family default
13050  
13051 \backslash
13052 frac
13053 \begin_inset space \textvisiblespace{}
13054 \end_inset
13055
13056 A
13057 \begin_inset Formula $\downarrow$
13058 \end_inset
13059
13060 B
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 \begin_inset Formula $\raisebox{6mm}{}$
13070 \end_inset
13071
13072
13073 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13074 \end_inset
13075
13076
13077 \begin_inset Formula $\raisebox{-4mm}{}$
13078 \end_inset
13079
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 </lyxtabular>
13087
13088 \end_inset
13089
13090
13091 \end_layout
13092
13093 \begin_layout Standard
13094 The frame thickness can also be adjusted.
13095  To do this the following commands have to be inserted in \SpecialChar TeX
13096  mode before the
13097  formula
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 fboxrule
13106 \series default
13107  
13108 \series bold
13109
13110 \begin_inset Quotes eld
13111 \end_inset
13112
13113 thickness
13114 \begin_inset Quotes erd
13115 \end_inset
13116
13117
13118 \series default
13119  
13120 \series bold
13121
13122 \backslash
13123 fboxsep
13124 \series default
13125  
13126 \series bold
13127
13128 \begin_inset Quotes eld
13129 \end_inset
13130
13131 distance
13132 \begin_inset Quotes erd
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \begin_inset Quotes eld
13140 \end_inset
13141
13142 distance
13143 \begin_inset Quotes erd
13144 \end_inset
13145
13146  specifies the minimal distance between the frame and the first character
13147  in the box.
13148  An example for this is the following framed formula:
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 fboxrule 2mm 
13157 \backslash
13158 fboxsep 3mm
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \begin_inset Formula 
13165 \[
13166 \boxed{A+B=C}
13167 \]
13168
13169 \end_inset
13170
13171 Before this formula the commands
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 fboxrule
13180 \series default
13181  
13182 \series bold
13183 2mm
13184 \series default
13185  
13186 \series bold
13187
13188 \backslash
13189 fboxsep
13190 \series default
13191  
13192 \series bold
13193 3mm
13194 \end_layout
13195
13196 \begin_layout Standard
13197 were inserted in \SpecialChar TeX
13198  mode.
13199  The given values are used for all following boxes.
13200 \end_layout
13201
13202 \begin_layout Standard
13203 To return to the standard frame size, the command
13204 \end_layout
13205
13206 \begin_layout Standard
13207
13208 \series bold
13209
13210 \backslash
13211 fboxrule
13212 \series default
13213  
13214 \series bold
13215 0.4pt
13216 \series default
13217  
13218 \series bold
13219
13220 \backslash
13221 fboxsep
13222 \series default
13223  
13224 \series bold
13225 3pt
13226 \series default
13227
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 fboxrule 0.4pt 
13236 \backslash
13237 fboxsep 3pt
13238 \end_layout
13239
13240 \end_inset
13241
13242
13243 \end_layout
13244
13245 \begin_layout Standard
13246 is inserted in \SpecialChar TeX
13247  mode before the next formula.
13248 \end_layout
13249
13250 \begin_layout Subsection
13251 Boxes without Frame
13252 \begin_inset CommandInset label
13253 LatexCommand label
13254 name "subsec:Boxes-without-Frame"
13255
13256 \end_inset
13257
13258
13259 \begin_inset Index idx
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263 Boxes ! without frame
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 For boxes without a frame there are the following box commands: 
13273 \series bold
13274
13275 \backslash
13276 mbox
13277 \series default
13278
13279 \begin_inset Index idx
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 Commands ! M ! 
13284 \backslash
13285 mbox
13286 \end_layout
13287
13288 \end_inset
13289
13290
13291 \series bold
13292
13293 \backslash
13294 makebox
13295 \series default
13296
13297 \begin_inset Index idx
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301 Commands ! M ! 
13302 \backslash
13303 makebox
13304 \end_layout
13305
13306 \end_inset
13307
13308  and 
13309 \series bold
13310
13311 \backslash
13312 raisebox
13313 \series default
13314
13315 \begin_inset Index idx
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 Commands ! R ! 
13320 \backslash
13321 raisebox
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \begin_layout Standard
13330 With 
13331 \series bold
13332
13333 \backslash
13334 raisebox
13335 \series default
13336  a box can be super- or subscripted.
13337  But in contrary to normal super- and subscripting, the characters in the
13338  box keep their font size.
13339  
13340 \series bold
13341
13342 \backslash
13343 raisebox
13344 \series default
13345  is used in the following scheme:
13346 \end_layout
13347
13348 \begin_layout Standard
13349
13350 \series bold
13351
13352 \backslash
13353 raisebox{height}{box content}
13354 \end_layout
13355
13356 \begin_layout Standard
13357 When the box should contain a formula, an extra formula is needed like for
13358  
13359 \series bold
13360
13361 \backslash
13362 fbox
13363 \series default
13364 .
13365  
13366 \series medium
13367
13368 \begin_inset Note Greyedout
13369 status open
13370
13371 \begin_layout Plain Layout
13372
13373 \series bold
13374 Note:
13375 \series default
13376  For 
13377 \series bold
13378
13379 \backslash
13380 raisebox
13381 \series default
13382  this extra formula is created by pressing 
13383 \family sans
13384 Ctrl+M
13385 \family default
13386  twice instead of once because \SpecialChar LyX
13387  doesn't yet support 
13388 \series bold
13389
13390 \backslash
13391 raisebox
13392 \series default
13393  directly.
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \series default
13400
13401 \begin_inset Separator parbreak
13402 \end_inset
13403
13404
13405 \end_layout
13406
13407 \begin_layout Standard
13408 \align center
13409 \begin_inset Tabular
13410 <lyxtabular version="3" rows="4" columns="2">
13411 <features tabularvalignment="middle">
13412 <column alignment="center" valignment="top">
13413 <column alignment="center" valignment="top">
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 Command
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Result
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 <row>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 H
13440 \backslash
13441 raisebox{2mm
13442 \begin_inset Formula $\to$
13443 \end_inset
13444
13445
13446 \backslash
13447 {al
13448 \begin_inset Formula $\to$
13449 \end_inset
13450
13451  lo
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 H
13475 \backslash
13476 raisebox{-2mm
13477 \begin_inset Formula $\to$
13478 \end_inset
13479
13480
13481 \backslash
13482 {al
13483 \begin_inset Formula $\to$
13484 \end_inset
13485
13486 lo
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 <row>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 A=
13510 \backslash
13511 raisebox{-2mm
13512 \begin_inset Formula $\to$
13513 \end_inset
13514
13515
13516 \backslash
13517 {
13518 \family sans
13519 Ctrl+M
13520 \family default
13521  
13522 \family sans
13523 Ctrl+M
13524 \family default
13525  
13526 \backslash
13527 sqrt
13528 \begin_inset space \textvisiblespace{}
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 </row>
13549 </lyxtabular>
13550
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557 The command 
13558 \series bold
13559
13560 \backslash
13561 mbox
13562 \series default
13563  is equivalent to 
13564 \series bold
13565
13566 \backslash
13567 fbox
13568 \series default
13569  and 
13570 \series bold
13571
13572 \backslash
13573 makebox
13574 \series default
13575  is equivalent to 
13576 \series bold
13577
13578 \backslash
13579 framebox
13580 \series default
13581 , with the difference that there is no frame.
13582 \end_layout
13583
13584 \begin_layout Subsection
13585 Colored Boxes
13586 \begin_inset CommandInset label
13587 LatexCommand label
13588 name "subsec:Colored-Boxes"
13589
13590 \end_inset
13591
13592
13593 \begin_inset Index idx
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597 Boxes ! colored
13598 \end_layout
13599
13600 \end_inset
13601
13602
13603 \end_layout
13604
13605 \begin_layout Standard
13606 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13607 -package 
13608 \series bold
13609 color
13610 \series default
13611
13612 \begin_inset Foot
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616 The \SpecialChar LaTeX
13617 -package 
13618 \series bold
13619 color
13620 \series default
13621  is part of every \SpecialChar LaTeX
13622  standard installation.
13623 \end_layout
13624
13625 \end_inset
13626
13627
13628 \begin_inset Index idx
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632 Packages ! color
13633 \end_layout
13634
13635 \end_inset
13636
13637  has to be loaded in the \SpecialChar LaTeX
13638 -preamble with the line
13639 \begin_inset Foot
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 When text is colored somewhere in the document with a predefined color,
13644  \SpecialChar LyX
13645  loads the \SpecialChar LaTeX
13646  package 
13647 \series bold
13648 color
13649 \series default
13650  automatically.
13651  Thus it is possible that the package is loaded twice, but this does not
13652  cause problems.
13653 \end_layout
13654
13655 \end_inset
13656
13657
13658 \begin_inset Note Note
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13663 -preamble.
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Standard
13672
13673 \series bold
13674
13675 \backslash
13676 usepackage{color}
13677 \end_layout
13678
13679 \begin_layout Standard
13680 \begin_inset VSpace medskip
13681 \end_inset
13682
13683 To color boxes, the command 
13684 \series bold
13685
13686 \backslash
13687 colorbox
13688 \series default
13689
13690 \begin_inset Index idx
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694 Commands ! C ! 
13695 \backslash
13696 colorbox
13697 \end_layout
13698
13699 \end_inset
13700
13701  is used in the following scheme:
13702 \end_layout
13703
13704 \begin_layout Standard
13705
13706 \series bold
13707
13708 \backslash
13709 colorbox{color}{box content}
13710 \end_layout
13711
13712 \begin_layout Standard
13713 The box content can also be a box and a 
13714 \series bold
13715
13716 \backslash
13717 colorbox
13718 \series default
13719  can also be part of another box (see the 2nd and 3rd example).
13720  When the box should contain a formula, an extra formula has to be created,
13721  the same way as for 
13722 \series bold
13723
13724 \backslash
13725 raisebox
13726 \series default
13727 .
13728 \begin_inset Foot
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 This also applies for the command 
13733 \series bold
13734
13735 \backslash
13736 fcolorbox
13737 \series default
13738 .
13739 \end_layout
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Standard
13747 One of the following predefined colors can be chosen:
13748 \end_layout
13749
13750 \begin_layout Standard
13751
13752 \series bold
13753 black
13754 \series default
13755
13756 \series bold
13757 blue
13758 \series default
13759
13760 \series bold
13761 cyan
13762 \series default
13763
13764 \series bold
13765 green
13766 \series default
13767
13768 \series bold
13769 magenta
13770 \series default
13771
13772 \series bold
13773 red
13774 \series default
13775
13776 \series bold
13777 white
13778 \series default
13779  and 
13780 \series bold
13781 yellow
13782 \series default
13783
13784 \begin_inset Separator parbreak
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791 \align center
13792 \begin_inset Tabular
13793 <lyxtabular version="3" rows="4" columns="2">
13794 <features tabularvalignment="middle">
13795 <column alignment="center" valignment="top">
13796 <column alignment="center" valignment="top">
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 Command
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Result
13812 \begin_inset Note Note
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 \series bold
13818
13819 \backslash
13820 raisebox
13821 \series default
13822  is only used as spacer.
13823 \end_layout
13824
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838
13839 \backslash
13840 colorbox{yellow
13841 \begin_inset Formula $\to$
13842 \end_inset
13843
13844
13845 \backslash
13846 {A=B
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \backslash
13871 colorbox{green
13872 \begin_inset Formula $\to$
13873 \end_inset
13874
13875
13876 \backslash
13877 {
13878 \backslash
13879 fbox
13880 \begin_inset space \textvisiblespace{}
13881 \end_inset
13882
13883 A=B
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13893 \end_inset
13894
13895
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row>
13902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906
13907 \backslash
13908 fbox
13909 \begin_inset space \textvisiblespace{}
13910 \end_inset
13911
13912
13913 \backslash
13914 colorbox{green
13915 \begin_inset Formula $\to$
13916 \end_inset
13917
13918
13919 \backslash
13920 {
13921 \family sans
13922 Ctrl+M
13923 \family default
13924  
13925 \family sans
13926 Ctrl+M
13927 \family default
13928  
13929 \backslash
13930 int
13931 \begin_inset space \textvisiblespace{}
13932 \end_inset
13933
13934 C=D
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 </lyxtabular>
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Standard
13960
13961 \series bold
13962
13963 \backslash
13964 colorbox
13965 \series default
13966  only colors the box but not the characters in the box.
13967  To color all characters, the whole formula is highlighted and the desired
13968  color is chosen in the 
13969 \family sans
13970 Text
13971 \begin_inset space ~
13972 \end_inset
13973
13974 Style
13975 \family default
13976  dialog.
13977  The dialog can be called with the toolbar button 
13978 \begin_inset Info
13979 type  "icon"
13980 arg   "dialog-show character"
13981 \end_inset
13982
13983  or the menu 
13984 \family sans
13985 Edit\SpecialChar menuseparator
13986 Text
13987 \begin_inset space ~
13988 \end_inset
13989
13990 Style\SpecialChar menuseparator
13991 Customized
13992 \family default
13993 .
13994  The formula number then has the same color as the formula.
13995  When the formula number should get another color than the formula characters,
13996  the color must be changed within the formula.
13997 \end_layout
13998
13999 \begin_layout Standard
14000 An example:
14001 \end_layout
14002
14003 \begin_layout Standard
14004
14005 \color red
14006 \begin_inset Formula 
14007 \begin{equation}
14008 \int A=B\label{eq:red}
14009 \end{equation}
14010
14011 \end_inset
14012
14013
14014 \color green
14015
14016 \begin_inset Formula 
14017 \begin{equation}
14018 \textcolor{red}{\int A=B}\label{eq:redgreen}
14019 \end{equation}
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \begin_layout Standard
14027 Formula 
14028 \begin_inset CommandInset ref
14029 LatexCommand eqref
14030 reference "eq:red"
14031
14032 \end_inset
14033
14034  is completely colored red.
14035 \begin_inset Newline newline
14036 \end_inset
14037
14038 Formula 
14039 \begin_inset CommandInset ref
14040 LatexCommand eqref
14041 reference "eq:redgreen"
14042
14043 \end_inset
14044
14045  was first completely colored green to set the color for the formula number.
14046  Subsequently the formula characters were colored red.
14047 \end_layout
14048
14049 \begin_layout Standard
14050 \begin_inset VSpace bigskip
14051 \end_inset
14052
14053 To color the frame different than the rest of the box, the command 
14054 \series bold
14055
14056 \backslash
14057 fcolorbox
14058 \series default
14059
14060 \begin_inset Index idx
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064 Commands ! F ! 
14065 \backslash
14066 fcolorbox
14067 \end_layout
14068
14069 \end_inset
14070
14071  is used in the following scheme:
14072 \end_layout
14073
14074 \begin_layout Standard
14075
14076 \series bold
14077
14078 \backslash
14079 fcolorbox{frame color}{color}{box content}
14080 \end_layout
14081
14082 \begin_layout Standard
14083 So 
14084 \series bold
14085
14086 \backslash
14087 fcolorbox
14088 \series default
14089  is an extension of the command 
14090 \series bold
14091
14092 \backslash
14093 colorbox
14094 \series default
14095 .
14096  The frame width is set, like for 
14097 \series bold
14098
14099 \backslash
14100 framebox
14101 \series default
14102 , with 
14103 \series bold
14104
14105 \backslash
14106 fboxrule
14107 \series default
14108  and 
14109 \series bold
14110
14111 \backslash
14112 fboxsep
14113 \series default
14114 .
14115  An example:
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121
14122 \backslash
14123 fboxrule 1mm 
14124 \backslash
14125 fboxsep 1mm
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \begin_inset Formula 
14132 \[
14133 \fcolorbox{cyan}{magenta}{A=B}
14134 \]
14135
14136 \end_inset
14137
14138
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144
14145 \backslash
14146 fboxrule 0.4pt 
14147 \backslash
14148 fboxsep 3pt
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \begin_layout Standard
14157 This formula was created with the command
14158 \begin_inset Newline newline
14159 \end_inset
14160
14161
14162 \series bold
14163
14164 \backslash
14165 fcolorbox{cyan
14166 \begin_inset Formula $\to$
14167 \end_inset
14168
14169
14170 \backslash
14171 {magenta
14172 \begin_inset Formula $\to$
14173 \end_inset
14174
14175
14176 \backslash
14177 {A=B
14178 \series default
14179 .
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace bigskip
14184 \end_inset
14185
14186 To use other colors than the predefined ones, they have to be defined first.
14187 \end_layout
14188
14189 \begin_layout Standard
14190 One can for example define the color 
14191 \begin_inset Quotes eld
14192 \end_inset
14193
14194
14195 \series bold
14196 darkgreen
14197 \series default
14198
14199 \begin_inset Quotes erd
14200 \end_inset
14201
14202  with the \SpecialChar LaTeX
14203 -preamble line:
14204 \end_layout
14205
14206 \begin_layout Standard
14207
14208 \series bold
14209
14210 \backslash
14211 definecolor{darkgreen}{cmyk}{0.5,
14212 \series default
14213  
14214 \series bold
14215 0,
14216 \series default
14217  
14218 \series bold
14219 1,
14220 \series default
14221  
14222 \series bold
14223 0.5}
14224 \series default
14225
14226 \begin_inset Index idx
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230 Commands ! D ! 
14231 \backslash
14232 definecolor
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241
14242 \series bold
14243 cmyk
14244 \series default
14245  is the color space that denotes the colors 
14246 \series bold
14247 cyan
14248 \series default
14249
14250 \series bold
14251 magenta
14252 \series default
14253
14254 \series bold
14255 yellow
14256 \series default
14257  and 
14258 \series bold
14259 black
14260 \series default
14261 .
14262  The four comma separated numbers are the portion factor for the corresponding
14263  colors of the color space.
14264  The factors can be in the range of 0
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268 -
14269 \begin_inset space \thinspace{}
14270 \end_inset
14271
14272 1.
14273  Instead of 
14274 \series bold
14275 cmyk
14276 \series default
14277  also the color space 
14278 \series bold
14279 rgb
14280 \series default
14281  can be used for definitions.
14282  
14283 \series bold
14284 rgb
14285 \series default
14286  denotes 
14287 \series bold
14288 red
14289 \series default
14290
14291 \series bold
14292 green
14293 \series default
14294  and 
14295 \series bold
14296 blue
14297 \series default
14298 , so that there are in this case three portion factors for the corresponding
14299  colors.
14300  Furthermore there is the color space 
14301 \series bold
14302 gray
14303 \series default
14304  with one portion factor for the gray value.
14305 \end_layout
14306
14307 \begin_layout Standard
14308 As example a framed box with the new defined color 
14309 \series bold
14310 darkgreen
14311 \series default
14312  where the characters have been colored 
14313 \series bold
14314 yellow
14315 \series default
14316 :
14317 \begin_inset Formula 
14318 \begin{equation}
14319 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14320 \end{equation}
14321
14322 \end_inset
14323
14324
14325 \end_layout
14326
14327 \begin_layout Standard
14328 Self-defined colors can also be used for text with the help of the command
14329  
14330 \series bold
14331
14332 \backslash
14333 textcolor
14334 \series default
14335 :
14336 \begin_inset Index idx
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 Text ! colored
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \begin_inset ERT
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353
14354
14355 \backslash
14356 textcolor{darkgreen}{
14357 \end_layout
14358
14359 \end_inset
14360
14361 This sentence is 
14362 \begin_inset Quotes eld
14363 \end_inset
14364
14365 darkgreen
14366 \begin_inset Quotes erd
14367 \end_inset
14368
14369 .
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375 }
14376 \end_layout
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384
14385 \series bold
14386
14387 \backslash
14388 textcolor
14389 \series default
14390
14391 \begin_inset Index idx
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395 Commands ! T ! 
14396 \backslash
14397 textcolor
14398 \end_layout
14399
14400 \end_inset
14401
14402  is used in the scheme 
14403 \series bold
14404
14405 \backslash
14406 textcolor{color}{characters to color}
14407 \series default
14408 .
14409 \end_layout
14410
14411 \begin_layout Subsection
14412 Paragraph Boxes
14413 \begin_inset CommandInset label
14414 LatexCommand label
14415 name "subsec:Paragraph-Boxes"
14416
14417 \end_inset
14418
14419
14420 \begin_inset Index idx
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424 Boxes ! as paragraph
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Standard
14433 A box that can contain several lines and paragraphs, a so-called paragraph
14434  box (parbox), can be created with the menu 
14435 \family sans
14436 Insert\SpecialChar menuseparator
14437 Box
14438 \family default
14439  or the toolbar button 
14440 \begin_inset Info
14441 type  "icon"
14442 arg   "box-insert"
14443 \end_inset
14444
14445 .
14446 \end_layout
14447
14448 \begin_layout Standard
14449 The following example shows a framed parbox in a line:
14450 \end_layout
14451
14452 \begin_layout Standard
14453 \begin_inset VSpace medskip
14454 \end_inset
14455
14456 This is a line 
14457 \begin_inset Box Boxed
14458 position "c"
14459 hor_pos "c"
14460 has_inner_box 1
14461 inner_pos "t"
14462 use_parbox 1
14463 use_makebox 0
14464 width "5cm"
14465 special "none"
14466 height "1in"
14467 height_special "totalheight"
14468 thickness "0.4pt"
14469 separation "3pt"
14470 shadowsize "4pt"
14471 framecolor "black"
14472 backgroundcolor "none"
14473 status open
14474
14475 \begin_layout Plain Layout
14476 This is a paragraph box.
14477  It is exactly 5
14478 \begin_inset space \thinspace{}
14479 \end_inset
14480
14481 cm long and can also contain formulas: 
14482 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489
14490  with a parbox.
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace medskip
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \begin_layout Standard
14501 Such a box is created by right-clicking on the gray box inset.
14502  A dialog pops up showing the box properties.
14503  In our case set: 
14504 \emph on
14505 Decoration
14506 \emph default
14507 : Rectangular box, 
14508 \emph on
14509 Inner Box
14510 \emph default
14511 : Parbox, 
14512 \emph on
14513 Width
14514 \emph default
14515 : 5
14516 \begin_inset space \thinspace{}
14517 \end_inset
14518
14519 cm, 
14520 \emph on
14521 Vertical Box Alignment
14522 \emph default
14523 : Middle
14524 \end_layout
14525
14526 \begin_layout Standard
14527 \begin_inset VSpace medskip
14528 \end_inset
14529
14530 In \SpecialChar LaTeX
14531  a parbox is created with the command 
14532 \series bold
14533
14534 \backslash
14535 parbox
14536 \series default
14537
14538 \begin_inset Index idx
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 Commands ! P ! 
14543 \backslash
14544 parbox
14545 \end_layout
14546
14547 \end_inset
14548
14549  which has the following scheme:
14550 \end_layout
14551
14552 \begin_layout Standard
14553
14554 \series bold
14555
14556 \backslash
14557 parbox[position]{width}{box content}
14558 \end_layout
14559
14560 \begin_layout Standard
14561 The positions 
14562 \emph on
14563 b
14564 \emph default
14565  and 
14566 \emph on
14567 t
14568 \emph default
14569  are possible.
14570  
14571 \emph on
14572 b
14573 \emph default
14574  for 
14575 \begin_inset Quotes eld
14576 \end_inset
14577
14578 bottom
14579 \begin_inset Quotes erd
14580 \end_inset
14581
14582  means that the box is aligned within the surrounding text with its last
14583  line.
14584  With 
14585 \emph on
14586 t
14587 \emph default
14588  for 
14589 \begin_inset Quotes eld
14590 \end_inset
14591
14592 top
14593 \begin_inset Quotes erd
14594 \end_inset
14595
14596  this is done with the first line.
14597  When no position is given, the box will be vertically centered, see section
14598  
14599 \emph on
14600 Boxes
14601 \emph default
14602  of the 
14603 \emph on
14604 Embedded
14605 \begin_inset space ~
14606 \end_inset
14607
14608 Objects
14609 \emph default
14610  manual for examples.
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset VSpace bigskip
14615 \end_inset
14616
14617 To frame formulas completely, including the formula number, the formula
14618  must be set into a parbox.
14619  To do this, the command 
14620 \series bold
14621
14622 \backslash
14623 fbox{
14624 \backslash
14625 parbox{
14626 \backslash
14627 linewidth-2
14628 \backslash
14629 fboxsep-2
14630 \backslash
14631 fboxrule}{
14632 \series default
14633  is inserted in \SpecialChar TeX
14634  mode before the formula.
14635  
14636 \series bold
14637
14638 \backslash
14639 linewidth
14640 \series default
14641
14642 \begin_inset Index idx
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 Commands ! L ! 
14647 \backslash
14648 linewidth
14649 \end_layout
14650
14651 \end_inset
14652
14653  is hereby the line width set for the document.
14654  Because the frame is outside the parbox, 2
14655 \begin_inset space \thinspace{}
14656 \end_inset
14657
14658 times the frame separation and the frame thickness must be subtracted from
14659  the line width.
14660  As this is not automatically done by \SpecialChar LyX
14661  due to a bug
14662 \begin_inset Foot
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666 \begin_inset CommandInset href
14667 LatexCommand href
14668 name "LyX-bug #4483"
14669 target "http://www.lyx.org/trac/ticket/4483"
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \end_inset
14677
14678 , \SpecialChar TeX
14679  mode has to be used.
14680  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14681 -package 
14682 \series bold
14683 calc
14684 \series default
14685
14686 \begin_inset Foot
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690
14691 \series bold
14692 calc
14693 \series default
14694  is part of every \SpecialChar LaTeX
14695  standard installation.
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \begin_inset Index idx
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705 Packages ! calc
14706 \end_layout
14707
14708 \end_inset
14709
14710  must be loaded in the \SpecialChar LaTeX
14711 -preamble with the line
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \series bold
14717
14718 \backslash
14719 usepackage{calc}
14720 \end_layout
14721
14722 \begin_layout Standard
14723 Behind the formula both boxes are closed by entering 
14724 \series bold
14725 }}
14726 \series default
14727  in \SpecialChar TeX
14728  mode.
14729  Here is an example:
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735
14736 \backslash
14737 fboxsep 5mm 
14738 \backslash
14739 fboxrule 5mm
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset ERT
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752
14753
14754 \backslash
14755 fbox{
14756 \backslash
14757 parbox{
14758 \backslash
14759 linewidth-2
14760 \backslash
14761 fboxsep-2
14762 \backslash
14763 fboxrule}{
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \begin_inset Formula 
14770 \begin{equation}
14771 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14772 \end{equation}
14773
14774 \end_inset
14775
14776
14777 \begin_inset ERT
14778 status collapsed
14779
14780 \begin_layout Plain Layout
14781
14782 }}
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792
14793
14794 \backslash
14795 fboxrule 0.4pt 
14796 \backslash
14797 fboxsep 3pt
14798 \end_layout
14799
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \begin_layout Standard
14806 \begin_inset VSpace medskip
14807 \end_inset
14808
14809 As a parbox is used as the argument of 
14810 \series bold
14811
14812 \backslash
14813 fbox
14814 \series default
14815 , there is in this case no difference between 
14816 \series bold
14817
14818 \backslash
14819 fbox
14820 \series default
14821  and 
14822 \series bold
14823
14824 \backslash
14825 boxed
14826 \series default
14827 .
14828 \end_layout
14829
14830 \begin_layout Standard
14831 \begin_inset VSpace bigskip
14832 \end_inset
14833
14834 Paragraph boxes are very useful to comment formulas directly.
14835  To do this, 
14836 \series bold
14837
14838 \backslash
14839 parbox
14840 \series default
14841  is used in combination with the command 
14842 \series bold
14843
14844 \backslash
14845 tag
14846 \series default
14847 .
14848  (more about 
14849 \series bold
14850
14851 \backslash
14852 tag
14853 \series default
14854  see 
14855 \begin_inset CommandInset ref
14856 LatexCommand ref
14857 reference "subsec:User-defined-Numbering"
14858
14859 \end_inset
14860
14861 )
14862 \end_layout
14863
14864 \begin_layout Standard
14865 An example of a formula commented with 
14866 \series bold
14867
14868 \backslash
14869 parbox
14870 \series default
14871 :
14872 \end_layout
14873
14874 \begin_layout Standard
14875 \begin_inset ERT
14876 status collapsed
14877
14878 \begin_layout Plain Layout
14879
14880
14881 \backslash
14882 [5x-7b=3b
14883 \backslash
14884 tag*{
14885 \backslash
14886 parbox{5cm}{
14887 \end_layout
14888
14889 \end_inset
14890
14891 This is a description.
14892  It is distinctly separated from the formula and multiline.
14893 \begin_inset ERT
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897
14898 }}
14899 \backslash
14900 ]
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \begin_layout Standard
14909 Such a formula must be inserted completely in \SpecialChar TeX
14910  mode because \SpecialChar LyX
14911  does not yet
14912  support the command 
14913 \series bold
14914
14915 \backslash
14916 parbox
14917 \series default
14918  in formulas.
14919  The formula is created with the following command sequence:
14920 \end_layout
14921
14922 \begin_layout Standard
14923 The command 
14924 \series bold
14925
14926 \backslash
14927 [5x-7b=3b
14928 \backslash
14929 tag*
14930 \backslash
14931 {
14932 \backslash
14933 parbox{5cm}{
14934 \series default
14935  is inserted in \SpecialChar TeX
14936  mode.
14937 \begin_inset Foot
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 When the formula style 
14942 \series bold
14943 Indented
14944 \series default
14945  is used, 
14946 \series bold
14947
14948 \backslash
14949 tag*
14950 \backslash
14951 {
14952 \series default
14953  can also be replaced by 
14954 \series bold
14955
14956 \backslash
14957 hfill
14958 \series default
14959 .
14960  (formula styles see 
14961 \begin_inset CommandInset ref
14962 LatexCommand ref
14963 reference "sec:Formula-Styles"
14964
14965 \end_inset
14966
14967 )
14968 \end_layout
14969
14970 \end_inset
14971
14972  Then the description follows as normal text and finally 
14973 \series bold
14974 }}
14975 \backslash
14976 ]
14977 \series default
14978  is inserted in \SpecialChar TeX
14979  mode.
14980  The commands 
14981 \series bold
14982
14983 \backslash
14984 [
14985 \series default
14986  and 
14987 \series bold
14988
14989 \backslash
14990 ]
14991 \series default
14992  hereby create a displayed formula.
14993 \end_layout
14994
14995 \begin_layout Standard
14996 The advantages of 
14997 \series bold
14998
14999 \backslash
15000 parbox
15001 \series default
15002  can be seen in this example that was 
15003 \begin_inset Quotes eld
15004 \end_inset
15005
15006 commented
15007 \begin_inset Quotes erd
15008 \end_inset
15009
15010  using the mathematical textmode:
15011 \begin_inset Formula 
15012 \[
15013 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15014 \]
15015
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Section
15022 Operators
15023 \begin_inset Index idx
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027 Operators
15028 \end_layout
15029
15030 \end_inset
15031
15032
15033 \end_layout
15034
15035 \begin_layout Subsection
15036 Big Operators
15037 \begin_inset CommandInset label
15038 LatexCommand label
15039 name "subsec:Big-Operators"
15040
15041 \end_inset
15042
15043
15044 \begin_inset Index idx
15045 status collapsed
15046
15047 \begin_layout Plain Layout
15048 Operators ! big
15049 \end_layout
15050
15051 \end_inset
15052
15053
15054 \begin_inset Index idx
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058 Sums
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \begin_inset Index idx
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068 Integrals
15069 \end_layout
15070
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \begin_layout Standard
15077 To be able to use all integral operators listed here, the option 
15078 \family sans
15079 Use esint package automatically
15080 \family default
15081  must be set in the document settings under 
15082 \family sans
15083 Math
15084 \begin_inset space ~
15085 \end_inset
15086
15087 Options
15088 \family default
15089 .
15090 \end_layout
15091
15092 \begin_layout Standard
15093 \begin_inset space \hfill{}
15094 \end_inset
15095
15096
15097 \begin_inset Tabular
15098 <lyxtabular version="3" rows="11" columns="2">
15099 <features tabularvalignment="middle">
15100 <column alignment="center" valignment="top" width="0pt">
15101 <column alignment="center" valignment="top" width="0pt">
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 Command
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 Result
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 int
15130 \begin_inset Index idx
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 Commands ! I ! 
15135 \backslash
15136 int
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 \begin_inset Formula $\int$
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 oint
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 \begin_inset Formula $\oint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 ointctrclockwise
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\ointctrclockwise$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 ointclockwise
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\ointclockwise$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 sqint
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\sqint$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 <row>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \backslash
15266 fint
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275  
15276 \begin_inset Formula $\fint$
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \backslash
15292 landupint
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301  
15302 \begin_inset Formula $\landupint$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \backslash
15318 landdownint
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327  
15328 \begin_inset Formula $\landdownint$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row>
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342
15343 \backslash
15344 bigcap
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 \begin_inset Formula $\bigcap$
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \backslash
15369 bigcup
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378 \begin_inset Formula $\bigcup$
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 </row>
15387 </lyxtabular>
15388
15389 \end_inset
15390
15391
15392 \begin_inset space \hfill{}
15393 \end_inset
15394
15395
15396 \begin_inset Tabular
15397 <lyxtabular version="3" rows="11" columns="2">
15398 <features tabularvalignment="middle">
15399 <column alignment="center" valignment="top" width="0pt">
15400 <column alignment="center" valignment="top" width="0pt">
15401 <row>
15402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 Command
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 Result
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \backslash
15428 sum
15429 \begin_inset Index idx
15430 status collapsed
15431
15432 \begin_layout Plain Layout
15433 Commands ! S ! 
15434 \backslash
15435 sum
15436 \end_layout
15437
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 \begin_inset Formula $\sum$
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \backslash
15465 prod
15466 \begin_inset Index idx
15467 status collapsed
15468
15469 \begin_layout Plain Layout
15470 Commands ! P ! 
15471 \backslash
15472 prod
15473 \begin_inset ERT
15474 status collapsed
15475
15476 \begin_layout Plain Layout
15477
15478
15479 \backslash
15480 vspace{4mm}
15481 \end_layout
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499 \begin_inset Formula $\prod$
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 </row>
15508 <row>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \backslash
15515 coprod
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524 \begin_inset Formula $\coprod$
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 </row>
15533 <row>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \backslash
15540 bigodot
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 \begin_inset Formula $\bigodot$
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \backslash
15565 bigotimes
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 \begin_inset Formula $\bigotimes$
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 </row>
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \backslash
15590 bigoplus
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599 \begin_inset Formula $\bigoplus$
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \backslash
15615 bigwedge
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 \begin_inset Formula $\bigwedge$
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \backslash
15640 bigvee
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 \begin_inset Formula $\bigvee$
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \backslash
15665 bigsqcup
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 \begin_inset Formula $\bigsqcup$
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \backslash
15690 biguplus
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699 \begin_inset Formula $\biguplus$
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 </lyxtabular>
15709
15710 \end_inset
15711
15712
15713 \begin_inset space \hfill{}
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 All big operators can also be inserted via the math toolbar button 
15721 \begin_inset Info
15722 type  "icon"
15723 arg   "math-insert \\intop"
15724 \end_inset
15725
15726 .
15727 \end_layout
15728
15729 \begin_layout Standard
15730 The operators are called big because they are bigger than the sometimes
15731  equal looking binary operators.
15732  All big operators can have limits as described in the next subsection.
15733 \end_layout
15734
15735 \begin_layout Standard
15736 For all integral operators there is a second version available, ending in
15737  
15738 \series bold
15739 op
15740 \series default
15741
15742 \series bold
15743
15744 \backslash
15745 intop
15746 \series default
15747
15748 \series bold
15749
15750 \backslash
15751 ointop
15752 \series default
15753  etc..
15754  These operators are different from 
15755 \series bold
15756
15757 \backslash
15758 int
15759 \series default
15760  etc.
15761 \begin_inset space \space{}
15762 \end_inset
15763
15764 in the style the operator limits are displayed, see 
15765 \begin_inset CommandInset ref
15766 LatexCommand ref
15767 reference "subsec:Operator-Limits"
15768
15769 \end_inset
15770
15771 .
15772  
15773 \end_layout
15774
15775 \begin_layout Subsubsection*
15776 Advice for Integrals
15777 \end_layout
15778
15779 \begin_layout Standard
15780 The letter 
15781 \emph on
15782 d
15783 \emph default
15784  in an integral is an operator, that therefore has to be set upright.
15785  This is done by highlighting the 
15786 \emph on
15787 d
15788 \emph default
15789  and using the keyboard shortcut 
15790 \begin_inset Info
15791 type  "shortcut"
15792 arg   "font-roman"
15793 \end_inset
15794
15795
15796 \begin_inset Foot
15797 status collapsed
15798
15799 \begin_layout Plain Layout
15800 Font styles
15801 \series bold
15802  
15803 \series default
15804 see 
15805 \begin_inset CommandInset ref
15806 LatexCommand ref
15807 reference "subsec:Font-Styles"
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \end_inset
15815
15816 .
15817  Finally the smallest space is inserted before the 
15818 \emph on
15819 d
15820 \emph default
15821 , as this is usual for operators.
15822  An example:
15823 \end_layout
15824
15825 \begin_layout Standard
15826 incorrect: 
15827 \begin_inset Formula $\int A(x)dx$
15828 \end_inset
15829
15830
15831 \begin_inset Newline newline
15832 \end_inset
15833
15834
15835 \begin_inset Phantom HPhantom
15836 status open
15837
15838 \begin_layout Plain Layout
15839 in
15840 \end_layout
15841
15842 \end_inset
15843
15844 correct: 
15845 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Standard
15852 For multiple integrals there are the following commands:
15853 \begin_inset VSpace medskip
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \begin_layout Standard
15860 \begin_inset space \hfill{}
15861 \end_inset
15862
15863
15864 \begin_inset Tabular
15865 <lyxtabular version="3" rows="4" columns="2">
15866 <features tabularvalignment="middle">
15867 <column alignment="center" valignment="top">
15868 <column alignment="center" valignment="top">
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 Command
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 Result
15884 \begin_inset Note Note
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889 \series bold
15890
15891 \backslash
15892 raisebox
15893 \series default
15894  is only used as spacer.
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \backslash
15912 iint
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 <row>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \backslash
15937 oiint
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 <row>
15956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960
15961 \backslash
15962 sqiint
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 </lyxtabular>
15981
15982 \end_inset
15983
15984
15985 \begin_inset space \hfill{}
15986 \end_inset
15987
15988
15989 \begin_inset Tabular
15990 <lyxtabular version="3" rows="4" columns="2">
15991 <features tabularvalignment="middle">
15992 <column alignment="center" valignment="top">
15993 <column alignment="center" valignment="top">
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 Command
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 Result
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \backslash
16021 iiint
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16031 \end_inset
16032
16033
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \backslash
16046 iiiint
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16056 \end_inset
16057
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \backslash
16071 dotsint
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 </lyxtabular>
16090
16091 \end_inset
16092
16093
16094 \begin_inset space \hfill{}
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Subsection
16101 Operator Limits
16102 \begin_inset CommandInset label
16103 LatexCommand label
16104 name "subsec:Operator-Limits"
16105
16106 \end_inset
16107
16108
16109 \begin_inset Index idx
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113 Operators ! Limits
16114 \end_layout
16115
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \begin_layout Standard
16122 Limits are created by super- and subscripts:
16123 \begin_inset Separator parbreak
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Standard
16130 \align center
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="2" columns="2">
16133 <features tabularvalignment="middle">
16134 <column alignment="center" valignment="top" width="0pt">
16135 <column alignment="center" valignment="top" width="0pt">
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Command
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 Result
16151 \begin_inset Note Note
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156 \series bold
16157
16158 \backslash
16159 raisebox
16160 \series default
16161  is only used as spacer.
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \backslash
16179 prod^
16180 \backslash
16181 infty
16182 \begin_inset space \textvisiblespace{}
16183 \end_inset
16184
16185
16186 \begin_inset Formula $\to$
16187 \end_inset
16188
16189 _0
16190 \begin_inset Formula $\to$
16191 \end_inset
16192
16193 A(x)
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Limits of inline formulas are set right beside the operator.
16220  Limits in displayed formulas are set above or below the operator, except
16221  for integral limits.
16222 \end_layout
16223
16224 \begin_layout Standard
16225 To force that the limits are set beside the operator, the cursor is set
16226  directly behind the operator and the limits type is changed with the menu
16227  
16228 \family sans
16229 Edit\SpecialChar menuseparator
16230 Math\SpecialChar menuseparator
16231 Change Limits Type
16232 \family default
16233  to 
16234 \family sans
16235 \series bold
16236 Inline
16237 \family default
16238 \series default
16239  (shortcut 
16240 \begin_inset Info
16241 type  "shortcut"
16242 arg   "math-limits"
16243 \end_inset
16244
16245 ).
16246  An example:
16247 \end_layout
16248
16249 \begin_layout Standard
16250 The default limits type is this:
16251 \begin_inset Formula 
16252 \[
16253 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16254 \]
16255
16256 \end_inset
16257
16258 This is how it looks when the limits type was changed to 
16259 \family sans
16260 \series bold
16261 Inline
16262 \family default
16263 \series default
16264 :
16265 \begin_inset Formula 
16266 \[
16267 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16268 \]
16269
16270 \end_inset
16271
16272 For integrals, except those ending with 
16273 \series bold
16274 op
16275 \series default
16276  like 
16277 \series bold
16278
16279 \backslash
16280 intop
16281 \series default
16282
16283 \series bold
16284
16285 \backslash
16286 ointop
16287 \series default
16288  etc., the limits are by default set beside the operator.
16289  But for multiple integrals the limits are often set below the operator.
16290  In the following example the limits type was therefore set to 
16291 \series bold
16292 Display
16293 \series default
16294  and so set below the integrals:
16295 \begin_inset Formula 
16296 \begin{equation}
16297 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16298 \end{equation}
16299
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \begin_layout Standard
16306 \begin_inset VSpace medskip
16307 \end_inset
16308
16309 To specify conditions for limits, the commands 
16310 \series bold
16311
16312 \backslash
16313 subarray
16314 \series default
16315
16316 \begin_inset Index idx
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320 Commands ! S ! 
16321 \backslash
16322 subarray
16323 \end_layout
16324
16325 \end_inset
16326
16327  and 
16328 \series bold
16329
16330 \backslash
16331 substack
16332 \series default
16333
16334 \begin_inset Index idx
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338 Commands ! S ! 
16339 \backslash
16340 substack
16341 \end_layout
16342
16343 \end_inset
16344
16345  are used.
16346  To create for example this expression 
16347 \begin_inset Formula 
16348 \begin{equation}
16349 \sum_{\begin{subarray}{c}
16350 0<k<1000\\
16351 \\
16352 k\,\in\,\mathbb{N}
16353 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16354 \end{equation}
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Standard
16362 the following has to be done:
16363 \begin_inset Newline newline
16364 \end_inset
16365
16366 First the command 
16367 \series bold
16368
16369 \backslash
16370 sum
16371 \series default
16372 ^
16373 \series bold
16374 n
16375 \begin_inset space \textvisiblespace{}
16376 \end_inset
16377
16378 _
16379 \series default
16380  is typed in.
16381  One is now in a blue box under the summation operator and insert there
16382  the command 
16383 \series bold
16384
16385 \backslash
16386 subarray
16387 \begin_inset space \textvisiblespace{}
16388 \end_inset
16389
16390
16391 \series default
16392 .
16393  The blue box is now within a purple box and now several lines can be written
16394  among each other.
16395  A new line is created by inserting a line break (
16396 \begin_inset Info
16397 type  "shortcut"
16398 arg   "newline-insert newline"
16399 \end_inset
16400
16401 ).
16402  When now
16403 \begin_inset Newline newline
16404 \end_inset
16405
16406
16407 \series bold
16408 0<k<1000 Ctrl+Return
16409 \begin_inset Newline newline
16410 \end_inset
16411
16412
16413 \series default
16414 is typed in, a new box appears below for the new line.
16415 \end_layout
16416
16417 \begin_layout Standard
16418 The alignment of the lines can be changed to left aligned with the 
16419 \family sans
16420 table
16421 \family default
16422  
16423 \family sans
16424 toolbar
16425 \family default
16426  or the menu 
16427 \family sans
16428 Edit\SpecialChar menuseparator
16429 Rows &Columns
16430 \family default
16431 .
16432  To get right alignment, 
16433 \series bold
16434
16435 \backslash
16436 hfill
16437 \begin_inset space \textvisiblespace{}
16438 \end_inset
16439
16440
16441 \series default
16442  is inserted at the beginning of the line.
16443 \end_layout
16444
16445 \begin_layout Standard
16446 The command 
16447 \series bold
16448
16449 \backslash
16450 substack
16451 \series default
16452  is equivalent to 
16453 \series bold
16454
16455 \backslash
16456 subarray
16457 \series default
16458  with the difference that the lines are always centered.
16459 \end_layout
16460
16461 \begin_layout Standard
16462 \begin_inset VSpace bigskip
16463 \end_inset
16464
16465 Like in formula 
16466 \begin_inset CommandInset ref
16467 LatexCommand eqref
16468 reference "eq:substack"
16469
16470 \end_inset
16471
16472  there can be too much space beside an operator, because the characters
16473  following the operator are set beside the limits.
16474  To avoid this the command 
16475 \series bold
16476
16477 \backslash
16478 smashoperator
16479 \series default
16480
16481 \begin_inset Index idx
16482 status collapsed
16483
16484 \begin_layout Plain Layout
16485 Commands ! S ! 
16486 \backslash
16487 smashoperator
16488 \end_layout
16489
16490 \end_inset
16491
16492  can be used.
16493  To activate it, set in the document settings under 
16494 \family sans
16495 Math
16496 \begin_inset space ~
16497 \end_inset
16498
16499 Options
16500 \family default
16501  for the package 
16502 \series bold
16503 mathtools
16504 \series default
16505
16506 \begin_inset Index idx
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510 Packages ! mathtools
16511 \end_layout
16512
16513 \end_inset
16514
16515  the option 
16516 \family sans
16517 Load
16518 \begin_inset space ~
16519 \end_inset
16520
16521 always
16522 \family default
16523 .
16524  
16525 \series bold
16526
16527 \backslash
16528 smashoperator
16529 \series default
16530  sets the space besides the operator to 0
16531 \begin_inset space \thinspace{}
16532 \end_inset
16533
16534 pt.
16535 \begin_inset Newline newline
16536 \end_inset
16537
16538 Applied on formula 
16539 \begin_inset CommandInset ref
16540 LatexCommand eqref
16541 reference "eq:substack"
16542
16543 \end_inset
16544
16545 , one uses the command
16546 \end_layout
16547
16548 \begin_layout Standard
16549
16550 \series bold
16551
16552 \backslash
16553 smashoperator{
16554 \end_layout
16555
16556 \begin_layout Standard
16557 and inserts the operator with its limits into the braces.
16558  Behind the brace one continues the formula:
16559 \begin_inset Formula 
16560 \[
16561 \smashoperator{\sum_{\begin{subarray}{c}
16562 0<k<1000\\
16563 \\
16564 k\,\in\,\mathbb{N}
16565 \end{subarray}}^{n}}k^{-2}
16566 \]
16567
16568 \end_inset
16569
16570
16571 \end_layout
16572
16573 \begin_layout Standard
16574 It is possible to set the space of only one side of the operator to 0
16575 \begin_inset space \thinspace{}
16576 \end_inset
16577
16578 pt.
16579  To do this write either 
16580 \series bold
16581 [l]
16582 \series default
16583  or 
16584 \series bold
16585 [r]
16586 \series default
16587  between 
16588 \series bold
16589
16590 \backslash
16591 smashoperator
16592 \series default
16593  and its brace.
16594  
16595 \series bold
16596 l
16597 \series default
16598  stands for the left and 
16599 \series bold
16600 r
16601 \series default
16602  for the right side of the operator.
16603  Here is an example of the possible 
16604 \series bold
16605
16606 \backslash
16607 smashoperator
16608 \series default
16609  forms:
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset Formula 
16614 \[
16615 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}
16616 \]
16617
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \begin_layout Standard
16624 \begin_inset VSpace bigskip
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \begin_layout Standard
16631 When several consecutive operators have limits the typesetting of the limits
16632  looks often imperfect in the output, see this example:
16633 \begin_inset Formula 
16634 \[
16635 \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}
16636 \]
16637
16638 \end_inset
16639
16640 To improve the typesetting set in the document settings under 
16641 \family sans
16642 Math
16643 \begin_inset space ~
16644 \end_inset
16645
16646 Options
16647 \family default
16648  for the package 
16649 \series bold
16650 mathtools
16651 \series default
16652
16653 \begin_inset Index idx
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657 Packages ! mathtools
16658 \end_layout
16659
16660 \end_inset
16661
16662  the option 
16663 \family sans
16664 Load
16665 \begin_inset space ~
16666 \end_inset
16667
16668 always
16669 \family default
16670 .
16671  Then insert into your formula the command 
16672 \series bold
16673
16674 \backslash
16675 adjustlimits
16676 \series default
16677
16678 \begin_inset Index idx
16679 status collapsed
16680
16681 \begin_layout Plain Layout
16682 Commands ! A ! 
16683 \backslash
16684 adjustlimits
16685 \end_layout
16686
16687 \end_inset
16688
16689  directly before the first operator.
16690  The example will then look like this:
16691 \begin_inset Formula 
16692 \[
16693 \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}
16694 \]
16695
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \begin_layout Standard
16702 \begin_inset VSpace bigskip
16703 \end_inset
16704
16705 How to use one limit for several operators is described in 
16706 \begin_inset CommandInset ref
16707 LatexCommand ref
16708 reference "subsec:Self-defined-Operators"
16709
16710 \end_inset
16711
16712 .
16713 \end_layout
16714
16715 \begin_layout Subsection
16716 Decoration for Operators
16717 \begin_inset Index idx
16718 status collapsed
16719
16720 \begin_layout Plain Layout
16721 Operators ! Decoration
16722 \end_layout
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730 With the commands 
16731 \series bold
16732
16733 \backslash
16734 overset
16735 \series default
16736
16737 \begin_inset Index idx
16738 status collapsed
16739
16740 \begin_layout Plain Layout
16741 Commands ! O ! 
16742 \backslash
16743 overset
16744 \end_layout
16745
16746 \end_inset
16747
16748  and 
16749 \series bold
16750
16751 \backslash
16752 underset
16753 \series default
16754
16755 \begin_inset Index idx
16756 status collapsed
16757
16758 \begin_layout Plain Layout
16759 Commands ! U ! 
16760 \backslash
16761 underset
16762 \end_layout
16763
16764 \end_inset
16765
16766  characters can be placed above or below an operator, respectively.
16767  With the command 
16768 \series bold
16769
16770 \backslash
16771 sideset
16772 \series default
16773
16774 \begin_inset Index idx
16775 status collapsed
16776
16777 \begin_layout Plain Layout
16778 Commands ! S ! 
16779 \backslash
16780 sideset
16781 \end_layout
16782
16783 \end_inset
16784
16785  characters can be set before and behind a big operator.
16786 \end_layout
16787
16788 \begin_layout Standard
16789 There are 4
16790 \begin_inset space ~
16791 \end_inset
16792
16793 variants of 
16794 \series bold
16795
16796 \backslash
16797 sideset
16798 \series default
16799 :
16800 \end_layout
16801
16802 \begin_layout Itemize
16803
16804 \series bold
16805
16806 \backslash
16807 sideset
16808 \series default
16809  is used to set characters at the corners of the operator
16810 \end_layout
16811
16812 \begin_layout Itemize
16813
16814 \series bold
16815
16816 \backslash
16817 sidesetn
16818 \series default
16819  is used to set characters before and/or behind the operator (this variant
16820  represents \SpecialChar LaTeX
16821 's original 
16822 \series bold
16823
16824 \backslash
16825 sideset
16826 \series default
16827  command)
16828 \end_layout
16829
16830 \begin_layout Itemize
16831
16832 \series bold
16833
16834 \backslash
16835 sidesetl
16836 \series default
16837  is used to set characters at the left corners and/or behind the operator
16838 \end_layout
16839
16840 \begin_layout Itemize
16841
16842 \series bold
16843
16844 \backslash
16845 sidesetr
16846 \series default
16847  is used to set characters at the right corners and/or before the operator
16848 \end_layout
16849
16850 \begin_layout Standard
16851 For example the command 
16852 \series bold
16853
16854 \backslash
16855 sidesetn
16856 \begin_inset space \textvisiblespace{}
16857 \end_inset
16858
16859
16860 \backslash
16861 sum
16862 \begin_inset space \textvisiblespace{}
16863 \end_inset
16864
16865
16866 \begin_inset Formula $\to$
16867 \end_inset
16868
16869 '
16870 \begin_inset Formula $\to$
16871 \end_inset
16872
16873 _k=1
16874 \begin_inset space \textvisiblespace{}
16875 \end_inset
16876
16877
16878 \series default
16879 ^
16880 \series bold
16881 n
16882 \series default
16883  produces:
16884 \begin_inset Formula 
16885 \[
16886 \sideset{}{'}\sum_{k=1}^{n}
16887 \]
16888
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \begin_layout Standard
16895 \begin_inset Note Greyedout
16896 status open
16897
16898 \begin_layout Plain Layout
16899
16900 \series bold
16901 Note: 
16902 \backslash
16903 sideset
16904 \series default
16905  can only be used to decorate big operators, binary operators are not allowed.
16906 \end_layout
16907
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \begin_layout Standard
16914
16915 \series bold
16916
16917 \backslash
16918 overset
16919 \series default
16920  and 
16921 \series bold
16922
16923 \backslash
16924 underset
16925 \series default
16926  can also be used to decorate symbols and characters.
16927  For example, the command 
16928 \series bold
16929
16930 \backslash
16931 overset
16932 \begin_inset space \textvisiblespace{}
16933 \end_inset
16934
16935
16936 \backslash
16937 maltese
16938 \begin_inset space \textvisiblespace{}
16939 \end_inset
16940
16941
16942 \series default
16943
16944 \begin_inset Formula $\uparrow$
16945 \end_inset
16946
16947
16948 \series bold
16949 a
16950 \series default
16951  produces:
16952 \begin_inset Formula 
16953 \[
16954 \overset{a}{\maltese}
16955 \]
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Subsection
16963 Binary Operators
16964 \begin_inset CommandInset label
16965 LatexCommand label
16966 name "subsec:Binary-Operators"
16967
16968 \end_inset
16969
16970
16971 \begin_inset Index idx
16972 status collapsed
16973
16974 \begin_layout Plain Layout
16975 Operators ! binary
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 Binary operators are surrounded by space when there is a character before
16985  and after them.
16986 \begin_inset VSpace medskip
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 \begin_inset Tabular
16994 <lyxtabular version="3" rows="13" columns="2">
16995 <features booktabs="true" tabularvalignment="middle">
16996 <column alignment="center" valignment="top" width="0pt">
16997 <column alignment="center" valignment="top" width="0pt">
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 Command
17004 \begin_inset Note Note
17005 status collapsed
17006
17007 \begin_layout Plain Layout
17008
17009 \series bold
17010
17011 \backslash
17012 raisebox
17013 \series default
17014  is only used as spacer.
17015 \end_layout
17016
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 Result
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 +
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $+$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 -
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $-$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 pm
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\pm$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 mp
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\mp$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 cdot
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\cdot$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 times
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\times$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 div
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\div$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset ERT
17211 status collapsed
17212
17213 \begin_layout Plain Layout
17214
17215
17216 \backslash
17217 raisebox{-1.2mm}{
17218 \end_layout
17219
17220 \end_inset
17221
17222 *
17223 \begin_inset ERT
17224 status collapsed
17225
17226 \begin_layout Plain Layout
17227
17228 }
17229 \end_layout
17230
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 \begin_inset Formula $*$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \backslash
17258 star
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $\star$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 <row>
17277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281
17282 \backslash
17283 circ
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 \begin_inset Formula $\circ$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 diamond
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $\diamond$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 bullet
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\bullet$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 </lyxtabular>
17352
17353 \end_inset
17354
17355
17356 \begin_inset space \hfill{}
17357 \end_inset
17358
17359
17360 \begin_inset Tabular
17361 <lyxtabular version="3" rows="13" columns="2">
17362 <features booktabs="true" tabularvalignment="middle">
17363 <column alignment="center" valignment="top" width="0pt">
17364 <column alignment="center" valignment="top" width="0pt">
17365 <row>
17366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 Command
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 Result
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 <row>
17386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390
17391 \backslash
17392 nabla
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 \begin_inset Formula $\nabla$
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \backslash
17417 bigtriangledown
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Formula $\bigtriangledown$
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row>
17436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440
17441 \backslash
17442 bigtriangleup
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Formula $\bigtriangleup$
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465
17466 \backslash
17467 Box
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 \begin_inset Formula $\Box$
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 <row>
17486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490
17491 \backslash
17492 cap 
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 \begin_inset Formula $\cap$
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 </row>
17510 <row>
17511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515
17516 \backslash
17517 cup
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 \begin_inset Formula $\cup$
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 </row>
17535 <row>
17536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540
17541 \backslash
17542 dagger
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $\dagger$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \backslash
17567 ddagger
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Formula $\ddagger$
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \backslash
17592 wr
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\wr$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615
17616 \backslash
17617 bigcirc
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\bigcirc$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 <row>
17636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640
17641 \backslash
17642 wedge
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 \begin_inset Formula $\wedge$
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 </row>
17660 <row>
17661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \backslash
17667 vee
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 \begin_inset Formula $\vee$
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 </row>
17685 </lyxtabular>
17686
17687 \end_inset
17688
17689
17690 \begin_inset space \hfill{}
17691 \end_inset
17692
17693
17694 \begin_inset Tabular
17695 <lyxtabular version="3" rows="13" columns="2">
17696 <features booktabs="true" tabularvalignment="middle">
17697 <column alignment="center" valignment="top" width="0pt">
17698 <column alignment="center" valignment="top" width="0pt">
17699 <row>
17700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 Command
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 Result
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \backslash
17726 oplus
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 \begin_inset Formula $\oplus$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 <row>
17745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749
17750 \backslash
17751 ominus
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset Formula $\ominus$
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 </row>
17769 <row>
17770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774
17775 \backslash
17776 otimes
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 \begin_inset Formula $\otimes$
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \backslash
17801 oslash
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 \begin_inset Formula $\oslash$
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 </row>
17819 <row>
17820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824
17825 \backslash
17826 odot
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 \begin_inset Formula $\odot$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 </row>
17844 <row>
17845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849
17850 \backslash
17851 amalg
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860 \begin_inset Formula $\amalg$
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \backslash
17876 uplus
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 \begin_inset Formula $\uplus$
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \backslash
17901 setminus
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 \begin_inset Formula $\setminus$
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 </row>
17919 <row>
17920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \backslash
17926 sqcap
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Formula $\sqcap$
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 </row>
17944 <row>
17945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949
17950 \backslash
17951 sqcup
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 \begin_inset Formula $\sqcup$
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \backslash
17976 triangleleft
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\triangleleft$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 <row>
17995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \backslash
18001 triangleright
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 \begin_inset Formula $\triangleright$
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 </row>
18019 </lyxtabular>
18020
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Standard
18027 All binary operators can also be inserted via the math toolbar button 
18028 \begin_inset Info
18029 type  "icon"
18030 arg   "math-insert \\pm"
18031 \end_inset
18032
18033 .
18034 \end_layout
18035
18036 \begin_layout Standard
18037 To typeset the Laplace operator also 
18038 \series bold
18039
18040 \backslash
18041 Delta
18042 \series default
18043  or 
18044 \series bold
18045
18046 \backslash
18047 nabla
18048 \series default
18049 ^
18050 \series bold
18051 2
18052 \series default
18053  (
18054 \begin_inset Formula $\nabla^{2}$
18055 \end_inset
18056
18057 ) can be used instead of 
18058 \series bold
18059
18060 \backslash
18061 bigtriangleup
18062 \series default
18063  .
18064 \end_layout
18065
18066 \begin_layout Standard
18067 The character 
18068 \family sans
18069 Menu Separator
18070 \family default
18071  from the menu 
18072 \family sans
18073 Insert\SpecialChar menuseparator
18074 Special Character
18075 \family default
18076  is the operator 
18077 \series bold
18078
18079 \backslash
18080 triangleright
18081 \series default
18082 .
18083 \end_layout
18084
18085 \begin_layout Subsection
18086 Self-defined Operators
18087 \begin_inset CommandInset label
18088 LatexCommand label
18089 name "subsec:Self-defined-Operators"
18090
18091 \end_inset
18092
18093
18094 \begin_inset Index idx
18095 status collapsed
18096
18097 \begin_layout Plain Layout
18098 Operators ! self-defined
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \begin_layout Standard
18107 With the help of the command 
18108 \series bold
18109
18110 \backslash
18111 DeclareMathOperator
18112 \series default
18113
18114 \begin_inset Index idx
18115 status collapsed
18116
18117 \begin_layout Plain Layout
18118 Commands ! D ! 
18119 \backslash
18120 dbinom@
18121 \backslash
18122 DeclareMathOperator
18123 \end_layout
18124
18125 \end_inset
18126
18127  custom operators can be defined in the \SpecialChar LaTeX
18128 -preamble.
18129  Its command scheme is:
18130 \end_layout
18131
18132 \begin_layout Standard
18133
18134 \series bold
18135
18136 \backslash
18137 DeclareMathOperator{new command}{display}
18138 \end_layout
18139
18140 \begin_layout Standard
18141 Display can be characters or symbols that define how the operator looks
18142  in the output.
18143  To define a big operator a * is set behind the command.
18144  All self-defined big operators can have limits as described in 
18145 \begin_inset CommandInset ref
18146 LatexCommand ref
18147 reference "subsec:Operator-Limits"
18148
18149 \end_inset
18150
18151 .
18152 \end_layout
18153
18154 \begin_layout Standard
18155 For example the \SpecialChar LaTeX
18156 -preamble line
18157 \end_layout
18158
18159 \begin_layout Standard
18160
18161 \series bold
18162
18163 \backslash
18164 DeclareMathOperator*{
18165 \backslash
18166 Lozenge}{
18167 \backslash
18168 blacklozenge}
18169 \end_layout
18170
18171 \begin_layout Standard
18172 defines the command 
18173 \series bold
18174
18175 \backslash
18176 Lozenge
18177 \series default
18178 , that inserts a big operator consisting of the lozenge symbol from 
18179 \begin_inset CommandInset ref
18180 LatexCommand ref
18181 reference "subsec:Miscellaneous-Symbols"
18182
18183 \end_inset
18184
18185 :
18186 \begin_inset Formula 
18187 \[
18188 \Lozenge_{n=1}^{\infty}
18189 \]
18190
18191 \end_inset
18192
18193 The command for this formula is: 
18194 \series bold
18195
18196 \backslash
18197 Lozenge
18198 \series default
18199 ^
18200 \series bold
18201
18202 \backslash
18203 infty
18204 \begin_inset Formula $\to$
18205 \end_inset
18206
18207 _n=1
18208 \end_layout
18209
18210 \begin_layout Standard
18211 \begin_inset VSpace bigskip
18212 \end_inset
18213
18214 When self-defined operators are not used several times in the document,
18215  they can also be defined with the commands 
18216 \series bold
18217
18218 \backslash
18219 mathop
18220 \series default
18221
18222 \begin_inset Index idx
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226 Commands ! M ! 
18227 \backslash
18228 mathop
18229 \end_layout
18230
18231 \end_inset
18232
18233  and 
18234 \series bold
18235
18236 \backslash
18237 mathbin
18238 \series default
18239
18240 \begin_inset Index idx
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244 Commands ! M ! 
18245 \backslash
18246 mathbin
18247 \end_layout
18248
18249 \end_inset
18250
18251 , which have the following scheme:
18252 \end_layout
18253
18254 \begin_layout Standard
18255
18256 \series bold
18257
18258 \backslash
18259 mathop{display}
18260 \series default
18261  and 
18262 \series bold
18263
18264 \backslash
18265 mathbin{display}
18266 \end_layout
18267
18268 \begin_layout Standard
18269
18270 \series bold
18271
18272 \backslash
18273 mathop
18274 \series default
18275  defines big operators, 
18276 \series bold
18277
18278 \backslash
18279 mathbin
18280 \series default
18281  binary operators.
18282 \end_layout
18283
18284 \begin_layout Standard
18285
18286 \series bold
18287
18288 \backslash
18289 mathop
18290 \series default
18291  can e.
18292 \begin_inset space \thinspace{}
18293 \end_inset
18294
18295 g.
18296 \begin_inset space \space{}
18297 \end_inset
18298
18299 be used to use one limit for several operators:
18300 \end_layout
18301
18302 \begin_layout Standard
18303 \begin_inset Formula 
18304 \[
18305 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18306 \]
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \begin_layout Standard
18314 The command for the formula above is:
18315 \begin_inset Newline newline
18316 \end_inset
18317
18318
18319 \series bold
18320
18321 \backslash
18322 mathop{
18323 \backslash
18324 sum
18325 \backslash
18326 negmedspace
18327 \backslash
18328 sum
18329 \series default
18330
18331 \begin_inset space \textvisiblespace{}
18332 \end_inset
18333
18334
18335 \series bold
18336
18337 \begin_inset Formula $\to$
18338 \end_inset
18339
18340 ^N
18341 \series default
18342
18343 \begin_inset space \textvisiblespace{}
18344 \end_inset
18345
18346
18347 \series bold
18348 _i,j=1
18349 \end_layout
18350
18351 \begin_layout Section
18352 Fonts
18353 \begin_inset Index idx
18354 status collapsed
18355
18356 \begin_layout Plain Layout
18357 Fonts
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Subsection
18366 Font Styles
18367 \begin_inset CommandInset label
18368 LatexCommand label
18369 name "subsec:Font-Styles"
18370
18371 \end_inset
18372
18373
18374 \begin_inset Index idx
18375 status collapsed
18376
18377 \begin_layout Plain Layout
18378 Font ! style
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \begin_layout Standard
18387 Latin letters in formulas can be set in one of the following font styles:
18388 \end_layout
18389
18390 \begin_layout Standard
18391 \align center
18392 \begin_inset space \hfill{}
18393 \end_inset
18394
18395
18396 \begin_inset Tabular
18397 <lyxtabular version="3" rows="6" columns="2">
18398 <features booktabs="true" tabularvalignment="middle">
18399 <column alignment="center" valignment="top" width="0pt">
18400 <column alignment="center" valignment="top">
18401 <row>
18402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 Command
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 Result
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \backslash
18428 mathbb
18429 \series bold
18430
18431 \begin_inset space \textvisiblespace{}
18432 \end_inset
18433
18434
18435 \series default
18436 ABC
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 \begin_inset Formula $\mathbb{ABC}$
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 </row>
18454 <row>
18455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \backslash
18461 mathbf
18462 \series bold
18463
18464 \begin_inset space \textvisiblespace{}
18465 \end_inset
18466
18467
18468 \series default
18469 AbC
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 \begin_inset Formula $\mathbf{AbC}$
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \backslash
18494 boldsymbol
18495 \series bold
18496
18497 \begin_inset space \textvisiblespace{}
18498 \end_inset
18499
18500
18501 \series default
18502 AbC
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 \begin_inset Formula $\boldsymbol{AbC}$
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 <row>
18521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525
18526 \backslash
18527 mathcal
18528 \series bold
18529
18530 \begin_inset space \textvisiblespace{}
18531 \end_inset
18532
18533
18534 \series default
18535 ABC
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 \begin_inset Formula $\mathcal{ABC}$
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 <row>
18554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558
18559 \backslash
18560 mathfrak
18561 \series bold
18562
18563 \begin_inset space \textvisiblespace{}
18564 \end_inset
18565
18566
18567 \series default
18568 AbC
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 \begin_inset Formula $\mathfrak{AbC}$
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 </lyxtabular>
18587
18588 \end_inset
18589
18590
18591 \begin_inset space \hfill{}
18592 \end_inset
18593
18594
18595 \begin_inset Tabular
18596 <lyxtabular version="3" rows="6" columns="2">
18597 <features booktabs="true" tabularvalignment="middle">
18598 <column alignment="center" valignment="top" width="0pt">
18599 <column alignment="center" valignment="top">
18600 <row>
18601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 Command
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614 Result
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \backslash
18627 mathit
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" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Formula $\mathit{AbC}$
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 <row>
18654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658
18659 \backslash
18660 mathrm
18661 \series bold
18662
18663 \begin_inset space \textvisiblespace{}
18664 \end_inset
18665
18666
18667 \series default
18668 AbC
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 \begin_inset Formula $\mathrm{AbC}$
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 </row>
18686 <row>
18687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \backslash
18693 mathsf
18694 \series bold
18695
18696 \begin_inset space \textvisiblespace{}
18697 \end_inset
18698
18699
18700 \series default
18701 AbC
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 \begin_inset Formula $\mathsf{AbC}$
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 </row>
18719 <row>
18720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724
18725 \backslash
18726 mathtt
18727 \series bold
18728
18729 \begin_inset space \textvisiblespace{}
18730 \end_inset
18731
18732
18733 \series default
18734 AbC
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 \begin_inset Formula $\mathtt{AbC}$
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 <row>
18753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \backslash
18759 mathscr
18760 \series bold
18761
18762 \begin_inset space \textvisiblespace{}
18763 \end_inset
18764
18765
18766 \series default
18767 ABC
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 \begin_inset Formula $\mathscr{ABC}$
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 </row>
18785 </lyxtabular>
18786
18787 \end_inset
18788
18789
18790 \begin_inset space \hfill{}
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \begin_layout Standard
18797 \begin_inset Note Greyedout
18798 status open
18799
18800 \begin_layout Plain Layout
18801
18802 \series bold
18803 Note:
18804 \series default
18805  The styles 
18806 \series bold
18807
18808 \backslash
18809 mathbb
18810 \series default
18811
18812 \series bold
18813
18814 \backslash
18815 mathcal
18816 \series default
18817  and 
18818 \series bold
18819
18820 \backslash
18821 mathscr
18822 \series default
18823  can only be used for big letters.
18824 \end_layout
18825
18826 \end_inset
18827
18828
18829 \end_layout
18830
18831 \begin_layout Standard
18832 Predefined is the style 
18833 \series bold
18834
18835 \backslash
18836 mathnormal
18837 \series default
18838 .
18839 \end_layout
18840
18841 \begin_layout Standard
18842 The style commands work also for letters in mathematical constructs:
18843 \begin_inset Formula 
18844 \[
18845 \mathfrak{A=\frac{b}{C}}
18846 \]
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 Characters in mathematical text don't appear in a math font style but in
18855  the text font style 
18856 \series bold
18857
18858 \backslash
18859 textrm
18860 \series default
18861 .
18862  That their style can't be set correctly via the text style dialog is a
18863  bug in \SpecialChar LyX
18864 .
18865 \begin_inset Foot
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 \begin_inset CommandInset href
18870 LatexCommand href
18871 name "LyX-bug #4629"
18872 target "http://www.lyx.org/trac/ticket/4629"
18873
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Instead of the style commands the dialog 
18886 \family sans
18887 Edit\SpecialChar menuseparator
18888 Math\SpecialChar menuseparator
18889 Text Style
18890 \family default
18891  or the toolbar button 
18892 \begin_inset Info
18893 type  "icon"
18894 arg   "math-insert \\font"
18895 \end_inset
18896
18897  can be used.
18898 \end_layout
18899
18900 \begin_layout Subsection
18901 Bold Formulas
18902 \begin_inset CommandInset label
18903 LatexCommand label
18904 name "subsec:Bold-Formulas"
18905
18906 \end_inset
18907
18908
18909 \begin_inset Index idx
18910 status collapsed
18911
18912 \begin_layout Plain Layout
18913 Formula ! bold
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922 To make a complete formula bold, the command 
18923 \series bold
18924
18925 \backslash
18926 mathbf
18927 \series default
18928  from the previous subsection cannot be used, because it doesn't work for
18929  small Greek letters.
18930  Furthermore it prints Latin letters always upright, like in the following
18931  equation:
18932 \end_layout
18933
18934 \begin_layout Standard
18935 \begin_inset Formula 
18936 \[
18937 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18938 \]
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 To display the formula correctly, the command 
18947 \series bold
18948
18949 \backslash
18950 boldsymbol
18951 \series default
18952  is used:
18953 \begin_inset Formula 
18954 \[
18955 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18956 \]
18957
18958 \end_inset
18959
18960 It is also possible to set the formula in a 
18961 \series bold
18962 boldmath environment
18963 \series default
18964 .
18965  This environment is created by inserting the command 
18966 \series bold
18967
18968 \backslash
18969 boldmath
18970 \series default
18971
18972 \begin_inset Index idx
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976 Commands ! B ! 
18977 \backslash
18978 boldmath
18979 \end_layout
18980
18981 \end_inset
18982
18983  in \SpecialChar TeX
18984  mode.
18985  To end the environment, the command 
18986 \series bold
18987
18988 \backslash
18989 unboldmath
18990 \series default
18991
18992 \begin_inset Index idx
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996 Commands ! U ! 
18997 \backslash
18998 unboldmath
18999 \end_layout
19000
19001 \end_inset
19002
19003  is inserted in \SpecialChar TeX
19004  mode.
19005 \begin_inset ERT
19006 status collapsed
19007
19008 \begin_layout Plain Layout
19009
19010
19011 \backslash
19012 boldmath 
19013 \end_layout
19014
19015 \end_inset
19016
19017
19018 \begin_inset Formula 
19019 \[
19020 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19021 \]
19022
19023 \end_inset
19024
19025
19026 \begin_inset ERT
19027 status collapsed
19028
19029 \begin_layout Plain Layout
19030
19031
19032 \backslash
19033 unboldmath 
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Subsection
19042 Colored Formulas
19043 \begin_inset Index idx
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047 Formula ! colored
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 Formulas can be colored like normal text: Highlight a formula or a formula
19057  part and use the 
19058 \family sans
19059 Text Style
19060 \family default
19061  dialog.
19062  Here is a formula in magenta:
19063 \begin_inset Formula 
19064 \[
19065 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19066 \]
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 You can also define your own colors as described in 
19075 \begin_inset CommandInset ref
19076 LatexCommand ref
19077 reference "subsec:Colored-Boxes"
19078
19079 \end_inset
19080
19081 .
19082  They can be used with the \SpecialChar TeX
19083  code command 
19084 \series bold
19085
19086 \backslash
19087 textcolor
19088 \series default
19089
19090 \begin_inset Index idx
19091 status collapsed
19092
19093 \begin_layout Plain Layout
19094 Commands ! T ! 
19095 \backslash
19096 textcolor
19097 \end_layout
19098
19099 \end_inset
19100
19101  in the scheme
19102 \end_layout
19103
19104 \begin_layout Standard
19105
19106 \series bold
19107
19108 \backslash
19109 textcolor{color}{characters or formula}
19110 \end_layout
19111
19112 \begin_layout Standard
19113 The following example was colored completely dark green and partly red:
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122
19123 \backslash
19124 textcolor{darkgreen}{
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \begin_inset Formula 
19131 \[
19132 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19133 \]
19134
19135 \end_inset
19136
19137
19138 \begin_inset ERT
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142
19143 }
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Standard
19152 Due to a bug in \SpecialChar LyX
19153  only complete formulas can be colored with self-defined
19154  colors.
19155 \begin_inset Foot
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159 \begin_inset CommandInset href
19160 LatexCommand href
19161 name "LyX-bug #5269"
19162 target "http://www.lyx.org/trac/ticket/5269"
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Subsection
19175 Font Sizes
19176 \begin_inset CommandInset label
19177 LatexCommand label
19178 name "subsec:Font-Sizes"
19179
19180 \end_inset
19181
19182
19183 \begin_inset Index idx
19184 status collapsed
19185
19186 \begin_layout Plain Layout
19187 Font ! size
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \begin_layout Standard
19196 For characters in formulas there are, analog to characters in text, the
19197  following size commands:
19198 \end_layout
19199
19200 \begin_layout Standard
19201
19202 \series bold
19203
19204 \backslash
19205 Huge
19206 \series default
19207
19208 \series bold
19209
19210 \backslash
19211 huge
19212 \series default
19213
19214 \series bold
19215
19216 \backslash
19217 LARGE
19218 \series default
19219
19220 \series bold
19221
19222 \backslash
19223 Large
19224 \series default
19225
19226 \series bold
19227
19228 \backslash
19229 large
19230 \series default
19231
19232 \series bold
19233
19234 \backslash
19235 normalsize
19236 \series default
19237
19238 \series bold
19239
19240 \backslash
19241 small
19242 \series default
19243 ,
19244 \begin_inset Newline newline
19245 \end_inset
19246
19247
19248 \series bold
19249
19250 \backslash
19251 footnotesize
19252 \series default
19253
19254 \series bold
19255
19256 \backslash
19257 scriptsize
19258 \series default
19259  and 
19260 \series bold
19261
19262 \backslash
19263 tiny
19264 \end_layout
19265
19266 \begin_layout Standard
19267 The size produced by the commands depends on the document font size, which
19268  corresponds to the command 
19269 \series bold
19270
19271 \backslash
19272 normalsize
19273 \series default
19274 .
19275  The other commands produce smaller or larger sizes than 
19276 \series bold
19277
19278 \backslash
19279 normalsize
19280 \series default
19281 .
19282  The font size can however not exceed a certain value.
19283  Is for example the document font size 12
19284 \begin_inset space \thinspace{}
19285 \end_inset
19286
19287 pt, the command 
19288 \series bold
19289
19290 \backslash
19291 Huge
19292 \series default
19293  switches to the same size as 
19294 \series bold
19295
19296 \backslash
19297 huge
19298 \series default
19299 .
19300  
19301 \end_layout
19302
19303 \begin_layout Standard
19304 A size command is inserted in \SpecialChar TeX
19305  mode before the formula and sets the size
19306  for all following formula and text characters.
19307  To switch back to the initial size, the command 
19308 \series bold
19309
19310 \backslash
19311 normalsize
19312 \series default
19313  is inserted behind the formula in \SpecialChar TeX
19314  mode.
19315 \end_layout
19316
19317 \begin_layout Standard
19318 Within a formula the size can be changed using the following size commands
19319  or the toolbar button 
19320 \begin_inset Info
19321 type  "icon"
19322 arg   "math-insert \\style"
19323 \end_inset
19324
19325 :
19326 \begin_inset Separator parbreak
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 \noindent
19334 \align center
19335 \begin_inset Tabular
19336 <lyxtabular version="3" rows="5" columns="2">
19337 <features booktabs="true" tabularvalignment="middle">
19338 <column alignment="center" valignment="top" width="0pt">
19339 <column alignment="center" valignment="top">
19340 <row>
19341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 Command
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 Result
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 <row>
19361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \backslash
19367 displaystyle
19368 \begin_inset Index idx
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372 Commands ! D ! 
19373 \backslash
19374 displaystyle
19375 \end_layout
19376
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row topspace="1mm">
19398 <cell alignment="center" valignment="top" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 textstyle
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 scriptstyle
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \backslash
19454 scriptscriptstyle
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 </lyxtabular>
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 After entering these commands, a blue box appears in which the formula parts
19481  are inserted.
19482 \end_layout
19483
19484 \begin_layout Standard
19485 There is a further method to change the font size, that though only works
19486  for symbols or letters in mathematical text.
19487  To use it, one of the above text size commands is inserted in mathematical
19488  text.
19489  All following characters until the end of the mathematical text or until
19490  another size command will have the selected size.
19491  Two examples:
19492 \begin_inset VSpace -2mm
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Standard
19499 \begin_inset ERT
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503
19504
19505 \backslash
19506 huge 
19507 \end_layout
19508
19509 \end_inset
19510
19511
19512 \begin_inset Formula 
19513 \[
19514 A=\frac{B}{c}\cdot\maltese
19515 \]
19516
19517 \end_inset
19518
19519
19520 \begin_inset Formula 
19521 \[
19522 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19523 \]
19524
19525 \end_inset
19526
19527
19528 \begin_inset ERT
19529 status collapsed
19530
19531 \begin_layout Plain Layout
19532
19533
19534 \backslash
19535 normalsize 
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset VSpace medskip
19545 \end_inset
19546
19547 Before both formulas the command 
19548 \series bold
19549
19550 \backslash
19551 huge
19552 \series default
19553  was inserted.
19554  The command for the second formula is:
19555 \begin_inset Newline newline
19556 \end_inset
19557
19558
19559 \series bold
19560
19561 \backslash
19562 maltese
19563 \begin_inset space \textvisiblespace{}
19564 \end_inset
19565
19566 A Alt+M M 
19567 \backslash
19568 Large
19569 \begin_inset space \textvisiblespace{}
19570 \end_inset
19571
19572
19573 \backslash
19574 maltese
19575 \begin_inset space \textvisiblespace{}
19576 \end_inset
19577
19578
19579 \backslash
19580 textit
19581 \begin_inset space \textvisiblespace{}
19582 \end_inset
19583
19584 A
19585 \begin_inset Formula $\to$
19586 \end_inset
19587
19588
19589 \begin_inset Formula $\to$
19590 \end_inset
19591
19592
19593 \begin_inset Newline newline
19594 \end_inset
19595
19596
19597 \begin_inset space \hspace*{}
19598 \length 1cm
19599 \end_inset
19600
19601 Alt+M
19602 \series default
19603  
19604 \series bold
19605
19606 \backslash
19607 tiny
19608 \begin_inset space \textvisiblespace{}
19609 \end_inset
19610
19611
19612 \backslash
19613 maltese
19614 \begin_inset space \textvisiblespace{}
19615 \end_inset
19616
19617
19618 \backslash
19619 textit
19620 \begin_inset space \textvisiblespace{}
19621 \end_inset
19622
19623 A
19624 \end_layout
19625
19626 \begin_layout Standard
19627 If a symbol cannot be displayed in different sizes, it will always be displayed
19628  in the default size.
19629 \end_layout
19630
19631 \begin_layout Section
19632 Greek Letters
19633 \begin_inset Index idx
19634 status collapsed
19635
19636 \begin_layout Plain Layout
19637 Greek letters
19638 \end_layout
19639
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \begin_layout Standard
19646 Greek letters can also be inserted via the toolbar button 
19647 \begin_inset Info
19648 type  "icon"
19649 arg   "math-insert \\alpha"
19650 \end_inset
19651
19652 .
19653  All international typesetting norms purport that Greek letters in math
19654  have to be typeset italic/slanted.
19655  In some languages, like French or Russian, they are nevertheless sometimes
19656  typeset upright.
19657 \end_layout
19658
19659 \begin_layout Subsection
19660 Small Letters
19661 \begin_inset Index idx
19662 status collapsed
19663
19664 \begin_layout Plain Layout
19665 Greek letters ! small
19666 \end_layout
19667
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \begin_layout Standard
19674 \begin_inset space \hfill{}
19675 \end_inset
19676
19677
19678 \begin_inset Tabular
19679 <lyxtabular version="3" rows="11" columns="2">
19680 <features booktabs="true" tabularvalignment="middle">
19681 <column alignment="center" valignment="top" width="0pt">
19682 <column alignment="center" valignment="top" width="0pt">
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688 Command
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 Result
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708
19709 \backslash
19710 alpha
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 \begin_inset Formula $\alpha$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row>
19729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \backslash
19735 beta
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Formula $\beta$
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 gamma
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\gamma$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 <row>
19779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \backslash
19785 delta
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 \begin_inset Formula $\delta$
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 </row>
19803 <row>
19804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \backslash
19810 epsilon
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Formula $\epsilon$
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 </row>
19828 <row>
19829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \backslash
19835 varepsilon
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 \begin_inset Formula $\varepsilon$
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858
19859 \backslash
19860 zeta
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Formula $\zeta$
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 <row>
19879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \backslash
19885 eta
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 \begin_inset Formula $\eta$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 <row>
19904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \backslash
19910 theta
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 \begin_inset Formula $\theta$
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 </row>
19928 <row>
19929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933
19934 \backslash
19935 vartheta
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 \begin_inset Formula $\vartheta$
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 </lyxtabular>
19954
19955 \end_inset
19956
19957
19958 \begin_inset space \hfill{}
19959 \end_inset
19960
19961
19962 \begin_inset Tabular
19963 <lyxtabular version="3" rows="12" columns="2">
19964 <features booktabs="true" tabularvalignment="middle">
19965 <column alignment="center" valignment="top" width="0pt">
19966 <column alignment="center" valignment="top" width="0pt">
19967 <row>
19968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972 Command
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 Result
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 iota
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\iota$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \backslash
20019 kappa
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset Formula $\kappa$
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 varkappa
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\varkappa$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 lambda
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\lambda$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 mu
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\mu$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 nu
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\nu$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 <row>
20138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \backslash
20144 xi
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153 \begin_inset Formula $\xi$
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 <row>
20163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 o
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $o$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 <row>
20186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \backslash
20192 pi
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20198 \begin_inset Text
20199
20200 \begin_layout Plain Layout
20201 \begin_inset Formula $\pi$
20202 \end_inset
20203
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 </row>
20210 <row>
20211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215
20216 \backslash
20217 varpi
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 \begin_inset Formula $\varpi$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 rho
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\rho$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 </lyxtabular>
20261
20262 \end_inset
20263
20264
20265 \begin_inset space \hfill{}
20266 \end_inset
20267
20268
20269 \begin_inset Tabular
20270 <lyxtabular version="3" rows="11" columns="2">
20271 <features booktabs="true" tabularvalignment="middle">
20272 <column alignment="center" valignment="top" width="0pt">
20273 <column alignment="center" valignment="top" width="0pt">
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 Command
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 Result
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 varrho
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\varrho$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 sigma
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\sigma$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 varsigma
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\varsigma$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 tau
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\tau$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 upsilon
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\upsilon$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 phi
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\phi$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 varphi
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\varphi$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 chi
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\chi$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 psi
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\psi$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 omega
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\omega$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 </lyxtabular>
20545
20546 \end_inset
20547
20548
20549 \begin_inset space \hfill{}
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Standard
20556 \begin_inset VSpace medskip
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \begin_layout Standard
20563 How to create special upright Greek letters is explained in 
20564 \begin_inset CommandInset ref
20565 LatexCommand ref
20566 reference "subsec:Upright-small-Greek"
20567
20568 \end_inset
20569
20570 .
20571 \end_layout
20572
20573 \begin_layout Subsection
20574 Big Letters
20575 \begin_inset Index idx
20576 status collapsed
20577
20578 \begin_layout Plain Layout
20579 Greek letters ! big
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 \begin_inset space \hfill{}
20589 \end_inset
20590
20591
20592 \begin_inset Tabular
20593 <lyxtabular version="3" rows="7" columns="2">
20594 <features booktabs="true" tabularvalignment="middle">
20595 <column alignment="center" valignment="top" width="0pt">
20596 <column alignment="center" valignment="top" width="0pt">
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 Command
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 Result
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 Gamma
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\Gamma$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 Delta
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\Delta$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 Theta
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\Theta$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 Lambda
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\Lambda$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \backslash
20724 Xi
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 \begin_inset Formula $\Xi$
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \backslash
20749 Pi
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758 \begin_inset Formula $\Pi$
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 </lyxtabular>
20768
20769 \end_inset
20770
20771
20772 \begin_inset space \hfill{}
20773 \end_inset
20774
20775
20776 \begin_inset Tabular
20777 <lyxtabular version="3" rows="6" columns="2">
20778 <features booktabs="true" tabularvalignment="middle">
20779 <column alignment="center" valignment="top" width="0pt">
20780 <column alignment="center" valignment="top" width="0pt">
20781 <row>
20782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 Command
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 Result
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \backslash
20808 Sigma
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Formula $\Sigma$
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 Upsilon
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\Upsilon$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 Phi
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\Phi$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 Psi
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\Psi$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 Omega
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $\Omega$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 </lyxtabular>
20927
20928 \end_inset
20929
20930
20931 \begin_inset space \hfill{}
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \begin_layout Standard
20938 \begin_inset VSpace medskip
20939 \end_inset
20940
20941 That the big Greek letters appear upright is caused by a design bug when
20942  \SpecialChar TeX
20943  was developed.
20944  To get correct italic big letters, begin every command with 
20945 \series bold
20946 var
20947 \series default
20948 .
20949  For example the command 
20950 \series bold
20951
20952 \backslash
20953 varGamma
20954 \series default
20955  produces 
20956 \begin_inset Formula $\varGamma$
20957 \end_inset
20958
20959 .
20960  Another way is to load the package 
20961 \series bold
20962 fixmath
20963 \series default
20964
20965 \begin_inset Foot
20966 status collapsed
20967
20968 \begin_layout Plain Layout
20969
20970 \series bold
20971 fixmath
20972 \series default
20973  is part of the \SpecialChar LaTeX
20974 -package 
20975 \series bold
20976 was
20977 \series default
20978
20979 \begin_inset Index idx
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983 Packages ! was
20984 \begin_inset ERT
20985 status collapsed
20986
20987 \begin_layout Plain Layout
20988
20989
20990 \backslash
20991 vspace{4mm}
20992 \end_layout
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000
21001 .
21002 \end_layout
21003
21004 \end_inset
21005
21006
21007 \begin_inset Index idx
21008 status collapsed
21009
21010 \begin_layout Plain Layout
21011 Packages ! fixmath
21012 \end_layout
21013
21014 \end_inset
21015
21016  with the \SpecialChar LaTeX
21017 -preamble line
21018 \end_layout
21019
21020 \begin_layout Standard
21021
21022 \series bold
21023
21024 \backslash
21025 usepackage{fixmath}
21026 \end_layout
21027
21028 \begin_layout Standard
21029 Then all big Greek letters in a document will automatically be typeset italic.
21030 \end_layout
21031
21032 \begin_layout Subsection
21033 Bold Letters
21034 \begin_inset Index idx
21035 status collapsed
21036
21037 \begin_layout Plain Layout
21038 Greek letters ! bold
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \begin_layout Standard
21047 Greek letters cannot be set with different font styles like Latin letters.
21048  They can only be made bold with the command 
21049 \series bold
21050
21051 \backslash
21052 boldsymbol
21053 \series default
21054
21055 \begin_inset Index idx
21056 status collapsed
21057
21058 \begin_layout Plain Layout
21059 Commands ! B ! 
21060 \backslash
21061 boldsymbol
21062 \end_layout
21063
21064 \end_inset
21065
21066 .
21067 \begin_inset Separator parbreak
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Standard
21074 \align center
21075 \begin_inset Tabular
21076 <lyxtabular version="3" rows="3" columns="2">
21077 <features booktabs="true" tabularvalignment="middle">
21078 <column alignment="center" valignment="top" width="0pt">
21079 <column alignment="center" valignment="top">
21080 <row>
21081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 Command
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 Result
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \backslash
21107 Upsilon
21108 \backslash
21109 boldsymbol
21110 \backslash
21111 Upsilon
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 </row>
21129 <row>
21130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134
21135 \backslash
21136 theta
21137 \backslash
21138 boldsymbol
21139 \backslash
21140 theta
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\theta\boldsymbol{\theta}$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 </lyxtabular>
21159
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \begin_layout Section
21166 Symbols
21167 \begin_inset ERT
21168 status collapsed
21169
21170 \begin_layout Plain Layout
21171
21172
21173 \backslash
21174 texorpdfstring{
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \begin_inset Foot
21181 status collapsed
21182
21183 \begin_layout Plain Layout
21184 A list with all symbols of most of the \SpecialChar LaTeX
21185 -packages can be found in 
21186 \begin_inset CommandInset citation
21187 LatexCommand cite
21188 key "Symbols"
21189
21190 \end_inset
21191
21192 .
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \begin_inset ERT
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202
21203 }{}
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \begin_inset Note Note
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21216 \end_layout
21217
21218 \begin_layout Plain Layout
21219 More about 
21220 \backslash
21221 texorpdfstring is in section 
21222 \begin_inset CommandInset ref
21223 LatexCommand ref
21224 reference "subsec:Formulas-in-Section"
21225
21226 \end_inset
21227
21228 .
21229 \end_layout
21230
21231 \end_inset
21232
21233
21234 \begin_inset Index idx
21235 status collapsed
21236
21237 \begin_layout Plain Layout
21238 Symbols
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Standard
21247 Many of the symbols listed in this section can also be inserted via the
21248  toolbar buttons 
21249 \begin_inset Info
21250 type  "icon"
21251 arg   "math-insert \\nabla"
21252 \end_inset
21253
21254  and 
21255 \begin_inset Info
21256 type  "icon"
21257 arg   "math-insert \\digamma"
21258 \end_inset
21259
21260 .
21261 \end_layout
21262
21263 \begin_layout Subsection
21264 Mathematical Symbols
21265 \begin_inset CommandInset label
21266 LatexCommand label
21267 name "subsec:Mathematical-Symbols"
21268
21269 \end_inset
21270
21271
21272 \begin_inset Index idx
21273 status collapsed
21274
21275 \begin_layout Plain Layout
21276 Symbols ! mathematical
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Standard
21285 \begin_inset Tabular
21286 <lyxtabular version="3" rows="10" columns="2">
21287 <features booktabs="true" tabularvalignment="middle">
21288 <column alignment="center" valignment="top" width="0pt">
21289 <column alignment="center" valignment="top" width="0pt">
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 Command
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 Symbol
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 <row>
21311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315
21316 \backslash
21317 neg
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 \begin_inset Formula $\neg$
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 Im
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $\Im$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365
21366 \backslash
21367 Re
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Formula $\Re$
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 <row>
21386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390
21391 \backslash
21392 aleph
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 \begin_inset Formula $\aleph$
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \backslash
21417 partial
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\partial$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 </row>
21435 <row>
21436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440
21441 \backslash
21442 infty
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\infty$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 wp
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\wp$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 imath
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\imath$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 jmath
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\jmath$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 </lyxtabular>
21536
21537 \end_inset
21538
21539
21540 \begin_inset space \hfill{}
21541 \end_inset
21542
21543
21544 \begin_inset Tabular
21545 <lyxtabular version="3" rows="10" columns="2">
21546 <features booktabs="true" tabularvalignment="middle">
21547 <column alignment="center" valignment="top" width="0pt">
21548 <column alignment="center" valignment="top" width="0pt">
21549 <row>
21550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 Command
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 Symbol
21564 \begin_inset Note Note
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568
21569 \series bold
21570
21571 \backslash
21572 raisebox
21573 \series default
21574  is only used as spacer.
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 forall
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\forall$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 exists
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\exists$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 <row>
21636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \backslash
21642 nexists
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $\nexists$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 emptyset
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\emptyset$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 varnothing
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\varnothing$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 <row>
21711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715
21716 \backslash
21717 dag
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 \begin_inset Formula $\dag$
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 </row>
21735 <row>
21736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 ddag
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\ddag$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \backslash
21767 complement
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 \begin_inset ERT
21777 status collapsed
21778
21779 \begin_layout Plain Layout
21780
21781
21782 \backslash
21783 raisebox{-0.8mm}{
21784 \end_layout
21785
21786 \end_inset
21787
21788
21789 \begin_inset Formula $\complement$
21790 \end_inset
21791
21792
21793 \begin_inset ERT
21794 status collapsed
21795
21796 \begin_layout Plain Layout
21797
21798 }
21799 \end_layout
21800
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 Bbbk
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\Bbbk$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 </lyxtabular>
21835
21836 \end_inset
21837
21838
21839 \begin_inset space \hfill{}
21840 \end_inset
21841
21842
21843 \begin_inset Tabular
21844 <lyxtabular version="3" rows="10" columns="2">
21845 <features booktabs="true" tabularvalignment="middle">
21846 <column alignment="center" valignment="top" width="0pt">
21847 <column alignment="center" valignment="top" width="0pt">
21848 <row>
21849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 Command
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 Symbol
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \backslash
21875 prime
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 \begin_inset Formula $\prime$
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898
21899 \backslash
21900 backprime
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Formula $\backprime$
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 </row>
21918 <row>
21919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \backslash
21925 mho
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 \begin_inset Formula $\mho$
21935 \end_inset
21936
21937
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 <row>
21944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948
21949 \backslash
21950 triangle
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 \begin_inset Formula $\triangle$
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 </row>
21968 <row>
21969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973
21974 \backslash
21975 angle
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 \begin_inset Formula $\angle$
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 </row>
21993 <row>
21994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998
21999 \backslash
22000 measuredangle
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 \begin_inset Formula $\measuredangle$
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \backslash
22025 sphericalangle
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 \begin_inset Formula $\sphericalangle$
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 top
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Formula $\top$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 bot
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\bot$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 </lyxtabular>
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Standard
22101 \begin_inset Newpage newpage
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Subsection
22108 Miscellaneous Symbols
22109 \begin_inset CommandInset label
22110 LatexCommand label
22111 name "subsec:Miscellaneous-Symbols"
22112
22113 \end_inset
22114
22115
22116 \begin_inset Index idx
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 Symbols ! miscellaneous
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Standard
22129 \noindent
22130 \align center
22131 \begin_inset Tabular
22132 <lyxtabular version="3" rows="10" columns="2">
22133 <features booktabs="true" tabularvalignment="middle">
22134 <column alignment="center" valignment="top" width="0pt">
22135 <column alignment="center" valignment="top" width="0pt">
22136 <row>
22137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 Command
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 Symbol
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \backslash
22163 flat
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Formula $\flat$
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 <row>
22182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \backslash
22188 natural
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 \begin_inset Formula $\natural$
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 <row>
22207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \backslash
22213 sharp
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Formula $\sharp$
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 <row>
22232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \backslash
22238 surd
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22244 \begin_inset Text
22245
22246 \begin_layout Plain Layout
22247 \begin_inset Formula $\surd$
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row>
22257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \backslash
22263 checkmark
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $\checkmark$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 yen
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\yen$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 pounds
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\pounds$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 $
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\$$
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 </row>
22354 <row>
22355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 §
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 \begin_inset Formula $§$
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 </lyxtabular>
22378
22379 \end_inset
22380
22381
22382 \begin_inset space \hfill{}
22383 \end_inset
22384
22385
22386 \begin_inset Tabular
22387 <lyxtabular version="3" rows="10" columns="2">
22388 <features booktabs="true" tabularvalignment="middle">
22389 <column alignment="center" valignment="top" width="0pt">
22390 <column alignment="center" valignment="top">
22391 <row>
22392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 Command
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 Symbol
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 </row>
22411 <row>
22412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416
22417 \backslash
22418 hbar
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 \begin_inset Formula $\hbar$
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 </row>
22436 <row>
22437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441
22442 \backslash
22443 hslash
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 \begin_inset Formula $\hslash$
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 </row>
22461 <row>
22462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466
22467 \backslash
22468 clubsuit
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 \begin_inset Formula $\clubsuit$
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 <row>
22487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491
22492 \backslash
22493 spadesuit
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 \begin_inset Formula $\spadesuit$
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 </row>
22511 <row>
22512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516
22517 \backslash
22518 bigstar
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 \begin_inset Formula $\bigstar$
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 <row>
22537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \backslash
22543 blacklozenge
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552 \begin_inset Formula $\blacklozenge$
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \backslash
22568 blacktriangle
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Formula $\blacktriangle$
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \backslash
22593 blacktiangledown
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\blacktriangledown$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616
22617 \backslash
22618 bullet
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $\bullet$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 </lyxtabular>
22637
22638 \end_inset
22639
22640
22641 \begin_inset space \hfill{}
22642 \end_inset
22643
22644
22645 \begin_inset Tabular
22646 <lyxtabular version="3" rows="10" columns="2">
22647 <features booktabs="true" tabularvalignment="middle">
22648 <column alignment="center" valignment="top" width="0pt">
22649 <column alignment="center" valignment="top" width="0pt">
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 Command
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 Symbol
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 diamondsuit
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\diamondsuit$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 Diamond
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\Diamond$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 heartsuit
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\heartsuit$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 P
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\P$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 copyright
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\copyright$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 circledR
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\circledR$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 maltese
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\maltese$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 diagup
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\diagup$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 diagdown
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\diagdown$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 </lyxtabular>
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \begin_layout Standard
22903 \begin_inset VSpace medskip
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \begin_layout Standard
22910 Some symbols can be displayed in different sizes, see 
22911 \begin_inset CommandInset ref
22912 LatexCommand ref
22913 reference "subsec:Font-Sizes"
22914
22915 \end_inset
22916
22917 .
22918 \end_layout
22919
22920 \begin_layout Subsection
22921 The Euro-Symbol €
22922 \begin_inset Index idx
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926 Symbols ! Euro-symbol
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \begin_inset Index idx
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936
22937 \backslash
22938 @
22939 \begin_inset ERT
22940 status collapsed
22941
22942 \begin_layout Plain Layout
22943
22944
22945 \backslash
22946 officialeuro
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \begin_layout Standard
22960 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22961 -package 
22962 \series bold
22963 eurosym
22964 \series default
22965
22966 \begin_inset Index idx
22967 status collapsed
22968
22969 \begin_layout Plain Layout
22970 Packages ! eurosym
22971 \end_layout
22972
22973 \end_inset
22974
22975  must be installed and loaded with the \SpecialChar LaTeX
22976 -preamble line
22977 \end_layout
22978
22979 \begin_layout Standard
22980
22981 \series bold
22982
22983 \backslash
22984 usepackage[gennarrow]{eurosym}
22985 \end_layout
22986
22987 \begin_layout Standard
22988 The Euro symbol can now be inserted with the command 
22989 \series bold
22990
22991 \backslash
22992 euro
22993 \series default
22994
22995 \begin_inset Index idx
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999 Commands ! E ! 
23000 \backslash
23001 euro
23002 \end_layout
23003
23004 \end_inset
23005
23006 .
23007 \end_layout
23008
23009 \begin_layout Standard
23010 The Euro symbol can directly be inserted with the € key in mathematical
23011  text, without having 
23012 \series bold
23013 eurosym
23014 \series default
23015  installed.
23016  When 
23017 \series bold
23018 eurosym
23019 \series default
23020  is installed, 
23021 \series bold
23022
23023 \backslash
23024 euro
23025 \series default
23026  can also be inserted in \SpecialChar TeX
23027  mode.
23028  The official currency symbol can then be inserted with the command 
23029 \series bold
23030
23031 \backslash
23032 officialeuro
23033 \series default
23034
23035 \begin_inset Index idx
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039 Commands ! O ! 
23040 \backslash
23041 officialeuro
23042 \end_layout
23043
23044 \end_inset
23045
23046 , that is only available in \SpecialChar TeX
23047  mode.
23048 \end_layout
23049
23050 \begin_layout Standard
23051 \begin_inset ERT
23052 status collapsed
23053
23054 \begin_layout Plain Layout
23055
23056
23057 \backslash
23058 ifeurosym 
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \begin_inset Note Note
23065 status open
23066
23067 \begin_layout Plain Layout
23068 The following table will only be displayed when the \SpecialChar LaTeX
23069 -package 
23070 \series bold
23071 eurosym
23072 \series default
23073  is installed.
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Standard
23082 An overview about the different Euro symbols:
23083 \begin_inset Separator parbreak
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \begin_layout Standard
23090 \align center
23091 \begin_inset Tabular
23092 <lyxtabular version="3" rows="4" columns="3">
23093 <features booktabs="true" tabularvalignment="middle">
23094 <column alignment="center" valignment="top" width="0pt">
23095 <column alignment="center" valignment="top" width="0pt">
23096 <column alignment="center" valignment="top" width="0pt">
23097 <row>
23098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 \begin_inset ERT
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106
23107
23108 \backslash
23109 cmidrule[0.08em]{2-3}
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 Command 
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 Symbol
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 </row>
23138 <row>
23139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 formula
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152
23153 \backslash
23154 euro
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 \begin_inset Formula $\euro$
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 </row>
23172 <row>
23173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 mathematical text
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 \begin_inset Formula $\mbox{€}$
23196 \end_inset
23197
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 </row>
23204 <row>
23205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 \SpecialChar TeX
23210  mode
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 officialeuro
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset ERT
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234
23235
23236 \backslash
23237 officialeuro
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 </lyxtabular>
23249
23250 \end_inset
23251
23252
23253 \begin_inset Note Note
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257
23258 \series bold
23259
23260 \backslash
23261 cmidrule
23262 \series default
23263  is used here only for table borders.
23264  See sec.
23265  
23266 \family sans
23267 Formal Tables
23268 \family default
23269  of the 
23270 \emph on
23271 EmbeddedObjects
23272 \emph default
23273  manual for details.
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Standard
23282 \begin_inset ERT
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 else 
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset Note Note
23296 status open
23297
23298 \begin_layout Plain Layout
23299 The following will be displayed when the \SpecialChar LaTeX
23300 -package 
23301 \series bold
23302 eurosym
23303 \series default
23304  is not installed:
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Standard
23313 You need to install the \SpecialChar LaTeX
23314 -package 
23315 \series bold
23316 eurosym
23317 \series default
23318  to see the rest of this subsection in the output.
23319 \end_layout
23320
23321 \begin_layout Standard
23322 \begin_inset ERT
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326
23327
23328 \backslash
23329 fi 
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Standard
23338 \begin_inset Newpage newpage
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \begin_layout Section
23345 Relations
23346 \begin_inset CommandInset label
23347 LatexCommand label
23348 name "sec:Relations"
23349
23350 \end_inset
23351
23352
23353 \begin_inset Index idx
23354 status collapsed
23355
23356 \begin_layout Plain Layout
23357 Relations
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \begin_inset Index idx
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367 Comparisons|see
23368 \begin_inset ERT
23369 status collapsed
23370
23371 \begin_layout Plain Layout
23372
23373 {
23374 \end_layout
23375
23376 \end_inset
23377
23378 Relations
23379 \begin_inset ERT
23380 status collapsed
23381
23382 \begin_layout Plain Layout
23383
23384 }
23385 \end_layout
23386
23387 \end_inset
23388
23389
23390 \end_layout
23391
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \begin_layout Standard
23398 All following relations can also be inserted via the toolbar button 
23399 \begin_inset Info
23400 type  "icon"
23401 arg   "math-insert \\leq"
23402 \end_inset
23403
23404 .
23405 \end_layout
23406
23407 \begin_layout Standard
23408 \begin_inset Tabular
23409 <lyxtabular version="3" rows="17" columns="2">
23410 <features booktabs="true" tabularvalignment="middle">
23411 <column alignment="center" valignment="top" width="0pt">
23412 <column alignment="center" valignment="top" width="0pt">
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 Command
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 Relation
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 <
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 $<$
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 le
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 $\le$
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 ll
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 $\ll$
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 prec
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 $\prec$
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 preceq
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 $\preceq$
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 subset
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 $\subset$
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 subseteq
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 $\subseteq$
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 sqsubseteq
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 $\sqsubseteq$
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 in
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 $\in$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 vdash
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\vdash$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 <row>
23682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \backslash
23688 smile
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset Formula $\smile$
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 <row>
23707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711
23712 \backslash
23713 lhd
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 \begin_inset Formula $\lhd$
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 <row>
23732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736
23737 \backslash
23738 unlhd
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 \begin_inset Formula $\unlhd$
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 </row>
23756 <row>
23757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761
23762 \backslash
23763 gtrless
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 \begin_inset Formula $\gtrless$
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 </row>
23781 <row>
23782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23783 \begin_inset Text
23784
23785 \begin_layout Plain Layout
23786
23787 \backslash
23788 mid
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797 \begin_inset Formula $\mid$
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 </row>
23806 <row>
23807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811
23812 \backslash
23813 nmid
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 \begin_inset Formula $\nmid$
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 </row>
23831 </lyxtabular>
23832
23833 \end_inset
23834
23835
23836 \begin_inset space \hfill{}
23837 \end_inset
23838
23839
23840 \begin_inset Tabular
23841 <lyxtabular version="3" rows="17" columns="2">
23842 <features booktabs="true" tabularvalignment="middle">
23843 <column alignment="center" valignment="top" width="0pt">
23844 <column alignment="center" valignment="top" width="0pt">
23845 <row>
23846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 Command
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 Relation
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870 =
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 $=$
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 not=
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 $\not=$
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 equiv
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 $\equiv$
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 sim
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 $\sim$
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 simeq
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 $\simeq$
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 approx
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 $\approx$
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 cong
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 $\cong$
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 bowtie
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 $\bowtie$
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 notin
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 $\notin$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 perp
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\perp$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 <row>
24114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \backslash
24120 propto
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 \begin_inset Formula $\propto$
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 asymp
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 \begin_inset Formula $\asymp$
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 <row>
24164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168
24169 \backslash
24170 doteq
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 \begin_inset Formula $\doteq$
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 <row>
24189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 circeq
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204 \begin_inset Formula $\circeq$
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 </row>
24213 <row>
24214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 models
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 \begin_inset Formula $\models$
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 </row>
24238 <row>
24239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243
24244 \backslash
24245 widehat=
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 \begin_inset Formula $\widehat{=}$
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 </row>
24263 </lyxtabular>
24264
24265 \end_inset
24266
24267
24268 \begin_inset space \hfill{}
24269 \end_inset
24270
24271
24272 \begin_inset Tabular
24273 <lyxtabular version="3" rows="17" columns="2">
24274 <features booktabs="true" tabularvalignment="middle">
24275 <column alignment="center" valignment="top" width="0pt">
24276 <column alignment="center" valignment="top" width="0pt">
24277 <row>
24278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 Command
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 Relation
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 >
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 $>$
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 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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 supset
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 $\supset$
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 supseteq
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 $\supseteq$
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 sqsupseteq
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 $\sqsupseteq$
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 ni
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 $\ni$
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 </row>
24520 <row>
24521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 dashv
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 \begin_inset Formula $\dashv$
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 frown
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 \begin_inset Formula $\frown$
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 <row>
24571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575
24576 \backslash
24577 rhd
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 \begin_inset Formula $\rhd$
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 <row>
24596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600
24601 \backslash
24602 unrhd
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 \begin_inset Formula $\unrhd$
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 </row>
24620 <row>
24621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625
24626 \backslash
24627 lessgtr
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636 \begin_inset Formula $\lessgtr$
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 </row>
24645 <row>
24646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \backslash
24652 parallel
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 \begin_inset Formula $\parallel$
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 </row>
24670 <row>
24671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \backslash
24677 nparallel
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686 \begin_inset Formula $\nparallel$
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 </lyxtabular>
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset VSpace medskip
24704 \end_inset
24705
24706 The characters 
24707 \series bold
24708
24709 \backslash
24710 lhd
24711 \series default
24712  and 
24713 \series bold
24714
24715 \backslash
24716 rhd
24717 \series default
24718  are bigger than the equal looking operators 
24719 \series bold
24720
24721 \backslash
24722 triangleleft
24723 \series default
24724  and 
24725 \series bold
24726
24727 \backslash
24728 triangleright
24729 \series default
24730 , respectively.
24731 \end_layout
24732
24733 \begin_layout Standard
24734 \SpecialChar LyX
24735  supports also many special relations.
24736  Use the toolbar button 
24737 \begin_inset Info
24738 type  "icon"
24739 arg   "math-insert \\leqq"
24740 \end_inset
24741
24742  to see a list of these relations.
24743 \end_layout
24744
24745 \begin_layout Standard
24746 Relations are, in contrary to symbols, always surrounded by space.
24747 \end_layout
24748
24749 \begin_layout Standard
24750 Relations with labels can be created with the command 
24751 \series bold
24752
24753 \backslash
24754 stackrel
24755 \series default
24756
24757 \begin_inset Index idx
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761 Commands ! S ! 
24762 \backslash
24763 stackrel
24764 \end_layout
24765
24766 \end_inset
24767
24768 :
24769 \begin_inset Separator parbreak
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 \align center
24777 \begin_inset Tabular
24778 <lyxtabular version="3" rows="2" columns="2">
24779 <features booktabs="true" tabularvalignment="middle">
24780 <column alignment="center" valignment="top" width="0pt">
24781 <column alignment="center" valignment="top">
24782 <row>
24783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 Command
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 Result
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row topspace="1.5mm">
24803 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 A(r)
24808 \backslash
24809 stackrel
24810 \begin_inset space \textvisiblespace{}
24811 \end_inset
24812
24813 r
24814 \backslash
24815 to
24816 \backslash
24817 infty
24818 \begin_inset space \textvisiblespace{}
24819 \end_inset
24820
24821
24822 \begin_inset Formula $\downarrow$
24823 \end_inset
24824
24825
24826 \backslash
24827 approx
24828 \begin_inset space \textvisiblespace{}
24829 \end_inset
24830
24831
24832 \begin_inset space \textvisiblespace{}
24833 \end_inset
24834
24835 B
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 </row>
24853 </lyxtabular>
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Section
24861 Functions
24862 \end_layout
24863
24864 \begin_layout Subsection
24865 Predefined Functions
24866 \begin_inset CommandInset label
24867 LatexCommand label
24868 name "subsec:Predefined-Functions"
24869
24870 \end_inset
24871
24872
24873 \begin_inset Index idx
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877 Functions ! predefined
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Standard
24886 In general, variables are set 
24887 \emph on
24888 italic
24889 \emph default
24890  in mathematical expressions, but not function names, because 
24891 \begin_inset Formula $sin$
24892 \end_inset
24893
24894  could be misunderstood as 
24895 \begin_inset Formula $s\cdot i\cdot n$
24896 \end_inset
24897
24898 .
24899  Therefore there are predefined functionswhich are additionally a bit separated
24900  from prefactors.
24901  They are inserted as commands starting with a backslash before their name.
24902 \begin_inset Separator parbreak
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \begin_layout Standard
24909 \align center
24910 \begin_inset Tabular
24911 <lyxtabular version="3" rows="2" columns="2">
24912 <features booktabs="true" tabularvalignment="middle">
24913 <column alignment="center" valignment="top" width="0pt">
24914 <column alignment="center" valignment="top" width="0pt">
24915 <row>
24916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 Command
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 Result
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 </row>
24935 <row>
24936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 Asin(x)+B
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 \begin_inset Formula $Asin(x)+B$
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 </row>
24958 </lyxtabular>
24959
24960 \end_inset
24961
24962
24963 \begin_inset space \quad{}
24964 \end_inset
24965
24966
24967 \begin_inset Tabular
24968 <lyxtabular version="3" rows="2" columns="2">
24969 <features booktabs="true" tabularvalignment="middle">
24970 <column alignment="center" valignment="top" width="0pt">
24971 <column alignment="center" valignment="top" width="0pt">
24972 <row>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 Command
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 Result
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row>
24993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 A
24998 \backslash
24999 sin(x)+B
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 \begin_inset Formula $A\sin(x)+B$
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 </lyxtabular>
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 The following functions are predefined:
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset VSpace -2mm
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \align center
25037 \begin_inset Tabular
25038 <lyxtabular version="3" rows="9" columns="4">
25039 <features booktabs="true" tabularvalignment="middle">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <column alignment="center" valignment="top" width="0pt">
25043 <column alignment="center" valignment="top" width="0pt">
25044 <row>
25045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 Command
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Command
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Command
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Command
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 sin
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 sinh
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 arcsin
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 sup
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 <row>
25129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 cos
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 cosh
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 arccos
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 inf
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 tan
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 tanh
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 arctan
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 lim
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 cot
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 coth
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 arg
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 liminf
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 sec
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 min
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 deg
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 limsup
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 <row>
25313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 csc
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 max
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 det
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 Pr
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 ln
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 exp
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 dim
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \backslash
25398 hom
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 </row>
25404 <row>
25405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \backslash
25411 lg
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 log
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 ker
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442
25443 \backslash
25444 gcd
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 </row>
25450 </lyxtabular>
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 They can also be inserted with the math toolbar button 
25459 \begin_inset Info
25460 type  "icon"
25461 arg   "math-insert \\functions"
25462 \end_inset
25463
25464 .
25465 \end_layout
25466
25467 \begin_layout Subsection
25468 Self-defined Functions
25469 \begin_inset Index idx
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473 Functions ! self-defined
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 To use a function that is not predefined, like for example the sign function
25483  sgn(x), there are two possibilities:
25484 \end_layout
25485
25486 \begin_layout Itemize
25487 Define the function by inserting the following line to the \SpecialChar LaTeX
25488 -preamble
25489 \begin_inset Foot
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 For more about 
25494 \series bold
25495
25496 \backslash
25497 DeclareMathOperator
25498 \series default
25499  see 
25500 \begin_inset CommandInset ref
25501 LatexCommand ref
25502 reference "subsec:Self-defined-Operators"
25503
25504 \end_inset
25505
25506 .
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \begin_inset Newline newline
25513 \end_inset
25514
25515
25516 \begin_inset VSpace -3mm
25517 \end_inset
25518
25519
25520 \begin_inset Newline newline
25521 \end_inset
25522
25523
25524 \series bold
25525
25526 \backslash
25527 DeclareMathOperator{
25528 \backslash
25529 sgn}{sgn}
25530 \series default
25531
25532 \begin_inset Index idx
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 Commands ! D ! 
25537 \backslash
25538 dbinom@
25539 \backslash
25540 DeclareMathOperator
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \begin_inset Newline newline
25547 \end_inset
25548
25549
25550 \begin_inset VSpace -2mm
25551 \end_inset
25552
25553
25554 \begin_inset Newline newline
25555 \end_inset
25556
25557 Now the new defined function can be called with the command 
25558 \series bold
25559
25560 \backslash
25561 sgn
25562 \series default
25563 .
25564 \end_layout
25565
25566 \begin_layout Itemize
25567 Write the formula as usual, mark the formula name, in our example the letters
25568  
25569 \emph on
25570 sgn
25571 \emph default
25572 , and change it to mathematical text.
25573  Finally, a space is inserted between prefactor and function.
25574 \end_layout
25575
25576 \begin_layout Standard
25577 The result is the same with both methods as with a predefined function
25578 \begin_inset Foot
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 In \SpecialChar LyX
25583  self-defined functions are displayed red, predefined ones black.
25584 \end_layout
25585
25586 \end_inset
25587
25588 :
25589 \begin_inset Separator parbreak
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \align center
25597 \begin_inset Tabular
25598 <lyxtabular version="3" rows="3" columns="2">
25599 <features booktabs="true" tabularvalignment="middle">
25600 <column alignment="center" valignment="top" width="0pt">
25601 <column alignment="center" valignment="top" width="0pt">
25602 <row>
25603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 Command
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 Result
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 <row>
25623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 A
25628 \backslash
25629 sgn(x)+B
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 \begin_inset Formula $A\sgn(x)+B$
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 </row>
25647 <row>
25648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 A
25653 \backslash
25654 ,
25655 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25656 \end_inset
25657
25658 (x)+B
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 </row>
25676 </lyxtabular>
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \begin_layout Standard
25684 The first method is more suitable when the self-defined function should
25685  be used several times.
25686 \end_layout
25687
25688 \begin_layout Subsection
25689 Limits
25690 \begin_inset Index idx
25691 status collapsed
25692
25693 \begin_layout Plain Layout
25694 Limits
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \begin_layout Standard
25703 For limits, in addition to the commands 
25704 \series bold
25705
25706 \backslash
25707 lim
25708 \series default
25709
25710 \begin_inset Index idx
25711 status collapsed
25712
25713 \begin_layout Plain Layout
25714 Commands ! L ! 
25715 \backslash
25716 lim
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \series bold
25723
25724 \backslash
25725 liminf
25726 \series default
25727  and 
25728 \series bold
25729
25730 \backslash
25731 limsup
25732 \series default
25733  the following functions are defined:
25734 \begin_inset Separator parbreak
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 \align center
25742 \begin_inset Tabular
25743 <lyxtabular version="3" rows="5" columns="2">
25744 <features booktabs="true" tabularvalignment="middle">
25745 <column alignment="center" valignment="top" width="0pt">
25746 <column alignment="center" valignment="top" width="0pt">
25747 <row>
25748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 Command
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761 Result
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 varliminf
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\varliminf$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row topspace="1.5mm">
25793 <cell alignment="center" valignment="top" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 varlimsup
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset Formula $\varlimsup$
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 </row>
25817 <row topspace="1.5mm">
25818 <cell alignment="center" valignment="top" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822
25823 \backslash
25824 varprojlim
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 \begin_inset Formula $\varprojlim$
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 </row>
25842 <row topspace="1.5mm" bottomspace="1mm">
25843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847
25848 \backslash
25849 varinjlim
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 \begin_inset Formula $\varinjlim$
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 </lyxtabular>
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset VSpace medskip
25876 \end_inset
25877
25878 The limit is created by inserting a subscript.
25879  It is set right beside the function in an inline formula:
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \align center
25884 \begin_inset Tabular
25885 <lyxtabular version="3" rows="2" columns="2">
25886 <features booktabs="true" tabularvalignment="middle">
25887 <column alignment="center" valignment="top" width="0pt">
25888 <column alignment="center" valignment="top" width="0pt">
25889 <row>
25890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894 Command
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 Result
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 </row>
25909 <row>
25910 <cell alignment="center" valignment="top" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914
25915 \backslash
25916 lim_x
25917 \backslash
25918 to
25919 \begin_inset space \textvisiblespace{}
25920 \end_inset
25921
25922 A
25923 \begin_inset space \textvisiblespace{}
25924 \end_inset
25925
25926 x=B
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 \begin_inset Formula $\lim_{x\to A}x=B$
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 </lyxtabular>
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Standard
25952 In a displayed formula the limit is set below the formula, as usual:
25953 \begin_inset Formula 
25954 \[
25955 \lim_{x\to A}x=B
25956 \]
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Standard
25964 \begin_inset VSpace medskip
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \begin_layout Standard
25971 How to adjust the typesetting of the limits see 
25972 \begin_inset CommandInset ref
25973 LatexCommand ref
25974 reference "subsec:Operator-Limits"
25975
25976 \end_inset
25977
25978 .
25979 \end_layout
25980
25981 \begin_layout Subsection
25982 Modulo-Functions
25983 \begin_inset Index idx
25984 status collapsed
25985
25986 \begin_layout Plain Layout
25987 Functions ! modulo-
25988 \end_layout
25989
25990 \end_inset
25991
25992
25993 \end_layout
25994
25995 \begin_layout Standard
25996 The modulo-function is special, because it exists in four variants.
25997  The variants in a displayed formula are:
25998 \begin_inset Formula 
25999 \begin{align*}
26000 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26001 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26002 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26003 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26004 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26005 \end{align*}
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Standard
26013 In an inline formula less space is set before the function names for all
26014  variants.
26015  By default the modulo-functions take only the first following character
26016  into account.
26017  To use more than one character, one has to put them into \SpecialChar TeX
26018  braces:
26019 \begin_inset Formula 
26020 \begin{align*}
26021 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26022 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26023 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26024 \end{align*}
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Section
26032 Special Characters
26033 \begin_inset Index idx
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037 Special characters
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046 The characters ^ and _ would normally create a superscript and subscript,
26047  respectively.
26048  To get these characters you have to insert them with a leading 
26049 \backslash
26050 :
26051 \begin_inset Separator parbreak
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \noindent
26059 \align center
26060 \begin_inset Tabular
26061 <lyxtabular version="3" rows="3" columns="2">
26062 <features booktabs="true" tabularvalignment="middle">
26063 <column alignment="left" valignment="top" width="0pt">
26064 <column alignment="block" valignment="top">
26065 <row>
26066 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 Command
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 Result
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 </row>
26085 <row>
26086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090
26091 \backslash
26092 ^
26093 \begin_inset space \textvisiblespace{}
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 \begin_inset Formula $\mathcircumflex$
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 </row>
26114 <row>
26115 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119
26120 \backslash
26121 _
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 \begin_inset Formula $\_$
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \end_inset
26137 </cell>
26138 </row>
26139 </lyxtabular>
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Subsection
26147 Special Characters in Mathematical Text
26148 \end_layout
26149
26150 \begin_layout Standard
26151 The following commands can only be used in mathematical text or in \SpecialChar TeX
26152  mode:
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset space \hfill{}
26157 \end_inset
26158
26159
26160 \begin_inset Tabular
26161 <lyxtabular version="3" rows="8" columns="2">
26162 <features booktabs="true" tabularvalignment="middle">
26163 <column alignment="left" valignment="top" width="0pt">
26164 <column alignment="block" valignment="top">
26165 <row>
26166 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 Command
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 Result
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 </row>
26185 <row>
26186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190
26191 \backslash
26192 oe
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201 \begin_inset Formula $\textrm{œ}$
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 <row>
26211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \backslash
26217 OE
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 \begin_inset Formula $\textrm{Œ}$
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 ae
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Formula $\textrm{æ}$
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 </row>
26260 <row>
26261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265
26266 \backslash
26267 AE
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 \begin_inset Formula $\textrm{Æ}$
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 </row>
26285 <row>
26286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290
26291 \backslash
26292 aa
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 \begin_inset Formula $\textrm{\aa}$
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 <row>
26311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315
26316 \backslash
26317 AA
26318 \begin_inset Index idx
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 @
26325 \begin_inset ERT
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329
26330
26331 \backslash
26332 textrm{
26333 \backslash
26334 AA}
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 \begin_inset Formula $\textrm{Å}$
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 </row>
26362 <row>
26363 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367
26368 \backslash
26369 i
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378 \begin_inset Formula $\textrm{ı}$
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 </row>
26387 </lyxtabular>
26388
26389 \end_inset
26390
26391
26392 \begin_inset space \hfill{}
26393 \end_inset
26394
26395
26396 \begin_inset Tabular
26397 <lyxtabular version="3" rows="8" columns="2">
26398 <features booktabs="true" tabularvalignment="middle">
26399 <column alignment="left" valignment="top" width="0pt">
26400 <column alignment="center" valignment="top">
26401 <row>
26402 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 Command
26407 \begin_inset Note Note
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411 The space of 0
26412 \begin_inset space \thinspace{}
26413 \end_inset
26414
26415 mm is used for separation, because otherwise the output will be ¡ and ¿
26416  respectively.
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 Result
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row>
26437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441
26442 \backslash
26443 o
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452 \begin_inset Formula $\textrm{ø}$
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \backslash
26468 O
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 \begin_inset Formula $\textrm{Ø}$
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 </row>
26486 <row>
26487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491
26492 \backslash
26493 l
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 \begin_inset Formula $\textrm{ł}$
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 </row>
26511 <row>
26512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516
26517 \backslash
26518 L
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 \begin_inset Formula $\textrm{Ł}$
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 !
26542 \begin_inset space \hspace{}
26543 \length 0mm
26544 \end_inset
26545
26546 `
26547 \begin_inset space \textvisiblespace{}
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 \begin_inset Formula $\textrm{!`}$
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 <row>
26569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573 ?
26574 \begin_inset space \hspace{}
26575 \length 0mm
26576 \end_inset
26577
26578 `
26579 \begin_inset space \textvisiblespace{}
26580 \end_inset
26581
26582
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 Formula $\textrm{?`}$
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 <row>
26601 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \backslash
26607 j
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 \begin_inset Formula $\textrm{ȷ}$
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 </lyxtabular>
26626
26627 \end_inset
26628
26629
26630 \begin_inset space \hfill{}
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Standard
26637 The characters 
26638 \begin_inset Formula $\textrm{\textrm{Å}}$
26639 \end_inset
26640
26641  and 
26642 \begin_inset Formula $\textrm{\textrm{Ø}}$
26643 \end_inset
26644
26645  can also be inserted via the math toolbar button 
26646 \begin_inset Info
26647 type  "icon"
26648 arg   "math-insert \\digamma"
26649 \end_inset
26650
26651 .
26652 \end_layout
26653
26654 \begin_layout Standard
26655 An exception are the commands 
26656 \series bold
26657 !
26658 \begin_inset space \hspace{}
26659 \length 0mm
26660 \end_inset
26661
26662 `
26663 \series default
26664  and 
26665 \series bold
26666 ?
26667 \begin_inset space \hspace{}
26668 \length 0mm
26669 \end_inset
26670
26671 `
26672 \series default
26673 , because they can be inserted in \SpecialChar LyX
26674  directly to text.
26675 \end_layout
26676
26677 \begin_layout Subsection
26678 Accents in Text
26679 \begin_inset CommandInset label
26680 LatexCommand label
26681 name "subsec:Accents-in-Text"
26682
26683 \end_inset
26684
26685
26686 \begin_inset Index idx
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 Accents ! in text
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \begin_layout Standard
26699 With the following commands all letters can be accented.
26700  The commands must be inserted in \SpecialChar TeX
26701  mode.
26702 \end_layout
26703
26704 \begin_layout Standard
26705 \begin_inset space \hfill{}
26706 \end_inset
26707
26708
26709 \begin_inset Tabular
26710 <lyxtabular version="3" rows="8" columns="2">
26711 <features booktabs="true" tabularvalignment="middle">
26712 <column alignment="left" valignment="top" width="0pt">
26713 <column alignment="block" valignment="top">
26714 <row>
26715 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 Command
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Plain Layout
26728 Result
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741
26742 \begin_inset Quotes grd
26743 \end_inset
26744
26745 e
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 "e
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row>
26773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777
26778 \backslash
26779 `e
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 \begin_inset ERT
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792
26793
26794 \backslash
26795 `e
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 </row>
26806 <row>
26807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811
26812 \backslash
26813 ^
26814 \begin_inset space \textvisiblespace{}
26815 \end_inset
26816
26817 e
26818 \end_layout
26819
26820 \end_inset
26821 </cell>
26822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26823 \begin_inset Text
26824
26825 \begin_layout Plain Layout
26826 \begin_inset ERT
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830
26831
26832 \backslash
26833 ^e
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \end_inset
26842 </cell>
26843 </row>
26844 <row>
26845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849
26850 \backslash
26851 =e
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 \begin_inset ERT
26861 status collapsed
26862
26863 \begin_layout Plain Layout
26864
26865
26866 \backslash
26867 =e
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 u
26886 \begin_inset space \textvisiblespace{}
26887 \end_inset
26888
26889 e
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898 \begin_inset ERT
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902
26903
26904 \backslash
26905 u e
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \end_inset
26914 </cell>
26915 </row>
26916 <row>
26917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Plain Layout
26921
26922 \backslash
26923 b
26924 \begin_inset space \textvisiblespace{}
26925 \end_inset
26926
26927 e
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 b e
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 </row>
26954 <row>
26955 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959
26960 \backslash
26961 t
26962 \begin_inset space \textvisiblespace{}
26963 \end_inset
26964
26965 ee
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974 \begin_inset ERT
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978
26979
26980 \backslash
26981 t ee
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 </row>
26992 </lyxtabular>
26993
26994 \end_inset
26995
26996
26997 \begin_inset space \hfill{}
26998 \end_inset
26999
27000
27001 \begin_inset Tabular
27002 <lyxtabular version="3" rows="8" columns="2">
27003 <features booktabs="true" tabularvalignment="middle">
27004 <column alignment="left" valignment="top" width="0pt">
27005 <column alignment="center" valignment="top">
27006 <row>
27007 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 Command
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 Result
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 <row>
27027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Plain Layout
27031
27032 \backslash
27033 H
27034 \begin_inset space \textvisiblespace{}
27035 \end_inset
27036
27037 e
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046 \begin_inset ERT
27047 status collapsed
27048
27049 \begin_layout Plain Layout
27050
27051
27052 \backslash
27053 H e
27054 \end_layout
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \end_inset
27062 </cell>
27063 </row>
27064 <row>
27065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069
27070 \backslash
27071 'e
27072 \end_layout
27073
27074 \end_inset
27075 </cell>
27076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27077 \begin_inset Text
27078
27079 \begin_layout Plain Layout
27080 \begin_inset ERT
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084
27085
27086 \backslash
27087 'e
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 <row>
27099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103
27104 \backslash
27105 ~e
27106 \begin_inset Index idx
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110 Tilde
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124 \begin_inset ERT
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128
27129
27130 \backslash
27131 ~e
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 </row>
27142 <row>
27143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147
27148 \backslash
27149 .e
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158 \begin_inset ERT
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162
27163
27164 \backslash
27165 .e
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \end_inset
27174 </cell>
27175 </row>
27176 <row>
27177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181
27182 \backslash
27183 v
27184 \begin_inset space \textvisiblespace{}
27185 \end_inset
27186
27187 e
27188 \end_layout
27189
27190 \end_inset
27191 </cell>
27192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196 \begin_inset ERT
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200
27201
27202 \backslash
27203 v e
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \end_layout
27210
27211 \end_inset
27212 </cell>
27213 </row>
27214 <row>
27215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27216 \begin_inset Text
27217
27218 \begin_layout Plain Layout
27219
27220 \backslash
27221 d
27222 \begin_inset space \textvisiblespace{}
27223 \end_inset
27224
27225 e
27226 \end_layout
27227
27228 \end_inset
27229 </cell>
27230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27231 \begin_inset Text
27232
27233 \begin_layout Plain Layout
27234 \begin_inset ERT
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238
27239
27240 \backslash
27241 d e
27242 \end_layout
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 </row>
27252 <row>
27253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257
27258 \backslash
27259 c
27260 \begin_inset space \textvisiblespace{}
27261 \end_inset
27262
27263 e
27264 \end_layout
27265
27266 \end_inset
27267 </cell>
27268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27269 \begin_inset Text
27270
27271 \begin_layout Plain Layout
27272 \begin_inset ERT
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276
27277
27278 \backslash
27279 c e
27280 \end_layout
27281
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 </row>
27290 </lyxtabular>
27291
27292 \end_inset
27293
27294
27295 \begin_inset space \hfill{}
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset VSpace medskip
27303 \end_inset
27304
27305 With the command 
27306 \series bold
27307
27308 \backslash
27309 t
27310 \series default
27311  also two different characters can be accented.
27312  The command 
27313 \series bold
27314
27315 \backslash
27316 t
27317 \begin_inset space \textvisiblespace{}
27318 \end_inset
27319
27320 sz
27321 \series default
27322  creates: 
27323 \begin_inset ERT
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327
27328
27329 \backslash
27330 t sz
27331 \end_layout
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \begin_layout Standard
27339 The accents 
27340 \series bold
27341 `
27342 \series default
27343  , 
27344 \series bold
27345 '
27346 \series default
27347  and 
27348 \series bold
27349 ^
27350 \series default
27351  can in combination with vowels directly be inserted with the keyboard without
27352  using \SpecialChar TeX
27353  mode.
27354  The same applies for the tilde
27355 \begin_inset Foot
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359 This only applies for keyboards where the tilde is defined as accent.
27360 \end_layout
27361
27362 \end_inset
27363
27364  
27365 \series bold
27366 ~
27367 \series default
27368  in combination with 
27369 \emph on
27370 a
27371 \emph default
27372  , 
27373 \emph on
27374 n
27375 \emph default
27376  , or 
27377 \emph on
27378 o
27379 \emph default
27380 .
27381 \end_layout
27382
27383 \begin_layout Standard
27384 The commands 
27385 \series bold
27386
27387 \backslash
27388 b
27389 \series default
27390  , 
27391 \series bold
27392
27393 \backslash
27394 c
27395 \series default
27396  , 
27397 \series bold
27398
27399 \backslash
27400 d
27401 \series default
27402  , 
27403 \series bold
27404
27405 \backslash
27406 H
27407 \series default
27408  , 
27409 \series bold
27410
27411 \backslash
27412 t
27413 \series default
27414  , 
27415 \series bold
27416
27417 \backslash
27418 u
27419 \series default
27420  , 
27421 \series bold
27422
27423 \backslash
27424 v
27425 \series default
27426  and accents that are inserted directly with the keyboard are also available
27427  in mathematical text.
27428  For the other accents there are special math commands to be used in formulas,
27429  see 
27430 \begin_inset CommandInset ref
27431 LatexCommand ref
27432 reference "subsec:Accents-for-one"
27433
27434 \end_inset
27435
27436 .
27437 \end_layout
27438
27439 \begin_layout Standard
27440 \begin_inset VSpace bigskip
27441 \end_inset
27442
27443 Furthermore, with the command 
27444 \series bold
27445
27446 \backslash
27447 textcircled
27448 \series default
27449
27450 \begin_inset Index idx
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Commands ! T ! 
27455 \backslash
27456 textcircled
27457 \end_layout
27458
27459 \end_inset
27460
27461  all numbers and letters can be set into a circle, quasi accented with a
27462  circle, similar to the copyright symbol.
27463 \end_layout
27464
27465 \begin_layout Standard
27466 \align center
27467 \begin_inset Tabular
27468 <lyxtabular version="3" rows="3" columns="2">
27469 <features booktabs="true" tabularvalignment="middle">
27470 <column alignment="center" valignment="top" width="0pt">
27471 <column alignment="center" valignment="top">
27472 <row>
27473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477 Command
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486 Result
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 </row>
27492 <row>
27493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497
27498 \backslash
27499 textcircled{w}
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508 \begin_inset ERT
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512
27513
27514 \backslash
27515 textcircled{w}
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \end_inset
27524 </cell>
27525 </row>
27526 <row topspace="1mm">
27527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531
27532 \backslash
27533 Large 
27534 \backslash
27535 textcircled{
27536 \backslash
27537 normalsize
27538 \backslash
27539 protect
27540 \backslash
27541 raisebox{-1.5pt}{W}}
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Plain Layout
27550 \begin_inset ERT
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554
27555
27556 \backslash
27557 Large 
27558 \backslash
27559 textcircled{
27560 \backslash
27561 normalsize
27562 \backslash
27563 protect
27564 \backslash
27565 raisebox{-1.5pt}W}
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 </row>
27576 </lyxtabular>
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Standard
27584 One has to take care that the character fits in the circle.
27585  
27586 \series bold
27587
27588 \backslash
27589 Large
27590 \series default
27591
27592 \begin_inset Foot
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596 see 
27597 \begin_inset CommandInset ref
27598 LatexCommand ref
27599 reference "subsec:Font-Sizes"
27600
27601 \end_inset
27602
27603
27604 \end_layout
27605
27606 \end_inset
27607
27608  specifies thereby the size of the circle.
27609  With the help of 
27610 \series bold
27611
27612 \backslash
27613 raisebox
27614 \series default
27615
27616 \begin_inset Foot
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620 see 
27621 \begin_inset CommandInset ref
27622 LatexCommand ref
27623 reference "subsec:Boxes-without-Frame"
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \end_inset
27631
27632  the character can be centered.
27633 \end_layout
27634
27635 \begin_layout Subsection
27636 Old-style Figures
27637 \begin_inset Index idx
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 Old-style Figures
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 Old-style figures (also known as old-style numerals) are created with the
27651  command 
27652 \series bold
27653
27654 \backslash
27655 oldstylenums
27656 \series default
27657
27658 \begin_inset Index idx
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 Commands ! O ! 
27663 \backslash
27664 oldstylenums
27665 \end_layout
27666
27667 \end_inset
27668
27669 .
27670  The command can be used in formulas and in \SpecialChar TeX
27671  mode.
27672  The command scheme is:
27673 \end_layout
27674
27675 \begin_layout Standard
27676
27677 \series bold
27678
27679 \backslash
27680 oldstylenums{number}
27681 \end_layout
27682
27683 \begin_layout Standard
27684 The command 
27685 \series bold
27686
27687 \backslash
27688 oldstylenums{0123456789
27689 \series default
27690  produces: 
27691 \begin_inset Formula $\oldstylenums{0123456789}$
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Section
27698 Formula Styles
27699 \begin_inset CommandInset label
27700 LatexCommand label
27701 name "sec:Formula-Styles"
27702
27703 \end_inset
27704
27705
27706 \begin_inset Index idx
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710 Formula ! styles
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Itemize
27719 There are two different alignment styles:
27720 \begin_inset Separator parbreak
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_deeper
27727 \begin_layout Description
27728 Centered is the predefined standard
27729 \end_layout
27730
27731 \begin_layout Description
27732 Indented for this the option 
27733 \series bold
27734 fleqn
27735 \series default
27736  must be inserted in the menu 
27737 \family sans
27738 Document\SpecialChar menuseparator
27739 Settings
27740 \family default
27741  under 
27742 \family sans
27743 Document
27744 \begin_inset space ~
27745 \end_inset
27746
27747 Class
27748 \end_layout
27749
27750 \begin_layout Standard
27751 When 
27752 \series bold
27753 Indented
27754 \series default
27755  is used, the indentation can be adjusted with the length 
27756 \series bold
27757
27758 \backslash
27759 mathindent
27760 \series default
27761
27762 \begin_inset Index idx
27763 status collapsed
27764
27765 \begin_layout Plain Layout
27766 Commands ! M ! 
27767 \backslash
27768 mathindent
27769 \end_layout
27770
27771 \end_inset
27772
27773 .
27774  Should the distance be 15
27775 \begin_inset space \thinspace{}
27776 \end_inset
27777
27778 mm, the following command line is inserted in the \SpecialChar LaTeX
27779 -preamble
27780 \end_layout
27781
27782 \begin_layout Standard
27783
27784 \series bold
27785
27786 \backslash
27787 setlength{
27788 \backslash
27789 mathindent}{15mm}
27790 \end_layout
27791
27792 \begin_layout Standard
27793 When no length is specified, the predefined value of 30
27794 \begin_inset space \thinspace{}
27795 \end_inset
27796
27797 pt will be used.
27798 \end_layout
27799
27800 \end_deeper
27801 \begin_layout Itemize
27802 And two different numbering styles:
27803 \begin_inset Separator parbreak
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \begin_deeper
27810 \begin_layout Description
27811 Right is the predefined standard
27812 \end_layout
27813
27814 \begin_layout Description
27815 Left for this the option 
27816 \series bold
27817 leqno
27818 \series default
27819  must be inserted in the menu 
27820 \family sans
27821 Document\SpecialChar menuseparator
27822 Settings
27823 \family default
27824  under 
27825 \family sans
27826 Document
27827 \begin_inset space ~
27828 \end_inset
27829
27830 Class
27831 \end_layout
27832
27833 \end_deeper
27834 \begin_layout Standard
27835
27836 \series bold
27837 fleqn
27838 \series default
27839  and 
27840 \series bold
27841 leqno
27842 \series default
27843  can also be used together.
27844  In this case both options are inserted, separated by a comma.
27845 \end_layout
27846
27847 \begin_layout Standard
27848 The chosen styles are used for all displayed formulas of the document.
27849  When both, centered and indented formulas should be created in a document,
27850  the style 
27851 \series bold
27852 Centered
27853 \series default
27854  is used.
27855  The indented formulas are then set in a flalign environment, see 
27856 \begin_inset CommandInset ref
27857 LatexCommand ref
27858 reference "subsec:Flalign-Environment"
27859
27860 \end_inset
27861
27862 .
27863 \end_layout
27864
27865 \begin_layout Section
27866 Multiline Formulas
27867 \begin_inset CommandInset label
27868 LatexCommand label
27869 name "sec:Multiline-Formulas"
27870
27871 \end_inset
27872
27873
27874 \begin_inset Index idx
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 Formula ! multiline
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Subsection
27887 General
27888 \end_layout
27889
27890 \begin_layout Standard
27891 In \SpecialChar LyX
27892  multiline formulas are created by pressing 
27893 \begin_inset Info
27894 type  "shortcut"
27895 arg   "newline-insert newline"
27896 \end_inset
27897
27898  inside a formula.
27899  This creates either an 
27900 \series bold
27901 eqnarray environment
27902 \series default
27903  that is described in 
27904 \begin_inset CommandInset ref
27905 LatexCommand ref
27906 reference "subsec:Eqnarray-Environment"
27907
27908 \end_inset
27909
27910  or, when the option 
27911 \family sans
27912 Use AMS math package
27913 \family default
27914  in the document settings is selected, an 
27915 \series bold
27916 align environment
27917 \series default
27918  that is described in 
27919 \begin_inset CommandInset ref
27920 LatexCommand ref
27921 reference "subsec:Standard-align-Environment"
27922
27923 \end_inset
27924
27925 .
27926  The align environment is recommended because it provides in any case a
27927  typographically correct output.
27928 \end_layout
27929
27930 \begin_layout Standard
27931 There are other multiline formula environments that can be created via the
27932  menu 
27933 \family sans
27934 Insert\SpecialChar menuseparator
27935 Math
27936 \family default
27937 .
27938  These environments are described in the following sections.
27939 \end_layout
27940
27941 \begin_layout Standard
27942 In all multiline formula environments a new line is created by pressing
27943  
27944 \begin_inset Info
27945 type  "shortcut"
27946 arg   "newline-insert newline"
27947 \end_inset
27948
27949 .
27950  To add or delete lines, the math toolbar buttons 
27951 \begin_inset Info
27952 type  "icon"
27953 arg   "inset-modify tabular append-row"
27954 \end_inset
27955
27956  or 
27957 \begin_inset Info
27958 type  "icon"
27959 arg   "inset-modify tabular delete-row"
27960 \end_inset
27961
27962 , respectively, or the menu 
27963 \family sans
27964 Edit\SpecialChar menuseparator
27965 Rows & Columns
27966 \family default
27967  can be used.
27968 \end_layout
27969
27970 \begin_layout Subsubsection
27971 Line Separation
27972 \begin_inset CommandInset label
27973 LatexCommand label
27974 name "subsec:Line-Separation"
27975
27976 \end_inset
27977
27978
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 Formula ! multiline ! Line separation
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Standard
27992 There is sometimes not enough space in multiline formulas between the lines:
27993 \begin_inset Formula 
27994 \begin{eqnarray*}
27995 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}\\
27996 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
27997 \end{eqnarray*}
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 In \SpecialChar LaTeX
28006  additional line space is specified as optional argument of the new line
28007  command.
28008  This is not yet possible in \SpecialChar LyX
28009
28010 \begin_inset Foot
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014 see 
28015 \begin_inset CommandInset href
28016 LatexCommand href
28017 name "LyX-bug #1505"
28018 target "http://www.lyx.org/trac/ticket/1505"
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \end_inset
28026
28027 , therefore the whole formula must be inserted in \SpecialChar TeX
28028  mode.
28029  To add in our example space, the command 
28030 \series bold
28031
28032 \backslash
28033
28034 \backslash
28035 [3mm]
28036 \series default
28037  is inserted at the end of the first line.
28038  One gets: 
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044
28045 \backslash
28046 begin{eqnarray*}
28047 \end_layout
28048
28049 \begin_layout Plain Layout
28050
28051 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28052  = & 
28053 \backslash
28054 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28055 \backslash
28056
28057 \backslash
28058 [3mm]
28059 \end_layout
28060
28061 \begin_layout Plain Layout
28062
28063 4x^{2}
28064 \backslash
28065 left(B^{2}+x_{0}^{2}
28066 \backslash
28067 right)+4x_{0}x
28068 \backslash
28069 left(D-B^{2}
28070 \backslash
28071 right)+B^{2}
28072 \backslash
28073 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28074 \backslash
28075 right) & = & 0
28076 \end_layout
28077
28078 \begin_layout Plain Layout
28079
28080
28081 \backslash
28082 end{eqnarray*}
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \begin_layout Standard
28091 \begin_inset VSpace bigskip
28092 \end_inset
28093
28094 To set the line separation for all lines in a formula, the length 
28095 \series bold
28096
28097 \backslash
28098 jot
28099 \series default
28100
28101 \begin_inset Index idx
28102 status collapsed
28103
28104 \begin_layout Plain Layout
28105 Commands ! J ! 
28106 \backslash
28107 jot
28108 \end_layout
28109
28110 \end_inset
28111
28112  is changed.
28113  The definition is: 
28114 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28115 \end_inset
28116
28117 .
28118  Predefined for 
28119 \series bold
28120
28121 \backslash
28122 jot
28123 \series default
28124  is the value 3
28125 \begin_inset space \thinspace{}
28126 \end_inset
28127
28128 pt.
28129  To create 3
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133 mm additional line separation as in the previous example, the command
28134 \end_layout
28135
28136 \begin_layout Standard
28137
28138 \series bold
28139
28140 \backslash
28141 setlength{
28142 \backslash
28143 jot}{3mm+3pt}
28144 \end_layout
28145
28146 \begin_layout Standard
28147 is inserted in \SpecialChar TeX
28148  mode before the formula.
28149  This requires that the \SpecialChar LaTeX
28150 -package 
28151 \series bold
28152 calc
28153 \series default
28154
28155 \begin_inset Foot
28156 status collapsed
28157
28158 \begin_layout Plain Layout
28159
28160 \series bold
28161 calc
28162 \series default
28163  is part of every \SpecialChar LaTeX
28164  standard installation.
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \begin_inset Index idx
28171 status collapsed
28172
28173 \begin_layout Plain Layout
28174 Packages ! calc
28175 \end_layout
28176
28177 \end_inset
28178
28179  was loaded in \SpecialChar LaTeX
28180 -preamble with the line
28181 \end_layout
28182
28183 \begin_layout Standard
28184
28185 \series bold
28186
28187 \backslash
28188 usepackage{calc}
28189 \end_layout
28190
28191 \begin_layout Standard
28192 One gets: 
28193 \begin_inset ERT
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197
28198
28199 \backslash
28200 setlength{
28201 \backslash
28202 jot}{3mm+3pt}
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \begin_inset Formula 
28209 \begin{eqnarray*}
28210 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}\\
28211 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
28212 \end{eqnarray*}
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 \begin_inset ERT
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224
28225
28226 \backslash
28227 setlength{
28228 \backslash
28229 jot}{3pt}
28230 \end_layout
28231
28232 \end_inset
28233
28234  To get back to the predefined distance, 
28235 \series bold
28236
28237 \backslash
28238 jot
28239 \series default
28240  is set to the value 3
28241 \begin_inset space \thinspace{}
28242 \end_inset
28243
28244 pt.
28245 \end_layout
28246
28247 \begin_layout Subsubsection
28248 Column Separation
28249 \begin_inset CommandInset label
28250 LatexCommand label
28251 name "subsec:Column-Separation"
28252
28253 \end_inset
28254
28255
28256 \begin_inset Index idx
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Formula ! multiline ! Column separation
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 Multiline formulas form a matrix.
28270  A formula in the eqnarray environment is for example a matrix with three
28271  columns.
28272  By changing the column separation in this environment, the space beside
28273  the relation sign can be changed.
28274 \end_layout
28275
28276 \begin_layout Standard
28277 The column separation is specified with the length 
28278 \series bold
28279
28280 \backslash
28281 arraycolsep
28282 \series default
28283
28284 \begin_inset Index idx
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288 Commands ! A ! 
28289 \backslash
28290 arraycolsep
28291 \end_layout
28292
28293 \end_inset
28294
28295  according to:
28296 \begin_inset Newline newline
28297 \end_inset
28298
28299 column separation = 2
28300 \begin_inset space \thinspace{}
28301 \end_inset
28302
28303
28304 \series bold
28305
28306 \backslash
28307 arraycolsep
28308 \series default
28309
28310 \begin_inset Newline newline
28311 \end_inset
28312
28313 Thus, the command
28314 \end_layout
28315
28316 \begin_layout Standard
28317
28318 \series bold
28319
28320 \backslash
28321 setlength{
28322 \backslash
28323 arraycolsep}{1cm}
28324 \end_layout
28325
28326 \begin_layout Standard
28327 inserted in \SpecialChar TeX
28328  mode, sets for all following formulas a column separation of
28329  2
28330 \begin_inset space \thinspace{}
28331 \end_inset
28332
28333 cm.
28334  To get back to the predefined distance, 
28335 \series bold
28336
28337 \backslash
28338 arraycolsep
28339 \series default
28340  is set to 5
28341 \begin_inset space \thinspace{}
28342 \end_inset
28343
28344 pt.
28345 \end_layout
28346
28347 \begin_layout Standard
28348 A formula with 2
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 cm column separation:
28353 \begin_inset ERT
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357
28358
28359 \backslash
28360 setlength{
28361 \backslash
28362 arraycolsep}{1cm}
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \begin_inset Formula 
28369 \begin{eqnarray*}
28370 A & = & B\\
28371 C & \ne & A
28372 \end{eqnarray*}
28373
28374 \end_inset
28375
28376 A formula with the predefined column separation for matrices of 10
28377 \begin_inset space \thinspace{}
28378 \end_inset
28379
28380 pt:
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 setlength{
28389 \backslash
28390 arraycolsep}{5pt}
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \begin_inset Formula 
28397 \begin{eqnarray*}
28398 A & = & B\\
28399 C & \ne & A
28400 \end{eqnarray*}
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \begin_layout Subsubsection
28408 Long Formulas
28409 \begin_inset Index idx
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 Formula ! long
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 Long formulas can be typeset using these methods:
28423 \end_layout
28424
28425 \begin_layout Itemize
28426 When one side of the equation is much shorter than the line width, this
28427  one is chosen for the left side and the right side is typeset over two
28428  lines:
28429 \begin_inset Formula 
28430 \begin{eqnarray}
28431 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 \\
28432  &  & -\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}
28433 \end{eqnarray}
28434
28435 \end_inset
28436
28437 The minus sign at the beginning of the second line does normally not appear
28438  as an operator because it is the first character of the line.
28439  Thus it would not be surrounded by space and could not be distinguished
28440  from the fraction bar.
28441  To avoid this, 3
28442 \begin_inset space \thinspace{}
28443 \end_inset
28444
28445 pt space was inserted behind the minus sign with the command 
28446 \series bold
28447
28448 \backslash
28449 hspace
28450 \series default
28451 .
28452 \begin_inset Foot
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456 for more about 
28457 \series bold
28458
28459 \backslash
28460 hspace
28461 \series default
28462  see 
28463 \begin_inset CommandInset ref
28464 LatexCommand ref
28465 reference "subsec:Variable-Space"
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset Index idx
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 Commands ! H ! 
28480 \backslash
28481 hspace
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Itemize
28490 When both sides of the equation are too long, the command 
28491 \series bold
28492
28493 \backslash
28494 lefteqn
28495 \series default
28496
28497 \begin_inset Index idx
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 Commands ! L ! 
28502 \backslash
28503 lefteqn
28504 \end_layout
28505
28506 \end_inset
28507
28508  is used.
28509  It is inserted in the first column of the first line and causes all further
28510  insertions to overwrite the following columns:
28511 \begin_inset Formula 
28512 \begin{eqnarray}
28513 \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 \\
28514  &  & -\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 \\
28515  &  & =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}
28516 \end{eqnarray}
28517
28518 \end_inset
28519
28520 After the insertion of 
28521 \series bold
28522
28523 \backslash
28524 lefteqn
28525 \series default
28526 , the cursor is in a purple box that is a bit shifted to the left from the
28527  blue one.
28528  In this the formula is inserted.
28529 \begin_inset Newline newline
28530 \end_inset
28531
28532 The content of the further lines is inserted to the second or another formula
28533  column.
28534  The greater the column number where it was inserted, the larger the indentation.
28535 \begin_inset VSpace medskip
28536 \end_inset
28537
28538
28539 \begin_inset Newline newline
28540 \end_inset
28541
28542
28543 \begin_inset Note Greyedout
28544 status open
28545
28546 \begin_layout Plain Layout
28547 Note the following when using 
28548 \series bold
28549
28550 \backslash
28551 lefteqn
28552 \series default
28553 :
28554 \end_layout
28555
28556 \begin_layout Itemize
28557 The formula doesn't use the full page width.
28558  When e.
28559 \begin_inset space \thinspace{}
28560 \end_inset
28561
28562 g.
28563 \begin_inset space \space{}
28564 \end_inset
28565
28566 the term 
28567 \begin_inset Formula $-B^{2}$
28568 \end_inset
28569
28570  is added to the first line in the above example, it would have been outside
28571  the page margin.
28572  To better use the width, negative space can be inserted at the beginning
28573  of the first line.
28574 \end_layout
28575
28576 \begin_layout Itemize
28577 Due to a bug in \SpecialChar LyX
28578  the cursor cannot be set with the mouse into the first
28579  line.
28580 \begin_inset Foot
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584 \begin_inset CommandInset href
28585 LatexCommand href
28586 name "LyX-bug #1429"
28587 target "http://www.lyx.org/trac/ticket/1429"
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \end_inset
28595
28596  One can only set the cursor at the beginning of the line and move it with
28597  the arrow keys.
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Itemize
28606 Other methods to set long formulas are offered by the environments described
28607  in 
28608 \begin_inset CommandInset ref
28609 LatexCommand ref
28610 reference "subsec:Multline-Environment"
28611
28612 \end_inset
28613
28614  and 
28615 \begin_inset CommandInset ref
28616 LatexCommand ref
28617 reference "subsec:Multiline-Formula-Parts"
28618
28619 \end_inset
28620
28621 .
28622 \end_layout
28623
28624 \begin_layout Subsubsection
28625 Multiline Fractions
28626 \begin_inset CommandInset label
28627 LatexCommand label
28628 name "subsec:Multiline-Fractions"
28629
28630 \end_inset
28631
28632
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Fractions ! multiline
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Standard
28646 There are cases where the denominator and/or the numerator of a fraction
28647  is so long that the fraction does not fit into one line.
28648  It is then necessary to add a line break within the fraction.
28649  This can be done using the command 
28650 \series bold
28651
28652 \backslash
28653 splitfrac
28654 \series default
28655
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 Commands ! S ! 
28661 \backslash
28662 splitfrac
28663 \end_layout
28664
28665 \end_inset
28666
28667 .
28668  To activate it, set in the document settings under 
28669 \family sans
28670 Math
28671 \begin_inset space ~
28672 \end_inset
28673
28674 Options
28675 \family default
28676  for the package 
28677 \series bold
28678 mathtools
28679 \series default
28680
28681 \begin_inset Index idx
28682 status collapsed
28683
28684 \begin_layout Plain Layout
28685 Packages ! mathtools
28686 \end_layout
28687
28688 \end_inset
28689
28690  the option 
28691 \family sans
28692 Load
28693 \begin_inset space ~
28694 \end_inset
28695
28696 always
28697 \family default
28698 .
28699  
28700 \series bold
28701
28702 \backslash
28703 splitfrac
28704 \series default
28705  has the scheme
28706 \end_layout
28707
28708 \begin_layout Standard
28709
28710 \series bold
28711
28712 \backslash
28713 splitfrac{first line}{second line}
28714 \end_layout
28715
28716 \begin_layout Standard
28717 and is used as denominator and/or numerator:
28718 \end_layout
28719
28720 \begin_layout Standard
28721 \begin_inset Formula 
28722 \[
28723 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}
28724 \]
28725
28726 \end_inset
28727
28728 The command for the first numerator above is:
28729 \end_layout
28730
28731 \begin_layout Standard
28732
28733 \series bold
28734
28735 \backslash
28736 splitfrac{xy+xy+xy+xy+xy
28737 \begin_inset space \textvisiblespace{}
28738 \end_inset
28739
28740
28741 \backslash
28742 {+wy+wy+wy+wy
28743 \end_layout
28744
28745 \begin_layout Subsubsection
28746 Multiline Brackets
28747 \begin_inset CommandInset label
28748 LatexCommand label
28749 name "subsec:Multiline-Brackets"
28750
28751 \end_inset
28752
28753
28754 \begin_inset Index idx
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Brackets ! for multiline expressions
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 For brackets spanning multiple lines the following problem occurs:
28768 \begin_inset Formula 
28769 \begin{eqnarray*}
28770 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28771  &  & \left.\cdots+B-D\right]
28772 \end{eqnarray*}
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \begin_layout Standard
28780 The closing bracket is smaller than the opening bracket because brackets
28781  with variable size may not span multiple lines.
28782 \end_layout
28783
28784 \begin_layout Standard
28785 To set the bracket size for the second line correctly, the first line is
28786  ended with 
28787 \series bold
28788
28789 \backslash
28790 right.
28791 \series default
28792
28793 \begin_inset Index idx
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Commands ! R ! 
28798 \backslash
28799 right
28800 \end_layout
28801
28802 \end_inset
28803
28804  and the second line with 
28805 \series bold
28806
28807 \backslash
28808 left.
28809 \begin_inset Foot
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813 for more about 
28814 \series bold
28815
28816 \backslash
28817 left
28818 \series default
28819  and 
28820 \series bold
28821
28822 \backslash
28823 right
28824 \series default
28825  see 
28826 \begin_inset CommandInset ref
28827 LatexCommand ref
28828 reference "subsec:Automatic-Bracket-Size"
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \series default
28839
28840 \begin_inset Index idx
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844 Commands ! L ! 
28845 \backslash
28846 left
28847 \end_layout
28848
28849 \end_inset
28850
28851 .
28852  After 
28853 \series bold
28854
28855 \backslash
28856 left.
28857
28858 \series default
28859  the command 
28860 \series bold
28861
28862 \backslash
28863 vphantom
28864 \series default
28865
28866 \begin_inset space \textvisiblespace{}
28867 \end_inset
28868
28869
28870 \series bold
28871
28872 \backslash
28873 prod
28874 \series default
28875 ^
28876 \begin_inset space \textvisiblespace{}
28877 \end_inset
28878
28879
28880 \series bold
28881
28882 \backslash
28883 infty
28884 \series default
28885
28886 \begin_inset space \textvisiblespace{}
28887 \end_inset
28888
28889
28890 \series bold
28891
28892 \begin_inset Formula $\downarrow$
28893 \end_inset
28894
28895 _R=1}
28896 \series default
28897
28898 \begin_inset Index idx
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Commands ! V ! 
28903 \backslash
28904 vphantom
28905 \end_layout
28906
28907 \end_inset
28908
28909  is inserted, because the multiplication operator with its limits is the
28910  largest symbol in the first line and this should be the size for the bracket
28911  in the second line.
28912 \end_layout
28913
28914 \begin_layout Standard
28915 The result is this:
28916 \begin_inset Formula 
28917 \begin{eqnarray*}
28918 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28919  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28920 \end{eqnarray*}
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Subsection
28928 Align Environments
28929 \end_layout
28930
28931 \begin_layout Standard
28932 Align environments can be used for every kind of multiline formulas.
28933  They are especially useful to set several formulas side by side.
28934 \end_layout
28935
28936 \begin_layout Standard
28937 Align environments consist of columns.
28938  The odd columns are right aligned, the even ones left aligned.
28939  Every line in an Align environment can be numbered.
28940 \end_layout
28941
28942 \begin_layout Standard
28943 Align environments are created via the menu 
28944 \family sans
28945 Insert\SpecialChar menuseparator
28946 Math
28947 \family default
28948 .
28949  With the menu 
28950 \family sans
28951 Edit\SpecialChar menuseparator
28952 Math\SpecialChar menuseparator
28953 Change Formula Type
28954 \family default
28955  already existing formulas can be converted to Align environments.
28956 \end_layout
28957
28958 \begin_layout Standard
28959 To add or delete columns, the math toolbar buttons 
28960 \begin_inset Info
28961 type  "icon"
28962 arg   "inset-modify tabular append-column"
28963 \end_inset
28964
28965  or 
28966 \begin_inset Info
28967 type  "icon"
28968 arg   "inset-modify tabular delete-column"
28969 \end_inset
28970
28971 , respectively, or the menu 
28972 \family sans
28973 Edit\SpecialChar menuseparator
28974 Rows & Columns
28975 \family default
28976  can be used.
28977 \end_layout
28978
28979 \begin_layout Subsubsection
28980 Standard align Environment
28981 \begin_inset CommandInset label
28982 LatexCommand label
28983 name "subsec:Standard-align-Environment"
28984
28985 \end_inset
28986
28987
28988 \begin_inset Index idx
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992 Formula ! multiline ! align environment
28993 \end_layout
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Standard
29001 This Align environment is created by pressing 
29002 \begin_inset Info
29003 type  "shortcut"
29004 arg   "newline-insert newline"
29005 \end_inset
29006
29007  in a formula or by the menu 
29008 \family sans
29009 Insert\SpecialChar menuseparator
29010 Math\SpecialChar menuseparator
29011 AMS align Environment
29012 \family default
29013 .
29014 \end_layout
29015
29016 \begin_layout Standard
29017 An example for two formulas set side by side, that are created with a four
29018  column align environment:
29019 \begin_inset Formula 
29020 \begin{align*}
29021 A & =\sin(B) & C & =D\\
29022 C & \ne A & B & \ne D
29023 \end{align*}
29024
29025 \end_inset
29026
29027 As it can be seen, the formulas in this environment are placed so as if
29028  there would be a 
29029 \series bold
29030
29031 \backslash
29032 hfill
29033 \begin_inset Foot
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037 more about 
29038 \series bold
29039
29040 \backslash
29041 hfill
29042 \series default
29043  see 
29044 \begin_inset CommandInset ref
29045 LatexCommand ref
29046 reference "subsec:Variable-Space"
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \series default
29057  before the first and after every even column.
29058  When the formula style 
29059 \series bold
29060 Indented
29061 \begin_inset Foot
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065 formula styles see 
29066 \begin_inset CommandInset ref
29067 LatexCommand ref
29068 reference "sec:Formula-Styles"
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \series default
29079  is used, the formula is set without the 
29080 \series bold
29081
29082 \backslash
29083 hfill
29084 \series default
29085  before the first column.
29086 \end_layout
29087
29088 \begin_layout Subsubsection
29089 Alignat Environment
29090 \begin_inset Index idx
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094 Formula ! multiline ! alignat environment
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Standard
29103 The alignat environment has no predefined column separation.
29104  It can be inserted manually with the spaces that are described 
29105 \begin_inset CommandInset ref
29106 LatexCommand ref
29107 reference "subsec:Space"
29108
29109 \end_inset
29110
29111 .
29112 \end_layout
29113
29114 \begin_layout Standard
29115 The above example in the alignat environment where 1
29116 \begin_inset space \thinspace{}
29117 \end_inset
29118
29119 cm space was inserted at the beginning of the second formula:
29120 \begin_inset Formula 
29121 \begin{alignat*}{2}
29122 A & =\sin(B) & \hspace{1cm}C & =D\\
29123 C & \ne A & B & \ne D
29124 \end{alignat*}
29125
29126 \end_inset
29127
29128 Because the column separation can be set separately for every column, this
29129  environment is especially suitable to set three and more formulas side
29130  by side.
29131 \end_layout
29132
29133 \begin_layout Subsubsection
29134 Flalign Environment
29135 \begin_inset CommandInset label
29136 LatexCommand label
29137 name "subsec:Flalign-Environment"
29138
29139 \end_inset
29140
29141
29142 \begin_inset Index idx
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146 Formula ! multiline ! flalign environment
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Standard
29155 In this environment the first two columns are always set as much as possible
29156  to the left and the last two ones to the right.
29157  An example:
29158 \begin_inset Formula 
29159 \begin{flalign*}
29160 A & =1 & B & =2 & C & =3\\
29161 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29162 \end{flalign*}
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 By creating a flalign environment with an odd number of columns where an
29171  empty \SpecialChar TeX
29172  brace is inserted to the last column, several formulas in a document
29173  can be set to the left, although the formula style 
29174 \series bold
29175 Centered
29176 \series default
29177  is used.
29178  As example the indented formula 
29179 \begin_inset CommandInset ref
29180 LatexCommand eqref
29181 reference "eq:VolInt"
29182
29183 \end_inset
29184
29185 :
29186 \begin_inset Formula 
29187 \begin{flalign}
29188 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29189 \end{flalign}
29190
29191 \end_inset
29192
29193 The first two columns contain the formula.
29194  To indent it as with the formula style 
29195 \series bold
29196 Indented
29197 \series default
29198 , 30
29199 \begin_inset space \thinspace{}
29200 \end_inset
29201
29202 pt space was inserted at the beginning of the first column.
29203 \end_layout
29204
29205 \begin_layout Subsection
29206 Eqnarray Environment
29207 \begin_inset CommandInset label
29208 LatexCommand label
29209 name "subsec:Eqnarray-Environment"
29210
29211 \end_inset
29212
29213
29214 \begin_inset Index idx
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 Formula ! multiline ! eqnarray environment
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Standard
29227 When this environment has been created, three blue boxes appear.
29228  The content of the first box is right aligned, the content of the last
29229  one left aligned.
29230  The content of the middle box appears centered and a bit smaller, because
29231  it is designed to insert there only relation characters.
29232 \begin_inset Formula 
29233 \begin{eqnarray*}
29234 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29235 AB & AB & AB\\
29236 A & = & A
29237 \end{eqnarray*}
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Subsection
29245 Gather Environment
29246 \begin_inset Index idx
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 Formula ! multiline ! gather environment
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Standard
29259 This environment consists of only one centered column.
29260  Every line can be numbered.
29261 \begin_inset Formula 
29262 \begin{gather}
29263 A=1\\
29264 X=\textrm{-}1
29265 \end{gather}
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Subsection
29273 Multline Environment
29274 \begin_inset CommandInset label
29275 LatexCommand label
29276 name "subsec:Multline-Environment"
29277
29278 \end_inset
29279
29280
29281 \begin_inset Index idx
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Formula ! multiline ! multline environment
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 The multline environment consists, like the gather environment, of only
29295  one column.
29296  But the first line is left aligned, the last one right aligned.
29297  All other lines are centered.
29298  Therefore this environment is suitable for long formulas.
29299  As example formula 
29300 \begin_inset CommandInset ref
29301 LatexCommand eqref
29302 reference "eq:lefteqn"
29303
29304 \end_inset
29305
29306  in the multline environment:
29307 \begin_inset Formula 
29308 \begin{multline}
29309 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}\\
29310 -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}\\
29311 =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}}
29312 \end{multline}
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Standard
29320 In the output only the last (first) line of a multline environment appears
29321  numbered when the document numbering is right (left).
29322 \begin_inset Foot
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326 numbering styles see 
29327 \begin_inset CommandInset ref
29328 LatexCommand ref
29329 reference "sec:Formula-Styles"
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \end_layout
29340
29341 \begin_layout Standard
29342 With the commands 
29343 \series bold
29344
29345 \backslash
29346 shoveright
29347 \series default
29348
29349 \begin_inset Index idx
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Commands ! S ! 
29354 \backslash
29355 shoveright
29356 \end_layout
29357
29358 \end_inset
29359
29360  and 
29361 \series bold
29362
29363 \backslash
29364 shoveleft
29365 \series default
29366
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Commands ! S ! 
29372 \backslash
29373 shoveleft
29374 \end_layout
29375
29376 \end_inset
29377
29378  a centered line can be right or left aligned, respectively.
29379  The commands are used as follows:
29380 \end_layout
29381
29382 \begin_layout Standard
29383
29384 \series bold
29385
29386 \backslash
29387 shoveright{line content}
29388 \series default
29389  and 
29390 \series bold
29391
29392 \backslash
29393 shoveleft{line content}
29394 \end_layout
29395
29396 \begin_layout Standard
29397 \begin_inset VSpace medskip
29398 \end_inset
29399
29400 The length 
29401 \series bold
29402
29403 \backslash
29404 multlinegap
29405 \series default
29406
29407 \begin_inset Index idx
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411 Commands ! M ! 
29412 \backslash
29413 multlinegap
29414 \end_layout
29415
29416 \end_inset
29417
29418  specifies the distance of the first line from the left page margin.
29419  Predefined is the length 0
29420 \begin_inset space \thinspace{}
29421 \end_inset
29422
29423 pt.
29424 \end_layout
29425
29426 \begin_layout Standard
29427 As example the above formula where the command
29428 \end_layout
29429
29430 \begin_layout Standard
29431
29432 \series bold
29433
29434 \backslash
29435 setlength{
29436 \backslash
29437 multlinegap}{2cm}
29438 \end_layout
29439
29440 \begin_layout Standard
29441 was inserted in \SpecialChar TeX
29442  mode before:
29443 \begin_inset ERT
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447
29448
29449 \backslash
29450 setlength{
29451 \backslash
29452 multlinegap}{2cm}
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \begin_inset Formula 
29459 \begin{multline}
29460 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}\\
29461 \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}}\\
29462 =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}}
29463 \end{multline}
29464
29465 \end_inset
29466
29467
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472
29473
29474 \backslash
29475 setlength{
29476 \backslash
29477 multlinegap}{0pt}
29478 \end_layout
29479
29480 \end_inset
29481
29482 The second line was left aligned using 
29483 \series bold
29484
29485 \backslash
29486 shoveleft
29487 \series default
29488 .
29489 \end_layout
29490
29491 \begin_layout Subsection
29492 Multiline Formula Parts
29493 \begin_inset CommandInset label
29494 LatexCommand label
29495 name "subsec:Multiline-Formula-Parts"
29496
29497 \end_inset
29498
29499
29500 \begin_inset Index idx
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504 Formula ! multiline ! formula parts
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \begin_layout Standard
29513 To display only parts of a formula with multiple lines, one of the following
29514  environments is used: 
29515 \series bold
29516 aligned
29517 \series default
29518
29519 \series bold
29520 alignedat
29521 \series default
29522
29523 \series bold
29524 gathered
29525 \series default
29526  or 
29527 \series bold
29528 split
29529 \series default
29530 .
29531  They can be inserted via the menu 
29532 \family sans
29533 Insert\SpecialChar menuseparator
29534 Math
29535 \family default
29536  or by using the commands described in this section.
29537 \end_layout
29538
29539 \begin_layout Standard
29540 The first three have the same properties as the corresponding multiline
29541  formula environments, but it is possible to set further formula parts beside
29542  them.
29543  An example:
29544 \begin_inset Formula 
29545 \[
29546 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29547 \Delta E\Delta t & \ge\frac{\hbar}{2}
29548 \end{aligned}
29549 \right\} \textrm{Uncertainty relations}
29550 \]
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 To get this formula, a displayed formula is created where the command 
29559 \series bold
29560
29561 \backslash
29562 aligned
29563 \series default
29564
29565 \begin_inset Index idx
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569 Commands ! A ! 
29570 \backslash
29571 aligned
29572 \end_layout
29573
29574 \end_inset
29575
29576  is inserted.
29577  A purple box appears around the blue formula box where now columns and
29578  lines can be added.
29579  Outside the multiline environment other formula parts can be set, like
29580  the brace.
29581 \end_layout
29582
29583 \begin_layout Standard
29584 The aligned environment is also suitable for long formulas whose lines are
29585  horizontally aligned.
29586  Using aligned in a displayed formula has the advantage that the formula
29587  number is vertically centered behind the lines.
29588  As example formula 
29589 \begin_inset CommandInset ref
29590 LatexCommand eqref
29591 reference "eq:shortlong"
29592
29593 \end_inset
29594
29595  in the aligned environment:
29596 \begin_inset Formula 
29597 \begin{equation}
29598 \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}|}\\
29599  & -\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}|}
29600 \end{aligned}
29601 \end{equation}
29602
29603 \end_inset
29604
29605
29606 \end_layout
29607
29608 \begin_layout Standard
29609 To use the environments 
29610 \series bold
29611 alignedat
29612 \series default
29613
29614 \series bold
29615 gathered
29616 \series default
29617 , or 
29618 \series bold
29619 split
29620 \series default
29621 , the command 
29622 \series bold
29623
29624 \backslash
29625 alignedat
29626 \series default
29627 ,
29628 \begin_inset Index idx
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632 Commands ! A ! 
29633 \backslash
29634 alignedat
29635 \end_layout
29636
29637 \end_inset
29638
29639  
29640 \series bold
29641
29642 \backslash
29643 gathered
29644 \series default
29645
29646 \begin_inset Index idx
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650 Commands ! G ! 
29651 \backslash
29652 gathered
29653 \end_layout
29654
29655 \end_inset
29656
29657 , or 
29658 \series bold
29659
29660 \backslash
29661 split
29662 \series default
29663
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 Commands ! S ! 
29669 \backslash
29670 split
29671 \end_layout
29672
29673 \end_inset
29674
29675  are inserted, respectively.
29676  The split environment has the same properties as the aligned environment
29677  but it can only have two columns.
29678 \end_layout
29679
29680 \begin_layout Subsection
29681 Text in multiline Formulas
29682 \begin_inset CommandInset label
29683 LatexCommand label
29684 name "subsec:Text-in-multiline"
29685
29686 \end_inset
29687
29688
29689 \begin_inset Index idx
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 Text ! in formulas
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \begin_inset Index idx
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Formula ! multiline ! text
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \begin_layout Standard
29712 In the Align environments, and the multline and gather environment, text
29713  can be inserted that will appear in a separate line and doesn't affect
29714  the column alignment.
29715  To do this, the command 
29716 \series bold
29717
29718 \backslash
29719 intertext
29720 \series default
29721
29722 \begin_inset Index idx
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 Commands ! I ! 
29727 \backslash
29728 intertext
29729 \end_layout
29730
29731 \end_inset
29732
29733  is used in the following scheme:
29734 \end_layout
29735
29736 \begin_layout Standard
29737
29738 \series bold
29739
29740 \backslash
29741 intertext{text}
29742 \end_layout
29743
29744 \begin_layout Standard
29745 The text should not be longer than a line because it cannot be hyphenated.
29746  As \SpecialChar LyX
29747  doesn't yet support 
29748 \series bold
29749
29750 \backslash
29751 intertext
29752 \series default
29753  directly, the text is written as mathematical text.
29754  
29755 \series bold
29756
29757 \backslash
29758 intertext
29759 \series default
29760  must hereby be at the beginning of a line and appears in the output above
29761  this line.
29762  An example where the text was inserted at the beginning of the second line:
29763 \begin_inset Formula 
29764 \begin{align}
29765 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29766 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29767 \end{align}
29768
29769 \end_inset
29770
29771
29772 \end_layout
29773
29774 \begin_layout Standard
29775
29776 \series bold
29777
29778 \backslash
29779 intertext
29780 \series default
29781  always creates some vertical space between the text and the formula lines.
29782  To avoid this space, set in the document settings under 
29783 \family sans
29784 Math
29785 \begin_inset space ~
29786 \end_inset
29787
29788 Options
29789 \family default
29790  for the package 
29791 \series bold
29792 mathtools
29793 \series default
29794
29795 \begin_inset Index idx
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 Packages ! mathtools
29800 \end_layout
29801
29802 \end_inset
29803
29804  the option 
29805 \family sans
29806 Load
29807 \begin_inset space ~
29808 \end_inset
29809
29810 always
29811 \family default
29812 .
29813  Then you can use the command 
29814 \series bold
29815
29816 \backslash
29817 shortintertext
29818 \series default
29819
29820 \begin_inset Index idx
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824 Commands ! S ! 
29825 \backslash
29826 shortintertext
29827 \end_layout
29828
29829 \end_inset
29830
29831  instead of 
29832 \series bold
29833
29834 \backslash
29835 intertext
29836 \series default
29837 :
29838 \end_layout
29839
29840 \begin_layout Standard
29841 \begin_inset Formula 
29842 \begin{align}
29843 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29844 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29845 \end{align}
29846
29847 \end_inset
29848
29849
29850 \end_layout
29851
29852 \begin_layout Section
29853 Formula Numbering
29854 \begin_inset Index idx
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 Formula numbering
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \begin_inset Index idx
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868 Formula ! numbering|see
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874 {
29875 \end_layout
29876
29877 \end_inset
29878
29879 Formula numbering
29880 \begin_inset ERT
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884
29885 }
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Subsection
29899 General
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Numbered formulas can be created with the menu 
29904 \family sans
29905 Insert\SpecialChar menuseparator
29906 Math\SpecialChar menuseparator
29907 Numbered
29908 \begin_inset space ~
29909 \end_inset
29910
29911 Formula
29912 \family default
29913  (shortcut 
29914 \family sans
29915 Ctrl+Alt
29916 \begin_inset space ~
29917 \end_inset
29918
29919 N
29920 \family default
29921 ).
29922  Existing formulas can be numbered with the menu 
29923 \family sans
29924 Edit\SpecialChar menuseparator
29925 Math\SpecialChar menuseparator
29926 Toggle
29927 \begin_inset space ~
29928 \end_inset
29929
29930 Numbering
29931 \family default
29932  (shortcut 
29933 \begin_inset Info
29934 type  "shortcut"
29935 arg   "math-number-toggle"
29936 \end_inset
29937
29938 ).
29939  The formula number is displayed in \SpecialChar LyX
29940  behind the formula as a number sign
29941  in parentheses.
29942  The number sign is replaced in the output by the formula number.
29943 \end_layout
29944
29945 \begin_layout Standard
29946 When numbering is turned on in multiline formulas, all lines will be numbered.
29947  But the numbering can be controlled with the menu 
29948 \family sans
29949 Edit\SpecialChar menuseparator
29950 Math\SpecialChar menuseparator
29951 Toggle
29952 \begin_inset space ~
29953 \end_inset
29954
29955 Numbering
29956 \begin_inset space ~
29957 \end_inset
29958
29959 of
29960 \begin_inset space ~
29961 \end_inset
29962
29963 Line
29964 \family default
29965  (shortcut 
29966 \begin_inset Info
29967 type  "shortcut"
29968 arg   "math-number-line-toggle"
29969 \end_inset
29970
29971 ) for every line.
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Except for inline formulas, all formulas can be numbered with two different
29976  styles, see 
29977 \begin_inset CommandInset ref
29978 LatexCommand ref
29979 reference "sec:Formula-Styles"
29980
29981 \end_inset
29982
29983 .
29984 \end_layout
29985
29986 \begin_layout Subsection
29987 Cross-References
29988 \begin_inset Index idx
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992 Cross-references ! to formulas
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \begin_layout Standard
30001 All labeled formulas can be cross-referenced.
30002  A label is added by the menu 
30003 \family sans
30004 Insert\SpecialChar menuseparator
30005 Label
30006 \family default
30007  or the toolbar button 
30008 \begin_inset Info
30009 type  "icon"
30010 arg   "label-insert"
30011 \end_inset
30012
30013 .
30014  The cursor must hereby be inside a displayed formula.
30015  Alternatively you can right-click on the formula and choose 
30016 \family sans
30017 Equation Label
30018 \family default
30019 .
30020  A dialog pops up displaying the prefix 
30021 \series bold
30022 eq:
30023 \series default
30024  in a text field.
30025  The label is inserted there behind the prefix.
30026  The predefined prefix means 
30027 \begin_inset Quotes eld
30028 \end_inset
30029
30030 equation
30031 \begin_inset Quotes erd
30032 \end_inset
30033
30034  and makes it easier to find labels in large documents because it marks
30035  it as formula label to divide it from e.
30036 \begin_inset space \thinspace{}
30037 \end_inset
30038
30039 g.
30040 \begin_inset space \space{}
30041 \end_inset
30042
30043 section labels.
30044  To change a label, the menu 
30045 \family sans
30046 Insert\SpecialChar menuseparator
30047 Label
30048 \family default
30049  is used again or you right-click on a formula and then on 
30050 \family sans
30051 Equation Label
30052 \family default
30053 .
30054 \end_layout
30055
30056 \begin_layout Standard
30057 The name of the label is displayed in \SpecialChar LyX
30058  within two parentheses behind formula.
30059  A formula with a label is always numbered.
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Cross-references are inserted via the menu 
30064 \family sans
30065 Insert\SpecialChar menuseparator
30066 Cross-Reference
30067 \family default
30068  or with the toolbar button 
30069 \begin_inset Info
30070 type  "icon"
30071 arg   "dialog-show-new-inset ref"
30072 \end_inset
30073
30074 .
30075  A formula cross-reference appears in the output as formula number.
30076  When in the cross-reference dialog window the format 
30077 \series bold
30078 (<reference>)
30079 \series default
30080  is chosen, the cross-reference appears in the output as formula number
30081  in parentheses.
30082 \begin_inset Newline newline
30083 \end_inset
30084
30085 By right-clicking on a cross-reference in \SpecialChar LyX
30086 , one jumps to the formula that
30087  is referenced.
30088 \end_layout
30089
30090 \begin_layout Standard
30091 Here are as examples cross-references to formulas of the following subsections:
30092 \begin_inset Note Note
30093 status open
30094
30095 \begin_layout Plain Layout
30096 Note the different cross-reference types.
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 The equations 
30106 \begin_inset CommandInset ref
30107 LatexCommand eqref
30108 reference "eq:tag"
30109
30110 \end_inset
30111
30112  and 
30113 \begin_inset CommandInset ref
30114 LatexCommand eqref
30115 reference "eq:c"
30116
30117 \end_inset
30118
30119  are equivalent.
30120  In (
30121 \begin_inset CommandInset ref
30122 LatexCommand ref
30123 reference "eq:Lat"
30124
30125 \end_inset
30126
30127 ) big Latin letters are used for the numbering in contrary to (
30128 \begin_inset CommandInset ref
30129 LatexCommand ref
30130 reference "eq:Rom"
30131
30132 \end_inset
30133
30134 ).
30135 \end_layout
30136
30137 \begin_layout Standard
30138 \begin_inset VSpace medskip
30139 \end_inset
30140
30141 When the argument of 
30142 \series bold
30143
30144 \backslash
30145 tag
30146 \begin_inset Foot
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 \series bold
30152
30153 \backslash
30154 tag
30155 \series default
30156  is described in 
30157 \begin_inset CommandInset ref
30158 LatexCommand ref
30159 reference "subsec:User-defined-Numbering"
30160
30161 \end_inset
30162
30163 .
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \series default
30170  contains a box like in 
30171 \begin_inset CommandInset ref
30172 LatexCommand ref
30173 reference "subsec:Paragraph-Boxes"
30174
30175 \end_inset
30176
30177 , the formula cannot be referenced.
30178 \end_layout
30179
30180 \begin_layout Subsection
30181 Subnumbering
30182 \begin_inset Index idx
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Formula numbering ! subnumbering
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \end_layout
30193
30194 \begin_layout Standard
30195 With the help of the commands 
30196 \series bold
30197
30198 \backslash
30199 begin{subequations}
30200 \series default
30201  and 
30202 \series bold
30203
30204 \backslash
30205 end{subequations}
30206 \series default
30207  formulas can be subnumbered.
30208  Both commands are inserted in \SpecialChar TeX
30209  mode.
30210 \end_layout
30211
30212 \begin_layout Standard
30213 An example:
30214 \begin_inset Formula 
30215 \begin{equation}
30216 A=C-B\label{eq:a}
30217 \end{equation}
30218
30219 \end_inset
30220
30221
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227
30228 \backslash
30229 addtocounter{equation}{-1}
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \begin_inset ERT
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239
30240
30241 \backslash
30242 begin{subequations}
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \begin_inset VSpace -5mm
30249 \end_inset
30250
30251
30252 \begin_inset Formula 
30253 \begin{equation}
30254 B=C-A\label{eq:b}
30255 \end{equation}
30256
30257 \end_inset
30258
30259
30260 \begin_inset Formula 
30261 \begin{equation}
30262 C=A+B\label{eq:c}
30263 \end{equation}
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Standard
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 end{subequations}
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Standard
30287 To create the example, the following is done:
30288 \end_layout
30289
30290 \begin_layout Enumerate
30291 first formula is inserted
30292 \end_layout
30293
30294 \begin_layout Enumerate
30295
30296 \series bold
30297
30298 \backslash
30299 addtocounter{equation}{-1} 
30300 \backslash
30301 begin{subequations}
30302 \begin_inset Index idx
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306 Commands ! A ! 
30307 \backslash
30308 addtocounter
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \begin_inset Newline newline
30315 \end_inset
30316
30317
30318 \series default
30319 is inserted after the first formula
30320 \end_layout
30321
30322 \begin_layout Enumerate
30323 second formula is inserted
30324 \end_layout
30325
30326 \begin_layout Enumerate
30327 third formula is inserted
30328 \end_layout
30329
30330 \begin_layout Enumerate
30331
30332 \series bold
30333
30334 \backslash
30335 end{subequations}
30336 \series default
30337  is inserted after the third formula
30338 \end_layout
30339
30340 \begin_layout Standard
30341 Every formula between the commands 
30342 \series bold
30343
30344 \backslash
30345 begin
30346 \series default
30347  and 
30348 \series bold
30349
30350 \backslash
30351 end
30352 \series default
30353  is subnumbered as a, b, 
30354 \begin_inset Newline linebreak
30355 \end_inset
30356
30357 c, \SpecialChar ldots
30358  For multiline formulas every line will be subnumbered.
30359  All subnumbered formulas are treated as 
30360 \emph on
30361 one
30362 \emph default
30363  numbered formula.
30364  But as every numbered formula increases the counter 
30365 \series bold
30366 equation
30367 \series default
30368  by one, the command 
30369 \series bold
30370
30371 \backslash
30372 addtocounter
30373 \series default
30374  is needed to decrease it.
30375  Otherwise the formulas 
30376 \begin_inset CommandInset ref
30377 LatexCommand eqref
30378 reference "eq:a"
30379
30380 \end_inset
30381
30382
30383 \begin_inset CommandInset ref
30384 LatexCommand eqref
30385 reference "eq:b"
30386
30387 \end_inset
30388
30389
30390 \begin_inset CommandInset ref
30391 LatexCommand eqref
30392 reference "eq:c"
30393
30394 \end_inset
30395
30396  would be numbered as 
30397 \begin_inset CommandInset ref
30398 LatexCommand eqref
30399 reference "eq:a"
30400
30401 \end_inset
30402
30403
30404 \begin_inset CommandInset ref
30405 LatexCommand eqref
30406 reference "eq:d"
30407
30408 \end_inset
30409
30410
30411 \begin_inset CommandInset ref
30412 LatexCommand eqref
30413 reference "eq:f"
30414
30415 \end_inset
30416
30417 .
30418 \end_layout
30419
30420 \begin_layout Standard
30421 By inserting the commands in \SpecialChar TeX
30422  mode, a space is created between the first
30423  two formulas.
30424  To revert this -5
30425 \begin_inset space \thinspace{}
30426 \end_inset
30427
30428 mm vertical space is inserted after the command 
30429 \series bold
30430
30431 \backslash
30432 begin{subequations}
30433 \series default
30434 .
30435  When the formula style 
30436 \series bold
30437 Indented
30438 \begin_inset Foot
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 formula styles see 
30443 \begin_inset CommandInset ref
30444 LatexCommand ref
30445 reference "sec:Formula-Styles"
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \series default
30456  is used, -7
30457 \begin_inset space \thinspace{}
30458 \end_inset
30459
30460 mm space is inserted instead.
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Here is an example for a multiline formula where the numbering was turned
30465  off for the second line:
30466 \begin_inset ERT
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470
30471
30472 \backslash
30473 begin{subequations}
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \begin_inset Formula 
30480 \begin{eqnarray}
30481 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30482  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30483  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30484 \end{eqnarray}
30485
30486 \end_inset
30487
30488
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494
30495 \backslash
30496 end{subequations}
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Subsection
30505 User-defined Numbering
30506 \begin_inset CommandInset label
30507 LatexCommand label
30508 name "subsec:User-defined-Numbering"
30509
30510 \end_inset
30511
30512
30513 \begin_inset Index idx
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517 Formula numbering ! user-defined
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset Index idx
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530 Formula numbering ! self-defined delimiters
30531 \end_layout
30532
30533 \end_inset
30534
30535 With the standard numbering parentheses are set around the formula number.
30536  To replace the parentheses for example by vertical bars, the following
30537  line is added to the \SpecialChar LaTeX
30538 -preamble:
30539 \end_layout
30540
30541 \begin_layout Standard
30542
30543 \series bold
30544
30545 \backslash
30546 def
30547 \backslash
30548 tagform@#1{
30549 \backslash
30550 maketag@@@{|#1|}}
30551 \series default
30552
30553 \begin_inset Note Note
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557 This macro is already declared in the \SpecialChar LaTeX
30558 -preamble for testing.
30559  To activate it, remove the percent sign at the beginning.
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \begin_layout Standard
30568 To use other characters, the vertical bars besides the 
30569 \series bold
30570 #1
30571 \series default
30572  are replaced by one ore more characters.
30573  To get only the formula number the vertical bars are omitted.
30574 \end_layout
30575
30576 \begin_layout Standard
30577 \begin_inset VSpace bigskip
30578 \end_inset
30579
30580 When there should be an expression of your choice instead of the consecutive
30581  formula number in parentheses behind the formula, the command 
30582 \series bold
30583
30584 \backslash
30585 tag
30586 \series default
30587
30588 \begin_inset Index idx
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592 Commands ! T ! 
30593 \backslash
30594 tag
30595 \end_layout
30596
30597 \end_inset
30598
30599  is used:
30600 \begin_inset Formula 
30601 \begin{equation}
30602 A+B=C\tag{something}\label{eq:tag}
30603 \end{equation}
30604
30605 \end_inset
30606
30607 In this example the command 
30608 \series bold
30609
30610 \backslash
30611 tag
30612 \begin_inset space \textvisiblespace{}
30613 \end_inset
30614
30615 something
30616 \series default
30617  was inserted in the formula.
30618 \end_layout
30619
30620 \begin_layout Standard
30621 When the command 
30622 \series bold
30623
30624 \backslash
30625 tag*
30626 \begin_inset space \textvisiblespace{}
30627 \end_inset
30628
30629 something
30630 \series default
30631  is inserted instead, the star prevents the parentheses around the expression:
30632 \begin_inset Formula 
30633 \[
30634 A+B=C\tag*{something}
30635 \]
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \begin_inset VSpace bigskip
30644 \end_inset
30645
30646 To restart the formula numbering with new document parts or sections, the
30647  following command is used:
30648 \end_layout
30649
30650 \begin_layout Standard
30651
30652 \series bold
30653
30654 \backslash
30655 @addtoreset{equation}{part}
30656 \series default
30657
30658 \begin_inset Index idx
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662 Commands ! 
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668 "
30669 \end_layout
30670
30671 \end_inset
30672
30673 @
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679 "
30680 \end_layout
30681
30682 \end_inset
30683
30684  ! 
30685 \backslash
30686
30687 \begin_inset ERT
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692 "
30693 \end_layout
30694
30695 \end_inset
30696
30697 @
30698 \begin_inset ERT
30699 status collapsed
30700
30701 \begin_layout Plain Layout
30702
30703 "
30704 \end_layout
30705
30706 \end_inset
30707
30708 addtoreset
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \begin_inset Newline newline
30715 \end_inset
30716
30717 resp.
30718 \begin_inset Newline newline
30719 \end_inset
30720
30721
30722 \series bold
30723
30724 \backslash
30725 @addtoreset{equation}{section}
30726 \end_layout
30727
30728 \begin_layout Standard
30729 To be able to use these commands in \SpecialChar TeX
30730  mode, the 
30731 \begin_inset Quotes eld
30732 \end_inset
30733
30734 @
30735 \begin_inset Quotes erd
30736 \end_inset
30737
30738  character has to be made 
30739 \begin_inset Quotes eld
30740 \end_inset
30741
30742 active
30743 \begin_inset Quotes erd
30744 \end_inset
30745
30746  for \SpecialChar LaTeX
30747  using the command 
30748 \series bold
30749
30750 \backslash
30751 makeatletter.
30752
30753 \series default
30754  The command 
30755 \series bold
30756
30757 \backslash
30758 makeatother
30759 \series default
30760  reverts this.
30761  So the command sequence in \SpecialChar TeX
30762  mode is:
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 makeatletter
30771 \begin_inset Newline newline
30772 \end_inset
30773
30774
30775 \backslash
30776 @addtoreset{equation}{section}
30777 \begin_inset Newline newline
30778 \end_inset
30779
30780
30781 \backslash
30782 makeatother
30783 \end_layout
30784
30785 \begin_layout Standard
30786 In the \SpecialChar LaTeX
30787 -preamble 
30788 \series bold
30789
30790 \backslash
30791 makeatletter
30792 \series default
30793  and 
30794 \series bold
30795
30796 \backslash
30797 makeatother
30798 \series default
30799  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30800 .
30801 \end_layout
30802
30803 \begin_layout Standard
30804 To revert 
30805 \series bold
30806
30807 \backslash
30808 @addtoreset
30809 \series default
30810 , the file 
30811 \series bold
30812 remreset.sty
30813 \series default
30814
30815 \begin_inset Foot
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 \series bold
30821 remreset
30822 \series default
30823  is part of the \SpecialChar LaTeX
30824 -package 
30825 \series bold
30826 carlisle
30827 \series default
30828
30829 \begin_inset Index idx
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833 Packages ! carlisle
30834 \end_layout
30835
30836 \end_inset
30837
30838  that is part of every \SpecialChar LaTeX
30839  standard installation.
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \begin_inset Index idx
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849 Packages ! remreset
30850 \end_layout
30851
30852 \end_inset
30853
30854  has to be loaded in the \SpecialChar LaTeX
30855 -preamble with the line
30856 \end_layout
30857
30858 \begin_layout Standard
30859
30860 \series bold
30861
30862 \backslash
30863 usepackage{remreset}
30864 \end_layout
30865
30866 \begin_layout Standard
30867 Then the command 
30868 \series bold
30869
30870 \backslash
30871 @removefromreset
30872 \series default
30873
30874 \begin_inset Index idx
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878 Commands ! 
30879 \begin_inset ERT
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883
30884 "
30885 \end_layout
30886
30887 \end_inset
30888
30889 @
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895 "
30896 \end_layout
30897
30898 \end_inset
30899
30900  ! 
30901 \backslash
30902
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908 "
30909 \end_layout
30910
30911 \end_inset
30912
30913 @
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919 "
30920 \end_layout
30921
30922 \end_inset
30923
30924 removefromreset
30925 \end_layout
30926
30927 \end_inset
30928
30929  can be used with the same scheme as 
30930 \series bold
30931
30932 \backslash
30933 @addtoreset
30934 \series default
30935 .
30936 \end_layout
30937
30938 \begin_layout Standard
30939 \begin_inset VSpace bigskip
30940 \end_inset
30941
30942 Sometimes formulas should be numbered in the following form:
30943 \end_layout
30944
30945 \begin_layout Standard
30946
30947 \family typewriter
30948 (section number.formula number)
30949 \end_layout
30950
30951 \begin_layout Standard
30952 The formula number should start with every section with 
30953 \begin_inset Quotes eld
30954 \end_inset
30955
30956 1
30957 \begin_inset Quotes erd
30958 \end_inset
30959
30960 .
30961 \end_layout
30962
30963 \begin_layout Standard
30964 For this case there is the command 
30965 \series bold
30966
30967 \backslash
30968 numberwithin
30969 \series default
30970
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Commands ! N ! 
30976 \backslash
30977 numberwithin
30978 \end_layout
30979
30980 \end_inset
30981
30982 , which is used with the following scheme:
30983 \end_layout
30984
30985 \begin_layout Standard
30986
30987 \series bold
30988
30989 \backslash
30990 numberwithin{counter}{sectioning}
30991 \end_layout
30992
30993 \begin_layout Standard
30994 Counter denotes what kind of numbering is affected, sectioning denotes what
30995  number is before the dot.
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Thus in our case the following \SpecialChar LaTeX
31000  preamble or \SpecialChar TeX
31001  code line is used:
31002 \end_layout
31003
31004 \begin_layout Standard
31005
31006 \series bold
31007
31008 \backslash
31009 numberwithin{equation}{section}
31010 \end_layout
31011
31012 \begin_layout Standard
31013 This is the result:
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 numberwithin{equation}{section}
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \begin_inset Formula 
31028 \begin{equation}
31029 A+B=C
31030 \end{equation}
31031
31032 \end_inset
31033
31034
31035 \end_layout
31036
31037 \begin_layout Standard
31038 To number e.
31039 \begin_inset space \thinspace{}
31040 \end_inset
31041
31042 g.
31043 \begin_inset space \space{}
31044 \end_inset
31045
31046 tables so that the number of the part is the sectioning,
31047 \begin_inset Newline newline
31048 \end_inset
31049
31050
31051 \series bold
31052
31053 \backslash
31054 numberwithin{table}{part}
31055 \series default
31056  is used.
31057 \end_layout
31058
31059 \begin_layout Standard
31060 To go back to the standard numbering or to prevent this kind of numbering
31061  when it is defined by the document class, the following command is inserted
31062  as \SpecialChar TeX
31063  code or to the \SpecialChar LaTeX
31064  preamble:
31065 \end_layout
31066
31067 \begin_layout Standard
31068
31069 \series bold
31070
31071 \backslash
31072 renewcommand{
31073 \backslash
31074 theequation}{
31075 \backslash
31076 arabic{equation}}
31077 \begin_inset Index idx
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081 Commands ! A ! 
31082 \backslash
31083 arabic
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \series default
31090
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096
31097 \backslash
31098 renewcommand{
31099 \backslash
31100 theequation}{
31101 \backslash
31102 arabic{equation}}
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \series bold
31109
31110 \begin_inset Newline newline
31111 \end_inset
31112
31113
31114 \series default
31115 or
31116 \series bold
31117
31118 \begin_inset Newline newline
31119 \end_inset
31120
31121
31122 \backslash
31123 renewcommand{
31124 \backslash
31125 thetable}{
31126 \backslash
31127 arabic{table}}
31128 \end_layout
31129
31130 \begin_layout Standard
31131
31132 \series bold
31133
31134 \backslash
31135 numberwithin
31136 \series default
31137  uses internally the command 
31138 \series bold
31139
31140 \backslash
31141 @addtoreset
31142 \series default
31143 , described above, that also needs to be reverted.
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 makeatletter
31152 \end_layout
31153
31154 \begin_layout Plain Layout
31155
31156
31157 \backslash
31158 @removefromreset{equation}{section}
31159 \end_layout
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 makeatother
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Subsection
31174 Numbering with Roman Numbers and Letters
31175 \begin_inset Index idx
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179 Formula numbering ! with letters
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \begin_inset Index idx
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189 Formula numbering ! with Roman numbers
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 Formulas can also be numbered with Roman numbers and Latin letters.
31199  To number for example with small Roman numbers, the command
31200 \end_layout
31201
31202 \begin_layout Standard
31203
31204 \series bold
31205
31206 \backslash
31207 renewcommand{
31208 \backslash
31209 theequation}{
31210 \backslash
31211 roman{equation}}
31212 \end_layout
31213
31214 \begin_layout Standard
31215 is inserted before the formula in \SpecialChar TeX
31216  mode.
31217  
31218 \series bold
31219
31220 \backslash
31221 renewcommand
31222 \series default
31223
31224 \begin_inset Index idx
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228 Commands ! R ! 
31229 \backslash
31230 renewcommand
31231 \end_layout
31232
31233 \end_inset
31234
31235  redefines the predefined command 
31236 \series bold
31237
31238 \backslash
31239 theequation
31240 \series default
31241  to the command 
31242 \series bold
31243
31244 \backslash
31245 roman{equation}
31246 \series default
31247 .
31248 \begin_inset Foot
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252 The command 
31253 \series bold
31254
31255 \backslash
31256 renewcommand
31257 \series default
31258  has the same scheme like the command 
31259 \series bold
31260
31261 \backslash
31262 newcommand
31263 \series default
31264  that is described in 
31265 \begin_inset CommandInset ref
31266 LatexCommand ref
31267 reference "subsec:The-Command-newcommand"
31268
31269 \end_inset
31270
31271 .
31272 \end_layout
31273
31274 \end_inset
31275
31276  
31277 \series bold
31278 equation
31279 \series default
31280  is the formula counter.
31281  When the command 
31282 \series bold
31283
31284 \backslash
31285 the
31286 \series default
31287  is used as prefix for a counter, the value of the counter is output as
31288  Arabic number.
31289  When a formula is numbered, \SpecialChar LaTeX
31290  sets internally the command 
31291 \series bold
31292
31293 \backslash
31294 theequation
31295 \series default
31296  behind the formula.
31297  
31298 \series bold
31299
31300 \backslash
31301 roman{equation}
31302 \begin_inset Index idx
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306 Commands ! R ! 
31307 \backslash
31308 roman
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \series default
31315  outputs the counter as small Roman number.
31316 \end_layout
31317
31318 \begin_layout Standard
31319 All formulas behind the command 
31320 \series bold
31321
31322 \backslash
31323 renew
31324 \series default
31325 c
31326 \series bold
31327 ommand
31328 \series default
31329  are now numbered Roman.
31330  To switch to numbering with big Roman numbers, the command is inserted
31331  again, but 
31332 \series bold
31333
31334 \backslash
31335 roman
31336 \series default
31337  is replaced by 
31338 \series bold
31339
31340 \backslash
31341 Roman
31342 \series default
31343
31344 \begin_inset Index idx
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348 Commands ! R ! 
31349 \backslash
31350 roman@
31351 \backslash
31352 Roman
31353 \end_layout
31354
31355 \end_inset
31356
31357 .
31358  To 
31359 \begin_inset Quotes eld
31360 \end_inset
31361
31362 number
31363 \begin_inset Quotes erd
31364 \end_inset
31365
31366  with small Latin letters there is the command 
31367 \series bold
31368
31369 \backslash
31370 alph
31371 \series default
31372
31373 \begin_inset Index idx
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377 Commands ! A ! 
31378 \backslash
31379 alph
31380 \end_layout
31381
31382 \end_inset
31383
31384 , for big ones there is the command 
31385 \series bold
31386
31387 \backslash
31388 Alph
31389 \series default
31390
31391 \begin_inset Index idx
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395 Commands ! A ! 
31396 \backslash
31397 alph@
31398 \backslash
31399 Alph
31400 \end_layout
31401
31402 \end_inset
31403
31404 .
31405 \end_layout
31406
31407 \begin_layout Standard
31408 \begin_inset Note Greyedout
31409 status open
31410
31411 \begin_layout Plain Layout
31412
31413 \series bold
31414 \color none
31415 Note:
31416 \series default
31417  Only maximal 26
31418 \begin_inset space ~
31419 \end_inset
31420
31421 formulas can be numbered with Latin letters in one document.
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \begin_layout Standard
31430 \begin_inset ERT
31431 status collapsed
31432
31433 \begin_layout Plain Layout
31434
31435
31436 \backslash
31437 renewcommand{
31438 \backslash
31439 theequation}{
31440 \backslash
31441 roman{equation}}
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 \begin_inset Formula 
31451 \begin{equation}
31452 A=\textrm{small roman}
31453 \end{equation}
31454
31455 \end_inset
31456
31457
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463
31464 \backslash
31465 renewcommand{
31466 \backslash
31467 theequation}{
31468 \backslash
31469 Roman{equation}}
31470 \end_layout
31471
31472 \end_inset
31473
31474
31475 \begin_inset Formula 
31476 \begin{equation}
31477 B=\textrm{big Roman}\label{eq:Rom}
31478 \end{equation}
31479
31480 \end_inset
31481
31482
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 renewcommand{
31491 \backslash
31492 theequation}{
31493 \backslash
31494 alph{equation}}
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Formula 
31501 \begin{equation}
31502 C=\textrm{small Latin}
31503 \end{equation}
31504
31505 \end_inset
31506
31507
31508 \begin_inset ERT
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512
31513
31514 \backslash
31515 renewcommand{
31516 \backslash
31517 theequation}{
31518 \backslash
31519 Alph{equation}}
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \begin_inset Formula 
31526 \begin{equation}
31527 D=\textrm{big Latin}\label{eq:Lat}
31528 \end{equation}
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \begin_layout Standard
31536 To switch back to the default numbering, insert the command:
31537 \end_layout
31538
31539 \begin_layout Standard
31540
31541 \series bold
31542
31543 \backslash
31544 renewcommand{
31545 \backslash
31546 theequation}{
31547 \backslash
31548 arabic{equation}}
31549 \begin_inset Index idx
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 Commands ! A ! 
31554 \backslash
31555 arabic
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \begin_layout Standard
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569
31570 \backslash
31571 renewcommand{
31572 \backslash
31573 theequation}{
31574 \backslash
31575 arabic{equation}}
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \begin_inset Formula 
31582 \begin{equation}
31583 E=\textrm{Arabic}
31584 \end{equation}
31585
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \begin_layout Standard
31592 \begin_inset VSpace medskip
31593 \end_inset
31594
31595 As you see, formulas are numbered serially independent from the numbering
31596  style.
31597  When then numbering should start with 
31598 \begin_inset Quotes eld
31599 \end_inset
31600
31601 1
31602 \begin_inset Quotes erd
31603 \end_inset
31604
31605  when the style is changed, new equation counters have to be defined.
31606  A description about this can be found in the file 
31607 \begin_inset CommandInset href
31608 LatexCommand href
31609 name "Formula-numbering.lyx"
31610 target "run:Formula-numbering.lyx"
31611
31612 \end_inset
31613
31614 .
31615 \end_layout
31616
31617 \begin_layout Section
31618 Chemical Symbols and Equations
31619 \begin_inset CommandInset label
31620 LatexCommand label
31621 name "subsec:Chemical-Symbols-and"
31622
31623 \end_inset
31624
31625
31626 \begin_inset Index idx
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630 Chemical characters ! Symbols
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \begin_inset Index idx
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640 Chemical equations
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \begin_inset Index idx
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650 Symbols ! chemical
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 An example text from chemistry:
31660 \end_layout
31661
31662 \begin_layout Quote
31663 The 
31664 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31665 \end_inset
31666
31667 -ion reacts with two 
31668 \begin_inset Formula $\mathrm{Na^{+}}$
31669 \end_inset
31670
31671 -ions to sodium sulfate 
31672 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31673 \end_inset
31674
31675 .
31676  The chemical equation for this is:
31677 \begin_inset Formula 
31678 \begin{equation}
31679 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31680 \end{equation}
31681
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \begin_layout Standard
31688 This chemical equation can directly be created as formula.
31689  To avoid that the symbols appear italic, everything is highlighted and
31690  changed by the shortcut 
31691 \begin_inset Info
31692 type  "shortcut"
31693 arg   "font-roman"
31694 \end_inset
31695
31696  to the upright font style.
31697 \begin_inset Foot
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701 font styles
31702 \series bold
31703  
31704 \series default
31705 see 
31706 \begin_inset CommandInset ref
31707 LatexCommand ref
31708 reference "subsec:Font-Styles"
31709
31710 \end_inset
31711
31712
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Standard
31721 A more convenient way to typeset chemical formulas is to use the command
31722  
31723 \series bold
31724
31725 \backslash
31726 ce
31727 \series default
31728
31729 \begin_inset Index idx
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733 Commands ! C ! 
31734 \backslash
31735 ce
31736 \end_layout
31737
31738 \end_inset
31739
31740  that is available when the \SpecialChar LaTeX
31741 -package 
31742 \series bold
31743 mhchem
31744 \series default
31745
31746 \begin_inset Index idx
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 Packages ! mhchem
31751 \end_layout
31752
31753 \end_inset
31754
31755  is installed.
31756  After inserting 
31757 \series bold
31758
31759 \backslash
31760 ce
31761 \series default
31762  to a formula a new blue box appears where chemical formulas can be inserted
31763  in an intuitive way.
31764 \begin_inset Separator parbreak
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 \align center
31772 \begin_inset Tabular
31773 <lyxtabular version="3" rows="10" columns="2">
31774 <features booktabs="true" tabularvalignment="middle">
31775 <column alignment="center" valignment="top" width="0pt">
31776 <column alignment="center" valignment="top">
31777 <row>
31778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782 Command
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791 Result
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 </row>
31797 <row>
31798 <cell alignment="center" valignment="top" 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 H2CO3
31809 \end_layout
31810
31811 \end_inset
31812 </cell>
31813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31814 \begin_inset Text
31815
31816 \begin_layout Plain Layout
31817 \begin_inset Formula $\ce{H2CO3}$
31818 \end_inset
31819
31820
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 </row>
31826 <row topspace="1.5mm">
31827 <cell alignment="center" valignment="top" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831
31832 \backslash
31833 ce
31834 \begin_inset space \textvisiblespace{}
31835 \end_inset
31836
31837 SO4^2-
31838 \end_layout
31839
31840 \end_inset
31841 </cell>
31842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846 \begin_inset Formula $\ce{SO4^{2-}}$
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 </row>
31855 <row topspace="1.5mm">
31856 <cell alignment="center" valignment="top" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860
31861 \backslash
31862 ce
31863 \begin_inset space \textvisiblespace{}
31864 \end_inset
31865
31866 (NH4)2S
31867 \end_layout
31868
31869 \end_inset
31870 </cell>
31871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31872 \begin_inset Text
31873
31874 \begin_layout Plain Layout
31875 \begin_inset Formula $\ce{(NH4)2S}$
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \end_inset
31882 </cell>
31883 </row>
31884 <row topspace="1.5mm">
31885 <cell alignment="center" valignment="top" usebox="none">
31886 \begin_inset Text
31887
31888 \begin_layout Plain Layout
31889
31890 \backslash
31891 ce
31892 \begin_inset space \textvisiblespace{}
31893 \end_inset
31894
31895 KCr(SO4)2.12H2O
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 </row>
31913 <row topspace="1.5mm">
31914 <cell alignment="center" valignment="top" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918
31919 \backslash
31920 ce
31921 \begin_inset space \textvisiblespace{}
31922 \end_inset
31923
31924 A-B
31925 \backslash
31926 dbond
31927 \begin_inset space \textvisiblespace{}
31928 \end_inset
31929
31930 C
31931 \backslash
31932 tbond
31933 \begin_inset space \textvisiblespace{}
31934 \end_inset
31935
31936 D
31937 \end_layout
31938
31939 \end_inset
31940 </cell>
31941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31942 \begin_inset Text
31943
31944 \begin_layout Plain Layout
31945 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 </row>
31954 <row topspace="1.5mm">
31955 <cell alignment="center" valignment="top" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959
31960 \backslash
31961 ce
31962 \begin_inset space \textvisiblespace{}
31963 \end_inset
31964
31965 ^227
31966 \begin_inset Formula $\downarrow$
31967 \end_inset
31968
31969 _90
31970 \begin_inset Formula $\to$
31971 \end_inset
31972
31973 Th+
31974 \end_layout
31975
31976 \end_inset
31977 </cell>
31978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31979 \begin_inset Text
31980
31981 \begin_layout Plain Layout
31982 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 </row>
31991 <row>
31992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996
31997 \backslash
31998 ce
31999 \begin_inset space \textvisiblespace{}
32000 \end_inset
32001
32002
32003 \backslash
32004 mu
32005 \begin_inset space \textvisiblespace{}
32006 \end_inset
32007
32008
32009 \backslash
32010 hyphen
32011 \begin_inset space \textvisiblespace{}
32012 \end_inset
32013
32014 Cl
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 </row>
32032 <row>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037
32038 \backslash
32039 ce
32040 \begin_inset space \textvisiblespace{}
32041 \end_inset
32042
32043 CO2
32044 \begin_inset space \textvisiblespace{}
32045 \end_inset
32046
32047 +
32048 \begin_inset space \textvisiblespace{}
32049 \end_inset
32050
32051 C
32052 \begin_inset space \textvisiblespace{}
32053 \end_inset
32054
32055 <=>
32056 \begin_inset space \textvisiblespace{}
32057 \end_inset
32058
32059 2CO
32060 \end_layout
32061
32062 \end_inset
32063 </cell>
32064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32065 \begin_inset Text
32066
32067 \begin_layout Plain Layout
32068 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \end_inset
32075 </cell>
32076 </row>
32077 <row topspace="1.5mm">
32078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32079 \begin_inset Text
32080
32081 \begin_layout Plain Layout
32082
32083 \backslash
32084 ce
32085 \begin_inset space \textvisiblespace{}
32086 \end_inset
32087
32088 CO2
32089 \begin_inset space \textvisiblespace{}
32090 \end_inset
32091
32092 +
32093 \begin_inset space \textvisiblespace{}
32094 \end_inset
32095
32096 C
32097 \begin_inset space \textvisiblespace{}
32098 \end_inset
32099
32100 ->[
32101 \backslash
32102 alpha][
32103 \backslash
32104 beta]
32105 \begin_inset space \textvisiblespace{}
32106 \end_inset
32107
32108 2CO}
32109 \end_layout
32110
32111 \end_inset
32112 </cell>
32113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32114 \begin_inset Text
32115
32116 \begin_layout Plain Layout
32117 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
32118 \end_inset
32119
32120
32121 \end_layout
32122
32123 \end_inset
32124 </cell>
32125 </row>
32126 </lyxtabular>
32127
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \begin_layout Standard
32134 \begin_inset Note Greyedout
32135 status open
32136
32137 \begin_layout Plain Layout
32138
32139 \series bold
32140 \color none
32141 Note:
32142 \series default
32143  It is not possible in \SpecialChar LyX
32144  to use the character ^ to get an up-arrow as described
32145  in the 
32146 \series bold
32147 mhchem
32148 \series default
32149  manual.
32150  One instead uses a negative thin space followed by the command 
32151 \series bold
32152
32153 \backslash
32154 uparrow
32155 \series default
32156
32157 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \begin_layout Standard
32169 Using 
32170 \series bold
32171
32172 \backslash
32173 ce
32174 \series default
32175  the command for equation
32176 \begin_inset space ~
32177 \end_inset
32178
32179
32180 \begin_inset CommandInset ref
32181 LatexCommand eqref
32182 reference "eq:chem-reaction"
32183
32184 \end_inset
32185
32186  is:
32187 \begin_inset Newline newline
32188 \end_inset
32189
32190
32191 \series bold
32192  
32193 \backslash
32194 ce
32195 \begin_inset space \textvisiblespace{}
32196 \end_inset
32197
32198 2Na+
32199 \begin_inset space \textvisiblespace{}
32200 \end_inset
32201
32202 +
32203 \begin_inset space \textvisiblespace{}
32204 \end_inset
32205
32206 SO4^2-
32207 \begin_inset space \textvisiblespace{}
32208 \end_inset
32209
32210
32211 \begin_inset space \textvisiblespace{}
32212 \end_inset
32213
32214 ->
32215 \begin_inset space \textvisiblespace{}
32216 \end_inset
32217
32218 Na2SO4
32219 \end_layout
32220
32221 \begin_layout Standard
32222 To create multiline chemical equations first a multiline formula is created
32223  as described in 
32224 \begin_inset CommandInset ref
32225 LatexCommand ref
32226 reference "sec:Multiline-Formulas"
32227
32228 \end_inset
32229
32230 .
32231  Afterwards the command 
32232 \series bold
32233
32234 \backslash
32235 ce
32236 \series default
32237  is used in every small blue box of the formula.
32238  
32239 \begin_inset CommandInset ref
32240 LatexCommand eqref
32241 reference "eq:TEOS-reaction-1"
32242
32243 \end_inset
32244
32245  and 
32246 \begin_inset CommandInset ref
32247 LatexCommand eqref
32248 reference "eq:TEOS-reaction-2"
32249
32250 \end_inset
32251
32252  are an example of a multi-stage chemical reaction where every equation
32253  has its own number.
32254 \begin_inset Formula 
32255 \begin{eqnarray}
32256 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32257 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32258 \end{eqnarray}
32259
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \begin_layout Standard
32266 Besides 
32267 \series bold
32268
32269 \backslash
32270 ce
32271 \series default
32272  the 
32273 \series bold
32274 mhchem
32275 \series default
32276  package provides the command 
32277 \series bold
32278
32279 \backslash
32280 cf
32281 \series default
32282
32283 \begin_inset Index idx
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287 Commands ! C ! 
32288 \backslash
32289 cf
32290 \end_layout
32291
32292 \end_inset
32293
32294  that has to be used for special cases.
32295  For more information about 
32296 \series bold
32297
32298 \backslash
32299 cf
32300 \series default
32301  and more examples have a look at the documentation of 
32302 \series bold
32303 mhchem
32304 \series default
32305
32306 \begin_inset CommandInset citation
32307 LatexCommand cite
32308 key "mhchem"
32309
32310 \end_inset
32311
32312 .
32313 \end_layout
32314
32315 \begin_layout Section
32316 Diagrams
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \SpecialChar LyX
32321  supports two types of commutative diagrams: 
32322 \series bold
32323 amscd
32324 \series default
32325  and 
32326 \series bold
32327 xymatrix
32328 \series default
32329  that are explained in the following.
32330 \end_layout
32331
32332 \begin_layout Subsection
32333 Amscd Diagrams
32334 \begin_inset Index idx
32335 status collapsed
32336
32337 \begin_layout Plain Layout
32338 Diagrams ! amscd
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 Diagrams of this type visualize relations by vertical and horizontal lines
32348  or arrows:
32349 \begin_inset Formula 
32350 \[
32351 \begin{CD}A@>>>B@>>>C\\
32352 @AAA@.@VVV\\
32353 F@<<<E@<<<D
32354 \end{CD}
32355 \]
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 To get them, the command 
32364 \series bold
32365
32366 \backslash
32367 CD
32368 \begin_inset Index idx
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 Commands ! C ! 
32373 \backslash
32374 CD
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \series default
32381  is inserted to a formula.
32382  A blue box appears with two dashed lines where further commands can be
32383  inserted.
32384  With 
32385 \begin_inset Info
32386 type  "shortcut"
32387 arg   "newline-insert newline"
32388 \end_inset
32389
32390  a new line is created.
32391  Horizontal relations are inserted in odd, vertical in even formula lines.
32392 \end_layout
32393
32394 \begin_layout Standard
32395 To create the relations there are the following commands:
32396 \end_layout
32397
32398 \begin_layout Itemize
32399
32400 \series bold
32401 @<<<
32402 \series default
32403  creates a left arrow, 
32404 \series bold
32405 @>>>
32406 \series default
32407  a right arrow and 
32408 \series bold
32409 @=
32410 \series default
32411  a long equal sign
32412 \end_layout
32413
32414 \begin_layout Itemize
32415
32416 \series bold
32417 @AAA
32418 \series default
32419  creates an up arrow, 
32420 \series bold
32421 @VVV
32422 \series default
32423  a down arrow and 
32424 \series bold
32425 @|
32426 \series default
32427  a vertical equal sign
32428 \end_layout
32429
32430 \begin_layout Itemize
32431
32432 \series bold
32433 @.
32434
32435 \series default
32436  is a placeholder for non-existent relations
32437 \end_layout
32438
32439 \begin_layout Standard
32440 All arrows can be labeled as follows:
32441 \end_layout
32442
32443 \begin_layout Itemize
32444 If text inserted between the first and second < or >, resp., it is placed
32445  above the arrow.
32446  When it is inserted between the second and third one, it appears under
32447  the arrow.
32448 \end_layout
32449
32450 \begin_layout Itemize
32451 When text for vertical arrows is inserted between the first and second A
32452  or V, resp., it is placed left beside the arrow.
32453  When it is inserted between the second and third one, it appears right
32454  beside the arrow.
32455  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32456  brace.
32457 \end_layout
32458
32459 \begin_layout Standard
32460 As example a diagram with all possible relations:
32461 \end_layout
32462
32463 \begin_layout Standard
32464 \begin_inset Formula 
32465 \[
32466 \begin{CD}A@>j>>B@>>k>C@=F\\
32467 @AmAA@.@VV{V}V@|\\
32468 D@<<j<E@>k>>F@=C
32469 \end{CD}
32470 \]
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 The command for this is:
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482
32483 \series bold
32484
32485 \backslash
32486 CD
32487 \begin_inset space \textvisiblespace{}
32488 \end_inset
32489
32490 A@>j>>B@>>k>C@=F Ctrl+Return
32491 \begin_inset Newline newline
32492 \end_inset
32493
32494
32495 \begin_inset Phantom HPhantom
32496 status open
32497
32498 \begin_layout Plain Layout
32499
32500 \series bold
32501
32502 \backslash
32503 CD
32504 \begin_inset space \textvisiblespace{}
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \end_inset
32511
32512 @AmAA@.@VV
32513 \backslash
32514 {V
32515 \series default
32516
32517 \begin_inset Formula $\to$
32518 \end_inset
32519
32520
32521 \series bold
32522 V@| Ctrl+Return
32523 \begin_inset Newline newline
32524 \end_inset
32525
32526
32527 \begin_inset Phantom HPhantom
32528 status open
32529
32530 \begin_layout Plain Layout
32531
32532 \series bold
32533
32534 \backslash
32535 CD
32536 \begin_inset space \textvisiblespace{}
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \end_inset
32543
32544 D@<<j<E@>k>>F@=C
32545 \end_layout
32546
32547 \begin_layout Subsection
32548 Xymatrix Diagrams
32549 \begin_inset Index idx
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553 Diagrams ! xymatrix
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Standard
32562 To be able to use xymatrices, the \SpecialChar LaTeX
32563 -package 
32564 \series bold
32565 xypic
32566 \series default
32567  must be installed.
32568  A xymatrix is created by inserting the command 
32569 \series bold
32570
32571 \backslash
32572 xymatrix
32573 \series default
32574  in a formula.
32575  Then you are able to add new matrix columns and rows like for normal matrices,
32576  see 
32577 \begin_inset CommandInset ref
32578 LatexCommand ref
32579 reference "sec:Matrices"
32580
32581 \end_inset
32582
32583 .
32584 \end_layout
32585
32586 \begin_layout Standard
32587 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32588  and much more.
32589  All possibilities to create commutative diagrams and decorations are explained
32590  in detail in the 
32591 \emph on
32592 XY-pic manual
32593 \emph default
32594  that you find in the menu 
32595 \family sans
32596 Help\SpecialChar menuseparator
32597 Specific
32598 \begin_inset space ~
32599 \end_inset
32600
32601 Manuals
32602 \family default
32603 .
32604 \end_layout
32605
32606 \begin_layout Subsection
32607
32608 \noun on
32609 Feynman
32610 \noun default
32611  Diagrams
32612 \begin_inset Index idx
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616 Diagrams ! Feynman
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Standard
32625 To be able to use 
32626 \noun on
32627 Feynman
32628 \noun default
32629 -diagrams, the \SpecialChar LaTeX
32630 -package 
32631 \series bold
32632 feyn
32633 \series default
32634  must be installed.
32635  A 
32636 \noun on
32637 Feynman
32638 \noun default
32639 -diagram is created by inserting the command 
32640 \series bold
32641
32642 \backslash
32643 Diagram
32644 \series default
32645  in a formula.
32646  Then you are able to add new matrix columns and rows like for normal matrices,
32647  see 
32648 \begin_inset CommandInset ref
32649 LatexCommand ref
32650 reference "sec:Matrices"
32651
32652 \end_inset
32653
32654 .
32655 \end_layout
32656
32657 \begin_layout Standard
32658 Examples how to create 
32659 \noun on
32660 Feynman-
32661 \noun default
32662 diagrams in \SpecialChar LyX
32663  is given in the 
32664 \emph on
32665 Feynman-diagram manual
32666 \emph default
32667  that you find in the menu 
32668 \family sans
32669 Help\SpecialChar menuseparator
32670 Specific
32671 \begin_inset space ~
32672 \end_inset
32673
32674 Manuals
32675 \family default
32676 .
32677 \end_layout
32678
32679 \begin_layout Standard
32680 \begin_inset Newpage newpage
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Section
32687 User-defined Commands
32688 \begin_inset Index idx
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 User-defined commands
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 \begin_inset Note Greyedout
32702 status open
32703
32704 \begin_layout Plain Layout
32705
32706 \series bold
32707 Note:
32708 \series default
32709  The names of user-defined commands and macros may only consist of Latin
32710  letters.
32711 \end_layout
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \begin_layout Subsection
32719 The Command 
32720 \backslash
32721 newcommand
32722 \begin_inset CommandInset label
32723 LatexCommand label
32724 name "subsec:The-Command-newcommand"
32725
32726 \end_inset
32727
32728
32729 \begin_inset Index idx
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733 User-defined commands ! 
32734 \backslash
32735 newcommand
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \begin_inset Index idx
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745 Commands ! N ! 
32746 \backslash
32747 newcommand
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 Many \SpecialChar LaTeX
32757 -commands are too long to be used frequently.
32758  But it is possible to define with the command 
32759 \series bold
32760
32761 \backslash
32762 newcommand
32763 \series default
32764  new shorter commands.
32765 \end_layout
32766
32767 \begin_layout Standard
32768 The command scheme of 
32769 \series bold
32770
32771 \backslash
32772 newcommand
32773 \series default
32774  is:
32775 \end_layout
32776
32777 \begin_layout Standard
32778
32779 \series bold
32780
32781 \backslash
32782 newcommand{new command name}[number of arguments][optional
32783 \series default
32784  
32785 \series bold
32786 value]
32787 \begin_inset Newline newline
32788 \end_inset
32789
32790
32791 \begin_inset Phantom HPhantom
32792 status open
32793
32794 \begin_layout Plain Layout
32795
32796 \series bold
32797
32798 \backslash
32799 newcommand
32800 \end_layout
32801
32802 \end_inset
32803
32804 {command definition}
32805 \end_layout
32806
32807 \begin_layout Standard
32808 \begin_inset Note Greyedout
32809 status open
32810
32811 \begin_layout Plain Layout
32812
32813 \series bold
32814 Note:
32815 \series default
32816  Assure that the name of the new command is not already used in your document
32817  or by \SpecialChar LaTeX
32818 -packages that you use.
32819  When you for example define the command 
32820 \series bold
32821
32822 \backslash
32823 le
32824 \series default
32825  for 
32826 \series bold
32827
32828 \backslash
32829 Leftarrow
32830 \series default
32831 , you get an error message because 
32832 \series bold
32833
32834 \backslash
32835 le
32836 \series default
32837  is already defined as command for 
32838 \begin_inset Quotes eld
32839 \end_inset
32840
32841
32842 \begin_inset Formula $\le$
32843 \end_inset
32844
32845
32846 \begin_inset Quotes erd
32847 \end_inset
32848
32849 .
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Standard
32858 The number of arguments is an integer in the range 0
32859 \begin_inset space \thinspace{}
32860 \end_inset
32861
32862 -
32863 \begin_inset space \thinspace{}
32864 \end_inset
32865
32866 9 and specifies how many arguments the new command should have.
32867  With the optional value a value for an optional argument can be predefined.
32868  When this is done, the 
32869 \emph on
32870 first
32871 \emph default
32872  
32873 \emph on
32874 a
32875 \emph default
32876 rgument of the new command is automatically an optional one.
32877 \end_layout
32878
32879 \begin_layout Standard
32880 Here are some examples:
32881 \end_layout
32882
32883 \begin_layout Itemize
32884 To define the command 
32885 \series bold
32886
32887 \backslash
32888 gr
32889 \series default
32890  for 
32891 \series bold
32892
32893 \backslash
32894 Longrightarrow
32895 \series default
32896 , the \SpecialChar LaTeX
32897 -preamble line is:
32898 \begin_inset VSpace medskip
32899 \end_inset
32900
32901
32902 \begin_inset Newline newline
32903 \end_inset
32904
32905
32906 \series bold
32907
32908 \backslash
32909 newcommand{
32910 \backslash
32911 gr}{
32912 \backslash
32913 Longrightarrow}
32914 \end_layout
32915
32916 \begin_layout Itemize
32917 To define the command 
32918 \series bold
32919
32920 \backslash
32921 us
32922 \series default
32923  for 
32924 \series bold
32925
32926 \backslash
32927 underline
32928 \series default
32929 , the argument (that should be underlined) must be taken into account.
32930  For this the preamble line is:
32931 \begin_inset VSpace medskip
32932 \end_inset
32933
32934
32935 \begin_inset Newline newline
32936 \end_inset
32937
32938
32939 \series bold
32940
32941 \backslash
32942 newcommand{
32943 \backslash
32944 us}[1]{
32945 \backslash
32946 underline{#1}}
32947 \series default
32948
32949 \begin_inset VSpace medskip
32950 \end_inset
32951
32952
32953 \begin_inset Newline newline
32954 \end_inset
32955
32956 The character 
32957 \series bold
32958 #
32959 \series default
32960  acts as argument placeholder, the 
32961 \series bold
32962 1
32963 \series default
32964  behind it denotes that it is the placeholder for the first argument.
32965 \end_layout
32966
32967 \begin_layout Itemize
32968 For 
32969 \series bold
32970
32971 \backslash
32972 framebox
32973 \series default
32974  one can e.
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978 g.
32979 \begin_inset space \space{}
32980 \end_inset
32981
32982 define the command 
32983 \series bold
32984
32985 \backslash
32986 fb
32987 \series default
32988 :
32989 \begin_inset VSpace medskip
32990 \end_inset
32991
32992
32993 \begin_inset Newline newline
32994 \end_inset
32995
32996
32997 \series bold
32998
32999 \backslash
33000 newcommand{
33001 \backslash
33002 fb}[3]{
33003 \backslash
33004 framebox#1#2{$#3$}}
33005 \series default
33006
33007 \begin_inset VSpace medskip
33008 \end_inset
33009
33010
33011 \begin_inset Newline newline
33012 \end_inset
33013
33014 The two Dollar signs creates the extra formula needed for 
33015 \series bold
33016
33017 \backslash
33018 framebox
33019 \series default
33020 , see 
33021 \begin_inset CommandInset ref
33022 LatexCommand ref
33023 reference "subsec:Boxes-with-Frame"
33024
33025 \end_inset
33026
33027 .
33028 \end_layout
33029
33030 \begin_layout Itemize
33031 To create a new command for 
33032 \series bold
33033
33034 \backslash
33035 fcolorbox
33036 \series default
33037  where the color for the box need not be specified, the argument for the
33038  color is defined optional:
33039 \begin_inset VSpace medskip
33040 \end_inset
33041
33042
33043 \begin_inset Newline newline
33044 \end_inset
33045
33046
33047 \series bold
33048
33049 \backslash
33050 newcommand{
33051 \backslash
33052 cb}[3][white]{
33053 \backslash
33054 fcolorbox{#2}{#1}{$#3$}}
33055 \series default
33056
33057 \begin_inset VSpace medskip
33058 \end_inset
33059
33060
33061 \begin_inset Newline newline
33062 \end_inset
33063
33064 When the color is not specified when using 
33065 \series bold
33066
33067 \backslash
33068 cb
33069 \series default
33070 , the predefined color 
33071 \series bold
33072 white
33073 \series default
33074  will be used.
33075 \end_layout
33076
33077 \begin_layout Standard
33078 A test of the new defined commands:
33079 \begin_inset Separator parbreak
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \begin_layout Standard
33086 \align center
33087 \begin_inset Tabular
33088 <lyxtabular version="3" rows="6" columns="2">
33089 <features booktabs="true" tabularvalignment="middle">
33090 <column alignment="center" valignment="top" width="0pt">
33091 <column alignment="center" valignment="top">
33092 <row>
33093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33094 \begin_inset Text
33095
33096 \begin_layout Plain Layout
33097 Command
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33103 \begin_inset Text
33104
33105 \begin_layout Plain Layout
33106 Result
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 </row>
33112 <row>
33113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33114 \begin_inset Text
33115
33116 \begin_layout Plain Layout
33117 A
33118 \backslash
33119 gr
33120 \begin_inset space \textvisiblespace{}
33121 \end_inset
33122
33123 B
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 \begin_inset Formula $A\gr B$
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row>
33142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146
33147 \backslash
33148 us{ABcd
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 \begin_inset Formula $\us{ABcd}$
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 </row>
33166 <row topspace="1mm">
33167 <cell alignment="center" valignment="top" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171
33172 \backslash
33173 fb{[2cm]
33174 \begin_inset Formula $\to$
33175 \end_inset
33176
33177
33178 \backslash
33179 {
33180 \begin_inset Formula $\to$
33181 \end_inset
33182
33183
33184 \backslash
33185 {
33186 \backslash
33187 int
33188 \begin_inset space \textvisiblespace{}
33189 \end_inset
33190
33191 A=B
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 <row topspace="1.5mm">
33210 <cell alignment="center" valignment="top" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214
33215 \backslash
33216 cb{red
33217 \begin_inset Formula $\to$
33218 \end_inset
33219
33220
33221 \backslash
33222 {
33223 \backslash
33224 int
33225 \begin_inset space \textvisiblespace{}
33226 \end_inset
33227
33228 A=B
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33234 \begin_inset Text
33235
33236 \begin_layout Plain Layout
33237 \begin_inset Formula $\cb{red}{\int A=B}$
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row topspace="1.5mm" bottomspace="1mm">
33247 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251
33252 \backslash
33253 cb[green]
33254 \backslash
33255 {red
33256 \begin_inset Formula $\to$
33257 \end_inset
33258
33259
33260 \backslash
33261 {
33262 \backslash
33263 int
33264 \begin_inset space \textvisiblespace{}
33265 \end_inset
33266
33267 A=B
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 </row>
33285 </lyxtabular>
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Subsection
33293 Math Macros
33294 \begin_inset Index idx
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298 User-defined commands! Math macros
33299 \end_layout
33300
33301 \end_inset
33302
33303
33304 \begin_inset Index idx
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308 Macros
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \begin_layout Standard
33317 User-defined commands are especially convenient for complex expressions.
33318  When you are for example dealing with a document that has quadratic equations,
33319  the same solution type occurs several times.
33320  The general form of a quadratic equation is
33321 \begin_inset Formula 
33322 \[
33323 0=\lambda^{2}+p\lambda+q
33324 \]
33325
33326 \end_inset
33327
33328 The general form of the solution is
33329 \begin_inset Formula 
33330 \[
33331 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33332 \]
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Standard
33340 To define a command for the solution formula where only the three parameters
33341  
33342 \begin_inset Formula $\lambda$
33343 \end_inset
33344
33345
33346 \begin_inset Formula $p$
33347 \end_inset
33348
33349  and 
33350 \begin_inset Formula $q$
33351 \end_inset
33352
33353  need to be specified and the index of 
33354 \begin_inset Formula $\lambda$
33355 \end_inset
33356
33357  can be given optionally, the \SpecialChar LaTeX
33358 -preamble line is
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \series bold
33364
33365 \backslash
33366 newcommand{
33367 \backslash
33368 qG}[4][1,
33369 \backslash
33370 ,2]{#2_{#1}=-
33371 \backslash
33372 frac{#3}{2}
33373 \backslash
33374 pm
33375 \begin_inset Newline newline
33376 \end_inset
33377
33378
33379 \begin_inset Phantom HPhantom
33380 status open
33381
33382 \begin_layout Plain Layout
33383
33384 \series bold
33385
33386 \backslash
33387 newcommand
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \backslash
33394 sqrt{
33395 \backslash
33396 frac{#3^{2}}{4}-#4}}
33397 \end_layout
33398
33399 \begin_layout Standard
33400 To create with this the solution formula, the command
33401 \begin_inset Newline newline
33402 \end_inset
33403
33404
33405 \series bold
33406
33407 \backslash
33408 qG{
33409 \backslash
33410 lambda
33411 \begin_inset Formula $\to$
33412 \end_inset
33413
33414
33415 \backslash
33416 {p
33417 \begin_inset Formula $\to$
33418 \end_inset
33419
33420
33421 \backslash
33422 {q
33423 \series default
33424  is inserted to a formula
33425 \series bold
33426 .
33427 \end_layout
33428
33429 \begin_layout Standard
33430 The definition of the new command is unintuitive because one has to know
33431  the schemes of all used \SpecialChar LaTeX
33432  commands, e.
33433 \begin_inset space \thinspace{}
33434 \end_inset
33435
33436 g.
33437 \begin_inset space \space{}
33438 \end_inset
33439
33440 that a fraction is inserted in \SpecialChar LaTeX
33441  as 
33442 \series bold
33443
33444 \backslash
33445 frac{numerator}{denominator}
33446 \series default
33447 .
33448  Furthermore one can easily forget a brace in the definition and cannot
33449  see in \SpecialChar LyX
33450  what the new command is doing.
33451  To avoid these problems \SpecialChar LyX
33452  offers the possibility to use math macros instead
33453  of the command 
33454 \series bold
33455
33456 \backslash
33457 newcommand
33458 \series default
33459 .
33460 \end_layout
33461
33462 \begin_layout Standard
33463 A math macro is created by using the menu 
33464 \family sans
33465 Insert\SpecialChar menuseparator
33466 Math\SpecialChar menuseparator
33467 Macro
33468 \family default
33469  or the toolbar button 
33470 \begin_inset Info
33471 type  "icon"
33472 arg   "math-macro newmacroname_newcommand"
33473 \end_inset
33474
33475 .
33476  The math macro toolbar appears together with the following box where the
33477  macro is defined:
33478 \begin_inset Newline newline
33479 \end_inset
33480
33481
33482 \begin_inset space \hspace*{\fill}
33483 \end_inset
33484
33485
33486 \begin_inset Graphics
33487         filename clipart/macrobox.png
33488         scale 75
33489
33490 \end_inset
33491
33492
33493 \begin_inset space \hspace*{\fill}
33494 \end_inset
33495
33496
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500
33501 \begin_inset FormulaMacro
33502 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33503 \end_inset
33504
33505
33506 \backslash
33507 newmacroname is the default name of the macro that should be changed to
33508  something sensible.
33509  The wanted formula is inserted in the first blue box.
33510  An argument placeholder is inserted with the command 
33511 \series bold
33512
33513 \backslash
33514 #argumentnumber
33515 \series default
33516 , e.
33517 \begin_inset space \thinspace{}
33518 \end_inset
33519
33520 g
33521 \begin_inset space \space{}
33522 \end_inset
33523
33524
33525 \series bold
33526
33527 \backslash
33528 #1
33529 \series default
33530  or by using the macro toolbar button 
33531 \begin_inset Info
33532 type  "icon"
33533 arg   "math-macro-add-param"
33534 \end_inset
33535
33536 .
33537  Argument placeholders are displayed red.
33538  A maximum of 9
33539 \begin_inset space ~
33540 \end_inset
33541
33542 arguments are possible.
33543  Optional arguments are created with the toolbar button 
33544 \begin_inset Info
33545 type  "icon"
33546 arg   "math-macro-add-optional-param"
33547 \end_inset
33548
33549 .
33550  The first non-optional argument can be transformed to an optional one with
33551  the toolbar button 
33552 \begin_inset Info
33553 type  "icon"
33554 arg   "math-macro-make-optional"
33555 \end_inset
33556
33557 .
33558  In the second blue box the appearance of the macro in \SpecialChar LyX
33559  can be defined.
33560  Normally you want to see it as it is defined, so the box is kept empty.
33561  But when you have created a macro that needs lot of space on the screen,
33562  you can insert in the box for example
33563 \begin_inset Newline newline
33564 \end_inset
33565
33566
33567 \series bold
33568 qG: 
33569 \backslash
33570 #1
33571 \series default
33572  
33573 \series bold
33574 ,
33575 \series default
33576  
33577 \series bold
33578
33579 \backslash
33580 #2
33581 \series default
33582  
33583 \series bold
33584 ,
33585 \series default
33586  
33587 \series bold
33588
33589 \backslash
33590 #3, 
33591 \backslash
33592 #4
33593 \begin_inset Newline newline
33594 \end_inset
33595
33596
33597 \series default
33598 For the macro only the arguments with the macro name in front of them will
33599  then be displayed in \SpecialChar LyX
33600 , leading to a better overview.
33601  The formula appears in the output as defined in the first box.
33602 \begin_inset Newline newline
33603 \end_inset
33604
33605 The appearance of macros in formulas can furthermore be changed for single
33606  macros by setting the cursor in the macro and using the menu 
33607 \family sans
33608 View\SpecialChar menuseparator
33609 (Un)fold
33610 \begin_inset space ~
33611 \end_inset
33612
33613 Math
33614 \begin_inset space ~
33615 \end_inset
33616
33617 Macro
33618 \family default
33619 .
33620 \end_layout
33621
33622 \begin_layout Standard
33623 To use a macro, the macro name is inserted as command to a formula, in our
33624  case 
33625 \series bold
33626
33627 \backslash
33628 qG
33629 \series default
33630 .
33631  Our macro looks in \SpecialChar LyX
33632  like this:
33633 \begin_inset Newline newline
33634 \end_inset
33635
33636
33637 \begin_inset space \hspace*{\fill}
33638 \end_inset
33639
33640
33641 \begin_inset Graphics
33642         filename clipart/macrouse.png
33643         scale 75
33644
33645 \end_inset
33646
33647
33648 \begin_inset space \hspace*{\fill}
33649 \end_inset
33650
33651
33652 \begin_inset Newline newline
33653 \end_inset
33654
33655 Here is our macro example with the arguments 
33656 \begin_inset Formula $x$
33657 \end_inset
33658
33659
33660 \begin_inset Formula $\ln(x)$
33661 \end_inset
33662
33663  and 
33664 \begin_inset Formula $B$
33665 \end_inset
33666
33667 :
33668 \end_layout
33669
33670 \begin_layout Standard
33671 \begin_inset Formula 
33672 \[
33673 \qG x{\ln(x)}B
33674 \]
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Standard
33682 \SpecialChar LyX
33683  offers in the menu 
33684 \family sans
33685 Tools\SpecialChar menuseparator
33686 Preferences\SpecialChar menuseparator
33687 Editing\SpecialChar menuseparator
33688 Control
33689 \family default
33690  different styles to edit macros.
33691  To find the style that suits you the most, choose a style and set the cursor
33692  in a macro formula to see the difference.
33693 \end_layout
33694
33695 \begin_layout Standard
33696 A math macro is transformed internally to a 
33697 \series bold
33698
33699 \backslash
33700 newcommand
33701 \series default
33702  command when exporting the document.
33703  The created 
33704 \series bold
33705
33706 \backslash
33707 newcommand
33708 \series default
33709  command is not placed in the \SpecialChar LaTeX
33710 -preamble, therefore macros can only be used
33711  in formulas that are in the document below the macro definition box.
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Math macros can also be directly created from a 
33716 \series bold
33717
33718 \backslash
33719 newcommand
33720 \series default
33721  command.
33722  When writing for example the command
33723 \series bold
33724
33725 \begin_inset Newline newline
33726 \end_inset
33727
33728
33729 \backslash
33730 newcommand{
33731 \backslash
33732 larrow}[2]{
33733 \backslash
33734 xleftarrow[#2]{#1}}
33735 \begin_inset Newline newline
33736 \end_inset
33737
33738
33739 \series default
33740 in \SpecialChar LyX
33741  as normal text, highlighting it completely and using then the shortcut
33742  
33743 \family sans
33744 Ctrl+M
33745 \family default
33746 , the command will be transformed to a math macro.
33747  Using this method you need to be careful that the 
33748 \series bold
33749
33750 \backslash
33751 newcommand
33752 \series default
33753  command is typed correctly, otherwise you get a faulty macro leading to
33754  \SpecialChar LaTeX
33755  errors.
33756 \end_layout
33757
33758 \begin_layout Standard
33759 Math macros currently have the problem that further formulas in macro definition
33760 s are handled wrongly.
33761  Therefore the example 
33762 \series bold
33763
33764 \backslash
33765 fb
33766 \series default
33767  from 
33768 \begin_inset CommandInset ref
33769 LatexCommand ref
33770 reference "subsec:The-Command-newcommand"
33771
33772 \end_inset
33773
33774  cannot be created as macro.
33775 \end_layout
33776
33777 \begin_layout Standard
33778 When the cursor is in a macro definition box, you will see the macro toolbar
33779  in \SpecialChar LyX
33780 :
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \begin_inset VSpace defskip
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \begin_layout Standard
33791 \begin_inset Graphics
33792         filename clipart/MacroToolbar.png
33793
33794 \end_inset
33795
33796
33797 \begin_inset Index idx
33798 status collapsed
33799
33800 \begin_layout Plain Layout
33801 Macros ! Toolbar
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 \begin_inset VSpace defskip
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \begin_layout Standard
33817 The macro toolbar contains from left to right the following buttons:
33818 \end_layout
33819
33820 \begin_layout Standard
33821 \begin_inset VSpace defskip
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Standard
33828 \begin_inset Tabular
33829 <lyxtabular version="3" rows="9" columns="2">
33830 <features islongtable="true" longtabularalignment="center">
33831 <column alignment="left" valignment="top">
33832 <column alignment="left" valignment="top" width="85col%">
33833 <row interlinespace="2.5mm">
33834 <cell alignment="center" valignment="top" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 \begin_inset Info
33839 type  "icon"
33840 arg   "math-macro-remove-param"
33841 \end_inset
33842
33843
33844 \end_layout
33845
33846 \end_inset
33847 </cell>
33848 <cell alignment="center" valignment="top" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852
33853 \family sans
33854 Edit\SpecialChar menuseparator
33855 Math\SpecialChar menuseparator
33856 Macro
33857 \begin_inset space ~
33858 \end_inset
33859
33860 Definition\SpecialChar menuseparator
33861 Remove Last Argument
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 </row>
33867 <row interlinespace="2.5mm">
33868 <cell alignment="center" valignment="top" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 \begin_inset Info
33873 type  "icon"
33874 arg   "math-macro-add-param"
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \end_inset
33881 </cell>
33882 <cell alignment="center" valignment="top" usebox="none">
33883 \begin_inset Text
33884
33885 \begin_layout Plain Layout
33886
33887 \family sans
33888 Edit\SpecialChar menuseparator
33889 Math\SpecialChar menuseparator
33890 Macro
33891 \begin_inset space ~
33892 \end_inset
33893
33894 Definition\SpecialChar menuseparator
33895 Append Argument
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 </row>
33901 <row interlinespace="2.5mm">
33902 <cell alignment="center" valignment="top" usebox="none">
33903 \begin_inset Text
33904
33905 \begin_layout Plain Layout
33906 \begin_inset Info
33907 type  "icon"
33908 arg   "math-macro-make-optional"
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 <cell alignment="center" valignment="top" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920
33921 \family sans
33922 Edit\SpecialChar menuseparator
33923 Math\SpecialChar menuseparator
33924 Macro
33925 \begin_inset space ~
33926 \end_inset
33927
33928 Definition\SpecialChar menuseparator
33929 Transform First Non-Optional to
33930 \begin_inset Newline newline
33931 \end_inset
33932
33933
33934 \begin_inset Phantom HPhantom
33935 status open
33936
33937 \begin_layout Plain Layout
33938
33939 \family sans
33940 Edit\SpecialChar menuseparator
33941 Math\SpecialChar menuseparator
33942 Macro
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Definition\SpecialChar menuseparator
33947
33948 \end_layout
33949
33950 \end_inset
33951
33952 Optional Argument
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 </row>
33958 <row interlinespace="2.5mm">
33959 <cell alignment="center" valignment="top" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963 \begin_inset Info
33964 type  "icon"
33965 arg   "math-macro-make-nonoptional"
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \end_inset
33972 </cell>
33973 <cell alignment="center" valignment="top" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977
33978 \family sans
33979 Edit\SpecialChar menuseparator
33980 Math\SpecialChar menuseparator
33981 Macro
33982 \begin_inset space ~
33983 \end_inset
33984
33985 Definition\SpecialChar menuseparator
33986 Transform Last Optional to
33987 \begin_inset Newline newline
33988 \end_inset
33989
33990
33991 \begin_inset Phantom HPhantom
33992 status open
33993
33994 \begin_layout Plain Layout
33995
33996 \family sans
33997 Edit\SpecialChar menuseparator
33998 Math\SpecialChar menuseparator
33999 Macro
34000 \begin_inset space ~
34001 \end_inset
34002
34003 Definition\SpecialChar menuseparator
34004
34005 \end_layout
34006
34007 \end_inset
34008
34009 Non-Optional Argument
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 </row>
34015 <row interlinespace="2.5mm">
34016 <cell alignment="center" valignment="top" usebox="none">
34017 \begin_inset Text
34018
34019 \begin_layout Plain Layout
34020 \begin_inset Info
34021 type  "icon"
34022 arg   "math-macro-remove-optional-param"
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \end_inset
34029 </cell>
34030 <cell alignment="center" valignment="top" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034
34035 \family sans
34036 Edit\SpecialChar menuseparator
34037 Math\SpecialChar menuseparator
34038 Macro
34039 \begin_inset space ~
34040 \end_inset
34041
34042 Definition\SpecialChar menuseparator
34043 Remove Optional Argument
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 </row>
34049 <row interlinespace="2.5mm">
34050 <cell alignment="center" valignment="top" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054 \begin_inset Info
34055 type  "icon"
34056 arg   "math-macro-add-optional-param"
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068
34069 \family sans
34070 Edit\SpecialChar menuseparator
34071 Math\SpecialChar menuseparator
34072 Macro
34073 \begin_inset space ~
34074 \end_inset
34075
34076 Definition\SpecialChar menuseparator
34077 Insert Optional Argument
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 </row>
34083 <row interlinespace="2.5mm">
34084 <cell alignment="center" valignment="top" usebox="none">
34085 \begin_inset Text
34086
34087 \begin_layout Plain Layout
34088 \begin_inset Info
34089 type  "icon"
34090 arg   "math-macro-remove-greedy-param"
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 <cell alignment="center" valignment="top" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102
34103 \family sans
34104 Edit\SpecialChar menuseparator
34105 Math\SpecialChar menuseparator
34106 Macro
34107 \begin_inset space ~
34108 \end_inset
34109
34110 Definition\SpecialChar menuseparator
34111 Remove Last Argument
34112 \begin_inset Newline newline
34113 \end_inset
34114
34115
34116 \begin_inset Phantom HPhantom
34117 status open
34118
34119 \begin_layout Plain Layout
34120
34121 \family sans
34122 Edit\SpecialChar menuseparator
34123 Math\SpecialChar menuseparator
34124 Macro
34125 \begin_inset space ~
34126 \end_inset
34127
34128 Definition\SpecialChar menuseparator
34129
34130 \end_layout
34131
34132 \end_inset
34133
34134 Spitting Out To The Right
34135 \end_layout
34136
34137 \end_inset
34138 </cell>
34139 </row>
34140 <row interlinespace="2.5mm">
34141 <cell alignment="center" valignment="top" usebox="none">
34142 \begin_inset Text
34143
34144 \begin_layout Plain Layout
34145 \begin_inset Info
34146 type  "icon"
34147 arg   "math-macro-append-greedy-param"
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \end_inset
34154 </cell>
34155 <cell alignment="center" valignment="top" usebox="none">
34156 \begin_inset Text
34157
34158 \begin_layout Plain Layout
34159
34160 \family sans
34161 Edit\SpecialChar menuseparator
34162 Math\SpecialChar menuseparator
34163 Macro
34164 \begin_inset space ~
34165 \end_inset
34166
34167 Definition\SpecialChar menuseparator
34168 Append Argument
34169 \begin_inset Newline newline
34170 \end_inset
34171
34172
34173 \begin_inset Phantom HPhantom
34174 status open
34175
34176 \begin_layout Plain Layout
34177
34178 \family sans
34179 Edit\SpecialChar menuseparator
34180 Math\SpecialChar menuseparator
34181 Macro
34182 \begin_inset space ~
34183 \end_inset
34184
34185 Definition\SpecialChar menuseparator
34186
34187 \end_layout
34188
34189 \end_inset
34190
34191 Eating From The Right
34192 \end_layout
34193
34194 \end_inset
34195 </cell>
34196 </row>
34197 <row interlinespace="2.5mm">
34198 <cell alignment="center" valignment="top" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202 \begin_inset Info
34203 type  "icon"
34204 arg   "math-macro-add-greedy-optional-param"
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \end_inset
34211 </cell>
34212 <cell alignment="center" valignment="top" usebox="none">
34213 \begin_inset Text
34214
34215 \begin_layout Plain Layout
34216
34217 \family sans
34218 Edit\SpecialChar menuseparator
34219 Math\SpecialChar menuseparator
34220 Macro
34221 \begin_inset space ~
34222 \end_inset
34223
34224 Definition\SpecialChar menuseparator
34225 Append Optional Argument
34226 \begin_inset Newline newline
34227 \end_inset
34228
34229
34230 \begin_inset Phantom HPhantom
34231 status open
34232
34233 \begin_layout Plain Layout
34234
34235 \family sans
34236 Edit\SpecialChar menuseparator
34237 Math\SpecialChar menuseparator
34238 Macro
34239 \begin_inset space ~
34240 \end_inset
34241
34242 Definition\SpecialChar menuseparator
34243
34244 \end_layout
34245
34246 \end_inset
34247
34248 Eating From The Right
34249 \end_layout
34250
34251 \end_inset
34252 </cell>
34253 </row>
34254 </lyxtabular>
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Section
34262 Computer Algebra Systems
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \SpecialChar LyX
34267  offers the exchange between mathematical expressions written in \SpecialChar LyX
34268 's math
34269  editor and external applications or user defined scripts.
34270  Currently supported applications are 
34271 \family sans
34272 Maple
34273 \family default
34274
34275 \family sans
34276 Mathematica
34277 \family default
34278
34279 \family sans
34280 Maxima
34281 \family default
34282  and 
34283 \family sans
34284 Octave
34285 \family default
34286 .
34287  Note that the set of supported mathematical constructs is limited only
34288  to very simple cases.
34289 \end_layout
34290
34291 \begin_layout Subsection
34292 Usage
34293 \end_layout
34294
34295 \begin_layout Standard
34296 Write some expression in a formula, go to the 
34297 \family sans
34298 Edit\SpecialChar menuseparator
34299 Math\SpecialChar menuseparator
34300 Use Computer Algebra System
34301 \family default
34302  menu and choose the application you have installed on the computer.
34303  After that the result of computation should show on the right side of the
34304  expression together with the 
34305 \begin_inset Quotes eld
34306 \end_inset
34307
34308 =
34309 \begin_inset Quotes erd
34310 \end_inset
34311
34312  operator.
34313 \end_layout
34314
34315 \begin_layout Standard
34316 Here are few simple examples (with results from 
34317 \family typewriter
34318 Maxima
34319 \family default
34320 ) to show what kind of computations can be performed:
34321 \end_layout
34322
34323 \begin_layout Itemize
34324 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Itemize
34331 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \begin_layout Itemize
34338 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34339 \end_inset
34340
34341
34342 \end_layout
34343
34344 \begin_layout Itemize
34345 \begin_inset Formula $\det\left[\begin{array}{ccc}
34346 1 & 6 & 7\\
34347 2 & 5 & 8\\
34348 3 & 4 & 17
34349 \end{array}\right]=-56$
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Itemize
34356 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Subsection
34363 Keyboard shortcut
34364 \end_layout
34365
34366 \begin_layout Standard
34367 Currently there is no keyboard shortcut for calling the algebra applications.
34368  One can easily bind a shortcut to the 
34369 \family sans
34370 math-extern
34371 \family default
34372  \SpecialChar LyX
34373  function (see the 
34374 \family sans
34375 \emph on
34376 \SpecialChar LyX
34377  Functions
34378 \family default
34379 \emph default
34380  manual).
34381  One could e.
34382 \begin_inset space \thinspace{}
34383 \end_inset
34384
34385 g.
34386 \begin_inset space \space{}
34387 \end_inset
34388
34389 bind the 
34390 \family sans
34391 Return
34392 \family default
34393  key inside the math editor.
34394  To bind it to 
34395 \family typewriter
34396 Maxima
34397 \family default
34398  one would use this shortcut definition command:
34399 \end_layout
34400
34401 \begin_layout Standard
34402
34403 \series bold
34404 command-alternatives paragraph-break;math-extern maxima
34405 \end_layout
34406
34407 \begin_layout Section
34408 Miscellaneous
34409 \begin_inset Index idx
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413 Miscellaneous
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Subsection
34422 Negative Numbers
34423 \begin_inset Index idx
34424 status collapsed
34425
34426 \begin_layout Plain Layout
34427 Numbers ! negative
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \begin_layout Standard
34436 Negative numbers often look ugly in formulas because the minus sign before
34437  the number is set with the same length as the minus operator sign.
34438  When writing the negative number in normal text, the minus sign appears
34439  correctly.
34440 \end_layout
34441
34442 \begin_layout Standard
34443 Thus, the problem disappears when converting the minus sign to mathematical
34444  text.
34445 \end_layout
34446
34447 \begin_layout Standard
34448 An example to visualize the problem:
34449 \begin_inset Separator parbreak
34450 \end_inset
34451
34452
34453 \end_layout
34454
34455 \begin_layout Standard
34456 \align center
34457 \begin_inset Tabular
34458 <lyxtabular version="3" rows="3" columns="2">
34459 <features booktabs="true" tabularvalignment="middle">
34460 <column alignment="right" valignment="top" width="0pt">
34461 <column alignment="left" valignment="top">
34462 <row>
34463 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34464 \begin_inset Text
34465
34466 \begin_layout Plain Layout
34467 normal text:
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476 x = -2
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 </row>
34482 <row>
34483 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34484 \begin_inset Text
34485
34486 \begin_layout Plain Layout
34487 formula:
34488 \end_layout
34489
34490 \end_inset
34491 </cell>
34492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496 \begin_inset Formula $x=-2$
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 </row>
34505 <row>
34506 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34507 \begin_inset Text
34508
34509 \begin_layout Plain Layout
34510 solution:
34511 \end_layout
34512
34513 \end_inset
34514 </cell>
34515 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 \begin_inset Formula $x=\textrm{-}2$
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \end_inset
34526 </cell>
34527 </row>
34528 </lyxtabular>
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Subsection
34536 Comma as decimal Separator
34537 \begin_inset Index idx
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 Comma
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Standard
34550 In \SpecialChar LaTeX
34551  a comma inside a formula is used, according to the English convention,
34552  as number group separator.
34553  So there will be space added behind all commas in formulas.
34554 \end_layout
34555
34556 \begin_layout Standard
34557 To avoid this, the comma is highlighted and changed to mathematical text
34558  (shortcut 
34559 \begin_inset Info
34560 type  "shortcut"
34561 arg   "math-mode"
34562 \end_inset
34563
34564 ).
34565 \end_layout
34566
34567 \begin_layout Standard
34568 To use all formula commas in the document as decimal separator, the file
34569  
34570 \series bold
34571 icomma.sty
34572 \series default
34573
34574 \begin_inset Foot
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578
34579 \series bold
34580 icomma
34581 \series default
34582  is part of the \SpecialChar LaTeX
34583 -package 
34584 \series bold
34585 was
34586 \series default
34587
34588 \begin_inset Index idx
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592 Packages ! was
34593 \begin_inset ERT
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597
34598
34599 \backslash
34600 vspace{4mm}
34601 \end_layout
34602
34603 \end_inset
34604
34605
34606 \end_layout
34607
34608 \end_inset
34609
34610 .
34611 \end_layout
34612
34613 \end_inset
34614
34615
34616 \begin_inset Index idx
34617 status collapsed
34618
34619 \begin_layout Plain Layout
34620 Packages ! icomma
34621 \end_layout
34622
34623 \end_inset
34624
34625  is loaded with the \SpecialChar LaTeX
34626 -preamble line
34627 \end_layout
34628
34629 \begin_layout Standard
34630
34631 \series bold
34632
34633 \backslash
34634 usepackage{icomma}
34635 \end_layout
34636
34637 \begin_layout Subsection
34638 Physical Vectors
34639 \begin_inset CommandInset label
34640 LatexCommand label
34641 name "subsec:Physical-Vectors"
34642
34643 \end_inset
34644
34645
34646 \begin_inset Index idx
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 Vectors ! physical
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Predefined vectors are offered by the \SpecialChar LaTeX
34660 -package 
34661 \series bold
34662 braket
34663 \series default
34664
34665 \begin_inset Index idx
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 Packages ! braket
34670 \end_layout
34671
34672 \end_inset
34673
34674  that is loaded with the \SpecialChar LaTeX
34675 -preamble line
34676 \end_layout
34677
34678 \begin_layout Standard
34679
34680 \series bold
34681
34682 \backslash
34683 usepackage{braket}
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 ifbraket 
34695 \end_layout
34696
34697 \end_inset
34698
34699
34700 \begin_inset Note Note
34701 status open
34702
34703 \begin_layout Plain Layout
34704 The following table will only be displayed when the \SpecialChar LaTeX
34705 -package 
34706 \series bold
34707 braket
34708 \series default
34709  is installed.
34710 \end_layout
34711
34712 \end_inset
34713
34714
34715 \end_layout
34716
34717 \begin_layout Standard
34718 The following commands are defined:
34719 \begin_inset Separator parbreak
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \begin_layout Standard
34726 \align center
34727 \begin_inset Tabular
34728 <lyxtabular version="3" rows="4" columns="2">
34729 <features booktabs="true" tabularvalignment="middle">
34730 <column alignment="center" valignment="top" width="0pt">
34731 <column alignment="center" valignment="top">
34732 <row>
34733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737 Command
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746 Result
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 <row>
34753 <cell alignment="center" valignment="top" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757
34758 \backslash
34759 Bra{
34760 \backslash
34761 psi
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770 \begin_inset Formula $\Bra{\psi}$
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 <row>
34780 <cell alignment="center" valignment="top" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784
34785 \backslash
34786 Ket{
34787 \backslash
34788 psi
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 <cell alignment="center" valignment="top" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797 \begin_inset Formula $\Ket{\psi}$
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 </row>
34806 <row>
34807 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811
34812 \backslash
34813 Braket{
34814 \backslash
34815 psi|
34816 \backslash
34817 phi
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34823 \begin_inset Text
34824
34825 \begin_layout Plain Layout
34826 \begin_inset Formula $\Braket{\psi|\phi}$
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 </row>
34835 </lyxtabular>
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 The command 
34844 \series bold
34845
34846 \backslash
34847 Braket
34848 \series default
34849  assures that all vertical bars are set in the size of the surrounding brackets:
34850 \begin_inset Formula 
34851 \[
34852 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34853 \]
34854
34855 \end_inset
34856
34857
34858 \begin_inset ERT
34859 status collapsed
34860
34861 \begin_layout Plain Layout
34862
34863
34864 \backslash
34865 else 
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \begin_inset Note Note
34872 status open
34873
34874 \begin_layout Plain Layout
34875 The following will be displayed when the \SpecialChar LaTeX
34876 -package 
34877 \series bold
34878 braket
34879 \series default
34880  is not installed:
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Standard
34889 You need to install the \SpecialChar LaTeX
34890 -package 
34891 \series bold
34892 braket
34893 \series default
34894  to see the rest of this subsection in the output.
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \begin_inset ERT
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902
34903
34904 \backslash
34905 fi 
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \begin_layout Standard
34914 The effect of 
34915 \series bold
34916
34917 \backslash
34918 Braket
34919 \series default
34920  can also be achieved using the command 
34921 \series bold
34922
34923 \backslash
34924 middle
34925 \series default
34926 , that is described in 
34927 \begin_inset CommandInset ref
34928 LatexCommand ref
34929 reference "subsec:Automatic-Bracket-Size"
34930
34931 \end_inset
34932
34933 .
34934 \end_layout
34935
34936 \begin_layout Subsection
34937 Self-defined Fractions
34938 \begin_inset CommandInset label
34939 LatexCommand label
34940 name "subsec:Self-defined-Fractions"
34941
34942 \end_inset
34943
34944
34945 \begin_inset Index idx
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949 Fractions ! self-defined
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958 To define custom commands for fractions, the command 
34959 \series bold
34960
34961 \backslash
34962 genfrac
34963 \series default
34964
34965 \begin_inset Index idx
34966 status collapsed
34967
34968 \begin_layout Plain Layout
34969 Commands ! G ! 
34970 \backslash
34971 genfrac
34972 \begin_inset ERT
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976
34977
34978 \backslash
34979 vspace{4mm}
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \end_inset
34988
34989  is used in the following scheme:
34990 \end_layout
34991
34992 \begin_layout Standard
34993
34994 \series bold
34995
34996 \backslash
34997 genfrac{left
34998 \series default
34999  
35000 \series bold
35001 bracket}{right
35002 \series default
35003  
35004 \series bold
35005 bracket}{fraction bar thickness}{style}
35006 \begin_inset Newline newline
35007 \end_inset
35008
35009
35010 \begin_inset Phantom HPhantom
35011 status open
35012
35013 \begin_layout Plain Layout
35014
35015 \series bold
35016
35017 \backslash
35018 genfrac
35019 \end_layout
35020
35021 \end_inset
35022
35023 {numerator}{denominator}
35024 \end_layout
35025
35026 \begin_layout Standard
35027 The style is a number in the range of 0
35028 \begin_inset space \thinspace{}
35029 \end_inset
35030
35031 -
35032 \begin_inset space \thinspace{}
35033 \end_inset
35034
35035 3.
35036 \begin_inset Separator parbreak
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \align center
35044 \begin_inset Tabular
35045 <lyxtabular version="3" rows="5" columns="2">
35046 <features booktabs="true" tabularvalignment="middle">
35047 <column alignment="center" valignment="top" width="0pt">
35048 <column alignment="center" valignment="top">
35049 <row>
35050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054 Number
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35060 \begin_inset Text
35061
35062 \begin_layout Plain Layout
35063 Style (Size)
35064 \end_layout
35065
35066 \end_inset
35067 </cell>
35068 </row>
35069 <row>
35070 <cell alignment="center" valignment="top" usebox="none">
35071 \begin_inset Text
35072
35073 \begin_layout Plain Layout
35074 0
35075 \end_layout
35076
35077 \end_inset
35078 </cell>
35079 <cell alignment="center" valignment="top" usebox="none">
35080 \begin_inset Text
35081
35082 \begin_layout Plain Layout
35083 display style formula
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 </row>
35089 <row>
35090 <cell alignment="center" valignment="top" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094 1
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 <cell alignment="center" valignment="top" usebox="none">
35100 \begin_inset Text
35101
35102 \begin_layout Plain Layout
35103 inline formula
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 </row>
35109 <row>
35110 <cell alignment="center" valignment="top" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 2
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 <cell alignment="center" valignment="top" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123 small
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 </row>
35129 <row>
35130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134 3
35135 \end_layout
35136
35137 \end_inset
35138 </cell>
35139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Plain Layout
35143 tiny
35144 \end_layout
35145
35146 \end_inset
35147 </cell>
35148 </row>
35149 </lyxtabular>
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Standard
35157 When no style is given, the size is adjusted to the surrounding environment
35158  like for the command 
35159 \series bold
35160
35161 \backslash
35162 frac
35163 \series default
35164 .
35165 \end_layout
35166
35167 \begin_layout Standard
35168 When no fraction bar thickness is given, the predefined value of 0.4
35169 \begin_inset space \thinspace{}
35170 \end_inset
35171
35172 pt will be used.
35173 \end_layout
35174
35175 \begin_layout Standard
35176 \begin_inset VSpace medskip
35177 \end_inset
35178
35179 For example, the commands 
35180 \series bold
35181
35182 \backslash
35183 dfrac
35184 \series default
35185  and 
35186 \series bold
35187
35188 \backslash
35189 tbinom
35190 \series default
35191  from 
35192 \begin_inset CommandInset ref
35193 LatexCommand ref
35194 reference "subsec:Fractions"
35195
35196 \end_inset
35197
35198  are defined with the commands
35199 \end_layout
35200
35201 \begin_layout Standard
35202
35203 \series bold
35204
35205 \backslash
35206 newcommand{
35207 \backslash
35208 dfrac}[2]{
35209 \backslash
35210 genfrac{}{}{}{0}{#1}{#2}}
35211 \end_layout
35212
35213 \begin_layout Standard
35214 and
35215 \end_layout
35216
35217 \begin_layout Standard
35218
35219 \series bold
35220
35221 \backslash
35222 newcommand{
35223 \backslash
35224 tbinom}[2]{
35225 \backslash
35226 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35227 \end_layout
35228
35229 \begin_layout Standard
35230 \begin_inset VSpace medskip
35231 \end_inset
35232
35233 To define a fraction where the fraction bar thickness can be given as optional
35234  argument, the following line is inserted to the \SpecialChar LaTeX
35235 -preamble:
35236 \end_layout
35237
35238 \begin_layout Standard
35239
35240 \series bold
35241
35242 \backslash
35243 newcommand{
35244 \backslash
35245 fracS}[3][]{
35246 \backslash
35247 genfrac{}{}{#1}{}{#2}{#3}}
35248 \end_layout
35249
35250 \begin_layout Standard
35251 A test:
35252 \begin_inset Formula 
35253 \begin{align*}
35254 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35255 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35256 \end{align*}
35257
35258 \end_inset
35259
35260 As one can see, the distance of the numerator and the denominator to the
35261  fraction bar is round about three times the bar thickness.
35262 \end_layout
35263
35264 \begin_layout Subsection
35265 Canceled Formulas
35266 \begin_inset Index idx
35267 status collapsed
35268
35269 \begin_layout Plain Layout
35270 Formula ! canceled
35271 \end_layout
35272
35273 \end_inset
35274
35275
35276 \end_layout
35277
35278 \begin_layout Standard
35279 There are four ways to cancel formulas or parts of formulas:
35280 \end_layout
35281
35282 \begin_layout Standard
35283 \begin_inset ERT
35284 status collapsed
35285
35286 \begin_layout Plain Layout
35287
35288
35289 \backslash
35290 ifcancel 
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \begin_inset Note Note
35297 status open
35298
35299 \begin_layout Plain Layout
35300 The following table will only be displayed when the \SpecialChar LaTeX
35301 -package 
35302 \series bold
35303 cancel
35304 \series default
35305  is installed.
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \begin_inset Separator parbreak
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \begin_layout Standard
35318 \align center
35319 \begin_inset Tabular
35320 <lyxtabular version="3" rows="5" columns="2">
35321 <features booktabs="true" tabularvalignment="middle">
35322 <column alignment="center" valignment="top" width="0pt">
35323 <column alignment="center" valignment="top">
35324 <row>
35325 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 Command
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35335 \begin_inset Text
35336
35337 \begin_layout Plain Layout
35338 Result
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 </row>
35344 <row>
35345 <cell alignment="center" valignment="top" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349
35350 \backslash
35351 cancel
35352 \begin_inset space \textvisiblespace{}
35353 \end_inset
35354
35355
35356 \backslash
35357 int
35358 \begin_inset space \textvisiblespace{}
35359 \end_inset
35360
35361 A=B
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 <cell alignment="center" valignment="top" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 \begin_inset Formula $\cancel{\int A=B}$
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \end_inset
35377 </cell>
35378 </row>
35379 <row topspace="1.5mm">
35380 <cell alignment="center" valignment="top" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384
35385 \backslash
35386 bcancel
35387 \begin_inset space \textvisiblespace{}
35388 \end_inset
35389
35390
35391 \backslash
35392 int
35393 \begin_inset space \textvisiblespace{}
35394 \end_inset
35395
35396 A=B
35397 \end_layout
35398
35399 \end_inset
35400 </cell>
35401 <cell alignment="center" valignment="top" usebox="none">
35402 \begin_inset Text
35403
35404 \begin_layout Plain Layout
35405 \begin_inset Formula $\bcancel{\int A=B}$
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 </row>
35414 <row topspace="1.5mm">
35415 <cell alignment="center" valignment="top" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419
35420 \backslash
35421 xcancel
35422 \begin_inset space \textvisiblespace{}
35423 \end_inset
35424
35425
35426 \backslash
35427 int
35428 \begin_inset space \textvisiblespace{}
35429 \end_inset
35430
35431 A=B
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 <cell alignment="center" valignment="top" usebox="none">
35437 \begin_inset Text
35438
35439 \begin_layout Plain Layout
35440 \begin_inset Formula $\xcancel{\int A=B}$
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \end_inset
35447 </cell>
35448 </row>
35449 <row>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454
35455 \backslash
35456 cancelto
35457 \begin_inset space \textvisiblespace{}
35458 \end_inset
35459
35460
35461 \backslash
35462 int
35463 \begin_inset space \textvisiblespace{}
35464 \end_inset
35465
35466 A=B
35467 \begin_inset Formula $\to$
35468 \end_inset
35469
35470 1
35471 \end_layout
35472
35473 \end_inset
35474 </cell>
35475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35476 \begin_inset Text
35477
35478 \begin_layout Plain Layout
35479 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 </row>
35488 </lyxtabular>
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Standard
35496
35497 \series bold
35498
35499 \backslash
35500 cancelto
35501 \series default
35502  is especially suitable to visualize the reduction of fractions within formulas:
35503 \begin_inset Formula 
35504 \[
35505 \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}}}
35506 \]
35507
35508 \end_inset
35509
35510
35511 \end_layout
35512
35513 \begin_layout Standard
35514 To change the size of 
35515 \series bold
35516
35517 \backslash
35518 cancelto
35519 \series default
35520 's 
35521 \begin_inset Quotes eld
35522 \end_inset
35523
35524 subscript
35525 \begin_inset Quotes erd
35526 \end_inset
35527
35528  value one can add the \SpecialChar LaTeX
35529 -preamble line
35530 \end_layout
35531
35532 \begin_layout Standard
35533
35534 \series bold
35535
35536 \backslash
35537 PassOptionsToPackage{option}{cancel}
35538 \end_layout
35539
35540 \begin_layout Standard
35541 where 
35542 \series bold
35543 option
35544 \series default
35545  is either 
35546 \series bold
35547 samesize
35548 \series default
35549  which leads to the same size as for the canceled value, or 
35550 \series bold
35551 Smaller
35552 \series default
35553  which makes is it a bit smaller than normal.
35554 \end_layout
35555
35556 \begin_layout Standard
35557 To color the cancellation bar one adds this command as \SpecialChar TeX
35558  code:
35559 \end_layout
35560
35561 \begin_layout Standard
35562
35563 \series bold
35564
35565 \backslash
35566 renewcommand{
35567 \backslash
35568 CancelColor}{
35569 \backslash
35570 color{red}}
35571 \end_layout
35572
35573 \begin_layout Standard
35574
35575 \series bold
35576 red
35577 \series default
35578  can be replaced by a color of your choice.
35579 \end_layout
35580
35581 \begin_layout Standard
35582 \begin_inset ERT
35583 status collapsed
35584
35585 \begin_layout Plain Layout
35586
35587
35588 \backslash
35589 renewcommand{
35590 \backslash
35591 CancelColor}{
35592 \backslash
35593 color{red}}
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Standard
35602 \begin_inset Formula 
35603 \[
35604 \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}}}
35605 \]
35606
35607 \end_inset
35608
35609
35610 \end_layout
35611
35612 \begin_layout Standard
35613 \begin_inset ERT
35614 status collapsed
35615
35616 \begin_layout Plain Layout
35617
35618
35619 \backslash
35620 renewcommand{
35621 \backslash
35622 CancelColor}{
35623 \backslash
35624 color{black}}
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \begin_inset Note Note
35631 status open
35632
35633 \begin_layout Plain Layout
35634 reset the color
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643 For further customizations, see the documentation of the package 
35644 \series bold
35645 cancel
35646 \series default
35647
35648 \begin_inset CommandInset citation
35649 LatexCommand cite
35650 key "cancel"
35651
35652 \end_inset
35653
35654 .
35655 \begin_inset Index idx
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659 Packages ! cancel
35660 \end_layout
35661
35662 \end_inset
35663
35664
35665 \end_layout
35666
35667 \begin_layout Standard
35668 \begin_inset ERT
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672
35673
35674 \backslash
35675 else 
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \begin_inset Note Note
35682 status open
35683
35684 \begin_layout Plain Layout
35685 The following will be displayed when the \SpecialChar LaTeX
35686 -package 
35687 \series bold
35688 cancel
35689 \series default
35690  is not installed:
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \begin_layout Standard
35699 You need to install the \SpecialChar LaTeX
35700 -package 
35701 \series bold
35702 cancel
35703 \series default
35704  to see the rest of this subsection in the output.
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 fi 
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \begin_layout Subsection
35724 Formulas in Section Headings
35725 \begin_inset CommandInset label
35726 LatexCommand label
35727 name "subsec:Formulas-in-Section"
35728
35729 \end_inset
35730
35731
35732 \begin_inset Index idx
35733 status collapsed
35734
35735 \begin_layout Plain Layout
35736 Formula ! in section headings
35737 \end_layout
35738
35739 \end_inset
35740
35741
35742 \end_layout
35743
35744 \begin_layout Standard
35745 When formulas are used in section headings, the following has to be taken
35746  into account:
35747 \end_layout
35748
35749 \begin_layout Standard
35750 \begin_inset Note Greyedout
35751 status open
35752
35753 \begin_layout Plain Layout
35754 When 
35755 \series bold
35756 hyperref
35757 \series default
35758
35759 \begin_inset Index idx
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763 Packages ! hyperref
35764 \end_layout
35765
35766 \end_inset
35767
35768  support is enabled in the document settings dialog under 
35769 \family sans
35770 PDF
35771 \begin_inset space ~
35772 \end_inset
35773
35774 Properties
35775 \family default
35776 , PDF-bookmarks are created for every section heading in the table of contents.
35777  If a section heading contains formulas, they are incorrectly displayed
35778  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35779 s.
35780 \end_layout
35781
35782 \end_inset
35783
35784
35785 \end_layout
35786
35787 \begin_layout Standard
35788 Both problems can be solved by inserting at the end of the section heading
35789  a short title with the menu 
35790 \family sans
35791 Insert\SpecialChar menuseparator
35792 Short
35793 \begin_inset space ~
35794 \end_inset
35795
35796 Title
35797 \family default
35798 .
35799  Short titles are used as alternative for multiline section headings to
35800  keep the table of contents clearly arranged.
35801  Only the short title appears in the table of contents and therefore also
35802  in the PDF-bookmark.
35803 \end_layout
35804
35805 \begin_layout Standard
35806 When formulas should be used in the table of contents but 
35807 \series bold
35808 hyperref
35809 \series default
35810  is used, one can use the following command in \SpecialChar TeX
35811  mode:
35812 \end_layout
35813
35814 \begin_layout Standard
35815
35816 \series bold
35817
35818 \backslash
35819 texorpdfstring{part}{alternative}
35820 \begin_inset Index idx
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824 Commands ! T ! 
35825 \backslash
35826 texorpdfstring
35827 \end_layout
35828
35829 \end_inset
35830
35831
35832 \end_layout
35833
35834 \begin_layout Standard
35835 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35836  This can be characters, formulas, footnotes, but also cross-references.
35837  The alternative is used instead of the part for the bookmark.
35838 \end_layout
35839
35840 \begin_layout Standard
35841 Here are two example headings:
35842 \begin_inset VSpace -3mm
35843 \end_inset
35844
35845
35846 \begin_inset ERT
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850
35851
35852 \backslash
35853 boldmath 
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Subsubsection
35862 Heading without formula in table of contents 
35863 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35864 \end_inset
35865
35866
35867 \begin_inset Argument 1
35868 status collapsed
35869
35870 \begin_layout Plain Layout
35871 Heading without formula in table of contents
35872 \end_layout
35873
35874 \end_inset
35875
35876
35877 \end_layout
35878
35879 \begin_layout Subsubsection
35880 Heading with formula in table of contents
35881 \begin_inset ERT
35882 status collapsed
35883
35884 \begin_layout Plain Layout
35885
35886
35887 \backslash
35888 texorpdfstring{
35889 \end_layout
35890
35891 \end_inset
35892
35893  
35894 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35895 \end_inset
35896
35897
35898 \begin_inset ERT
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902
35903 }{}
35904 \end_layout
35905
35906 \end_inset
35907
35908
35909 \end_layout
35910
35911 \begin_layout Standard
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917
35918 \backslash
35919 unboldmath 
35920 \end_layout
35921
35922 \end_inset
35923
35924 In the first heading a short title was used, in the second one 
35925 \series bold
35926
35927 \backslash
35928 texorpdfstring
35929 \series default
35930 .
35931 \end_layout
35932
35933 \begin_layout Standard
35934 To get the same formatting as for the other headings, the complete heading
35935  was set into a 
35936 \series bold
35937 boldmath
35938 \series default
35939  environment
35940 \begin_inset Foot
35941 status collapsed
35942
35943 \begin_layout Plain Layout
35944 see 
35945 \begin_inset CommandInset ref
35946 LatexCommand ref
35947 reference "subsec:Bold-Formulas"
35948
35949 \end_inset
35950
35951
35952 \end_layout
35953
35954 \end_inset
35955
35956 .
35957 \end_layout
35958
35959 \begin_layout Subsection
35960 Formulas in multi-column Text
35961 \begin_inset Index idx
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965 Formula ! in multi-column text
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \begin_layout Standard
35974 Formulas in multi-column text are often too wide to fit into a column and
35975  thus need to be set over the whole page width.
35976  This is done by using the \SpecialChar LaTeX
35977 -package 
35978 \series bold
35979 multicol
35980 \series default
35981
35982 \begin_inset Foot
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986
35987 \series bold
35988 multicol
35989 \series default
35990  is part of every \SpecialChar LaTeX
35991  standard installation.
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \begin_inset Index idx
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001 Packages ! multicol
36002 \end_layout
36003
36004 \end_inset
36005
36006 , that is loaded with the \SpecialChar LaTeX
36007 -preamble line
36008 \end_layout
36009
36010 \begin_layout Standard
36011
36012 \series bold
36013
36014 \backslash
36015 usepackage{multicol}
36016 \end_layout
36017
36018 \begin_layout Standard
36019 \begin_inset Note Greyedout
36020 status open
36021
36022 \begin_layout Plain Layout
36023 Note that in this case the setting 
36024 \family sans
36025 Two-column
36026 \begin_inset space ~
36027 \end_inset
36028
36029 document
36030 \family default
36031  in the menu 
36032 \family sans
36033 Document\SpecialChar menuseparator
36034 Settings
36035 \family default
36036  under 
36037 \family sans
36038 Text
36039 \begin_inset space ~
36040 \end_inset
36041
36042 Layout
36043 \family default
36044 \emph on
36045  
36046 \emph default
36047 must 
36048 \emph on
36049 not
36050 \emph default
36051  be selected.
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Standard
36060 Before the multi-column text the command
36061 \end_layout
36062
36063 \begin_layout Standard
36064
36065 \series bold
36066
36067 \backslash
36068 begin{multicols}{column number}
36069 \end_layout
36070
36071 \begin_layout Standard
36072 is written in \SpecialChar TeX
36073  mode.
36074  The column number is a number in the range of 2
36075 \begin_inset space \thinspace{}
36076 \end_inset
36077
36078 -
36079 \begin_inset space \thinspace{}
36080 \end_inset
36081
36082 10.
36083  Before the formula the multi-column text is ended by inserting the command
36084 \end_layout
36085
36086 \begin_layout Standard
36087
36088 \series bold
36089
36090 \backslash
36091 end{multicols}
36092 \end_layout
36093
36094 \begin_layout Standard
36095 in \SpecialChar TeX
36096  mode.
36097 \end_layout
36098
36099 \begin_layout Standard
36100 Due to the command some space is automatically added before the formula.
36101  To revert this, -6
36102 \begin_inset space \thinspace{}
36103 \end_inset
36104
36105 mm vertical space is inserted before the formula.
36106  When the formula style 
36107 \series bold
36108 Indented
36109 \begin_inset Foot
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113 formula styles see 
36114 \begin_inset CommandInset ref
36115 LatexCommand ref
36116 reference "sec:Formula-Styles"
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \series default
36127  is used, -9
36128 \begin_inset space \thinspace{}
36129 \end_inset
36130
36131 mm space is inserted instead.
36132 \end_layout
36133
36134 \begin_layout Standard
36135 As example a multi-column text with a displayed formula:
36136 \end_layout
36137
36138 \begin_layout Standard
36139
36140 \lang ngerman
36141 \begin_inset ERT
36142 status collapsed
36143
36144 \begin_layout Plain Layout
36145
36146
36147 \backslash
36148 begin{multicols}{2}
36149 \end_layout
36150
36151 \end_inset
36152
36153 Das Spektrum wird fouriertransformiert.
36154  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36155 , Lösungsmittel) zu trennen.
36156  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36157  nun das Aussehen des Ausgangssignals.
36158  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36159  über alle Phasen integrieren muss.
36160  Sei nun 
36161 \begin_inset Formula $S$
36162 \end_inset
36163
36164  unser normiertes Ausgangssignal und 
36165 \begin_inset Formula $P$
36166 \end_inset
36167
36168  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36169 \begin_inset ERT
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173
36174
36175 \backslash
36176 end{multicols}
36177 \end_layout
36178
36179 \end_inset
36180
36181
36182 \begin_inset VSpace -6mm
36183 \end_inset
36184
36185
36186 \begin_inset Formula 
36187 \begin{equation}
36188 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36189 \end{equation}
36190
36191 \end_inset
36192
36193
36194 \begin_inset ERT
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198
36199
36200 \backslash
36201 begin{multicols}{2}
36202 \end_layout
36203
36204 \end_inset
36205
36206 wobei 
36207 \begin_inset Formula $S_{0}$
36208 \end_inset
36209
36210  das Signal ohne Gradient ist und die Normierungsbedingung 
36211 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36212 \end_inset
36213
36214  gilt.
36215  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36216  Direkt nach dem 
36217 \begin_inset Formula $\nicefrac{\pi}{2}$
36218 \end_inset
36219
36220
36221 \begin_inset space \thinspace{}
36222 \end_inset
36223
36224 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36225  das Signal zusätzlich abschwächt.
36226  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36227  
36228 \begin_inset Formula $T_{2}$
36229 \end_inset
36230
36231 -Zeit.
36232 \end_layout
36233
36234 \begin_layout Standard
36235
36236 \lang ngerman
36237 \begin_inset ERT
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241
36242
36243 \backslash
36244 end{multicols}
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \begin_layout Subsection
36253 Formulas with Description of Variables
36254 \begin_inset Index idx
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258 Formula ! with description of variables
36259 \end_layout
36260
36261 \end_inset
36262
36263
36264 \end_layout
36265
36266 \begin_layout Standard
36267 To describe variables within a formula, like in formula 
36268 \begin_inset CommandInset ref
36269 LatexCommand eqref
36270 reference "eq:within"
36271
36272 \end_inset
36273
36274 , a 2
36275 \series bold
36276 ×
36277 \series default
36278
36279 \begin_inset Formula $n$
36280 \end_inset
36281
36282
36283 \begin_inset space ~
36284 \end_inset
36285
36286 matrix is used with left aligned columns for the 
36287 \begin_inset Formula $n$
36288 \end_inset
36289
36290  used variables.
36291 \begin_inset Foot
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295 matrices see 
36296 \begin_inset CommandInset ref
36297 LatexCommand ref
36298 reference "sec:Matrices"
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \end_inset
36306
36307  To set the description in a smaller size, before the matrix e.
36308 \begin_inset space \thinspace{}
36309 \end_inset
36310
36311 g.
36312 \begin_inset space \space{}
36313 \end_inset
36314
36315 the command 
36316 \series bold
36317
36318 \backslash
36319 footnotesize
36320 \series default
36321  is inserted.
36322 \begin_inset Foot
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326 font sizes see 
36327 \begin_inset CommandInset ref
36328 LatexCommand ref
36329 reference "subsec:Font-Sizes"
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \end_inset
36337
36338
36339 \end_layout
36340
36341 \begin_layout Standard
36342 When the formula style 
36343 \series bold
36344 Indented
36345 \begin_inset Foot
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349 formula styles see 
36350 \begin_inset CommandInset ref
36351 LatexCommand ref
36352 reference "sec:Formula-Styles"
36353
36354 \end_inset
36355
36356
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \series default
36363  is used, a 
36364 \series bold
36365
36366 \backslash
36367 hfill
36368 \series default
36369
36370 \begin_inset Foot
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374
36375 \series bold
36376
36377 \backslash
36378 hfill
36379 \series default
36380  only works in formulas with the style 
36381 \series bold
36382 Indented
36383 \series default
36384 , see 
36385 \begin_inset CommandInset ref
36386 LatexCommand ref
36387 reference "subsec:Variable-Space"
36388
36389 \end_inset
36390
36391 .
36392 \end_layout
36393
36394 \end_inset
36395
36396  is inserted before and after the matrix to have the same separation of
36397  the matrix from the equation and the side margin.
36398 \end_layout
36399
36400 \begin_layout Standard
36401 When the formula style 
36402 \series bold
36403 Centered
36404 \series default
36405  is used, the method described in 
36406 \begin_inset CommandInset ref
36407 LatexCommand ref
36408 reference "subsec:Flalign-Environment"
36409
36410 \end_inset
36411
36412  is used to indent formulas.
36413  Formula 
36414 \begin_inset CommandInset ref
36415 LatexCommand eqref
36416 reference "eq:within"
36417
36418 \end_inset
36419
36420  consists of five columns where in the first two columns contain the equation,
36421  the third the matrix and the last one an empty \SpecialChar TeX
36422  brace.
36423 \begin_inset Formula 
36424 \begin{flalign}
36425 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36426 \rho & \textrm{density}\\
36427 V & \textrm{volume}\\
36428 g & \textrm{gravitational acceleration}
36429 \end{array} &  & {}\label{eq:within}
36430 \end{flalign}
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Subsection
36438 Upright small Greek Letters
36439 \begin_inset CommandInset label
36440 LatexCommand label
36441 name "subsec:Upright-small-Greek"
36442
36443 \end_inset
36444
36445
36446 \begin_inset Index idx
36447 status collapsed
36448
36449 \begin_layout Plain Layout
36450 Greek letters ! upright
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \begin_layout Standard
36459 Most of the math fonts only provide italic small Greek letters.
36460  But for symbols of elementary particles like pions and neutrinos, upright
36461  Greek letters are needed.
36462  The file 
36463 \series bold
36464 upgreek.sty
36465 \series default
36466
36467 \begin_inset Foot
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471
36472 \series bold
36473 upgreek
36474 \series default
36475  is part of the \SpecialChar LaTeX
36476 -package 
36477 \series bold
36478 was
36479 \series default
36480
36481 \begin_inset Index idx
36482 status collapsed
36483
36484 \begin_layout Plain Layout
36485 Packages ! was
36486 \begin_inset ERT
36487 status collapsed
36488
36489 \begin_layout Plain Layout
36490
36491
36492 \backslash
36493 vspace{4mm}
36494 \end_layout
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \end_inset
36502
36503 .
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \begin_inset Index idx
36510 status collapsed
36511
36512 \begin_layout Plain Layout
36513 Packages ! upgreek
36514 \end_layout
36515
36516 \end_inset
36517
36518  that is loaded with the \SpecialChar LaTeX
36519 -preamble line
36520 \end_layout
36521
36522 \begin_layout Standard
36523
36524 \series bold
36525
36526 \backslash
36527 usepackage{upgreek}
36528 \end_layout
36529
36530 \begin_layout Standard
36531 provides them.
36532  
36533 \begin_inset ERT
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537
36538
36539 \backslash
36540 ifupgreek 
36541 \end_layout
36542
36543 \end_inset
36544
36545
36546 \begin_inset Note Note
36547 status open
36548
36549 \begin_layout Plain Layout
36550 The following table will only be displayed when the \SpecialChar LaTeX
36551 -package 
36552 \series bold
36553 upgreek
36554 \series default
36555  is installed:
36556 \end_layout
36557
36558 \end_inset
36559
36560  They are created when the command for a small Greek letter is started with
36561  
36562 \series bold
36563 up
36564 \series default
36565 .
36566  For example the command 
36567 \series bold
36568
36569 \backslash
36570 uptau
36571 \series default
36572  creates this: 
36573 \begin_inset Formula $\uptau$
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \begin_layout Standard
36580 With these commands reactions of elementary particles can be typeset:
36581 \begin_inset Formula 
36582 \[
36583 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36584 \]
36585
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 The upright letters are more bold and wider than the italic ones.
36593  They should therefore not be used for units like 
36594 \begin_inset Quotes eld
36595 \end_inset
36596
36597 µm
36598 \begin_inset Quotes erd
36599 \end_inset
36600
36601 .
36602 \end_layout
36603
36604 \begin_layout Standard
36605 \begin_inset ERT
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609
36610
36611 \backslash
36612 else 
36613 \end_layout
36614
36615 \end_inset
36616
36617
36618 \begin_inset Note Note
36619 status open
36620
36621 \begin_layout Plain Layout
36622 The following will be displayed when the \SpecialChar LaTeX
36623 -package 
36624 \series bold
36625 upgreek
36626 \series default
36627  is not installed:
36628 \end_layout
36629
36630 \end_inset
36631
36632
36633 \end_layout
36634
36635 \begin_layout Standard
36636 You need to install the \SpecialChar LaTeX
36637 -package 
36638 \series bold
36639 upgreek
36640 \series default
36641  to see the rest of this subsection in the output.
36642 \end_layout
36643
36644 \begin_layout Standard
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650
36651 \backslash
36652 fi 
36653 \end_layout
36654
36655 \end_inset
36656
36657
36658 \end_layout
36659
36660 \begin_layout Subsection
36661 Text Characters in Formulas
36662 \begin_inset Index idx
36663 status collapsed
36664
36665 \begin_layout Plain Layout
36666 Text ! in formulas
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \end_layout
36673
36674 \begin_layout Standard
36675 In some cases you might want to insert text characters directly into formulas.
36676  When for example the centered dot · is often used in formulas like 
36677 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36678 \end_inset
36679
36680 , one would have to insert the command 
36681 \series bold
36682
36683 \backslash
36684 cdot
36685 \series default
36686
36687 \begin_inset Foot
36688 status collapsed
36689
36690 \begin_layout Plain Layout
36691 see 
36692 \begin_inset CommandInset ref
36693 LatexCommand ref
36694 reference "subsec:Binary-Operators"
36695
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \end_inset
36702
36703  all the time, because this character is defined in all encodings as text
36704  character.
36705  But the encoding can be changed by this \SpecialChar LaTeX
36706 -preamble line:
36707 \end_layout
36708
36709 \begin_layout Standard
36710
36711 \series bold
36712
36713 \backslash
36714 Declare Inputtext{183}{
36715 \backslash
36716 ifmmode
36717 \backslash
36718 cdot
36719 \backslash
36720 else
36721 \backslash
36722 textperiodcentered
36723 \backslash
36724 f\SpecialChar ligaturebreak
36725 i}
36726 \end_layout
36727
36728 \begin_layout Standard
36729 The character encoding (menu 
36730 \family sans
36731 Document\SpecialChar menuseparator
36732 Settings\SpecialChar menuseparator
36733 Language
36734 \family default
36735 ) specifies what character appears when a keyboard key is pressed.
36736  When the key for the character '·' is pressed, internally the command 
36737 \series bold
36738
36739 \backslash
36740 textperiodcentered
36741 \series default
36742  is used.
36743  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36744 -errors.
36745  With the changed encoding the right command is chosen automatically, depending
36746  on if the character was inserted into a formula or not.
36747 \end_layout
36748
36749 \begin_layout Standard
36750 The encoding of several characters is saved in definition files.
36751  For example the encoding 
36752 \series bold
36753 latin9
36754 \series default
36755  is defined in the file 
36756 \series bold
36757 latin9.def
36758 \series default
36759  which is in the installation folder of \SpecialChar LaTeX
36760 .
36761  Encodings should only be changed via the \SpecialChar LaTeX
36762 -preamble and not in the definition
36763  files.
36764  Otherwise documents could not be edited by other \SpecialChar LyX
36765  users working on other
36766  computers.
36767 \end_layout
36768
36769 \begin_layout Standard
36770 \begin_inset VSpace medskip
36771 \end_inset
36772
36773 Besides the centered dot, in this document the degree sign ° is defined
36774  with the following \SpecialChar LaTeX
36775 -preamble line so that it can be directly inserted into
36776  a formula:
36777 \end_layout
36778
36779 \begin_layout Standard
36780
36781 \series bold
36782
36783 \backslash
36784 DeclareInputtext{176}{
36785 \backslash
36786 ifmmode^
36787 \backslash
36788 circ
36789 \backslash
36790 else
36791 \backslash
36792 textdegree
36793 \backslash
36794 f\SpecialChar ligaturebreak
36795 i}
36796 \end_layout
36797
36798 \begin_layout Subsection
36799 \SpecialChar LaTeX
36800 -comments in formulas
36801 \begin_inset Index idx
36802 status collapsed
36803
36804 \begin_layout Plain Layout
36805 \SpecialChar LaTeX
36806 -comments
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Standard
36815 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36816  source
36817  code of your file with the menu 
36818 \family sans
36819 Insert\SpecialChar menuseparator
36820 Note\SpecialChar menuseparator
36821 Comment
36822 \family default
36823 .
36824  This is not possible in a formula but you can insert \SpecialChar LaTeX
36825 -comments with the
36826  command
36827 \end_layout
36828
36829 \begin_layout Standard
36830
36831 \series bold
36832
36833 \backslash
36834 %
36835 \end_layout
36836
36837 \begin_layout Standard
36838 This creates a box in which you can write your comment.
36839  Due to a bug in \SpecialChar LyX
36840
36841 \begin_inset Foot
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845 \begin_inset CommandInset href
36846 LatexCommand href
36847 name "LyX-bug #9002"
36848 target "http://www.lyx.org/trac/ticket/9002"
36849
36850 \end_inset
36851
36852
36853 \end_layout
36854
36855 \end_inset
36856
36857  you cannot write normal text inside the comment, even when you use mathematical
36858  text, you will see its \SpecialChar LaTeX
36859 -commands in the \SpecialChar LaTeX
36860 -output.
36861 \begin_inset Newline newline
36862 \end_inset
36863
36864 This a formula with a \SpecialChar LaTeX
36865 -comment:
36866 \begin_inset Formula 
36867 \[
36868 A=B%\text{This is the comment}
36869 \]
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \begin_layout Standard
36877 \begin_inset Newpage newpage
36878 \end_inset
36879
36880
36881 \end_layout
36882
36883 \begin_layout Section
36884 \start_of_appendix
36885 Typographic Advice
36886 \begin_inset Index idx
36887 status collapsed
36888
36889 \begin_layout Plain Layout
36890 Typographic advice
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Standard
36899 This section is a summary of the most important typographic rules, listed
36900  in ISO norms.
36901 \begin_inset Foot
36902 status collapsed
36903
36904 \begin_layout Plain Layout
36905 This collection was partly taken from the German semi-official dictionary
36906  called 
36907 \begin_inset Quotes eld
36908 \end_inset
36909
36910 Duden
36911 \begin_inset Quotes erd
36912 \end_inset
36913
36914  
36915 \begin_inset CommandInset citation
36916 LatexCommand cite
36917 key "Duden"
36918
36919 \end_inset
36920
36921  that lists some of the ISO rules.
36922  More rules are listed in 
36923 \begin_inset CommandInset citation
36924 LatexCommand cite
36925 key "Checklist"
36926
36927 \end_inset
36928
36929 .
36930 \end_layout
36931
36932 \end_inset
36933
36934
36935 \end_layout
36936
36937 \begin_layout Itemize
36938 Physical units are 
36939 \emph on
36940 always
36941 \emph default
36942  set upright
36943 \begin_inset Foot
36944 status collapsed
36945
36946 \begin_layout Plain Layout
36947 done with font styles, see 
36948 \begin_inset CommandInset ref
36949 LatexCommand ref
36950 reference "subsec:Font-Styles"
36951
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \end_inset
36958
36959 , no matter if they appear in italic text: 30
36960 \begin_inset space \thinspace{}
36961 \end_inset
36962
36963 km/h
36964 \begin_inset Newline newline
36965 \end_inset
36966
36967 Between the value and the unit is the smallest space, see 
36968 \begin_inset CommandInset ref
36969 LatexCommand ref
36970 reference "subsec:Predefined-Space"
36971
36972 \end_inset
36973
36974 .
36975 \begin_inset Newline newline
36976 \end_inset
36977
36978 This convention is automatically fulfilled when the command 
36979 \series bold
36980
36981 \backslash
36982 unittwo
36983 \series default
36984  is used.
36985  When it is entered to a formula, two boxes appear.
36986  In the first one the value is inserted, in the second one the unit, and
36987  one gets as above: 
36988 \begin_inset Formula $\unit[30]{km/h}$
36989 \end_inset
36990
36991
36992 \begin_inset space \thinspace{}
36993 \end_inset
36994
36995 .
36996  Note that 
36997 \series bold
36998
36999 \backslash
37000 unittwo
37001 \series default
37002  is not a real \SpecialChar LaTeX
37003  command but the command 
37004 \series bold
37005
37006 \backslash
37007 unit[value]{unit}
37008 \series default
37009 , therefore you cannot use it in \SpecialChar TeX
37010  code.
37011 \end_layout
37012
37013 \begin_layout Itemize
37014 Percent and perthousand signs are set like physical units:
37015 \begin_inset Newline newline
37016 \end_inset
37017
37018 1.2
37019 \begin_inset space \thinspace{}
37020 \end_inset
37021
37022 ‰ alcohol in blood
37023 \end_layout
37024
37025 \begin_layout Itemize
37026 The degree sign follows directly on the value: 15°, but not when it is used
37027  in units: 15
37028 \begin_inset space \thinspace{}
37029 \end_inset
37030
37031 °C
37032 \end_layout
37033
37034 \begin_layout Itemize
37035 In numbers with more than four digits the smallest space is inserted before
37036  every third digit to group them: 
37037 \family roman
37038 \series medium
37039 \shape up
37040 \size normal
37041 \emph off
37042 \bar no
37043 \noun off
37044 \color none
37045 18
37046 \begin_inset space \thinspace{}
37047 \end_inset
37048
37049 473
37050 \begin_inset space \thinspace{}
37051 \end_inset
37052
37053 588
37054 \end_layout
37055
37056 \begin_layout Itemize
37057 For dimensions like 120×90×40
37058 \begin_inset space \thinspace{}
37059 \end_inset
37060
37061 cm the multiplication sign 
37062 \begin_inset Quotes eld
37063 \end_inset
37064
37065 ×
37066 \begin_inset Quotes erd
37067 \end_inset
37068
37069  is used.
37070  It is available either via the command 
37071 \series bold
37072
37073 \backslash
37074 times
37075 \series default
37076  or via the menu 
37077 \family sans
37078 Insert\SpecialChar menuseparator
37079 Special Character\SpecialChar menuseparator
37080 Symbols
37081 \family default
37082 .
37083 \end_layout
37084
37085 \begin_layout Itemize
37086 Functions with names consisting of several letters are set upright to avoid
37087  confusions, see 
37088 \begin_inset CommandInset ref
37089 LatexCommand ref
37090 reference "subsec:Predefined-Functions"
37091
37092 \end_inset
37093
37094 .
37095 \end_layout
37096
37097 \begin_layout Itemize
37098 Indices consisting of several letters, are set upright: 
37099 \begin_inset Formula $E_{\mathrm{kin}}$
37100 \end_inset
37101
37102
37103 \begin_inset Newline newline
37104 \end_inset
37105
37106 Components of matrices are set italic: 
37107 \begin_inset Formula $\hat{H}_{kl}$
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Itemize
37114 The differentiation/integration operator 'd', the Euler's number 'e' and
37115  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37116  other variables.
37117 \end_layout
37118
37119 \begin_layout Itemize
37120 The character that denotes a 
37121 \noun on
37122 Fourier
37123 \noun default
37124  transformation is inserted either by the command 
37125 \series bold
37126
37127 \backslash
37128 mathscr
37129 \begin_inset space \textvisiblespace{}
37130 \end_inset
37131
37132 F
37133 \series default
37134  or via the menu 
37135 \family sans
37136 Insert\SpecialChar menuseparator
37137 Special Character\SpecialChar menuseparator
37138 Symbols\SpecialChar menuseparator
37139 Letterlike
37140 \begin_inset space ~
37141 \end_inset
37142
37143 Symbols
37144 \family default
37145
37146 \begin_inset Formula $\mathscr{F}$
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \begin_layout Standard
37153 \begin_inset Newpage newpage
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \begin_layout Section
37160 Synonyms
37161 \begin_inset Index idx
37162 status collapsed
37163
37164 \begin_layout Plain Layout
37165 Synonyms
37166 \end_layout
37167
37168 \end_inset
37169
37170
37171 \end_layout
37172
37173 \begin_layout Standard
37174 Some characters and symbols can be created with several commands.
37175  Here is a list of the synonym commands:
37176 \end_layout
37177
37178 \begin_layout Standard
37179 \begin_inset VSpace bigskip
37180 \end_inset
37181
37182
37183 \begin_inset space \hfill{}
37184 \end_inset
37185
37186
37187 \begin_inset Tabular
37188 <lyxtabular version="3" rows="12" columns="2">
37189 <features booktabs="true" tabularvalignment="middle">
37190 <column alignment="center" valignment="top" width="0pt">
37191 <column alignment="center" valignment="top" width="0pt">
37192 <row>
37193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 Command
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206 equivalent to
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 </row>
37212 <row>
37213 <cell alignment="center" valignment="top" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217
37218 \backslash
37219 ast
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 <cell alignment="center" valignment="top" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 *
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 <row>
37235 <cell alignment="center" valignment="top" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239
37240 \backslash
37241 choose
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 <cell alignment="center" valignment="top" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250
37251 \backslash
37252 binom
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 </row>
37258 <row>
37259 <cell alignment="center" valignment="top" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263
37264 \backslash
37265 geq
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276 ge
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 </row>
37282 <row>
37283 <cell alignment="center" valignment="top" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287
37288 \backslash
37289 lbrace
37290 \end_layout
37291
37292 \end_inset
37293 </cell>
37294 <cell alignment="center" valignment="top" usebox="none">
37295 \begin_inset Text
37296
37297 \begin_layout Plain Layout
37298 {
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 </row>
37304 <row>
37305 <cell alignment="center" valignment="top" usebox="none">
37306 \begin_inset Text
37307
37308 \begin_layout Plain Layout
37309
37310 \backslash
37311 lbracket
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 <cell alignment="center" valignment="top" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320 [
37321 \end_layout
37322
37323 \end_inset
37324 </cell>
37325 </row>
37326 <row>
37327 <cell alignment="center" valignment="top" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331
37332 \backslash
37333 leftarrow
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342
37343 \backslash
37344 gets
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 </row>
37350 <row>
37351 <cell alignment="center" valignment="top" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355
37356 \backslash
37357 leq
37358 \end_layout
37359
37360 \end_inset
37361 </cell>
37362 <cell alignment="center" valignment="top" usebox="none">
37363 \begin_inset Text
37364
37365 \begin_layout Plain Layout
37366
37367 \backslash
37368 le
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 </row>
37374 <row>
37375 <cell alignment="center" valignment="top" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379
37380 \backslash
37381 lor
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 <cell alignment="center" valignment="top" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390
37391 \backslash
37392 vee
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 </row>
37398 <row>
37399 <cell alignment="center" valignment="top" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403
37404 \backslash
37405 neq
37406 \end_layout
37407
37408 \end_inset
37409 </cell>
37410 <cell alignment="center" valignment="top" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414
37415 \backslash
37416 not=
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 </row>
37422 <row>
37423 <cell alignment="center" valignment="top" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427
37428 \backslash
37429 slash
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 <cell alignment="center" valignment="top" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438 /
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 <row>
37445 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 vert
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 |
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 </lyxtabular>
37467
37468 \end_inset
37469
37470
37471 \begin_inset space \hfill{}
37472 \end_inset
37473
37474
37475 \begin_inset Tabular
37476 <lyxtabular version="3" rows="12" columns="2">
37477 <features booktabs="true" tabularvalignment="middle">
37478 <column alignment="center" valignment="top" width="0pt">
37479 <column alignment="center" valignment="top" width="0pt">
37480 <row>
37481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485 Command
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494 equivalent to
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 </row>
37500 <row>
37501 <cell alignment="center" valignment="top" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505
37506 \backslash
37507 backslash
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 <cell alignment="center" valignment="top" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516
37517 \backslash
37518
37519 \backslash
37520
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 </row>
37526 <row>
37527 <cell alignment="center" valignment="top" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531
37532 \backslash
37533 dasharrow
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 <cell alignment="center" valignment="top" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542
37543 \backslash
37544 dashrightarrow
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 </row>
37550 <row>
37551 <cell alignment="center" valignment="top" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555
37556 \backslash
37557 land
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566
37567 \backslash
37568 wedge
37569 \end_layout
37570
37571 \end_inset
37572 </cell>
37573 </row>
37574 <row>
37575 <cell alignment="center" valignment="top" usebox="none">
37576 \begin_inset Text
37577
37578 \begin_layout Plain Layout
37579
37580 \backslash
37581 rbrace
37582 \end_layout
37583
37584 \end_inset
37585 </cell>
37586 <cell alignment="center" valignment="top" usebox="none">
37587 \begin_inset Text
37588
37589 \begin_layout Plain Layout
37590 }
37591 \end_layout
37592
37593 \end_inset
37594 </cell>
37595 </row>
37596 <row>
37597 <cell alignment="center" valignment="top" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601
37602 \backslash
37603 rbracket
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 <cell alignment="center" valignment="top" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 ]
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 </row>
37618 <row>
37619 <cell alignment="center" valignment="top" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623
37624 \backslash
37625 rightarrow
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 <cell alignment="center" valignment="top" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634
37635 \backslash
37636 to
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 </row>
37642 <row>
37643 <cell alignment="center" valignment="top" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647
37648 \backslash
37649 lnot
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 <cell alignment="center" valignment="top" usebox="none">
37655 \begin_inset Text
37656
37657 \begin_layout Plain Layout
37658
37659 \backslash
37660 neg
37661 \end_layout
37662
37663 \end_inset
37664 </cell>
37665 </row>
37666 <row>
37667 <cell alignment="center" valignment="top" usebox="none">
37668 \begin_inset Text
37669
37670 \begin_layout Plain Layout
37671
37672 \backslash
37673 ne
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682
37683 \backslash
37684 not=
37685 \end_layout
37686
37687 \end_inset
37688 </cell>
37689 </row>
37690 <row>
37691 <cell alignment="center" valignment="top" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695
37696 \backslash
37697 owns
37698 \end_layout
37699
37700 \end_inset
37701 </cell>
37702 <cell alignment="center" valignment="top" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706
37707 \backslash
37708 ni
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719
37720 \backslash
37721 square
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 <cell alignment="center" valignment="top" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730
37731 \backslash
37732 Box
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 </row>
37738 <row>
37739 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743
37744 \backslash
37745 Vert
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754
37755 \backslash
37756 |
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 </row>
37762 </lyxtabular>
37763
37764 \end_inset
37765
37766
37767 \begin_inset space \hfill{}
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \begin_layout Standard
37774 \begin_inset Newpage newpage
37775 \end_inset
37776
37777
37778 \end_layout
37779
37780 \begin_layout Bibliography
37781 \begin_inset CommandInset bibitem
37782 LatexCommand bibitem
37783 key "TLC2"
37784
37785 \end_inset
37786
37787
37788 \shape smallcaps
37789 Mittelbach, F.
37790  ; Goossens, M.
37791 \shape default
37792
37793 \shape italic
37794 The \SpecialChar LaTeX
37795  Companion
37796 \shape default
37797 .
37798  Addison Wesley, 2004
37799 \end_layout
37800
37801 \begin_layout Bibliography
37802 \begin_inset CommandInset bibitem
37803 LatexCommand bibitem
37804 key "Mathmode"
37805
37806 \end_inset
37807
37808
37809 \begin_inset CommandInset href
37810 LatexCommand href
37811 name "Description"
37812 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37813
37814 \end_inset
37815
37816  of \SpecialChar LaTeX
37817 's math abilities
37818 \end_layout
37819
37820 \begin_layout Bibliography
37821 \begin_inset CommandInset bibitem
37822 LatexCommand bibitem
37823 key "AMS"
37824
37825 \end_inset
37826
37827
37828 \begin_inset CommandInset href
37829 LatexCommand href
37830 name "Description"
37831 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37832
37833 \end_inset
37834
37835  of 
37836 \begin_inset ERT
37837 status collapsed
37838
37839 \begin_layout Plain Layout
37840
37841
37842 \backslash
37843 AmS
37844 \end_layout
37845
37846 \end_inset
37847
37848 -\SpecialChar LaTeX
37849
37850 \end_layout
37851
37852 \begin_layout Bibliography
37853 \begin_inset CommandInset bibitem
37854 LatexCommand bibitem
37855 key "Symbols"
37856
37857 \end_inset
37858
37859
37860 \begin_inset CommandInset href
37861 LatexCommand href
37862 name "List"
37863 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37864
37865 \end_inset
37866
37867  of all symbols available with \SpecialChar LaTeX
37868 -packages
37869 \end_layout
37870
37871 \begin_layout Bibliography
37872 \begin_inset CommandInset bibitem
37873 LatexCommand bibitem
37874 key "cancel"
37875
37876 \end_inset
37877
37878
37879 \begin_inset CommandInset href
37880 LatexCommand href
37881 name "Documentation"
37882 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37883
37884 \end_inset
37885
37886  of the \SpecialChar LaTeX
37887 -package 
37888 \series bold
37889 cancel
37890 \series default
37891
37892 \begin_inset Index idx
37893 status collapsed
37894
37895 \begin_layout Plain Layout
37896 Packages ! cancel
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \end_layout
37903
37904 \begin_layout Bibliography
37905 \begin_inset CommandInset bibitem
37906 LatexCommand bibitem
37907 key "hyperref"
37908
37909 \end_inset
37910
37911
37912 \begin_inset CommandInset href
37913 LatexCommand href
37914 name "Documentation"
37915 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37916
37917 \end_inset
37918
37919  of the \SpecialChar LaTeX
37920 -package 
37921 \series bold
37922 hyperref
37923 \series default
37924
37925 \begin_inset Index idx
37926 status collapsed
37927
37928 \begin_layout Plain Layout
37929 Packages ! hyperref
37930 \end_layout
37931
37932 \end_inset
37933
37934
37935 \end_layout
37936
37937 \begin_layout Bibliography
37938 \begin_inset CommandInset bibitem
37939 LatexCommand bibitem
37940 key "mhchem"
37941
37942 \end_inset
37943
37944
37945 \begin_inset CommandInset href
37946 LatexCommand href
37947 name "Documentation"
37948 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37949
37950 \end_inset
37951
37952  of the \SpecialChar LaTeX
37953 -package 
37954 \series bold
37955 mhchem
37956 \series default
37957
37958 \begin_inset Index idx
37959 status collapsed
37960
37961 \begin_layout Plain Layout
37962 Packages ! mhchem
37963 \end_layout
37964
37965 \end_inset
37966
37967
37968 \end_layout
37969
37970 \begin_layout Bibliography
37971 \begin_inset CommandInset bibitem
37972 LatexCommand bibitem
37973 key "Duden"
37974
37975 \end_inset
37976
37977
37978 \emph on
37979 Duden Band 1
37980 \emph default
37981 .
37982  22.
37983  Auflage, Duden 2001
37984 \end_layout
37985
37986 \begin_layout Bibliography
37987 \begin_inset CommandInset bibitem
37988 LatexCommand bibitem
37989 key "Checklist"
37990
37991 \end_inset
37992
37993
37994 \begin_inset CommandInset href
37995 LatexCommand href
37996 name "Check list"
37997 target "http://physics.nist.gov/Document/checklist.pdf"
37998
37999 \end_inset
38000
38001  for reviewing manuscripts
38002 \end_layout
38003
38004 \begin_layout Standard
38005 \begin_inset CommandInset index_print
38006 LatexCommand printindex
38007 type "idx"
38008
38009 \end_inset
38010
38011
38012 \end_layout
38013
38014 \end_body
38015 \end_document