]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Improve documentation of LyX' "smart quotes" feature.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\def\tagform@#1{\maketag@@@{|#1|}}
91
92
93 % ------------------------------------
94 % used to check for needed LaTeX packages
95 \usepackage{ifthen}
96
97 % check for package undertilde
98 % used for the command \utilde
99 \newboolean{undertilde}
100 \IfFileExists{undertilde.sty}
101  {\usepackage{undertilde}
102   \setboolean{undertilde}{true}}
103  {\setboolean{undertilde}{false}}
104
105 % check for package eurosym
106 % used for the Euro symbol
107 \newboolean{eurosym}
108 \IfFileExists{eurosym.sty}
109  {\usepackage[gennarrow]{eurosym}
110   \setboolean{eurosym}{true}}
111  {\setboolean{eurosym}{false}}
112
113 % check for package braket
114 % used for physical vectors
115 \newboolean{braket}
116 \IfFileExists{braket.sty}
117  {\usepackage{braket}
118   \setboolean{braket}{true}}
119  {\setboolean{braket}{false}}
120
121 % check for package cancel
122 \newboolean{cancel}
123 \IfFileExists{cancel.sty}
124  {\usepackage{cancel}
125   \setboolean{cancel}{true}}
126  {\setboolean{cancel}{false}}
127
128 % check for package upgreek
129 \newboolean{upgreek}
130 \IfFileExists{upgreek.sty}
131  {\usepackage{upgreek}
132   \setboolean{upgreek}{true}}
133  {\setboolean{upgreek}{false}}
134 \end_preamble
135 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
136 \use_default_options false
137 \maintain_unincluded_children false
138 \language english
139 \language_package default
140 \inputencoding auto
141 \fontencoding global
142 \font_roman "lmodern" "default"
143 \font_sans "lmss" "default"
144 \font_typewriter "lmtt" "default"
145 \font_math "auto" "auto"
146 \font_default_family default
147 \use_non_tex_fonts false
148 \font_sc false
149 \font_osf false
150 \font_sf_scale 100 100
151 \font_tt_scale 100 100
152 \graphics default
153 \default_output_format pdf2
154 \output_sync 0
155 \bibtex_command default
156 \index_command default
157 \paperfontsize 12
158 \spacing single
159 \use_hyperref true
160 \pdf_title "LyX's Math Manual"
161 \pdf_author "LyX Team, Uwe Stöhr"
162 \pdf_subject "LyX-documentation about math"
163 \pdf_keywords "LyX, Mathed"
164 \pdf_bookmarks true
165 \pdf_bookmarksnumbered true
166 \pdf_bookmarksopen true
167 \pdf_bookmarksopenlevel 1
168 \pdf_breaklinks false
169 \pdf_pdfborder false
170 \pdf_colorlinks true
171 \pdf_backref false
172 \pdf_pdfusetitle false
173 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
174 \papersize a4paper
175 \use_geometry false
176 \use_package amsmath 2
177 \use_package amssymb 2
178 \use_package cancel 0
179 \use_package esint 1
180 \use_package mathdots 1
181 \use_package mathtools 2
182 \use_package mhchem 1
183 \use_package stackrel 0
184 \use_package stmaryrd 0
185 \use_package undertilde 0
186 \cite_engine basic
187 \cite_engine_type default
188 \biblio_style plain
189 \use_bibtopic false
190 \use_indices false
191 \paperorientation portrait
192 \suppress_date false
193 \justification true
194 \use_refstyle 0
195 \notefontcolor #0000ff
196 \index Index
197 \shortcut idx
198 \color #008000
199 \end_index
200 \secnumdepth 4
201 \tocdepth 3
202 \paragraph_separation skip
203 \defskip medskip
204 \quotes_language english
205 \papercolumns 1
206 \papersides 2
207 \paperpagestyle plain
208 \bullet 1 0 6 -1
209 \bullet 2 2 35 -1
210 \bullet 3 2 7 -1
211 \tracking_changes false
212 \output_changes false
213 \html_math_output 0
214 \html_css_as_file 0
215 \html_be_strict false
216 \end_header
217
218 \begin_body
219
220 \begin_layout Title
221 \SpecialChar LyX
222 's detailed Math manual
223 \end_layout
224
225 \begin_layout Author
226 by the \SpecialChar LyX
227  Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the \SpecialChar LyX
234  Documentatio
235 n mailing list: 
236 \family typewriter
237
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
242 type "mailto:"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 author: Uwe Stöhr
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \family sans
271 Version 2.2.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
289 -packages 
290 \series bold
291 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be exported anyway but the sections
299  where the packages are required will not appear in the output.
300  An exception is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains \SpecialChar LyX
335 's math features and is furthermore a collection
336  of \SpecialChar LaTeX
337 -commands used for mathematical characters and constructs.
338  The explanations are designed for the usage of commands.
339  It is therefore required that you have read the section 
340 \family typewriter
341 Mathematical
342 \begin_inset space ~
343 \end_inset
344
345 Formulas
346 \family default
347  of the User's Guide.
348 \end_layout
349
350 \begin_layout Standard
351 Most of the characters and many constructs explained in this manual are
352  also accessible via the menu 
353 \family sans
354 Insert
355 \series bold
356 \SpecialChar menuseparator
357
358 \series default
359 Math
360 \family default
361  or the 
362 \family sans
363 math
364 \family default
365 \series bold
366  
367 \family sans
368 \series default
369 toolbar
370 \family default
371 .
372  But everybody who has to write lots of formulas will notice that it is
373  much faster to use commands instead of the math toolbar.
374  Therefore this manual is focused on commands but also mentions the correspondin
375 g toolbar buttons when available.
376 \end_layout
377
378 \begin_layout Standard
379 If not specially mentioned the commands are only available within formulas.
380  To be able to use all commands explained in this document, the option 
381 \family sans
382 Use AMS math package
383 \family default
384  must be checked in the document settings (menu 
385 \family sans
386 Document\SpecialChar menuseparator
387 Settings\SpecialChar menuseparator
388 Math
389 \begin_inset space ~
390 \end_inset
391
392 Options
393 \family default
394 ).
395 \begin_inset Foot
396 status collapsed
397
398 \begin_layout Plain Layout
399 The option 
400 \family sans
401 Use AMS math package automatically
402 \family default
403  only uses 
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 AmS 
412 \end_layout
413
414 \end_inset
415
416 -math when math constructs are found that are supported by \SpecialChar LyX
417 .
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 This document doesn't list all 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -math commands
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 A list with all 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -math commands is in the file 
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
464
465 \end_inset
466
467
468 \family default
469 , which is part of every \SpecialChar LaTeX
470  standard installation.
471 \end_layout
472
473 \end_inset
474
475  for lucidity reasons.
476 \end_layout
477
478 \begin_layout Section
479 General Instructions
480 \end_layout
481
482 \begin_layout Standard
483 To create an inline formula
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! inline
489 \end_layout
490
491 \end_inset
492
493  that is embedded into a text line, use one of the shortcuts 
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-mode"
497 \end_inset
498
499  or the toolbar button 
500 \begin_inset Info
501 type  "icon"
502 arg   "math-mode"
503 \end_inset
504
505 .
506 \begin_inset Newline newline
507 \end_inset
508
509 To create a display style formula
510 \begin_inset Index idx
511 status collapsed
512
513 \begin_layout Plain Layout
514 Formula ! display style
515 \end_layout
516
517 \end_inset
518
519  which will appear bigger, has a different format, and will be in a separate
520  paragraph, use one of these shortcuts: 
521 \begin_inset Info
522 type  "shortcuts"
523 arg   "math-display"
524 \end_inset
525
526 .
527 \end_layout
528
529 \begin_layout Standard
530 To change a display style formula to an inline formula, set the cursor into
531  the formula and use one of the shortcuts 
532 \begin_inset Info
533 type  "shortcuts"
534 arg   "math-mode"
535 \end_inset
536
537  or the menu 
538 \family sans
539 Edit\SpecialChar menuseparator
540 Math\SpecialChar menuseparator
541 Change formula type
542 \family default
543 .
544  The same way is used to change an inline formula to a display style formula.
545 \end_layout
546
547 \begin_layout Standard
548 To display parts of an inline formula in the size of a display style formula,
549  enter the command 
550 \series bold
551
552 \backslash
553 displaystyle
554 \series default
555
556 \begin_inset Index idx
557 status collapsed
558
559 \begin_layout Plain Layout
560 Commands ! D ! 
561 \backslash
562 displaystyle
563 \end_layout
564
565 \end_inset
566
567  to a formula.
568  Then a new blue box appears in which the desired formula part is inserted.
569 \end_layout
570
571 \begin_layout Standard
572 Only inline formulas are allowed inside tables.
573 \end_layout
574
575 \begin_layout Standard
576 The 
577 \family sans
578 math toolbar
579 \family default
580  can be turned on in the menu 
581 \family sans
582 View\SpecialChar menuseparator
583 Toolbars
584 \family default
585 .
586  When you click there on 
587 \begin_inset Quotes eld
588 \end_inset
589
590 Math
591 \begin_inset Quotes erd
592 \end_inset
593
594  the toolbar will be shown permanently at the bottom; this state is visualized
595  in the 
596 \family sans
597 Toolbars
598 \family default
599  menu with a checkmark.
600  When you click in this state again on 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Math
605 \begin_inset Quotes erd
606 \end_inset
607
608  in the 
609 \family sans
610 Toolbars
611 \family default
612  menu, the 
613 \family sans
614 math toolbar
615 \family default
616  is only shown when the cursor is within a formula; this state is visualized
617  by the renaming of the menu entry from 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Math
622 \begin_inset Quotes erd
623 \end_inset
624
625  to 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Math
630 \begin_inset space ~
631 \end_inset
632
633 (auto)
634 \begin_inset Quotes erd
635 \end_inset
636
637 .
638 \end_layout
639
640 \begin_layout Standard
641 The \SpecialChar TeX
642  mode
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647 T@\SpecialChar TeX
648 -mode
649 \end_layout
650
651 \end_inset
652
653  is invoked by pressing the toolbar button 
654 \begin_inset Info
655 type  "icon"
656 arg   "ert-insert"
657 \end_inset
658
659  or by using the menu 
660 \family sans
661 Insert\SpecialChar menuseparator
662 TeX Code
663 \family default
664  (shortcut 
665 \begin_inset Info
666 type  "shortcut"
667 arg   "ert-insert"
668 \end_inset
669
670 ).
671 \end_layout
672
673 \begin_layout Standard
674 To change the \SpecialChar LaTeX
675 -preamble
676 \begin_inset Index idx
677 status collapsed
678
679 \begin_layout Plain Layout
680 L@\SpecialChar LaTeX
681 -preamble
682 \end_layout
683
684 \end_inset
685
686 , use the menu 
687 \family sans
688 Document\SpecialChar menuseparator
689 Settings\SpecialChar menuseparator
690 LaTeX
691 \family default
692  
693 \family sans
694 Preamble
695 \family default
696 .
697 \end_layout
698
699 \begin_layout Standard
700 To edit matrices, case differentiations and multiline formulas subsequently,
701  use the menus 
702 \family sans
703 Edit\SpecialChar menuseparator
704 Math
705 \family default
706  and 
707 \family sans
708 Edit\SpecialChar menuseparator
709 Rows
710 \begin_inset space \thinspace{}
711 \end_inset
712
713 &
714 \begin_inset space \thinspace{}
715 \end_inset
716
717 Columns,
718 \family default
719  or the 
720 \family sans
721 table toolbar
722 \family default
723 .
724  When lines and columns are swapped via the menu, the column or line where
725  the cursor is in is exchanged with the column to the right or the line
726  below, respectively.
727  Is the cursor in the last column or row, the exchange is done with the
728  column to the left or the line above.
729 \end_layout
730
731 \begin_layout Standard
732 To write text in formulas
733 \begin_inset Foot
734 status collapsed
735
736 \begin_layout Plain Layout
737 For multiline formulas the command 
738 \series bold
739
740 \backslash
741 intertext
742 \series default
743  is used, see 
744 \begin_inset CommandInset ref
745 LatexCommand ref
746 reference "subsec:Text-in-multiline"
747
748 \end_inset
749
750 .
751 \end_layout
752
753 \end_inset
754
755  
756 \emph on
757 mathematical text
758 \emph default
759
760 \begin_inset Index idx
761 status collapsed
762
763 \begin_layout Plain Layout
764 Text ! in formulas
765 \end_layout
766
767 \end_inset
768
769
770 \begin_inset Index idx
771 status collapsed
772
773 \begin_layout Plain Layout
774 Mathematical text
775 \end_layout
776
777 \end_inset
778
779  is used.
780  This mode is invoked with the shortcut 
781 \begin_inset Info
782 type  "shortcut"
783 arg   "font-default"
784 \end_inset
785
786  or by the insertion of the command 
787 \series bold
788
789 \backslash
790 text
791 \series default
792
793 \begin_inset Index idx
794 status collapsed
795
796 \begin_layout Plain Layout
797 Commands ! T ! 
798 \backslash
799 text
800 \end_layout
801
802 \end_inset
803
804 .
805  The text appears black in \SpecialChar LyX
806  and can therefore be distinguished from the
807  other formula parts which appear blue.
808  In the output mathematical text is set upright, in contrary to other formula
809  parts.
810 \end_layout
811
812 \begin_layout Subsection*
813 Command Scheme
814 \end_layout
815
816 \begin_layout Standard
817 Most of the \SpecialChar LaTeX
818 -commands for math constructs have the following scheme:
819 \end_layout
820
821 \begin_layout Standard
822
823 \series bold
824
825 \backslash
826 commandname[optional
827 \series default
828  
829 \series bold
830 argument]{required
831 \series default
832  
833 \series bold
834 argument}
835 \end_layout
836
837 \begin_layout Standard
838 A command always starts with a backslash 
839 \begin_inset Quotes gld
840 \end_inset
841
842
843 \series bold
844
845 \backslash
846
847 \series default
848
849 \begin_inset Quotes grd
850 \end_inset
851
852 .
853  To omit optional arguments, also omit the associated brackets.
854  The braces around the required arguments are named in this document as
855  \SpecialChar TeX
856  braces
857 \begin_inset Index idx
858 status collapsed
859
860 \begin_layout Plain Layout
861 T@\SpecialChar TeX
862 -braces
863 \end_layout
864
865 \end_inset
866
867 .
868  If you add in a formula a left brace to a command name, \SpecialChar LyX
869  automatically
870  creates a \SpecialChar TeX
871  brace.
872  In all other cases \SpecialChar TeX
873  braces are created in formulas with the command 
874 \series bold
875
876 \backslash
877 {
878 \series default
879 .
880  \SpecialChar TeX
881  braces appear red in \SpecialChar LyX
882 , in contrary to normal braces which appear blue.
883  In \SpecialChar TeX
884  mode no command is needed to get \SpecialChar TeX
885  braces.
886  \SpecialChar TeX
887  braces don't appear in the output.
888 \end_layout
889
890 \begin_layout Standard
891 When commands without arguments, like commands for symbols are entered in
892  \SpecialChar TeX
893  mode, a space character must 
894 \emph on
895 always
896 \emph default
897  be behind the command to end it.
898  This space doesn't appear in the output.
899  When the space should appear in the output, the space must be followed
900  by a protected space in normal text.
901 \end_layout
902
903 \begin_layout Standard
904 A protected space is inserted with 
905 \begin_inset Info
906 type  "shortcuts"
907 arg   "command-alternatives space-insert protected ; math-space"
908 \end_inset
909
910 .
911 \end_layout
912
913 \begin_layout Subsection*
914 \begin_inset Newpage newpage
915 \end_inset
916
917 Syntax Explanation
918 \end_layout
919
920 \begin_layout Itemize
921 The symbol 
922 \begin_inset space \textvisiblespace{}
923 \end_inset
924
925  denotes a space character to be input.
926 \end_layout
927
928 \begin_layout Itemize
929 An arrow like 
930 \begin_inset Formula $\to$
931 \end_inset
932
933  denotes the usage of the corresponding arrow key on the keyboard.
934  The 
935 \family sans
936 Tab
937 \family default
938  key can often be used instead of 
939 \begin_inset Formula $\to$
940 \end_inset
941
942  and 
943 \begin_inset Formula $\downarrow$
944 \end_inset
945
946 , and 
947 \family sans
948 Shift+Tab
949 \family default
950  instead of 
951 \begin_inset Formula $\leftarrow$
952 \end_inset
953
954  and 
955 \begin_inset Formula $\uparrow$
956 \end_inset
957
958 .
959 \end_layout
960
961 \begin_layout Subsection*
962 Available units
963 \end_layout
964
965 \begin_layout Standard
966 \align center
967 \begin_inset Float table
968 placement H
969 wide false
970 sideways false
971 status open
972
973 \begin_layout Plain Layout
974 \align center
975 \begin_inset Caption Standard
976
977 \begin_layout Plain Layout
978 \begin_inset CommandInset label
979 LatexCommand label
980 name "tab:Available-units"
981
982 \end_inset
983
984 Available units
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \begin_layout Plain Layout
993 \align center
994 \begin_inset Tabular
995 <lyxtabular version="3" rows="13" columns="2">
996 <features booktabs="true" tabularvalignment="middle">
997 <column alignment="center" valignment="top">
998 <column alignment="center" valignment="top" width="0pt">
999 <row>
1000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1001 \begin_inset Text
1002
1003 \begin_layout Plain Layout
1004 Unit
1005 \end_layout
1006
1007 \end_inset
1008 </cell>
1009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 Name / Description
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 </row>
1019 <row>
1020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1021 \begin_inset Text
1022
1023 \begin_layout Plain Layout
1024 mm
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 Millimeter
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 </row>
1039 <row>
1040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 cm
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Centimeter
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 </row>
1059 <row>
1060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 in
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 Inch (1
1074 \begin_inset space \thinspace{}
1075 \end_inset
1076
1077 in = 2,54
1078 \begin_inset space \thinspace{}
1079 \end_inset
1080
1081 cm)
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 </row>
1087 <row>
1088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1089 \begin_inset Text
1090
1091 \begin_layout Plain Layout
1092 pt
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 Point (72.27
1102 \begin_inset space \thinspace{}
1103 \end_inset
1104
1105 pt = 1
1106 \begin_inset space \thinspace{}
1107 \end_inset
1108
1109 in)
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 </row>
1115 <row>
1116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 pc
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 Pica (1
1130 \begin_inset space \thinspace{}
1131 \end_inset
1132
1133 pc = 12
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 pt)
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 </row>
1143 <row>
1144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 sp
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 scaled point (65536
1158 \begin_inset space \thinspace{}
1159 \end_inset
1160
1161 sp = 1
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 pt)
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 </row>
1171 <row>
1172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 bp
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 big point (72
1186 \begin_inset space \thinspace{}
1187 \end_inset
1188
1189 bp = 1
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 in)
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 </row>
1199 <row>
1200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 dd
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 Didot (1
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 dd 
1218 \begin_inset Formula $\approx$
1219 \end_inset
1220
1221  0.376
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 mm)
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 </row>
1231 <row>
1232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 cc
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 Cicero (1
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 cc = 12
1250 \begin_inset space \thinspace{}
1251 \end_inset
1252
1253 dd)
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 </row>
1259 <row>
1260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 ex
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 Height of letter 
1274 \emph on
1275
1276 \begin_inset Quotes eld
1277 \end_inset
1278
1279 x
1280 \emph default
1281
1282 \begin_inset Quotes erd
1283 \end_inset
1284
1285  in the current font
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 em
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 width of letter 
1306 \begin_inset Quotes eld
1307 \end_inset
1308
1309
1310 \emph on
1311 M
1312 \emph default
1313
1314 \begin_inset Quotes erd
1315 \end_inset
1316
1317  in the current font
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 <row>
1324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 mu
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 math unit (1
1338 \begin_inset space \thinspace{}
1339 \end_inset
1340
1341 mu = 
1342 \begin_inset Formula $\nicefrac{1}{18}$
1343 \end_inset
1344
1345
1346 \begin_inset space \thinspace{}
1347 \end_inset
1348
1349 em)
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 </row>
1355 </lyxtabular>
1356
1357 \end_inset
1358
1359
1360 \end_layout
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \begin_layout Standard
1368 \begin_inset Newpage newpage
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \begin_layout Section
1375 Basic Functions
1376 \end_layout
1377
1378 \begin_layout Subsection
1379 Exponents
1380 \begin_inset Index idx
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 Exponents
1385 \end_layout
1386
1387 \end_inset
1388
1389  and Indices
1390 \begin_inset Index idx
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 Indices
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 Superscripts|see
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 {
1411 \end_layout
1412
1413 \end_inset
1414
1415 Exponents
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 }
1422 \end_layout
1423
1424 \end_inset
1425
1426
1427 \end_layout
1428
1429 \end_inset
1430
1431
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Subscripts|see
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 {
1443 \end_layout
1444
1445 \end_inset
1446
1447 Indices
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 }
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \begin_layout Standard
1467 Indices are created with an underscore 
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 _
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475  or via the math toolbar button 
1476 \begin_inset Info
1477 type  "icon"
1478 arg   "math-subscript"
1479 \end_inset
1480
1481 , exponents with a caret 
1482 \begin_inset Quotes eld
1483 \end_inset
1484
1485 ^
1486 \begin_inset Quotes erd
1487 \end_inset
1488
1489  or via the math toolbar button 
1490 \begin_inset Info
1491 type  "icon"
1492 arg   "math-superscript"
1493 \end_inset
1494
1495 .
1496 \begin_inset Separator latexpar
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \begin_layout Standard
1503 \align center
1504 \begin_inset Tabular
1505 <lyxtabular version="3" rows="4" columns="2">
1506 <features booktabs="true" tabularvalignment="middle">
1507 <column alignment="center" valignment="top" width="0pt">
1508 <column alignment="center" valignment="top" width="0pt">
1509 <row>
1510 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1511 \begin_inset Text
1512
1513 \begin_layout Plain Layout
1514 Command
1515 \end_layout
1516
1517 \end_inset
1518 </cell>
1519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 Result
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 </row>
1529 <row>
1530 <cell alignment="center" valignment="top" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 B_V
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 <cell alignment="center" valignment="top" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 \begin_inset Formula $B_{V}$
1544 \end_inset
1545
1546
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 </row>
1552 <row topspace="1.5mm">
1553 <cell alignment="center" valignment="top" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 B^V
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 \begin_inset Formula $B^{V}$
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row topspace="1.5mm">
1576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 B^
1581 \begin_inset space \textvisiblespace{}
1582 \end_inset
1583
1584 A
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 \begin_inset Formula $B^{A}$
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 </row>
1602 </lyxtabular>
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \begin_layout Standard
1610 As the caret is in some languages an accent, vowels will be accentuated
1611  in this case and not set as exponents
1612 \begin_inset Foot
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616 Depending on the used keyboard settings this can also happen for characters
1617  other than vowels.
1618 \end_layout
1619
1620 \end_inset
1621
1622 .
1623  To get exponents in this case, press 
1624 \family sans
1625 Space
1626 \family default
1627  after the caret as in the last example.
1628 \end_layout
1629
1630 \begin_layout Subsection
1631 Fractions
1632 \begin_inset CommandInset label
1633 LatexCommand label
1634 name "subsec:Fractions"
1635
1636 \end_inset
1637
1638
1639 \begin_inset Index idx
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643 Fractions
1644 \end_layout
1645
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \begin_layout Standard
1652 Fractions are generated with the command 
1653 \series bold
1654
1655 \backslash
1656 frac
1657 \series default
1658
1659 \begin_inset Index idx
1660 status collapsed
1661
1662 \begin_layout Plain Layout
1663 Commands ! F ! 
1664 \backslash
1665 frac
1666 \end_layout
1667
1668 \end_inset
1669
1670  or via the math toolbar button 
1671 \begin_inset Info
1672 type  "icon"
1673 arg   "math-insert \\frac"
1674 \end_inset
1675
1676 .
1677  The font size is adjusted automatically, depending on whether the fraction
1678  is in an inline or display style formula.
1679  With the math toolbar button 
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac-square"
1683 \end_inset
1684
1685  you can select different fraction types.
1686 \end_layout
1687
1688 \begin_layout Standard
1689 With the command 
1690 \series bold
1691
1692 \backslash
1693 dfrac
1694 \series default
1695
1696 \begin_inset Index idx
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700 Commands ! D ! 
1701 \backslash
1702 dfrac
1703 \end_layout
1704
1705 \end_inset
1706
1707  a fraction can be created that always has the size of a display style formula.
1708  With 
1709 \series bold
1710
1711 \backslash
1712 tfrac
1713 \series default
1714
1715 \begin_inset Index idx
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 Commands ! T ! 
1720 \backslash
1721 tfrac
1722 \end_layout
1723
1724 \end_inset
1725
1726  the fraction appears always with the size of an inline formula.
1727  An example:
1728 \end_layout
1729
1730 \begin_layout Standard
1731 A line with the fraction 
1732 \begin_inset Formula $\frac{1}{2}$
1733 \end_inset
1734
1735  that was created with the command 
1736 \series bold
1737
1738 \backslash
1739 frac
1740 \series default
1741 .
1742 \end_layout
1743
1744 \begin_layout Standard
1745 A line with the fraction 
1746 \begin_inset Formula $\dfrac{1}{2}$
1747 \end_inset
1748
1749  that was created with the command 
1750 \series bold
1751
1752 \backslash
1753 dfrac
1754 \series default
1755 .
1756 \begin_inset Separator latexpar
1757 \end_inset
1758
1759
1760 \end_layout
1761
1762 \begin_layout Standard
1763 \align center
1764 \begin_inset Tabular
1765 <lyxtabular version="3" rows="4" columns="2">
1766 <features booktabs="true" tabularvalignment="middle">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <column alignment="center" valignment="top" width="0pt">
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774 Command
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Result
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 </row>
1789 <row topspace="1.5mm">
1790 <cell alignment="center" valignment="top" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \backslash
1796 frac
1797 \begin_inset space \textvisiblespace{}
1798 \end_inset
1799
1800 A
1801 \begin_inset Formula $\downarrow$
1802 \end_inset
1803
1804 B
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 \begin_inset Formula $\frac{A}{B}$
1814 \end_inset
1815
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 </row>
1822 <row topspace="2mm">
1823 <cell alignment="center" valignment="top" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \backslash
1829 dfrac
1830 \begin_inset space \textvisiblespace{}
1831 \end_inset
1832
1833 A
1834 \begin_inset Formula $\downarrow$
1835 \end_inset
1836
1837 B
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846 \begin_inset Formula $\dfrac{A}{B}$
1847 \end_inset
1848
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 </row>
1855 <row topspace="2mm" bottomspace="1mm">
1856 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \backslash
1862 dfrac
1863 \begin_inset space \textvisiblespace{}
1864 \end_inset
1865
1866 e^
1867 \backslash
1868 frac
1869 \begin_inset space \textvisiblespace{}
1870 \end_inset
1871
1872 1
1873 \begin_inset Formula $\downarrow$
1874 \end_inset
1875
1876 2
1877 \begin_inset Formula $\downarrow\downarrow$
1878 \end_inset
1879
1880 3
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 </lyxtabular>
1899
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \begin_layout Standard
1906 \begin_inset VSpace bigskip
1907 \end_inset
1908
1909
1910 \begin_inset Newpage newpage
1911 \end_inset
1912
1913 For nested fractions the command 
1914 \series bold
1915
1916 \backslash
1917 cfrac
1918 \series default
1919
1920 \begin_inset Index idx
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924 Commands ! C ! 
1925 \backslash
1926 cfrac
1927 \end_layout
1928
1929 \end_inset
1930
1931  can be used.
1932  Here is an example:
1933 \begin_inset VSpace -3mm
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Standard
1940 \begin_inset Formula 
1941 \begin{align*}
1942 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1943 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1944 \end{align*}
1945
1946 \end_inset
1947
1948
1949 \end_layout
1950
1951 \begin_layout Standard
1952 The command for the example above is:
1953 \end_layout
1954
1955 \begin_layout Standard
1956
1957 \series bold
1958
1959 \backslash
1960 cfrac
1961 \begin_inset space \textvisiblespace{}
1962 \end_inset
1963
1964 A
1965 \begin_inset Formula $\downarrow$
1966 \end_inset
1967
1968 B+
1969 \backslash
1970 cfrac
1971 \begin_inset space \textvisiblespace{}
1972 \end_inset
1973
1974 C+
1975 \backslash
1976 cfrac
1977 \begin_inset space \textvisiblespace{}
1978 \end_inset
1979
1980 E
1981 \begin_inset Formula $\downarrow$
1982 \end_inset
1983
1984 F
1985 \begin_inset Formula $\downarrow$
1986 \end_inset
1987
1988 D
1989 \end_layout
1990
1991 \begin_layout Standard
1992 \begin_inset VSpace medskip
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Standard
1999
2000 \series bold
2001
2002 \backslash
2003 cfrac
2004 \series default
2005  sets the fraction always in the size of a displayed formula, also when
2006  it is part of another fraction.
2007 \end_layout
2008
2009 \begin_layout Standard
2010 It is possible to specify the alignment of the numerator.
2011  The command 
2012 \series bold
2013
2014 \backslash
2015 cfracleft
2016 \series default
2017  is used to left align it, the command 
2018 \series bold
2019
2020 \backslash
2021 cfracright
2022 \series default
2023  to right-align it.
2024  
2025 \series bold
2026
2027 \backslash
2028 cfrac
2029 \series default
2030  centers the numerator.
2031  These fractions demonstrate the different alignments:
2032 \end_layout
2033
2034 \begin_layout Standard
2035
2036 \series bold
2037 \begin_inset Formula 
2038 \[
2039 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2040 \]
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048 \begin_inset Note Greyedout
2049 status open
2050
2051 \begin_layout Plain Layout
2052
2053 \series bold
2054 Note:
2055 \series default
2056  
2057 \series bold
2058
2059 \backslash
2060 cfracleft
2061 \series default
2062  and 
2063 \series bold
2064
2065 \backslash
2066 cfracright
2067 \series default
2068  are no real \SpecialChar LaTeX
2069  commands but represent the command 
2070 \series bold
2071
2072 \backslash
2073 cfrac[alignment]{numerator}{denominator}
2074 \series default
2075  .
2076  Therefore you cannot use them in \SpecialChar TeX
2077  code.
2078 \end_layout
2079
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Standard
2086 \begin_inset VSpace medskip
2087 \end_inset
2088
2089 It is often advantageous to combine 
2090 \series bold
2091
2092 \backslash
2093 cfrac
2094 \series default
2095  and 
2096 \series bold
2097
2098 \backslash
2099 frac
2100 \series default
2101 :
2102 \begin_inset Formula 
2103 \[
2104 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2105 \]
2106
2107 \end_inset
2108
2109
2110 \end_layout
2111
2112 \begin_layout Standard
2113 For inline fractions with a sloped fraction stroke you can use the command
2114  
2115 \series bold
2116
2117 \backslash
2118 nicefrac
2119 \series default
2120
2121 \begin_inset Index idx
2122 status collapsed
2123
2124 \begin_layout Plain Layout
2125 Commands ! N ! 
2126 \backslash
2127 nicefrac
2128 \end_layout
2129
2130 \end_inset
2131
2132
2133 \begin_inset Formula $\nicefrac{5}{31}$
2134 \end_inset
2135
2136  or 
2137 \series bold
2138
2139 \backslash
2140 unitfrac
2141 \series default
2142
2143 \begin_inset Index idx
2144 status collapsed
2145
2146 \begin_layout Plain Layout
2147 Commands ! U ! 
2148 \backslash
2149 unitfrac
2150 \end_layout
2151
2152 \end_inset
2153
2154
2155 \begin_inset Formula $\unitfrac{5}{31}$
2156 \end_inset
2157
2158  There is furthermore the command 
2159 \series bold
2160
2161 \backslash
2162 unitfracthree
2163 \series default
2164  that offers to write a fraction in combination with a number: 
2165 \begin_inset Formula $\unitfrac[2]{1}{3}$
2166 \end_inset
2167
2168
2169 \end_layout
2170
2171 \begin_layout Standard
2172 \begin_inset Note Greyedout
2173 status open
2174
2175 \begin_layout Plain Layout
2176
2177 \series bold
2178 Note:
2179 \series default
2180  
2181 \series bold
2182
2183 \backslash
2184 unitfracthree
2185 \series default
2186  is not a real \SpecialChar LaTeX
2187  command but the command
2188 \begin_inset Newline newline
2189 \end_inset
2190
2191
2192 \series bold
2193
2194 \backslash
2195 unitfrac[number]{numerator}{denominator}
2196 \series default
2197  .
2198  Therefore you cannot use it in \SpecialChar TeX
2199  code.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Standard
2208 How to define own fractions where the fraction stroke can be changed, is
2209  explained in 
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "subsec:Self-defined-Fractions"
2213
2214 \end_inset
2215
2216 .
2217 \end_layout
2218
2219 \begin_layout Standard
2220 Multiline fractions are explained in 
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "subsec:Multiline-Fractions"
2224
2225 \end_inset
2226
2227 .
2228 \end_layout
2229
2230 \begin_layout Subsection
2231 Roots
2232 \begin_inset Index idx
2233 status collapsed
2234
2235 \begin_layout Plain Layout
2236 Roots
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Square roots are created with 
2246 \series bold
2247
2248 \backslash
2249 sqrt
2250 \series default
2251
2252 \begin_inset Index idx
2253 status collapsed
2254
2255 \begin_layout Plain Layout
2256 Commands ! S ! 
2257 \backslash
2258 sqrt
2259 \end_layout
2260
2261 \end_inset
2262
2263  or the math toolbar button 
2264 \begin_inset Info
2265 type  "icon"
2266 arg   "math-insert \\sqrt"
2267 \end_inset
2268
2269 , all other roots with the command 
2270 \series bold
2271
2272 \backslash
2273 root
2274 \series default
2275
2276 \begin_inset Index idx
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 Commands ! R ! 
2281 \backslash
2282 root
2283 \end_layout
2284
2285 \end_inset
2286
2287  or with the math toolbar button 
2288 \begin_inset Info
2289 type  "icon"
2290 arg   "math-insert \\root"
2291 \end_inset
2292
2293 .
2294 \begin_inset Separator latexpar
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \align center
2302 \begin_inset Tabular
2303 <lyxtabular version="3" rows="3" columns="2">
2304 <features booktabs="true" tabularvalignment="middle">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <column alignment="center" valignment="top" width="0pt">
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312 Command
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 Result
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 </row>
2327 <row topspace="1mm">
2328 <cell alignment="center" valignment="top" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332
2333 \backslash
2334 sqrt
2335 \begin_inset space \textvisiblespace{}
2336 \end_inset
2337
2338 A-B
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 \begin_inset Formula $\sqrt{A-B}$
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row topspace="1mm">
2357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \backslash
2363 root
2364 \begin_inset space \textvisiblespace{}
2365 \end_inset
2366
2367 3
2368 \begin_inset Formula $\downarrow$
2369 \end_inset
2370
2371 A-B
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 \begin_inset Formula $\sqrt[3]{A-B}$
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 </row>
2389 </lyxtabular>
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \begin_layout Standard
2397 A square root can also be created with 
2398 \series bold
2399
2400 \backslash
2401 root
2402 \series default
2403  when the root index field is left empty.
2404 \end_layout
2405
2406 \begin_layout Standard
2407 With certain indices the distance to the root is too small, like in this
2408  formula: 
2409 \begin_inset Formula $\sqrt[\beta]{B}$
2410 \end_inset
2411
2412
2413 \begin_inset Newline newline
2414 \end_inset
2415
2416 The 
2417 \begin_inset Formula $\beta$
2418 \end_inset
2419
2420  touches the root.
2421  To avoid this, the commands 
2422 \series bold
2423
2424 \backslash
2425 leftroot
2426 \series default
2427
2428 \begin_inset Index idx
2429 status collapsed
2430
2431 \begin_layout Plain Layout
2432 Commands ! L ! 
2433 \backslash
2434 leftroot
2435 \end_layout
2436
2437 \end_inset
2438
2439  and 
2440 \series bold
2441
2442 \backslash
2443 uproot
2444 \series default
2445
2446 \begin_inset Index idx
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450 Commands ! U ! 
2451 \backslash
2452 uproot
2453 \end_layout
2454
2455 \end_inset
2456
2457  are used with the following scheme:
2458 \end_layout
2459
2460 \begin_layout Standard
2461
2462 \series bold
2463
2464 \backslash
2465 leftroot{distance}
2466 \series default
2467  and 
2468 \series bold
2469
2470 \backslash
2471 uproot{distance}
2472 \end_layout
2473
2474 \begin_layout Standard
2475 Distance is the number of Big Points (unit bp; 
2476 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2477 \end_inset
2478
2479 ), that the index should be moved to the left or top, resp..
2480  The commands are written to the index.
2481  This way the command
2482 \begin_inset Newline newline
2483 \end_inset
2484
2485
2486 \series bold
2487
2488 \backslash
2489 root
2490 \backslash
2491 leftroot{-1
2492 \begin_inset Formula $\to$
2493 \end_inset
2494
2495
2496 \backslash
2497 uproot{2
2498 \begin_inset Formula $\to$
2499 \end_inset
2500
2501
2502 \backslash
2503 beta
2504 \begin_inset space \textvisiblespace{}
2505 \end_inset
2506
2507
2508 \begin_inset Formula $\to$
2509 \end_inset
2510
2511 B
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515
2516 \series default
2517 produces a correct typeset formula: 
2518 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \begin_layout Subsection
2525 Binomial Coefficients
2526 \begin_inset Index idx
2527 status collapsed
2528
2529 \begin_layout Plain Layout
2530 Binomial coefficients
2531 \end_layout
2532
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \begin_layout Standard
2539 Binomial coefficients are inserted with the command 
2540 \series bold
2541
2542 \backslash
2543 binom
2544 \series default
2545
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Commands ! B ! 
2551 \backslash
2552 binom
2553 \end_layout
2554
2555 \end_inset
2556
2557  or with the submenu of the math toolbar button 
2558 \begin_inset Info
2559 type  "icon"
2560 arg   "math-insert \\frac-square"
2561 \end_inset
2562
2563 .
2564  As with fractions (
2565 \series bold
2566
2567 \backslash
2568 frac
2569 \series default
2570 ) in addition to 
2571 \series bold
2572
2573 \backslash
2574 binom
2575 \series default
2576  there are the commands 
2577 \series bold
2578
2579 \backslash
2580 dbinom
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Commands ! D ! 
2588 \backslash
2589 dbinom
2590 \end_layout
2591
2592 \end_inset
2593
2594  and 
2595 \series bold
2596
2597 \backslash
2598 tbinom
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Commands ! T ! 
2606 \backslash
2607 tbinom
2608 \end_layout
2609
2610 \end_inset
2611
2612 .
2613  For other brackets around binomial coeficients there are the commands 
2614 \series bold
2615
2616 \backslash
2617 brace
2618 \series default
2619
2620 \begin_inset Index idx
2621 status collapsed
2622
2623 \begin_layout Plain Layout
2624 Commands ! B ! 
2625 \backslash
2626 brace
2627 \end_layout
2628
2629 \end_inset
2630
2631  and 
2632 \series bold
2633
2634 \backslash
2635 brack
2636 \series default
2637
2638 \begin_inset Index idx
2639 status collapsed
2640
2641 \begin_layout Plain Layout
2642 Commands ! B ! 
2643 \backslash
2644 brack
2645 \end_layout
2646
2647 \end_inset
2648
2649 .
2650 \begin_inset Separator latexpar
2651 \end_inset
2652
2653
2654 \end_layout
2655
2656 \begin_layout Standard
2657 \align center
2658 \begin_inset Tabular
2659 <lyxtabular version="3" rows="6" columns="2">
2660 <features booktabs="true" tabularvalignment="middle">
2661 <column alignment="center" valignment="top" width="0pt">
2662 <column alignment="center" valignment="top" width="0pt">
2663 <row>
2664 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2665 \begin_inset Text
2666
2667 \begin_layout Plain Layout
2668 Command
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 Result
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 </row>
2683 <row topspace="1mm">
2684 <cell alignment="center" valignment="top" usebox="none">
2685 \begin_inset Text
2686
2687 \begin_layout Plain Layout
2688
2689 \backslash
2690 binom
2691 \begin_inset space \textvisiblespace{}
2692 \end_inset
2693
2694 A
2695 \begin_inset Formula $\downarrow$
2696 \end_inset
2697
2698 B
2699 \end_layout
2700
2701 \end_inset
2702 </cell>
2703 <cell alignment="center" valignment="top" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Plain Layout
2707 \begin_inset Formula $\binom{A}{B}$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 </row>
2716 <row topspace="2mm">
2717 <cell alignment="center" valignment="top" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Plain Layout
2721
2722 \backslash
2723 dbinom
2724 \begin_inset space \textvisiblespace{}
2725 \end_inset
2726
2727 A
2728 \begin_inset Formula $\downarrow$
2729 \end_inset
2730
2731 B
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740 \begin_inset Formula $\dbinom{A}{B}$
2741 \end_inset
2742
2743
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 </row>
2749 <row topspace="2mm" bottomspace="0.5mm">
2750 <cell alignment="center" valignment="top" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \backslash
2756 tbinom
2757 \begin_inset space \textvisiblespace{}
2758 \end_inset
2759
2760 A
2761 \begin_inset Formula $\downarrow$
2762 \end_inset
2763
2764 B
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773 \begin_inset Formula $\tbinom{A}{B}$
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row topspace="1mm">
2783 <cell alignment="center" valignment="top" topline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \backslash
2789 brack
2790 \begin_inset space \textvisiblespace{}
2791 \end_inset
2792
2793 A
2794 \begin_inset Formula $\downarrow$
2795 \end_inset
2796
2797 B
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" topline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Formula ${A \brack B}$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row topspace="2mm" bottomspace="0.5mm">
2816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \backslash
2822 brace
2823 \begin_inset space \textvisiblespace{}
2824 \end_inset
2825
2826 A
2827 \begin_inset Formula $\downarrow$
2828 \end_inset
2829
2830 B
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula ${A \brace B}$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 </lyxtabular>
2849
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \begin_layout Subsection
2856 Case Differentiations
2857 \begin_inset Index idx
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 Case differentiations 
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \begin_layout Standard
2870 \align center
2871 \begin_inset Tabular
2872 <lyxtabular version="3" rows="3" columns="2">
2873 <features booktabs="true" tabularvalignment="middle">
2874 <column alignment="center" valignment="top" width="0pt">
2875 <column alignment="center" valignment="top" width="0pt">
2876 <row>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881 Command
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Result
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 <row>
2897 <cell alignment="center" valignment="top" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \backslash
2903 cases
2904 \begin_inset space \textvisiblespace{}
2905 \end_inset
2906
2907 A
2908 \begin_inset Formula $\to$
2909 \end_inset
2910
2911 B>0
2912 \begin_inset Index idx
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 Commands ! C ! 
2917 \backslash
2918 cases
2919 \end_layout
2920
2921 \end_inset
2922
2923
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 \begin_inset Formula $\begin{cases}
2933 A & B>0\end{cases}$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row topspace="1.5mm">
2943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \backslash
2949 cases
2950 \begin_inset space \textvisiblespace{}
2951 \end_inset
2952
2953
2954 \begin_inset Info
2955 type  "shortcut"
2956 arg   "newline-insert newline"
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968 \begin_inset Formula $\begin{cases}
2969 A & \textrm{for }x>0\\
2970 B & \textrm{for }x=0
2971 \end{cases}$
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 </row>
2980 </lyxtabular>
2981
2982 \end_inset
2983
2984
2985 \end_layout
2986
2987 \begin_layout Standard
2988 After inserting 
2989 \series bold
2990
2991 \backslash
2992 cases
2993 \series default
2994  or pressing the math toolbar button 
2995 \begin_inset Info
2996 type  "icon"
2997 arg   "math-insert \\cases"
2998 \end_inset
2999
3000  you can create new lines with the shortcut 
3001 \begin_inset Info
3002 type  "shortcut"
3003 arg   "newline-insert newline"
3004 \end_inset
3005
3006  or the table toolbar button 
3007 \begin_inset Info
3008 type  "icon"
3009 arg   "tabular-feature append-row"
3010 \end_inset
3011
3012 .
3013 \end_layout
3014
3015 \begin_layout Standard
3016 The command 
3017 \series bold
3018
3019 \backslash
3020 cases
3021 \series default
3022  is also available via the menu 
3023 \family sans
3024 Insert\SpecialChar menuseparator
3025 Math\SpecialChar menuseparator
3026 Cases-Environment
3027 \family default
3028 .
3029 \end_layout
3030
3031 \begin_layout Subsection
3032 Negations
3033 \begin_inset Index idx
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037 Negations
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 By inserting 
3047 \series bold
3048
3049 \backslash
3050 not
3051 \series default
3052
3053 \begin_inset Index idx
3054 status collapsed
3055
3056 \begin_layout Plain Layout
3057 Commands ! N ! 
3058 \backslash
3059 not
3060 \end_layout
3061
3062 \end_inset
3063
3064  every character can be displayed canceled.
3065  The characters are quasi accentuated by a slash.
3066 \begin_inset Separator latexpar
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \begin_layout Standard
3073 \align center
3074 \begin_inset Tabular
3075 <lyxtabular version="3" rows="4" columns="2">
3076 <features booktabs="true" tabularvalignment="middle">
3077 <column alignment="center" valignment="top" width="0pt">
3078 <column alignment="center" valignment="top" width="0pt">
3079 <row>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 Command
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 Result
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row>
3100 <cell alignment="center" valignment="top" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \backslash
3106 not=
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 \begin_inset Formula $\not=$
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 not 
3132 \backslash
3133 le
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 \begin_inset Formula $\not\le$
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row>
3152 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \backslash
3158 not 
3159 \backslash
3160 parallel
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 \begin_inset Formula $\not\parallel$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 </lyxtabular>
3179
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \begin_layout Standard
3186 The last example shows that not all negations look good.
3187  Therefore there are special commands for some negations (see 
3188 \begin_inset CommandInset ref
3189 LatexCommand ref
3190 reference "subsec:Mathematical-Symbols"
3191
3192 \end_inset
3193
3194  and 
3195 \begin_inset CommandInset ref
3196 LatexCommand ref
3197 reference "sec:Relations"
3198
3199 \end_inset
3200
3201 ).
3202 \end_layout
3203
3204 \begin_layout Subsection
3205 Placeholders
3206 \begin_inset CommandInset label
3207 LatexCommand label
3208 name "subsec:Placeholders"
3209
3210 \end_inset
3211
3212
3213 \begin_inset Index idx
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217 Placeholders
3218 \end_layout
3219
3220 \end_inset
3221
3222
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Chemical characters ! Isotopes
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \begin_inset Index idx
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Isotopes|see
3238 \begin_inset ERT
3239 status collapsed
3240
3241 \begin_layout Plain Layout
3242
3243 {
3244 \end_layout
3245
3246 \end_inset
3247
3248 Chemical characters
3249 \begin_inset ERT
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253
3254 }
3255 \end_layout
3256
3257 \end_inset
3258
3259
3260 \end_layout
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \begin_layout Standard
3268 When displaying e.
3269 \begin_inset space \thinspace{}
3270 \end_inset
3271
3272 g.
3273 \begin_inset space \space{}
3274 \end_inset
3275
3276 isotopes
3277 \begin_inset Foot
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281 Typesetting isotopes and chemical symbols is described in 
3282 \begin_inset CommandInset ref
3283 LatexCommand ref
3284 reference "subsec:Chemical-Symbols-and"
3285
3286 \end_inset
3287
3288 .
3289 \end_layout
3290
3291 \end_inset
3292
3293  the following problem occurs:
3294 \begin_inset Separator latexpar
3295 \end_inset
3296
3297
3298 \end_layout
3299
3300 \begin_layout Standard
3301 \align center
3302 \begin_inset Tabular
3303 <lyxtabular version="3" rows="2" columns="2">
3304 <features booktabs="true" tabularvalignment="middle">
3305 <column alignment="center" valignment="top" width="0pt">
3306 <column alignment="center" valignment="top" width="0pt">
3307 <row>
3308 <cell alignment="center" valignment="top" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 Indices created with sub- and superscripts:
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 </row>
3330 <row topspace="1.5mm">
3331 <cell alignment="center" valignment="top" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 correct indices:
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3345 \end_inset
3346
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 </lyxtabular>
3354
3355 \end_inset
3356
3357
3358 \end_layout
3359
3360 \begin_layout Standard
3361 The shorter index is by default placed below or above the first character
3362  of the longer index.
3363  To avoid this there is the command 
3364 \series bold
3365
3366 \backslash
3367 phantom
3368 \series default
3369
3370 \begin_inset Index idx
3371 status collapsed
3372
3373 \begin_layout Plain Layout
3374 Commands ! P ! 
3375 \backslash
3376 phantom
3377 \end_layout
3378
3379 \end_inset
3380
3381  or the math toolbar button
3382 \begin_inset space \thinspace{}
3383 \end_inset
3384
3385
3386 \begin_inset Foot
3387 status collapsed
3388
3389 \begin_layout Plain Layout
3390 can be found in the submenu of the toolbar button 
3391 \begin_inset Info
3392 type  "icon"
3393 arg   "math-insert \\space"
3394 \end_inset
3395
3396
3397 \end_layout
3398
3399 \end_inset
3400
3401  
3402 \begin_inset Info
3403 type  "icon"
3404 arg   "math/phantom"
3405 \end_inset
3406
3407  that creates one or more phantom characters.
3408  When inserting 
3409 \series bold
3410
3411 \backslash
3412 phantom
3413 \series default
3414  a small blue box appears that is superposed with two red arrows.
3415  The arrows indicate that the complete width and height of the box content
3416  will be created as placeholder.
3417  Phantom characters are accordingly placeholders with the size of the characters.
3418 \begin_inset Separator latexpar
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \begin_layout Standard
3425 \align center
3426 \begin_inset Tabular
3427 <lyxtabular version="3" rows="4" columns="2">
3428 <features booktabs="true" tabularvalignment="middle">
3429 <column alignment="center" valignment="top" width="0pt">
3430 <column alignment="center" valignment="top" width="0pt">
3431 <row>
3432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Command
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Result
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row topspace="1.5mm">
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 ^19
3457 \begin_inset space \textvisiblespace{}
3458 \end_inset
3459
3460 _
3461 \backslash
3462 phantom
3463 \begin_inset space \textvisiblespace{}
3464 \end_inset
3465
3466 1
3467 \begin_inset Formula $\to$
3468 \end_inset
3469
3470 9
3471 \begin_inset space \textvisiblespace{}
3472 \end_inset
3473
3474 F
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row topspace="1.5mm" bottomspace="0.5mm">
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 ^235
3498 \begin_inset space \textvisiblespace{}
3499 \end_inset
3500
3501 _
3502 \backslash
3503 phantom
3504 \begin_inset space \textvisiblespace{}
3505 \end_inset
3506
3507 23
3508 \begin_inset Formula $\to$
3509 \end_inset
3510
3511 9
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 F
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row topspace="1.5mm" bottomspace="0.5mm">
3534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \backslash
3540 Lambda^
3541 \begin_inset space \textvisiblespace{}
3542 \end_inset
3543
3544
3545 \backslash
3546 phantom
3547 \begin_inset space \textvisiblespace{}
3548 \end_inset
3549
3550 ii
3551 \begin_inset Formula $\to$
3552 \end_inset
3553
3554 t
3555 \begin_inset space \textvisiblespace{}
3556 \end_inset
3557
3558 _MMt
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 </lyxtabular>
3577
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \begin_layout Standard
3584 Furthermore there are the commands 
3585 \series bold
3586
3587 \backslash
3588 vphantom
3589 \series default
3590
3591 \begin_inset Index idx
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595 Commands ! V ! 
3596 \backslash
3597 vphantom
3598 \end_layout
3599
3600 \end_inset
3601
3602  (toolbar button 
3603 \begin_inset Info
3604 type  "icon"
3605 arg   "math/vphantom"
3606 \end_inset
3607
3608 ) and 
3609 \series bold
3610
3611 \backslash
3612 hphantom
3613 \series default
3614
3615 \begin_inset Index idx
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619 Commands ! H ! 
3620 \backslash
3621 hphantom
3622 \end_layout
3623
3624 \end_inset
3625
3626  (toolbar button 
3627 \begin_inset Info
3628 type  "icon"
3629 arg   "math/hphantom"
3630 \end_inset
3631
3632 ).
3633  
3634 \series bold
3635
3636 \backslash
3637 hphantom
3638 \series default
3639  creates only space for the maximal height of the characters in the box
3640  but not for its width.
3641  
3642 \series bold
3643
3644 \backslash
3645 vphantom
3646 \series default
3647  creates only space for the width of the box content.
3648  Therefore  the boxes of both commands have only one red arrow.
3649 \end_layout
3650
3651 \begin_layout Standard
3652 For example the command 
3653 \series bold
3654
3655 \backslash
3656 vphantom
3657 \begin_inset space \textvisiblespace{}
3658 \end_inset
3659
3660 a
3661 \backslash
3662 int
3663 \series default
3664  creates space for the height of the integral sign,
3665 \begin_inset Foot
3666 status collapsed
3667
3668 \begin_layout Plain Layout
3669 The command 
3670 \series bold
3671
3672 \backslash
3673 int
3674 \series default
3675  creates an integral sign, see 
3676 \begin_inset CommandInset ref
3677 LatexCommand ref
3678 reference "subsec:Big-Operators"
3679
3680 \end_inset
3681
3682 .
3683 \end_layout
3684
3685 \end_inset
3686
3687  because this is the larger character.
3688  An example application is in 
3689 \begin_inset CommandInset ref
3690 LatexCommand ref
3691 reference "subsec:Multiline-Brackets"
3692
3693 \end_inset
3694
3695 .
3696 \end_layout
3697
3698 \begin_layout Standard
3699 Placeholders can also be used for text when they are inserted via the menu
3700  
3701 \family sans
3702 Insert\SpecialChar menuseparator
3703 Formatting\SpecialChar menuseparator
3704 Phantom
3705 \family default
3706 :
3707 \end_layout
3708
3709 \begin_layout Standard
3710 This is a sentence.
3711 \begin_inset Newline newline
3712 \end_inset
3713
3714
3715 \begin_inset Phantom Phantom
3716 status open
3717
3718 \begin_layout Plain Layout
3719 This
3720 \end_layout
3721
3722 \end_inset
3723
3724  is a sentence.
3725 \end_layout
3726
3727 \begin_layout Subsection
3728 Lines
3729 \begin_inset Index idx
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733 Lines
3734 \end_layout
3735
3736 \end_inset
3737
3738
3739 \begin_inset Index idx
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743 Formula ! underlined
3744 \end_layout
3745
3746 \end_inset
3747
3748
3749 \end_layout
3750
3751 \begin_layout Standard
3752 \align center
3753 \begin_inset Tabular
3754 <lyxtabular version="3" rows="4" columns="2">
3755 <features booktabs="true" tabularvalignment="middle">
3756 <column alignment="center" valignment="top" width="0pt">
3757 <column alignment="center" valignment="top" width="0pt">
3758 <row>
3759 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 Command
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 Result
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 </row>
3778 <row topspace="2mm">
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783
3784 \backslash
3785 overline
3786 \begin_inset space \textvisiblespace{}
3787 \end_inset
3788
3789 A+B
3790 \begin_inset Index idx
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794 Commands ! O ! 
3795 \backslash
3796 overline
3797 \end_layout
3798
3799 \end_inset
3800
3801
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 \begin_inset Formula $\overline{A+B}$
3811 \end_inset
3812
3813
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row bottomspace="1mm">
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \backslash
3826 underline
3827 \begin_inset space \textvisiblespace{}
3828 \end_inset
3829
3830 A+B
3831 \begin_inset Index idx
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835 Commands ! U ! 
3836 \backslash
3837 underline
3838 \end_layout
3839
3840 \end_inset
3841
3842
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 \begin_inset Formula $\underline{A+B}$
3852 \end_inset
3853
3854
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row topspace="2mm" bottomspace="1mm">
3861 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \backslash
3867 overline
3868 \begin_inset space \textvisiblespace{}
3869 \end_inset
3870
3871
3872 \backslash
3873 underline
3874 \begin_inset space \textvisiblespace{}
3875 \end_inset
3876
3877 A+B
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 \begin_inset Formula $\overline{\underline{A+B}}$
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 </lyxtabular>
3896
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \begin_layout Standard
3903 In the last example it doesn't matter if first 
3904 \series bold
3905
3906 \backslash
3907 overline
3908 \series default
3909  or 
3910 \series bold
3911
3912 \backslash
3913 underline
3914 \series default
3915  is inserted.
3916 \end_layout
3917
3918 \begin_layout Standard
3919 To double underline use 
3920 \series bold
3921
3922 \backslash
3923 underline
3924 \series default
3925  twice.
3926 \end_layout
3927
3928 \begin_layout Standard
3929 It is possible to place up to 6 lines above or below characters.
3930 \end_layout
3931
3932 \begin_layout Standard
3933 \begin_inset VSpace bigskip
3934 \end_inset
3935
3936 Custom lines can be created using the command 
3937 \series bold
3938
3939 \backslash
3940 rule
3941 \series default
3942
3943 \begin_inset Index idx
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947 Commands ! R ! 
3948 \backslash
3949 rule
3950 \end_layout
3951
3952 \end_inset
3953
3954  which has the following scheme:
3955 \end_layout
3956
3957 \begin_layout Standard
3958
3959 \series bold
3960
3961 \backslash
3962 rule[vertical offset]{length}{thickness}
3963 \end_layout
3964
3965 \begin_layout Standard
3966 The optional vertical offset shifts the line upwards (or downwards, when
3967  the value is negative).
3968  The units listed in 
3969 \begin_inset CommandInset ref
3970 LatexCommand ref
3971 reference "tab:Available-units"
3972
3973 \end_inset
3974
3975  can be used for the values.
3976  Here are two example lines created with the commands
3977 \begin_inset Newline newline
3978 \end_inset
3979
3980
3981 \series bold
3982
3983 \backslash
3984 rule[-2ex]{3cm}{2pt}
3985 \series default
3986  and 
3987 \series bold
3988
3989 \backslash
3990 rule{2cm}{1pt}
3991 \series default
3992 :
3993 \end_layout
3994
3995 \begin_layout Standard
3996 This is a sentence 
3997 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3998 \end_inset
3999
4000  with two lines.
4001 \end_layout
4002
4003 \begin_layout Standard
4004
4005 \series bold
4006
4007 \backslash
4008 rule
4009 \series default
4010  can also be used for text when a line is inserted via the menu 
4011 \family sans
4012 Insert\SpecialChar menuseparator
4013 Formatting\SpecialChar menuseparator
4014 Horizontal
4015 \begin_inset space ~
4016 \end_inset
4017
4018 Line
4019 \family default
4020 :
4021 \end_layout
4022
4023 \begin_layout Standard
4024 This is a sentence 
4025 \begin_inset CommandInset line
4026 LatexCommand rule
4027 offset "0.5ex"
4028 width "3cm"
4029 height "1pt"
4030
4031 \end_inset
4032
4033  with one line.
4034 \end_layout
4035
4036 \begin_layout Subsection
4037 Ellipses
4038 \begin_inset CommandInset label
4039 LatexCommand label
4040 name "subsec:Ellipses"
4041
4042 \end_inset
4043
4044
4045 \begin_inset Index idx
4046 status collapsed
4047
4048 \begin_layout Plain Layout
4049 Ellipses
4050 \end_layout
4051
4052 \end_inset
4053
4054
4055 \end_layout
4056
4057 \begin_layout Standard
4058 There are different types of ellipses available.
4059 \begin_inset Foot
4060 status collapsed
4061
4062 \begin_layout Plain Layout
4063 In the math toolbar in the submenu of the button 
4064 \begin_inset Info
4065 type  "icon"
4066 arg   "math-insert \\ldots"
4067 \end_inset
4068
4069
4070 \end_layout
4071
4072 \end_inset
4073
4074  For listings dots at the baseline are used (
4075 \series bold
4076
4077 \backslash
4078 ldots
4079 \series default
4080
4081 \begin_inset Index idx
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085 Commands ! L ! 
4086 \backslash
4087 ldots
4088 \end_layout
4089
4090 \end_inset
4091
4092 ), while for operations dots are needed that are on the same height as the
4093  operators (
4094 \series bold
4095
4096 \backslash
4097 cdots
4098 \series default
4099
4100 \begin_inset Index idx
4101 status collapsed
4102
4103 \begin_layout Plain Layout
4104 Commands ! C ! 
4105 \backslash
4106 cdots
4107 \end_layout
4108
4109 \end_inset
4110
4111 ).
4112  When using the command 
4113 \series bold
4114
4115 \backslash
4116 dots
4117 \series default
4118
4119 \begin_inset Index idx
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123 Commands ! D ! 
4124 \backslash
4125 dots
4126 \end_layout
4127
4128 \end_inset
4129
4130 , \SpecialChar LaTeX
4131  decides on the basis of the next character what type is used.
4132 \begin_inset Separator latexpar
4133 \end_inset
4134
4135
4136 \end_layout
4137
4138 \begin_layout Standard
4139 \align center
4140 \begin_inset Tabular
4141 <lyxtabular version="3" rows="9" columns="2">
4142 <features booktabs="true" tabularvalignment="middle">
4143 <column alignment="center" valignment="top" width="0pt">
4144 <column alignment="center" valignment="top" width="0pt">
4145 <row>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 Command
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 Result
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 A_1
4171 \begin_inset space \textvisiblespace{}
4172 \end_inset
4173
4174 ,
4175 \backslash
4176 dots
4177 \begin_inset space \textvisiblespace{}
4178 \end_inset
4179
4180 ,A_n
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 \begin_inset Formula $A_{1},\dots,A_{n}$
4190 \end_inset
4191
4192
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 A_1
4204 \begin_inset space \textvisiblespace{}
4205 \end_inset
4206
4207 +
4208 \backslash
4209 dots
4210 \begin_inset space \textvisiblespace{}
4211 \end_inset
4212
4213 +A_n
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 \begin_inset Formula $A_{1}+\dots+A_{n}$
4223 \end_inset
4224
4225
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 A_1
4237 \begin_inset space \textvisiblespace{}
4238 \end_inset
4239
4240 ,
4241 \backslash
4242 ldots
4243 \begin_inset space \textvisiblespace{}
4244 \end_inset
4245
4246 ,A_n
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 \begin_inset Formula $A_{1},\ldots,A_{n}$
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 A_1
4270 \begin_inset space \textvisiblespace{}
4271 \end_inset
4272
4273 +
4274 \backslash
4275 cdots
4276 \begin_inset space \textvisiblespace{}
4277 \end_inset
4278
4279 +A_n
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4289 \end_inset
4290
4291
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="center" valignment="top" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \backslash
4304 vdots
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 \begin_inset Formula $\vdots$
4314 \end_inset
4315
4316
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327
4328 \backslash
4329 ddots
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 \begin_inset Formula $\ddots$
4339 \end_inset
4340
4341
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \backslash
4354 iddots
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 \begin_inset Formula $\iddots$
4364 \end_inset
4365
4366
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 3×3
4378 \begin_inset space \thinspace{}
4379 \end_inset
4380
4381 matrix with the different dots
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 \begin_inset Formula $\begin{array}{ccc}
4391 A_{11} & \cdots & A_{1m}\\
4392 \vdots & \ddots & \vdots\\
4393 A_{n1} & \cdots & A_{nm}
4394 \end{array}$
4395 \end_inset
4396
4397
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 </lyxtabular>
4404
4405 \end_inset
4406
4407
4408 \end_layout
4409
4410 \begin_layout Standard
4411 The ellipses available in menu 
4412 \family sans
4413 Insert\SpecialChar menuseparator
4414 Special
4415 \begin_inset space ~
4416 \end_inset
4417
4418 Character
4419 \family default
4420  are 
4421 \series bold
4422
4423 \backslash
4424 ldots
4425 \series default
4426 .
4427 \end_layout
4428
4429 \begin_layout Standard
4430 \begin_inset VSpace medskip
4431 \end_inset
4432
4433 To use 
4434 \series bold
4435
4436 \backslash
4437 iddots
4438 \series default
4439 , one of the options 
4440 \family sans
4441 Use mathdots package (automatically)
4442 \family default
4443  must be set in the document settings under 
4444 \family sans
4445 Math
4446 \begin_inset space ~
4447 \end_inset
4448
4449 Options
4450 \family default
4451 .
4452 \begin_inset Newline newline
4453 \end_inset
4454
4455 Using the option 
4456 \family sans
4457 Use mathdots package
4458 \family default
4459  will improve the appearance of all dots in the documents if their font
4460  style or size is not the default.
4461 \end_layout
4462
4463 \begin_layout Standard
4464 \begin_inset VSpace medskip
4465 \end_inset
4466
4467 Specially for matrices there are ellipses that span over several columns.
4468  They are created with the command 
4469 \series bold
4470
4471 \backslash
4472 hdotsfor
4473 \series default
4474
4475 \begin_inset Index idx
4476 status collapsed
4477
4478 \begin_layout Plain Layout
4479 Commands ! H ! 
4480 \backslash
4481 hdotsfor
4482 \end_layout
4483
4484 \end_inset
4485
4486 , that has the following scheme:
4487 \end_layout
4488
4489 \begin_layout Standard
4490
4491 \series bold
4492
4493 \backslash
4494 hdotsfor[distance]{number of columns}
4495 \end_layout
4496
4497 \begin_layout Standard
4498 The number of columns specifies how many columns should be spanned.
4499  Distance is a factor for the distance between the dots.
4500 \end_layout
4501
4502 \begin_layout Standard
4503 In the following matrix the command 
4504 \series bold
4505
4506 \backslash
4507 hdotsfor[2]{4}
4508 \series default
4509  was inserted in the first box of the second line, to get an ellipsis with
4510  a dot distance twice as long as with the command 
4511 \series bold
4512
4513 \backslash
4514 dots
4515 \series default
4516 :
4517 \begin_inset Formula 
4518 \[
4519 \left(\begin{array}{cccc}
4520 A & B & C & D\\
4521 \hdotsfor[2]{4}\\
4522 q & w & e & r
4523 \end{array}\right)
4524 \]
4525
4526 \end_inset
4527
4528 Note that the matrix fields that should be spanned must be empty, otherwise
4529  you get \SpecialChar LaTeX
4530 -errors.
4531 \end_layout
4532
4533 \begin_layout Standard
4534 \begin_inset VSpace bigskip
4535 \end_inset
4536
4537 Furthermore you can fill with the command 
4538 \series bold
4539
4540 \backslash
4541 dotfill
4542 \series default
4543
4544 \begin_inset Index idx
4545 status collapsed
4546
4547 \begin_layout Plain Layout
4548 Commands ! D ! 
4549 \backslash
4550 dotfill
4551 \end_layout
4552
4553 \end_inset
4554
4555  the rest of a line with dots.
4556  The effect of these commands is the same as with 
4557 \series bold
4558
4559 \backslash
4560 hfill
4561 \series default
4562 , see 
4563 \begin_inset CommandInset ref
4564 LatexCommand ref
4565 reference "subsec:Variable-Space"
4566
4567 \end_inset
4568
4569 .
4570 \end_layout
4571
4572 \begin_layout Standard
4573 For example the command 
4574 \series bold
4575 A
4576 \backslash
4577 dotfill
4578 \begin_inset space \textvisiblespace{}
4579 \end_inset
4580
4581 B
4582 \series default
4583  produces
4584 \end_layout
4585
4586 \begin_layout Standard
4587 \begin_inset Formula $A\dotfill B$
4588 \end_inset
4589
4590
4591 \end_layout
4592
4593 \begin_layout Standard
4594 Similar to
4595 \series bold
4596  
4597 \backslash
4598 dotfill
4599 \series default
4600  there is for a line the command 
4601 \series bold
4602
4603 \backslash
4604 hrulefill
4605 \series default
4606
4607 \begin_inset Index idx
4608 status collapsed
4609
4610 \begin_layout Plain Layout
4611 Commands ! H ! 
4612 \backslash
4613 hrulefill
4614 \end_layout
4615
4616 \end_inset
4617
4618 :
4619 \end_layout
4620
4621 \begin_layout Standard
4622 \begin_inset Formula $A\hrulefill B$
4623 \end_inset
4624
4625
4626 \end_layout
4627
4628 \begin_layout Standard
4629 To use the commands for text, they have to be inserted in \SpecialChar TeX
4630  mode.
4631 \end_layout
4632
4633 \begin_layout Section
4634 Matrices
4635 \begin_inset CommandInset label
4636 LatexCommand label
4637 name "sec:Matrices"
4638
4639 \end_inset
4640
4641
4642 \begin_inset Index idx
4643 status collapsed
4644
4645 \begin_layout Plain Layout
4646 Matrices
4647 \end_layout
4648
4649 \end_inset
4650
4651
4652 \end_layout
4653
4654 \begin_layout Standard
4655 Matrices can be inserted via the math toolbar button 
4656 \begin_inset Info
4657 type  "icon"
4658 arg   "dialog-show mathmatrix"
4659 \end_inset
4660
4661  or the menu 
4662 \family sans
4663 Insert\SpecialChar menuseparator
4664 Math\SpecialChar menuseparator
4665 Matrix
4666 \family default
4667 .
4668  In the matrix dialog you can specify the number of columns and rows, the
4669  alignment and the decoration.
4670  The vertical alignment is only of importance for matrices in inline formulas:
4671 \end_layout
4672
4673 \begin_layout Standard
4674 The first matrix is top 
4675 \begin_inset Formula $\begin{array}[t]{cccc}
4676 A & D & G & J\\
4677 B & E & H & K\\
4678 C & F & I & L
4679 \end{array}$
4680 \end_inset
4681
4682 , the second middle 
4683 \begin_inset Formula $\begin{array}{cccc}
4684 A & D & G & J\\
4685 B & E & H & K\\
4686 C & F & I & L
4687 \end{array}$
4688 \end_inset
4689
4690  and the third bottom 
4691 \begin_inset Formula $\begin{array}[b]{cccc}
4692 A & D & G & J\\
4693 B & E & H & K\\
4694 C & F & I & L
4695 \end{array}$
4696 \end_inset
4697
4698  aligned.
4699 \end_layout
4700
4701 \begin_layout Standard
4702 The horizontal alignment specifies how the column entries should be aligned.
4703  It is set by entering a letter for every column.
4704  
4705 \emph on
4706 l
4707 \emph default
4708  denotes left aligned, 
4709 \emph on
4710 c
4711 \emph default
4712  centered and 
4713 \emph on
4714 r
4715 \emph default
4716  right aligned.
4717  To create for example a 4
4718 \series bold
4719 ×
4720 \series default
4721 4
4722 \begin_inset space ~
4723 \end_inset
4724
4725 matrix where the first column is left aligned, the second and third are
4726  centered and the last one is right aligned, one enters for the horizontal
4727  alignment 
4728 \series bold
4729 lccr
4730 \series default
4731 .
4732  Normally in a matrix all columns are centered, therefore the default for
4733  every column is a 
4734 \series bold
4735 c
4736 \series default
4737 .
4738 \end_layout
4739
4740 \begin_layout Standard
4741 Horizontal alignment:
4742 \end_layout
4743
4744 \begin_layout Standard
4745
4746 \series bold
4747 lll
4748 \series default
4749  : 
4750 \begin_inset Formula $\begin{array}{lll}
4751 10000 & D & G\\
4752 B & 10000 & H\\
4753 C & F & 10000
4754 \end{array}$
4755 \end_inset
4756
4757  , 
4758 \series bold
4759 ccc
4760 \series default
4761  : 
4762 \begin_inset Formula $\begin{array}{ccc}
4763 10000 & D & G\\
4764 B & 10000 & H\\
4765 C & F & 10000
4766 \end{array}$
4767 \end_inset
4768
4769  , 
4770 \series bold
4771 rrr
4772 \series default
4773  : 
4774 \begin_inset Formula $\begin{array}{rrr}
4775 10000 & D & G\\
4776 B & 10000 & H\\
4777 C & F & 10000
4778 \end{array}$
4779 \end_inset
4780
4781
4782 \end_layout
4783
4784 \begin_layout Standard
4785 To add or delete rows and columns subsequently, the math toolbar buttons
4786  
4787 \begin_inset Info
4788 type  "icon"
4789 arg   "tabular-feature append-row"
4790 \end_inset
4791
4792
4793 \begin_inset Info
4794 type  "icon"
4795 arg   "tabular-feature delete-row"
4796 \end_inset
4797
4798 , etc.
4799 \begin_inset space \thinspace{}
4800 \end_inset
4801
4802 , or the menu 
4803 \family sans
4804 Edit\SpecialChar menuseparator
4805 Rows & Columns
4806 \family default
4807  can be used.
4808  New rows can also be created with 
4809 \begin_inset Info
4810 type  "shortcut"
4811 arg   "newline-insert newline"
4812 \end_inset
4813
4814 .
4815 \end_layout
4816
4817 \begin_layout Standard
4818 \begin_inset VSpace bigskip
4819 \end_inset
4820
4821 The 
4822 \family sans
4823 Decoration
4824 \family default
4825  adds parentheses in the selected style around the matrix.
4826  Alternatively, parentheses can can either be created with the commands
4827  
4828 \series bold
4829
4830 \backslash
4831 left
4832 \series default
4833
4834 \begin_inset Index idx
4835 status collapsed
4836
4837 \begin_layout Plain Layout
4838 Commands ! L ! 
4839 \backslash
4840 left
4841 \end_layout
4842
4843 \end_inset
4844
4845  and 
4846 \series bold
4847
4848 \backslash
4849 right
4850 \series default
4851
4852 \begin_inset Index idx
4853 status collapsed
4854
4855 \begin_layout Plain Layout
4856 Commands ! R ! 
4857 \backslash
4858 right
4859 \end_layout
4860
4861 \end_inset
4862
4863  (shortcut 
4864 \family sans
4865 Alt+M
4866 \begin_inset space ~
4867 \end_inset
4868
4869 Parenthesis
4870 \family default
4871 ), see 
4872 \begin_inset CommandInset ref
4873 LatexCommand ref
4874 reference "subsec:Automatic-Bracket-Size"
4875
4876 \end_inset
4877
4878 , or by using the following commands:
4879 \begin_inset VSpace medskip
4880 \end_inset
4881
4882
4883 \end_layout
4884
4885 \begin_layout Standard
4886 \begin_inset space \hfill{}
4887 \end_inset
4888
4889
4890 \begin_inset Tabular
4891 <lyxtabular version="3" rows="4" columns="2">
4892 <features booktabs="true" tabularvalignment="middle">
4893 <column alignment="center" valignment="top" width="0pt">
4894 <column alignment="center" valignment="top">
4895 <row>
4896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Command
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Result
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row topspace="1.5mm">
4916 <cell alignment="center" valignment="top" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \backslash
4922 bmatrix
4923 \begin_inset space \textvisiblespace{}
4924 \end_inset
4925
4926 2
4927 \series bold
4928 ×
4929 \series default
4930 2
4931 \begin_inset space \thinspace{}
4932 \end_inset
4933
4934 matrix
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4944 0 & \textrm{-}\mathrm{i}\\
4945 \mathrm{i} & 0
4946 \end{array}\end{bmatrix}$
4947 \end_inset
4948
4949
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row topspace="1.5mm" bottomspace="0.5mm">
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \backslash
4962 Bmatrix
4963 \begin_inset space \textvisiblespace{}
4964 \end_inset
4965
4966 2
4967 \series bold
4968 ×
4969 \series default
4970 2
4971 \begin_inset space \thinspace{}
4972 \end_inset
4973
4974 matrix
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4984 0 & \textrm{-}\mathrm{i}\\
4985 \mathrm{i} & 0
4986 \end{array}\end{Bmatrix}$
4987 \end_inset
4988
4989
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \backslash
5002 pmatrix
5003 \begin_inset space \textvisiblespace{}
5004 \end_inset
5005
5006 2
5007 \series bold
5008 ×
5009 \series default
5010 2
5011 \begin_inset space \thinspace{}
5012 \end_inset
5013
5014 matrix
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5024 0 & \textrm{-}\mathrm{i}\\
5025 \mathrm{i} & 0
5026 \end{array}\end{pmatrix}$
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 </lyxtabular>
5036
5037 \end_inset
5038
5039
5040 \begin_inset space \hfill{}
5041 \end_inset
5042
5043
5044 \begin_inset Tabular
5045 <lyxtabular version="3" rows="4" columns="2">
5046 <features booktabs="true" tabularvalignment="middle">
5047 <column alignment="center" valignment="top" width="0pt">
5048 <column alignment="center" valignment="top">
5049 <row>
5050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Command
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 Result
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row topspace="1.5mm">
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \backslash
5076 vmatrix
5077 \begin_inset space \textvisiblespace{}
5078 \end_inset
5079
5080 2
5081 \series bold
5082 ×
5083 \series default
5084 2
5085 \begin_inset space \thinspace{}
5086 \end_inset
5087
5088 matrix
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5098 0 & \textrm{-}\mathrm{i}\\
5099 \mathrm{i} & 0
5100 \end{array}\end{vmatrix}$
5101 \end_inset
5102
5103
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row topspace="1.5mm" bottomspace="0.5mm">
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \backslash
5116 Vmatrix
5117 \begin_inset space \textvisiblespace{}
5118 \end_inset
5119
5120 2
5121 \series bold
5122 ×
5123 \series default
5124 2
5125 \begin_inset space \thinspace{}
5126 \end_inset
5127
5128 matrix
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5138 0 & \textrm{-}\mathrm{i}\\
5139 \mathrm{i} & 0
5140 \end{array}\end{Vmatrix}$
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \backslash
5156 matrix
5157 \begin_inset space \textvisiblespace{}
5158 \end_inset
5159
5160 2
5161 \series bold
5162 ×
5163 \series default
5164 2
5165 \begin_inset space \thinspace{}
5166 \end_inset
5167
5168 matrix
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5178 0 & \textrm{-}\mathrm{i}\\
5179 \mathrm{i} & 0
5180 \end{array}\end{matrix}$
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 </lyxtabular>
5190
5191 \end_inset
5192
5193
5194 \begin_inset space \hfill{}
5195 \end_inset
5196
5197
5198 \end_layout
5199
5200 \begin_layout Standard
5201 \begin_inset VSpace medskip
5202 \end_inset
5203
5204 When e.
5205 \begin_inset space \thinspace{}
5206 \end_inset
5207
5208 g.
5209 \begin_inset space \space{}
5210 \end_inset
5211
5212
5213 \series bold
5214
5215 \backslash
5216 vmatrix
5217 \series default
5218  is inserted, a blue box appears between two vertical lines where the matrix
5219  is inserted.
5220 \begin_inset Newline newline
5221 \end_inset
5222
5223 Note that decorated matrices ignore the vertical alignment.
5224 \end_layout
5225
5226 \begin_layout Standard
5227 \begin_inset VSpace bigskip
5228 \end_inset
5229
5230 As all multiline formulas are matrices, the length 
5231 \series bold
5232
5233 \backslash
5234 arraycolsep
5235 \series default
5236
5237 \begin_inset Index idx
5238 status collapsed
5239
5240 \begin_layout Plain Layout
5241 Commands ! A ! 
5242 \backslash
5243 arraycolsep
5244 \end_layout
5245
5246 \end_inset
5247
5248  that is described in 
5249 \begin_inset CommandInset ref
5250 LatexCommand ref
5251 reference "subsec:Column-Separation"
5252
5253 \end_inset
5254
5255  can also be used to change the column separation of matrices.
5256 \end_layout
5257
5258 \begin_layout Standard
5259 To change the row separation, the command 
5260 \series bold
5261
5262 \backslash
5263 arraystretch
5264 \series default
5265
5266 \begin_inset Index idx
5267 status collapsed
5268
5269 \begin_layout Plain Layout
5270 Commands ! A ! 
5271 \backslash
5272 arraystretch
5273 \end_layout
5274
5275 \end_inset
5276
5277  is used.
5278  It is used as follows:
5279 \end_layout
5280
5281 \begin_layout Standard
5282
5283 \series bold
5284
5285 \backslash
5286 renewcommand{
5287 \backslash
5288 arraystretch}{stretch factor}
5289 \begin_inset Index idx
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293 Commands ! R ! 
5294 \backslash
5295 renewcommand
5296 \end_layout
5297
5298 \end_inset
5299
5300
5301 \end_layout
5302
5303 \begin_layout Standard
5304 The command 
5305 \series bold
5306
5307 \backslash
5308 renewcommand
5309 \series default
5310  assigns the stretch factor to the predefined command 
5311 \series bold
5312
5313 \backslash
5314 arraystretch
5315 \series default
5316 .
5317  To double e.
5318 \begin_inset space \thinspace{}
5319 \end_inset
5320
5321 g.
5322 \begin_inset space \space{}
5323 \end_inset
5324
5325 the row separation, use the factor 2.
5326  This is then used for all following matrices.
5327  To go back to the original separation, assign the factor 1 to 
5328 \series bold
5329
5330 \backslash
5331 arraystretch
5332 \series default
5333 .
5334 \end_layout
5335
5336 \begin_layout Standard
5337 To set matrices into a text line, the command 
5338 \series bold
5339
5340 \backslash
5341 smallmatrix
5342 \series default
5343
5344 \begin_inset Index idx
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348 Commands ! S ! 
5349 \backslash
5350 smallmatrix
5351 \end_layout
5352
5353 \end_inset
5354
5355  is used.
5356  When it is inserted a blue box with two dashed lines appears.
5357  In this box the matrix is inserted.
5358 \end_layout
5359
5360 \begin_layout Standard
5361 This is a matrix 
5362 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5363 C & D
5364 \end{smallmatrix}\right)$
5365 \end_inset
5366
5367  in a text line.
5368 \end_layout
5369
5370 \begin_layout Section
5371 Brackets and Delimiters
5372 \begin_inset Index idx
5373 status collapsed
5374
5375 \begin_layout Plain Layout
5376 Brackets
5377 \end_layout
5378
5379 \end_inset
5380
5381
5382 \begin_inset Index idx
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Delimiters
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \begin_layout Subsection
5395 Vertical Brackets and Delimiters
5396 \begin_inset Index idx
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400 Brackets ! vertical
5401 \end_layout
5402
5403 \end_inset
5404
5405
5406 \end_layout
5407
5408 \begin_layout Standard
5409 \begin_inset space \hfill{}
5410 \end_inset
5411
5412
5413 \begin_inset Tabular
5414 <lyxtabular version="3" rows="9" columns="2">
5415 <features booktabs="true" tabularvalignment="middle">
5416 <column alignment="center" valignment="top" width="0pt">
5417 <column alignment="center" valignment="top" width="0pt">
5418 <row>
5419 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Command
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 Result
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="center" valignment="top" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 (
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 \begin_inset Formula $($
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 {
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 \begin_inset Formula $\{$
5476 \end_inset
5477
5478
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 [
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 \begin_inset Formula $[$
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="center" valignment="top" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512
5513 \backslash
5514 langle
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 \begin_inset Formula $\langle$
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 </row>
5532 <row>
5533 <cell alignment="center" valignment="top" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537
5538 \backslash
5539 lceil
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 \begin_inset Formula $\lceil$
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562
5563 \backslash
5564 lfloor
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 \begin_inset Formula $\lfloor$
5574 \end_inset
5575
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 /
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 \begin_inset Formula $/$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 <row>
5606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 |
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 \begin_inset Formula $|$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 </lyxtabular>
5629
5630 \end_inset
5631
5632
5633 \begin_inset space \hfill{}
5634 \end_inset
5635
5636
5637 \begin_inset Tabular
5638 <lyxtabular version="3" rows="9" columns="2">
5639 <features booktabs="true" tabularvalignment="middle">
5640 <column alignment="center" valignment="top" width="0pt">
5641 <column alignment="center" valignment="top" width="0pt">
5642 <row>
5643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 Command
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 Result
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 )
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 \begin_inset Formula $)$
5677 \end_inset
5678
5679
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 </row>
5685 <row>
5686 <cell alignment="center" valignment="top" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 }
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 \begin_inset Formula $\}$
5700 \end_inset
5701
5702
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 <row>
5709 <cell alignment="center" valignment="top" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 ]
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 \begin_inset Formula $]$
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 </row>
5731 <row>
5732 <cell alignment="center" valignment="top" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736
5737 \backslash
5738 rangle
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 \begin_inset Formula $\rangle$
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761
5762 \backslash
5763 rceil
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 \begin_inset Formula $\rceil$
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786
5787 \backslash
5788 rfloor
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $\rfloor$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \backslash
5813
5814 \backslash
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 \begin_inset Formula $\backslash$
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838
5839 \backslash
5840 |
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 \begin_inset Formula $\|$
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 </lyxtabular>
5859
5860 \end_inset
5861
5862
5863 \begin_inset space \hfill{}
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \begin_layout Standard
5870
5871 \series medium
5872 \begin_inset Note Greyedout
5873 status open
5874
5875 \begin_layout Plain Layout
5876
5877 \series bold
5878 Note:
5879 \series default
5880  In \SpecialChar TeX
5881  mode the command 
5882 \series bold
5883
5884 \backslash
5885 textbackslash
5886 \series default
5887
5888 \begin_inset Index idx
5889 status collapsed
5890
5891 \begin_layout Plain Layout
5892 Commands ! T ! 
5893 \backslash
5894 textbackslash
5895 \end_layout
5896
5897 \end_inset
5898
5899  must be used for the backslash, because the command 
5900 \series bold
5901
5902 \backslash
5903
5904 \backslash
5905
5906 \series default
5907  produces a line break there.
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \begin_layout Standard
5916 For all characters listed above the size can be adjusted with the commands
5917  described in the following two subsections.
5918  When using these commands, the characters < and > can directly be used
5919  instead of the commands 
5920 \series bold
5921
5922 \backslash
5923 langle
5924 \series default
5925  and 
5926 \series bold
5927
5928 \backslash
5929 rangle
5930 \series default
5931 .
5932 \end_layout
5933
5934 \begin_layout Subsubsection
5935 Manual Bracket Size
5936 \begin_inset CommandInset label
5937 LatexCommand label
5938 name "subsec:Manual-Bracket-Size"
5939
5940 \end_inset
5941
5942
5943 \begin_inset Index idx
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 Bracket size ! manual
5948 \end_layout
5949
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \begin_layout Standard
5956 The bracket size can be specified manually by the \SpecialChar LaTeX
5957 -commands 
5958 \series bold
5959
5960 \backslash
5961 big
5962 \series default
5963
5964 \begin_inset Index idx
5965 status collapsed
5966
5967 \begin_layout Plain Layout
5968 Commands ! B ! 
5969 \backslash
5970 big
5971 \end_layout
5972
5973 \end_inset
5974
5975
5976 \series bold
5977
5978 \backslash
5979 Big
5980 \series default
5981
5982 \series bold
5983
5984 \backslash
5985 bigg
5986 \series default
5987  and 
5988 \series bold
5989
5990 \backslash
5991 Bigg
5992 \series default
5993 .
5994  
5995 \series bold
5996
5997 \backslash
5998 big
5999 \series default
6000  denotes the smallest and 
6001 \series bold
6002
6003 \backslash
6004 Bigg
6005 \series default
6006  the largest bracket size.
6007 \end_layout
6008
6009 \begin_layout Standard
6010 These commands are used to emphasize levels of brackets:
6011 \begin_inset Separator latexpar
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \begin_layout Standard
6018 \align center
6019 \begin_inset Tabular
6020 <lyxtabular version="3" rows="2" columns="2">
6021 <features booktabs="true" tabularvalignment="middle">
6022 <column alignment="center" valignment="top" width="0pt">
6023 <column alignment="center" valignment="top" width="0pt">
6024 <row>
6025 <cell alignment="center" valignment="top" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 all brackets in the same size:
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 \begin_inset Formula $((A+B)(A-B))^{C}$
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 <row topspace="2mm">
6048 <cell alignment="center" valignment="top" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 this looks better:
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 </row>
6070 </lyxtabular>
6071
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \begin_layout Standard
6078 For the second formula the command 
6079 \series bold
6080
6081 \backslash
6082 Big((A+B)(A-B)
6083 \backslash
6084 Big)^
6085 \begin_inset space \textvisiblespace{}
6086 \end_inset
6087
6088 C
6089 \series default
6090  has been used.
6091 \end_layout
6092
6093 \begin_layout Standard
6094 Here is an overview about all bracket sizes:
6095 \begin_inset Separator latexpar
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \begin_layout Standard
6102 \align center
6103
6104 \backslash
6105 Bigg(
6106 \backslash
6107 exp
6108 \backslash
6109 bigg<
6110 \backslash
6111 Big[
6112 \backslash
6113 big{
6114 \backslash
6115 ln(3x)
6116 \backslash
6117 big}^2
6118 \begin_inset space \textvisiblespace{}
6119 \end_inset
6120
6121
6122 \backslash
6123 sin(x)
6124 \backslash
6125 Big]^
6126 \begin_inset space \textvisiblespace{}
6127 \end_inset
6128
6129 A
6130 \begin_inset space \textvisiblespace{}
6131 \end_inset
6132
6133
6134 \backslash
6135 bigg>
6136 \backslash
6137 Bigg)^0,5
6138 \end_layout
6139
6140 \begin_layout Standard
6141 \align center
6142 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6143 \end_inset
6144
6145
6146 \end_layout
6147
6148 \begin_layout Standard
6149 Besides the 
6150 \series bold
6151
6152 \backslash
6153 big
6154 \series default
6155 -commands there is the variant 
6156 \series bold
6157
6158 \backslash
6159 bigm
6160 \series default
6161
6162 \begin_inset Index idx
6163 status collapsed
6164
6165 \begin_layout Plain Layout
6166 Commands ! B ! 
6167 \backslash
6168 bigm
6169 \end_layout
6170
6171 \end_inset
6172
6173  that adds a bit more space between the bracket and its content, and the
6174  variant 
6175 \series bold
6176
6177 \backslash
6178 bigl
6179 \series default
6180 -
6181 \series bold
6182
6183 \backslash
6184 bigr
6185 \series default
6186
6187 \begin_inset Index idx
6188 status collapsed
6189
6190 \begin_layout Plain Layout
6191 Commands ! B ! 
6192 \backslash
6193 bigl - 
6194 \backslash
6195 bigr
6196 \end_layout
6197
6198 \end_inset
6199
6200 , that don't add additional space.
6201  The 
6202 \emph on
6203 l
6204 \emph default
6205  at the end of the command 
6206 \series bold
6207
6208 \backslash
6209 bigl
6210 \series default
6211  is for a left bracket; for a right bracket this will be replaced by an
6212  
6213 \emph on
6214 r
6215 \emph default
6216 .
6217  A left or right bracket can each be an opening or closing bracket.
6218 \end_layout
6219
6220 \begin_layout Standard
6221 In the following table is a comparison of the variants:
6222 \begin_inset Separator latexpar
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \begin_layout Standard
6229 \align center
6230 \begin_inset Tabular
6231 <lyxtabular version="3" rows="5" columns="2">
6232 <features booktabs="true" tabularvalignment="middle">
6233 <column alignment="center" valignment="top" width="0pt">
6234 <column alignment="center" valignment="middle">
6235 <row>
6236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 Command
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 Result
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row topspace="2mm">
6256 <cell alignment="center" valignment="top" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260
6261 \backslash
6262 Bigm(
6263 \backslash
6264 bigm(
6265 \backslash
6266 ln(3x)
6267 \backslash
6268 bigm)^2
6269 \begin_inset space \textvisiblespace{}
6270 \end_inset
6271
6272
6273 \backslash
6274 Bigm)
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row topspace="2mm">
6293 <cell alignment="center" valignment="top" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297
6298 \backslash
6299 Big(
6300 \backslash
6301 big(
6302 \backslash
6303 ln(3x)
6304 \backslash
6305 big)^2
6306 \begin_inset space \textvisiblespace{}
6307 \end_inset
6308
6309
6310 \backslash
6311 Big)
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row topspace="2mm" bottomspace="0.5mm">
6330 <cell alignment="center" valignment="top" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334
6335 \backslash
6336 Bigl(
6337 \backslash
6338 bigl(
6339 \backslash
6340 ln(3x)
6341 \backslash
6342 bigr)^2
6343 \begin_inset space \textvisiblespace{}
6344 \end_inset
6345
6346
6347 \backslash
6348 Bigr)
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row topspace="1.5mm" bottomspace="0.5mm">
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371
6372 \backslash
6373 bigl)
6374 \backslash
6375 ln(3x)
6376 \backslash
6377 bigr(
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 </row>
6395 </lyxtabular>
6396
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Subsubsection
6403 Automatic Bracket Size
6404 \begin_inset CommandInset label
6405 LatexCommand label
6406 name "subsec:Automatic-Bracket-Size"
6407
6408 \end_inset
6409
6410
6411 \begin_inset Index idx
6412 status collapsed
6413
6414 \begin_layout Plain Layout
6415 Bracket size ! automatic
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Standard
6424 Brackets with variable size can be inserted with the commands 
6425 \series bold
6426
6427 \backslash
6428 left
6429 \series default
6430
6431 \begin_inset Index idx
6432 status collapsed
6433
6434 \begin_layout Plain Layout
6435 Commands ! L ! 
6436 \backslash
6437 left
6438 \end_layout
6439
6440 \end_inset
6441
6442  and 
6443 \series bold
6444
6445 \backslash
6446 right
6447 \series default
6448
6449 \begin_inset Index idx
6450 status collapsed
6451
6452 \begin_layout Plain Layout
6453 Commands ! R ! 
6454 \backslash
6455 right
6456 \end_layout
6457
6458 \end_inset
6459
6460  or via the math toolbar button 
6461 \begin_inset Info
6462 type  "icon"
6463 arg   "dialog-show mathdelimiter"
6464 \end_inset
6465
6466 .
6467  Directly behind 
6468 \series bold
6469
6470 \backslash
6471 left
6472 \series default
6473  and 
6474 \series bold
6475
6476 \backslash
6477 right
6478 \series default
6479  the wanted bracket must be inserted.
6480  The bracket size will then automatically be calculated for the output.
6481 \begin_inset Separator latexpar
6482 \end_inset
6483
6484
6485 \end_layout
6486
6487 \begin_layout Standard
6488 \align center
6489 normal bracket: The command 
6490 \series bold
6491
6492 \backslash
6493 ln(
6494 \backslash
6495 frac
6496 \begin_inset space \textvisiblespace{}
6497 \end_inset
6498
6499 A
6500 \begin_inset Formula $\downarrow$
6501 \end_inset
6502
6503 C
6504 \begin_inset space \textvisiblespace{}
6505 \end_inset
6506
6507 )
6508 \series default
6509  creates
6510 \begin_inset Formula 
6511 \[
6512 \ln(\frac{A}{C})
6513 \]
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \align center
6522 multiline bracket: The command 
6523 \series bold
6524
6525 \backslash
6526 ln
6527 \backslash
6528 left(
6529 \backslash
6530 frac
6531 \begin_inset space \textvisiblespace{}
6532 \end_inset
6533
6534 A
6535 \begin_inset Formula $\downarrow$
6536 \end_inset
6537
6538 C
6539 \begin_inset space \textvisiblespace{}
6540 \end_inset
6541
6542
6543 \backslash
6544 right)
6545 \series default
6546  creates
6547 \begin_inset Formula 
6548 \[
6549 \ln\left(\frac{A}{C}\right)
6550 \]
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Standard
6558 Instead of 
6559 \series bold
6560
6561 \backslash
6562 left
6563 \series default
6564  and 
6565 \series bold
6566
6567 \backslash
6568 right
6569 \series default
6570  the shortcut 
6571 \family sans
6572 Alt+M
6573 \begin_inset space ~
6574 \end_inset
6575
6576 Bracket
6577 \family default
6578  can be used.
6579  This has the advantage that you can see in \SpecialChar LyX
6580  immediately the real bracket
6581  size and that the matching right bracket will be created too.
6582 \begin_inset Newline newline
6583 \end_inset
6584
6585 The command for the last example would then be: 
6586 \series bold
6587
6588 \backslash
6589 ln Alt+M
6590 \series default
6591  
6592 \series bold
6593 (
6594 \backslash
6595 frac
6596 \begin_inset space \textvisiblespace{}
6597 \end_inset
6598
6599 A
6600 \begin_inset Formula $\downarrow$
6601 \end_inset
6602
6603 C
6604 \end_layout
6605
6606 \begin_layout Standard
6607 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6608  For example the command 
6609 \series bold
6610
6611 \backslash
6612 left.
6613 \backslash
6614 frac
6615 \begin_inset space \textvisiblespace{}
6616 \end_inset
6617
6618 A
6619 \begin_inset Formula $\downarrow$
6620 \end_inset
6621
6622 B
6623 \begin_inset space \textvisiblespace{}
6624 \end_inset
6625
6626
6627 \backslash
6628 right}
6629 \series default
6630  creates:
6631 \series bold
6632
6633 \begin_inset Formula 
6634 \[
6635 \left.\frac{A}{B}\right\} 
6636 \]
6637
6638 \end_inset
6639
6640
6641 \series default
6642 The commands 
6643 \series bold
6644
6645 \backslash
6646 left
6647 \series default
6648  and 
6649 \series bold
6650
6651 \backslash
6652 right
6653 \series default
6654  will be converted by \SpecialChar LyX
6655  to brackets in the right size when the document is
6656  reloaded and an omitted bracket will appear as dashed line.
6657 \end_layout
6658
6659 \begin_layout Standard
6660 \begin_inset VSpace bigskip
6661 \end_inset
6662
6663 Because all popular \SpecialChar LaTeX
6664  distributions use e\SpecialChar TeX
6665 , an extension to \SpecialChar LaTeX
6666 , the command
6667  
6668 \series bold
6669
6670 \backslash
6671 middle
6672 \series default
6673
6674 \begin_inset Index idx
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678 Commands ! M ! 
6679 \backslash
6680 middle
6681 \end_layout
6682
6683 \end_inset
6684
6685  is additionally available for all brackets and limits.
6686  With this command the height of the following character is adapted to the
6687  one of the surrounding brackets, what is e.
6688 \begin_inset space \thinspace{}
6689 \end_inset
6690
6691 g.
6692 \begin_inset space \space{}
6693 \end_inset
6694
6695 needed for physical vectors:
6696 \begin_inset Formula 
6697 \[
6698 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6699 \]
6700
6701 \end_inset
6702
6703 For physical vectors there is a special \SpecialChar LaTeX
6704 -package, described in 
6705 \begin_inset CommandInset ref
6706 LatexCommand ref
6707 reference "subsec:Physical-Vectors"
6708
6709 \end_inset
6710
6711 .
6712 \end_layout
6713
6714 \begin_layout Subsection
6715 Horizontal Brackets
6716 \begin_inset Index idx
6717 status collapsed
6718
6719 \begin_layout Plain Layout
6720 Brackets ! horizontal
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Standard
6729 \align center
6730 \begin_inset Tabular
6731 <lyxtabular version="3" rows="4" columns="2">
6732 <features booktabs="true" tabularvalignment="middle">
6733 <column alignment="center" valignment="top" width="0pt">
6734 <column alignment="center" valignment="top" width="0pt">
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 Command
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 Result
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 </row>
6755 <row>
6756 <cell alignment="center" valignment="top" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760
6761 \backslash
6762 overbrace
6763 \begin_inset space \textvisiblespace{}
6764 \end_inset
6765
6766 A+B
6767 \begin_inset space \textvisiblespace{}
6768 \end_inset
6769
6770 ^3
6771 \begin_inset Index idx
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775 Commands ! O ! 
6776 \backslash
6777 overbrace
6778 \end_layout
6779
6780 \end_inset
6781
6782
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 \begin_inset Formula $\overbrace{A+B}^{3}$
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 </row>
6800 <row topspace="2mm">
6801 <cell alignment="center" valignment="top" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \backslash
6807 underbrace
6808 \begin_inset space \textvisiblespace{}
6809 \end_inset
6810
6811 A+B
6812 \begin_inset space \textvisiblespace{}
6813 \end_inset
6814
6815 _5
6816 \begin_inset Index idx
6817 status collapsed
6818
6819 \begin_layout Plain Layout
6820 Commands ! U ! 
6821 \backslash
6822 underbrace
6823 \end_layout
6824
6825 \end_inset
6826
6827
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 \begin_inset Formula $\underbrace{A+B}_{5}$
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 </row>
6845 <row>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850
6851 \backslash
6852 overbrace
6853 \begin_inset space \textvisiblespace{}
6854 \end_inset
6855
6856
6857 \backslash
6858 underbrace
6859 \begin_inset space \textvisiblespace{}
6860 \end_inset
6861
6862 A+B_w
6863 \begin_inset space \textvisiblespace{}
6864 \end_inset
6865
6866
6867 \begin_inset space \textvisiblespace{}
6868 \end_inset
6869
6870 _7
6871 \begin_inset space \textvisiblespace{}
6872 \end_inset
6873
6874
6875 \begin_inset space \textvisiblespace{}
6876 \end_inset
6877
6878 ^
6879 \begin_inset space \textvisiblespace{}
6880 \end_inset
6881
6882 C
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 </lyxtabular>
6901
6902 \end_inset
6903
6904
6905 \end_layout
6906
6907 \begin_layout Standard
6908 In the last example it doesn't matter if 
6909 \series bold
6910
6911 \backslash
6912 overbrace
6913 \series default
6914  or 
6915 \series bold
6916
6917 \backslash
6918 underbrace
6919 \series default
6920  is inserted at first.
6921 \end_layout
6922
6923 \begin_layout Standard
6924 \begin_inset VSpace medskip
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \begin_layout Standard
6931 If you set in the document settings under 
6932 \family sans
6933 Math
6934 \begin_inset space ~
6935 \end_inset
6936
6937 Options
6938 \family default
6939  for the package 
6940 \series bold
6941 mathtools
6942 \series default
6943
6944 \begin_inset Index idx
6945 status collapsed
6946
6947 \begin_layout Plain Layout
6948 Packages ! mathtools
6949 \end_layout
6950
6951 \end_inset
6952
6953  the option 
6954 \family sans
6955 Load
6956 \begin_inset space ~
6957 \end_inset
6958
6959 always
6960 \family default
6961 , you have access to square backets:
6962 \begin_inset Separator latexpar
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \begin_layout Standard
6969 \align center
6970 \begin_inset Tabular
6971 <lyxtabular version="3" rows="4" columns="2">
6972 <features booktabs="true" tabularvalignment="middle">
6973 <column alignment="center" valignment="top" width="0pt">
6974 <column alignment="center" valignment="top" width="0pt">
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 Command
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 Result
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \backslash
7002
7003 \family roman
7004 \series medium
7005 \shape up
7006 \size normal
7007 \emph off
7008 \bar no
7009 \strikeout off
7010 \uuline off
7011 \uwave off
7012 \noun off
7013 \color none
7014 overbracket
7015 \family default
7016 \series default
7017 \shape default
7018 \size default
7019 \emph default
7020 \bar default
7021 \strikeout default
7022 \uuline default
7023 \uwave default
7024 \noun default
7025 \color inherit
7026 {A+B
7027 \begin_inset space \textvisiblespace{}
7028 \end_inset
7029
7030 ^3
7031 \begin_inset Index idx
7032 status collapsed
7033
7034 \begin_layout Plain Layout
7035 Commands ! O ! 
7036 \backslash
7037 overbracket
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 \begin_inset Formula $\overbracket{A+B}^{3}$
7052 \end_inset
7053
7054
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row topspace="2mm">
7061 <cell alignment="center" valignment="top" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \backslash
7067 under
7068 \family roman
7069 \series medium
7070 \shape up
7071 \size normal
7072 \emph off
7073 \bar no
7074 \strikeout off
7075 \uuline off
7076 \uwave off
7077 \noun off
7078 \color none
7079 bracket
7080 \family default
7081 \series default
7082 \shape default
7083 \size default
7084 \emph default
7085 \bar default
7086 \strikeout default
7087 \uuline default
7088 \uwave default
7089 \noun default
7090 \color inherit
7091 {A+B
7092 \begin_inset space \textvisiblespace{}
7093 \end_inset
7094
7095 _5
7096 \begin_inset Index idx
7097 status collapsed
7098
7099 \begin_layout Plain Layout
7100 Commands ! U ! 
7101 \backslash
7102 under
7103 \family roman
7104 \series medium
7105 \shape up
7106 \size normal
7107 \emph off
7108 \bar no
7109 \strikeout off
7110 \uuline off
7111 \uwave off
7112 \noun off
7113 \color none
7114 bracket
7115 \end_layout
7116
7117 \end_inset
7118
7119
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 \begin_inset Formula $\underbracket{A+B}_{5}$
7129 \end_inset
7130
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142
7143 \backslash
7144 overbracket{
7145 \backslash
7146 underbracket{A+B_w
7147 \begin_inset space \textvisiblespace{}
7148 \end_inset
7149
7150
7151 \begin_inset space \textvisiblespace{}
7152 \end_inset
7153
7154 _7
7155 \begin_inset space \textvisiblespace{}
7156 \end_inset
7157
7158
7159 \begin_inset space \textvisiblespace{}
7160 \end_inset
7161
7162 ^
7163 \begin_inset space \textvisiblespace{}
7164 \end_inset
7165
7166 C
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7176 \end_inset
7177
7178
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 </lyxtabular>
7185
7186 \end_inset
7187
7188
7189 \end_layout
7190
7191 \begin_layout Standard
7192 For 
7193 \series bold
7194
7195 \backslash
7196 overbracket
7197 \series default
7198  and 
7199 \series bold
7200
7201 \backslash
7202 underbracket
7203 \series default
7204  you can change the thickness of the bracket's stroke by specifying the
7205  desired thickness in square brackets behind the command:
7206 \begin_inset Separator latexpar
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 \align center
7214 \begin_inset Tabular
7215 <lyxtabular version="3" rows="3" columns="2">
7216 <features booktabs="true" tabularvalignment="middle">
7217 <column alignment="center" valignment="top" width="0pt">
7218 <column alignment="center" valignment="top" width="0pt">
7219 <row>
7220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 Command
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 Result
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 </row>
7239 <row>
7240 <cell alignment="center" valignment="top" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244
7245 \backslash
7246
7247 \family roman
7248 \series medium
7249 \shape up
7250 \size normal
7251 \emph off
7252 \bar no
7253 \strikeout off
7254 \uuline off
7255 \uwave off
7256 \noun off
7257 \color none
7258 overbracket
7259 \family default
7260 \series default
7261 \shape default
7262 \size default
7263 \emph default
7264 \bar default
7265 \strikeout default
7266 \uuline default
7267 \uwave default
7268 \noun default
7269 \color inherit
7270 [3pt]
7271 \backslash
7272 {A+B
7273 \begin_inset space \textvisiblespace{}
7274 \end_inset
7275
7276 ^3
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 </row>
7294 <row topspace="2mm">
7295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299
7300 \backslash
7301 under
7302 \family roman
7303 \series medium
7304 \shape up
7305 \size normal
7306 \emph off
7307 \bar no
7308 \strikeout off
7309 \uuline off
7310 \uwave off
7311 \noun off
7312 \color none
7313 bracket
7314 \family default
7315 \series default
7316 \shape default
7317 \size default
7318 \emph default
7319 \bar default
7320 \strikeout default
7321 \uuline default
7322 \uwave default
7323 \noun default
7324 \color inherit
7325 [1pt]
7326 \backslash
7327 {A+B
7328 \begin_inset space \textvisiblespace{}
7329 \end_inset
7330
7331 _5
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 </lyxtabular>
7350
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \begin_layout Standard
7357 \begin_inset VSpace bigskip
7358 \end_inset
7359
7360 When brackets should overlap each other, multiline formulas, as described
7361  in 
7362 \begin_inset CommandInset ref
7363 LatexCommand ref
7364 reference "sec:Multiline-Formulas"
7365
7366 \end_inset
7367
7368 , must be used:
7369 \begin_inset Formula 
7370 \begin{eqnarray*}
7371 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7372  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7373 \end{eqnarray*}
7374
7375 \end_inset
7376
7377 In the first row the formula is inserted together with the first brace.
7378  It is hereby important that the space command
7379 \begin_inset Foot
7380 status collapsed
7381
7382 \begin_layout Plain Layout
7383 Space commands are explained in 
7384 \begin_inset CommandInset ref
7385 LatexCommand ref
7386 reference "subsec:Predefined-Space"
7387
7388 \end_inset
7389
7390 .
7391 \end_layout
7392
7393 \end_inset
7394
7395  
7396 \series bold
7397
7398 \backslash
7399 :
7400 \series default
7401  is inserted before the first 
7402 \begin_inset Formula $d$
7403 \end_inset
7404
7405 , because the brace that ends behind the 
7406 \begin_inset Formula $q$
7407 \end_inset
7408
7409  prevents that the following 
7410 \begin_inset Quotes eld
7411 \end_inset
7412
7413 +
7414 \begin_inset Quotes erd
7415 \end_inset
7416
7417  is surrounded by space.
7418 \begin_inset Foot
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422 because a bracket is not handled as a character, see 
7423 \begin_inset CommandInset ref
7424 LatexCommand ref
7425 reference "subsec:Binary-Operators"
7426
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433
7434  In the second row the second brace is inserted.
7435  As it should begin before the 
7436 \begin_inset Formula $b$
7437 \end_inset
7438
7439 , first the command 
7440 \series bold
7441
7442 \backslash
7443 hphantom{gggg+
7444 \backslash
7445 :}
7446 \series default
7447  is inserted.
7448 \begin_inset Foot
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 more about 
7453 \series bold
7454
7455 \backslash
7456 hphantom
7457 \series default
7458  see 
7459 \begin_inset CommandInset ref
7460 LatexCommand ref
7461 reference "subsec:Placeholders"
7462
7463 \end_inset
7464
7465
7466 \end_layout
7467
7468 \end_inset
7469
7470  This space is needed because the 
7471 \begin_inset Quotes eld
7472 \end_inset
7473
7474 +
7475 \begin_inset Quotes erd
7476 \end_inset
7477
7478  is also surrounded by space in the formula.
7479  The brace is placed under the command 
7480 \series bold
7481
7482 \backslash
7483 hphantom{bbqq+dddd}
7484 \series default
7485 .
7486 \end_layout
7487
7488 \begin_layout Standard
7489 It gets more complicated when brackets overlap each other above and under
7490  the formula, like in the following example:
7491 \begin_inset ERT
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495
7496
7497 \backslash
7498 setlength{
7499 \backslash
7500 jot}{-6pt}
7501 \end_layout
7502
7503 \end_inset
7504
7505
7506 \begin_inset Formula 
7507 \begin{eqnarray*}
7508  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7509 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7510 \end{eqnarray*}
7511
7512 \end_inset
7513
7514
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520
7521 \backslash
7522 setlength{
7523 \backslash
7524 jot}{3pt}
7525 \end_layout
7526
7527 \end_inset
7528
7529 The first formula row is the same as the second row of the previous example,
7530  with the difference that the brace is above.
7531  The second row contains the formula together with the second brace.
7532  To avoid that there is space between the upper brace in the first row and
7533  the formula, the row spacing needs to be reduced.
7534  This is not easily possible due to a bug in \SpecialChar LyX
7535 .
7536 \begin_inset Foot
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540 \begin_inset CommandInset href
7541 LatexCommand href
7542 name "LyX-bug #1505"
7543 target "http://www.lyx.org/trac/ticket/1505"
7544
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551
7552  As a solution for the problem, the global formula row separation 
7553 \series bold
7554
7555 \backslash
7556 jot
7557 \series default
7558
7559 \begin_inset Index idx
7560 status collapsed
7561
7562 \begin_layout Plain Layout
7563 Commands ! J ! 
7564 \backslash
7565 jot
7566 \end_layout
7567
7568 \end_inset
7569
7570  must be changed to -6
7571 \begin_inset space \thinspace{}
7572 \end_inset
7573
7574 pt before the formula with the command 
7575 \series bold
7576
7577 \backslash
7578 setlength{
7579 \backslash
7580 jot}{-6pt}
7581 \series default
7582  in \SpecialChar TeX
7583  mode.
7584  
7585 \series bold
7586
7587 \backslash
7588 jot
7589 \series default
7590  is set back after the formula to the standard value of 3
7591 \begin_inset space \thinspace{}
7592 \end_inset
7593
7594 pt using the same command.
7595  More about the row separation in formulas is explained in 
7596 \begin_inset CommandInset ref
7597 LatexCommand ref
7598 reference "subsec:Line-Separation"
7599
7600 \end_inset
7601
7602 .
7603 \end_layout
7604
7605 \begin_layout Section
7606 Arrows
7607 \begin_inset Index idx
7608 status collapsed
7609
7610 \begin_layout Plain Layout
7611 Arrows
7612 \end_layout
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \begin_layout Standard
7620 Arrows can be inserted via the math toolbar button 
7621 \begin_inset Info
7622 type  "icon"
7623 arg   "math-insert \\leftarrow"
7624 \end_inset
7625
7626  or the commands listed in the following subsections.
7627 \end_layout
7628
7629 \begin_layout Subsection
7630 Horizontal Arrows
7631 \begin_inset Index idx
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635 Arrows ! horizontal
7636 \end_layout
7637
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \begin_layout Standard
7644 \begin_inset space \hfill{}
7645 \end_inset
7646
7647
7648 \begin_inset Tabular
7649 <lyxtabular version="3" rows="8" columns="2">
7650 <features booktabs="true" tabularvalignment="middle">
7651 <column alignment="center" valignment="top" width="0pt">
7652 <column alignment="center" valignment="top" width="0pt">
7653 <row>
7654 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 Command
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 Result
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="center" valignment="top" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \backslash
7680 gets
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset Formula $\gets$
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \backslash
7705 Leftarrow
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 \begin_inset Formula $\Leftarrow$
7715 \end_inset
7716
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \backslash
7730 longleftarrow
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 \begin_inset Formula $\longleftarrow$
7740 \end_inset
7741
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \backslash
7755 Longleftarrow
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 \begin_inset Formula $\Longleftarrow$
7765 \end_inset
7766
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 <row>
7774 <cell alignment="center" valignment="top" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \backslash
7780 leftharpoonup
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 \begin_inset Formula $\leftharpoonup$
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 <row>
7799 <cell alignment="center" valignment="top" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803
7804 \backslash
7805 leftharpoondown
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 \begin_inset Formula $\leftharpoondown$
7815 \end_inset
7816
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row>
7824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \backslash
7830 hookleftarrow
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 \begin_inset Formula $\hookleftarrow$
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 </lyxtabular>
7849
7850 \end_inset
7851
7852
7853 \begin_inset space \hfill{}
7854 \end_inset
7855
7856
7857 \begin_inset Tabular
7858 <lyxtabular version="3" rows="8" columns="2">
7859 <features booktabs="true" tabularvalignment="middle">
7860 <column alignment="center" valignment="top" width="0pt">
7861 <column alignment="center" valignment="top" width="0pt">
7862 <row>
7863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Command
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 Result
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row>
7883 <cell alignment="center" valignment="top" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \backslash
7889 to
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 \begin_inset Formula $\to$
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="center" valignment="top" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \backslash
7914 Rightarrow
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 \begin_inset Formula $\Rightarrow$
7924 \end_inset
7925
7926
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \backslash
7939 longrightarrow
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 \begin_inset Formula $\longrightarrow$
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \backslash
7964 Longrightarrow
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 \begin_inset Formula $\Longrightarrow$
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \backslash
7989 rightharpoonup
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 \begin_inset Formula $\rightharpoonup$
7999 \end_inset
8000
8001
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \backslash
8014 rightharpoondown
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 \begin_inset Formula $\rightharpoondown$
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \backslash
8039 hookrightarrow
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 \begin_inset Formula $\hookrightarrow$
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 </lyxtabular>
8058
8059 \end_inset
8060
8061
8062 \begin_inset space \hfill{}
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \begin_layout Standard
8069 \begin_inset space \hfill{}
8070 \end_inset
8071
8072
8073 \begin_inset Tabular
8074 <lyxtabular version="3" rows="6" columns="2">
8075 <features booktabs="true" tabularvalignment="middle">
8076 <column alignment="center" valignment="top" width="0pt">
8077 <column alignment="center" valignment="top" width="0pt">
8078 <row>
8079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Command
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Result
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \backslash
8105 leftrightarrow
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 \begin_inset Formula $\leftrightarrow$
8115 \end_inset
8116
8117
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \backslash
8130 Leftrightarrow
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 \begin_inset Formula $\Leftrightarrow$
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \backslash
8155 longleftrightarrow
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 \begin_inset Formula $\longleftrightarrow$
8165 \end_inset
8166
8167
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \backslash
8180 Longleftrightarrow
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 \begin_inset Formula $\Longleftrightarrow$
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 rightleftharpoons
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 \begin_inset Formula $\rightleftharpoons$
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 </lyxtabular>
8224
8225 \end_inset
8226
8227
8228 \begin_inset space \hspace{}
8229 \length 25pt
8230 \end_inset
8231
8232
8233 \begin_inset space \hfill{}
8234 \end_inset
8235
8236
8237 \begin_inset Tabular
8238 <lyxtabular version="3" rows="5" columns="2">
8239 <features booktabs="true" tabularvalignment="middle">
8240 <column alignment="center" valignment="top" width="0pt">
8241 <column alignment="center" valignment="top" width="0pt">
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Command
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Result
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \backslash
8269 mapsto
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 \begin_inset Formula $\mapsto$
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \backslash
8294 longmapsto
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 \begin_inset Formula $\longmapsto$
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \backslash
8319 leadsto
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 \begin_inset Formula $\leadsto$
8329 \end_inset
8330
8331
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \backslash
8344 dasharrow
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 \begin_inset Formula $\dasharrow$
8354 \end_inset
8355
8356
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 </lyxtabular>
8363
8364 \end_inset
8365
8366
8367 \begin_inset space \hfill{}
8368 \end_inset
8369
8370
8371 \end_layout
8372
8373 \begin_layout Standard
8374 \begin_inset VSpace medskip
8375 \end_inset
8376
8377 Arrows used as accents like e.
8378 \begin_inset space \thinspace{}
8379 \end_inset
8380
8381 g.
8382 \begin_inset space \space{}
8383 \end_inset
8384
8385 vector arrows are listed in 
8386 \begin_inset CommandInset ref
8387 LatexCommand ref
8388 reference "sec:Accents"
8389
8390 \end_inset
8391
8392 .
8393 \end_layout
8394
8395 \begin_layout Standard
8396 \begin_inset VSpace bigskip
8397 \end_inset
8398
8399 Furthermore there are the labeled arrows
8400 \begin_inset Index idx
8401 status collapsed
8402
8403 \begin_layout Plain Layout
8404 Arrows ! labeled
8405 \end_layout
8406
8407 \end_inset
8408
8409  
8410 \series bold
8411
8412 \backslash
8413 xleftarrow
8414 \series default
8415
8416 \begin_inset Index idx
8417 status collapsed
8418
8419 \begin_layout Plain Layout
8420 Commands ! X ! 
8421 \backslash
8422 xleftarrow
8423 \end_layout
8424
8425 \end_inset
8426
8427  and 
8428 \series bold
8429
8430 \backslash
8431 xrightarrow
8432 \series default
8433
8434 \begin_inset Index idx
8435 status collapsed
8436
8437 \begin_layout Plain Layout
8438 Commands ! X ! 
8439 \backslash
8440 xrightarrow
8441 \begin_inset ERT
8442 status collapsed
8443
8444 \begin_layout Plain Layout
8445
8446
8447 \backslash
8448 vspace{4mm}
8449 \end_layout
8450
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457
8458 .
8459  When inserting one of these commands in a formula, an arrow with two blue
8460  boxes appear where the label can be inserted.
8461  The length of the arrow adapts to the label width.
8462 \end_layout
8463
8464 \begin_layout Standard
8465 \align center
8466 \begin_inset Tabular
8467 <lyxtabular version="3" rows="3" columns="2">
8468 <features booktabs="true" tabularvalignment="middle">
8469 <column alignment="center" valignment="top" width="0pt">
8470 <column alignment="center" valignment="top" width="0pt">
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Command
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Result
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 F(a)
8497 \backslash
8498 xleftarrow
8499 \begin_inset space \textvisiblespace{}
8500 \end_inset
8501
8502 x=a
8503 \begin_inset Formula $\downarrow$
8504 \end_inset
8505
8506 x>0
8507 \begin_inset Formula $\to$
8508 \end_inset
8509
8510 F(x)
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8520 \end_inset
8521
8522
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row topspace="2mm">
8529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 F(x)
8534 \backslash
8535 xrightarrow
8536 \begin_inset space \textvisiblespace{}
8537 \end_inset
8538
8539 x=a
8540 \begin_inset Formula $\downarrow$
8541 \end_inset
8542
8543 x>0
8544 \begin_inset Formula $\to$
8545 \end_inset
8546
8547 F(a)
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8557 \end_inset
8558
8559
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 </lyxtabular>
8566
8567 \end_inset
8568
8569
8570 \end_layout
8571
8572 \begin_layout Standard
8573 \begin_inset VSpace medskip
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \begin_layout Standard
8580 If you set in the document settings under 
8581 \family sans
8582 Math
8583 \begin_inset space ~
8584 \end_inset
8585
8586 Options
8587 \family default
8588  for the package 
8589 \series bold
8590 mathtools
8591 \series default
8592
8593 \begin_inset Index idx
8594 status collapsed
8595
8596 \begin_layout Plain Layout
8597 Packages ! mathtools
8598 \end_layout
8599
8600 \end_inset
8601
8602  the option 
8603 \family sans
8604 Load
8605 \begin_inset space ~
8606 \end_inset
8607
8608 always
8609 \family default
8610 , you have access to the following labeled arrows:
8611 \end_layout
8612
8613 \begin_layout Standard
8614 \begin_inset Newpage newpage
8615 \end_inset
8616
8617
8618 \begin_inset Separator latexpar
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \begin_layout Standard
8625 \align center
8626 \begin_inset space \hspace*{\fill}
8627 \end_inset
8628
8629
8630 \begin_inset Tabular
8631 <lyxtabular version="3" rows="7" columns="2">
8632 <features booktabs="true" tabularvalignment="middle">
8633 <column alignment="center" valignment="top" width="0pt">
8634 <column alignment="center" valignment="top" width="0pt">
8635 <row>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Command
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Example
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \family roman
8662 \series medium
8663 \shape up
8664 \size normal
8665 \emph off
8666 \bar no
8667 \strikeout off
8668 \uuline off
8669 \uwave off
8670 \noun off
8671 \color none
8672
8673 \backslash
8674 xleftrightarrow
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8684 \end_inset
8685
8686
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row topspace="2mm">
8693 <cell alignment="center" valignment="top" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \family roman
8699 \series medium
8700 \shape up
8701 \size normal
8702 \emph off
8703 \bar no
8704 \strikeout off
8705 \uuline off
8706 \uwave off
8707 \noun off
8708 \color none
8709
8710 \backslash
8711 xLeftarrow
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8721 \end_inset
8722
8723
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row topspace="2mm">
8730 <cell alignment="center" valignment="top" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \backslash
8736
8737 \family roman
8738 \series medium
8739 \shape up
8740 \size normal
8741 \emph off
8742 \bar no
8743 \strikeout off
8744 \uuline off
8745 \uwave off
8746 \noun off
8747 \color none
8748 xRightarrow
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8758 \end_inset
8759
8760
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row topspace="2mm">
8767 <cell alignment="center" valignment="top" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \backslash
8773
8774 \family roman
8775 \series medium
8776 \shape up
8777 \size normal
8778 \emph off
8779 \bar no
8780 \strikeout off
8781 \uuline off
8782 \uwave off
8783 \noun off
8784 \color none
8785 xLeftrightarrow
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row topspace="2mm">
8804 <cell alignment="center" valignment="top" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \family roman
8810 \series medium
8811 \shape up
8812 \size normal
8813 \emph off
8814 \bar no
8815 \strikeout off
8816 \uuline off
8817 \uwave off
8818 \noun off
8819 \color none
8820
8821 \backslash
8822 xhookleftarrow
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row topspace="2mm">
8841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \family roman
8847 \series medium
8848 \shape up
8849 \size normal
8850 \emph off
8851 \bar no
8852 \strikeout off
8853 \uuline off
8854 \uwave off
8855 \noun off
8856 \color none
8857
8858 \backslash
8859 xhookrightarrow
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8869 \end_inset
8870
8871
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 </lyxtabular>
8878
8879 \end_inset
8880
8881
8882 \begin_inset space \hspace*{\fill}
8883 \end_inset
8884
8885
8886 \begin_inset Tabular
8887 <lyxtabular version="3" rows="7" columns="2">
8888 <features booktabs="true" tabularvalignment="middle">
8889 <column alignment="center" valignment="top" width="0pt">
8890 <column alignment="center" valignment="top" width="0pt">
8891 <row>
8892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Command
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Example
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="center" valignment="top" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \backslash
8918
8919 \family roman
8920 \series medium
8921 \shape up
8922 \size normal
8923 \emph off
8924 \bar no
8925 \strikeout off
8926 \uuline off
8927 \uwave off
8928 \noun off
8929 \color none
8930 xleftharpoondown
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8940 \end_inset
8941
8942
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row topspace="2mm">
8949 <cell alignment="center" valignment="top" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \backslash
8955
8956 \family roman
8957 \series medium
8958 \shape up
8959 \size normal
8960 \emph off
8961 \bar no
8962 \strikeout off
8963 \uuline off
8964 \uwave off
8965 \noun off
8966 \color none
8967 xleftharpoonup
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row topspace="2mm">
8986 <cell alignment="center" valignment="top" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \backslash
8992
8993 \family roman
8994 \series medium
8995 \shape up
8996 \size normal
8997 \emph off
8998 \bar no
8999 \strikeout off
9000 \uuline off
9001 \uwave off
9002 \noun off
9003 \color none
9004 xrightharpoondown
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row topspace="2mm">
9023 <cell alignment="center" valignment="top" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029
9030 \family roman
9031 \series medium
9032 \shape up
9033 \size normal
9034 \emph off
9035 \bar no
9036 \strikeout off
9037 \uuline off
9038 \uwave off
9039 \noun off
9040 \color none
9041 xrightharpoonup
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row topspace="2mm">
9060 <cell alignment="center" valignment="top" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \backslash
9066
9067 \family roman
9068 \series medium
9069 \shape up
9070 \size normal
9071 \emph off
9072 \bar no
9073 \strikeout off
9074 \uuline off
9075 \uwave off
9076 \noun off
9077 \color none
9078 xleftrightharpoons
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row topspace="2mm">
9097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \backslash
9103
9104 \family roman
9105 \series medium
9106 \shape up
9107 \size normal
9108 \emph off
9109 \bar no
9110 \strikeout off
9111 \uuline off
9112 \uwave off
9113 \noun off
9114 \color none
9115 xrightleftharpoons
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 </lyxtabular>
9134
9135 \end_inset
9136
9137
9138 \begin_inset space \hspace*{\fill}
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \begin_layout Standard
9145 The command scheme is for all these arrows:
9146 \begin_inset Separator latexpar
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \begin_layout Standard
9153 \align center
9154 \begin_inset Tabular
9155 <lyxtabular version="3" rows="2" columns="2">
9156 <features booktabs="true" tabularvalignment="middle">
9157 <column alignment="center" valignment="top" width="0pt">
9158 <column alignment="center" valignment="top" width="0pt">
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Command
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Result
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row bottomspace="0.5mm">
9180 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 F(a)
9185 \backslash
9186 xleftrightarrow[x=a]
9187 \backslash
9188 {x>0
9189 \begin_inset Formula $\to$
9190 \end_inset
9191
9192 F(x)
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 </lyxtabular>
9211
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \begin_layout Subsection
9218 Vertical and diagonal Arrows
9219 \begin_inset Index idx
9220 status collapsed
9221
9222 \begin_layout Plain Layout
9223 Arrows ! diagonal
9224 \end_layout
9225
9226 \end_inset
9227
9228
9229 \begin_inset Index idx
9230 status collapsed
9231
9232 \begin_layout Plain Layout
9233 Arrows ! vertical
9234 \end_layout
9235
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \begin_layout Standard
9242 \begin_inset space \hfill{}
9243 \end_inset
9244
9245
9246 \begin_inset Tabular
9247 <lyxtabular version="3" rows="7" columns="2">
9248 <features booktabs="true" tabularvalignment="middle">
9249 <column alignment="center" valignment="top" width="0pt">
9250 <column alignment="center" valignment="top" width="0pt">
9251 <row>
9252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Command
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Result
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 uparrow
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 \begin_inset Formula $\uparrow$
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="center" valignment="top" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \backslash
9303 Uparrow
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 \begin_inset Formula $\Uparrow$
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="center" valignment="top" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \backslash
9328 updownarrow
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 \begin_inset Formula $\updownarrow$
9338 \end_inset
9339
9340
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="center" valignment="top" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \backslash
9353 Updownarrow
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 \begin_inset Formula $\Updownarrow$
9363 \end_inset
9364
9365
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="center" valignment="top" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \backslash
9378 Downarrow
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 \begin_inset Formula $\Downarrow$
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \backslash
9403 downarrow
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 \begin_inset Formula $\downarrow$
9413 \end_inset
9414
9415
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 </lyxtabular>
9422
9423 \end_inset
9424
9425
9426 \begin_inset space \hfill{}
9427 \end_inset
9428
9429
9430 \begin_inset Tabular
9431 <lyxtabular version="3" rows="5" columns="2">
9432 <features booktabs="true" tabularvalignment="middle">
9433 <column alignment="center" valignment="top" width="0pt">
9434 <column alignment="center" valignment="top" width="0pt">
9435 <row>
9436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Command
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Result
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="center" valignment="top" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \backslash
9462 nearrow
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 \begin_inset Formula $\nearrow$
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 </row>
9480 <row>
9481 <cell alignment="center" valignment="top" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485
9486 \backslash
9487 searrow
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 \begin_inset Formula $\searrow$
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="center" valignment="top" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \backslash
9512 swarrow
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\swarrow$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \backslash
9537 nwarrow
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 \begin_inset Formula $\nwarrow$
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 </row>
9555 </lyxtabular>
9556
9557 \end_inset
9558
9559
9560 \begin_inset space \hfill{}
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567 \begin_inset VSpace medskip
9568 \end_inset
9569
9570 Vertical arrows can be used also as delimiters together with the commands
9571  described in 
9572 \begin_inset CommandInset ref
9573 LatexCommand ref
9574 reference "subsec:Manual-Bracket-Size"
9575
9576 \end_inset
9577
9578  and 
9579 \begin_inset CommandInset ref
9580 LatexCommand ref
9581 reference "subsec:Automatic-Bracket-Size"
9582
9583 \end_inset
9584
9585 .
9586 \end_layout
9587
9588 \begin_layout Section
9589 Accents
9590 \begin_inset CommandInset label
9591 LatexCommand label
9592 name "sec:Accents"
9593
9594 \end_inset
9595
9596
9597 \begin_inset Index idx
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601 Accents
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Standard
9610 Accents can be inserted via the math toolbar button 
9611 \begin_inset Info
9612 type  "icon"
9613 arg   "math-insert \\hat"
9614 \end_inset
9615
9616  or the commands listed in the following subsections.
9617 \end_layout
9618
9619 \begin_layout Subsection
9620 Accents for one Character
9621 \begin_inset ERT
9622 status collapsed
9623
9624 \begin_layout Plain Layout
9625
9626
9627 \backslash
9628 texorpdfstring{
9629 \end_layout
9630
9631 \end_inset
9632
9633
9634 \begin_inset Foot
9635 status collapsed
9636
9637 \begin_layout Plain Layout
9638 accents in text see 
9639 \begin_inset CommandInset ref
9640 LatexCommand ref
9641 reference "subsec:Accents-in-Text"
9642
9643 \end_inset
9644
9645
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \begin_inset ERT
9652 status collapsed
9653
9654 \begin_layout Plain Layout
9655
9656 }{}
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \begin_inset Note Note
9663 status collapsed
9664
9665 \begin_layout Plain Layout
9666
9667 \series bold
9668
9669 \backslash
9670 texorpdfstring
9671 \series default
9672  is used to avoid that the footnote appears in the PDF-bookmark.
9673 \end_layout
9674
9675 \begin_layout Plain Layout
9676 More about 
9677 \series bold
9678
9679 \backslash
9680 texorpdfstring
9681 \series default
9682  is in section 
9683 \begin_inset CommandInset ref
9684 LatexCommand ref
9685 reference "subsec:Formulas-in-Section"
9686
9687 \end_inset
9688
9689 .
9690 \end_layout
9691
9692 \end_inset
9693
9694
9695 \begin_inset CommandInset label
9696 LatexCommand label
9697 name "subsec:Accents-for-one"
9698
9699 \end_inset
9700
9701
9702 \begin_inset Index idx
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706 Accents ! for one character
9707 \end_layout
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Standard
9715 \begin_inset space \hfill{}
9716 \end_inset
9717
9718
9719 \begin_inset Tabular
9720 <lyxtabular version="3" rows="8" columns="2">
9721 <features booktabs="true" tabularvalignment="middle">
9722 <column alignment="center" valignment="top" width="0pt">
9723 <column alignment="center" valignment="top" width="0pt">
9724 <row>
9725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 Command
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 Result
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 </row>
9744 <row topspace="1.5mm">
9745 <cell alignment="center" valignment="top" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \backslash
9751 dot
9752 \begin_inset space \textvisiblespace{}
9753 \end_inset
9754
9755 A
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 \begin_inset Formula $\dot{A}$
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row topspace="1.5mm">
9774 <cell alignment="center" valignment="top" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \backslash
9780 ddot
9781 \begin_inset space \textvisiblespace{}
9782 \end_inset
9783
9784 A
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 \begin_inset Formula $\ddot{A}$
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row topspace="1.5mm">
9803 <cell alignment="center" valignment="top" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \backslash
9809 dddot
9810 \begin_inset space \textvisiblespace{}
9811 \end_inset
9812
9813 A
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 \begin_inset Formula $\dddot{A}$
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row topspace="1.5mm">
9832 <cell alignment="center" valignment="top" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \backslash
9838 ddddot
9839 \begin_inset space \textvisiblespace{}
9840 \end_inset
9841
9842 A
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 \begin_inset Formula $\ddddot{A}$
9852 \end_inset
9853
9854
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row topspace="1.5mm">
9861 <cell alignment="center" valignment="top" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \backslash
9867 vec
9868 \begin_inset space \textvisiblespace{}
9869 \end_inset
9870
9871 A
9872 \begin_inset Index idx
9873 status collapsed
9874
9875 \begin_layout Plain Layout
9876 Vectors
9877 \end_layout
9878
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 \begin_inset Formula $\vec{A}$
9891 \end_inset
9892
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row topspace="1.5mm">
9900 <cell alignment="center" valignment="top" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \backslash
9906 bar
9907 \begin_inset space \textvisiblespace{}
9908 \end_inset
9909
9910 A
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 \begin_inset Formula $\bar{A}$
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row topspace="1.5mm">
9929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \backslash
9935 mathring
9936 \begin_inset space \textvisiblespace{}
9937 \end_inset
9938
9939 A
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 \begin_inset Formula $\mathring{A}$
9949 \end_inset
9950
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 </lyxtabular>
9958
9959 \end_inset
9960
9961
9962 \begin_inset space \hfill{}
9963 \end_inset
9964
9965
9966 \begin_inset Tabular
9967 <lyxtabular version="3" rows="7" columns="2">
9968 <features booktabs="true" tabularvalignment="middle">
9969 <column alignment="center" valignment="top" width="0pt">
9970 <column alignment="center" valignment="top" width="0pt">
9971 <row>
9972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Command
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 Result
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row topspace="1.5mm">
9992 <cell alignment="center" valignment="top" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \backslash
9998 tilde
9999 \begin_inset space \textvisiblespace{}
10000 \end_inset
10001
10002 A
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 \begin_inset Formula $\tilde{A}$
10012 \end_inset
10013
10014
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row topspace="1.5mm">
10021 <cell alignment="center" valignment="top" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \backslash
10027 hat
10028 \begin_inset space \textvisiblespace{}
10029 \end_inset
10030
10031 A
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 \begin_inset Formula $\hat{A}$
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row topspace="1.5mm">
10050 <cell alignment="center" valignment="top" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \backslash
10056 check
10057 \begin_inset space \textvisiblespace{}
10058 \end_inset
10059
10060 A
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 \begin_inset Formula $\check{A}$
10070 \end_inset
10071
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row topspace="1.5mm">
10079 <cell alignment="center" valignment="top" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \backslash
10085 acute
10086 \begin_inset space \textvisiblespace{}
10087 \end_inset
10088
10089 A
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 \begin_inset Formula $\acute{A}$
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row topspace="1.5mm">
10108 <cell alignment="center" valignment="top" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \backslash
10114 grave
10115 \begin_inset space \textvisiblespace{}
10116 \end_inset
10117
10118 A
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 \begin_inset Formula $\grave{A}$
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row topspace="1.5mm">
10137 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \backslash
10143 breve
10144 \begin_inset space \textvisiblespace{}
10145 \end_inset
10146
10147 A
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 \begin_inset Formula $\breve{A}$
10157 \end_inset
10158
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 </lyxtabular>
10166
10167 \end_inset
10168
10169
10170 \begin_inset space \hfill{}
10171 \end_inset
10172
10173
10174 \end_layout
10175
10176 \begin_layout Standard
10177 \begin_inset VSpace bigskip
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \begin_layout Standard
10184 You can directly insert accents like é to formulas.
10185  \SpecialChar LyX
10186  will transform them to the corresponding accent command.
10187  For umlauts
10188 \begin_inset Index idx
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192 Umlauts
10193 \end_layout
10194
10195 \end_inset
10196
10197  it is better to insert a quotation mark before the vowel.
10198  These two characters are then treated by \SpecialChar LaTeX
10199  as 
10200 \emph on
10201 one
10202 \emph default
10203  character when the formula part with the umlaut is marked as German.
10204  In contrary to 
10205 \series bold
10206
10207 \backslash
10208 ddot
10209 \series default
10210 , with this method 
10211 \begin_inset Quotes eld
10212 \end_inset
10213
10214 real
10215 \begin_inset Quotes erd
10216 \end_inset
10217
10218  umlauts are created as demonstrated in the following example:
10219 \end_layout
10220
10221 \begin_layout Standard
10222 \begin_inset VSpace -2mm
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \begin_layout Standard
10229 \align center
10230 \begin_inset Tabular
10231 <lyxtabular version="3" rows="3" columns="2">
10232 <features booktabs="true" tabularvalignment="middle">
10233 <column alignment="center" valignment="top" width="0pt">
10234 <column alignment="center" valignment="top">
10235 <row>
10236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Command
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Result
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 \begin_inset Quotes grd
10261 \end_inset
10262
10263 i
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 \begin_inset space \hspace{}
10273 \length 0pt
10274 \end_inset
10275
10276
10277 \lang ngerman
10278
10279 \begin_inset Formula $"i$
10280 \end_inset
10281
10282
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row topspace="1.5mm">
10289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \backslash
10295 ddot
10296 \begin_inset space \textvisiblespace{}
10297 \end_inset
10298
10299 i
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 \begin_inset Formula $\ddot{i}$
10309 \end_inset
10310
10311
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 </lyxtabular>
10318
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \begin_layout Standard
10325 Another advantage to 
10326 \series bold
10327
10328 \backslash
10329 ddot
10330 \series default
10331  is that umlauts can directly be converted to mathematical text because
10332  the accent commands above are 
10333 \emph on
10334 not allowed
10335 \emph default
10336  
10337 \emph on
10338 in mathematical text
10339 \emph default
10340 .
10341  To convert an accented character to mathematical text, only the character
10342  under the accent may be converted.
10343  This applies also for all other conversions, e.
10344 \begin_inset space \thinspace{}
10345 \end_inset
10346
10347 g.
10348 \begin_inset space \space{}
10349 \end_inset
10350
10351 to italic or bold.
10352 \end_layout
10353
10354 \begin_layout Standard
10355 In mathematical text, umlauts and other accented characters can directly
10356  be inserted.
10357 \end_layout
10358
10359 \begin_layout Standard
10360 \begin_inset VSpace bigskip
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \begin_layout Standard
10367 \SpecialChar LyX
10368  also supports a tilde under the character if the \SpecialChar LaTeX
10369 -package 
10370 \series bold
10371 undertilde
10372 \series default
10373
10374 \begin_inset Index idx
10375 status collapsed
10376
10377 \begin_layout Plain Layout
10378 Packages ! undertilde
10379 \end_layout
10380
10381 \end_inset
10382
10383  is installed on your system:
10384 \end_layout
10385
10386 \begin_layout Standard
10387 \begin_inset ERT
10388 status collapsed
10389
10390 \begin_layout Plain Layout
10391
10392
10393 \backslash
10394 ifundertilde 
10395 \end_layout
10396
10397 \end_inset
10398
10399
10400 \begin_inset Note Note
10401 status open
10402
10403 \begin_layout Plain Layout
10404 The following table will only be displayed when the \SpecialChar LaTeX
10405 -package 
10406 \series bold
10407 undertilde
10408 \series default
10409  is installed.
10410 \end_layout
10411
10412 \end_inset
10413
10414
10415 \begin_inset Separator latexpar
10416 \end_inset
10417
10418
10419 \end_layout
10420
10421 \begin_layout Standard
10422 \noindent
10423 \align center
10424 \begin_inset Tabular
10425 <lyxtabular version="3" rows="2" columns="2">
10426 <features booktabs="true" tabularvalignment="middle">
10427 <column alignment="center" valignment="top" width="0pt">
10428 <column alignment="center" valignment="top" width="0pt">
10429 <row>
10430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Command
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Result
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \backslash
10456 utilde
10457 \begin_inset space \textvisiblespace{}
10458 \end_inset
10459
10460 A
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 \begin_inset Formula $\utilde{A}$
10470 \end_inset
10471
10472
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 </lyxtabular>
10479
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \begin_layout Standard
10486 \begin_inset ERT
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490
10491
10492 \backslash
10493 else 
10494 \end_layout
10495
10496 \end_inset
10497
10498
10499 \begin_inset Note Note
10500 status open
10501
10502 \begin_layout Plain Layout
10503 The following will be displayed when the \SpecialChar LaTeX
10504 -package 
10505 \series bold
10506 undertilde
10507 \series default
10508  is not installed:
10509 \end_layout
10510
10511 \end_inset
10512
10513
10514 \end_layout
10515
10516 \begin_layout Standard
10517 You need to install the \SpecialChar LaTeX
10518 -package 
10519 \series bold
10520 undertilde
10521 \series default
10522  to see the rest of this subsection in the output.
10523 \end_layout
10524
10525 \begin_layout Standard
10526 \begin_inset ERT
10527 status collapsed
10528
10529 \begin_layout Plain Layout
10530
10531
10532 \backslash
10533 fi 
10534 \end_layout
10535
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \begin_layout Standard
10542 \begin_inset Newpage newpage
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \begin_layout Subsection
10549 Accents for several Characters
10550 \begin_inset Index idx
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554 Accents ! for several characters
10555 \end_layout
10556
10557 \end_inset
10558
10559
10560 \end_layout
10561
10562 \begin_layout Standard
10563 \begin_inset space \hfill{}
10564 \end_inset
10565
10566
10567 \begin_inset Tabular
10568 <lyxtabular version="3" rows="5" columns="2">
10569 <features booktabs="true" tabularvalignment="middle">
10570 <column alignment="center" valignment="top" width="0pt">
10571 <column alignment="center" valignment="top" width="0pt">
10572 <row>
10573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Command
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Result
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row topspace="1.5mm">
10593 <cell alignment="center" valignment="top" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \backslash
10599 overleftarrow
10600 \begin_inset space \textvisiblespace{}
10601 \end_inset
10602
10603 A=B
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 \begin_inset Formula $\overleftarrow{A=B}$
10613 \end_inset
10614
10615
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row topspace="1.5mm">
10622 <cell alignment="center" valignment="top" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \backslash
10628 underleftarrow
10629 \begin_inset space \textvisiblespace{}
10630 \end_inset
10631
10632 A=B
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 \begin_inset Formula $\underleftarrow{A=B}$
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row topspace="1.5mm">
10651 <cell alignment="center" valignment="top" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \backslash
10657 overleftrightarrow
10658 \begin_inset space \textvisiblespace{}
10659 \end_inset
10660
10661 A=B
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 \begin_inset Formula $\overleftrightarrow{A=B}$
10671 \end_inset
10672
10673
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row topspace="1.5mm" bottomspace="1mm">
10680 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \backslash
10686 underleftrightarrow
10687 \begin_inset space \textvisiblespace{}
10688 \end_inset
10689
10690 A=B
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 \begin_inset Formula $\underleftrightarrow{A=B}$
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 </lyxtabular>
10709
10710 \end_inset
10711
10712
10713 \begin_inset space \hfill{}
10714 \end_inset
10715
10716
10717 \begin_inset Tabular
10718 <lyxtabular version="3" rows="5" columns="2">
10719 <features booktabs="true" tabularvalignment="middle">
10720 <column alignment="center" valignment="top" width="0pt">
10721 <column alignment="center" valignment="top" width="0pt">
10722 <row>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Command
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Result
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row topspace="1.5mm">
10743 <cell alignment="center" valignment="top" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \backslash
10749 overrightarrow
10750 \begin_inset space \textvisiblespace{}
10751 \end_inset
10752
10753 A=B
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 \begin_inset Formula $\overrightarrow{A=B}$
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row topspace="1.5mm">
10772 <cell alignment="center" valignment="top" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \backslash
10778 underrightarrow
10779 \begin_inset space \textvisiblespace{}
10780 \end_inset
10781
10782 A=B
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 \begin_inset Formula $\underrightarrow{A=B}$
10792 \end_inset
10793
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row topspace="1.5mm">
10801 <cell alignment="center" valignment="top" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \backslash
10807 widetilde
10808 \begin_inset space \textvisiblespace{}
10809 \end_inset
10810
10811 A=B
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 \begin_inset Formula $\widetilde{A=B}$
10821 \end_inset
10822
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row topspace="1.5mm" bottomspace="1mm">
10830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \backslash
10836 widehat
10837 \begin_inset space \textvisiblespace{}
10838 \end_inset
10839
10840 A=B
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 \begin_inset Formula $\widehat{A=B}$
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 </lyxtabular>
10859
10860 \end_inset
10861
10862
10863 \begin_inset space \hfill{}
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \begin_layout Standard
10870 \begin_inset VSpace medskip
10871 \end_inset
10872
10873 With these commands as many characters as you like can be accented.
10874  But the accents 
10875 \series bold
10876
10877 \backslash
10878 widetilde
10879 \series default
10880  and 
10881 \series bold
10882
10883 \backslash
10884 widehat
10885 \series default
10886  will only be set in the output with a length of three characters, as shown
10887  in the following example:
10888 \begin_inset Formula 
10889 \[
10890 \widetilde{A+B=C-D}
10891 \]
10892
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \begin_layout Standard
10899 With the commands 
10900 \series bold
10901
10902 \backslash
10903 overset
10904 \series default
10905
10906 \begin_inset Index idx
10907 status collapsed
10908
10909 \begin_layout Plain Layout
10910 Commands ! O ! 
10911 \backslash
10912 overset
10913 \end_layout
10914
10915 \end_inset
10916
10917  and 
10918 \series bold
10919
10920 \backslash
10921 underset
10922 \series default
10923
10924 \begin_inset Index idx
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928 Commands ! U ! 
10929 \backslash
10930 underset
10931 \end_layout
10932
10933 \end_inset
10934
10935  described in the previous subsection it is also possible to accent several
10936  characters.
10937  The command 
10938 \series bold
10939
10940 \backslash
10941 underset
10942 \begin_inset space \textvisiblespace{}
10943 \end_inset
10944
10945 A=B
10946 \begin_inset Formula $\downarrow$
10947 \end_inset
10948
10949 ***
10950 \series default
10951  creates:
10952 \begin_inset Formula 
10953 \[
10954 \underset{***}{A=B}
10955 \]
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Section
10963 Space
10964 \begin_inset CommandInset label
10965 LatexCommand label
10966 name "subsec:Space"
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index idx
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Space ! horizontal
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Subsection
10984 Predefined Space
10985 \begin_inset CommandInset label
10986 LatexCommand label
10987 name "subsec:Predefined-Space"
10988
10989 \end_inset
10990
10991
10992 \begin_inset Index idx
10993 status collapsed
10994
10995 \begin_layout Plain Layout
10996 Space ! horizontal ! predefined
10997 \end_layout
10998
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \begin_layout Standard
11005 Sometimes it is necessary to insert horizontal space into a formula.
11006  This is done by inserting a protected space (shortcut 
11007 \begin_inset Info
11008 type  "shortcut"
11009 arg   "command-alternatives space-insert protected ; math-space"
11010 \end_inset
11011
11012 ).
11013  A 
11014 \begin_inset Quotes eld
11015 \end_inset
11016
11017
11018 \color blue
11019
11020 \begin_inset space \textvisiblespace{}
11021 \end_inset
11022
11023
11024 \color inherit
11025
11026 \begin_inset Quotes erd
11027 \end_inset
11028
11029  appears and by pressing 
11030 \family sans
11031 Space
11032 \family default
11033  several times one can select one of eight different space sizes.
11034  The spaces can also be inserted using the math toolbar button 
11035 \begin_inset Info
11036 type  "icon"
11037 arg   "math-insert \\space"
11038 \end_inset
11039
11040  or special commands.
11041  Independent from the inserted command, one can select the size again by
11042  pressing 
11043 \family sans
11044 Space
11045 \family default
11046  afterwards.
11047 \begin_inset Separator latexpar
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Standard
11054 \noindent
11055 \align center
11056 \begin_inset Tabular
11057 <lyxtabular version="3" rows="6" columns="3">
11058 <features booktabs="true" tabularvalignment="middle">
11059 <column alignment="center" valignment="top">
11060 <column alignment="center" valignment="top" width="15col%">
11061 <column alignment="center" valignment="top">
11062 <row>
11063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Command
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 Number of 
11077 \family sans
11078 Space
11079 \family default
11080  keystrokes
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Result
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \backslash
11102 ,
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 0
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 \begin_inset Formula $A\,B$
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 <row>
11130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134
11135 \backslash
11136 :
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 1
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 \begin_inset Formula $A\:B$
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 </row>
11163 <row>
11164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168
11169 \backslash
11170 ;
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 2
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 \begin_inset Formula $A\;B$
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row>
11198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 quad
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 3
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 \begin_inset Formula $A\quad B$
11223 \end_inset
11224
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \backslash
11238 qquad
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 4
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 \begin_inset Formula $A\qquad B$
11257 \end_inset
11258
11259
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 </lyxtabular>
11266
11267 \end_inset
11268
11269
11270 \begin_inset space \hfill{}
11271 \end_inset
11272
11273
11274 \begin_inset Tabular
11275 <lyxtabular version="3" rows="6" columns="3">
11276 <features booktabs="true" tabularvalignment="middle">
11277 <column alignment="center" valignment="top">
11278 <column alignment="center" valignment="top" width="15col%">
11279 <column alignment="center" valignment="top">
11280 <row>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 Command
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 Number of 
11295 \family sans
11296 Space
11297 \family default
11298  keystrokes
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 Result
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 </row>
11313 <row>
11314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318
11319 \backslash
11320 hfill
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 5
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\hfill B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 </row>
11347 <row>
11348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \backslash
11354 hspace*{1em}
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 6
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\hspace*{1em}B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386
11387 \backslash
11388 hspace{1em}
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 7
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 \begin_inset Formula $A\hspace{1em}B$
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \backslash
11422
11423 \begin_inset space \textvisiblespace{}
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 8
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 \begin_inset Formula $A\ B$
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 <row>
11454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \backslash
11460 !
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 9
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset Formula $A\!B$
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \begin_layout Standard
11495 Space
11496 \begin_inset space ~
11497 \end_inset
11498
11499 5
11500 \begin_inset space \thinspace{}
11501 \end_inset
11502
11503
11504 \begin_inset space \thinspace{}
11505 \end_inset
11506
11507 7 are variable spaces which are explained in 
11508 \begin_inset CommandInset ref
11509 LatexCommand ref
11510 reference "subsec:Variable-Space"
11511
11512 \end_inset
11513
11514 .
11515  Space
11516 \begin_inset space ~
11517 \end_inset
11518
11519 9 seems to produce no space.
11520  It is displayed red in \SpecialChar LyX
11521  contrary to the other sizes, because it is a negative
11522  space.
11523  There are two more negative spaces:
11524 \begin_inset Separator latexpar
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Standard
11531 \align center
11532 \begin_inset Tabular
11533 <lyxtabular version="3" rows="3" columns="3">
11534 <features booktabs="true" tabularvalignment="middle">
11535 <column alignment="center" valignment="middle" width="6.8cm">
11536 <column alignment="center" valignment="top" width="0pt">
11537 <column alignment="center" valignment="top" width="0pt">
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 Command
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552
11553 \backslash
11554 negmedspace
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563
11564 \backslash
11565 negthickspace
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 <row>
11572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 Number of 
11577 \family sans
11578 Space
11579 \family default
11580  keystrokes after inserting the protected space
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 10
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 11
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 <row>
11605 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 Result
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 \begin_inset Formula $A\negmedspace B$
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 \begin_inset Formula $A\negthickspace B$
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 Negative spaces can lead to characters overlapping each other.
11648  Thus they can be used to enforce ligatures, which are e.
11649 \begin_inset space \thinspace{}
11650 \end_inset
11651
11652 g.
11653 \begin_inset space \space{}
11654 \end_inset
11655
11656 useful for summation operators:
11657 \begin_inset Separator latexpar
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 \align center
11665 \begin_inset Tabular
11666 <lyxtabular version="3" rows="3" columns="2">
11667 <features booktabs="true" tabularvalignment="middle">
11668 <column alignment="center" valignment="top" width="0pt">
11669 <column alignment="center" valignment="top">
11670 <row>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 Command
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 Result
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695
11696 \backslash
11697 sum
11698 \backslash
11699 sum
11700 \begin_inset space \textvisiblespace{}
11701 \end_inset
11702
11703 f_kl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 \begin_inset Formula $\sum\sum f_{kl}$
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \backslash
11728 sum
11729 \backslash
11730 negmedspace
11731 \backslash
11732 sum
11733 \begin_inset space \textvisiblespace{}
11734 \end_inset
11735
11736 f_kl
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 </row>
11754 </lyxtabular>
11755
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \begin_layout Standard
11762 \noindent
11763 \begin_inset VSpace medskip
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 \noindent
11771 Relations like for example equal signs, are always surrounded by space.
11772  To suppress this, the equal sign is placed into a \SpecialChar TeX
11773  brace.
11774  The following example demonstrates this:
11775 \begin_inset Separator latexpar
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \align center
11783 \begin_inset Tabular
11784 <lyxtabular version="3" rows="2" columns="2">
11785 <features tabularvalignment="middle">
11786 <column alignment="center" valignment="top" width="0pt">
11787 <column alignment="center" valignment="top" width="0pt">
11788 <row>
11789 <cell alignment="center" valignment="top" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 normal equation
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 \begin_inset Formula $A=B$
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 equation without space
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 \begin_inset Formula $A{=}B$
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 </row>
11834 </lyxtabular>
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Standard
11842 \noindent
11843 The command for the last formula is: 
11844 \series bold
11845 A
11846 \backslash
11847 {=
11848 \begin_inset Formula $\to$
11849 \end_inset
11850
11851 B
11852 \end_layout
11853
11854 \begin_layout Standard
11855 \begin_inset VSpace bigskip
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Standard
11862 Spaces are needed for physical units, because the space between the value
11863  and the unit is the smallest one and not a normal space.
11864  For units in text, the smallest space is inserted via the menu 
11865 \family sans
11866 Insert\SpecialChar menuseparator
11867 Formatting\SpecialChar menuseparator
11868 Thin
11869 \begin_inset space ~
11870 \end_inset
11871
11872 Space
11873 \family default
11874  (shortcut 
11875 \begin_inset Info
11876 type  "shortcut"
11877 arg   "space-insert thin"
11878 \end_inset
11879
11880 ).
11881 \end_layout
11882
11883 \begin_layout Standard
11884 An example to visualize the difference:
11885 \end_layout
11886
11887 \begin_layout Standard
11888 \begin_inset Tabular
11889 <lyxtabular version="3" rows="2" columns="2">
11890 <features tabularvalignment="middle">
11891 <column alignment="left" valignment="top">
11892 <column alignment="left" valignment="top">
11893 <row>
11894 <cell alignment="center" valignment="top" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 24 kW
11899 \begin_inset Formula $\cdot$
11900 \end_inset
11901
11902 h
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 space between value and unit
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 <row>
11918 <cell alignment="center" valignment="top" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 24
11923 \begin_inset space \thinspace{}
11924 \end_inset
11925
11926 kW
11927 \begin_inset Formula $\cdot$
11928 \end_inset
11929
11930 h
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 smallest space between value and unit
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 </lyxtabular>
11946
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \begin_layout Subsection
11953 Variable Space
11954 \begin_inset ERT
11955 status collapsed
11956
11957 \begin_layout Plain Layout
11958
11959
11960 \backslash
11961 texorpdfstring{
11962 \end_layout
11963
11964 \end_inset
11965
11966
11967 \begin_inset Foot
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971 for vertical space in formulas see 
11972 \begin_inset CommandInset ref
11973 LatexCommand ref
11974 reference "subsec:Line-Separation"
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \begin_inset ERT
11985 status collapsed
11986
11987 \begin_layout Plain Layout
11988
11989 }{}
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \begin_inset Note Note
11996 status collapsed
11997
11998 \begin_layout Plain Layout
11999
12000 \backslash
12001 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12002 \end_layout
12003
12004 \begin_layout Plain Layout
12005 More about 
12006 \backslash
12007 texorpdfstring is in section 
12008 \begin_inset CommandInset ref
12009 LatexCommand ref
12010 reference "subsec:Formulas-in-Section"
12011
12012 \end_inset
12013
12014 .
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \begin_inset CommandInset label
12021 LatexCommand label
12022 name "subsec:Variable-Space"
12023
12024 \end_inset
12025
12026
12027 \begin_inset Index idx
12028 status collapsed
12029
12030 \begin_layout Plain Layout
12031 Space ! horizontal ! variable
12032 \end_layout
12033
12034 \end_inset
12035
12036
12037 \end_layout
12038
12039 \begin_layout Standard
12040 Space with a defined length can be inserted with the command 
12041 \series bold
12042
12043 \backslash
12044 hspace
12045 \series default
12046
12047 \begin_inset Index idx
12048 status collapsed
12049
12050 \begin_layout Plain Layout
12051 Commands ! H ! 
12052 \backslash
12053 hspace
12054 \end_layout
12055
12056 \end_inset
12057
12058 .
12059  Then a long 
12060 \begin_inset Quotes eld
12061 \end_inset
12062
12063
12064 \color blue
12065
12066 \begin_inset space \textvisiblespace{}
12067 \end_inset
12068
12069
12070 \color inherit
12071
12072 \begin_inset Quotes erd
12073 \end_inset
12074
12075  appears.
12076  The length can be specified by left-clicking on the 
12077 \begin_inset Quotes eld
12078 \end_inset
12079
12080
12081 \color blue
12082
12083 \begin_inset space \textvisiblespace{}
12084 \end_inset
12085
12086
12087 \color inherit
12088
12089 \begin_inset Quotes erd
12090 \end_inset
12091
12092 .
12093  The length may also be negative.
12094  When a space would be the first character in a line it would be omitted.
12095  To force its output use the command 
12096 \series bold
12097
12098 \backslash
12099 hspace*
12100 \series default
12101  instead of 
12102 \series bold
12103
12104 \backslash
12105 hspace
12106 \series default
12107  or left-click on the 
12108 \begin_inset Quotes eld
12109 \end_inset
12110
12111
12112 \color blue
12113
12114 \begin_inset space \textvisiblespace{}
12115 \end_inset
12116
12117
12118 \color inherit
12119
12120 \begin_inset Quotes erd
12121 \end_inset
12122
12123  and check the option 
12124 \family sans
12125 Protect
12126 \family default
12127 .
12128 \begin_inset Newline newline
12129 \end_inset
12130
12131 To insert as much space as is available, the command 
12132 \series bold
12133
12134 \backslash
12135 hfill
12136 \series default
12137
12138 \begin_inset Index idx
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142 Commands ! H ! 
12143 \backslash
12144 hfill
12145 \end_layout
12146
12147 \end_inset
12148
12149  is used.
12150 \end_layout
12151
12152 \begin_layout Standard
12153 \align center
12154 \begin_inset Tabular
12155 <lyxtabular version="3" rows="4" columns="2">
12156 <features booktabs="true" tabularvalignment="middle">
12157 <column alignment="center" valignment="top" width="0pt">
12158 <column alignment="center" valignment="top">
12159 <row>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 Command (
12165 \backslash
12166 hspace length)
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 Result
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 <row>
12182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 A=B
12187 \backslash
12188 hspace
12189 \begin_inset space \textvisiblespace{}
12190 \end_inset
12191
12192 A
12193 \backslash
12194 not=C (3
12195 \begin_inset space \thinspace{}
12196 \end_inset
12197
12198 cm)
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 <row>
12217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 A
12222 \backslash
12223 hspace
12224 \begin_inset space \textvisiblespace{}
12225 \end_inset
12226
12227 A
12228 \backslash
12229 not=A (-1
12230 \begin_inset space \thinspace{}
12231 \end_inset
12232
12233 mm)
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12243 \end_inset
12244
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 </row>
12251 <row>
12252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 A=A
12257 \backslash
12258 hfill
12259 \begin_inset space \textvisiblespace{}
12260 \end_inset
12261
12262 B=B
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 \begin_inset Formula $A=A\hfill B=B$
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 </row>
12280 </lyxtabular>
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 In the last example the available space is given by the longest column entry
12289  of the table.
12290  In an inline formula the space depends on the length of the line in which
12291  
12292 \series bold
12293
12294 \backslash
12295 hfill
12296 \series default
12297  is inserted.
12298  Thus, when the line uses the full width, no space will be created.
12299  
12300 \series bold
12301
12302 \backslash
12303 hfill
12304 \series default
12305  only has an effect on displayed formulas when the formula style 
12306 \series bold
12307 Indented
12308 \series default
12309  is used.
12310  (Formula styles are explained in 
12311 \begin_inset CommandInset ref
12312 LatexCommand ref
12313 reference "sec:Formula-Styles"
12314
12315 \end_inset
12316
12317 .)
12318 \end_layout
12319
12320 \begin_layout Standard
12321 Besides 
12322 \series bold
12323
12324 \backslash
12325 hfill
12326 \series default
12327 , there are the commands 
12328 \series bold
12329
12330 \backslash
12331 dotfill
12332 \series default
12333  and 
12334 \series bold
12335
12336 \backslash
12337 hrulefill
12338 \series default
12339  that fill the space with a pattern, see 
12340 \begin_inset CommandInset ref
12341 LatexCommand ref
12342 reference "subsec:Ellipses"
12343
12344 \end_inset
12345
12346  for an example.
12347 \end_layout
12348
12349 \begin_layout Standard
12350 For text, variable space can be inserted via the menu 
12351 \family sans
12352 Insert\SpecialChar menuseparator
12353 Formatting\SpecialChar menuseparator
12354 Horizontal
12355 \begin_inset space ~
12356 \end_inset
12357
12358 Space
12359 \family default
12360 :
12361 \end_layout
12362
12363 \begin_layout Standard
12364 This is a line with
12365 \begin_inset space \hspace{}
12366 \length 2cm
12367 \end_inset
12368
12369 2
12370 \begin_inset space \thinspace{}
12371 \end_inset
12372
12373 cm space.
12374 \end_layout
12375
12376 \begin_layout Standard
12377 This is a line with
12378 \begin_inset space \hfill{}
12379 \end_inset
12380
12381 maximum space.
12382 \end_layout
12383
12384 \begin_layout Subsection
12385 Space besides inline Formulas
12386 \begin_inset Index idx
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390 Space ! besides inline formulas
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399 The space that surrounds inline formulas can be adjusted with the length
12400  
12401 \series bold
12402
12403 \backslash
12404 mathsurround
12405 \series default
12406
12407 \begin_inset Index idx
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411 Commands ! M ! 
12412 \backslash
12413 mathsurround
12414 \end_layout
12415
12416 \end_inset
12417
12418 .
12419  The value of a length is set with the command 
12420 \series bold
12421
12422 \backslash
12423 setlength
12424 \series default
12425
12426 \begin_inset Index idx
12427 status collapsed
12428
12429 \begin_layout Plain Layout
12430 Commands ! S ! 
12431 \backslash
12432 setlength
12433 \end_layout
12434
12435 \end_inset
12436
12437  which has the following scheme:
12438 \end_layout
12439
12440 \begin_layout Standard
12441
12442 \series bold
12443
12444 \backslash
12445 setlength{length name}{value}
12446 \end_layout
12447
12448 \begin_layout Standard
12449 To set 
12450 \series bold
12451
12452 \backslash
12453 mathsurround
12454 \series default
12455  to the value 5
12456 \begin_inset space \thinspace{}
12457 \end_inset
12458
12459 mm, the command
12460 \end_layout
12461
12462 \begin_layout Standard
12463
12464 \series bold
12465
12466 \backslash
12467 setlength{
12468 \backslash
12469 mathsurround}{5mm}
12470 \end_layout
12471
12472 \begin_layout Standard
12473 is inserted in \SpecialChar TeX
12474  mode.
12475  5
12476 \begin_inset space \thinspace{}
12477 \end_inset
12478
12479 mm space will now be set around all inline formulas:
12480 \begin_inset ERT
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484
12485
12486 \backslash
12487 setlength{
12488 \backslash
12489 mathsurround}{5mm}
12490 \end_layout
12491
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \begin_layout Standard
12498 This is a line with an inline formula 
12499 \begin_inset Formula $A=B$
12500 \end_inset
12501
12502  with 5
12503 \begin_inset space \thinspace{}
12504 \end_inset
12505
12506 mm surrounding space.
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 setlength{
12515 \backslash
12516 mathsurround}{0pt}
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \begin_layout Standard
12525 To return to the predefined value, 
12526 \series bold
12527
12528 \backslash
12529 mathsurround
12530 \series default
12531  is set to the value 0
12532 \begin_inset space \thinspace{}
12533 \end_inset
12534
12535 pt.
12536 \end_layout
12537
12538 \begin_layout Standard
12539 \begin_inset Newpage newpage
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \begin_layout Section
12546 Boxes and Frames
12547 \begin_inset Index idx
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551 Boxes
12552 \end_layout
12553
12554 \end_inset
12555
12556
12557 \begin_inset Index idx
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561 Frames | see
12562 \begin_inset ERT
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566
12567 {
12568 \end_layout
12569
12570 \end_inset
12571
12572 Boxes
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578 }
12579 \end_layout
12580
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \begin_layout Standard
12592 Boxes for text are described in chapter 
12593 \family typewriter
12594 Boxes
12595 \family default
12596  in the 
12597 \family typewriter
12598 Embedded
12599 \begin_inset space ~
12600 \end_inset
12601
12602 Objects
12603 \family default
12604  manual.
12605 \end_layout
12606
12607 \begin_layout Subsection
12608 Boxes with Frame
12609 \begin_inset CommandInset label
12610 LatexCommand label
12611 name "subsec:Boxes-with-Frame"
12612
12613 \end_inset
12614
12615
12616 \begin_inset Index idx
12617 status collapsed
12618
12619 \begin_layout Plain Layout
12620 Boxes ! with frame
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \end_layout
12627
12628 \begin_layout Standard
12629 It is possible to frame a formula or part of one with the commands 
12630 \series bold
12631
12632 \backslash
12633 fbox
12634 \series default
12635
12636 \begin_inset Index idx
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640 Commands ! F ! 
12641 \backslash
12642 fbox
12643 \end_layout
12644
12645 \end_inset
12646
12647  and 
12648 \series bold
12649
12650 \backslash
12651 boxed
12652 \series default
12653
12654 \begin_inset Index idx
12655 status collapsed
12656
12657 \begin_layout Plain Layout
12658 Commands ! B ! 
12659 \backslash
12660 boxed
12661 \end_layout
12662
12663 \end_inset
12664
12665 .
12666 \end_layout
12667
12668 \begin_layout Standard
12669 When one of these commands is inserted in a formula, a blue box appears
12670  within a frame to enter formula parts.
12671  For 
12672 \series bold
12673
12674 \backslash
12675 fbox
12676 \series default
12677  an additional formula has to be created by 
12678 \family sans
12679 Ctrl+M
12680 \family default
12681  within this box, because the box content will otherwise be treated as mathemati
12682 cal text.
12683  When 
12684 \series bold
12685
12686 \backslash
12687 boxed
12688 \series default
12689  is used, a new formula is automatically created inside the frame.
12690 \end_layout
12691
12692 \begin_layout Standard
12693 The command 
12694 \series bold
12695
12696 \backslash
12697 fbox
12698 \series default
12699  is not suitable to frame displayed formulas because the formula will always
12700  be set in the size of the text.
12701  
12702 \series bold
12703
12704 \backslash
12705 boxed
12706 \series default
12707  is in contrary not suitable to frame inline formulas, because the formula
12708  will always be set in the size of a displayed formula.
12709 \end_layout
12710
12711 \begin_layout Standard
12712 An extension to 
12713 \series bold
12714
12715 \backslash
12716 fbox
12717 \series default
12718  is the command 
12719 \series bold
12720
12721 \backslash
12722 framebox
12723 \series default
12724
12725 \begin_inset Index idx
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729 Commands ! F ! 
12730 \backslash
12731 framebox
12732 \end_layout
12733
12734 \end_inset
12735
12736  where additionally the frame width and the alignment can be specified.
12737  
12738 \series bold
12739
12740 \backslash
12741 framebox
12742 \series default
12743  is used in the following scheme:
12744 \end_layout
12745
12746 \begin_layout Standard
12747
12748 \series bold
12749
12750 \backslash
12751 framebox[frame width][position]{box content}
12752 \end_layout
12753
12754 \begin_layout Standard
12755 The position can either be 
12756 \emph on
12757 l
12758 \emph default
12759  or 
12760 \emph on
12761 r
12762 \emph default
12763 .
12764  
12765 \emph on
12766 l
12767 \emph default
12768  left aligns, 
12769 \emph on
12770 r
12771 \emph default
12772  right aligns the formula in the box.
12773  When no position is given, the formula will be centered.
12774 \begin_inset Newline newline
12775 \end_inset
12776
12777 If no width is given, also no position can be given.
12778  In this case the frame width is adjusted to the box content like for 
12779 \series bold
12780
12781 \backslash
12782 fbox
12783 \series default
12784 .
12785 \end_layout
12786
12787 \begin_layout Standard
12788 When the command 
12789 \series bold
12790
12791 \backslash
12792 framebox
12793 \series default
12794  is inserted, a box appears containing three blue boxes.
12795  The first two boxes are surrounded by brackets and denote the two optional
12796  arguments.
12797  The third box is for formula parts like for 
12798 \series bold
12799
12800 \backslash
12801 fbox
12802 \series default
12803 .
12804 \begin_inset Separator latexpar
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 \align center
12812 \begin_inset Tabular
12813 <lyxtabular version="3" rows="5" columns="2">
12814 <features booktabs="true" tabularvalignment="middle">
12815 <column alignment="center" valignment="top" width="0pt">
12816 <column alignment="center" valignment="top">
12817 <row>
12818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 Command
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Result
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 </row>
12837 <row topspace="1.5mm">
12838 <cell alignment="center" valignment="top" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842
12843 \backslash
12844 fbox
12845 \begin_inset space \textvisiblespace{}
12846 \end_inset
12847
12848
12849 \family sans
12850 Ctrl+M
12851 \family default
12852  
12853 \backslash
12854 int
12855 \begin_inset space \textvisiblespace{}
12856 \end_inset
12857
12858 A=B
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 <row topspace="1.5mm">
12877 <cell alignment="center" valignment="top" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881
12882 \backslash
12883 boxed
12884 \begin_inset space \textvisiblespace{}
12885 \end_inset
12886
12887
12888 \backslash
12889 int
12890 \begin_inset space \textvisiblespace{}
12891 \end_inset
12892
12893 A=B
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 \begin_inset Formula $\boxed{\int A=B}$
12903 \end_inset
12904
12905
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 </row>
12911 <row topspace="1.5mm">
12912 <cell alignment="center" valignment="top" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 A+
12917 \backslash
12918 fbox
12919 \begin_inset space \textvisiblespace{}
12920 \end_inset
12921
12922 B
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 \begin_inset Formula $A+\fbox{B}$
12932 \end_inset
12933
12934
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 </row>
12940 <row topspace="1.5mm" bottomspace="1mm">
12941 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945
12946 \backslash
12947 framebox
12948 \begin_inset space \textvisiblespace{}
12949 \end_inset
12950
12951 20mm
12952 \begin_inset Formula $\to$
12953 \end_inset
12954
12955
12956 \begin_inset Formula $\to$
12957 \end_inset
12958
12959
12960 \family sans
12961 Ctrl+M
12962 \family default
12963  
12964 \backslash
12965 frac
12966 \begin_inset space \textvisiblespace{}
12967 \end_inset
12968
12969 A
12970 \begin_inset Formula $\downarrow$
12971 \end_inset
12972
12973 B
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12983 \end_inset
12984
12985
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 </row>
12991 </lyxtabular>
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 The frame thickness can also be adjusted.
13000  To do this the following commands have to be inserted in \SpecialChar TeX
13001  mode before the
13002  formula
13003 \end_layout
13004
13005 \begin_layout Standard
13006
13007 \series bold
13008
13009 \backslash
13010 fboxrule
13011 \series default
13012  
13013 \series bold
13014
13015 \begin_inset Quotes eld
13016 \end_inset
13017
13018 thickness
13019 \begin_inset Quotes erd
13020 \end_inset
13021
13022
13023 \series default
13024  
13025 \series bold
13026
13027 \backslash
13028 fboxsep
13029 \series default
13030  
13031 \series bold
13032
13033 \begin_inset Quotes eld
13034 \end_inset
13035
13036 distance
13037 \begin_inset Quotes erd
13038 \end_inset
13039
13040
13041 \end_layout
13042
13043 \begin_layout Standard
13044 \begin_inset Quotes eld
13045 \end_inset
13046
13047 distance
13048 \begin_inset Quotes erd
13049 \end_inset
13050
13051  specifies the minimal distance between the frame and the first character
13052  in the box.
13053  An example for this is the following framed formula:
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 fboxrule 2mm 
13062 \backslash
13063 fboxsep 3mm
13064 \end_layout
13065
13066 \end_inset
13067
13068
13069 \begin_inset Formula 
13070 \[
13071 \boxed{A+B=C}
13072 \]
13073
13074 \end_inset
13075
13076 Before this formula the commands
13077 \end_layout
13078
13079 \begin_layout Standard
13080
13081 \series bold
13082
13083 \backslash
13084 fboxrule
13085 \series default
13086  
13087 \series bold
13088 2mm
13089 \series default
13090  
13091 \series bold
13092
13093 \backslash
13094 fboxsep
13095 \series default
13096  
13097 \series bold
13098 3mm
13099 \end_layout
13100
13101 \begin_layout Standard
13102 were inserted in \SpecialChar TeX
13103  mode.
13104  The given values are used for all following boxes.
13105 \end_layout
13106
13107 \begin_layout Standard
13108 To return to the standard frame size, the command
13109 \end_layout
13110
13111 \begin_layout Standard
13112
13113 \series bold
13114
13115 \backslash
13116 fboxrule
13117 \series default
13118  
13119 \series bold
13120 0.4pt
13121 \series default
13122  
13123 \series bold
13124
13125 \backslash
13126 fboxsep
13127 \series default
13128  
13129 \series bold
13130 3pt
13131 \series default
13132
13133 \begin_inset ERT
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137
13138
13139 \backslash
13140 fboxrule 0.4pt 
13141 \backslash
13142 fboxsep 3pt
13143 \end_layout
13144
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \begin_layout Standard
13151 is inserted in \SpecialChar TeX
13152  mode before the next formula.
13153 \end_layout
13154
13155 \begin_layout Subsection
13156 Boxes without Frame
13157 \begin_inset CommandInset label
13158 LatexCommand label
13159 name "subsec:Boxes-without-Frame"
13160
13161 \end_inset
13162
13163
13164 \begin_inset Index idx
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168 Boxes ! without frame
13169 \end_layout
13170
13171 \end_inset
13172
13173
13174 \end_layout
13175
13176 \begin_layout Standard
13177 For boxes without a frame there are the following box commands: 
13178 \series bold
13179
13180 \backslash
13181 mbox
13182 \series default
13183
13184 \begin_inset Index idx
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188 Commands ! M ! 
13189 \backslash
13190 mbox
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \series bold
13197
13198 \backslash
13199 makebox
13200 \series default
13201
13202 \begin_inset Index idx
13203 status collapsed
13204
13205 \begin_layout Plain Layout
13206 Commands ! M ! 
13207 \backslash
13208 makebox
13209 \end_layout
13210
13211 \end_inset
13212
13213  and 
13214 \series bold
13215
13216 \backslash
13217 raisebox
13218 \series default
13219
13220 \begin_inset Index idx
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224 Commands ! R ! 
13225 \backslash
13226 raisebox
13227 \end_layout
13228
13229 \end_inset
13230
13231
13232 \end_layout
13233
13234 \begin_layout Standard
13235 With 
13236 \series bold
13237
13238 \backslash
13239 raisebox
13240 \series default
13241  a box can be super- or subscripted.
13242  But in contrary to normal super- and subscripting, the characters in the
13243  box keep their font size.
13244  
13245 \series bold
13246
13247 \backslash
13248 raisebox
13249 \series default
13250  is used in the following scheme:
13251 \end_layout
13252
13253 \begin_layout Standard
13254
13255 \series bold
13256
13257 \backslash
13258 raisebox{height}{box content}
13259 \end_layout
13260
13261 \begin_layout Standard
13262 When the box should contain a formula, an extra formula is needed like for
13263  
13264 \series bold
13265
13266 \backslash
13267 fbox
13268 \series default
13269 .
13270  
13271 \series medium
13272
13273 \begin_inset Note Greyedout
13274 status open
13275
13276 \begin_layout Plain Layout
13277
13278 \series bold
13279 Note:
13280 \series default
13281  For 
13282 \series bold
13283
13284 \backslash
13285 raisebox
13286 \series default
13287  this extra formula is created by pressing 
13288 \family sans
13289 Ctrl+M
13290 \family default
13291  twice instead of once because \SpecialChar LyX
13292  doesn't yet support 
13293 \series bold
13294
13295 \backslash
13296 raisebox
13297 \series default
13298  directly.
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \series default
13305
13306 \begin_inset Separator latexpar
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 \align center
13314 \begin_inset Tabular
13315 <lyxtabular version="3" rows="4" columns="2">
13316 <features booktabs="true" tabularvalignment="middle">
13317 <column alignment="center" valignment="top" width="0pt">
13318 <column alignment="center" valignment="top">
13319 <row>
13320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 Command
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 Result
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 H
13345 \backslash
13346 raisebox{2mm
13347 \begin_inset Formula $\to$
13348 \end_inset
13349
13350
13351 \backslash
13352 {al
13353 \begin_inset Formula $\to$
13354 \end_inset
13355
13356  lo
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13366 \end_inset
13367
13368
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 <row>
13375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 H
13380 \backslash
13381 raisebox{-2mm
13382 \begin_inset Formula $\to$
13383 \end_inset
13384
13385
13386 \backslash
13387 {al
13388 \begin_inset Formula $\to$
13389 \end_inset
13390
13391 lo
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 A=
13415 \backslash
13416 raisebox{-2mm
13417 \begin_inset Formula $\to$
13418 \end_inset
13419
13420
13421 \backslash
13422 {
13423 \family sans
13424 Ctrl+M
13425 \family default
13426  
13427 \family sans
13428 Ctrl+M
13429 \family default
13430  
13431 \backslash
13432 sqrt
13433 \begin_inset space \textvisiblespace{}
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 </lyxtabular>
13455
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \begin_layout Standard
13462 The command 
13463 \series bold
13464
13465 \backslash
13466 mbox
13467 \series default
13468  is equivalent to 
13469 \series bold
13470
13471 \backslash
13472 fbox
13473 \series default
13474  and 
13475 \series bold
13476
13477 \backslash
13478 makebox
13479 \series default
13480  is equivalent to 
13481 \series bold
13482
13483 \backslash
13484 framebox
13485 \series default
13486 , with the difference that there is no frame.
13487 \end_layout
13488
13489 \begin_layout Subsection
13490 Colored Boxes
13491 \begin_inset CommandInset label
13492 LatexCommand label
13493 name "subsec:Colored-Boxes"
13494
13495 \end_inset
13496
13497
13498 \begin_inset Index idx
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502 Boxes ! colored
13503 \end_layout
13504
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \begin_layout Standard
13511 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13512 -package 
13513 \series bold
13514 color
13515 \series default
13516
13517 \begin_inset Foot
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521 The \SpecialChar LaTeX
13522 -package 
13523 \series bold
13524 color
13525 \series default
13526  is part of every \SpecialChar LaTeX
13527  standard installation.
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \begin_inset Index idx
13534 status collapsed
13535
13536 \begin_layout Plain Layout
13537 Packages ! color
13538 \end_layout
13539
13540 \end_inset
13541
13542  has to be loaded in the \SpecialChar LaTeX
13543 -preamble with the line
13544 \begin_inset Foot
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548 When text is colored somewhere in the document with a predefined color,
13549  \SpecialChar LyX
13550  loads the \SpecialChar LaTeX
13551  package 
13552 \series bold
13553 color
13554 \series default
13555  automatically.
13556  Thus it is possible that the package is loaded twice, but this does not
13557  cause problems.
13558 \end_layout
13559
13560 \end_inset
13561
13562
13563 \begin_inset Note Note
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13568 -preamble.
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \begin_layout Standard
13577
13578 \series bold
13579
13580 \backslash
13581 usepackage{color}
13582 \end_layout
13583
13584 \begin_layout Standard
13585 \begin_inset VSpace medskip
13586 \end_inset
13587
13588 To color boxes, the command 
13589 \series bold
13590
13591 \backslash
13592 colorbox
13593 \series default
13594
13595 \begin_inset Index idx
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599 Commands ! C ! 
13600 \backslash
13601 colorbox
13602 \end_layout
13603
13604 \end_inset
13605
13606  is used in the following scheme:
13607 \end_layout
13608
13609 \begin_layout Standard
13610
13611 \series bold
13612
13613 \backslash
13614 colorbox{color}{box content}
13615 \end_layout
13616
13617 \begin_layout Standard
13618 The box content can also be a box and a 
13619 \series bold
13620
13621 \backslash
13622 colorbox
13623 \series default
13624  can also be part of another box (see the 2nd and 3rd example).
13625  When the box should contain a formula, an extra formula has to be created,
13626  the same way as for 
13627 \series bold
13628
13629 \backslash
13630 raisebox
13631 \series default
13632 .
13633 \begin_inset Foot
13634 status collapsed
13635
13636 \begin_layout Plain Layout
13637 This also applies for the command 
13638 \series bold
13639
13640 \backslash
13641 fcolorbox
13642 \series default
13643 .
13644 \end_layout
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Standard
13652 One of the following predefined colors can be chosen:
13653 \end_layout
13654
13655 \begin_layout Standard
13656
13657 \series bold
13658 black
13659 \series default
13660
13661 \series bold
13662 blue
13663 \series default
13664
13665 \series bold
13666 cyan
13667 \series default
13668
13669 \series bold
13670 green
13671 \series default
13672
13673 \series bold
13674 magenta
13675 \series default
13676
13677 \series bold
13678 red
13679 \series default
13680
13681 \series bold
13682 white
13683 \series default
13684  and 
13685 \series bold
13686 yellow
13687 \series default
13688
13689 \begin_inset Separator latexpar
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \begin_layout Standard
13696 \align center
13697 \begin_inset Tabular
13698 <lyxtabular version="3" rows="4" columns="2">
13699 <features booktabs="true" tabularvalignment="middle">
13700 <column alignment="center" valignment="top" width="0pt">
13701 <column alignment="center" valignment="top">
13702 <row>
13703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Command
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 Result
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 </row>
13722 <row>
13723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727
13728 \backslash
13729 colorbox{yellow
13730 \begin_inset Formula $\to$
13731 \end_inset
13732
13733
13734 \backslash
13735 {A=B
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 \begin_inset Formula $\colorbox{yellow}{A=B}$
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row topspace="1.5mm">
13754 <cell alignment="center" valignment="top" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758
13759 \backslash
13760 colorbox{green
13761 \begin_inset Formula $\to$
13762 \end_inset
13763
13764
13765 \backslash
13766 {
13767 \backslash
13768 fbox
13769 \begin_inset space \textvisiblespace{}
13770 \end_inset
13771
13772 A=B
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 </row>
13790 <row topspace="1.5mm" bottomspace="1mm">
13791 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \backslash
13797 fbox
13798 \begin_inset space \textvisiblespace{}
13799 \end_inset
13800
13801
13802 \backslash
13803 colorbox{green
13804 \begin_inset Formula $\to$
13805 \end_inset
13806
13807
13808 \backslash
13809 {
13810 \family sans
13811 Ctrl+M
13812 \family default
13813  
13814 \family sans
13815 Ctrl+M
13816 \family default
13817  
13818 \backslash
13819 int
13820 \begin_inset space \textvisiblespace{}
13821 \end_inset
13822
13823 C=D
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13833 \end_inset
13834
13835
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 </lyxtabular>
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \begin_layout Standard
13849
13850 \series bold
13851
13852 \backslash
13853 colorbox
13854 \series default
13855  only colors the box but not the characters in the box.
13856  To color all characters, the whole formula is highlighted and the desired
13857  color is chosen in the 
13858 \family sans
13859 Text
13860 \begin_inset space ~
13861 \end_inset
13862
13863 Style
13864 \family default
13865  dialog.
13866  The dialog can be called with the toolbar button 
13867 \begin_inset Info
13868 type  "icon"
13869 arg   "dialog-show character"
13870 \end_inset
13871
13872  or the menu 
13873 \family sans
13874 Edit\SpecialChar menuseparator
13875 Text
13876 \begin_inset space ~
13877 \end_inset
13878
13879 Style\SpecialChar menuseparator
13880 Customized
13881 \family default
13882 .
13883  The formula number then has the same color as the formula.
13884  When the formula number should get another color than the formula characters,
13885  the color must be changed within the formula.
13886 \end_layout
13887
13888 \begin_layout Standard
13889 An example:
13890 \end_layout
13891
13892 \begin_layout Standard
13893
13894 \color red
13895 \begin_inset Formula 
13896 \begin{equation}
13897 \int A=B\label{eq:red}
13898 \end{equation}
13899
13900 \end_inset
13901
13902
13903 \color green
13904
13905 \begin_inset Formula 
13906 \begin{equation}
13907 \textcolor{red}{\int A=B}\label{eq:redgreen}
13908 \end{equation}
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \begin_layout Standard
13916 Formula 
13917 \begin_inset CommandInset ref
13918 LatexCommand eqref
13919 reference "eq:red"
13920
13921 \end_inset
13922
13923  is completely colored red.
13924 \begin_inset Newline newline
13925 \end_inset
13926
13927 Formula 
13928 \begin_inset CommandInset ref
13929 LatexCommand eqref
13930 reference "eq:redgreen"
13931
13932 \end_inset
13933
13934  was first completely colored green to set the color for the formula number.
13935  Subsequently the formula characters were colored red.
13936 \end_layout
13937
13938 \begin_layout Standard
13939 \begin_inset VSpace bigskip
13940 \end_inset
13941
13942 To color the frame different than the rest of the box, the command 
13943 \series bold
13944
13945 \backslash
13946 fcolorbox
13947 \series default
13948
13949 \begin_inset Index idx
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953 Commands ! F ! 
13954 \backslash
13955 fcolorbox
13956 \end_layout
13957
13958 \end_inset
13959
13960  is used in the following scheme:
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \series bold
13966
13967 \backslash
13968 fcolorbox{frame color}{color}{box content}
13969 \end_layout
13970
13971 \begin_layout Standard
13972 So 
13973 \series bold
13974
13975 \backslash
13976 fcolorbox
13977 \series default
13978  is an extension of the command 
13979 \series bold
13980
13981 \backslash
13982 colorbox
13983 \series default
13984 .
13985  The frame width is set, like for 
13986 \series bold
13987
13988 \backslash
13989 framebox
13990 \series default
13991 , with 
13992 \series bold
13993
13994 \backslash
13995 fboxrule
13996 \series default
13997  and 
13998 \series bold
13999
14000 \backslash
14001 fboxsep
14002 \series default
14003 .
14004  An example:
14005 \begin_inset ERT
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009
14010
14011 \backslash
14012 fboxrule 1mm 
14013 \backslash
14014 fboxsep 1mm
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \begin_inset Formula 
14021 \[
14022 \fcolorbox{cyan}{magenta}{A=B}
14023 \]
14024
14025 \end_inset
14026
14027
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033
14034 \backslash
14035 fboxrule 0.4pt 
14036 \backslash
14037 fboxsep 3pt
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 This formula was created with the command
14047 \begin_inset Newline newline
14048 \end_inset
14049
14050
14051 \series bold
14052
14053 \backslash
14054 fcolorbox{cyan
14055 \begin_inset Formula $\to$
14056 \end_inset
14057
14058
14059 \backslash
14060 {magenta
14061 \begin_inset Formula $\to$
14062 \end_inset
14063
14064
14065 \backslash
14066 {A=B
14067 \series default
14068 .
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \begin_inset VSpace bigskip
14073 \end_inset
14074
14075 To use other colors than the predefined ones, they have to be defined first.
14076 \end_layout
14077
14078 \begin_layout Standard
14079 One can for example define the color 
14080 \begin_inset Quotes eld
14081 \end_inset
14082
14083
14084 \series bold
14085 darkgreen
14086 \series default
14087
14088 \begin_inset Quotes erd
14089 \end_inset
14090
14091  with the \SpecialChar LaTeX
14092 -preamble line:
14093 \end_layout
14094
14095 \begin_layout Standard
14096
14097 \series bold
14098
14099 \backslash
14100 definecolor{darkgreen}{cmyk}{0.5,
14101 \series default
14102  
14103 \series bold
14104 0,
14105 \series default
14106  
14107 \series bold
14108 1,
14109 \series default
14110  
14111 \series bold
14112 0.5}
14113 \series default
14114
14115 \begin_inset Index idx
14116 status collapsed
14117
14118 \begin_layout Plain Layout
14119 Commands ! D ! 
14120 \backslash
14121 definecolor
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \begin_layout Standard
14130
14131 \series bold
14132 cmyk
14133 \series default
14134  is the color space that denotes the colors 
14135 \series bold
14136 cyan
14137 \series default
14138
14139 \series bold
14140 magenta
14141 \series default
14142
14143 \series bold
14144 yellow
14145 \series default
14146  and 
14147 \series bold
14148 black
14149 \series default
14150 .
14151  The four comma separated numbers are the portion factor for the corresponding
14152  colors of the color space.
14153  The factors can be in the range of 0
14154 \begin_inset space \thinspace{}
14155 \end_inset
14156
14157 -
14158 \begin_inset space \thinspace{}
14159 \end_inset
14160
14161 1.
14162  Instead of 
14163 \series bold
14164 cmyk
14165 \series default
14166  also the color space 
14167 \series bold
14168 rgb
14169 \series default
14170  can be used for definitions.
14171  
14172 \series bold
14173 rgb
14174 \series default
14175  denotes 
14176 \series bold
14177 red
14178 \series default
14179
14180 \series bold
14181 green
14182 \series default
14183  and 
14184 \series bold
14185 blue
14186 \series default
14187 , so that there are in this case three portion factors for the corresponding
14188  colors.
14189  Furthermore there is the color space 
14190 \series bold
14191 gray
14192 \series default
14193  with one portion factor for the gray value.
14194 \end_layout
14195
14196 \begin_layout Standard
14197 As example a framed box with the new defined color 
14198 \series bold
14199 darkgreen
14200 \series default
14201  where the characters have been colored 
14202 \series bold
14203 yellow
14204 \series default
14205 :
14206 \begin_inset Formula 
14207 \begin{equation}
14208 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14209 \end{equation}
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \begin_layout Standard
14217 Self-defined colors can also be used for text with the help of the command
14218  
14219 \series bold
14220
14221 \backslash
14222 textcolor
14223 \series default
14224 :
14225 \begin_inset Index idx
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 Text ! colored
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \begin_inset ERT
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242
14243
14244 \backslash
14245 textcolor{darkgreen}{
14246 \end_layout
14247
14248 \end_inset
14249
14250 This sentence is 
14251 \begin_inset Quotes eld
14252 \end_inset
14253
14254 darkgreen
14255 \begin_inset Quotes erd
14256 \end_inset
14257
14258 .
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264 }
14265 \end_layout
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \begin_layout Standard
14273
14274 \series bold
14275
14276 \backslash
14277 textcolor
14278 \series default
14279
14280 \begin_inset Index idx
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 Commands ! T ! 
14285 \backslash
14286 textcolor
14287 \end_layout
14288
14289 \end_inset
14290
14291  is used in the scheme 
14292 \series bold
14293
14294 \backslash
14295 textcolor{color}{characters to color}
14296 \series default
14297 .
14298 \end_layout
14299
14300 \begin_layout Subsection
14301 Paragraph Boxes
14302 \begin_inset CommandInset label
14303 LatexCommand label
14304 name "subsec:Paragraph-Boxes"
14305
14306 \end_inset
14307
14308
14309 \begin_inset Index idx
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313 Boxes ! as paragraph
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 A box that can contain several lines and paragraphs, a so-called paragraph
14323  box (parbox), can be created with the menu 
14324 \family sans
14325 Insert\SpecialChar menuseparator
14326 Box
14327 \family default
14328  or the toolbar button 
14329 \begin_inset Info
14330 type  "icon"
14331 arg   "box-insert"
14332 \end_inset
14333
14334 .
14335 \end_layout
14336
14337 \begin_layout Standard
14338 The following example shows a framed parbox in a line:
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \begin_inset VSpace medskip
14343 \end_inset
14344
14345 This is a line 
14346 \begin_inset Box Boxed
14347 position "c"
14348 hor_pos "c"
14349 has_inner_box 1
14350 inner_pos "t"
14351 use_parbox 1
14352 use_makebox 0
14353 width "5cm"
14354 special "none"
14355 height "1in"
14356 height_special "totalheight"
14357 thickness "0.4pt"
14358 separation "3pt"
14359 shadowsize "4pt"
14360 framecolor "black"
14361 backgroundcolor "none"
14362 status open
14363
14364 \begin_layout Plain Layout
14365 This is a paragraph box.
14366  It is exactly 5
14367 \begin_inset space \thinspace{}
14368 \end_inset
14369
14370 cm long and can also contain formulas: 
14371 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378
14379  with a parbox.
14380 \end_layout
14381
14382 \begin_layout Standard
14383 \begin_inset VSpace medskip
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \begin_layout Standard
14390 Such a box is created by right-clicking on the gray box inset.
14391  A dialog pops up showing the box properties.
14392  In our case set: 
14393 \emph on
14394 Decoration
14395 \emph default
14396 : Rectangular box, 
14397 \emph on
14398 Inner Box
14399 \emph default
14400 : Parbox, 
14401 \emph on
14402 Width
14403 \emph default
14404 : 5
14405 \begin_inset space \thinspace{}
14406 \end_inset
14407
14408 cm, 
14409 \emph on
14410 Vertical Box Alignment
14411 \emph default
14412 : Middle
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset VSpace medskip
14417 \end_inset
14418
14419 In \SpecialChar LaTeX
14420  a parbox is created with the command 
14421 \series bold
14422
14423 \backslash
14424 parbox
14425 \series default
14426
14427 \begin_inset Index idx
14428 status collapsed
14429
14430 \begin_layout Plain Layout
14431 Commands ! P ! 
14432 \backslash
14433 parbox
14434 \end_layout
14435
14436 \end_inset
14437
14438  which has the following scheme:
14439 \end_layout
14440
14441 \begin_layout Standard
14442
14443 \series bold
14444
14445 \backslash
14446 parbox[position]{width}{box content}
14447 \end_layout
14448
14449 \begin_layout Standard
14450 The positions 
14451 \emph on
14452 b
14453 \emph default
14454  and 
14455 \emph on
14456 t
14457 \emph default
14458  are possible.
14459  
14460 \emph on
14461 b
14462 \emph default
14463  for 
14464 \begin_inset Quotes eld
14465 \end_inset
14466
14467 bottom
14468 \begin_inset Quotes erd
14469 \end_inset
14470
14471  means that the box is aligned within the surrounding text with its last
14472  line.
14473  With 
14474 \emph on
14475 t
14476 \emph default
14477  for 
14478 \begin_inset Quotes eld
14479 \end_inset
14480
14481 top
14482 \begin_inset Quotes erd
14483 \end_inset
14484
14485  this is done with the first line.
14486  When no position is given, the box will be vertically centered, see section
14487  
14488 \emph on
14489 Boxes
14490 \emph default
14491  of the 
14492 \emph on
14493 Embedded
14494 \begin_inset space ~
14495 \end_inset
14496
14497 Objects
14498 \emph default
14499  manual for examples.
14500 \end_layout
14501
14502 \begin_layout Standard
14503 \begin_inset VSpace bigskip
14504 \end_inset
14505
14506 To frame formulas completely, including the formula number, the formula
14507  must be set into a parbox.
14508  To do this, the command 
14509 \series bold
14510
14511 \backslash
14512 fbox{
14513 \backslash
14514 parbox{
14515 \backslash
14516 linewidth-2
14517 \backslash
14518 fboxsep-2
14519 \backslash
14520 fboxrule}{
14521 \series default
14522  is inserted in \SpecialChar TeX
14523  mode before the formula.
14524  
14525 \series bold
14526
14527 \backslash
14528 linewidth
14529 \series default
14530
14531 \begin_inset Index idx
14532 status collapsed
14533
14534 \begin_layout Plain Layout
14535 Commands ! L ! 
14536 \backslash
14537 linewidth
14538 \end_layout
14539
14540 \end_inset
14541
14542  is hereby the line width set for the document.
14543  Because the frame is outside the parbox, 2
14544 \begin_inset space \thinspace{}
14545 \end_inset
14546
14547 times the frame separation and the frame thickness must be subtracted from
14548  the line width.
14549  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14550 -package 
14551 \series bold
14552 calc
14553 \series default
14554
14555 \begin_inset Foot
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 \series bold
14561 calc
14562 \series default
14563  is part of every \SpecialChar LaTeX
14564  standard installation.
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \begin_inset Index idx
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574 Packages ! calc
14575 \end_layout
14576
14577 \end_inset
14578
14579  must be loaded in the \SpecialChar LaTeX
14580 -preamble with the line
14581 \end_layout
14582
14583 \begin_layout Standard
14584
14585 \series bold
14586
14587 \backslash
14588 usepackage{calc}
14589 \end_layout
14590
14591 \begin_layout Standard
14592 Behind the formula both boxes are closed by entering 
14593 \series bold
14594 }}
14595 \series default
14596  in \SpecialChar TeX
14597  mode.
14598  Here is an example:
14599 \begin_inset ERT
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604
14605 \backslash
14606 fboxsep 5mm 
14607 \backslash
14608 fboxrule 5mm
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset ERT
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621
14622
14623 \backslash
14624 fbox{
14625 \backslash
14626 parbox{
14627 \backslash
14628 linewidth-2
14629 \backslash
14630 fboxsep-2
14631 \backslash
14632 fboxrule}{
14633 \end_layout
14634
14635 \end_inset
14636
14637
14638 \begin_inset Formula 
14639 \begin{equation}
14640 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14641 \end{equation}
14642
14643 \end_inset
14644
14645
14646 \begin_inset ERT
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651 }}
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 fboxrule 0.4pt 
14665 \backslash
14666 fboxsep 3pt
14667 \end_layout
14668
14669 \end_inset
14670
14671
14672 \end_layout
14673
14674 \begin_layout Standard
14675 \begin_inset VSpace medskip
14676 \end_inset
14677
14678 As a parbox is used as the argument of 
14679 \series bold
14680
14681 \backslash
14682 fbox
14683 \series default
14684 , there is in this case no difference between 
14685 \series bold
14686
14687 \backslash
14688 fbox
14689 \series default
14690  and 
14691 \series bold
14692
14693 \backslash
14694 boxed
14695 \series default
14696 .
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset VSpace bigskip
14701 \end_inset
14702
14703 Paragraph boxes are very useful to comment formulas directly.
14704  To do this, 
14705 \series bold
14706
14707 \backslash
14708 parbox
14709 \series default
14710  is used in combination with the command 
14711 \series bold
14712
14713 \backslash
14714 tag
14715 \series default
14716 .
14717  (more about 
14718 \series bold
14719
14720 \backslash
14721 tag
14722 \series default
14723  see 
14724 \begin_inset CommandInset ref
14725 LatexCommand ref
14726 reference "subsec:User-defined-Numbering"
14727
14728 \end_inset
14729
14730 )
14731 \end_layout
14732
14733 \begin_layout Standard
14734 An example of a formula commented with 
14735 \series bold
14736
14737 \backslash
14738 parbox
14739 \series default
14740 :
14741 \end_layout
14742
14743 \begin_layout Standard
14744 \begin_inset ERT
14745 status collapsed
14746
14747 \begin_layout Plain Layout
14748
14749
14750 \backslash
14751 [5x-7b=3b
14752 \backslash
14753 tag*{
14754 \backslash
14755 parbox{5cm}{
14756 \end_layout
14757
14758 \end_inset
14759
14760 This is a description.
14761  It is distinctly separated from the formula and multiline.
14762 \begin_inset ERT
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766
14767 }}
14768 \backslash
14769 ]
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Such a formula must be inserted completely in \SpecialChar TeX
14779  mode because \SpecialChar LyX
14780  does not yet
14781  support the command 
14782 \series bold
14783
14784 \backslash
14785 parbox
14786 \series default
14787  in formulas.
14788  The formula is created with the following command sequence:
14789 \end_layout
14790
14791 \begin_layout Standard
14792 The command 
14793 \series bold
14794
14795 \backslash
14796 [5x-7b=3b
14797 \backslash
14798 tag*
14799 \backslash
14800 {
14801 \backslash
14802 parbox{5cm}{
14803 \series default
14804  is inserted in \SpecialChar TeX
14805  mode.
14806 \begin_inset Foot
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810 When the formula style 
14811 \series bold
14812 Indented
14813 \series default
14814  is used, 
14815 \series bold
14816
14817 \backslash
14818 tag*
14819 \backslash
14820 {
14821 \series default
14822  can also be replaced by 
14823 \series bold
14824
14825 \backslash
14826 hfill
14827 \series default
14828 .
14829  (formula styles see 
14830 \begin_inset CommandInset ref
14831 LatexCommand ref
14832 reference "sec:Formula-Styles"
14833
14834 \end_inset
14835
14836 )
14837 \end_layout
14838
14839 \end_inset
14840
14841  Then the description follows as normal text and finally 
14842 \series bold
14843 }}
14844 \backslash
14845 ]
14846 \series default
14847  is inserted in \SpecialChar TeX
14848  mode.
14849  The commands 
14850 \series bold
14851
14852 \backslash
14853 [
14854 \series default
14855  and 
14856 \series bold
14857
14858 \backslash
14859 ]
14860 \series default
14861  hereby create a displayed formula.
14862 \end_layout
14863
14864 \begin_layout Standard
14865 The advantages of 
14866 \series bold
14867
14868 \backslash
14869 parbox
14870 \series default
14871  can be seen in this example that was 
14872 \begin_inset Quotes eld
14873 \end_inset
14874
14875 commented
14876 \begin_inset Quotes erd
14877 \end_inset
14878
14879  using the mathematical textmode:
14880 \begin_inset Formula 
14881 \[
14882 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14883 \]
14884
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \begin_layout Section
14891 Operators
14892 \begin_inset Index idx
14893 status collapsed
14894
14895 \begin_layout Plain Layout
14896 Operators
14897 \end_layout
14898
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Subsection
14905 Big Operators
14906 \begin_inset CommandInset label
14907 LatexCommand label
14908 name "subsec:Big-Operators"
14909
14910 \end_inset
14911
14912
14913 \begin_inset Index idx
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917 Operators ! big
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \begin_inset Index idx
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 Sums
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \begin_inset Index idx
14934 status collapsed
14935
14936 \begin_layout Plain Layout
14937 Integrals
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Standard
14946 To be able to use all integral operators listed here, the option 
14947 \family sans
14948 Use esint package automatically
14949 \family default
14950  must be set in the document settings under 
14951 \family sans
14952 Math
14953 \begin_inset space ~
14954 \end_inset
14955
14956 Options
14957 \family default
14958 .
14959 \end_layout
14960
14961 \begin_layout Standard
14962 \begin_inset space \hfill{}
14963 \end_inset
14964
14965
14966 \begin_inset Tabular
14967 <lyxtabular version="3" rows="11" columns="2">
14968 <features booktabs="true" tabularvalignment="middle">
14969 <column alignment="center" valignment="top" width="0pt">
14970 <column alignment="center" valignment="top" width="0pt">
14971 <row>
14972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 Command
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 Result
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 <row>
14992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996
14997 \backslash
14998 int
14999 \begin_inset Index idx
15000 status collapsed
15001
15002 \begin_layout Plain Layout
15003 Commands ! I ! 
15004 \backslash
15005 int
15006 \end_layout
15007
15008 \end_inset
15009
15010
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 \begin_inset Formula $\int$
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row>
15029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \backslash
15035 oint
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\oint$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 ointctrclockwise
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\ointctrclockwise$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 ointclockwise
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\ointclockwise$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 sqint
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\sqint$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 fint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144  
15145 \begin_inset Formula $\fint$
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 <row>
15155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159
15160 \backslash
15161 landupint
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170  
15171 \begin_inset Formula $\landupint$
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \backslash
15187 landdownint
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196  
15197 \begin_inset Formula $\landdownint$
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 </row>
15206 <row>
15207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211
15212 \backslash
15213 bigcap
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 \begin_inset Formula $\bigcap$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 bigcup
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\bigcup$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 </lyxtabular>
15257
15258 \end_inset
15259
15260
15261 \begin_inset space \hfill{}
15262 \end_inset
15263
15264
15265 \begin_inset Tabular
15266 <lyxtabular version="3" rows="11" columns="2">
15267 <features booktabs="true" tabularvalignment="middle">
15268 <column alignment="center" valignment="top" width="0pt">
15269 <column alignment="center" valignment="top" width="0pt">
15270 <row>
15271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 Command
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 Result
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 </row>
15290 <row>
15291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \backslash
15297 sum
15298 \begin_inset Index idx
15299 status collapsed
15300
15301 \begin_layout Plain Layout
15302 Commands ! S ! 
15303 \backslash
15304 sum
15305 \end_layout
15306
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 \begin_inset Formula $\sum$
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \backslash
15334 prod
15335 \begin_inset Index idx
15336 status collapsed
15337
15338 \begin_layout Plain Layout
15339 Commands ! P ! 
15340 \backslash
15341 prod
15342 \begin_inset ERT
15343 status collapsed
15344
15345 \begin_layout Plain Layout
15346
15347
15348 \backslash
15349 vspace{4mm}
15350 \end_layout
15351
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 \begin_inset Formula $\prod$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 coprod
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\coprod$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 bigodot
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\bigodot$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 bigotimes
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\bigotimes$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 bigoplus
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 \begin_inset Formula $\bigoplus$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \backslash
15484 bigwedge
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493 \begin_inset Formula $\bigwedge$
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row>
15503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \backslash
15509 bigvee
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Formula $\bigvee$
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \backslash
15534 bigsqcup
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 \begin_inset Formula $\bigsqcup$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row>
15553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \backslash
15559 biguplus
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 \begin_inset Formula $\biguplus$
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 </lyxtabular>
15578
15579 \end_inset
15580
15581
15582 \begin_inset space \hfill{}
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \begin_layout Standard
15589 All big operators can also be inserted via the math toolbar button 
15590 \begin_inset Info
15591 type  "icon"
15592 arg   "math-insert \\intop"
15593 \end_inset
15594
15595 .
15596 \end_layout
15597
15598 \begin_layout Standard
15599 The operators are called big because they are bigger than the sometimes
15600  equal looking binary operators.
15601  All big operators can have limits as described in the next subsection.
15602 \end_layout
15603
15604 \begin_layout Standard
15605 For all integral operators there is a second version available, ending in
15606  
15607 \series bold
15608 op
15609 \series default
15610
15611 \series bold
15612
15613 \backslash
15614 intop
15615 \series default
15616
15617 \series bold
15618
15619 \backslash
15620 ointop
15621 \series default
15622  etc..
15623  These operators are different from 
15624 \series bold
15625
15626 \backslash
15627 int
15628 \series default
15629  etc.
15630 \begin_inset space \space{}
15631 \end_inset
15632
15633 in the style the operator limits are displayed, see 
15634 \begin_inset CommandInset ref
15635 LatexCommand ref
15636 reference "subsec:Operator-Limits"
15637
15638 \end_inset
15639
15640 .
15641  
15642 \end_layout
15643
15644 \begin_layout Subsubsection*
15645 Advice for Integrals
15646 \end_layout
15647
15648 \begin_layout Standard
15649 The letter 
15650 \emph on
15651 d
15652 \emph default
15653  in an integral is an operator, that therefore has to be set upright.
15654  This is done by highlighting the 
15655 \emph on
15656 d
15657 \emph default
15658  and using the keyboard shortcut 
15659 \begin_inset Info
15660 type  "shortcut"
15661 arg   "font-roman"
15662 \end_inset
15663
15664
15665 \begin_inset Foot
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669 Font styles
15670 \series bold
15671  
15672 \series default
15673 see 
15674 \begin_inset CommandInset ref
15675 LatexCommand ref
15676 reference "subsec:Font-Styles"
15677
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \end_inset
15684
15685 .
15686  Finally the smallest space is inserted before the 
15687 \emph on
15688 d
15689 \emph default
15690 , as this is usual for operators.
15691  An example:
15692 \end_layout
15693
15694 \begin_layout Standard
15695 incorrect: 
15696 \begin_inset Formula $\int A(x)dx$
15697 \end_inset
15698
15699
15700 \begin_inset Newline newline
15701 \end_inset
15702
15703
15704 \begin_inset Phantom HPhantom
15705 status open
15706
15707 \begin_layout Plain Layout
15708 in
15709 \end_layout
15710
15711 \end_inset
15712
15713 correct: 
15714 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 For multiple integrals there are the following commands:
15722 \begin_inset VSpace medskip
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \begin_layout Standard
15729 \begin_inset space \hfill{}
15730 \end_inset
15731
15732
15733 \begin_inset Tabular
15734 <lyxtabular version="3" rows="4" columns="2">
15735 <features booktabs="true" tabularvalignment="middle">
15736 <column alignment="center" valignment="top" width="0pt">
15737 <column alignment="center" valignment="top" width="0pt">
15738 <row>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Command
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 Result
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 <row bottomspace="1mm">
15759 <cell alignment="center" valignment="top" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763
15764 \backslash
15765 iint
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 <cell alignment="center" valignment="top" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 \begin_inset Formula $\iint$
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 </row>
15783 <row bottomspace="1mm">
15784 <cell alignment="center" valignment="top" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \backslash
15790 oiint
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 \begin_inset Formula $\oiint$
15800 \end_inset
15801
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row bottomspace="1mm">
15809 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \backslash
15815 sqiint
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 \begin_inset Formula $\sqiint$
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 </lyxtabular>
15834
15835 \end_inset
15836
15837
15838 \begin_inset space \hfill{}
15839 \end_inset
15840
15841
15842 \begin_inset Tabular
15843 <lyxtabular version="3" rows="4" columns="2">
15844 <features booktabs="true" tabularvalignment="middle">
15845 <column alignment="center" valignment="top" width="0pt">
15846 <column alignment="center" valignment="top" width="0pt">
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 Command
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 Result
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row bottomspace="1mm">
15868 <cell alignment="center" valignment="top" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \backslash
15874 iiint
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 \begin_inset Formula $\iiint$
15884 \end_inset
15885
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row bottomspace="1mm">
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \backslash
15899 iiiint
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Formula $\iiiint$
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row bottomspace="1mm">
15918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 dotsint
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Formula $\dotsint$
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 </lyxtabular>
15943
15944 \end_inset
15945
15946
15947 \begin_inset space \hfill{}
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Subsection
15954 Operator Limits
15955 \begin_inset CommandInset label
15956 LatexCommand label
15957 name "subsec:Operator-Limits"
15958
15959 \end_inset
15960
15961
15962 \begin_inset Index idx
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966 Operators ! Limits
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \begin_layout Standard
15975 Limits are created by super- and subscripts:
15976 \begin_inset Separator latexpar
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Standard
15983 \align center
15984 \begin_inset Tabular
15985 <lyxtabular version="3" rows="2" columns="2">
15986 <features booktabs="true" tabularvalignment="middle">
15987 <column alignment="center" valignment="top" width="0pt">
15988 <column alignment="center" valignment="top" width="0pt">
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 Command
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 Result
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \backslash
16016 prod^
16017 \backslash
16018 infty
16019 \begin_inset space \textvisiblespace{}
16020 \end_inset
16021
16022
16023 \begin_inset Formula $\to$
16024 \end_inset
16025
16026 _0
16027 \begin_inset Formula $\to$
16028 \end_inset
16029
16030 A(x)
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16040 \end_inset
16041
16042
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 </lyxtabular>
16049
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \begin_layout Standard
16056 Limits of inline formulas are set right beside the operator.
16057  Limits in displayed formulas are set above or below the operator, except
16058  for integral limits.
16059 \end_layout
16060
16061 \begin_layout Standard
16062 To force that the limits are set beside the operator, the cursor is set
16063  directly behind the operator and the limits type is changed with the menu
16064  
16065 \family sans
16066 Edit\SpecialChar menuseparator
16067 Math\SpecialChar menuseparator
16068 Change Limits Type
16069 \family default
16070  to 
16071 \family sans
16072 \series bold
16073 Inline
16074 \family default
16075 \series default
16076  (shortcut 
16077 \begin_inset Info
16078 type  "shortcut"
16079 arg   "math-limits"
16080 \end_inset
16081
16082 ).
16083  An example:
16084 \end_layout
16085
16086 \begin_layout Standard
16087 The default limits type is this:
16088 \begin_inset Formula 
16089 \[
16090 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16091 \]
16092
16093 \end_inset
16094
16095 This is how it looks when the limits type was changed to 
16096 \family sans
16097 \series bold
16098 Inline
16099 \family default
16100 \series default
16101 :
16102 \begin_inset Formula 
16103 \[
16104 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16105 \]
16106
16107 \end_inset
16108
16109 For integrals, except those ending with 
16110 \series bold
16111 op
16112 \series default
16113  like 
16114 \series bold
16115
16116 \backslash
16117 intop
16118 \series default
16119
16120 \series bold
16121
16122 \backslash
16123 ointop
16124 \series default
16125  etc., the limits are by default set beside the operator.
16126  But for multiple integrals the limits are often set below the operator.
16127  In the following example the limits type was therefore set to 
16128 \series bold
16129 Display
16130 \series default
16131  and so set below the integrals:
16132 \begin_inset Formula 
16133 \begin{equation}
16134 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16135 \end{equation}
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \begin_layout Standard
16143 \begin_inset VSpace medskip
16144 \end_inset
16145
16146 To specify conditions for limits, the commands 
16147 \series bold
16148
16149 \backslash
16150 subarray
16151 \series default
16152
16153 \begin_inset Index idx
16154 status collapsed
16155
16156 \begin_layout Plain Layout
16157 Commands ! S ! 
16158 \backslash
16159 subarray
16160 \end_layout
16161
16162 \end_inset
16163
16164  and 
16165 \series bold
16166
16167 \backslash
16168 substack
16169 \series default
16170
16171 \begin_inset Index idx
16172 status collapsed
16173
16174 \begin_layout Plain Layout
16175 Commands ! S ! 
16176 \backslash
16177 substack
16178 \end_layout
16179
16180 \end_inset
16181
16182  are used.
16183  To create for example this expression 
16184 \begin_inset Formula 
16185 \begin{equation}
16186 \sum_{\begin{subarray}{c}
16187 0<k<1000\\
16188 \\
16189 k\,\in\,\mathbb{N}
16190 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16191 \end{equation}
16192
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \begin_layout Standard
16199 the following has to be done:
16200 \begin_inset Newline newline
16201 \end_inset
16202
16203 First the command 
16204 \series bold
16205
16206 \backslash
16207 sum
16208 \series default
16209 ^
16210 \series bold
16211 n
16212 \begin_inset space \textvisiblespace{}
16213 \end_inset
16214
16215 _
16216 \series default
16217  is typed in.
16218  One is now in a blue box under the summation operator and insert there
16219  the command 
16220 \series bold
16221
16222 \backslash
16223 subarray
16224 \begin_inset space \textvisiblespace{}
16225 \end_inset
16226
16227
16228 \series default
16229 .
16230  The blue box is now within a purple box and now several lines can be written
16231  among each other.
16232  A new line is created by inserting a line break (
16233 \begin_inset Info
16234 type  "shortcut"
16235 arg   "newline-insert newline"
16236 \end_inset
16237
16238 ).
16239  When now
16240 \begin_inset Newline newline
16241 \end_inset
16242
16243
16244 \series bold
16245 0<k<1000 Ctrl+Return
16246 \begin_inset Newline newline
16247 \end_inset
16248
16249
16250 \series default
16251 is typed in, a new box appears below for the new line.
16252 \end_layout
16253
16254 \begin_layout Standard
16255 The alignment of the lines can be changed to left aligned with the 
16256 \family sans
16257 table
16258 \family default
16259  
16260 \family sans
16261 toolbar
16262 \family default
16263  or the menu 
16264 \family sans
16265 Edit\SpecialChar menuseparator
16266 Rows &Columns
16267 \family default
16268 .
16269  To get right alignment, 
16270 \series bold
16271
16272 \backslash
16273 hfill
16274 \begin_inset space \textvisiblespace{}
16275 \end_inset
16276
16277
16278 \series default
16279  is inserted at the beginning of the line.
16280 \end_layout
16281
16282 \begin_layout Standard
16283 The command 
16284 \series bold
16285
16286 \backslash
16287 substack
16288 \series default
16289  is equivalent to 
16290 \series bold
16291
16292 \backslash
16293 subarray
16294 \series default
16295  with the difference that the lines are always centered.
16296 \end_layout
16297
16298 \begin_layout Standard
16299 \begin_inset VSpace bigskip
16300 \end_inset
16301
16302 Like in formula 
16303 \begin_inset CommandInset ref
16304 LatexCommand eqref
16305 reference "eq:substack"
16306
16307 \end_inset
16308
16309  there can be too much space beside an operator, because the characters
16310  following the operator are set beside the limits.
16311  To avoid this the command 
16312 \series bold
16313
16314 \backslash
16315 smashoperator
16316 \series default
16317
16318 \begin_inset Index idx
16319 status collapsed
16320
16321 \begin_layout Plain Layout
16322 Commands ! S ! 
16323 \backslash
16324 smashoperator
16325 \end_layout
16326
16327 \end_inset
16328
16329  can be used.
16330  To activate it, set in the document settings under 
16331 \family sans
16332 Math
16333 \begin_inset space ~
16334 \end_inset
16335
16336 Options
16337 \family default
16338  for the package 
16339 \series bold
16340 mathtools
16341 \series default
16342
16343 \begin_inset Index idx
16344 status collapsed
16345
16346 \begin_layout Plain Layout
16347 Packages ! mathtools
16348 \end_layout
16349
16350 \end_inset
16351
16352  the option 
16353 \family sans
16354 Load
16355 \begin_inset space ~
16356 \end_inset
16357
16358 always
16359 \family default
16360 .
16361  
16362 \series bold
16363
16364 \backslash
16365 smashoperator
16366 \series default
16367  sets the space besides the operator to 0
16368 \begin_inset space \thinspace{}
16369 \end_inset
16370
16371 pt.
16372 \begin_inset Newline newline
16373 \end_inset
16374
16375 Applied on formula 
16376 \begin_inset CommandInset ref
16377 LatexCommand eqref
16378 reference "eq:substack"
16379
16380 \end_inset
16381
16382 , one uses the command
16383 \end_layout
16384
16385 \begin_layout Standard
16386
16387 \series bold
16388
16389 \backslash
16390 smashoperator{
16391 \end_layout
16392
16393 \begin_layout Standard
16394 and inserts the operator with its limits into the braces.
16395  Behind the brace one continues the formula:
16396 \begin_inset Formula 
16397 \[
16398 \smashoperator{\sum_{\begin{subarray}{c}
16399 0<k<1000\\
16400 \\
16401 k\,\in\,\mathbb{N}
16402 \end{subarray}}^{n}}k^{-2}
16403 \]
16404
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \begin_layout Standard
16411 It is possible to set the space of only one side of the operator to 0
16412 \begin_inset space \thinspace{}
16413 \end_inset
16414
16415 pt.
16416  To do this write either 
16417 \series bold
16418 [l]
16419 \series default
16420  or 
16421 \series bold
16422 [r]
16423 \series default
16424  between 
16425 \series bold
16426
16427 \backslash
16428 smashoperator
16429 \series default
16430  and its brace.
16431  
16432 \series bold
16433 l
16434 \series default
16435  stands for the left and 
16436 \series bold
16437 r
16438 \series default
16439  for the right side of the operator.
16440  Here is an example of the possible 
16441 \series bold
16442
16443 \backslash
16444 smashoperator
16445 \series default
16446  forms:
16447 \end_layout
16448
16449 \begin_layout Standard
16450 \begin_inset Formula 
16451 \[
16452 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}
16453 \]
16454
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \begin_layout Standard
16461 \begin_inset VSpace bigskip
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \begin_layout Standard
16468 When several consecutive operators have limits the typesetting of the limits
16469  looks often imperfect in the output, see this example:
16470 \begin_inset Formula 
16471 \[
16472 \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}
16473 \]
16474
16475 \end_inset
16476
16477 To improve the typesetting set in the document settings under 
16478 \family sans
16479 Math
16480 \begin_inset space ~
16481 \end_inset
16482
16483 Options
16484 \family default
16485  for the package 
16486 \series bold
16487 mathtools
16488 \series default
16489
16490 \begin_inset Index idx
16491 status collapsed
16492
16493 \begin_layout Plain Layout
16494 Packages ! mathtools
16495 \end_layout
16496
16497 \end_inset
16498
16499  the option 
16500 \family sans
16501 Load
16502 \begin_inset space ~
16503 \end_inset
16504
16505 always
16506 \family default
16507 .
16508  Then insert into your formula the command 
16509 \series bold
16510
16511 \backslash
16512 adjustlimits
16513 \series default
16514
16515 \begin_inset Index idx
16516 status collapsed
16517
16518 \begin_layout Plain Layout
16519 Commands ! A ! 
16520 \backslash
16521 adjustlimits
16522 \end_layout
16523
16524 \end_inset
16525
16526  directly before the first operator.
16527  The example will then look like this:
16528 \begin_inset Formula 
16529 \[
16530 \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}
16531 \]
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 \begin_inset VSpace bigskip
16540 \end_inset
16541
16542 How to use one limit for several operators is described in 
16543 \begin_inset CommandInset ref
16544 LatexCommand ref
16545 reference "subsec:Self-defined-Operators"
16546
16547 \end_inset
16548
16549 .
16550 \end_layout
16551
16552 \begin_layout Subsection
16553 Decoration for Operators
16554 \begin_inset Index idx
16555 status collapsed
16556
16557 \begin_layout Plain Layout
16558 Operators ! Decoration
16559 \end_layout
16560
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \begin_layout Standard
16567 With the commands 
16568 \series bold
16569
16570 \backslash
16571 overset
16572 \series default
16573
16574 \begin_inset Index idx
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578 Commands ! O ! 
16579 \backslash
16580 overset
16581 \end_layout
16582
16583 \end_inset
16584
16585  and 
16586 \series bold
16587
16588 \backslash
16589 underset
16590 \series default
16591
16592 \begin_inset Index idx
16593 status collapsed
16594
16595 \begin_layout Plain Layout
16596 Commands ! U ! 
16597 \backslash
16598 underset
16599 \end_layout
16600
16601 \end_inset
16602
16603  characters can be placed above or below an operator, respectively.
16604  With the command 
16605 \series bold
16606
16607 \backslash
16608 sideset
16609 \series default
16610
16611 \begin_inset Index idx
16612 status collapsed
16613
16614 \begin_layout Plain Layout
16615 Commands ! S ! 
16616 \backslash
16617 sideset
16618 \end_layout
16619
16620 \end_inset
16621
16622  characters can be set before and behind a big operator.
16623 \end_layout
16624
16625 \begin_layout Standard
16626 There are 4
16627 \begin_inset space ~
16628 \end_inset
16629
16630 variants of 
16631 \series bold
16632
16633 \backslash
16634 sideset
16635 \series default
16636 :
16637 \end_layout
16638
16639 \begin_layout Itemize
16640
16641 \series bold
16642
16643 \backslash
16644 sideset
16645 \series default
16646  is used to set characters at the corners of the operator
16647 \end_layout
16648
16649 \begin_layout Itemize
16650
16651 \series bold
16652
16653 \backslash
16654 sidesetn
16655 \series default
16656  is used to set characters before and/or behind the operator (this variant
16657  represents \SpecialChar LaTeX
16658 's original 
16659 \series bold
16660
16661 \backslash
16662 sideset
16663 \series default
16664  command)
16665 \end_layout
16666
16667 \begin_layout Itemize
16668
16669 \series bold
16670
16671 \backslash
16672 sidesetl
16673 \series default
16674  is used to set characters at the left corners and/or behind the operator
16675 \end_layout
16676
16677 \begin_layout Itemize
16678
16679 \series bold
16680
16681 \backslash
16682 sidesetr
16683 \series default
16684  is used to set characters at the right corners and/or before the operator
16685 \end_layout
16686
16687 \begin_layout Standard
16688 For example the command 
16689 \series bold
16690
16691 \backslash
16692 sidesetn
16693 \begin_inset space \textvisiblespace{}
16694 \end_inset
16695
16696
16697 \backslash
16698 sum
16699 \begin_inset space \textvisiblespace{}
16700 \end_inset
16701
16702
16703 \begin_inset Formula $\to$
16704 \end_inset
16705
16706 '
16707 \begin_inset Formula $\to$
16708 \end_inset
16709
16710 _k=1
16711 \begin_inset space \textvisiblespace{}
16712 \end_inset
16713
16714
16715 \series default
16716 ^
16717 \series bold
16718 n
16719 \series default
16720  produces:
16721 \begin_inset Formula 
16722 \[
16723 \sideset{}{'}\sum_{k=1}^{n}
16724 \]
16725
16726 \end_inset
16727
16728
16729 \end_layout
16730
16731 \begin_layout Standard
16732 \begin_inset Note Greyedout
16733 status open
16734
16735 \begin_layout Plain Layout
16736
16737 \series bold
16738 Note: 
16739 \backslash
16740 sideset
16741 \series default
16742  can only be used to decorate big operators, binary operators are not allowed.
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Standard
16751
16752 \series bold
16753
16754 \backslash
16755 overset
16756 \series default
16757  and 
16758 \series bold
16759
16760 \backslash
16761 underset
16762 \series default
16763  can also be used to decorate symbols and characters.
16764  For example, the command 
16765 \series bold
16766
16767 \backslash
16768 overset
16769 \begin_inset space \textvisiblespace{}
16770 \end_inset
16771
16772
16773 \backslash
16774 maltese
16775 \begin_inset space \textvisiblespace{}
16776 \end_inset
16777
16778
16779 \series default
16780
16781 \begin_inset Formula $\uparrow$
16782 \end_inset
16783
16784
16785 \series bold
16786 a
16787 \series default
16788  produces:
16789 \begin_inset Formula 
16790 \[
16791 \overset{a}{\maltese}
16792 \]
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \begin_layout Subsection
16800 Binary Operators
16801 \begin_inset CommandInset label
16802 LatexCommand label
16803 name "subsec:Binary-Operators"
16804
16805 \end_inset
16806
16807
16808 \begin_inset Index idx
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812 Operators ! binary
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Standard
16821 Binary operators are surrounded by space when there is a character before
16822  and after them.
16823 \begin_inset VSpace medskip
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \begin_layout Standard
16830 \begin_inset Tabular
16831 <lyxtabular version="3" rows="13" columns="2">
16832 <features booktabs="true" tabularvalignment="middle">
16833 <column alignment="center" valignment="top" width="0pt">
16834 <column alignment="center" valignment="top" width="0pt">
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 Command
16841 \begin_inset Note Note
16842 status collapsed
16843
16844 \begin_layout Plain Layout
16845
16846 \series bold
16847
16848 \backslash
16849 raisebox
16850 \series default
16851  is only used as spacer.
16852 \end_layout
16853
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 Result
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 +
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 \begin_inset Formula $+$
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 -
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Formula $-$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 pm
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\pm$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 mp
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\mp$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 cdot
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\cdot$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 times
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\times$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 div
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\div$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 \begin_inset ERT
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051
17052
17053 \backslash
17054 raisebox{-1.2mm}{
17055 \end_layout
17056
17057 \end_inset
17058
17059 *
17060 \begin_inset ERT
17061 status collapsed
17062
17063 \begin_layout Plain Layout
17064
17065 }
17066 \end_layout
17067
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $*$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \backslash
17095 star
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\star$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 circ
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\circ$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 diamond
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\diamond$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 bullet
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\bullet$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 </lyxtabular>
17189
17190 \end_inset
17191
17192
17193 \begin_inset space \hfill{}
17194 \end_inset
17195
17196
17197 \begin_inset Tabular
17198 <lyxtabular version="3" rows="13" columns="2">
17199 <features booktabs="true" tabularvalignment="middle">
17200 <column alignment="center" valignment="top" width="0pt">
17201 <column alignment="center" valignment="top" width="0pt">
17202 <row>
17203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 Command
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 Result
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \backslash
17229 nabla
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\nabla$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 bigtriangledown
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\bigtriangledown$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 bigtriangleup
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\bigtriangleup$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 Box
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\Box$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \backslash
17329 cap 
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $\cap$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 cup
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\cup$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row>
17373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \backslash
17379 dagger
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\dagger$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \backslash
17404 ddagger
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 \begin_inset Formula $\ddagger$
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \backslash
17429 wr
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $\wr$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row>
17448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452
17453 \backslash
17454 bigcirc
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 \begin_inset Formula $\bigcirc$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477
17478 \backslash
17479 wedge
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 \begin_inset Formula $\wedge$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502
17503 \backslash
17504 vee
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 \begin_inset Formula $\vee$
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 </lyxtabular>
17523
17524 \end_inset
17525
17526
17527 \begin_inset space \hfill{}
17528 \end_inset
17529
17530
17531 \begin_inset Tabular
17532 <lyxtabular version="3" rows="13" columns="2">
17533 <features booktabs="true" tabularvalignment="middle">
17534 <column alignment="center" valignment="top" width="0pt">
17535 <column alignment="center" valignment="top" width="0pt">
17536 <row>
17537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 Command
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550 Result
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 </row>
17556 <row>
17557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \backslash
17563 oplus
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 \begin_inset Formula $\oplus$
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586
17587 \backslash
17588 ominus
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 \begin_inset Formula $\ominus$
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 <row>
17607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611
17612 \backslash
17613 otimes
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 \begin_inset Formula $\otimes$
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 <row>
17632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636
17637 \backslash
17638 oslash
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 \begin_inset Formula $\oslash$
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \backslash
17663 odot
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\odot$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 </row>
17681 <row>
17682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686
17687 \backslash
17688 amalg
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697 \begin_inset Formula $\amalg$
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 </row>
17706 <row>
17707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \backslash
17713 uplus
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Formula $\uplus$
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 </row>
17731 <row>
17732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736
17737 \backslash
17738 setminus
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 \begin_inset Formula $\setminus$
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 sqcap
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 \begin_inset Formula $\sqcap$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \backslash
17788 sqcup
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Formula $\sqcup$
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 </row>
17806 <row>
17807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811
17812 \backslash
17813 triangleleft
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\triangleleft$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row>
17832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \backslash
17838 triangleright
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Formula $\triangleright$
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 </lyxtabular>
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Standard
17864 All binary operators can also be inserted via the math toolbar button 
17865 \begin_inset Info
17866 type  "icon"
17867 arg   "math-insert \\pm"
17868 \end_inset
17869
17870 .
17871 \end_layout
17872
17873 \begin_layout Standard
17874 To typeset the Laplace operator also 
17875 \series bold
17876
17877 \backslash
17878 Delta
17879 \series default
17880  or 
17881 \series bold
17882
17883 \backslash
17884 nabla
17885 \series default
17886 ^
17887 \series bold
17888 2
17889 \series default
17890  (
17891 \begin_inset Formula $\nabla^{2}$
17892 \end_inset
17893
17894 ) can be used instead of 
17895 \series bold
17896
17897 \backslash
17898 bigtriangleup
17899 \series default
17900  .
17901 \end_layout
17902
17903 \begin_layout Standard
17904 The character 
17905 \family sans
17906 Menu Separator
17907 \family default
17908  from the menu 
17909 \family sans
17910 Insert\SpecialChar menuseparator
17911 Special Character
17912 \family default
17913  is the operator 
17914 \series bold
17915
17916 \backslash
17917 triangleright
17918 \series default
17919 .
17920 \end_layout
17921
17922 \begin_layout Subsection
17923 Self-defined Operators
17924 \begin_inset CommandInset label
17925 LatexCommand label
17926 name "subsec:Self-defined-Operators"
17927
17928 \end_inset
17929
17930
17931 \begin_inset Index idx
17932 status collapsed
17933
17934 \begin_layout Plain Layout
17935 Operators ! self-defined
17936 \end_layout
17937
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \begin_layout Standard
17944 With the help of the command 
17945 \series bold
17946
17947 \backslash
17948 DeclareMathOperator
17949 \series default
17950
17951 \begin_inset Index idx
17952 status collapsed
17953
17954 \begin_layout Plain Layout
17955 Commands ! D ! 
17956 \backslash
17957 dbinom@
17958 \backslash
17959 DeclareMathOperator
17960 \end_layout
17961
17962 \end_inset
17963
17964  custom operators can be defined in the \SpecialChar LaTeX
17965 -preamble.
17966  Its command scheme is:
17967 \end_layout
17968
17969 \begin_layout Standard
17970
17971 \series bold
17972
17973 \backslash
17974 DeclareMathOperator{new command}{display}
17975 \end_layout
17976
17977 \begin_layout Standard
17978 Display can be characters or symbols that define how the operator looks
17979  in the output.
17980  To define a big operator a * is set behind the command.
17981  All self-defined big operators can have limits as described in 
17982 \begin_inset CommandInset ref
17983 LatexCommand ref
17984 reference "subsec:Operator-Limits"
17985
17986 \end_inset
17987
17988 .
17989 \end_layout
17990
17991 \begin_layout Standard
17992 For example the \SpecialChar LaTeX
17993 -preamble line
17994 \end_layout
17995
17996 \begin_layout Standard
17997
17998 \series bold
17999
18000 \backslash
18001 DeclareMathOperator*{
18002 \backslash
18003 Lozenge}{
18004 \backslash
18005 blacklozenge}
18006 \end_layout
18007
18008 \begin_layout Standard
18009 defines the command 
18010 \series bold
18011
18012 \backslash
18013 Lozenge
18014 \series default
18015 , that inserts a big operator consisting of the lozenge symbol from 
18016 \begin_inset CommandInset ref
18017 LatexCommand ref
18018 reference "subsec:Miscellaneous-Symbols"
18019
18020 \end_inset
18021
18022 :
18023 \begin_inset Formula 
18024 \[
18025 \Lozenge_{n=1}^{\infty}
18026 \]
18027
18028 \end_inset
18029
18030 The command for this formula is: 
18031 \series bold
18032
18033 \backslash
18034 Lozenge
18035 \series default
18036 ^
18037 \series bold
18038
18039 \backslash
18040 infty
18041 \begin_inset Formula $\to$
18042 \end_inset
18043
18044 _n=1
18045 \end_layout
18046
18047 \begin_layout Standard
18048 \begin_inset VSpace bigskip
18049 \end_inset
18050
18051 When self-defined operators are not used several times in the document,
18052  they can also be defined with the commands 
18053 \series bold
18054
18055 \backslash
18056 mathop
18057 \series default
18058
18059 \begin_inset Index idx
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063 Commands ! M ! 
18064 \backslash
18065 mathop
18066 \end_layout
18067
18068 \end_inset
18069
18070  and 
18071 \series bold
18072
18073 \backslash
18074 mathbin
18075 \series default
18076
18077 \begin_inset Index idx
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081 Commands ! M ! 
18082 \backslash
18083 mathbin
18084 \end_layout
18085
18086 \end_inset
18087
18088 , which have the following scheme:
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094
18095 \backslash
18096 mathop{display}
18097 \series default
18098  and 
18099 \series bold
18100
18101 \backslash
18102 mathbin{display}
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \series bold
18108
18109 \backslash
18110 mathop
18111 \series default
18112  defines big operators, 
18113 \series bold
18114
18115 \backslash
18116 mathbin
18117 \series default
18118  binary operators.
18119 \end_layout
18120
18121 \begin_layout Standard
18122
18123 \series bold
18124
18125 \backslash
18126 mathop
18127 \series default
18128  can e.
18129 \begin_inset space \thinspace{}
18130 \end_inset
18131
18132 g.
18133 \begin_inset space \space{}
18134 \end_inset
18135
18136 be used to use one limit for several operators:
18137 \end_layout
18138
18139 \begin_layout Standard
18140 \begin_inset Formula 
18141 \[
18142 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18143 \]
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Standard
18151 The command for the formula above is:
18152 \begin_inset Newline newline
18153 \end_inset
18154
18155
18156 \series bold
18157
18158 \backslash
18159 mathop{
18160 \backslash
18161 sum
18162 \backslash
18163 negmedspace
18164 \backslash
18165 sum
18166 \series default
18167
18168 \begin_inset space \textvisiblespace{}
18169 \end_inset
18170
18171
18172 \series bold
18173
18174 \begin_inset Formula $\to$
18175 \end_inset
18176
18177 ^N
18178 \series default
18179
18180 \begin_inset space \textvisiblespace{}
18181 \end_inset
18182
18183
18184 \series bold
18185 _i,j=1
18186 \end_layout
18187
18188 \begin_layout Section
18189 Fonts
18190 \begin_inset Index idx
18191 status collapsed
18192
18193 \begin_layout Plain Layout
18194 Fonts
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Subsection
18203 Font Styles
18204 \begin_inset CommandInset label
18205 LatexCommand label
18206 name "subsec:Font-Styles"
18207
18208 \end_inset
18209
18210
18211 \begin_inset Index idx
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215 Font ! style
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \begin_layout Standard
18224 Latin letters in formulas can be set in one of the following font styles:
18225 \end_layout
18226
18227 \begin_layout Standard
18228 \align center
18229 \begin_inset space \hfill{}
18230 \end_inset
18231
18232
18233 \begin_inset Tabular
18234 <lyxtabular version="3" rows="6" columns="2">
18235 <features booktabs="true" tabularvalignment="middle">
18236 <column alignment="center" valignment="top" width="0pt">
18237 <column alignment="center" valignment="top">
18238 <row>
18239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 Command
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 Result
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 <row>
18259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \backslash
18265 mathbb
18266 \series bold
18267
18268 \begin_inset space \textvisiblespace{}
18269 \end_inset
18270
18271
18272 \series default
18273 ABC
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282 \begin_inset Formula $\mathbb{ABC}$
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 </row>
18291 <row>
18292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296
18297 \backslash
18298 mathbf
18299 \series bold
18300
18301 \begin_inset space \textvisiblespace{}
18302 \end_inset
18303
18304
18305 \series default
18306 AbC
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 \begin_inset Formula $\mathbf{AbC}$
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 </row>
18324 <row>
18325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329
18330 \backslash
18331 boldsymbol
18332 \series bold
18333
18334 \begin_inset space \textvisiblespace{}
18335 \end_inset
18336
18337
18338 \series default
18339 AbC
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 \begin_inset Formula $\boldsymbol{AbC}$
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 <row>
18358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362
18363 \backslash
18364 mathcal
18365 \series bold
18366
18367 \begin_inset space \textvisiblespace{}
18368 \end_inset
18369
18370
18371 \series default
18372 ABC
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 \begin_inset Formula $\mathcal{ABC}$
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 mathfrak
18398 \series bold
18399
18400 \begin_inset space \textvisiblespace{}
18401 \end_inset
18402
18403
18404 \series default
18405 AbC
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 \begin_inset Formula $\mathfrak{AbC}$
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 </row>
18423 </lyxtabular>
18424
18425 \end_inset
18426
18427
18428 \begin_inset space \hfill{}
18429 \end_inset
18430
18431
18432 \begin_inset Tabular
18433 <lyxtabular version="3" rows="6" columns="2">
18434 <features booktabs="true" tabularvalignment="middle">
18435 <column alignment="center" valignment="top" width="0pt">
18436 <column alignment="center" valignment="top">
18437 <row>
18438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 Command
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451 Result
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 </row>
18457 <row>
18458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462
18463 \backslash
18464 mathit
18465 \series bold
18466
18467 \begin_inset space \textvisiblespace{}
18468 \end_inset
18469
18470
18471 \series default
18472 AbC
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 \begin_inset Formula $\mathit{AbC}$
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 <row>
18491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495
18496 \backslash
18497 mathrm
18498 \series bold
18499
18500 \begin_inset space \textvisiblespace{}
18501 \end_inset
18502
18503
18504 \series default
18505 AbC
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 \begin_inset Formula $\mathrm{AbC}$
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 <row>
18524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528
18529 \backslash
18530 mathsf
18531 \series bold
18532
18533 \begin_inset space \textvisiblespace{}
18534 \end_inset
18535
18536
18537 \series default
18538 AbC
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 \begin_inset Formula $\mathsf{AbC}$
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \backslash
18563 mathtt
18564 \series bold
18565
18566 \begin_inset space \textvisiblespace{}
18567 \end_inset
18568
18569
18570 \series default
18571 AbC
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 \begin_inset Formula $\mathtt{AbC}$
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \backslash
18596 mathscr
18597 \series bold
18598
18599 \begin_inset space \textvisiblespace{}
18600 \end_inset
18601
18602
18603 \series default
18604 ABC
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 \begin_inset Formula $\mathscr{ABC}$
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 </row>
18622 </lyxtabular>
18623
18624 \end_inset
18625
18626
18627 \begin_inset space \hfill{}
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \begin_layout Standard
18634 \begin_inset Note Greyedout
18635 status open
18636
18637 \begin_layout Plain Layout
18638
18639 \series bold
18640 Note:
18641 \series default
18642  The styles 
18643 \series bold
18644
18645 \backslash
18646 mathbb
18647 \series default
18648
18649 \series bold
18650
18651 \backslash
18652 mathcal
18653 \series default
18654  and 
18655 \series bold
18656
18657 \backslash
18658 mathscr
18659 \series default
18660  can only be used for big letters.
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Standard
18669 Predefined is the style 
18670 \series bold
18671
18672 \backslash
18673 mathnormal
18674 \series default
18675 .
18676 \end_layout
18677
18678 \begin_layout Standard
18679 The style commands work also for letters in mathematical constructs:
18680 \begin_inset Formula 
18681 \[
18682 \mathfrak{A=\frac{b}{C}}
18683 \]
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 Characters in mathematical text don't appear in a math font style but in
18692  the text font style 
18693 \series bold
18694
18695 \backslash
18696 textrm
18697 \series default
18698 .
18699  That their style can't be set correctly via the text style dialog is a
18700  bug in \SpecialChar LyX
18701 .
18702 \begin_inset Foot
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706 \begin_inset CommandInset href
18707 LatexCommand href
18708 name "LyX-bug #4629"
18709 target "http://www.lyx.org/trac/ticket/4629"
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 Instead of the style commands the dialog 
18723 \family sans
18724 Edit\SpecialChar menuseparator
18725 Math\SpecialChar menuseparator
18726 Text Style
18727 \family default
18728  or the toolbar button 
18729 \begin_inset Info
18730 type  "icon"
18731 arg   "math-insert \\font"
18732 \end_inset
18733
18734  can be used.
18735 \end_layout
18736
18737 \begin_layout Subsection
18738 Bold Formulas
18739 \begin_inset CommandInset label
18740 LatexCommand label
18741 name "subsec:Bold-Formulas"
18742
18743 \end_inset
18744
18745
18746 \begin_inset Index idx
18747 status collapsed
18748
18749 \begin_layout Plain Layout
18750 Formula ! bold
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 To make a complete formula bold, the command 
18760 \series bold
18761
18762 \backslash
18763 mathbf
18764 \series default
18765  from the previous subsection cannot be used, because it doesn't work for
18766  small Greek letters.
18767  Furthermore it prints Latin letters always upright, like in the following
18768  equation:
18769 \end_layout
18770
18771 \begin_layout Standard
18772 \begin_inset Formula 
18773 \[
18774 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18775 \]
18776
18777 \end_inset
18778
18779
18780 \end_layout
18781
18782 \begin_layout Standard
18783 To display the formula correctly, the command 
18784 \series bold
18785
18786 \backslash
18787 boldsymbol
18788 \series default
18789  is used:
18790 \begin_inset Formula 
18791 \[
18792 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18793 \]
18794
18795 \end_inset
18796
18797 It is also possible to set the formula in a 
18798 \series bold
18799 boldmath environment
18800 \series default
18801 .
18802  This environment is created by inserting the command 
18803 \series bold
18804
18805 \backslash
18806 boldmath
18807 \series default
18808
18809 \begin_inset Index idx
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813 Commands ! B ! 
18814 \backslash
18815 boldmath
18816 \end_layout
18817
18818 \end_inset
18819
18820  in \SpecialChar TeX
18821  mode.
18822  To end the environment, the command 
18823 \series bold
18824
18825 \backslash
18826 unboldmath
18827 \series default
18828
18829 \begin_inset Index idx
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833 Commands ! U ! 
18834 \backslash
18835 unboldmath
18836 \end_layout
18837
18838 \end_inset
18839
18840  is inserted in \SpecialChar TeX
18841  mode.
18842 \begin_inset ERT
18843 status collapsed
18844
18845 \begin_layout Plain Layout
18846
18847
18848 \backslash
18849 boldmath 
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \begin_inset Formula 
18856 \[
18857 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18858 \]
18859
18860 \end_inset
18861
18862
18863 \begin_inset ERT
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867
18868
18869 \backslash
18870 unboldmath 
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Subsection
18879 Colored Formulas
18880 \begin_inset Index idx
18881 status collapsed
18882
18883 \begin_layout Plain Layout
18884 Formula ! colored
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Formulas can be colored like normal text: Highlight a formula or a formula
18894  part and use the 
18895 \family sans
18896 Text Style
18897 \family default
18898  dialog.
18899  Here is a formula in magenta:
18900 \begin_inset Formula 
18901 \[
18902 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18903 \]
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Standard
18911 You can also define your own colors as described in 
18912 \begin_inset CommandInset ref
18913 LatexCommand ref
18914 reference "subsec:Colored-Boxes"
18915
18916 \end_inset
18917
18918 .
18919  They can be used with the \SpecialChar TeX
18920  code command 
18921 \series bold
18922
18923 \backslash
18924 textcolor
18925 \series default
18926
18927 \begin_inset Index idx
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931 Commands ! T ! 
18932 \backslash
18933 textcolor
18934 \end_layout
18935
18936 \end_inset
18937
18938  in the scheme
18939 \end_layout
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944
18945 \backslash
18946 textcolor{color}{characters or formula}
18947 \end_layout
18948
18949 \begin_layout Standard
18950 The following example was colored completely dark green and partly red:
18951 \end_layout
18952
18953 \begin_layout Standard
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 textcolor{darkgreen}{
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \begin_inset Formula 
18968 \[
18969 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18970 \]
18971
18972 \end_inset
18973
18974
18975 \begin_inset ERT
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979
18980 }
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \begin_layout Standard
18989 Due to a bug in \SpecialChar LyX
18990  only complete formulas can be colored with self-defined
18991  colors.
18992 \begin_inset Foot
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996 \begin_inset CommandInset href
18997 LatexCommand href
18998 name "LyX-bug #5269"
18999 target "http://www.lyx.org/trac/ticket/5269"
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Subsection
19012 Font Sizes
19013 \begin_inset CommandInset label
19014 LatexCommand label
19015 name "subsec:Font-Sizes"
19016
19017 \end_inset
19018
19019
19020 \begin_inset Index idx
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024 Font ! size
19025 \end_layout
19026
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \begin_layout Standard
19033 For characters in formulas there are, analog to characters in text, the
19034  following size commands:
19035 \end_layout
19036
19037 \begin_layout Standard
19038
19039 \series bold
19040
19041 \backslash
19042 Huge
19043 \series default
19044
19045 \series bold
19046
19047 \backslash
19048 huge
19049 \series default
19050
19051 \series bold
19052
19053 \backslash
19054 LARGE
19055 \series default
19056
19057 \series bold
19058
19059 \backslash
19060 Large
19061 \series default
19062
19063 \series bold
19064
19065 \backslash
19066 large
19067 \series default
19068
19069 \series bold
19070
19071 \backslash
19072 normalsize
19073 \series default
19074
19075 \series bold
19076
19077 \backslash
19078 small
19079 \series default
19080 ,
19081 \begin_inset Newline newline
19082 \end_inset
19083
19084
19085 \series bold
19086
19087 \backslash
19088 footnotesize
19089 \series default
19090
19091 \series bold
19092
19093 \backslash
19094 scriptsize
19095 \series default
19096  and 
19097 \series bold
19098
19099 \backslash
19100 tiny
19101 \end_layout
19102
19103 \begin_layout Standard
19104 The size produced by the commands depends on the document font size, which
19105  corresponds to the command 
19106 \series bold
19107
19108 \backslash
19109 normalsize
19110 \series default
19111 .
19112  The other commands produce smaller or larger sizes than 
19113 \series bold
19114
19115 \backslash
19116 normalsize
19117 \series default
19118 .
19119  The font size can however not exceed a certain value.
19120  Is for example the document font size 12
19121 \begin_inset space \thinspace{}
19122 \end_inset
19123
19124 pt, the command 
19125 \series bold
19126
19127 \backslash
19128 Huge
19129 \series default
19130  switches to the same size as 
19131 \series bold
19132
19133 \backslash
19134 huge
19135 \series default
19136 .
19137  
19138 \end_layout
19139
19140 \begin_layout Standard
19141 A size command is inserted in \SpecialChar TeX
19142  mode before the formula and sets the size
19143  for all following formula and text characters.
19144  To switch back to the initial size, the command 
19145 \series bold
19146
19147 \backslash
19148 normalsize
19149 \series default
19150  is inserted behind the formula in \SpecialChar TeX
19151  mode.
19152 \end_layout
19153
19154 \begin_layout Standard
19155 Within a formula the size can be changed using the following size commands
19156  or the toolbar button 
19157 \begin_inset Info
19158 type  "icon"
19159 arg   "math-insert \\style"
19160 \end_inset
19161
19162 :
19163 \begin_inset Separator latexpar
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 \noindent
19171 \align center
19172 \begin_inset Tabular
19173 <lyxtabular version="3" rows="5" columns="2">
19174 <features booktabs="true" tabularvalignment="middle">
19175 <column alignment="center" valignment="top" width="0pt">
19176 <column alignment="center" valignment="top">
19177 <row>
19178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 Command
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 Result
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 </row>
19197 <row>
19198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \backslash
19204 displaystyle
19205 \begin_inset Index idx
19206 status collapsed
19207
19208 \begin_layout Plain Layout
19209 Commands ! D ! 
19210 \backslash
19211 displaystyle
19212 \end_layout
19213
19214 \end_inset
19215
19216
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 <row topspace="1mm">
19235 <cell alignment="center" valignment="top" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \backslash
19241 textstyle
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \backslash
19266 scriptstyle
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 scriptscriptstyle
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 </lyxtabular>
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \begin_layout Standard
19317 After entering these commands, a blue box appears in which the formula parts
19318  are inserted.
19319 \end_layout
19320
19321 \begin_layout Standard
19322 There is a further method to change the font size, that though only works
19323  for symbols or letters in mathematical text.
19324  To use it, one of the above text size commands is inserted in mathematical
19325  text.
19326  All following characters until the end of the mathematical text or until
19327  another size command will have the selected size.
19328  Two examples:
19329 \begin_inset VSpace -2mm
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Standard
19336 \begin_inset ERT
19337 status collapsed
19338
19339 \begin_layout Plain Layout
19340
19341
19342 \backslash
19343 huge 
19344 \end_layout
19345
19346 \end_inset
19347
19348
19349 \begin_inset Formula 
19350 \[
19351 A=\frac{B}{c}\cdot\maltese
19352 \]
19353
19354 \end_inset
19355
19356
19357 \begin_inset Formula 
19358 \[
19359 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19360 \]
19361
19362 \end_inset
19363
19364
19365 \begin_inset ERT
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369
19370
19371 \backslash
19372 normalsize 
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Standard
19381 \begin_inset VSpace medskip
19382 \end_inset
19383
19384 Before both formulas the command 
19385 \series bold
19386
19387 \backslash
19388 huge
19389 \series default
19390  was inserted.
19391  The command for the second formula is:
19392 \begin_inset Newline newline
19393 \end_inset
19394
19395
19396 \series bold
19397
19398 \backslash
19399 maltese
19400 \begin_inset space \textvisiblespace{}
19401 \end_inset
19402
19403 A Alt+M M 
19404 \backslash
19405 Large
19406 \begin_inset space \textvisiblespace{}
19407 \end_inset
19408
19409
19410 \backslash
19411 maltese
19412 \begin_inset space \textvisiblespace{}
19413 \end_inset
19414
19415
19416 \backslash
19417 textit
19418 \begin_inset space \textvisiblespace{}
19419 \end_inset
19420
19421 A
19422 \begin_inset Formula $\to$
19423 \end_inset
19424
19425
19426 \begin_inset Formula $\to$
19427 \end_inset
19428
19429
19430 \begin_inset Newline newline
19431 \end_inset
19432
19433
19434 \begin_inset space \hspace*{}
19435 \length 1cm
19436 \end_inset
19437
19438 Alt+M
19439 \series default
19440  
19441 \series bold
19442
19443 \backslash
19444 tiny
19445 \begin_inset space \textvisiblespace{}
19446 \end_inset
19447
19448
19449 \backslash
19450 maltese
19451 \begin_inset space \textvisiblespace{}
19452 \end_inset
19453
19454
19455 \backslash
19456 textit
19457 \begin_inset space \textvisiblespace{}
19458 \end_inset
19459
19460 A
19461 \end_layout
19462
19463 \begin_layout Standard
19464 If a symbol cannot be displayed in different sizes, it will always be displayed
19465  in the default size.
19466 \end_layout
19467
19468 \begin_layout Section
19469 Greek Letters
19470 \begin_inset Index idx
19471 status collapsed
19472
19473 \begin_layout Plain Layout
19474 Greek letters
19475 \end_layout
19476
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \begin_layout Standard
19483 Greek letters can also be inserted via the toolbar button 
19484 \begin_inset Info
19485 type  "icon"
19486 arg   "math-insert \\alpha"
19487 \end_inset
19488
19489 .
19490  All international typesetting norms purport that Greek letters in math
19491  have to be typeset italic/slanted.
19492  In some languages, like French or Russian, they are nevertheless sometimes
19493  typeset upright.
19494 \end_layout
19495
19496 \begin_layout Subsection
19497 Small Letters
19498 \begin_inset Index idx
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502 Greek letters ! small
19503 \end_layout
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \begin_layout Standard
19511 \begin_inset space \hfill{}
19512 \end_inset
19513
19514
19515 \begin_inset Tabular
19516 <lyxtabular version="3" rows="11" columns="2">
19517 <features booktabs="true" tabularvalignment="middle">
19518 <column alignment="center" valignment="top" width="0pt">
19519 <column alignment="center" valignment="top" width="0pt">
19520 <row>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 Command
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 Result
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 <row>
19541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \backslash
19547 alpha
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 \begin_inset Formula $\alpha$
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 <row>
19566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570
19571 \backslash
19572 beta
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 \begin_inset Formula $\beta$
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row>
19591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595
19596 \backslash
19597 gamma
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\gamma$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 delta
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\delta$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 epsilon
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\epsilon$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 varepsilon
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\varepsilon$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 zeta
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\zeta$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 eta
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\eta$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 theta
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\theta$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 vartheta
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\vartheta$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 </lyxtabular>
19791
19792 \end_inset
19793
19794
19795 \begin_inset space \hfill{}
19796 \end_inset
19797
19798
19799 \begin_inset Tabular
19800 <lyxtabular version="3" rows="12" columns="2">
19801 <features booktabs="true" tabularvalignment="middle">
19802 <column alignment="center" valignment="top" width="0pt">
19803 <column alignment="center" valignment="top" width="0pt">
19804 <row>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 Command
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 Result
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 </row>
19824 <row>
19825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829
19830 \backslash
19831 iota
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840 \begin_inset Formula $\iota$
19841 \end_inset
19842
19843
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 </row>
19849 <row>
19850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \backslash
19856 kappa
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset Formula $\kappa$
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 </row>
19874 <row>
19875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879
19880 \backslash
19881 varkappa
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $\varkappa$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 <row>
19900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904
19905 \backslash
19906 lambda
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 \begin_inset Formula $\lambda$
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 </row>
19924 <row>
19925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \backslash
19931 mu
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Formula $\mu$
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954
19955 \backslash
19956 nu
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset Formula $\nu$
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 <row>
19975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979
19980 \backslash
19981 xi
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 \begin_inset Formula $\xi$
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 </row>
19999 <row>
20000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 o
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $o$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 pi
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\pi$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 varpi
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\varpi$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 rho
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\rho$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 </lyxtabular>
20098
20099 \end_inset
20100
20101
20102 \begin_inset space \hfill{}
20103 \end_inset
20104
20105
20106 \begin_inset Tabular
20107 <lyxtabular version="3" rows="11" columns="2">
20108 <features booktabs="true" tabularvalignment="middle">
20109 <column alignment="center" valignment="top" width="0pt">
20110 <column alignment="center" valignment="top" width="0pt">
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 Command
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 Result
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136
20137 \backslash
20138 varrho
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 \begin_inset Formula $\varrho$
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 <row>
20157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \backslash
20163 sigma
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\sigma$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \backslash
20188 varsigma
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\varsigma$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \backslash
20213 tau
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 \begin_inset Formula $\tau$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 upsilon
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\upsilon$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 phi
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\phi$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \backslash
20288 varphi
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\varphi$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 chi
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\chi$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 psi
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\psi$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 omega
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\omega$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 </lyxtabular>
20382
20383 \end_inset
20384
20385
20386 \begin_inset space \hfill{}
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \begin_layout Standard
20393 \begin_inset VSpace medskip
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Standard
20400 How to create special upright Greek letters is explained in 
20401 \begin_inset CommandInset ref
20402 LatexCommand ref
20403 reference "subsec:Upright-small-Greek"
20404
20405 \end_inset
20406
20407 .
20408 \end_layout
20409
20410 \begin_layout Subsection
20411 Big Letters
20412 \begin_inset Index idx
20413 status collapsed
20414
20415 \begin_layout Plain Layout
20416 Greek letters ! big
20417 \end_layout
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Standard
20425 \begin_inset space \hfill{}
20426 \end_inset
20427
20428
20429 \begin_inset Tabular
20430 <lyxtabular version="3" rows="7" columns="2">
20431 <features booktabs="true" tabularvalignment="middle">
20432 <column alignment="center" valignment="top" width="0pt">
20433 <column alignment="center" valignment="top" width="0pt">
20434 <row>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 Command
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 Result
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 Gamma
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\Gamma$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 Delta
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\Delta$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 Theta
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\Theta$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 Lambda
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\Lambda$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 Xi
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\Xi$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 Pi
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\Pi$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 </lyxtabular>
20605
20606 \end_inset
20607
20608
20609 \begin_inset space \hfill{}
20610 \end_inset
20611
20612
20613 \begin_inset Tabular
20614 <lyxtabular version="3" rows="6" columns="2">
20615 <features booktabs="true" tabularvalignment="middle">
20616 <column alignment="center" valignment="top" width="0pt">
20617 <column alignment="center" valignment="top" width="0pt">
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 Command
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 Result
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 Sigma
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\Sigma$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 Upsilon
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\Upsilon$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 Phi
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\Phi$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 Psi
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\Psi$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 Omega
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\Omega$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 </lyxtabular>
20764
20765 \end_inset
20766
20767
20768 \begin_inset space \hfill{}
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \begin_layout Standard
20775 \begin_inset VSpace medskip
20776 \end_inset
20777
20778 That the big Greek letters appear upright is caused by a design bug when
20779  \SpecialChar TeX
20780  was developed.
20781  To get correct italic big letters, begin every command with 
20782 \series bold
20783 var
20784 \series default
20785 .
20786  For example the command 
20787 \series bold
20788
20789 \backslash
20790 varGamma
20791 \series default
20792  produces 
20793 \begin_inset Formula $\varGamma$
20794 \end_inset
20795
20796 .
20797  Another way is to load the package 
20798 \series bold
20799 fixmath
20800 \series default
20801
20802 \begin_inset Foot
20803 status collapsed
20804
20805 \begin_layout Plain Layout
20806
20807 \series bold
20808 fixmath
20809 \series default
20810  is part of the \SpecialChar LaTeX
20811 -package 
20812 \series bold
20813 was
20814 \series default
20815
20816 \begin_inset Index idx
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820 Packages ! was
20821 \begin_inset ERT
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825
20826
20827 \backslash
20828 vspace{4mm}
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837
20838 .
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \begin_inset Index idx
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848 Packages ! fixmath
20849 \end_layout
20850
20851 \end_inset
20852
20853  with the \SpecialChar LaTeX
20854 -preamble line
20855 \end_layout
20856
20857 \begin_layout Standard
20858
20859 \series bold
20860
20861 \backslash
20862 usepackage{fixmath}
20863 \end_layout
20864
20865 \begin_layout Standard
20866 Then all big Greek letters in a document will automatically be typeset italic.
20867 \end_layout
20868
20869 \begin_layout Subsection
20870 Bold Letters
20871 \begin_inset Index idx
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 Greek letters ! bold
20876 \end_layout
20877
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \begin_layout Standard
20884 Greek letters cannot be set with different font styles like Latin letters.
20885  They can only be made bold with the command 
20886 \series bold
20887
20888 \backslash
20889 boldsymbol
20890 \series default
20891
20892 \begin_inset Index idx
20893 status collapsed
20894
20895 \begin_layout Plain Layout
20896 Commands ! B ! 
20897 \backslash
20898 boldsymbol
20899 \end_layout
20900
20901 \end_inset
20902
20903 .
20904 \begin_inset Separator latexpar
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Standard
20911 \align center
20912 \begin_inset Tabular
20913 <lyxtabular version="3" rows="3" columns="2">
20914 <features booktabs="true" tabularvalignment="middle">
20915 <column alignment="center" valignment="top" width="0pt">
20916 <column alignment="center" valignment="top">
20917 <row>
20918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 Command
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 Result
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 </row>
20937 <row>
20938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942
20943 \backslash
20944 Upsilon
20945 \backslash
20946 boldsymbol
20947 \backslash
20948 Upsilon
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 theta
20974 \backslash
20975 boldsymbol
20976 \backslash
20977 theta
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 \begin_inset Formula $\theta\boldsymbol{\theta}$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 </row>
20995 </lyxtabular>
20996
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \begin_layout Section
21003 Symbols
21004 \begin_inset ERT
21005 status collapsed
21006
21007 \begin_layout Plain Layout
21008
21009
21010 \backslash
21011 texorpdfstring{
21012 \end_layout
21013
21014 \end_inset
21015
21016
21017 \begin_inset Foot
21018 status collapsed
21019
21020 \begin_layout Plain Layout
21021 A list with all symbols of most of the \SpecialChar LaTeX
21022 -packages can be found in 
21023 \begin_inset CommandInset citation
21024 LatexCommand cite
21025 key "Symbols"
21026
21027 \end_inset
21028
21029 .
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \begin_inset ERT
21036 status collapsed
21037
21038 \begin_layout Plain Layout
21039
21040 }{}
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \begin_inset Note Note
21047 status collapsed
21048
21049 \begin_layout Plain Layout
21050
21051 \backslash
21052 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21053 \end_layout
21054
21055 \begin_layout Plain Layout
21056 More about 
21057 \backslash
21058 texorpdfstring is in section 
21059 \begin_inset CommandInset ref
21060 LatexCommand ref
21061 reference "subsec:Formulas-in-Section"
21062
21063 \end_inset
21064
21065 .
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \begin_inset Index idx
21072 status collapsed
21073
21074 \begin_layout Plain Layout
21075 Symbols
21076 \end_layout
21077
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \begin_layout Standard
21084 Many of the symbols listed in this section can also be inserted via the
21085  toolbar buttons 
21086 \begin_inset Info
21087 type  "icon"
21088 arg   "math-insert \\nabla"
21089 \end_inset
21090
21091  and 
21092 \begin_inset Info
21093 type  "icon"
21094 arg   "math-insert \\digamma"
21095 \end_inset
21096
21097 .
21098 \end_layout
21099
21100 \begin_layout Subsection
21101 Mathematical Symbols
21102 \begin_inset CommandInset label
21103 LatexCommand label
21104 name "subsec:Mathematical-Symbols"
21105
21106 \end_inset
21107
21108
21109 \begin_inset Index idx
21110 status collapsed
21111
21112 \begin_layout Plain Layout
21113 Symbols ! mathematical
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \begin_layout Standard
21122 \begin_inset Tabular
21123 <lyxtabular version="3" rows="10" columns="2">
21124 <features booktabs="true" tabularvalignment="middle">
21125 <column alignment="center" valignment="top" width="0pt">
21126 <column alignment="center" valignment="top" width="0pt">
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 Command
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 Symbol
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 neg
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\neg$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 Im
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\Im$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 Re
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\Re$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 aleph
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\aleph$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 partial
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\partial$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 infty
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\infty$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 wp
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\wp$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 imath
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\imath$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 jmath
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\jmath$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 </lyxtabular>
21373
21374 \end_inset
21375
21376
21377 \begin_inset space \hfill{}
21378 \end_inset
21379
21380
21381 \begin_inset Tabular
21382 <lyxtabular version="3" rows="10" columns="2">
21383 <features booktabs="true" tabularvalignment="middle">
21384 <column alignment="center" valignment="top" width="0pt">
21385 <column alignment="center" valignment="top" width="0pt">
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 Command
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 Symbol
21401 \begin_inset Note Note
21402 status collapsed
21403
21404 \begin_layout Plain Layout
21405
21406 \series bold
21407
21408 \backslash
21409 raisebox
21410 \series default
21411  is only used as spacer.
21412 \end_layout
21413
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row>
21423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \backslash
21429 forall
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $\forall$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 exists
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\exists$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \backslash
21479 nexists
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Formula $\nexists$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 <row>
21498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \backslash
21504 emptyset
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\emptyset$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 varnothing
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\varnothing$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 <row>
21548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \backslash
21554 dag
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\dag$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 <row>
21573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \backslash
21579 ddag
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Formula $\ddag$
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row>
21598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602
21603 \backslash
21604 complement
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset ERT
21614 status collapsed
21615
21616 \begin_layout Plain Layout
21617
21618
21619 \backslash
21620 raisebox{-0.8mm}{
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \begin_inset Formula $\complement$
21627 \end_inset
21628
21629
21630 \begin_inset ERT
21631 status collapsed
21632
21633 \begin_layout Plain Layout
21634
21635 }
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 Bbbk
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\Bbbk$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 </lyxtabular>
21672
21673 \end_inset
21674
21675
21676 \begin_inset space \hfill{}
21677 \end_inset
21678
21679
21680 \begin_inset Tabular
21681 <lyxtabular version="3" rows="10" columns="2">
21682 <features booktabs="true" tabularvalignment="middle">
21683 <column alignment="center" valignment="top" width="0pt">
21684 <column alignment="center" valignment="top" width="0pt">
21685 <row>
21686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 Command
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 Symbol
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \backslash
21712 prime
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 \begin_inset Formula $\prime$
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 backprime
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 \begin_inset Formula $\backprime$
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \backslash
21762 mho
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\mho$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \backslash
21787 triangle
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Formula $\triangle$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 angle
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\angle$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 measuredangle
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\measuredangle$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 sphericalangle
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\sphericalangle$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 top
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\top$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 bot
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\bot$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 </lyxtabular>
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 \begin_inset Newpage newpage
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \begin_layout Subsection
21945 Miscellaneous Symbols
21946 \begin_inset CommandInset label
21947 LatexCommand label
21948 name "subsec:Miscellaneous-Symbols"
21949
21950 \end_inset
21951
21952
21953 \begin_inset Index idx
21954 status collapsed
21955
21956 \begin_layout Plain Layout
21957 Symbols ! miscellaneous
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \begin_layout Standard
21966 \noindent
21967 \align center
21968 \begin_inset Tabular
21969 <lyxtabular version="3" rows="10" columns="2">
21970 <features booktabs="true" tabularvalignment="middle">
21971 <column alignment="center" valignment="top" width="0pt">
21972 <column alignment="center" valignment="top" width="0pt">
21973 <row>
21974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 Command
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 Symbol
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 </row>
21993 <row>
21994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998
21999 \backslash
22000 flat
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 $\flat$
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" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \backslash
22025 natural
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 $\natural$
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" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 sharp
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 $\sharp$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 surd
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\surd$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \backslash
22100 checkmark
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Formula $\checkmark$
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \backslash
22125 yen
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\yen$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 pounds
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\pounds$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 $
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 \begin_inset Formula $\$$
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 §
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $§$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 </lyxtabular>
22215
22216 \end_inset
22217
22218
22219 \begin_inset space \hfill{}
22220 \end_inset
22221
22222
22223 \begin_inset Tabular
22224 <lyxtabular version="3" rows="10" columns="2">
22225 <features booktabs="true" tabularvalignment="middle">
22226 <column alignment="center" valignment="top" width="0pt">
22227 <column alignment="center" valignment="top">
22228 <row>
22229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 Command
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 Symbol
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253
22254 \backslash
22255 hbar
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 \begin_inset Formula $\hbar$
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 <row>
22274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \backslash
22280 hslash
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Formula $\hslash$
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row>
22299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \backslash
22305 clubsuit
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $\clubsuit$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 </row>
22323 <row>
22324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \backslash
22330 spadesuit
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Formula $\spadesuit$
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \backslash
22355 bigstar
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 \begin_inset Formula $\bigstar$
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row>
22374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \backslash
22380 blacklozenge
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\blacklozenge$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \backslash
22405 blacktriangle
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $\blacktriangle$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 <row>
22424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \backslash
22430 blacktiangledown
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Formula $\blacktriangledown$
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \backslash
22455 bullet
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $\bullet$
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 </lyxtabular>
22474
22475 \end_inset
22476
22477
22478 \begin_inset space \hfill{}
22479 \end_inset
22480
22481
22482 \begin_inset Tabular
22483 <lyxtabular version="3" rows="10" columns="2">
22484 <features booktabs="true" tabularvalignment="middle">
22485 <column alignment="center" valignment="top" width="0pt">
22486 <column alignment="center" valignment="top" width="0pt">
22487 <row>
22488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 Command
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 Symbol
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 </row>
22507 <row>
22508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512
22513 \backslash
22514 diamondsuit
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523 \begin_inset Formula $\diamondsuit$
22524 \end_inset
22525
22526
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 <row>
22533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537
22538 \backslash
22539 Diamond
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 \begin_inset Formula $\Diamond$
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \backslash
22564 heartsuit
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $\heartsuit$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 P
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\P$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 copyright
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\copyright$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 circledR
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\circledR$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 maltese
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\maltese$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 diagup
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\diagup$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 diagdown
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\diagdown$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 </lyxtabular>
22733
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \begin_layout Standard
22740 \begin_inset VSpace medskip
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \begin_layout Standard
22747 Some symbols can be displayed in different sizes, see 
22748 \begin_inset CommandInset ref
22749 LatexCommand ref
22750 reference "subsec:Font-Sizes"
22751
22752 \end_inset
22753
22754 .
22755 \end_layout
22756
22757 \begin_layout Subsection
22758 The Euro-Symbol €
22759 \begin_inset Index idx
22760 status collapsed
22761
22762 \begin_layout Plain Layout
22763 Symbols ! Euro-symbol
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \begin_inset Index idx
22770 status collapsed
22771
22772 \begin_layout Plain Layout
22773
22774 \backslash
22775 @
22776 \begin_inset ERT
22777 status collapsed
22778
22779 \begin_layout Plain Layout
22780
22781
22782 \backslash
22783 officialeuro
22784 \end_layout
22785
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \begin_layout Standard
22797 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22798 -package 
22799 \series bold
22800 eurosym
22801 \series default
22802
22803 \begin_inset Index idx
22804 status collapsed
22805
22806 \begin_layout Plain Layout
22807 Packages ! eurosym
22808 \end_layout
22809
22810 \end_inset
22811
22812  must be installed and loaded with the \SpecialChar LaTeX
22813 -preamble line
22814 \end_layout
22815
22816 \begin_layout Standard
22817
22818 \series bold
22819
22820 \backslash
22821 usepackage[gennarrow]{eurosym}
22822 \end_layout
22823
22824 \begin_layout Standard
22825 The Euro symbol can now be inserted with the command 
22826 \series bold
22827
22828 \backslash
22829 euro
22830 \series default
22831
22832 \begin_inset Index idx
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836 Commands ! E ! 
22837 \backslash
22838 euro
22839 \end_layout
22840
22841 \end_inset
22842
22843 .
22844 \end_layout
22845
22846 \begin_layout Standard
22847 The Euro symbol can directly be inserted with the € key in mathematical
22848  text, without having 
22849 \series bold
22850 eurosym
22851 \series default
22852  installed.
22853  When 
22854 \series bold
22855 eurosym
22856 \series default
22857  is installed, 
22858 \series bold
22859
22860 \backslash
22861 euro
22862 \series default
22863  can also be inserted in \SpecialChar TeX
22864  mode.
22865  The official currency symbol can then be inserted with the command 
22866 \series bold
22867
22868 \backslash
22869 officialeuro
22870 \series default
22871
22872 \begin_inset Index idx
22873 status collapsed
22874
22875 \begin_layout Plain Layout
22876 Commands ! O ! 
22877 \backslash
22878 officialeuro
22879 \end_layout
22880
22881 \end_inset
22882
22883 , that is only available in \SpecialChar TeX
22884  mode.
22885 \end_layout
22886
22887 \begin_layout Standard
22888 \begin_inset ERT
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892
22893
22894 \backslash
22895 ifeurosym 
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \begin_inset Note Note
22902 status open
22903
22904 \begin_layout Plain Layout
22905 The following table will only be displayed when the \SpecialChar LaTeX
22906 -package 
22907 \series bold
22908 eurosym
22909 \series default
22910  is installed.
22911 \end_layout
22912
22913 \end_inset
22914
22915
22916 \end_layout
22917
22918 \begin_layout Standard
22919 An overview about the different Euro symbols:
22920 \begin_inset Separator latexpar
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Standard
22927 \align center
22928 \begin_inset Tabular
22929 <lyxtabular version="3" rows="4" columns="3">
22930 <features booktabs="true" tabularvalignment="middle">
22931 <column alignment="center" valignment="top" width="0pt">
22932 <column alignment="center" valignment="top" width="0pt">
22933 <column alignment="center" valignment="top" width="0pt">
22934 <row>
22935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset ERT
22940 status collapsed
22941
22942 \begin_layout Plain Layout
22943
22944
22945 \backslash
22946 cmidrule[0.08em]{2-3}
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 Command 
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 Symbol
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 </row>
22975 <row>
22976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 formula
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989
22990 \backslash
22991 euro
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 \begin_inset Formula $\euro$
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 mathematical text
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\mbox{€}$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \SpecialChar TeX
23047  mode
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \backslash
23058 officialeuro
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 \begin_inset ERT
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071
23072
23073 \backslash
23074 officialeuro
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 </row>
23085 </lyxtabular>
23086
23087 \end_inset
23088
23089
23090 \begin_inset Note Note
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094
23095 \series bold
23096
23097 \backslash
23098 cmidrule
23099 \series default
23100  is used here only for table borders.
23101  See sec.
23102  
23103 \family sans
23104 Formal Tables
23105 \family default
23106  of the 
23107 \emph on
23108 EmbeddedObjects
23109 \emph default
23110  manual for details.
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \begin_layout Standard
23119 \begin_inset ERT
23120 status collapsed
23121
23122 \begin_layout Plain Layout
23123
23124
23125 \backslash
23126 else 
23127 \end_layout
23128
23129 \end_inset
23130
23131
23132 \begin_inset Note Note
23133 status open
23134
23135 \begin_layout Plain Layout
23136 The following will be displayed when the \SpecialChar LaTeX
23137 -package 
23138 \series bold
23139 eurosym
23140 \series default
23141  is not installed:
23142 \end_layout
23143
23144 \end_inset
23145
23146
23147 \end_layout
23148
23149 \begin_layout Standard
23150 You need to install the \SpecialChar LaTeX
23151 -package 
23152 \series bold
23153 eurosym
23154 \series default
23155  to see the rest of this subsection in the output.
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset ERT
23160 status collapsed
23161
23162 \begin_layout Plain Layout
23163
23164
23165 \backslash
23166 fi 
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset Newpage newpage
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \begin_layout Section
23182 Relations
23183 \begin_inset CommandInset label
23184 LatexCommand label
23185 name "sec:Relations"
23186
23187 \end_inset
23188
23189
23190 \begin_inset Index idx
23191 status collapsed
23192
23193 \begin_layout Plain Layout
23194 Relations
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \begin_inset Index idx
23201 status collapsed
23202
23203 \begin_layout Plain Layout
23204 Comparisons|see
23205 \begin_inset ERT
23206 status collapsed
23207
23208 \begin_layout Plain Layout
23209
23210 {
23211 \end_layout
23212
23213 \end_inset
23214
23215 Relations
23216 \begin_inset ERT
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220
23221 }
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \begin_layout Standard
23235 All following relations can also be inserted via the toolbar button 
23236 \begin_inset Info
23237 type  "icon"
23238 arg   "math-insert \\leq"
23239 \end_inset
23240
23241 .
23242 \end_layout
23243
23244 \begin_layout Standard
23245 \begin_inset Tabular
23246 <lyxtabular version="3" rows="17" columns="2">
23247 <features booktabs="true" tabularvalignment="middle">
23248 <column alignment="center" valignment="top" width="0pt">
23249 <column alignment="center" valignment="top" width="0pt">
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 Command
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 Relation
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 <
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Formula $<$
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 </row>
23293 <row>
23294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \backslash
23300 le
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $\le$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 ll
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\ll$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 prec
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\prec$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 preceq
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\preceq$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 subset
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\subset$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 subseteq
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\subseteq$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 sqsubseteq
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\sqsubseteq$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 in
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\in$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 vdash
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\vdash$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 smile
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\smile$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 lhd
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\lhd$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 unlhd
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\unlhd$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 gtrless
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\gtrless$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 mid
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\mid$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 nmid
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\nmid$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 </lyxtabular>
23669
23670 \end_inset
23671
23672
23673 \begin_inset space \hfill{}
23674 \end_inset
23675
23676
23677 \begin_inset Tabular
23678 <lyxtabular version="3" rows="17" columns="2">
23679 <features booktabs="true" tabularvalignment="middle">
23680 <column alignment="center" valignment="top" width="0pt">
23681 <column alignment="center" valignment="top" width="0pt">
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 Command
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 Relation
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 =
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Formula $=$
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 </row>
23725 <row>
23726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \backslash
23732 not=
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $\not=$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 equiv
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\equiv$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 sim
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\sim$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 simeq
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\simeq$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 approx
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\approx$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 cong
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\cong$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 bowtie
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\bowtie$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 notin
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\notin$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 perp
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\perp$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 propto
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\propto$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 asymp
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\asymp$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 doteq
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\doteq$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 circeq
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\circeq$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 models
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\models$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 widehat=
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\widehat{=}$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 </lyxtabular>
24101
24102 \end_inset
24103
24104
24105 \begin_inset space \hfill{}
24106 \end_inset
24107
24108
24109 \begin_inset Tabular
24110 <lyxtabular version="3" rows="17" columns="2">
24111 <features booktabs="true" tabularvalignment="middle">
24112 <column alignment="center" valignment="top" width="0pt">
24113 <column alignment="center" valignment="top" width="0pt">
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 Command
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 Relation
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 >
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 \begin_inset Formula $>$
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 <row>
24158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \backslash
24164 ge
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 \begin_inset Formula $\ge$
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 </row>
24182 <row>
24183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \backslash
24189 gg
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $\gg$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 <row>
24208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 succ
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Formula $\succ$
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \backslash
24239 succeq
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 \begin_inset Formula $\succeq$
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 supset
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 \begin_inset Formula $\supset$
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 supseteq
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $\supseteq$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 sqsupseteq
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $\sqsupseteq$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 ni
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 \begin_inset Formula $\ni$
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 dashv
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 \begin_inset Formula $\dashv$
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 frown
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 \begin_inset Formula $\frown$
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 rhd
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Formula $\rhd$
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 unrhd
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 \begin_inset Formula $\unrhd$
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 </row>
24457 <row>
24458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 lessgtr
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 \begin_inset Formula $\lessgtr$
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 parallel
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498 \begin_inset Formula $\parallel$
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 </row>
24507 <row>
24508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 nparallel
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 \begin_inset Formula $\nparallel$
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 </row>
24532 </lyxtabular>
24533
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \begin_layout Standard
24540 \begin_inset VSpace medskip
24541 \end_inset
24542
24543 The characters 
24544 \series bold
24545
24546 \backslash
24547 lhd
24548 \series default
24549  and 
24550 \series bold
24551
24552 \backslash
24553 rhd
24554 \series default
24555  are bigger than the equal looking operators 
24556 \series bold
24557
24558 \backslash
24559 triangleleft
24560 \series default
24561  and 
24562 \series bold
24563
24564 \backslash
24565 triangleright
24566 \series default
24567 , respectively.
24568 \end_layout
24569
24570 \begin_layout Standard
24571 \SpecialChar LyX
24572  supports also many special relations.
24573  Use the toolbar button 
24574 \begin_inset Info
24575 type  "icon"
24576 arg   "math-insert \\leqq"
24577 \end_inset
24578
24579  to see a list of these relations.
24580 \end_layout
24581
24582 \begin_layout Standard
24583 Relations are, in contrary to symbols, always surrounded by space.
24584 \end_layout
24585
24586 \begin_layout Standard
24587 Relations with labels can be created with the command 
24588 \series bold
24589
24590 \backslash
24591 stackrel
24592 \series default
24593
24594 \begin_inset Index idx
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598 Commands ! S ! 
24599 \backslash
24600 stackrel
24601 \end_layout
24602
24603 \end_inset
24604
24605 :
24606 \begin_inset Separator latexpar
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \align center
24614 \begin_inset Tabular
24615 <lyxtabular version="3" rows="2" columns="2">
24616 <features booktabs="true" tabularvalignment="middle">
24617 <column alignment="center" valignment="top" width="0pt">
24618 <column alignment="center" valignment="top">
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624 Command
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633 Result
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 </row>
24639 <row topspace="1.5mm">
24640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 A(r)
24645 \backslash
24646 stackrel
24647 \begin_inset space \textvisiblespace{}
24648 \end_inset
24649
24650 r
24651 \backslash
24652 to
24653 \backslash
24654 infty
24655 \begin_inset space \textvisiblespace{}
24656 \end_inset
24657
24658
24659 \begin_inset Formula $\downarrow$
24660 \end_inset
24661
24662
24663 \backslash
24664 approx
24665 \begin_inset space \textvisiblespace{}
24666 \end_inset
24667
24668
24669 \begin_inset space \textvisiblespace{}
24670 \end_inset
24671
24672 B
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 </row>
24690 </lyxtabular>
24691
24692 \end_inset
24693
24694
24695 \end_layout
24696
24697 \begin_layout Section
24698 Functions
24699 \end_layout
24700
24701 \begin_layout Subsection
24702 Predefined Functions
24703 \begin_inset CommandInset label
24704 LatexCommand label
24705 name "subsec:Predefined-Functions"
24706
24707 \end_inset
24708
24709
24710 \begin_inset Index idx
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714 Functions ! predefined
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Standard
24723 In general, variables are set 
24724 \emph on
24725 italic
24726 \emph default
24727  in mathematical expressions, but not function names, because 
24728 \begin_inset Formula $sin$
24729 \end_inset
24730
24731  could be misunderstood as 
24732 \begin_inset Formula $s\cdot i\cdot n$
24733 \end_inset
24734
24735 .
24736  Therefore there are predefined functionswhich are additionally a bit separated
24737  from prefactors.
24738  They are inserted as commands starting with a backslash before their name.
24739 \begin_inset Separator latexpar
24740 \end_inset
24741
24742
24743 \end_layout
24744
24745 \begin_layout Standard
24746 \align center
24747 \begin_inset Tabular
24748 <lyxtabular version="3" rows="2" columns="2">
24749 <features booktabs="true" tabularvalignment="middle">
24750 <column alignment="center" valignment="top" width="0pt">
24751 <column alignment="center" valignment="top" width="0pt">
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 Command
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 Result
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 </row>
24772 <row>
24773 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777 Asin(x)+B
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 \begin_inset Formula $Asin(x)+B$
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 </row>
24795 </lyxtabular>
24796
24797 \end_inset
24798
24799
24800 \begin_inset space \quad{}
24801 \end_inset
24802
24803
24804 \begin_inset Tabular
24805 <lyxtabular version="3" rows="2" columns="2">
24806 <features booktabs="true" tabularvalignment="middle">
24807 <column alignment="center" valignment="top" width="0pt">
24808 <column alignment="center" valignment="top" width="0pt">
24809 <row>
24810 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 Command
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 Result
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 </row>
24829 <row>
24830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834 A
24835 \backslash
24836 sin(x)+B
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845 \begin_inset Formula $A\sin(x)+B$
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 </row>
24854 </lyxtabular>
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 The following functions are predefined:
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \begin_inset VSpace -2mm
24867 \end_inset
24868
24869
24870 \end_layout
24871
24872 \begin_layout Standard
24873 \align center
24874 \begin_inset Tabular
24875 <lyxtabular version="3" rows="9" columns="4">
24876 <features booktabs="true" tabularvalignment="middle">
24877 <column alignment="center" valignment="top" width="0pt">
24878 <column alignment="center" valignment="top" width="0pt">
24879 <column alignment="center" valignment="top" width="0pt">
24880 <column alignment="center" valignment="top" width="0pt">
24881 <row>
24882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 Command
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 Command
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904 Command
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913 Command
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 sin
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 sinh
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \backslash
24948 arcsin
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 sup
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 cos
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \backslash
24983 cosh
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992
24993 \backslash
24994 arccos
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 inf
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 <row>
25012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 tan
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \backslash
25029 tanh
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 arctan
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 lim
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 </row>
25057 <row>
25058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \backslash
25064 cot
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \backslash
25075 coth
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 arg
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 liminf
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 <row>
25104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 sec
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 min
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 deg
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 limsup
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
25150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 csc
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 max
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 det
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 Pr
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 </row>
25195 <row>
25196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 ln
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 exp
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222
25223 \backslash
25224 dim
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 hom
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 </row>
25241 <row>
25242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 lg
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 log
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 ker
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 gcd
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 </row>
25287 </lyxtabular>
25288
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \begin_layout Standard
25295 They can also be inserted with the math toolbar button 
25296 \begin_inset Info
25297 type  "icon"
25298 arg   "math-insert \\functions"
25299 \end_inset
25300
25301 .
25302 \end_layout
25303
25304 \begin_layout Subsection
25305 Self-defined Functions
25306 \begin_inset Index idx
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 Functions ! self-defined
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \begin_layout Standard
25319 To use a function that is not predefined, like for example the sign function
25320  sgn(x), there are two possibilities:
25321 \end_layout
25322
25323 \begin_layout Itemize
25324 Define the function by inserting the following line to the \SpecialChar LaTeX
25325 -preamble
25326 \begin_inset Foot
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330 For more about 
25331 \series bold
25332
25333 \backslash
25334 DeclareMathOperator
25335 \series default
25336  see 
25337 \begin_inset CommandInset ref
25338 LatexCommand ref
25339 reference "subsec:Self-defined-Operators"
25340
25341 \end_inset
25342
25343 .
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352
25353 \begin_inset VSpace -3mm
25354 \end_inset
25355
25356
25357 \begin_inset Newline newline
25358 \end_inset
25359
25360
25361 \series bold
25362
25363 \backslash
25364 DeclareMathOperator{
25365 \backslash
25366 sgn}{sgn}
25367 \series default
25368
25369 \begin_inset Index idx
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373 Commands ! D ! 
25374 \backslash
25375 dbinom@
25376 \backslash
25377 DeclareMathOperator
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \begin_inset Newline newline
25384 \end_inset
25385
25386
25387 \begin_inset VSpace -2mm
25388 \end_inset
25389
25390
25391 \begin_inset Newline newline
25392 \end_inset
25393
25394 Now the new defined function can be called with the command 
25395 \series bold
25396
25397 \backslash
25398 sgn
25399 \series default
25400 .
25401 \end_layout
25402
25403 \begin_layout Itemize
25404 Write the formula as usual, mark the formula name, in our example the letters
25405  
25406 \emph on
25407 sgn
25408 \emph default
25409 , and change it to mathematical text.
25410  Finally, a space is inserted between prefactor and function.
25411 \end_layout
25412
25413 \begin_layout Standard
25414 The result is the same with both methods as with a predefined function
25415 \begin_inset Foot
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419 In \SpecialChar LyX
25420  self-defined functions are displayed red, predefined ones black.
25421 \end_layout
25422
25423 \end_inset
25424
25425 :
25426 \begin_inset Separator latexpar
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \align center
25434 \begin_inset Tabular
25435 <lyxtabular version="3" rows="3" columns="2">
25436 <features booktabs="true" tabularvalignment="middle">
25437 <column alignment="center" valignment="top" width="0pt">
25438 <column alignment="center" valignment="top" width="0pt">
25439 <row>
25440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 Command
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453 Result
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 </row>
25459 <row>
25460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 A
25465 \backslash
25466 sgn(x)+B
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475 \begin_inset Formula $A\sgn(x)+B$
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 </row>
25484 <row>
25485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 A
25490 \backslash
25491 ,
25492 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25493 \end_inset
25494
25495 (x)+B
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 </lyxtabular>
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 The first method is more suitable when the self-defined function should
25522  be used several times.
25523 \end_layout
25524
25525 \begin_layout Subsection
25526 Limits
25527 \begin_inset Index idx
25528 status collapsed
25529
25530 \begin_layout Plain Layout
25531 Limits
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 For limits, in addition to the commands 
25541 \series bold
25542
25543 \backslash
25544 lim
25545 \series default
25546
25547 \begin_inset Index idx
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551 Commands ! L ! 
25552 \backslash
25553 lim
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \series bold
25560
25561 \backslash
25562 liminf
25563 \series default
25564  and 
25565 \series bold
25566
25567 \backslash
25568 limsup
25569 \series default
25570  the following functions are defined:
25571 \begin_inset Separator latexpar
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 \align center
25579 \begin_inset Tabular
25580 <lyxtabular version="3" rows="5" columns="2">
25581 <features booktabs="true" tabularvalignment="middle">
25582 <column alignment="center" valignment="top" width="0pt">
25583 <column alignment="center" valignment="top" width="0pt">
25584 <row>
25585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 Command
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 Result
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row>
25605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609
25610 \backslash
25611 varliminf
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620 \begin_inset Formula $\varliminf$
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 </row>
25629 <row topspace="1.5mm">
25630 <cell alignment="center" valignment="top" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634
25635 \backslash
25636 varlimsup
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 \begin_inset Formula $\varlimsup$
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row topspace="1.5mm">
25655 <cell alignment="center" valignment="top" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 varprojlim
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 \begin_inset Formula $\varprojlim$
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \end_inset
25677 </cell>
25678 </row>
25679 <row topspace="1.5mm" bottomspace="1mm">
25680 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684
25685 \backslash
25686 varinjlim
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 \begin_inset Formula $\varinjlim$
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 </lyxtabular>
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 \begin_inset VSpace medskip
25713 \end_inset
25714
25715 The limit is created by inserting a subscript.
25716  It is set right beside the function in an inline formula:
25717 \end_layout
25718
25719 \begin_layout Standard
25720 \align center
25721 \begin_inset Tabular
25722 <lyxtabular version="3" rows="2" columns="2">
25723 <features booktabs="true" tabularvalignment="middle">
25724 <column alignment="center" valignment="top" width="0pt">
25725 <column alignment="center" valignment="top" width="0pt">
25726 <row>
25727 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 Command
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 Result
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 </row>
25746 <row>
25747 <cell alignment="center" valignment="top" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751
25752 \backslash
25753 lim_x
25754 \backslash
25755 to
25756 \begin_inset space \textvisiblespace{}
25757 \end_inset
25758
25759 A
25760 \begin_inset space \textvisiblespace{}
25761 \end_inset
25762
25763 x=B
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 <cell alignment="center" valignment="top" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772 \begin_inset Formula $\lim_{x\to A}x=B$
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 </row>
25781 </lyxtabular>
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 In a displayed formula the limit is set below the formula, as usual:
25790 \begin_inset Formula 
25791 \[
25792 \lim_{x\to A}x=B
25793 \]
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \begin_layout Standard
25801 \begin_inset VSpace medskip
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 How to adjust the typesetting of the limits see 
25809 \begin_inset CommandInset ref
25810 LatexCommand ref
25811 reference "subsec:Operator-Limits"
25812
25813 \end_inset
25814
25815 .
25816 \end_layout
25817
25818 \begin_layout Subsection
25819 Modulo-Functions
25820 \begin_inset Index idx
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824 Functions ! modulo-
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 The modulo-function is special, because it exists in four variants.
25834  The variants in a displayed formula are:
25835 \begin_inset Formula 
25836 \begin{align*}
25837 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25838 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25839 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25840 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25841 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25842 \end{align*}
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \begin_layout Standard
25850 In an inline formula less space is set before the function names for all
25851  variants.
25852  By default the modulo-functions take only the first following character
25853  into account.
25854  To use more than one character, one has to put them into \SpecialChar TeX
25855  braces:
25856 \begin_inset Formula 
25857 \begin{align*}
25858 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25859 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25860 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25861 \end{align*}
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \begin_layout Section
25869 Special Characters
25870 \begin_inset Index idx
25871 status collapsed
25872
25873 \begin_layout Plain Layout
25874 Special characters
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 The characters ^ and _ would normally create a superscript and subscript,
25884  respectively.
25885  To get these characters you have to insert them with a leading 
25886 \backslash
25887 :
25888 \begin_inset Separator latexpar
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \noindent
25896 \align center
25897 \begin_inset Tabular
25898 <lyxtabular version="3" rows="3" columns="2">
25899 <features booktabs="true" tabularvalignment="middle">
25900 <column alignment="left" valignment="top" width="0pt">
25901 <column alignment="block" valignment="top">
25902 <row>
25903 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907 Command
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 Result
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 </row>
25922 <row>
25923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927
25928 \backslash
25929 ^
25930 \begin_inset space \textvisiblespace{}
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942 \begin_inset Formula $\mathcircumflex$
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 </row>
25951 <row>
25952 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956
25957 \backslash
25958 _
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Plain Layout
25967 \begin_inset Formula $\_$
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 </row>
25976 </lyxtabular>
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Subsection
25984 Special Characters in Mathematical Text
25985 \end_layout
25986
25987 \begin_layout Standard
25988 The following commands can only be used in mathematical text or in \SpecialChar TeX
25989  mode:
25990 \end_layout
25991
25992 \begin_layout Standard
25993 \begin_inset space \hfill{}
25994 \end_inset
25995
25996
25997 \begin_inset Tabular
25998 <lyxtabular version="3" rows="8" columns="2">
25999 <features booktabs="true" tabularvalignment="middle">
26000 <column alignment="left" valignment="top" width="0pt">
26001 <column alignment="block" valignment="top">
26002 <row>
26003 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 Command
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 Result
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 </row>
26022 <row>
26023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \backslash
26029 oe
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 \begin_inset Formula $\textrm{œ}$
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 <row>
26048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \backslash
26054 OE
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Formula $\textrm{Œ}$
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079 ae
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{æ}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 AE
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\textrm{Æ}$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 <row>
26123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127
26128 \backslash
26129 aa
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Formula $\textrm{å}$
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \backslash
26154 AA
26155 \begin_inset Index idx
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161 @
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 textrm{
26170 \backslash
26171 AA}
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190 \begin_inset Formula $\textrm{Å}$
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 </row>
26199 <row>
26200 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204
26205 \backslash
26206 i
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215 \begin_inset Formula $\textrm{ı}$
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 </lyxtabular>
26225
26226 \end_inset
26227
26228
26229 \begin_inset space \hfill{}
26230 \end_inset
26231
26232
26233 \begin_inset Tabular
26234 <lyxtabular version="3" rows="8" columns="2">
26235 <features booktabs="true" tabularvalignment="middle">
26236 <column alignment="left" valignment="top" width="0pt">
26237 <column alignment="center" valignment="top">
26238 <row>
26239 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 Command
26244 \begin_inset Note Note
26245 status collapsed
26246
26247 \begin_layout Plain Layout
26248 The space of 0
26249 \begin_inset space \thinspace{}
26250 \end_inset
26251
26252 mm is used for separation, because otherwise the output will be ¡ and ¿
26253  respectively.
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 Result
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 </row>
26273 <row>
26274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278
26279 \backslash
26280 o
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Formula $\textrm{ø}$
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 O
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Formula $\textrm{Ø}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 l
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\textrm{ł}$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 L
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\textrm{Ł}$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378 !
26379 \begin_inset space \hspace{}
26380 \length 0mm
26381 \end_inset
26382
26383 `
26384 \begin_inset space \textvisiblespace{}
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset Formula $\textrm{!`}$
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 <row>
26406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 ?
26411 \begin_inset space \hspace{}
26412 \length 0mm
26413 \end_inset
26414
26415 `
26416 \begin_inset space \textvisiblespace{}
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428 \begin_inset Formula $\textrm{?`}$
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 </row>
26437 <row>
26438 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442
26443 \backslash
26444 j
26445 \end_layout
26446
26447 \end_inset
26448 </cell>
26449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453 \begin_inset Formula $\textrm{ȷ}$
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 </row>
26462 </lyxtabular>
26463
26464 \end_inset
26465
26466
26467 \begin_inset space \hfill{}
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \begin_layout Standard
26474 The characters 
26475 \begin_inset Formula $\textrm{\textrm{Å}}$
26476 \end_inset
26477
26478  and 
26479 \begin_inset Formula $\textrm{\textrm{Ø}}$
26480 \end_inset
26481
26482  can also be inserted via the math toolbar button 
26483 \begin_inset Info
26484 type  "icon"
26485 arg   "math-insert \\digamma"
26486 \end_inset
26487
26488 .
26489 \end_layout
26490
26491 \begin_layout Standard
26492 An exception are the commands 
26493 \series bold
26494 !
26495 \begin_inset space \hspace{}
26496 \length 0mm
26497 \end_inset
26498
26499 `
26500 \series default
26501  and 
26502 \series bold
26503 ?
26504 \begin_inset space \hspace{}
26505 \length 0mm
26506 \end_inset
26507
26508 `
26509 \series default
26510 , because they can be inserted in \SpecialChar LyX
26511  directly to text.
26512 \end_layout
26513
26514 \begin_layout Subsection
26515 Accents in Text
26516 \begin_inset CommandInset label
26517 LatexCommand label
26518 name "subsec:Accents-in-Text"
26519
26520 \end_inset
26521
26522
26523 \begin_inset Index idx
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 Accents ! in text
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \begin_layout Standard
26536 With the following commands all letters can be accented.
26537  The commands must be inserted in \SpecialChar TeX
26538  mode.
26539 \end_layout
26540
26541 \begin_layout Standard
26542 \begin_inset space \hfill{}
26543 \end_inset
26544
26545
26546 \begin_inset Tabular
26547 <lyxtabular version="3" rows="8" columns="2">
26548 <features booktabs="true" tabularvalignment="middle">
26549 <column alignment="left" valignment="top" width="0pt">
26550 <column alignment="block" valignment="top">
26551 <row>
26552 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556 Command
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565 Result
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 <row>
26572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576
26577 \backslash
26578
26579 \begin_inset Quotes grd
26580 \end_inset
26581
26582 e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 "e
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 <row>
26610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \backslash
26616 `e
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 \begin_inset ERT
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 `e
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 </row>
26643 <row>
26644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648
26649 \backslash
26650 ^
26651 \begin_inset space \textvisiblespace{}
26652 \end_inset
26653
26654 e
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 ^e
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 <row>
26682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686
26687 \backslash
26688 =e
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697 \begin_inset ERT
26698 status collapsed
26699
26700 \begin_layout Plain Layout
26701
26702
26703 \backslash
26704 =e
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 </row>
26715 <row>
26716 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Plain Layout
26720
26721 \backslash
26722 u
26723 \begin_inset space \textvisiblespace{}
26724 \end_inset
26725
26726 e
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735 \begin_inset ERT
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739
26740
26741 \backslash
26742 u e
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 </row>
26753 <row>
26754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758
26759 \backslash
26760 b
26761 \begin_inset space \textvisiblespace{}
26762 \end_inset
26763
26764 e
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773 \begin_inset ERT
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778
26779 \backslash
26780 b e
26781 \end_layout
26782
26783 \end_inset
26784
26785
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 </row>
26791 <row>
26792 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796
26797 \backslash
26798 t
26799 \begin_inset space \textvisiblespace{}
26800 \end_inset
26801
26802 ee
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 t ee
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 </lyxtabular>
26830
26831 \end_inset
26832
26833
26834 \begin_inset space \hfill{}
26835 \end_inset
26836
26837
26838 \begin_inset Tabular
26839 <lyxtabular version="3" rows="8" columns="2">
26840 <features booktabs="true" tabularvalignment="middle">
26841 <column alignment="left" valignment="top" width="0pt">
26842 <column alignment="center" valignment="top">
26843 <row>
26844 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 Command
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857 Result
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 </row>
26863 <row>
26864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868
26869 \backslash
26870 H
26871 \begin_inset space \textvisiblespace{}
26872 \end_inset
26873
26874 e
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset ERT
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 H e
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 </row>
26901 <row>
26902 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906
26907 \backslash
26908 'e
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917 \begin_inset ERT
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921
26922
26923 \backslash
26924 'e
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 </row>
26935 <row>
26936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940
26941 \backslash
26942 ~e
26943 \begin_inset Index idx
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 Tilde
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966
26967 \backslash
26968 ~e
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 </row>
26979 <row>
26980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984
26985 \backslash
26986 .e
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995 \begin_inset ERT
26996 status collapsed
26997
26998 \begin_layout Plain Layout
26999
27000
27001 \backslash
27002 .e
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 </row>
27013 <row>
27014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Plain Layout
27018
27019 \backslash
27020 v
27021 \begin_inset space \textvisiblespace{}
27022 \end_inset
27023
27024 e
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 \begin_inset ERT
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037
27038
27039 \backslash
27040 v e
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 </row>
27051 <row>
27052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056
27057 \backslash
27058 d
27059 \begin_inset space \textvisiblespace{}
27060 \end_inset
27061
27062 e
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Plain Layout
27071 \begin_inset ERT
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075
27076
27077 \backslash
27078 d e
27079 \end_layout
27080
27081 \end_inset
27082
27083
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 </row>
27089 <row>
27090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094
27095 \backslash
27096 c
27097 \begin_inset space \textvisiblespace{}
27098 \end_inset
27099
27100 e
27101 \end_layout
27102
27103 \end_inset
27104 </cell>
27105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 c e
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 </row>
27127 </lyxtabular>
27128
27129 \end_inset
27130
27131
27132 \begin_inset space \hfill{}
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Standard
27139 \begin_inset VSpace medskip
27140 \end_inset
27141
27142 With the command 
27143 \series bold
27144
27145 \backslash
27146 t
27147 \series default
27148  also two different characters can be accented.
27149  The command 
27150 \series bold
27151
27152 \backslash
27153 t
27154 \begin_inset space \textvisiblespace{}
27155 \end_inset
27156
27157 sz
27158 \series default
27159  creates: 
27160 \begin_inset ERT
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164
27165
27166 \backslash
27167 t sz
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Standard
27176 The accents 
27177 \series bold
27178 `
27179 \series default
27180  , 
27181 \series bold
27182 '
27183 \series default
27184  and 
27185 \series bold
27186 ^
27187 \series default
27188  can in combination with vowels directly be inserted with the keyboard without
27189  using \SpecialChar TeX
27190  mode.
27191  The same applies for the tilde
27192 \begin_inset Foot
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196 This only applies for keyboards where the tilde is defined as accent.
27197 \end_layout
27198
27199 \end_inset
27200
27201  
27202 \series bold
27203 ~
27204 \series default
27205  in combination with 
27206 \emph on
27207 a
27208 \emph default
27209  , 
27210 \emph on
27211 n
27212 \emph default
27213  , or 
27214 \emph on
27215 o
27216 \emph default
27217 .
27218 \end_layout
27219
27220 \begin_layout Standard
27221 The commands 
27222 \series bold
27223
27224 \backslash
27225 b
27226 \series default
27227  , 
27228 \series bold
27229
27230 \backslash
27231 c
27232 \series default
27233  , 
27234 \series bold
27235
27236 \backslash
27237 d
27238 \series default
27239  , 
27240 \series bold
27241
27242 \backslash
27243 H
27244 \series default
27245  , 
27246 \series bold
27247
27248 \backslash
27249 t
27250 \series default
27251  , 
27252 \series bold
27253
27254 \backslash
27255 u
27256 \series default
27257  , 
27258 \series bold
27259
27260 \backslash
27261 v
27262 \series default
27263  and accents that are inserted directly with the keyboard are also available
27264  in mathematical text.
27265  For the other accents there are special math commands to be used in formulas,
27266  see 
27267 \begin_inset CommandInset ref
27268 LatexCommand ref
27269 reference "subsec:Accents-for-one"
27270
27271 \end_inset
27272
27273 .
27274 \end_layout
27275
27276 \begin_layout Standard
27277 \begin_inset VSpace bigskip
27278 \end_inset
27279
27280 Furthermore, with the command 
27281 \series bold
27282
27283 \backslash
27284 textcircled
27285 \series default
27286
27287 \begin_inset Index idx
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291 Commands ! T ! 
27292 \backslash
27293 textcircled
27294 \end_layout
27295
27296 \end_inset
27297
27298  all numbers and letters can be set into a circle, quasi accented with a
27299  circle, similar to the copyright symbol.
27300 \end_layout
27301
27302 \begin_layout Standard
27303 \align center
27304 \begin_inset Tabular
27305 <lyxtabular version="3" rows="3" columns="2">
27306 <features booktabs="true" tabularvalignment="middle">
27307 <column alignment="center" valignment="top" width="0pt">
27308 <column alignment="center" valignment="top">
27309 <row>
27310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27311 \begin_inset Text
27312
27313 \begin_layout Plain Layout
27314 Command
27315 \end_layout
27316
27317 \end_inset
27318 </cell>
27319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27320 \begin_inset Text
27321
27322 \begin_layout Plain Layout
27323 Result
27324 \end_layout
27325
27326 \end_inset
27327 </cell>
27328 </row>
27329 <row>
27330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Plain Layout
27334
27335 \backslash
27336 textcircled{w}
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345 \begin_inset ERT
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349
27350
27351 \backslash
27352 textcircled{w}
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 </row>
27363 <row topspace="1mm">
27364 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Plain Layout
27368
27369 \backslash
27370 Large 
27371 \backslash
27372 textcircled{
27373 \backslash
27374 normalsize
27375 \backslash
27376 protect
27377 \backslash
27378 raisebox{-1.5pt}{W}}
27379 \end_layout
27380
27381 \end_inset
27382 </cell>
27383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27384 \begin_inset Text
27385
27386 \begin_layout Plain Layout
27387 \begin_inset ERT
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391
27392
27393 \backslash
27394 Large 
27395 \backslash
27396 textcircled{
27397 \backslash
27398 normalsize
27399 \backslash
27400 protect
27401 \backslash
27402 raisebox{-1.5pt}W}
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 </row>
27413 </lyxtabular>
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Standard
27421 One has to take care that the character fits in the circle.
27422  
27423 \series bold
27424
27425 \backslash
27426 Large
27427 \series default
27428
27429 \begin_inset Foot
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 see 
27434 \begin_inset CommandInset ref
27435 LatexCommand ref
27436 reference "subsec:Font-Sizes"
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \end_inset
27444
27445  specifies thereby the size of the circle.
27446  With the help of 
27447 \series bold
27448
27449 \backslash
27450 raisebox
27451 \series default
27452
27453 \begin_inset Foot
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457 see 
27458 \begin_inset CommandInset ref
27459 LatexCommand ref
27460 reference "subsec:Boxes-without-Frame"
27461
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \end_inset
27468
27469  the character can be centered.
27470 \end_layout
27471
27472 \begin_layout Subsection
27473 Old-style Figures
27474 \begin_inset Index idx
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 Old-style Figures
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \begin_layout Standard
27487 Old-style figures (also known as old-style numerals) are created with the
27488  command 
27489 \series bold
27490
27491 \backslash
27492 oldstylenums
27493 \series default
27494
27495 \begin_inset Index idx
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 Commands ! O ! 
27500 \backslash
27501 oldstylenums
27502 \end_layout
27503
27504 \end_inset
27505
27506 .
27507  The command can be used in formulas and in \SpecialChar TeX
27508  mode.
27509  The command scheme is:
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 oldstylenums{number}
27518 \end_layout
27519
27520 \begin_layout Standard
27521 The command 
27522 \series bold
27523
27524 \backslash
27525 oldstylenums{0123456789
27526 \series default
27527  produces: 
27528 \begin_inset Formula $\oldstylenums{0123456789}$
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Section
27535 Formula Styles
27536 \begin_inset CommandInset label
27537 LatexCommand label
27538 name "sec:Formula-Styles"
27539
27540 \end_inset
27541
27542
27543 \begin_inset Index idx
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Formula ! styles
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Itemize
27556 There are two different alignment styles:
27557 \begin_inset Separator latexpar
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_deeper
27564 \begin_layout Description
27565 Centered is the predefined standard
27566 \end_layout
27567
27568 \begin_layout Description
27569 Indented for this the option 
27570 \series bold
27571 fleqn
27572 \series default
27573  must be inserted in the menu 
27574 \family sans
27575 Document\SpecialChar menuseparator
27576 Settings
27577 \family default
27578  under 
27579 \family sans
27580 Document
27581 \begin_inset space ~
27582 \end_inset
27583
27584 Class
27585 \end_layout
27586
27587 \begin_layout Standard
27588 When 
27589 \series bold
27590 Indented
27591 \series default
27592  is used, the indentation can be adjusted with the length 
27593 \series bold
27594
27595 \backslash
27596 mathindent
27597 \series default
27598
27599 \begin_inset Index idx
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603 Commands ! M ! 
27604 \backslash
27605 mathindent
27606 \end_layout
27607
27608 \end_inset
27609
27610 .
27611  Should the distance be 15
27612 \begin_inset space \thinspace{}
27613 \end_inset
27614
27615 mm, the following command line is inserted in the \SpecialChar LaTeX
27616 -preamble
27617 \end_layout
27618
27619 \begin_layout Standard
27620
27621 \series bold
27622
27623 \backslash
27624 setlength{
27625 \backslash
27626 mathindent}{15mm}
27627 \end_layout
27628
27629 \begin_layout Standard
27630 When no length is specified, the predefined value of 30
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634 pt will be used.
27635 \end_layout
27636
27637 \end_deeper
27638 \begin_layout Itemize
27639 And two different numbering styles:
27640 \begin_inset Separator latexpar
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_deeper
27647 \begin_layout Description
27648 Right is the predefined standard
27649 \end_layout
27650
27651 \begin_layout Description
27652 Left for this the option 
27653 \series bold
27654 leqno
27655 \series default
27656  must be inserted in the menu 
27657 \family sans
27658 Document\SpecialChar menuseparator
27659 Settings
27660 \family default
27661  under 
27662 \family sans
27663 Document
27664 \begin_inset space ~
27665 \end_inset
27666
27667 Class
27668 \end_layout
27669
27670 \end_deeper
27671 \begin_layout Standard
27672
27673 \series bold
27674 fleqn
27675 \series default
27676  and 
27677 \series bold
27678 leqno
27679 \series default
27680  can also be used together.
27681  In this case both options are inserted, separated by a comma.
27682 \end_layout
27683
27684 \begin_layout Standard
27685 The chosen styles are used for all displayed formulas of the document.
27686  When both, centered and indented formulas should be created in a document,
27687  the style 
27688 \series bold
27689 Centered
27690 \series default
27691  is used.
27692  The indented formulas are then set in a flalign environment, see 
27693 \begin_inset CommandInset ref
27694 LatexCommand ref
27695 reference "subsec:Flalign-Environment"
27696
27697 \end_inset
27698
27699 .
27700 \end_layout
27701
27702 \begin_layout Section
27703 Multiline Formulas
27704 \begin_inset CommandInset label
27705 LatexCommand label
27706 name "sec:Multiline-Formulas"
27707
27708 \end_inset
27709
27710
27711 \begin_inset Index idx
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715 Formula ! multiline
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \begin_layout Subsection
27724 General
27725 \end_layout
27726
27727 \begin_layout Standard
27728 In \SpecialChar LyX
27729  multiline formulas are created by pressing 
27730 \begin_inset Info
27731 type  "shortcut"
27732 arg   "newline-insert newline"
27733 \end_inset
27734
27735  inside a formula.
27736  This creates either an 
27737 \series bold
27738 align environment
27739 \series default
27740  that is described in 
27741 \begin_inset CommandInset ref
27742 LatexCommand ref
27743 reference "subsec:Standard-align-Environment"
27744
27745 \end_inset
27746
27747  or, when automatically loading the package
27748 \family sans
27749  AMS math
27750 \family default
27751  is disabled in the document settings, an 
27752 \series bold
27753 eqnarray environment
27754 \series default
27755  that is described in 
27756 \begin_inset CommandInset ref
27757 LatexCommand ref
27758 reference "subsec:Eqnarray-Environment"
27759
27760 \end_inset
27761
27762 .
27763  The align environment is recommended because it provides in any case a
27764  typographically correct output.
27765 \end_layout
27766
27767 \begin_layout Standard
27768 There are other multiline formula environments that can be created via the
27769  menu 
27770 \family sans
27771 Insert\SpecialChar menuseparator
27772 Math
27773 \family default
27774 .
27775  These environments are described in the following sections.
27776 \end_layout
27777
27778 \begin_layout Standard
27779 In all multiline formula environments a new line is created by pressing
27780  
27781 \begin_inset Info
27782 type  "shortcut"
27783 arg   "newline-insert newline"
27784 \end_inset
27785
27786 .
27787  To add or delete lines, the math toolbar buttons 
27788 \begin_inset Info
27789 type  "icon"
27790 arg   "tabular-feature append-row"
27791 \end_inset
27792
27793  or 
27794 \begin_inset Info
27795 type  "icon"
27796 arg   "tabular-feature delete-row"
27797 \end_inset
27798
27799 , respectively, or the menu 
27800 \family sans
27801 Edit\SpecialChar menuseparator
27802 Rows & Columns
27803 \family default
27804  can be used.
27805 \end_layout
27806
27807 \begin_layout Subsubsection
27808 Line Separation
27809 \begin_inset CommandInset label
27810 LatexCommand label
27811 name "subsec:Line-Separation"
27812
27813 \end_inset
27814
27815
27816 \begin_inset Index idx
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 Formula ! multiline ! Line separation
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \begin_layout Standard
27829 There is sometimes not enough space in multiline formulas between the lines:
27830 \begin_inset Formula 
27831 \begin{eqnarray*}
27832 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}\\
27833 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
27834 \end{eqnarray*}
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Standard
27842 In \SpecialChar LaTeX
27843  additional line space is specified as optional argument of the new line
27844  command.
27845  This is not yet possible in \SpecialChar LyX
27846
27847 \begin_inset Foot
27848 status collapsed
27849
27850 \begin_layout Plain Layout
27851 see 
27852 \begin_inset CommandInset href
27853 LatexCommand href
27854 name "LyX-bug #1505"
27855 target "http://www.lyx.org/trac/ticket/1505"
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \end_inset
27863
27864 , therefore the whole formula must be inserted in \SpecialChar TeX
27865  mode.
27866  To add in our example space, the command 
27867 \series bold
27868
27869 \backslash
27870
27871 \backslash
27872 [3mm]
27873 \series default
27874  is inserted at the end of the first line.
27875  One gets: 
27876 \begin_inset ERT
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880
27881
27882 \backslash
27883 begin{eqnarray*}
27884 \end_layout
27885
27886 \begin_layout Plain Layout
27887
27888 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27889  = & 
27890 \backslash
27891 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27892 \backslash
27893
27894 \backslash
27895 [3mm]
27896 \end_layout
27897
27898 \begin_layout Plain Layout
27899
27900 4x^{2}
27901 \backslash
27902 left(B^{2}+x_{0}^{2}
27903 \backslash
27904 right)+4x_{0}x
27905 \backslash
27906 left(D-B^{2}
27907 \backslash
27908 right)+B^{2}
27909 \backslash
27910 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27911 \backslash
27912 right) & = & 0
27913 \end_layout
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 end{eqnarray*}
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Standard
27928 \begin_inset VSpace bigskip
27929 \end_inset
27930
27931 To set the line separation for all lines in a formula, the length 
27932 \series bold
27933
27934 \backslash
27935 jot
27936 \series default
27937
27938 \begin_inset Index idx
27939 status collapsed
27940
27941 \begin_layout Plain Layout
27942 Commands ! J ! 
27943 \backslash
27944 jot
27945 \end_layout
27946
27947 \end_inset
27948
27949  is changed.
27950  The definition is: 
27951 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27952 \end_inset
27953
27954 .
27955  Predefined for 
27956 \series bold
27957
27958 \backslash
27959 jot
27960 \series default
27961  is the value 3
27962 \begin_inset space \thinspace{}
27963 \end_inset
27964
27965 pt.
27966  To create 3
27967 \begin_inset space \thinspace{}
27968 \end_inset
27969
27970 mm additional line separation as in the previous example, the command
27971 \end_layout
27972
27973 \begin_layout Standard
27974
27975 \series bold
27976
27977 \backslash
27978 setlength{
27979 \backslash
27980 jot}{3mm+3pt}
27981 \end_layout
27982
27983 \begin_layout Standard
27984 is inserted in \SpecialChar TeX
27985  mode before the formula.
27986  This requires that the \SpecialChar LaTeX
27987 -package 
27988 \series bold
27989 calc
27990 \series default
27991
27992 \begin_inset Foot
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996
27997 \series bold
27998 calc
27999 \series default
28000  is part of every \SpecialChar LaTeX
28001  standard installation.
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \begin_inset Index idx
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 Packages ! calc
28012 \end_layout
28013
28014 \end_inset
28015
28016  was loaded in \SpecialChar LaTeX
28017 -preamble with the line
28018 \end_layout
28019
28020 \begin_layout Standard
28021
28022 \series bold
28023
28024 \backslash
28025 usepackage{calc}
28026 \end_layout
28027
28028 \begin_layout Standard
28029 One gets: 
28030 \begin_inset ERT
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034
28035
28036 \backslash
28037 setlength{
28038 \backslash
28039 jot}{3mm+3pt}
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \begin_inset Formula 
28046 \begin{eqnarray*}
28047 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}\\
28048 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
28049 \end{eqnarray*}
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 \begin_inset ERT
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061
28062
28063 \backslash
28064 setlength{
28065 \backslash
28066 jot}{3pt}
28067 \end_layout
28068
28069 \end_inset
28070
28071  To get back to the predefined distance, 
28072 \series bold
28073
28074 \backslash
28075 jot
28076 \series default
28077  is set to the value 3
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081 pt.
28082 \end_layout
28083
28084 \begin_layout Subsubsection
28085 Column Separation
28086 \begin_inset CommandInset label
28087 LatexCommand label
28088 name "subsec:Column-Separation"
28089
28090 \end_inset
28091
28092
28093 \begin_inset Index idx
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097 Formula ! multiline ! Column separation
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 Multiline formulas form a matrix.
28107  A formula in the eqnarray environment is for example a matrix with three
28108  columns.
28109  By changing the column separation in this environment, the space beside
28110  the relation sign can be changed.
28111 \end_layout
28112
28113 \begin_layout Standard
28114 The column separation is specified with the length 
28115 \series bold
28116
28117 \backslash
28118 arraycolsep
28119 \series default
28120
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Commands ! A ! 
28126 \backslash
28127 arraycolsep
28128 \end_layout
28129
28130 \end_inset
28131
28132  according to:
28133 \begin_inset Newline newline
28134 \end_inset
28135
28136 column separation = 2
28137 \begin_inset space \thinspace{}
28138 \end_inset
28139
28140
28141 \series bold
28142
28143 \backslash
28144 arraycolsep
28145 \series default
28146
28147 \begin_inset Newline newline
28148 \end_inset
28149
28150 Thus, the command
28151 \end_layout
28152
28153 \begin_layout Standard
28154
28155 \series bold
28156
28157 \backslash
28158 setlength{
28159 \backslash
28160 arraycolsep}{1cm}
28161 \end_layout
28162
28163 \begin_layout Standard
28164 inserted in \SpecialChar TeX
28165  mode, sets for all following formulas a column separation of
28166  2
28167 \begin_inset space \thinspace{}
28168 \end_inset
28169
28170 cm.
28171  To get back to the predefined distance, 
28172 \series bold
28173
28174 \backslash
28175 arraycolsep
28176 \series default
28177  is set to 5
28178 \begin_inset space \thinspace{}
28179 \end_inset
28180
28181 pt.
28182 \end_layout
28183
28184 \begin_layout Standard
28185 A formula with 2
28186 \begin_inset space \thinspace{}
28187 \end_inset
28188
28189 cm column separation:
28190 \begin_inset ERT
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194
28195
28196 \backslash
28197 setlength{
28198 \backslash
28199 arraycolsep}{1cm}
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \begin_inset Formula 
28206 \begin{eqnarray*}
28207 A & = & B\\
28208 C & \ne & A
28209 \end{eqnarray*}
28210
28211 \end_inset
28212
28213 A formula with the predefined column separation for matrices of 10
28214 \begin_inset space \thinspace{}
28215 \end_inset
28216
28217 pt:
28218 \begin_inset ERT
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222
28223
28224 \backslash
28225 setlength{
28226 \backslash
28227 arraycolsep}{5pt}
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \begin_inset Formula 
28234 \begin{eqnarray*}
28235 A & = & B\\
28236 C & \ne & A
28237 \end{eqnarray*}
28238
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Subsubsection
28245 Long Formulas
28246 \begin_inset Index idx
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Formula ! long
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259 Long formulas can be typeset using these methods:
28260 \end_layout
28261
28262 \begin_layout Itemize
28263 When one side of the equation is much shorter than the line width, this
28264  one is chosen for the left side and the right side is typeset over two
28265  lines:
28266 \begin_inset Formula 
28267 \begin{eqnarray}
28268 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 \\
28269  &  & -\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}
28270 \end{eqnarray}
28271
28272 \end_inset
28273
28274 The minus sign at the beginning of the second line does normally not appear
28275  as an operator because it is the first character of the line.
28276  Thus it would not be surrounded by space and could not be distinguished
28277  from the fraction bar.
28278  To avoid this, 3
28279 \begin_inset space \thinspace{}
28280 \end_inset
28281
28282 pt space was inserted behind the minus sign with the command 
28283 \series bold
28284
28285 \backslash
28286 hspace
28287 \series default
28288 .
28289 \begin_inset Foot
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293 for more about 
28294 \series bold
28295
28296 \backslash
28297 hspace
28298 \series default
28299  see 
28300 \begin_inset CommandInset ref
28301 LatexCommand ref
28302 reference "subsec:Variable-Space"
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset Index idx
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316 Commands ! H ! 
28317 \backslash
28318 hspace
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Itemize
28327 When both sides of the equation are too long, the command 
28328 \series bold
28329
28330 \backslash
28331 lefteqn
28332 \series default
28333
28334 \begin_inset Index idx
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 Commands ! L ! 
28339 \backslash
28340 lefteqn
28341 \end_layout
28342
28343 \end_inset
28344
28345  is used.
28346  It is inserted in the first column of the first line and causes all further
28347  insertions to overwrite the following columns:
28348 \begin_inset Formula 
28349 \begin{eqnarray}
28350 \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 \\
28351  &  & -\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 \\
28352  &  & =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}
28353 \end{eqnarray}
28354
28355 \end_inset
28356
28357 After the insertion of 
28358 \series bold
28359
28360 \backslash
28361 lefteqn
28362 \series default
28363 , the cursor is in a purple box that is a bit shifted to the left from the
28364  blue one.
28365  In this the formula is inserted.
28366 \begin_inset Newline newline
28367 \end_inset
28368
28369 The content of the further lines is inserted to the second or another formula
28370  column.
28371  The greater the column number where it was inserted, the larger the indentation.
28372 \begin_inset VSpace medskip
28373 \end_inset
28374
28375
28376 \begin_inset Newline newline
28377 \end_inset
28378
28379
28380 \begin_inset Note Greyedout
28381 status open
28382
28383 \begin_layout Plain Layout
28384 Note the following when using 
28385 \series bold
28386
28387 \backslash
28388 lefteqn
28389 \series default
28390 :
28391 \end_layout
28392
28393 \begin_layout Itemize
28394 The formula doesn't use the full page width.
28395  When e.
28396 \begin_inset space \thinspace{}
28397 \end_inset
28398
28399 g.
28400 \begin_inset space \space{}
28401 \end_inset
28402
28403 the term 
28404 \begin_inset Formula $-B^{2}$
28405 \end_inset
28406
28407  is added to the first line in the above example, it would have been outside
28408  the page margin.
28409  To better use the width, negative space can be inserted at the beginning
28410  of the first line.
28411 \end_layout
28412
28413 \begin_layout Itemize
28414 Due to a bug in \SpecialChar LyX
28415  the cursor cannot be set with the mouse into the first
28416  line.
28417 \begin_inset Foot
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421 \begin_inset CommandInset href
28422 LatexCommand href
28423 name "LyX-bug #1429"
28424 target "http://www.lyx.org/trac/ticket/1429"
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433  One can only set the cursor at the beginning of the line and move it with
28434  the arrow keys.
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Itemize
28443 Other methods to set long formulas are offered by the environments described
28444  in 
28445 \begin_inset CommandInset ref
28446 LatexCommand ref
28447 reference "subsec:Multline-Environment"
28448
28449 \end_inset
28450
28451  and 
28452 \begin_inset CommandInset ref
28453 LatexCommand ref
28454 reference "subsec:Multiline-Formula-Parts"
28455
28456 \end_inset
28457
28458 .
28459 \end_layout
28460
28461 \begin_layout Subsubsection
28462 Multiline Fractions
28463 \begin_inset CommandInset label
28464 LatexCommand label
28465 name "subsec:Multiline-Fractions"
28466
28467 \end_inset
28468
28469
28470 \begin_inset Index idx
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474 Fractions ! multiline
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Standard
28483 There are cases where the denominator and/or the numerator of a fraction
28484  is so long that the fraction does not fit into one line.
28485  It is then necessary to add a line break within the fraction.
28486  This can be done using the command 
28487 \series bold
28488
28489 \backslash
28490 splitfrac
28491 \series default
28492
28493 \begin_inset Index idx
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 Commands ! S ! 
28498 \backslash
28499 splitfrac
28500 \end_layout
28501
28502 \end_inset
28503
28504 .
28505  To activate it, set in the document settings under 
28506 \family sans
28507 Math
28508 \begin_inset space ~
28509 \end_inset
28510
28511 Options
28512 \family default
28513  for the package 
28514 \series bold
28515 mathtools
28516 \series default
28517
28518 \begin_inset Index idx
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 Packages ! mathtools
28523 \end_layout
28524
28525 \end_inset
28526
28527  the option 
28528 \family sans
28529 Load
28530 \begin_inset space ~
28531 \end_inset
28532
28533 always
28534 \family default
28535 .
28536  
28537 \series bold
28538
28539 \backslash
28540 splitfrac
28541 \series default
28542  has the scheme
28543 \end_layout
28544
28545 \begin_layout Standard
28546
28547 \series bold
28548
28549 \backslash
28550 splitfrac{first line}{second line}
28551 \end_layout
28552
28553 \begin_layout Standard
28554 and is used as denominator and/or numerator:
28555 \end_layout
28556
28557 \begin_layout Standard
28558 \begin_inset Formula 
28559 \[
28560 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}
28561 \]
28562
28563 \end_inset
28564
28565 The command for the first numerator above is:
28566 \end_layout
28567
28568 \begin_layout Standard
28569
28570 \series bold
28571
28572 \backslash
28573 splitfrac{xy+xy+xy+xy+xy
28574 \begin_inset space \textvisiblespace{}
28575 \end_inset
28576
28577
28578 \backslash
28579 {+wy+wy+wy+wy
28580 \end_layout
28581
28582 \begin_layout Subsubsection
28583 Multiline Brackets
28584 \begin_inset CommandInset label
28585 LatexCommand label
28586 name "subsec:Multiline-Brackets"
28587
28588 \end_inset
28589
28590
28591 \begin_inset Index idx
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595 Brackets ! for multiline expressions
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \begin_layout Standard
28604 For brackets spanning multiple lines the following problem occurs:
28605 \begin_inset Formula 
28606 \begin{eqnarray*}
28607 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28608  &  & \left.\cdots+B-D\right]
28609 \end{eqnarray*}
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 The closing bracket is smaller than the opening bracket because brackets
28618  with variable size may not span multiple lines.
28619 \end_layout
28620
28621 \begin_layout Standard
28622 To set the bracket size for the second line correctly, the first line is
28623  ended with 
28624 \series bold
28625
28626 \backslash
28627 right.
28628 \series default
28629
28630 \begin_inset Index idx
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634 Commands ! R ! 
28635 \backslash
28636 right
28637 \end_layout
28638
28639 \end_inset
28640
28641  and the second line with 
28642 \series bold
28643
28644 \backslash
28645 left.
28646 \begin_inset Foot
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 for more about 
28651 \series bold
28652
28653 \backslash
28654 left
28655 \series default
28656  and 
28657 \series bold
28658
28659 \backslash
28660 right
28661 \series default
28662  see 
28663 \begin_inset CommandInset ref
28664 LatexCommand ref
28665 reference "subsec:Automatic-Bracket-Size"
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \series default
28676
28677 \begin_inset Index idx
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Commands ! L ! 
28682 \backslash
28683 left
28684 \end_layout
28685
28686 \end_inset
28687
28688 .
28689  After 
28690 \series bold
28691
28692 \backslash
28693 left.
28694
28695 \series default
28696  the command 
28697 \series bold
28698
28699 \backslash
28700 vphantom
28701 \series default
28702
28703 \begin_inset space \textvisiblespace{}
28704 \end_inset
28705
28706
28707 \series bold
28708
28709 \backslash
28710 prod
28711 \series default
28712 ^
28713 \begin_inset space \textvisiblespace{}
28714 \end_inset
28715
28716
28717 \series bold
28718
28719 \backslash
28720 infty
28721 \series default
28722
28723 \begin_inset space \textvisiblespace{}
28724 \end_inset
28725
28726
28727 \series bold
28728
28729 \begin_inset Formula $\downarrow$
28730 \end_inset
28731
28732 _R=1}
28733 \series default
28734
28735 \begin_inset Index idx
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739 Commands ! V ! 
28740 \backslash
28741 vphantom
28742 \end_layout
28743
28744 \end_inset
28745
28746  is inserted, because the multiplication operator with its limits is the
28747  largest symbol in the first line and this should be the size for the bracket
28748  in the second line.
28749 \end_layout
28750
28751 \begin_layout Standard
28752 The result is this:
28753 \begin_inset Formula 
28754 \begin{eqnarray*}
28755 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28756  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28757 \end{eqnarray*}
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Subsection
28765 Align Environments
28766 \end_layout
28767
28768 \begin_layout Standard
28769 Align environments can be used for every kind of multiline formulas.
28770  They are especially useful to set several formulas side by side.
28771 \end_layout
28772
28773 \begin_layout Standard
28774 Align environments consist of columns.
28775  The odd columns are right aligned, the even ones left aligned.
28776  Every line in an Align environment can be numbered.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Align environments are created via the menu 
28781 \family sans
28782 Insert\SpecialChar menuseparator
28783 Math
28784 \family default
28785 .
28786  With the menu 
28787 \family sans
28788 Edit\SpecialChar menuseparator
28789 Math\SpecialChar menuseparator
28790 Change Formula Type
28791 \family default
28792  already existing formulas can be converted to Align environments.
28793 \end_layout
28794
28795 \begin_layout Standard
28796 To add or delete columns, the math toolbar buttons 
28797 \begin_inset Info
28798 type  "icon"
28799 arg   "tabular-feature append-column"
28800 \end_inset
28801
28802  or 
28803 \begin_inset Info
28804 type  "icon"
28805 arg   "tabular-feature delete-column"
28806 \end_inset
28807
28808 , respectively, or the menu 
28809 \family sans
28810 Edit\SpecialChar menuseparator
28811 Rows & Columns
28812 \family default
28813  can be used.
28814 \end_layout
28815
28816 \begin_layout Subsubsection
28817 Standard align Environment
28818 \begin_inset CommandInset label
28819 LatexCommand label
28820 name "subsec:Standard-align-Environment"
28821
28822 \end_inset
28823
28824
28825 \begin_inset Index idx
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829 Formula ! multiline ! align environment
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 This Align environment is created by pressing 
28839 \begin_inset Info
28840 type  "shortcut"
28841 arg   "newline-insert newline"
28842 \end_inset
28843
28844  in a formula or by the menu 
28845 \family sans
28846 Insert\SpecialChar menuseparator
28847 Math\SpecialChar menuseparator
28848 AMS align Environment
28849 \family default
28850 .
28851 \end_layout
28852
28853 \begin_layout Standard
28854 An example for two formulas set side by side, that are created with a four
28855  column align environment:
28856 \begin_inset Formula 
28857 \begin{align*}
28858 A & =\sin(B) & C & =D\\
28859 C & \ne A & B & \ne D
28860 \end{align*}
28861
28862 \end_inset
28863
28864 As it can be seen, the formulas in this environment are placed so as if
28865  there would be a 
28866 \series bold
28867
28868 \backslash
28869 hfill
28870 \begin_inset Foot
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 more about 
28875 \series bold
28876
28877 \backslash
28878 hfill
28879 \series default
28880  see 
28881 \begin_inset CommandInset ref
28882 LatexCommand ref
28883 reference "subsec:Variable-Space"
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \series default
28894  before the first and after every even column.
28895  When the formula style 
28896 \series bold
28897 Indented
28898 \begin_inset Foot
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 formula styles see 
28903 \begin_inset CommandInset ref
28904 LatexCommand ref
28905 reference "sec:Formula-Styles"
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \series default
28916  is used, the formula is set without the 
28917 \series bold
28918
28919 \backslash
28920 hfill
28921 \series default
28922  before the first column.
28923 \end_layout
28924
28925 \begin_layout Subsubsection
28926 Alignat Environment
28927 \begin_inset Index idx
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 Formula ! multiline ! alignat environment
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 The alignat environment has no predefined column separation.
28941  It can be inserted manually with the spaces that are described 
28942 \begin_inset CommandInset ref
28943 LatexCommand ref
28944 reference "subsec:Space"
28945
28946 \end_inset
28947
28948 .
28949 \end_layout
28950
28951 \begin_layout Standard
28952 The above example in the alignat environment where 1
28953 \begin_inset space \thinspace{}
28954 \end_inset
28955
28956 cm space was inserted at the beginning of the second formula:
28957 \begin_inset Formula 
28958 \begin{alignat*}{2}
28959 A & =\sin(B) & \hspace{1cm}C & =D\\
28960 C & \ne A & B & \ne D
28961 \end{alignat*}
28962
28963 \end_inset
28964
28965 Because the column separation can be set separately for every column, this
28966  environment is especially suitable to set three and more formulas side
28967  by side.
28968 \end_layout
28969
28970 \begin_layout Subsubsection
28971 Flalign Environment
28972 \begin_inset CommandInset label
28973 LatexCommand label
28974 name "subsec:Flalign-Environment"
28975
28976 \end_inset
28977
28978
28979 \begin_inset Index idx
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 Formula ! multiline ! flalign environment
28984 \end_layout
28985
28986 \end_inset
28987
28988
28989 \end_layout
28990
28991 \begin_layout Standard
28992 In this environment the first two columns are always set as much as possible
28993  to the left and the last two ones to the right.
28994  An example:
28995 \begin_inset Formula 
28996 \begin{flalign*}
28997 A & =1 & B & =2 & C & =3\\
28998 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28999 \end{flalign*}
29000
29001 \end_inset
29002
29003
29004 \end_layout
29005
29006 \begin_layout Standard
29007 By creating a flalign environment with an odd number of columns where an
29008  empty \SpecialChar TeX
29009  brace is inserted to the last column, several formulas in a document
29010  can be set to the left, although the formula style 
29011 \series bold
29012 Centered
29013 \series default
29014  is used.
29015  As example the indented formula 
29016 \begin_inset CommandInset ref
29017 LatexCommand eqref
29018 reference "eq:VolInt"
29019
29020 \end_inset
29021
29022 :
29023 \begin_inset Formula 
29024 \begin{flalign}
29025 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29026 \end{flalign}
29027
29028 \end_inset
29029
29030 The first two columns contain the formula.
29031  To indent it as with the formula style 
29032 \series bold
29033 Indented
29034 \series default
29035 , 30
29036 \begin_inset space \thinspace{}
29037 \end_inset
29038
29039 pt space was inserted at the beginning of the first column.
29040 \end_layout
29041
29042 \begin_layout Subsection
29043 Eqnarray Environment
29044 \begin_inset CommandInset label
29045 LatexCommand label
29046 name "subsec:Eqnarray-Environment"
29047
29048 \end_inset
29049
29050
29051 \begin_inset Index idx
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055 Formula ! multiline ! eqnarray environment
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 When this environment has been created, three blue boxes appear.
29065  The content of the first box is right aligned, the content of the last
29066  one left aligned.
29067  The content of the middle box appears centered and a bit smaller, because
29068  it is designed to insert there only relation characters.
29069 \begin_inset Formula 
29070 \begin{eqnarray*}
29071 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29072 AB & AB & AB\\
29073 A & = & A
29074 \end{eqnarray*}
29075
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \begin_layout Subsection
29082 Gather Environment
29083 \begin_inset Index idx
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087 Formula ! multiline ! gather environment
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Standard
29096 This environment consists of only one centered column.
29097  Every line can be numbered.
29098 \begin_inset Formula 
29099 \begin{gather}
29100 A=1\\
29101 X=\textrm{-}1
29102 \end{gather}
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Subsection
29110 Multline Environment
29111 \begin_inset CommandInset label
29112 LatexCommand label
29113 name "subsec:Multline-Environment"
29114
29115 \end_inset
29116
29117
29118 \begin_inset Index idx
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122 Formula ! multiline ! multline environment
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \begin_layout Standard
29131 The multline environment consists, like the gather environment, of only
29132  one column.
29133  But the first line is left aligned, the last one right aligned.
29134  All other lines are centered.
29135  Therefore this environment is suitable for long formulas.
29136  As example formula 
29137 \begin_inset CommandInset ref
29138 LatexCommand eqref
29139 reference "eq:lefteqn"
29140
29141 \end_inset
29142
29143  in the multline environment:
29144 \begin_inset Formula 
29145 \begin{multline}
29146 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}\\
29147 -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}\\
29148 =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}}
29149 \end{multline}
29150
29151 \end_inset
29152
29153
29154 \end_layout
29155
29156 \begin_layout Standard
29157 In the output only the last (first) line of a multline environment appears
29158  numbered when the document numbering is right (left).
29159 \begin_inset Foot
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 numbering styles see 
29164 \begin_inset CommandInset ref
29165 LatexCommand ref
29166 reference "sec:Formula-Styles"
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \begin_layout Standard
29179 With the commands 
29180 \series bold
29181
29182 \backslash
29183 shoveright
29184 \series default
29185
29186 \begin_inset Index idx
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190 Commands ! S ! 
29191 \backslash
29192 shoveright
29193 \end_layout
29194
29195 \end_inset
29196
29197  and 
29198 \series bold
29199
29200 \backslash
29201 shoveleft
29202 \series default
29203
29204 \begin_inset Index idx
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 Commands ! S ! 
29209 \backslash
29210 shoveleft
29211 \end_layout
29212
29213 \end_inset
29214
29215  a centered line can be right or left aligned, respectively.
29216  The commands are used as follows:
29217 \end_layout
29218
29219 \begin_layout Standard
29220
29221 \series bold
29222
29223 \backslash
29224 shoveright{line content}
29225 \series default
29226  and 
29227 \series bold
29228
29229 \backslash
29230 shoveleft{line content}
29231 \end_layout
29232
29233 \begin_layout Standard
29234 \begin_inset VSpace medskip
29235 \end_inset
29236
29237 The length 
29238 \series bold
29239
29240 \backslash
29241 multlinegap
29242 \series default
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Commands ! M ! 
29249 \backslash
29250 multlinegap
29251 \end_layout
29252
29253 \end_inset
29254
29255  specifies the distance of the first line from the left page margin.
29256  Predefined is the length 0
29257 \begin_inset space \thinspace{}
29258 \end_inset
29259
29260 pt.
29261 \end_layout
29262
29263 \begin_layout Standard
29264 As example the above formula where the command
29265 \end_layout
29266
29267 \begin_layout Standard
29268
29269 \series bold
29270
29271 \backslash
29272 setlength{
29273 \backslash
29274 multlinegap}{2cm}
29275 \end_layout
29276
29277 \begin_layout Standard
29278 was inserted in \SpecialChar TeX
29279  mode before:
29280 \begin_inset ERT
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284
29285
29286 \backslash
29287 setlength{
29288 \backslash
29289 multlinegap}{2cm}
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \begin_inset Formula 
29296 \begin{multline}
29297 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}\\
29298 \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}}\\
29299 =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}}
29300 \end{multline}
29301
29302 \end_inset
29303
29304
29305 \begin_inset ERT
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310
29311 \backslash
29312 setlength{
29313 \backslash
29314 multlinegap}{0pt}
29315 \end_layout
29316
29317 \end_inset
29318
29319 The second line was left aligned using 
29320 \series bold
29321
29322 \backslash
29323 shoveleft
29324 \series default
29325 .
29326 \end_layout
29327
29328 \begin_layout Subsection
29329 Multiline Formula Parts
29330 \begin_inset CommandInset label
29331 LatexCommand label
29332 name "subsec:Multiline-Formula-Parts"
29333
29334 \end_inset
29335
29336
29337 \begin_inset Index idx
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341 Formula ! multiline ! formula parts
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Standard
29350 To display only parts of a formula with multiple lines, one of the following
29351  environments is used: 
29352 \series bold
29353 aligned
29354 \series default
29355
29356 \series bold
29357 alignedat
29358 \series default
29359
29360 \series bold
29361 gathered
29362 \series default
29363  or 
29364 \series bold
29365 split
29366 \series default
29367 .
29368  They can be inserted via the menu 
29369 \family sans
29370 Insert\SpecialChar menuseparator
29371 Math
29372 \family default
29373  or by using the commands described in this section.
29374 \end_layout
29375
29376 \begin_layout Standard
29377 The first three have the same properties as the corresponding multiline
29378  formula environments, but it is possible to set further formula parts beside
29379  them.
29380  An example:
29381 \begin_inset Formula 
29382 \[
29383 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29384 \Delta E\Delta t & \ge\frac{\hbar}{2}
29385 \end{aligned}
29386 \right\} \textrm{Uncertainty relations}
29387 \]
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Standard
29395 To get this formula, a displayed formula is created where the command 
29396 \series bold
29397
29398 \backslash
29399 aligned
29400 \series default
29401
29402 \begin_inset Index idx
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406 Commands ! A ! 
29407 \backslash
29408 aligned
29409 \end_layout
29410
29411 \end_inset
29412
29413  is inserted.
29414  A purple box appears around the blue formula box where now columns and
29415  lines can be added.
29416  Outside the multiline environment other formula parts can be set, like
29417  the brace.
29418 \end_layout
29419
29420 \begin_layout Standard
29421 The aligned environment is also suitable for long formulas whose lines are
29422  horizontally aligned.
29423  Using aligned in a displayed formula has the advantage that the formula
29424  number is vertically centered behind the lines.
29425  As example formula 
29426 \begin_inset CommandInset ref
29427 LatexCommand eqref
29428 reference "eq:shortlong"
29429
29430 \end_inset
29431
29432  in the aligned environment:
29433 \begin_inset Formula 
29434 \begin{equation}
29435 \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}|}\\
29436  & -\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}|}
29437 \end{aligned}
29438 \end{equation}
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 To use the environments 
29447 \series bold
29448 alignedat
29449 \series default
29450
29451 \series bold
29452 gathered
29453 \series default
29454 , or 
29455 \series bold
29456 split
29457 \series default
29458 , the command 
29459 \series bold
29460
29461 \backslash
29462 alignedat
29463 \series default
29464 ,
29465 \begin_inset Index idx
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 Commands ! A ! 
29470 \backslash
29471 alignedat
29472 \end_layout
29473
29474 \end_inset
29475
29476  
29477 \series bold
29478
29479 \backslash
29480 gathered
29481 \series default
29482
29483 \begin_inset Index idx
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487 Commands ! G ! 
29488 \backslash
29489 gathered
29490 \end_layout
29491
29492 \end_inset
29493
29494 , or 
29495 \series bold
29496
29497 \backslash
29498 split
29499 \series default
29500
29501 \begin_inset Index idx
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Commands ! S ! 
29506 \backslash
29507 split
29508 \end_layout
29509
29510 \end_inset
29511
29512  are inserted, respectively.
29513  The split environment has the same properties as the aligned environment
29514  but it can only have two columns.
29515 \end_layout
29516
29517 \begin_layout Subsection
29518 Text in multiline Formulas
29519 \begin_inset CommandInset label
29520 LatexCommand label
29521 name "subsec:Text-in-multiline"
29522
29523 \end_inset
29524
29525
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Text ! in formulas
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \begin_inset Index idx
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540 Formula ! multiline ! text
29541 \end_layout
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \begin_layout Standard
29549 In the Align environments, and the multline and gather environment, text
29550  can be inserted that will appear in a separate line and doesn't affect
29551  the column alignment.
29552  To do this, the command 
29553 \series bold
29554
29555 \backslash
29556 intertext
29557 \series default
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Commands ! I ! 
29564 \backslash
29565 intertext
29566 \end_layout
29567
29568 \end_inset
29569
29570  is used in the following scheme:
29571 \end_layout
29572
29573 \begin_layout Standard
29574
29575 \series bold
29576
29577 \backslash
29578 intertext{text}
29579 \end_layout
29580
29581 \begin_layout Standard
29582 The text should not be longer than a line because it cannot be hyphenated.
29583  As \SpecialChar LyX
29584  doesn't yet support 
29585 \series bold
29586
29587 \backslash
29588 intertext
29589 \series default
29590  directly, the text is written as mathematical text.
29591  
29592 \series bold
29593
29594 \backslash
29595 intertext
29596 \series default
29597  must hereby be at the beginning of a line and appears in the output above
29598  this line.
29599  An example where the text was inserted at the beginning of the second line:
29600 \begin_inset Formula 
29601 \begin{align}
29602 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29603 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29604 \end{align}
29605
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Standard
29612
29613 \series bold
29614
29615 \backslash
29616 intertext
29617 \series default
29618  always creates some vertical space between the text and the formula lines.
29619  To avoid this space, set in the document settings under 
29620 \family sans
29621 Math
29622 \begin_inset space ~
29623 \end_inset
29624
29625 Options
29626 \family default
29627  for the package 
29628 \series bold
29629 mathtools
29630 \series default
29631
29632 \begin_inset Index idx
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636 Packages ! mathtools
29637 \end_layout
29638
29639 \end_inset
29640
29641  the option 
29642 \family sans
29643 Load
29644 \begin_inset space ~
29645 \end_inset
29646
29647 always
29648 \family default
29649 .
29650  Then you can use the command 
29651 \series bold
29652
29653 \backslash
29654 shortintertext
29655 \series default
29656
29657 \begin_inset Index idx
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Commands ! S ! 
29662 \backslash
29663 shortintertext
29664 \end_layout
29665
29666 \end_inset
29667
29668  instead of 
29669 \series bold
29670
29671 \backslash
29672 intertext
29673 \series default
29674 :
29675 \end_layout
29676
29677 \begin_layout Standard
29678 \begin_inset Formula 
29679 \begin{align}
29680 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29681 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29682 \end{align}
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Section
29690 Formula Numbering
29691 \begin_inset Index idx
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695 Formula numbering
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \begin_inset Index idx
29702 status collapsed
29703
29704 \begin_layout Plain Layout
29705 Formula ! numbering|see
29706 \begin_inset ERT
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710
29711 {
29712 \end_layout
29713
29714 \end_inset
29715
29716 Formula numbering
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722 }
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Subsection
29736 General
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Numbered formulas can be created with the menu 
29741 \family sans
29742 Insert\SpecialChar menuseparator
29743 Math\SpecialChar menuseparator
29744 Numbered
29745 \begin_inset space ~
29746 \end_inset
29747
29748 Formula
29749 \family default
29750  (shortcut 
29751 \family sans
29752 Ctrl+Alt
29753 \begin_inset space ~
29754 \end_inset
29755
29756 N
29757 \family default
29758 ).
29759  Existing formulas can be numbered with the menu 
29760 \family sans
29761 Edit\SpecialChar menuseparator
29762 Math\SpecialChar menuseparator
29763 Toggle
29764 \begin_inset space ~
29765 \end_inset
29766
29767 Numbering
29768 \family default
29769  (shortcut 
29770 \begin_inset Info
29771 type  "shortcut"
29772 arg   "math-number-toggle"
29773 \end_inset
29774
29775 ).
29776  The formula number is displayed in \SpecialChar LyX
29777  behind the formula as a number sign
29778  in parentheses.
29779  The number sign is replaced in the output by the formula number.
29780 \end_layout
29781
29782 \begin_layout Standard
29783 When numbering is turned on in multiline formulas, all lines will be numbered.
29784  But the numbering can be controlled with the menu 
29785 \family sans
29786 Edit\SpecialChar menuseparator
29787 Math\SpecialChar menuseparator
29788 Toggle
29789 \begin_inset space ~
29790 \end_inset
29791
29792 Numbering
29793 \begin_inset space ~
29794 \end_inset
29795
29796 of
29797 \begin_inset space ~
29798 \end_inset
29799
29800 Line
29801 \family default
29802  (shortcut 
29803 \begin_inset Info
29804 type  "shortcut"
29805 arg   "math-number-line-toggle"
29806 \end_inset
29807
29808 ) for every line.
29809 \end_layout
29810
29811 \begin_layout Standard
29812 Except for inline formulas, all formulas can be numbered with two different
29813  styles, see 
29814 \begin_inset CommandInset ref
29815 LatexCommand ref
29816 reference "sec:Formula-Styles"
29817
29818 \end_inset
29819
29820 .
29821 \end_layout
29822
29823 \begin_layout Subsection
29824 Cross-References
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Cross-references ! to formulas
29830 \end_layout
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 All labeled formulas can be cross-referenced.
29839  A label is added by the menu 
29840 \family sans
29841 Insert\SpecialChar menuseparator
29842 Label
29843 \family default
29844  or the toolbar button 
29845 \begin_inset Info
29846 type  "icon"
29847 arg   "label-insert"
29848 \end_inset
29849
29850 .
29851  The cursor must hereby be inside a displayed formula.
29852  Alternatively you can right-click on the formula and choose 
29853 \family sans
29854 Equation Label
29855 \family default
29856 .
29857  A dialog pops up displaying the prefix 
29858 \series bold
29859 eq:
29860 \series default
29861  in a text field.
29862  The label is inserted there behind the prefix.
29863  The predefined prefix means 
29864 \begin_inset Quotes eld
29865 \end_inset
29866
29867 equation
29868 \begin_inset Quotes erd
29869 \end_inset
29870
29871  and makes it easier to find labels in large documents because it marks
29872  it as formula label to divide it from e.
29873 \begin_inset space \thinspace{}
29874 \end_inset
29875
29876 g.
29877 \begin_inset space \space{}
29878 \end_inset
29879
29880 section labels.
29881  To change a label, the menu 
29882 \family sans
29883 Insert\SpecialChar menuseparator
29884 Label
29885 \family default
29886  is used again or you right-click on a formula and then on 
29887 \family sans
29888 Equation Label
29889 \family default
29890 .
29891 \end_layout
29892
29893 \begin_layout Standard
29894 The name of the label is displayed in \SpecialChar LyX
29895  within two parentheses behind formula.
29896  A formula with a label is always numbered.
29897 \end_layout
29898
29899 \begin_layout Standard
29900 Cross-references are inserted via the menu 
29901 \family sans
29902 Insert\SpecialChar menuseparator
29903 Cross-Reference
29904 \family default
29905  or with the toolbar button 
29906 \begin_inset Info
29907 type  "icon"
29908 arg   "dialog-show-new-inset ref"
29909 \end_inset
29910
29911 .
29912  A formula cross-reference appears in the output as formula number.
29913  When in the cross-reference dialog window the format 
29914 \series bold
29915 (<reference>)
29916 \series default
29917  is chosen, the cross-reference appears in the output as formula number
29918  in parentheses.
29919 \begin_inset Newline newline
29920 \end_inset
29921
29922 By right-clicking on a cross-reference in \SpecialChar LyX
29923 , one jumps to the formula that
29924  is referenced.
29925 \end_layout
29926
29927 \begin_layout Standard
29928 Here are as examples cross-references to formulas of the following subsections:
29929 \begin_inset Note Note
29930 status open
29931
29932 \begin_layout Plain Layout
29933 Note the different cross-reference types.
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 The equations 
29943 \begin_inset CommandInset ref
29944 LatexCommand eqref
29945 reference "eq:tag"
29946
29947 \end_inset
29948
29949  and 
29950 \begin_inset CommandInset ref
29951 LatexCommand eqref
29952 reference "eq:c"
29953
29954 \end_inset
29955
29956  are equivalent.
29957  In (
29958 \begin_inset CommandInset ref
29959 LatexCommand ref
29960 reference "eq:Lat"
29961
29962 \end_inset
29963
29964 ) big Latin letters are used for the numbering in contrary to (
29965 \begin_inset CommandInset ref
29966 LatexCommand ref
29967 reference "eq:Rom"
29968
29969 \end_inset
29970
29971 ).
29972 \end_layout
29973
29974 \begin_layout Standard
29975 \begin_inset VSpace medskip
29976 \end_inset
29977
29978 When the argument of 
29979 \series bold
29980
29981 \backslash
29982 tag
29983 \begin_inset Foot
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988 \series bold
29989
29990 \backslash
29991 tag
29992 \series default
29993  is described in 
29994 \begin_inset CommandInset ref
29995 LatexCommand ref
29996 reference "subsec:User-defined-Numbering"
29997
29998 \end_inset
29999
30000 .
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \series default
30007  contains a box like in 
30008 \begin_inset CommandInset ref
30009 LatexCommand ref
30010 reference "subsec:Paragraph-Boxes"
30011
30012 \end_inset
30013
30014 , the formula cannot be referenced.
30015 \end_layout
30016
30017 \begin_layout Subsection
30018 Subnumbering
30019 \begin_inset Index idx
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023 Formula numbering ! subnumbering
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Standard
30032 With the help of the commands 
30033 \series bold
30034
30035 \backslash
30036 begin{subequations}
30037 \series default
30038  and 
30039 \series bold
30040
30041 \backslash
30042 end{subequations}
30043 \series default
30044  formulas can be subnumbered.
30045  Both commands are inserted in \SpecialChar TeX
30046  mode.
30047 \end_layout
30048
30049 \begin_layout Standard
30050 An example:
30051 \begin_inset Formula 
30052 \begin{equation}
30053 A=C-B
30054 \end{equation}
30055
30056 \end_inset
30057
30058
30059 \begin_inset ERT
30060 status open
30061
30062 \begin_layout Plain Layout
30063
30064
30065 \backslash
30066 begin{subequations}
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \begin_inset VSpace -5mm
30073 \end_inset
30074
30075
30076 \begin_inset Formula 
30077 \begin{equation}
30078 B=C-A\label{eq:b}
30079 \end{equation}
30080
30081 \end_inset
30082
30083
30084 \begin_inset Formula 
30085 \begin{equation}
30086 C=A+B\label{eq:c}
30087 \end{equation}
30088
30089 \end_inset
30090
30091
30092 \end_layout
30093
30094 \begin_layout Standard
30095 \begin_inset ERT
30096 status open
30097
30098 \begin_layout Plain Layout
30099
30100
30101 \backslash
30102 end{subequations}
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \begin_layout Standard
30111 To create the example, the following is done:
30112 \end_layout
30113
30114 \begin_layout Enumerate
30115 first formula is inserted
30116 \end_layout
30117
30118 \begin_layout Enumerate
30119
30120 \series bold
30121
30122 \backslash
30123 begin{subequations}
30124 \begin_inset Newline newline
30125 \end_inset
30126
30127
30128 \series default
30129 is inserted after the first formula
30130 \end_layout
30131
30132 \begin_layout Enumerate
30133 second formula is inserted
30134 \end_layout
30135
30136 \begin_layout Enumerate
30137 third formula is inserted
30138 \end_layout
30139
30140 \begin_layout Enumerate
30141
30142 \series bold
30143
30144 \backslash
30145 end{subequations}
30146 \series default
30147  is inserted after the third formula
30148 \end_layout
30149
30150 \begin_layout Standard
30151 Every formula between the commands 
30152 \series bold
30153
30154 \backslash
30155 begin
30156 \series default
30157  and 
30158 \series bold
30159
30160 \backslash
30161 end
30162 \series default
30163  will be subnumbered with a, b, c, \SpecialChar ldots
30164  in the output.
30165  For multiline formulas every line will be subnumbered.
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Referencing subequations work like for normal equations: 
30170 \begin_inset CommandInset ref
30171 LatexCommand eqref
30172 reference "eq:b"
30173
30174 \end_inset
30175
30176
30177 \begin_inset CommandInset ref
30178 LatexCommand eqref
30179 reference "eq:c"
30180
30181 \end_inset
30182
30183 .
30184  If you want to reference the subequations collectively, insert a label
30185  directly after
30186 \series bold
30187  
30188 \backslash
30189 begin{subequations}
30190 \series default
30191  and reference it.
30192  Formula 
30193 \begin_inset CommandInset ref
30194 LatexCommand eqref
30195 reference "eq:Here-is-an"
30196
30197 \end_inset
30198
30199  is an example.
30200 \end_layout
30201
30202 \begin_layout Standard
30203 By inserting commands in \SpecialChar TeX
30204  mode, a space is created between the first two
30205  formulas.
30206  To revert this -5
30207 \begin_inset space \thinspace{}
30208 \end_inset
30209
30210 mm vertical space is inserted after the command 
30211 \series bold
30212
30213 \backslash
30214 begin{subequations}
30215 \series default
30216 .
30217  When the formula style 
30218 \series bold
30219 Indented
30220 \begin_inset Foot
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 formula styles see 
30225 \begin_inset CommandInset ref
30226 LatexCommand ref
30227 reference "sec:Formula-Styles"
30228
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \series default
30238  is used, -7
30239 \begin_inset space \thinspace{}
30240 \end_inset
30241
30242 mm space is inserted instead.
30243 \end_layout
30244
30245 \begin_layout Standard
30246 To get another subnumber instead of small Latin letters, insert this command
30247  as TeX code after 
30248 \series bold
30249
30250 \backslash
30251 begin{subequations}
30252 \series default
30253 :
30254 \end_layout
30255
30256 \begin_layout Standard
30257
30258 \series bold
30259
30260 \backslash
30261 renewcommand{
30262 \backslash
30263 theequation}{
30264 \backslash
30265 theparentequation -
30266 \backslash
30267 roman{equation}}
30268 \end_layout
30269
30270 \begin_layout Standard
30271
30272 \series bold
30273
30274 \backslash
30275 theparentequation
30276 \series default
30277  creates hereby the parent number and 
30278 \series bold
30279
30280 \backslash
30281 roman{equation}
30282 \series default
30283  adds a small Roman number as subnumber.
30284  For more information about the customization of the numbering, see 
30285 \begin_inset CommandInset ref
30286 LatexCommand ref
30287 reference "subsec:Numbering-with-Roman"
30288
30289 \end_inset
30290
30291 .
30292 \end_layout
30293
30294 \begin_layout Standard
30295 Here is an example for a multiline formula where the numbering is customized
30296  and turned off for the second line:
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 begin{subequations}
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset CommandInset label
30311 LatexCommand label
30312 name "eq:Here-is-an"
30313
30314 \end_inset
30315
30316
30317 \begin_inset ERT
30318 status open
30319
30320 \begin_layout Plain Layout
30321
30322
30323 \backslash
30324 renewcommand{
30325 \backslash
30326 theequation}{
30327 \backslash
30328 theparentequation -
30329 \backslash
30330 roman{equation}}
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Formula 
30337 \begin{eqnarray}
30338 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30339  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30340  & = & B^{2}-2BZ+Z^{2}
30341 \end{eqnarray}
30342
30343 \end_inset
30344
30345
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 end{subequations}
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Subsection
30362 User-defined Numbering
30363 \begin_inset CommandInset label
30364 LatexCommand label
30365 name "subsec:User-defined-Numbering"
30366
30367 \end_inset
30368
30369
30370 \begin_inset Index idx
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374 Formula numbering ! user-defined
30375 \end_layout
30376
30377 \end_inset
30378
30379
30380 \end_layout
30381
30382 \begin_layout Standard
30383 \begin_inset Index idx
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 Formula numbering ! self-defined delimiters
30388 \end_layout
30389
30390 \end_inset
30391
30392 With the standard numbering parentheses are set around the formula number.
30393  To replace the parentheses for example by vertical bars, the following
30394  line is added to the \SpecialChar LaTeX
30395 -preamble:
30396 \end_layout
30397
30398 \begin_layout Standard
30399
30400 \series bold
30401
30402 \backslash
30403 def
30404 \backslash
30405 tagform@#1{
30406 \backslash
30407 maketag@@@{|#1|}}
30408 \series default
30409
30410 \begin_inset Note Note
30411 status collapsed
30412
30413 \begin_layout Plain Layout
30414 This macro is already declared in the \SpecialChar LaTeX
30415 -preamble for testing.
30416  To activate it, remove the percent sign at the beginning.
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Standard
30425 To use other characters, the vertical bars besides the 
30426 \series bold
30427 #1
30428 \series default
30429  are replaced by one ore more characters.
30430  To get only the formula number the vertical bars are omitted.
30431 \end_layout
30432
30433 \begin_layout Standard
30434 \begin_inset VSpace bigskip
30435 \end_inset
30436
30437 When there should be an expression of your choice instead of the consecutive
30438  formula number in parentheses behind the formula, the command 
30439 \series bold
30440
30441 \backslash
30442 tag
30443 \series default
30444
30445 \begin_inset Index idx
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449 Commands ! T ! 
30450 \backslash
30451 tag
30452 \end_layout
30453
30454 \end_inset
30455
30456  is used:
30457 \begin_inset Formula 
30458 \begin{equation}
30459 A+B=C\tag{something}\label{eq:tag}
30460 \end{equation}
30461
30462 \end_inset
30463
30464 In this example the command 
30465 \series bold
30466
30467 \backslash
30468 tag
30469 \begin_inset space \textvisiblespace{}
30470 \end_inset
30471
30472 something
30473 \series default
30474  was inserted in the formula.
30475 \end_layout
30476
30477 \begin_layout Standard
30478 When the command 
30479 \series bold
30480
30481 \backslash
30482 tag*
30483 \begin_inset space \textvisiblespace{}
30484 \end_inset
30485
30486 something
30487 \series default
30488  is inserted instead, the star prevents the parentheses around the expression:
30489 \begin_inset Formula 
30490 \[
30491 A+B=C\tag*{something}
30492 \]
30493
30494 \end_inset
30495
30496
30497 \end_layout
30498
30499 \begin_layout Standard
30500 \begin_inset VSpace bigskip
30501 \end_inset
30502
30503 To restart the formula numbering with new document parts or sections, the
30504  following command is used:
30505 \end_layout
30506
30507 \begin_layout Standard
30508
30509 \series bold
30510
30511 \backslash
30512 @addtoreset{equation}{part}
30513 \series default
30514
30515 \begin_inset Index idx
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519 Commands ! 
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 "
30526 \end_layout
30527
30528 \end_inset
30529
30530 @
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 "
30537 \end_layout
30538
30539 \end_inset
30540
30541  ! 
30542 \backslash
30543
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 "
30550 \end_layout
30551
30552 \end_inset
30553
30554 @
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 "
30561 \end_layout
30562
30563 \end_inset
30564
30565 addtoreset
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \begin_inset Newline newline
30572 \end_inset
30573
30574 resp.
30575 \begin_inset Newline newline
30576 \end_inset
30577
30578
30579 \series bold
30580
30581 \backslash
30582 @addtoreset{equation}{section}
30583 \end_layout
30584
30585 \begin_layout Standard
30586 To be able to use these commands in \SpecialChar TeX
30587  mode, the 
30588 \begin_inset Quotes eld
30589 \end_inset
30590
30591 @
30592 \begin_inset Quotes erd
30593 \end_inset
30594
30595  character has to be made 
30596 \begin_inset Quotes eld
30597 \end_inset
30598
30599 active
30600 \begin_inset Quotes erd
30601 \end_inset
30602
30603  for \SpecialChar LaTeX
30604  using the command 
30605 \series bold
30606
30607 \backslash
30608 makeatletter.
30609
30610 \series default
30611  The command 
30612 \series bold
30613
30614 \backslash
30615 makeatother
30616 \series default
30617  reverts this.
30618  So the command sequence in \SpecialChar TeX
30619  mode is:
30620 \end_layout
30621
30622 \begin_layout Standard
30623
30624 \series bold
30625
30626 \backslash
30627 makeatletter
30628 \begin_inset Newline newline
30629 \end_inset
30630
30631
30632 \backslash
30633 @addtoreset{equation}{section}
30634 \begin_inset Newline newline
30635 \end_inset
30636
30637
30638 \backslash
30639 makeatother
30640 \end_layout
30641
30642 \begin_layout Standard
30643 In the \SpecialChar LaTeX
30644 -preamble 
30645 \series bold
30646
30647 \backslash
30648 makeatletter
30649 \series default
30650  and 
30651 \series bold
30652
30653 \backslash
30654 makeatother
30655 \series default
30656  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30657 .
30658 \end_layout
30659
30660 \begin_layout Standard
30661 To revert 
30662 \series bold
30663
30664 \backslash
30665 @addtoreset
30666 \series default
30667 , the file 
30668 \series bold
30669 remreset.sty
30670 \series default
30671
30672 \begin_inset Foot
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677 \series bold
30678 remreset
30679 \series default
30680  is part of the \SpecialChar LaTeX
30681 -package 
30682 \series bold
30683 carlisle
30684 \series default
30685
30686 \begin_inset Index idx
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Packages ! carlisle
30691 \end_layout
30692
30693 \end_inset
30694
30695  that is part of every \SpecialChar LaTeX
30696  standard installation.
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \begin_inset Index idx
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706 Packages ! remreset
30707 \end_layout
30708
30709 \end_inset
30710
30711  has to be loaded in the \SpecialChar LaTeX
30712 -preamble with the line
30713 \end_layout
30714
30715 \begin_layout Standard
30716
30717 \series bold
30718
30719 \backslash
30720 usepackage{remreset}
30721 \end_layout
30722
30723 \begin_layout Standard
30724 Then the command 
30725 \series bold
30726
30727 \backslash
30728 @removefromreset
30729 \series default
30730
30731 \begin_inset Index idx
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735 Commands ! 
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741 "
30742 \end_layout
30743
30744 \end_inset
30745
30746 @
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752 "
30753 \end_layout
30754
30755 \end_inset
30756
30757  ! 
30758 \backslash
30759
30760 \begin_inset ERT
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764
30765 "
30766 \end_layout
30767
30768 \end_inset
30769
30770 @
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776 "
30777 \end_layout
30778
30779 \end_inset
30780
30781 removefromreset
30782 \end_layout
30783
30784 \end_inset
30785
30786  can be used with the same scheme as 
30787 \series bold
30788
30789 \backslash
30790 @addtoreset
30791 \series default
30792 .
30793 \end_layout
30794
30795 \begin_layout Standard
30796 \begin_inset VSpace bigskip
30797 \end_inset
30798
30799 Sometimes formulas should be numbered in the following form:
30800 \end_layout
30801
30802 \begin_layout Standard
30803
30804 \family typewriter
30805 (section number.formula number)
30806 \end_layout
30807
30808 \begin_layout Standard
30809 The formula number should start with every section with 
30810 \begin_inset Quotes eld
30811 \end_inset
30812
30813 1
30814 \begin_inset Quotes erd
30815 \end_inset
30816
30817 .
30818 \end_layout
30819
30820 \begin_layout Standard
30821 For this case there is the command 
30822 \series bold
30823
30824 \backslash
30825 numberwithin
30826 \series default
30827
30828 \begin_inset Index idx
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832 Commands ! N ! 
30833 \backslash
30834 numberwithin
30835 \end_layout
30836
30837 \end_inset
30838
30839 , which is used with the following scheme:
30840 \end_layout
30841
30842 \begin_layout Standard
30843
30844 \series bold
30845
30846 \backslash
30847 numberwithin{counter}{sectioning}
30848 \end_layout
30849
30850 \begin_layout Standard
30851 Counter denotes what kind of numbering is affected, sectioning denotes what
30852  number is before the dot.
30853 \end_layout
30854
30855 \begin_layout Standard
30856 Thus in our case the following \SpecialChar LaTeX
30857  preamble or \SpecialChar TeX
30858  code line is used:
30859 \end_layout
30860
30861 \begin_layout Standard
30862
30863 \series bold
30864
30865 \backslash
30866 numberwithin{equation}{section}
30867 \end_layout
30868
30869 \begin_layout Standard
30870 This is the result:
30871 \begin_inset ERT
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875
30876
30877 \backslash
30878 numberwithin{equation}{section}
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \begin_inset Formula 
30885 \begin{equation}
30886 A+B=C
30887 \end{equation}
30888
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \begin_layout Standard
30895 To number e.
30896 \begin_inset space \thinspace{}
30897 \end_inset
30898
30899 g.
30900 \begin_inset space \space{}
30901 \end_inset
30902
30903 tables so that the number of the part is the sectioning,
30904 \begin_inset Newline newline
30905 \end_inset
30906
30907
30908 \series bold
30909
30910 \backslash
30911 numberwithin{table}{part}
30912 \series default
30913  is used.
30914 \end_layout
30915
30916 \begin_layout Standard
30917 To go back to the standard numbering or to prevent this kind of numbering
30918  when it is defined by the document class, the following command is inserted
30919  as \SpecialChar TeX
30920  code or to the \SpecialChar LaTeX
30921  preamble:
30922 \end_layout
30923
30924 \begin_layout Standard
30925
30926 \series bold
30927
30928 \backslash
30929 renewcommand{
30930 \backslash
30931 theequation}{
30932 \backslash
30933 arabic{equation}}
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Commands ! A ! 
30939 \backslash
30940 arabic
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \series default
30947
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 renewcommand{
30956 \backslash
30957 theequation}{
30958 \backslash
30959 arabic{equation}}
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \series bold
30966
30967 \begin_inset Newline newline
30968 \end_inset
30969
30970
30971 \series default
30972 or
30973 \series bold
30974
30975 \begin_inset Newline newline
30976 \end_inset
30977
30978
30979 \backslash
30980 renewcommand{
30981 \backslash
30982 thetable}{
30983 \backslash
30984 arabic{table}}
30985 \end_layout
30986
30987 \begin_layout Standard
30988
30989 \series bold
30990
30991 \backslash
30992 numberwithin
30993 \series default
30994  uses internally the command 
30995 \series bold
30996
30997 \backslash
30998 @addtoreset
30999 \series default
31000 , described above, that also needs to be reverted.
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006
31007 \backslash
31008 makeatletter
31009 \end_layout
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 @removefromreset{equation}{section}
31016 \end_layout
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 makeatother
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \end_layout
31029
31030 \begin_layout Subsection
31031 Numbering with Roman Numbers and Letters
31032 \begin_inset CommandInset label
31033 LatexCommand label
31034 name "subsec:Numbering-with-Roman"
31035
31036 \end_inset
31037
31038
31039 \begin_inset Index idx
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 Formula numbering ! with letters
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \begin_inset Index idx
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053 Formula numbering ! with Roman numbers
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 Formulas can also be numbered with Roman numbers and Latin letters.
31063  To number for example with small Roman numbers, the command
31064 \end_layout
31065
31066 \begin_layout Standard
31067
31068 \series bold
31069
31070 \backslash
31071 renewcommand{
31072 \backslash
31073 theequation}{
31074 \backslash
31075 roman{equation}}
31076 \end_layout
31077
31078 \begin_layout Standard
31079 is inserted before the formula in \SpecialChar TeX
31080  mode.
31081  
31082 \series bold
31083
31084 \backslash
31085 renewcommand
31086 \series default
31087
31088 \begin_inset Index idx
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 Commands ! R ! 
31093 \backslash
31094 renewcommand
31095 \end_layout
31096
31097 \end_inset
31098
31099  redefines the predefined command 
31100 \series bold
31101
31102 \backslash
31103 theequation
31104 \series default
31105  to the command 
31106 \series bold
31107
31108 \backslash
31109 roman{equation}
31110 \series default
31111 .
31112 \begin_inset Foot
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116 The command 
31117 \series bold
31118
31119 \backslash
31120 renewcommand
31121 \series default
31122  has the same scheme like the command 
31123 \series bold
31124
31125 \backslash
31126 newcommand
31127 \series default
31128  that is described in 
31129 \begin_inset CommandInset ref
31130 LatexCommand ref
31131 reference "subsec:The-Command-newcommand"
31132
31133 \end_inset
31134
31135 .
31136 \end_layout
31137
31138 \end_inset
31139
31140  
31141 \series bold
31142 equation
31143 \series default
31144  is the formula counter.
31145  When the command 
31146 \series bold
31147
31148 \backslash
31149 the
31150 \series default
31151  is used as prefix for a counter, the value of the counter is output as
31152  Arabic number.
31153  When a formula is numbered, \SpecialChar LaTeX
31154  sets internally the command 
31155 \series bold
31156
31157 \backslash
31158 theequation
31159 \series default
31160  behind the formula.
31161  
31162 \series bold
31163
31164 \backslash
31165 roman{equation}
31166 \begin_inset Index idx
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170 Commands ! R ! 
31171 \backslash
31172 roman
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \series default
31179  outputs the counter as small Roman number.
31180 \end_layout
31181
31182 \begin_layout Standard
31183 All formulas behind the command 
31184 \series bold
31185
31186 \backslash
31187 renew
31188 \series default
31189 c
31190 \series bold
31191 ommand
31192 \series default
31193  are now numbered Roman.
31194  To switch to numbering with big Roman numbers, the command is inserted
31195  again, but 
31196 \series bold
31197
31198 \backslash
31199 roman
31200 \series default
31201  is replaced by 
31202 \series bold
31203
31204 \backslash
31205 Roman
31206 \series default
31207
31208 \begin_inset Index idx
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212 Commands ! R ! 
31213 \backslash
31214 roman@
31215 \backslash
31216 Roman
31217 \end_layout
31218
31219 \end_inset
31220
31221 .
31222  To 
31223 \begin_inset Quotes eld
31224 \end_inset
31225
31226 number
31227 \begin_inset Quotes erd
31228 \end_inset
31229
31230  with small Latin letters there is the command 
31231 \series bold
31232
31233 \backslash
31234 alph
31235 \series default
31236
31237 \begin_inset Index idx
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 Commands ! A ! 
31242 \backslash
31243 alph
31244 \end_layout
31245
31246 \end_inset
31247
31248 , for big ones there is the command 
31249 \series bold
31250
31251 \backslash
31252 Alph
31253 \series default
31254
31255 \begin_inset Index idx
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259 Commands ! A ! 
31260 \backslash
31261 alph@
31262 \backslash
31263 Alph
31264 \end_layout
31265
31266 \end_inset
31267
31268 .
31269 \end_layout
31270
31271 \begin_layout Standard
31272 \begin_inset Note Greyedout
31273 status open
31274
31275 \begin_layout Plain Layout
31276
31277 \series bold
31278 \color none
31279 Note:
31280 \series default
31281  Only maximal 26
31282 \begin_inset space ~
31283 \end_inset
31284
31285 formulas can be numbered with Latin letters in one document.
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 renewcommand{
31302 \backslash
31303 theequation}{
31304 \backslash
31305 roman{equation}}
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Standard
31314 \begin_inset Formula 
31315 \begin{equation}
31316 A=\textrm{small roman}
31317 \end{equation}
31318
31319 \end_inset
31320
31321
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327
31328 \backslash
31329 renewcommand{
31330 \backslash
31331 theequation}{
31332 \backslash
31333 Roman{equation}}
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \begin_inset Formula 
31340 \begin{equation}
31341 B=\textrm{big Roman}\label{eq:Rom}
31342 \end{equation}
31343
31344 \end_inset
31345
31346
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 renewcommand{
31355 \backslash
31356 theequation}{
31357 \backslash
31358 alph{equation}}
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \begin_inset Formula 
31365 \begin{equation}
31366 C=\textrm{small Latin}
31367 \end{equation}
31368
31369 \end_inset
31370
31371
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 renewcommand{
31380 \backslash
31381 theequation}{
31382 \backslash
31383 Alph{equation}}
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Formula 
31390 \begin{equation}
31391 D=\textrm{big Latin}\label{eq:Lat}
31392 \end{equation}
31393
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \begin_layout Standard
31400 To switch back to the default numbering, insert the command:
31401 \end_layout
31402
31403 \begin_layout Standard
31404
31405 \series bold
31406
31407 \backslash
31408 renewcommand{
31409 \backslash
31410 theequation}{
31411 \backslash
31412 arabic{equation}}
31413 \begin_inset Index idx
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417 Commands ! A ! 
31418 \backslash
31419 arabic
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \end_layout
31426
31427 \begin_layout Standard
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 renewcommand{
31436 \backslash
31437 theequation}{
31438 \backslash
31439 arabic{equation}}
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \begin_inset Formula 
31446 \begin{equation}
31447 E=\textrm{Arabic}
31448 \end{equation}
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 \begin_inset VSpace medskip
31457 \end_inset
31458
31459 As you see, formulas are numbered serially independent from the numbering
31460  style.
31461  When then numbering should start with 
31462 \begin_inset Quotes eld
31463 \end_inset
31464
31465 1
31466 \begin_inset Quotes erd
31467 \end_inset
31468
31469  when the style is changed, new equation counters have to be defined.
31470  A description about this can be found in the file 
31471 \begin_inset CommandInset href
31472 LatexCommand href
31473 name "Formula-numbering.lyx"
31474 target "run:Formula-numbering.lyx"
31475
31476 \end_inset
31477
31478 .
31479 \end_layout
31480
31481 \begin_layout Section
31482 Chemical Symbols and Equations
31483 \begin_inset CommandInset label
31484 LatexCommand label
31485 name "subsec:Chemical-Symbols-and"
31486
31487 \end_inset
31488
31489
31490 \begin_inset Index idx
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 Chemical characters ! Symbols
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Index idx
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Chemical equations
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \begin_inset Index idx
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514 Symbols ! chemical
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \end_layout
31521
31522 \begin_layout Standard
31523 An example text from chemistry:
31524 \end_layout
31525
31526 \begin_layout Quote
31527 The 
31528 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31529 \end_inset
31530
31531 -ion reacts with two 
31532 \begin_inset Formula $\mathrm{Na^{+}}$
31533 \end_inset
31534
31535 -ions to sodium sulfate 
31536 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31537 \end_inset
31538
31539 .
31540  The chemical equation for this is:
31541 \begin_inset Formula 
31542 \begin{equation}
31543 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31544 \end{equation}
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 This chemical equation can directly be created as formula.
31553  To avoid that the symbols appear italic, everything is highlighted and
31554  changed by the shortcut 
31555 \begin_inset Info
31556 type  "shortcut"
31557 arg   "font-roman"
31558 \end_inset
31559
31560  to the upright font style.
31561 \begin_inset Foot
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565 font styles
31566 \series bold
31567  
31568 \series default
31569 see 
31570 \begin_inset CommandInset ref
31571 LatexCommand ref
31572 reference "subsec:Font-Styles"
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \end_layout
31583
31584 \begin_layout Standard
31585 A more convenient way to typeset chemical formulas is to use the command
31586  
31587 \series bold
31588
31589 \backslash
31590 ce
31591 \series default
31592
31593 \begin_inset Index idx
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 Commands ! C ! 
31598 \backslash
31599 ce
31600 \end_layout
31601
31602 \end_inset
31603
31604  that is available when the \SpecialChar LaTeX
31605 -package 
31606 \series bold
31607 mhchem
31608 \series default
31609
31610 \begin_inset Index idx
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614 Packages ! mhchem
31615 \end_layout
31616
31617 \end_inset
31618
31619  is installed.
31620  After inserting 
31621 \series bold
31622
31623 \backslash
31624 ce
31625 \series default
31626  to a formula a new blue box appears where chemical formulas can be inserted
31627  in an intuitive way.
31628 \begin_inset Separator latexpar
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Standard
31635 \align center
31636 \begin_inset Tabular
31637 <lyxtabular version="3" rows="10" columns="2">
31638 <features booktabs="true" tabularvalignment="middle">
31639 <column alignment="center" valignment="top" width="0pt">
31640 <column alignment="center" valignment="top">
31641 <row>
31642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 Command
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31652 \begin_inset Text
31653
31654 \begin_layout Plain Layout
31655 Result
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 </row>
31661 <row>
31662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666
31667 \backslash
31668 ce
31669 \begin_inset space \textvisiblespace{}
31670 \end_inset
31671
31672 H2CO3
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31678 \begin_inset Text
31679
31680 \begin_layout Plain Layout
31681 \begin_inset Formula $\ce{H2CO3}$
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 </row>
31690 <row topspace="1.5mm">
31691 <cell alignment="center" valignment="top" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695
31696 \backslash
31697 ce
31698 \begin_inset space \textvisiblespace{}
31699 \end_inset
31700
31701 SO4^2-
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 \begin_inset Formula $\ce{SO4^{2-}}$
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row topspace="1.5mm">
31720 <cell alignment="center" valignment="top" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724
31725 \backslash
31726 ce
31727 \begin_inset space \textvisiblespace{}
31728 \end_inset
31729
31730 (NH4)2S
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739 \begin_inset Formula $\ce{(NH4)2S}$
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 </row>
31748 <row topspace="1.5mm">
31749 <cell alignment="center" valignment="top" usebox="none">
31750 \begin_inset Text
31751
31752 \begin_layout Plain Layout
31753
31754 \backslash
31755 ce
31756 \begin_inset space \textvisiblespace{}
31757 \end_inset
31758
31759 KCr(SO4)2.12H2O
31760 \end_layout
31761
31762 \end_inset
31763 </cell>
31764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31765 \begin_inset Text
31766
31767 \begin_layout Plain Layout
31768 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \end_inset
31775 </cell>
31776 </row>
31777 <row topspace="1.5mm">
31778 <cell alignment="center" valignment="top" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782
31783 \backslash
31784 ce
31785 \begin_inset space \textvisiblespace{}
31786 \end_inset
31787
31788 A-B
31789 \backslash
31790 dbond
31791 \begin_inset space \textvisiblespace{}
31792 \end_inset
31793
31794 C
31795 \backslash
31796 tbond
31797 \begin_inset space \textvisiblespace{}
31798 \end_inset
31799
31800 D
31801 \end_layout
31802
31803 \end_inset
31804 </cell>
31805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31806 \begin_inset Text
31807
31808 \begin_layout Plain Layout
31809 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31810 \end_inset
31811
31812
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 </row>
31818 <row topspace="1.5mm">
31819 <cell alignment="center" valignment="top" usebox="none">
31820 \begin_inset Text
31821
31822 \begin_layout Plain Layout
31823
31824 \backslash
31825 ce
31826 \begin_inset space \textvisiblespace{}
31827 \end_inset
31828
31829 ^227
31830 \begin_inset Formula $\downarrow$
31831 \end_inset
31832
31833 _90
31834 \begin_inset Formula $\to$
31835 \end_inset
31836
31837 Th+
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{_{90}^{227}Th+}$
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 </row>
31855 <row>
31856 <cell alignment="center" valignment="top" leftline="true" 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
31867 \backslash
31868 mu
31869 \begin_inset space \textvisiblespace{}
31870 \end_inset
31871
31872
31873 \backslash
31874 hyphen
31875 \begin_inset space \textvisiblespace{}
31876 \end_inset
31877
31878 Cl
31879 \end_layout
31880
31881 \end_inset
31882 </cell>
31883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31884 \begin_inset Text
31885
31886 \begin_layout Plain Layout
31887 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 </row>
31896 <row>
31897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901
31902 \backslash
31903 ce
31904 \begin_inset space \textvisiblespace{}
31905 \end_inset
31906
31907 CO2
31908 \begin_inset space \textvisiblespace{}
31909 \end_inset
31910
31911 +
31912 \begin_inset space \textvisiblespace{}
31913 \end_inset
31914
31915 C
31916 \begin_inset space \textvisiblespace{}
31917 \end_inset
31918
31919 <=>
31920 \begin_inset space \textvisiblespace{}
31921 \end_inset
31922
31923 2CO
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 </row>
31941 <row topspace="1.5mm">
31942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31943 \begin_inset Text
31944
31945 \begin_layout Plain Layout
31946
31947 \backslash
31948 ce
31949 \begin_inset space \textvisiblespace{}
31950 \end_inset
31951
31952 CO2
31953 \begin_inset space \textvisiblespace{}
31954 \end_inset
31955
31956 +
31957 \begin_inset space \textvisiblespace{}
31958 \end_inset
31959
31960 C
31961 \begin_inset space \textvisiblespace{}
31962 \end_inset
31963
31964 ->[
31965 \backslash
31966 alpha][
31967 \backslash
31968 beta]
31969 \begin_inset space \textvisiblespace{}
31970 \end_inset
31971
31972 2CO}
31973 \end_layout
31974
31975 \end_inset
31976 </cell>
31977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31978 \begin_inset Text
31979
31980 \begin_layout Plain Layout
31981 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \end_inset
31988 </cell>
31989 </row>
31990 </lyxtabular>
31991
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \begin_layout Standard
31998 \begin_inset Note Greyedout
31999 status open
32000
32001 \begin_layout Plain Layout
32002
32003 \series bold
32004 \color none
32005 Note:
32006 \series default
32007  It is not possible in \SpecialChar LyX
32008  to use the character ^ to get an up-arrow as described
32009  in the 
32010 \series bold
32011 mhchem
32012 \series default
32013  manual.
32014  One instead uses a negative thin space followed by the command 
32015 \series bold
32016
32017 \backslash
32018 uparrow
32019 \series default
32020
32021 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Using 
32034 \series bold
32035
32036 \backslash
32037 ce
32038 \series default
32039  the command for equation
32040 \begin_inset space ~
32041 \end_inset
32042
32043
32044 \begin_inset CommandInset ref
32045 LatexCommand eqref
32046 reference "eq:chem-reaction"
32047
32048 \end_inset
32049
32050  is:
32051 \begin_inset Newline newline
32052 \end_inset
32053
32054
32055 \series bold
32056  
32057 \backslash
32058 ce
32059 \begin_inset space \textvisiblespace{}
32060 \end_inset
32061
32062 2Na+
32063 \begin_inset space \textvisiblespace{}
32064 \end_inset
32065
32066 +
32067 \begin_inset space \textvisiblespace{}
32068 \end_inset
32069
32070 SO4^2-
32071 \begin_inset space \textvisiblespace{}
32072 \end_inset
32073
32074
32075 \begin_inset space \textvisiblespace{}
32076 \end_inset
32077
32078 ->
32079 \begin_inset space \textvisiblespace{}
32080 \end_inset
32081
32082 Na2SO4
32083 \end_layout
32084
32085 \begin_layout Standard
32086 To create multiline chemical equations first a multiline formula is created
32087  as described in 
32088 \begin_inset CommandInset ref
32089 LatexCommand ref
32090 reference "sec:Multiline-Formulas"
32091
32092 \end_inset
32093
32094 .
32095  Afterwards the command 
32096 \series bold
32097
32098 \backslash
32099 ce
32100 \series default
32101  is used in every small blue box of the formula.
32102  
32103 \begin_inset CommandInset ref
32104 LatexCommand eqref
32105 reference "eq:TEOS-reaction-1"
32106
32107 \end_inset
32108
32109  and 
32110 \begin_inset CommandInset ref
32111 LatexCommand eqref
32112 reference "eq:TEOS-reaction-2"
32113
32114 \end_inset
32115
32116  are an example of a multi-stage chemical reaction where every equation
32117  has its own number.
32118 \begin_inset Formula 
32119 \begin{eqnarray}
32120 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32121 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32122 \end{eqnarray}
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Standard
32130 Besides 
32131 \series bold
32132
32133 \backslash
32134 ce
32135 \series default
32136  the 
32137 \series bold
32138 mhchem
32139 \series default
32140  package provides the command 
32141 \series bold
32142
32143 \backslash
32144 cf
32145 \series default
32146
32147 \begin_inset Index idx
32148 status collapsed
32149
32150 \begin_layout Plain Layout
32151 Commands ! C ! 
32152 \backslash
32153 cf
32154 \end_layout
32155
32156 \end_inset
32157
32158  that has to be used for special cases.
32159  For more information about 
32160 \series bold
32161
32162 \backslash
32163 cf
32164 \series default
32165  and more examples have a look at the documentation of 
32166 \series bold
32167 mhchem
32168 \series default
32169
32170 \begin_inset CommandInset citation
32171 LatexCommand cite
32172 key "mhchem"
32173
32174 \end_inset
32175
32176 .
32177 \end_layout
32178
32179 \begin_layout Section
32180 Diagrams
32181 \end_layout
32182
32183 \begin_layout Standard
32184 \SpecialChar LyX
32185  supports two types of commutative diagrams: 
32186 \series bold
32187 amscd
32188 \series default
32189  and 
32190 \series bold
32191 xymatrix
32192 \series default
32193  that are explained in the following.
32194 \end_layout
32195
32196 \begin_layout Subsection
32197 Amscd Diagrams
32198 \begin_inset Index idx
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202 Diagrams ! amscd
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Standard
32211 Diagrams of this type visualize relations by vertical and horizontal lines
32212  or arrows:
32213 \begin_inset Formula 
32214 \[
32215 \begin{CD}A@>>>B@>>>C\\
32216 @AAA@.@VVV\\
32217 F@<<<E@<<<D
32218 \end{CD}
32219 \]
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Standard
32227 To get them, the command 
32228 \series bold
32229
32230 \backslash
32231 CD
32232 \begin_inset Index idx
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236 Commands ! C ! 
32237 \backslash
32238 CD
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \series default
32245  is inserted to a formula.
32246  A blue box appears with two dashed lines where further commands can be
32247  inserted.
32248  With 
32249 \begin_inset Info
32250 type  "shortcut"
32251 arg   "newline-insert newline"
32252 \end_inset
32253
32254  a new line is created.
32255  Horizontal relations are inserted in odd, vertical in even formula lines.
32256 \end_layout
32257
32258 \begin_layout Standard
32259 To create the relations there are the following commands:
32260 \end_layout
32261
32262 \begin_layout Itemize
32263
32264 \series bold
32265 @<<<
32266 \series default
32267  creates a left arrow, 
32268 \series bold
32269 @>>>
32270 \series default
32271  a right arrow and 
32272 \series bold
32273 @=
32274 \series default
32275  a long equal sign
32276 \end_layout
32277
32278 \begin_layout Itemize
32279
32280 \series bold
32281 @AAA
32282 \series default
32283  creates an up arrow, 
32284 \series bold
32285 @VVV
32286 \series default
32287  a down arrow and 
32288 \series bold
32289 @|
32290 \series default
32291  a vertical equal sign
32292 \end_layout
32293
32294 \begin_layout Itemize
32295
32296 \series bold
32297 @.
32298
32299 \series default
32300  is a placeholder for non-existent relations
32301 \end_layout
32302
32303 \begin_layout Standard
32304 All arrows can be labeled as follows:
32305 \end_layout
32306
32307 \begin_layout Itemize
32308 If text inserted between the first and second < or >, resp., it is placed
32309  above the arrow.
32310  When it is inserted between the second and third one, it appears under
32311  the arrow.
32312 \end_layout
32313
32314 \begin_layout Itemize
32315 When text for vertical arrows is inserted between the first and second A
32316  or V, resp., it is placed left beside the arrow.
32317  When it is inserted between the second and third one, it appears right
32318  beside the arrow.
32319  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32320  brace.
32321 \end_layout
32322
32323 \begin_layout Standard
32324 As example a diagram with all possible relations:
32325 \end_layout
32326
32327 \begin_layout Standard
32328 \begin_inset Formula 
32329 \[
32330 \begin{CD}A@>j>>B@>>k>C@=F\\
32331 @AmAA@.@VV{V}V@|\\
32332 D@<<j<E@>k>>F@=C
32333 \end{CD}
32334 \]
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 The command for this is:
32343 \begin_inset Newline newline
32344 \end_inset
32345
32346
32347 \series bold
32348
32349 \backslash
32350 CD
32351 \begin_inset space \textvisiblespace{}
32352 \end_inset
32353
32354 A@>j>>B@>>k>C@=F Ctrl+Return
32355 \begin_inset Newline newline
32356 \end_inset
32357
32358
32359 \begin_inset Phantom HPhantom
32360 status open
32361
32362 \begin_layout Plain Layout
32363
32364 \series bold
32365
32366 \backslash
32367 CD
32368 \begin_inset space \textvisiblespace{}
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375
32376 @AmAA@.@VV
32377 \backslash
32378 {V
32379 \series default
32380
32381 \begin_inset Formula $\to$
32382 \end_inset
32383
32384
32385 \series bold
32386 V@| Ctrl+Return
32387 \begin_inset Newline newline
32388 \end_inset
32389
32390
32391 \begin_inset Phantom HPhantom
32392 status open
32393
32394 \begin_layout Plain Layout
32395
32396 \series bold
32397
32398 \backslash
32399 CD
32400 \begin_inset space \textvisiblespace{}
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \end_inset
32407
32408 D@<<j<E@>k>>F@=C
32409 \end_layout
32410
32411 \begin_layout Subsection
32412 Xymatrix Diagrams
32413 \begin_inset Index idx
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417 Diagrams ! xymatrix
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 To be able to use xymatrices, the \SpecialChar LaTeX
32427 -package 
32428 \series bold
32429 xypic
32430 \series default
32431  must be installed.
32432  A xymatrix is created by inserting the command 
32433 \series bold
32434
32435 \backslash
32436 xymatrix
32437 \series default
32438  in a formula.
32439  Then you are able to add new matrix columns and rows like for normal matrices,
32440  see 
32441 \begin_inset CommandInset ref
32442 LatexCommand ref
32443 reference "sec:Matrices"
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \begin_layout Standard
32451 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32452  and much more.
32453  All possibilities to create commutative diagrams and decorations are explained
32454  in detail in the 
32455 \emph on
32456 XY-pic manual
32457 \emph default
32458  that you find in the menu 
32459 \family sans
32460 Help\SpecialChar menuseparator
32461 Specific
32462 \begin_inset space ~
32463 \end_inset
32464
32465 Manuals
32466 \family default
32467 .
32468 \end_layout
32469
32470 \begin_layout Subsection
32471
32472 \noun on
32473 Feynman
32474 \noun default
32475  Diagrams
32476 \begin_inset Index idx
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480 Diagrams ! Feynman
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \end_layout
32487
32488 \begin_layout Standard
32489 To be able to use 
32490 \noun on
32491 Feynman
32492 \noun default
32493 -diagrams, the \SpecialChar LaTeX
32494 -package 
32495 \series bold
32496 feyn
32497 \series default
32498  must be installed.
32499  A 
32500 \noun on
32501 Feynman
32502 \noun default
32503 -diagram is created by inserting the command 
32504 \series bold
32505
32506 \backslash
32507 Diagram
32508 \series default
32509  in a formula.
32510  Then you are able to add new matrix columns and rows like for normal matrices,
32511  see 
32512 \begin_inset CommandInset ref
32513 LatexCommand ref
32514 reference "sec:Matrices"
32515
32516 \end_inset
32517
32518 .
32519 \end_layout
32520
32521 \begin_layout Standard
32522 Examples how to create 
32523 \noun on
32524 Feynman-
32525 \noun default
32526 diagrams in \SpecialChar LyX
32527  is given in the 
32528 \emph on
32529 Feynman-diagram manual
32530 \emph default
32531  that you find in the menu 
32532 \family sans
32533 Help\SpecialChar menuseparator
32534 Specific
32535 \begin_inset space ~
32536 \end_inset
32537
32538 Manuals
32539 \family default
32540 .
32541 \end_layout
32542
32543 \begin_layout Section
32544 User-defined Commands
32545 \begin_inset Index idx
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549 User-defined commands
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset Note Greyedout
32559 status open
32560
32561 \begin_layout Plain Layout
32562
32563 \series bold
32564 Note:
32565 \series default
32566  The names of user-defined commands and macros may only consist of Latin
32567  letters.
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \begin_layout Subsection
32576 The Command 
32577 \backslash
32578 newcommand
32579 \begin_inset CommandInset label
32580 LatexCommand label
32581 name "subsec:The-Command-newcommand"
32582
32583 \end_inset
32584
32585
32586 \begin_inset Index idx
32587 status collapsed
32588
32589 \begin_layout Plain Layout
32590 User-defined commands ! 
32591 \backslash
32592 newcommand
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \begin_inset Index idx
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602 Commands ! N ! 
32603 \backslash
32604 newcommand
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \begin_layout Standard
32613 Many \SpecialChar LaTeX
32614 -commands are too long to be used frequently.
32615  But it is possible to define with the command 
32616 \series bold
32617
32618 \backslash
32619 newcommand
32620 \series default
32621  new shorter commands.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 The command scheme of 
32626 \series bold
32627
32628 \backslash
32629 newcommand
32630 \series default
32631  is:
32632 \end_layout
32633
32634 \begin_layout Standard
32635
32636 \series bold
32637
32638 \backslash
32639 newcommand{new command name}[number of arguments][optional
32640 \series default
32641  
32642 \series bold
32643 value]
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647
32648 \begin_inset Phantom HPhantom
32649 status open
32650
32651 \begin_layout Plain Layout
32652
32653 \series bold
32654
32655 \backslash
32656 newcommand
32657 \end_layout
32658
32659 \end_inset
32660
32661 {command definition}
32662 \end_layout
32663
32664 \begin_layout Standard
32665 \begin_inset Note Greyedout
32666 status open
32667
32668 \begin_layout Plain Layout
32669
32670 \series bold
32671 Note:
32672 \series default
32673  Assure that the name of the new command is not already used in your document
32674  or by \SpecialChar LaTeX
32675 -packages that you use.
32676  When you for example define the command 
32677 \series bold
32678
32679 \backslash
32680 le
32681 \series default
32682  for 
32683 \series bold
32684
32685 \backslash
32686 Leftarrow
32687 \series default
32688 , you get an error message because 
32689 \series bold
32690
32691 \backslash
32692 le
32693 \series default
32694  is already defined as command for 
32695 \begin_inset Quotes eld
32696 \end_inset
32697
32698
32699 \begin_inset Formula $\le$
32700 \end_inset
32701
32702
32703 \begin_inset Quotes erd
32704 \end_inset
32705
32706 .
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715 The number of arguments is an integer in the range 0
32716 \begin_inset space \thinspace{}
32717 \end_inset
32718
32719 -
32720 \begin_inset space \thinspace{}
32721 \end_inset
32722
32723 9 and specifies how many arguments the new command should have.
32724  With the optional value a value for an optional argument can be predefined.
32725  When this is done, the 
32726 \emph on
32727 first
32728 \emph default
32729  
32730 \emph on
32731 a
32732 \emph default
32733 rgument of the new command is automatically an optional one.
32734 \end_layout
32735
32736 \begin_layout Standard
32737 Here are some examples:
32738 \end_layout
32739
32740 \begin_layout Itemize
32741 To define the command 
32742 \series bold
32743
32744 \backslash
32745 gr
32746 \series default
32747  for 
32748 \series bold
32749
32750 \backslash
32751 Longrightarrow
32752 \series default
32753 , the \SpecialChar LaTeX
32754 -preamble line is:
32755 \begin_inset VSpace medskip
32756 \end_inset
32757
32758
32759 \begin_inset Newline newline
32760 \end_inset
32761
32762
32763 \series bold
32764
32765 \backslash
32766 newcommand{
32767 \backslash
32768 gr}{
32769 \backslash
32770 Longrightarrow}
32771 \end_layout
32772
32773 \begin_layout Itemize
32774 To define the command 
32775 \series bold
32776
32777 \backslash
32778 us
32779 \series default
32780  for 
32781 \series bold
32782
32783 \backslash
32784 underline
32785 \series default
32786 , the argument (that should be underlined) must be taken into account.
32787  For this the preamble line is:
32788 \begin_inset VSpace medskip
32789 \end_inset
32790
32791
32792 \begin_inset Newline newline
32793 \end_inset
32794
32795
32796 \series bold
32797
32798 \backslash
32799 newcommand{
32800 \backslash
32801 us}[1]{
32802 \backslash
32803 underline{#1}}
32804 \series default
32805
32806 \begin_inset VSpace medskip
32807 \end_inset
32808
32809
32810 \begin_inset Newline newline
32811 \end_inset
32812
32813 The character 
32814 \series bold
32815 #
32816 \series default
32817  acts as argument placeholder, the 
32818 \series bold
32819 1
32820 \series default
32821  behind it denotes that it is the placeholder for the first argument.
32822 \end_layout
32823
32824 \begin_layout Itemize
32825 For 
32826 \series bold
32827
32828 \backslash
32829 framebox
32830 \series default
32831  one can e.
32832 \begin_inset space \thinspace{}
32833 \end_inset
32834
32835 g.
32836 \begin_inset space \space{}
32837 \end_inset
32838
32839 define the command 
32840 \series bold
32841
32842 \backslash
32843 fb
32844 \series default
32845 :
32846 \begin_inset VSpace medskip
32847 \end_inset
32848
32849
32850 \begin_inset Newline newline
32851 \end_inset
32852
32853
32854 \series bold
32855
32856 \backslash
32857 newcommand{
32858 \backslash
32859 fb}[3]{
32860 \backslash
32861 framebox#1#2{$#3$}}
32862 \series default
32863
32864 \begin_inset VSpace medskip
32865 \end_inset
32866
32867
32868 \begin_inset Newline newline
32869 \end_inset
32870
32871 The two Dollar signs creates the extra formula needed for 
32872 \series bold
32873
32874 \backslash
32875 framebox
32876 \series default
32877 , see 
32878 \begin_inset CommandInset ref
32879 LatexCommand ref
32880 reference "subsec:Boxes-with-Frame"
32881
32882 \end_inset
32883
32884 .
32885 \end_layout
32886
32887 \begin_layout Itemize
32888 To create a new command for 
32889 \series bold
32890
32891 \backslash
32892 fcolorbox
32893 \series default
32894  where the color for the box need not be specified, the argument for the
32895  color is defined optional:
32896 \begin_inset VSpace medskip
32897 \end_inset
32898
32899
32900 \begin_inset Newline newline
32901 \end_inset
32902
32903
32904 \series bold
32905
32906 \backslash
32907 newcommand{
32908 \backslash
32909 cb}[3][white]{
32910 \backslash
32911 fcolorbox{#2}{#1}{$#3$}}
32912 \series default
32913
32914 \begin_inset VSpace medskip
32915 \end_inset
32916
32917
32918 \begin_inset Newline newline
32919 \end_inset
32920
32921 When the color is not specified when using 
32922 \series bold
32923
32924 \backslash
32925 cb
32926 \series default
32927 , the predefined color 
32928 \series bold
32929 white
32930 \series default
32931  will be used.
32932 \end_layout
32933
32934 \begin_layout Standard
32935 A test of the new defined commands:
32936 \begin_inset Separator latexpar
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \begin_layout Standard
32943 \align center
32944 \begin_inset Tabular
32945 <lyxtabular version="3" rows="6" columns="2">
32946 <features booktabs="true" tabularvalignment="middle">
32947 <column alignment="center" valignment="top" width="0pt">
32948 <column alignment="center" valignment="top">
32949 <row>
32950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 Command
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963 Result
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 </row>
32969 <row>
32970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974 A
32975 \backslash
32976 gr
32977 \begin_inset space \textvisiblespace{}
32978 \end_inset
32979
32980 B
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32986 \begin_inset Text
32987
32988 \begin_layout Plain Layout
32989 \begin_inset Formula $A\gr B$
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 </row>
32998 <row>
32999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33000 \begin_inset Text
33001
33002 \begin_layout Plain Layout
33003
33004 \backslash
33005 us{ABcd
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 \begin_inset Formula $\us{ABcd}$
33015 \end_inset
33016
33017
33018 \end_layout
33019
33020 \end_inset
33021 </cell>
33022 </row>
33023 <row topspace="1mm">
33024 <cell alignment="center" valignment="top" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028
33029 \backslash
33030 fb{[2cm]
33031 \begin_inset Formula $\to$
33032 \end_inset
33033
33034
33035 \backslash
33036 {
33037 \begin_inset Formula $\to$
33038 \end_inset
33039
33040
33041 \backslash
33042 {
33043 \backslash
33044 int
33045 \begin_inset space \textvisiblespace{}
33046 \end_inset
33047
33048 A=B
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33054 \begin_inset Text
33055
33056 \begin_layout Plain Layout
33057 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 </row>
33066 <row topspace="1.5mm">
33067 <cell alignment="center" valignment="top" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071
33072 \backslash
33073 cb{red
33074 \begin_inset Formula $\to$
33075 \end_inset
33076
33077
33078 \backslash
33079 {
33080 \backslash
33081 int
33082 \begin_inset space \textvisiblespace{}
33083 \end_inset
33084
33085 A=B
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 \begin_inset Formula $\cb{red}{\int A=B}$
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 </row>
33103 <row topspace="1.5mm" bottomspace="1mm">
33104 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108
33109 \backslash
33110 cb[green]
33111 \backslash
33112 {red
33113 \begin_inset Formula $\to$
33114 \end_inset
33115
33116
33117 \backslash
33118 {
33119 \backslash
33120 int
33121 \begin_inset space \textvisiblespace{}
33122 \end_inset
33123
33124 A=B
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 </lyxtabular>
33143
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Subsection
33150 Math Macros
33151 \begin_inset Index idx
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155 User-defined commands! Math macros
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \begin_inset Index idx
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165 Macros
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Standard
33174 User-defined commands are especially convenient for complex expressions.
33175  When you are for example dealing with a document that has quadratic equations,
33176  the same solution type occurs several times.
33177  The general form of a quadratic equation is
33178 \begin_inset Formula 
33179 \[
33180 0=\lambda^{2}+p\lambda+q
33181 \]
33182
33183 \end_inset
33184
33185 The general form of the solution is
33186 \begin_inset Formula 
33187 \[
33188 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33189 \]
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \begin_layout Standard
33197 To define a command for the solution formula where only the three parameters
33198  
33199 \begin_inset Formula $\lambda$
33200 \end_inset
33201
33202
33203 \begin_inset Formula $p$
33204 \end_inset
33205
33206  and 
33207 \begin_inset Formula $q$
33208 \end_inset
33209
33210  need to be specified and the index of 
33211 \begin_inset Formula $\lambda$
33212 \end_inset
33213
33214  can be given optionally, the \SpecialChar LaTeX
33215 -preamble line is
33216 \begin_inset Newline newline
33217 \end_inset
33218
33219
33220 \series bold
33221
33222 \backslash
33223 newcommand{
33224 \backslash
33225 qG}[4][1,
33226 \backslash
33227 ,2]{#2_{#1}=-
33228 \backslash
33229 frac{#3}{2}
33230 \backslash
33231 pm
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235
33236 \begin_inset Phantom HPhantom
33237 status open
33238
33239 \begin_layout Plain Layout
33240
33241 \series bold
33242
33243 \backslash
33244 newcommand
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \backslash
33251 sqrt{
33252 \backslash
33253 frac{#3^{2}}{4}-#4}}
33254 \end_layout
33255
33256 \begin_layout Standard
33257 To create with this the solution formula, the command
33258 \begin_inset Newline newline
33259 \end_inset
33260
33261
33262 \series bold
33263
33264 \backslash
33265 qG{
33266 \backslash
33267 lambda
33268 \begin_inset Formula $\to$
33269 \end_inset
33270
33271
33272 \backslash
33273 {p
33274 \begin_inset Formula $\to$
33275 \end_inset
33276
33277
33278 \backslash
33279 {q
33280 \series default
33281  is inserted to a formula
33282 \series bold
33283 .
33284 \end_layout
33285
33286 \begin_layout Standard
33287 The definition of the new command is unintuitive because one has to know
33288  the schemes of all used \SpecialChar LaTeX
33289  commands, e.
33290 \begin_inset space \thinspace{}
33291 \end_inset
33292
33293 g.
33294 \begin_inset space \space{}
33295 \end_inset
33296
33297 that a fraction is inserted in \SpecialChar LaTeX
33298  as 
33299 \series bold
33300
33301 \backslash
33302 frac{numerator}{denominator}
33303 \series default
33304 .
33305  Furthermore one can easily forget a brace in the definition and cannot
33306  see in \SpecialChar LyX
33307  what the new command is doing.
33308  To avoid these problems \SpecialChar LyX
33309  offers the possibility to use math macros instead
33310  of the command 
33311 \series bold
33312
33313 \backslash
33314 newcommand
33315 \series default
33316 .
33317 \end_layout
33318
33319 \begin_layout Standard
33320 A math macro is created by using the menu 
33321 \family sans
33322 Insert\SpecialChar menuseparator
33323 Math\SpecialChar menuseparator
33324 Macro
33325 \family default
33326  or the toolbar button 
33327 \begin_inset Info
33328 type  "icon"
33329 arg   "math-macro newmacroname_newcommand"
33330 \end_inset
33331
33332 .
33333  The math macro toolbar appears together with the following box where the
33334  macro is defined:
33335 \begin_inset Newline newline
33336 \end_inset
33337
33338
33339 \begin_inset space \hspace*{\fill}
33340 \end_inset
33341
33342
33343 \begin_inset Graphics
33344         filename clipart/macrobox.png
33345         scale 75
33346
33347 \end_inset
33348
33349
33350 \begin_inset space \hspace*{\fill}
33351 \end_inset
33352
33353
33354 \begin_inset Newline newline
33355 \end_inset
33356
33357
33358 \begin_inset FormulaMacro
33359 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33360 \end_inset
33361
33362
33363 \backslash
33364 newmacroname is the default name of the macro that should be changed to
33365  something sensible.
33366  The wanted formula is inserted in the first blue box.
33367  An argument placeholder is inserted with the command 
33368 \series bold
33369
33370 \backslash
33371 #argumentnumber
33372 \series default
33373 , e.
33374 \begin_inset space \thinspace{}
33375 \end_inset
33376
33377 g
33378 \begin_inset space \space{}
33379 \end_inset
33380
33381
33382 \series bold
33383
33384 \backslash
33385 #1
33386 \series default
33387  or by using the macro toolbar button 
33388 \begin_inset Info
33389 type  "icon"
33390 arg   "math-macro-add-param"
33391 \end_inset
33392
33393 .
33394  Argument placeholders are displayed red.
33395  A maximum of 9
33396 \begin_inset space ~
33397 \end_inset
33398
33399 arguments are possible.
33400  Optional arguments are created with the toolbar button 
33401 \begin_inset Info
33402 type  "icon"
33403 arg   "math-macro-add-optional-param"
33404 \end_inset
33405
33406 .
33407  The first non-optional argument can be transformed to an optional one with
33408  the toolbar button 
33409 \begin_inset Info
33410 type  "icon"
33411 arg   "math-macro-make-optional"
33412 \end_inset
33413
33414 .
33415  In the second blue box the appearance of the macro in \SpecialChar LyX
33416  can be defined.
33417  Normally you want to see it as it is defined, so the box is kept empty.
33418  But when you have created a macro that needs lot of space on the screen,
33419  you can insert in the box for example
33420 \begin_inset Newline newline
33421 \end_inset
33422
33423
33424 \series bold
33425 qG: 
33426 \backslash
33427 #1
33428 \series default
33429  
33430 \series bold
33431 ,
33432 \series default
33433  
33434 \series bold
33435
33436 \backslash
33437 #2
33438 \series default
33439  
33440 \series bold
33441 ,
33442 \series default
33443  
33444 \series bold
33445
33446 \backslash
33447 #3, 
33448 \backslash
33449 #4
33450 \begin_inset Newline newline
33451 \end_inset
33452
33453
33454 \series default
33455 For the macro only the arguments with the macro name in front of them will
33456  then be displayed in \SpecialChar LyX
33457 , leading to a better overview.
33458  The formula appears in the output as defined in the first box.
33459 \begin_inset Newline newline
33460 \end_inset
33461
33462 The appearance of macros in formulas can furthermore be changed for single
33463  macros by setting the cursor in the macro and using the menu 
33464 \family sans
33465 View\SpecialChar menuseparator
33466 (Un)fold
33467 \begin_inset space ~
33468 \end_inset
33469
33470 Math
33471 \begin_inset space ~
33472 \end_inset
33473
33474 Macro
33475 \family default
33476 .
33477 \end_layout
33478
33479 \begin_layout Standard
33480 To use a macro, the macro name is inserted as command to a formula, in our
33481  case 
33482 \series bold
33483
33484 \backslash
33485 qG
33486 \series default
33487 .
33488  Our macro looks in \SpecialChar LyX
33489  like this:
33490 \begin_inset Newline newline
33491 \end_inset
33492
33493
33494 \begin_inset space \hspace*{\fill}
33495 \end_inset
33496
33497
33498 \begin_inset Graphics
33499         filename clipart/macrouse.png
33500         scale 75
33501
33502 \end_inset
33503
33504
33505 \begin_inset space \hspace*{\fill}
33506 \end_inset
33507
33508
33509 \begin_inset Newline newline
33510 \end_inset
33511
33512 Here is our macro example with the arguments 
33513 \begin_inset Formula $x$
33514 \end_inset
33515
33516
33517 \begin_inset Formula $\ln(x)$
33518 \end_inset
33519
33520  and 
33521 \begin_inset Formula $B$
33522 \end_inset
33523
33524 :
33525 \end_layout
33526
33527 \begin_layout Standard
33528 \begin_inset Formula 
33529 \[
33530 \qG x{\ln(x)}B
33531 \]
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Standard
33539 \SpecialChar LyX
33540  offers in the menu 
33541 \family sans
33542 Tools\SpecialChar menuseparator
33543 Preferences\SpecialChar menuseparator
33544 Editing\SpecialChar menuseparator
33545 Control
33546 \family default
33547  different styles to edit macros.
33548  To find the style that suits you the most, choose a style and set the cursor
33549  in a macro formula to see the difference.
33550 \end_layout
33551
33552 \begin_layout Standard
33553 A math macro is transformed internally to a 
33554 \series bold
33555
33556 \backslash
33557 newcommand
33558 \series default
33559  command when exporting the document.
33560  The created 
33561 \series bold
33562
33563 \backslash
33564 newcommand
33565 \series default
33566  command is not placed in the \SpecialChar LaTeX
33567 -preamble, therefore macros can only be used
33568  in formulas that are in the document below the macro definition box.
33569 \end_layout
33570
33571 \begin_layout Standard
33572 Math macros can also be directly created from a 
33573 \series bold
33574
33575 \backslash
33576 newcommand
33577 \series default
33578  command.
33579  When writing for example the command
33580 \series bold
33581
33582 \begin_inset Newline newline
33583 \end_inset
33584
33585
33586 \backslash
33587 newcommand{
33588 \backslash
33589 larrow}[2]{
33590 \backslash
33591 xleftarrow[#2]{#1}}
33592 \begin_inset Newline newline
33593 \end_inset
33594
33595
33596 \series default
33597 in \SpecialChar LyX
33598  as normal text, highlighting it completely and using then the shortcut
33599  
33600 \family sans
33601 Ctrl+M
33602 \family default
33603 , the command will be transformed to a math macro.
33604  Using this method you need to be careful that the 
33605 \series bold
33606
33607 \backslash
33608 newcommand
33609 \series default
33610  command is typed correctly, otherwise you get a faulty macro leading to
33611  \SpecialChar LaTeX
33612  errors.
33613 \end_layout
33614
33615 \begin_layout Standard
33616 Math macros currently have the problem that further formulas in macro definition
33617 s are handled wrongly.
33618  Therefore the example 
33619 \series bold
33620
33621 \backslash
33622 fb
33623 \series default
33624  from 
33625 \begin_inset CommandInset ref
33626 LatexCommand ref
33627 reference "subsec:The-Command-newcommand"
33628
33629 \end_inset
33630
33631  cannot be created as macro.
33632 \end_layout
33633
33634 \begin_layout Standard
33635 When the cursor is in a macro definition box, you will see the macro toolbar
33636  in \SpecialChar LyX
33637 :
33638 \end_layout
33639
33640 \begin_layout Standard
33641 \begin_inset VSpace defskip
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset Graphics
33649         filename clipart/MacroToolbar.png
33650
33651 \end_inset
33652
33653
33654 \begin_inset Index idx
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 Macros ! Toolbar
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 \begin_inset VSpace defskip
33668 \end_inset
33669
33670
33671 \end_layout
33672
33673 \begin_layout Standard
33674 The macro toolbar contains from left to right the following buttons:
33675 \end_layout
33676
33677 \begin_layout Standard
33678 \begin_inset VSpace defskip
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \begin_layout Standard
33685 \begin_inset Tabular
33686 <lyxtabular version="3" rows="9" columns="2">
33687 <features islongtable="true" longtabularalignment="center">
33688 <column alignment="left" valignment="top">
33689 <column alignment="left" valignment="top" width="85col%">
33690 <row interlinespace="2.5mm">
33691 <cell alignment="center" valignment="top" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695 \begin_inset Info
33696 type  "icon"
33697 arg   "math-macro-remove-param"
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 <cell alignment="center" valignment="top" usebox="none">
33706 \begin_inset Text
33707
33708 \begin_layout Plain Layout
33709
33710 \family sans
33711 Edit\SpecialChar menuseparator
33712 Math\SpecialChar menuseparator
33713 Macro
33714 \begin_inset space ~
33715 \end_inset
33716
33717 Definition\SpecialChar menuseparator
33718 Remove Last Argument
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 </row>
33724 <row interlinespace="2.5mm">
33725 <cell alignment="center" valignment="top" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729 \begin_inset Info
33730 type  "icon"
33731 arg   "math-macro-add-param"
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \end_inset
33738 </cell>
33739 <cell alignment="center" valignment="top" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743
33744 \family sans
33745 Edit\SpecialChar menuseparator
33746 Math\SpecialChar menuseparator
33747 Macro
33748 \begin_inset space ~
33749 \end_inset
33750
33751 Definition\SpecialChar menuseparator
33752 Append Argument
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 </row>
33758 <row interlinespace="2.5mm">
33759 <cell alignment="center" valignment="top" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 \begin_inset Info
33764 type  "icon"
33765 arg   "math-macro-make-optional"
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \end_inset
33772 </cell>
33773 <cell alignment="center" valignment="top" usebox="none">
33774 \begin_inset Text
33775
33776 \begin_layout Plain Layout
33777
33778 \family sans
33779 Edit\SpecialChar menuseparator
33780 Math\SpecialChar menuseparator
33781 Macro
33782 \begin_inset space ~
33783 \end_inset
33784
33785 Definition\SpecialChar menuseparator
33786 Transform First Non-Optional to
33787 \begin_inset Newline newline
33788 \end_inset
33789
33790
33791 \begin_inset Phantom HPhantom
33792 status open
33793
33794 \begin_layout Plain Layout
33795
33796 \family sans
33797 Edit\SpecialChar menuseparator
33798 Math\SpecialChar menuseparator
33799 Macro
33800 \begin_inset space ~
33801 \end_inset
33802
33803 Definition\SpecialChar menuseparator
33804
33805 \end_layout
33806
33807 \end_inset
33808
33809 Optional Argument
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 </row>
33815 <row interlinespace="2.5mm">
33816 <cell alignment="center" valignment="top" usebox="none">
33817 \begin_inset Text
33818
33819 \begin_layout Plain Layout
33820 \begin_inset Info
33821 type  "icon"
33822 arg   "math-macro-make-nonoptional"
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \end_inset
33829 </cell>
33830 <cell alignment="center" valignment="top" usebox="none">
33831 \begin_inset Text
33832
33833 \begin_layout Plain Layout
33834
33835 \family sans
33836 Edit\SpecialChar menuseparator
33837 Math\SpecialChar menuseparator
33838 Macro
33839 \begin_inset space ~
33840 \end_inset
33841
33842 Definition\SpecialChar menuseparator
33843 Transform Last Optional to
33844 \begin_inset Newline newline
33845 \end_inset
33846
33847
33848 \begin_inset Phantom HPhantom
33849 status open
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
33862 \end_layout
33863
33864 \end_inset
33865
33866 Non-Optional Argument
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 </row>
33872 <row interlinespace="2.5mm">
33873 <cell alignment="center" valignment="top" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877 \begin_inset Info
33878 type  "icon"
33879 arg   "math-macro-remove-optional-param"
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 <cell alignment="center" valignment="top" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891
33892 \family sans
33893 Edit\SpecialChar menuseparator
33894 Math\SpecialChar menuseparator
33895 Macro
33896 \begin_inset space ~
33897 \end_inset
33898
33899 Definition\SpecialChar menuseparator
33900 Remove Optional Argument
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 </row>
33906 <row interlinespace="2.5mm">
33907 <cell alignment="center" valignment="top" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 \begin_inset Info
33912 type  "icon"
33913 arg   "math-macro-add-optional-param"
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 <cell alignment="center" valignment="top" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925
33926 \family sans
33927 Edit\SpecialChar menuseparator
33928 Math\SpecialChar menuseparator
33929 Macro
33930 \begin_inset space ~
33931 \end_inset
33932
33933 Definition\SpecialChar menuseparator
33934 Insert Optional Argument
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 </row>
33940 <row interlinespace="2.5mm">
33941 <cell alignment="center" valignment="top" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945 \begin_inset Info
33946 type  "icon"
33947 arg   "math-macro-remove-greedy-param"
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959
33960 \family sans
33961 Edit\SpecialChar menuseparator
33962 Math\SpecialChar menuseparator
33963 Macro
33964 \begin_inset space ~
33965 \end_inset
33966
33967 Definition\SpecialChar menuseparator
33968 Remove Last Argument
33969 \begin_inset Newline newline
33970 \end_inset
33971
33972
33973 \begin_inset Phantom HPhantom
33974 status open
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
33987 \end_layout
33988
33989 \end_inset
33990
33991 Spitting Out To The Right
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 </row>
33997 <row interlinespace="2.5mm">
33998 <cell alignment="center" valignment="top" usebox="none">
33999 \begin_inset Text
34000
34001 \begin_layout Plain Layout
34002 \begin_inset Info
34003 type  "icon"
34004 arg   "math-macro-append-greedy-param"
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016
34017 \family sans
34018 Edit\SpecialChar menuseparator
34019 Math\SpecialChar menuseparator
34020 Macro
34021 \begin_inset space ~
34022 \end_inset
34023
34024 Definition\SpecialChar menuseparator
34025 Append Argument
34026 \begin_inset Newline newline
34027 \end_inset
34028
34029
34030 \begin_inset Phantom HPhantom
34031 status open
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
34044 \end_layout
34045
34046 \end_inset
34047
34048 Eating From The Right
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 </row>
34054 <row interlinespace="2.5mm">
34055 <cell alignment="center" valignment="top" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059 \begin_inset Info
34060 type  "icon"
34061 arg   "math-macro-add-greedy-optional-param"
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 <cell alignment="center" valignment="top" usebox="none">
34070 \begin_inset Text
34071
34072 \begin_layout Plain Layout
34073
34074 \family sans
34075 Edit\SpecialChar menuseparator
34076 Math\SpecialChar menuseparator
34077 Macro
34078 \begin_inset space ~
34079 \end_inset
34080
34081 Definition\SpecialChar menuseparator
34082 Append Optional Argument
34083 \begin_inset Newline newline
34084 \end_inset
34085
34086
34087 \begin_inset Phantom HPhantom
34088 status open
34089
34090 \begin_layout Plain Layout
34091
34092 \family sans
34093 Edit\SpecialChar menuseparator
34094 Math\SpecialChar menuseparator
34095 Macro
34096 \begin_inset space ~
34097 \end_inset
34098
34099 Definition\SpecialChar menuseparator
34100
34101 \end_layout
34102
34103 \end_inset
34104
34105 Eating From The Right
34106 \end_layout
34107
34108 \end_inset
34109 </cell>
34110 </row>
34111 </lyxtabular>
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \begin_layout Section
34119 Computer Algebra Systems
34120 \end_layout
34121
34122 \begin_layout Standard
34123 \SpecialChar LyX
34124  offers the exchange between mathematical expressions written in \SpecialChar LyX
34125 's math
34126  editor and external applications or user defined scripts.
34127  Currently supported applications are 
34128 \family sans
34129 Maple
34130 \family default
34131
34132 \family sans
34133 Mathematica
34134 \family default
34135
34136 \family sans
34137 Maxima
34138 \family default
34139  and 
34140 \family sans
34141 Octave
34142 \family default
34143 .
34144  Note that the set of supported mathematical constructs is limited only
34145  to very simple cases.
34146 \end_layout
34147
34148 \begin_layout Subsection
34149 Usage
34150 \end_layout
34151
34152 \begin_layout Standard
34153 Write some expression in a formula, go to the 
34154 \family sans
34155 Edit\SpecialChar menuseparator
34156 Math\SpecialChar menuseparator
34157 Use Computer Algebra System
34158 \family default
34159  menu and choose the application you have installed on the computer.
34160  After that the result of computation should show on the right side of the
34161  expression together with the 
34162 \begin_inset Quotes eld
34163 \end_inset
34164
34165 =
34166 \begin_inset Quotes erd
34167 \end_inset
34168
34169  operator.
34170 \end_layout
34171
34172 \begin_layout Standard
34173 Here are few simple examples (with results from 
34174 \family typewriter
34175 Maxima
34176 \family default
34177 ) to show what kind of computations can be performed:
34178 \end_layout
34179
34180 \begin_layout Itemize
34181 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \begin_layout Itemize
34188 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \begin_layout Itemize
34195 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Itemize
34202 \begin_inset Formula $\det\left[\begin{array}{ccc}
34203 1 & 6 & 7\\
34204 2 & 5 & 8\\
34205 3 & 4 & 17
34206 \end{array}\right]=-56$
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \begin_layout Itemize
34213 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Subsection
34220 Keyboard shortcut
34221 \end_layout
34222
34223 \begin_layout Standard
34224 Currently there is no keyboard shortcut for calling the algebra applications.
34225  One can easily bind a shortcut to the 
34226 \family sans
34227 math-extern
34228 \family default
34229  \SpecialChar LyX
34230  function (see the 
34231 \family sans
34232 \emph on
34233 \SpecialChar LyX
34234  Functions
34235 \family default
34236 \emph default
34237  manual).
34238  One could e.
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 g.
34243 \begin_inset space \space{}
34244 \end_inset
34245
34246 bind the 
34247 \family sans
34248 Return
34249 \family default
34250  key inside the math editor.
34251  To bind it to 
34252 \family typewriter
34253 Maxima
34254 \family default
34255  one would use this shortcut definition command:
34256 \end_layout
34257
34258 \begin_layout Standard
34259
34260 \series bold
34261 command-alternatives paragraph-break;math-extern maxima
34262 \end_layout
34263
34264 \begin_layout Section
34265 Miscellaneous
34266 \begin_inset Index idx
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 Miscellaneous
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Subsection
34279 Negative Numbers
34280 \begin_inset Index idx
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284 Numbers ! negative
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Standard
34293 Negative numbers often look ugly in formulas because the minus sign before
34294  the number is set with the same length as the minus operator sign.
34295  When writing the negative number in normal text, the minus sign appears
34296  correctly.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 Thus, the problem disappears when converting the minus sign to mathematical
34301  text.
34302 \end_layout
34303
34304 \begin_layout Standard
34305 An example to visualize the problem:
34306 \begin_inset Separator latexpar
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 \align center
34314 \begin_inset Tabular
34315 <lyxtabular version="3" rows="3" columns="2">
34316 <features booktabs="true" tabularvalignment="middle">
34317 <column alignment="right" valignment="top" width="0pt">
34318 <column alignment="left" valignment="top">
34319 <row>
34320 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34321 \begin_inset Text
34322
34323 \begin_layout Plain Layout
34324 normal text:
34325 \end_layout
34326
34327 \end_inset
34328 </cell>
34329 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34330 \begin_inset Text
34331
34332 \begin_layout Plain Layout
34333 x = -2
34334 \end_layout
34335
34336 \end_inset
34337 </cell>
34338 </row>
34339 <row>
34340 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34341 \begin_inset Text
34342
34343 \begin_layout Plain Layout
34344 formula:
34345 \end_layout
34346
34347 \end_inset
34348 </cell>
34349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353 \begin_inset Formula $x=-2$
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \end_inset
34360 </cell>
34361 </row>
34362 <row>
34363 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367 solution:
34368 \end_layout
34369
34370 \end_inset
34371 </cell>
34372 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376 \begin_inset Formula $x=\textrm{-}2$
34377 \end_inset
34378
34379
34380 \end_layout
34381
34382 \end_inset
34383 </cell>
34384 </row>
34385 </lyxtabular>
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Subsection
34393 Comma as decimal Separator
34394 \begin_inset Index idx
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 Comma
34399 \end_layout
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Standard
34407 In \SpecialChar LaTeX
34408  a comma inside a formula is used, according to the English convention,
34409  as number group separator.
34410  So there will be space added behind all commas in formulas.
34411 \end_layout
34412
34413 \begin_layout Standard
34414 To avoid this, the comma is highlighted and changed to mathematical text
34415  (shortcut 
34416 \begin_inset Info
34417 type  "shortcut"
34418 arg   "math-mode"
34419 \end_inset
34420
34421 ).
34422 \end_layout
34423
34424 \begin_layout Standard
34425 To use all formula commas in the document as decimal separator, the file
34426  
34427 \series bold
34428 icomma.sty
34429 \series default
34430
34431 \begin_inset Foot
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435
34436 \series bold
34437 icomma
34438 \series default
34439  is part of the \SpecialChar LaTeX
34440 -package 
34441 \series bold
34442 was
34443 \series default
34444
34445 \begin_inset Index idx
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 Packages ! was
34450 \begin_inset ERT
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454
34455
34456 \backslash
34457 vspace{4mm}
34458 \end_layout
34459
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \end_inset
34466
34467 .
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \begin_inset Index idx
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 Packages ! icomma
34478 \end_layout
34479
34480 \end_inset
34481
34482  is loaded with the \SpecialChar LaTeX
34483 -preamble line
34484 \end_layout
34485
34486 \begin_layout Standard
34487
34488 \series bold
34489
34490 \backslash
34491 usepackage{icomma}
34492 \end_layout
34493
34494 \begin_layout Subsection
34495 Physical Vectors
34496 \begin_inset CommandInset label
34497 LatexCommand label
34498 name "subsec:Physical-Vectors"
34499
34500 \end_inset
34501
34502
34503 \begin_inset Index idx
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 Vectors ! physical
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Predefined vectors are offered by the \SpecialChar LaTeX
34517 -package 
34518 \series bold
34519 braket
34520 \series default
34521
34522 \begin_inset Index idx
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526 Packages ! braket
34527 \end_layout
34528
34529 \end_inset
34530
34531  that is loaded with the \SpecialChar LaTeX
34532 -preamble line
34533 \end_layout
34534
34535 \begin_layout Standard
34536
34537 \series bold
34538
34539 \backslash
34540 usepackage{braket}
34541 \end_layout
34542
34543 \begin_layout Standard
34544 \begin_inset ERT
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548
34549
34550 \backslash
34551 ifbraket 
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \begin_inset Note Note
34558 status open
34559
34560 \begin_layout Plain Layout
34561 The following table will only be displayed when the \SpecialChar LaTeX
34562 -package 
34563 \series bold
34564 braket
34565 \series default
34566  is installed.
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \begin_layout Standard
34575 The following commands are defined:
34576 \begin_inset Separator latexpar
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Standard
34583 \align center
34584 \begin_inset Tabular
34585 <lyxtabular version="3" rows="4" columns="2">
34586 <features booktabs="true" tabularvalignment="middle">
34587 <column alignment="center" valignment="top" width="0pt">
34588 <column alignment="center" valignment="top">
34589 <row>
34590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34591 \begin_inset Text
34592
34593 \begin_layout Plain Layout
34594 Command
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34600 \begin_inset Text
34601
34602 \begin_layout Plain Layout
34603 Result
34604 \end_layout
34605
34606 \end_inset
34607 </cell>
34608 </row>
34609 <row>
34610 <cell alignment="center" valignment="top" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614
34615 \backslash
34616 Bra{
34617 \backslash
34618 psi
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 <cell alignment="center" valignment="top" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627 \begin_inset Formula $\Bra{\psi}$
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \end_inset
34634 </cell>
34635 </row>
34636 <row>
34637 <cell alignment="center" valignment="top" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641
34642 \backslash
34643 Ket{
34644 \backslash
34645 psi
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 <cell alignment="center" valignment="top" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 \begin_inset Formula $\Ket{\psi}$
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \end_inset
34661 </cell>
34662 </row>
34663 <row>
34664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668
34669 \backslash
34670 Braket{
34671 \backslash
34672 psi|
34673 \backslash
34674 phi
34675 \end_layout
34676
34677 \end_inset
34678 </cell>
34679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683 \begin_inset Formula $\Braket{\psi|\phi}$
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 </row>
34692 </lyxtabular>
34693
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Standard
34700 The command 
34701 \series bold
34702
34703 \backslash
34704 Braket
34705 \series default
34706  assures that all vertical bars are set in the size of the surrounding brackets:
34707 \begin_inset Formula 
34708 \[
34709 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34710 \]
34711
34712 \end_inset
34713
34714
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 else 
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \begin_inset Note Note
34729 status open
34730
34731 \begin_layout Plain Layout
34732 The following will be displayed when the \SpecialChar LaTeX
34733 -package 
34734 \series bold
34735 braket
34736 \series default
34737  is not installed:
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 You need to install the \SpecialChar LaTeX
34747 -package 
34748 \series bold
34749 braket
34750 \series default
34751  to see the rest of this subsection in the output.
34752 \end_layout
34753
34754 \begin_layout Standard
34755 \begin_inset ERT
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759
34760
34761 \backslash
34762 fi 
34763 \end_layout
34764
34765 \end_inset
34766
34767
34768 \end_layout
34769
34770 \begin_layout Standard
34771 The effect of 
34772 \series bold
34773
34774 \backslash
34775 Braket
34776 \series default
34777  can also be achieved using the command 
34778 \series bold
34779
34780 \backslash
34781 middle
34782 \series default
34783 , that is described in 
34784 \begin_inset CommandInset ref
34785 LatexCommand ref
34786 reference "subsec:Automatic-Bracket-Size"
34787
34788 \end_inset
34789
34790 .
34791 \end_layout
34792
34793 \begin_layout Subsection
34794 Self-defined Fractions
34795 \begin_inset CommandInset label
34796 LatexCommand label
34797 name "subsec:Self-defined-Fractions"
34798
34799 \end_inset
34800
34801
34802 \begin_inset Index idx
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 Fractions ! self-defined
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Standard
34815 To define custom commands for fractions, the command 
34816 \series bold
34817
34818 \backslash
34819 genfrac
34820 \series default
34821
34822 \begin_inset Index idx
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826 Commands ! G ! 
34827 \backslash
34828 genfrac
34829 \begin_inset ERT
34830 status collapsed
34831
34832 \begin_layout Plain Layout
34833
34834
34835 \backslash
34836 vspace{4mm}
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \end_inset
34845
34846  is used in the following scheme:
34847 \end_layout
34848
34849 \begin_layout Standard
34850
34851 \series bold
34852
34853 \backslash
34854 genfrac{left
34855 \series default
34856  
34857 \series bold
34858 bracket}{right
34859 \series default
34860  
34861 \series bold
34862 bracket}{fraction bar thickness}{style}
34863 \begin_inset Newline newline
34864 \end_inset
34865
34866
34867 \begin_inset Phantom HPhantom
34868 status open
34869
34870 \begin_layout Plain Layout
34871
34872 \series bold
34873
34874 \backslash
34875 genfrac
34876 \end_layout
34877
34878 \end_inset
34879
34880 {numerator}{denominator}
34881 \end_layout
34882
34883 \begin_layout Standard
34884 The style is a number in the range of 0
34885 \begin_inset space \thinspace{}
34886 \end_inset
34887
34888 -
34889 \begin_inset space \thinspace{}
34890 \end_inset
34891
34892 3.
34893 \begin_inset Separator latexpar
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \begin_layout Standard
34900 \align center
34901 \begin_inset Tabular
34902 <lyxtabular version="3" rows="5" columns="2">
34903 <features booktabs="true" tabularvalignment="middle">
34904 <column alignment="center" valignment="top" width="0pt">
34905 <column alignment="center" valignment="top">
34906 <row>
34907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34908 \begin_inset Text
34909
34910 \begin_layout Plain Layout
34911 Number
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920 Style (Size)
34921 \end_layout
34922
34923 \end_inset
34924 </cell>
34925 </row>
34926 <row>
34927 <cell alignment="center" valignment="top" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931 0
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 <cell alignment="center" valignment="top" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Plain Layout
34940 display style formula
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 </row>
34946 <row>
34947 <cell alignment="center" valignment="top" usebox="none">
34948 \begin_inset Text
34949
34950 \begin_layout Plain Layout
34951 1
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 <cell alignment="center" valignment="top" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960 inline formula
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 </row>
34966 <row>
34967 <cell alignment="center" valignment="top" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 2
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 <cell alignment="center" valignment="top" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 small
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 </row>
34986 <row>
34987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991 3
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 tiny
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 </row>
35006 </lyxtabular>
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Standard
35014 When no style is given, the size is adjusted to the surrounding environment
35015  like for the command 
35016 \series bold
35017
35018 \backslash
35019 frac
35020 \series default
35021 .
35022 \end_layout
35023
35024 \begin_layout Standard
35025 When no fraction bar thickness is given, the predefined value of 0.4
35026 \begin_inset space \thinspace{}
35027 \end_inset
35028
35029 pt will be used.
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \begin_inset VSpace medskip
35034 \end_inset
35035
35036 For example, the commands 
35037 \series bold
35038
35039 \backslash
35040 dfrac
35041 \series default
35042  and 
35043 \series bold
35044
35045 \backslash
35046 tbinom
35047 \series default
35048  from 
35049 \begin_inset CommandInset ref
35050 LatexCommand ref
35051 reference "subsec:Fractions"
35052
35053 \end_inset
35054
35055  are defined with the commands
35056 \end_layout
35057
35058 \begin_layout Standard
35059
35060 \series bold
35061
35062 \backslash
35063 newcommand{
35064 \backslash
35065 dfrac}[2]{
35066 \backslash
35067 genfrac{}{}{}{0}{#1}{#2}}
35068 \end_layout
35069
35070 \begin_layout Standard
35071 and
35072 \end_layout
35073
35074 \begin_layout Standard
35075
35076 \series bold
35077
35078 \backslash
35079 newcommand{
35080 \backslash
35081 tbinom}[2]{
35082 \backslash
35083 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35084 \end_layout
35085
35086 \begin_layout Standard
35087 \begin_inset VSpace medskip
35088 \end_inset
35089
35090 To define a fraction where the fraction bar thickness can be given as optional
35091  argument, the following line is inserted to the \SpecialChar LaTeX
35092 -preamble:
35093 \end_layout
35094
35095 \begin_layout Standard
35096
35097 \series bold
35098
35099 \backslash
35100 newcommand{
35101 \backslash
35102 fracS}[3][]{
35103 \backslash
35104 genfrac{}{}{#1}{}{#2}{#3}}
35105 \end_layout
35106
35107 \begin_layout Standard
35108 A test:
35109 \begin_inset Formula 
35110 \begin{align*}
35111 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35112 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35113 \end{align*}
35114
35115 \end_inset
35116
35117 As one can see, the distance of the numerator and the denominator to the
35118  fraction bar is round about three times the bar thickness.
35119 \end_layout
35120
35121 \begin_layout Subsection
35122 Canceled Formulas
35123 \begin_inset Index idx
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Formula ! canceled
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 There are four ways to cancel formulas or parts of formulas:
35137 \end_layout
35138
35139 \begin_layout Standard
35140 \begin_inset ERT
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144
35145
35146 \backslash
35147 ifcancel 
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \begin_inset Note Note
35154 status open
35155
35156 \begin_layout Plain Layout
35157 The following table will only be displayed when the \SpecialChar LaTeX
35158 -package 
35159 \series bold
35160 cancel
35161 \series default
35162  is installed.
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \begin_inset Separator latexpar
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \begin_layout Standard
35175 \align center
35176 \begin_inset Tabular
35177 <lyxtabular version="3" rows="5" columns="2">
35178 <features booktabs="true" tabularvalignment="middle">
35179 <column alignment="center" valignment="top" width="0pt">
35180 <column alignment="center" valignment="top">
35181 <row>
35182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186 Command
35187 \end_layout
35188
35189 \end_inset
35190 </cell>
35191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195 Result
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 </row>
35201 <row>
35202 <cell alignment="center" valignment="top" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206
35207 \backslash
35208 cancel
35209 \begin_inset space \textvisiblespace{}
35210 \end_inset
35211
35212
35213 \backslash
35214 int
35215 \begin_inset space \textvisiblespace{}
35216 \end_inset
35217
35218 A=B
35219 \end_layout
35220
35221 \end_inset
35222 </cell>
35223 <cell alignment="center" valignment="top" usebox="none">
35224 \begin_inset Text
35225
35226 \begin_layout Plain Layout
35227 \begin_inset Formula $\cancel{\int A=B}$
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \end_inset
35234 </cell>
35235 </row>
35236 <row topspace="1.5mm">
35237 <cell alignment="center" valignment="top" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241
35242 \backslash
35243 bcancel
35244 \begin_inset space \textvisiblespace{}
35245 \end_inset
35246
35247
35248 \backslash
35249 int
35250 \begin_inset space \textvisiblespace{}
35251 \end_inset
35252
35253 A=B
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 <cell alignment="center" valignment="top" usebox="none">
35259 \begin_inset Text
35260
35261 \begin_layout Plain Layout
35262 \begin_inset Formula $\bcancel{\int A=B}$
35263 \end_inset
35264
35265
35266 \end_layout
35267
35268 \end_inset
35269 </cell>
35270 </row>
35271 <row topspace="1.5mm">
35272 <cell alignment="center" valignment="top" usebox="none">
35273 \begin_inset Text
35274
35275 \begin_layout Plain Layout
35276
35277 \backslash
35278 xcancel
35279 \begin_inset space \textvisiblespace{}
35280 \end_inset
35281
35282
35283 \backslash
35284 int
35285 \begin_inset space \textvisiblespace{}
35286 \end_inset
35287
35288 A=B
35289 \end_layout
35290
35291 \end_inset
35292 </cell>
35293 <cell alignment="center" valignment="top" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 \begin_inset Formula $\xcancel{\int A=B}$
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 </row>
35306 <row>
35307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311
35312 \backslash
35313 cancelto
35314 \begin_inset space \textvisiblespace{}
35315 \end_inset
35316
35317
35318 \backslash
35319 int
35320 \begin_inset space \textvisiblespace{}
35321 \end_inset
35322
35323 A=B
35324 \begin_inset Formula $\to$
35325 \end_inset
35326
35327 1
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 </row>
35345 </lyxtabular>
35346
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \begin_layout Standard
35353
35354 \series bold
35355
35356 \backslash
35357 cancelto
35358 \series default
35359  is especially suitable to visualize the reduction of fractions within formulas:
35360 \begin_inset Formula 
35361 \[
35362 \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}}}
35363 \]
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Standard
35371 To change the size of 
35372 \series bold
35373
35374 \backslash
35375 cancelto
35376 \series default
35377 's 
35378 \begin_inset Quotes eld
35379 \end_inset
35380
35381 subscript
35382 \begin_inset Quotes erd
35383 \end_inset
35384
35385  value one can add the \SpecialChar LaTeX
35386 -preamble line
35387 \end_layout
35388
35389 \begin_layout Standard
35390
35391 \series bold
35392
35393 \backslash
35394 PassOptionsToPackage{option}{cancel}
35395 \end_layout
35396
35397 \begin_layout Standard
35398 where 
35399 \series bold
35400 option
35401 \series default
35402  is either 
35403 \series bold
35404 samesize
35405 \series default
35406  which leads to the same size as for the canceled value, or 
35407 \series bold
35408 Smaller
35409 \series default
35410  which makes is it a bit smaller than normal.
35411 \end_layout
35412
35413 \begin_layout Standard
35414 To color the cancellation bar one adds this command as \SpecialChar TeX
35415  code:
35416 \end_layout
35417
35418 \begin_layout Standard
35419
35420 \series bold
35421
35422 \backslash
35423 renewcommand{
35424 \backslash
35425 CancelColor}{
35426 \backslash
35427 color{red}}
35428 \end_layout
35429
35430 \begin_layout Standard
35431
35432 \series bold
35433 red
35434 \series default
35435  can be replaced by a color of your choice.
35436 \end_layout
35437
35438 \begin_layout Standard
35439 \begin_inset ERT
35440 status collapsed
35441
35442 \begin_layout Plain Layout
35443
35444
35445 \backslash
35446 renewcommand{
35447 \backslash
35448 CancelColor}{
35449 \backslash
35450 color{red}}
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \end_layout
35457
35458 \begin_layout Standard
35459 \begin_inset Formula 
35460 \[
35461 \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}}}
35462 \]
35463
35464 \end_inset
35465
35466
35467 \end_layout
35468
35469 \begin_layout Standard
35470 \begin_inset ERT
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474
35475
35476 \backslash
35477 renewcommand{
35478 \backslash
35479 CancelColor}{
35480 \backslash
35481 color{black}}
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \begin_inset Note Note
35488 status open
35489
35490 \begin_layout Plain Layout
35491 reset the color
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 For further customizations, see the documentation of the package 
35501 \series bold
35502 cancel
35503 \series default
35504
35505 \begin_inset CommandInset citation
35506 LatexCommand cite
35507 key "cancel"
35508
35509 \end_inset
35510
35511 .
35512 \begin_inset Index idx
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516 Packages ! cancel
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \begin_inset ERT
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529
35530
35531 \backslash
35532 else 
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \begin_inset Note Note
35539 status open
35540
35541 \begin_layout Plain Layout
35542 The following will be displayed when the \SpecialChar LaTeX
35543 -package 
35544 \series bold
35545 cancel
35546 \series default
35547  is not installed:
35548 \end_layout
35549
35550 \end_inset
35551
35552
35553 \end_layout
35554
35555 \begin_layout Standard
35556 You need to install the \SpecialChar LaTeX
35557 -package 
35558 \series bold
35559 cancel
35560 \series default
35561  to see the rest of this subsection in the output.
35562 \end_layout
35563
35564 \begin_layout Standard
35565 \begin_inset ERT
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569
35570
35571 \backslash
35572 fi 
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Subsection
35581 Formulas in Section Headings
35582 \begin_inset CommandInset label
35583 LatexCommand label
35584 name "subsec:Formulas-in-Section"
35585
35586 \end_inset
35587
35588
35589 \begin_inset Index idx
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 Formula ! in section headings
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Standard
35602 When formulas are used in section headings, the following has to be taken
35603  into account:
35604 \end_layout
35605
35606 \begin_layout Standard
35607 \begin_inset Note Greyedout
35608 status open
35609
35610 \begin_layout Plain Layout
35611 When 
35612 \series bold
35613 hyperref
35614 \series default
35615
35616 \begin_inset Index idx
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Packages ! hyperref
35621 \end_layout
35622
35623 \end_inset
35624
35625  support is enabled in the document settings dialog under 
35626 \family sans
35627 PDF
35628 \begin_inset space ~
35629 \end_inset
35630
35631 Properties
35632 \family default
35633 , PDF-bookmarks are created for every section heading in the table of contents.
35634  If a section heading contains formulas, they are incorrectly displayed
35635  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35636 s.
35637 \end_layout
35638
35639 \end_inset
35640
35641
35642 \end_layout
35643
35644 \begin_layout Standard
35645 Both problems can be solved by inserting at the end of the section heading
35646  a short title with the menu 
35647 \family sans
35648 Insert\SpecialChar menuseparator
35649 Short
35650 \begin_inset space ~
35651 \end_inset
35652
35653 Title
35654 \family default
35655 .
35656  Short titles are used as alternative for multiline section headings to
35657  keep the table of contents clearly arranged.
35658  Only the short title appears in the table of contents and therefore also
35659  in the PDF-bookmark.
35660 \end_layout
35661
35662 \begin_layout Standard
35663 When formulas should be used in the table of contents but 
35664 \series bold
35665 hyperref
35666 \series default
35667  is used, one can use the following command in \SpecialChar TeX
35668  mode:
35669 \end_layout
35670
35671 \begin_layout Standard
35672
35673 \series bold
35674
35675 \backslash
35676 texorpdfstring{part}{alternative}
35677 \begin_inset Index idx
35678 status collapsed
35679
35680 \begin_layout Plain Layout
35681 Commands ! T ! 
35682 \backslash
35683 texorpdfstring
35684 \end_layout
35685
35686 \end_inset
35687
35688
35689 \end_layout
35690
35691 \begin_layout Standard
35692 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35693  This can be characters, formulas, footnotes, but also cross-references.
35694  The alternative is used instead of the part for the bookmark.
35695 \end_layout
35696
35697 \begin_layout Standard
35698 Here are two example headings:
35699 \begin_inset VSpace -3mm
35700 \end_inset
35701
35702
35703 \begin_inset ERT
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707
35708
35709 \backslash
35710 boldmath 
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Subsubsection
35719 Heading without formula in table of contents 
35720 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35721 \end_inset
35722
35723
35724 \begin_inset Argument 1
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728 Heading without formula in table of contents
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Subsubsection
35737 Heading with formula in table of contents
35738 \begin_inset ERT
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743
35744 \backslash
35745 texorpdfstring{
35746 \end_layout
35747
35748 \end_inset
35749
35750  
35751 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35752 \end_inset
35753
35754
35755 \begin_inset ERT
35756 status collapsed
35757
35758 \begin_layout Plain Layout
35759
35760 }{}
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Standard
35769 \begin_inset ERT
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773
35774
35775 \backslash
35776 unboldmath 
35777 \end_layout
35778
35779 \end_inset
35780
35781 In the first heading a short title was used, in the second one 
35782 \series bold
35783
35784 \backslash
35785 texorpdfstring
35786 \series default
35787 .
35788 \end_layout
35789
35790 \begin_layout Standard
35791 To get the same formatting as for the other headings, the complete heading
35792  was set into a 
35793 \series bold
35794 boldmath
35795 \series default
35796  environment
35797 \begin_inset Foot
35798 status collapsed
35799
35800 \begin_layout Plain Layout
35801 see 
35802 \begin_inset CommandInset ref
35803 LatexCommand ref
35804 reference "subsec:Bold-Formulas"
35805
35806 \end_inset
35807
35808
35809 \end_layout
35810
35811 \end_inset
35812
35813 .
35814 \end_layout
35815
35816 \begin_layout Subsection
35817 Formulas in multi-column Text
35818 \begin_inset Index idx
35819 status collapsed
35820
35821 \begin_layout Plain Layout
35822 Formula ! in multi-column text
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 Formulas in multi-column text are often too wide to fit into a column and
35832  thus need to be set over the whole page width.
35833  This is done by using the \SpecialChar LaTeX
35834 -package 
35835 \series bold
35836 multicol
35837 \series default
35838
35839 \begin_inset Foot
35840 status collapsed
35841
35842 \begin_layout Plain Layout
35843
35844 \series bold
35845 multicol
35846 \series default
35847  is part of every \SpecialChar LaTeX
35848  standard installation.
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \begin_inset Index idx
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858 Packages ! multicol
35859 \end_layout
35860
35861 \end_inset
35862
35863 , that is loaded with the \SpecialChar LaTeX
35864 -preamble line
35865 \end_layout
35866
35867 \begin_layout Standard
35868
35869 \series bold
35870
35871 \backslash
35872 usepackage{multicol}
35873 \end_layout
35874
35875 \begin_layout Standard
35876 \begin_inset Note Greyedout
35877 status open
35878
35879 \begin_layout Plain Layout
35880 Note that in this case the setting 
35881 \family sans
35882 Two-column
35883 \begin_inset space ~
35884 \end_inset
35885
35886 document
35887 \family default
35888  in the menu 
35889 \family sans
35890 Document\SpecialChar menuseparator
35891 Settings
35892 \family default
35893  under 
35894 \family sans
35895 Text
35896 \begin_inset space ~
35897 \end_inset
35898
35899 Layout
35900 \family default
35901 \emph on
35902  
35903 \emph default
35904 must 
35905 \emph on
35906 not
35907 \emph default
35908  be selected.
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 Before the multi-column text the command
35918 \end_layout
35919
35920 \begin_layout Standard
35921
35922 \series bold
35923
35924 \backslash
35925 begin{multicols}{column number}
35926 \end_layout
35927
35928 \begin_layout Standard
35929 is written in \SpecialChar TeX
35930  mode.
35931  The column number is a number in the range of 2
35932 \begin_inset space \thinspace{}
35933 \end_inset
35934
35935 -
35936 \begin_inset space \thinspace{}
35937 \end_inset
35938
35939 10.
35940  Before the formula the multi-column text is ended by inserting the command
35941 \end_layout
35942
35943 \begin_layout Standard
35944
35945 \series bold
35946
35947 \backslash
35948 end{multicols}
35949 \end_layout
35950
35951 \begin_layout Standard
35952 in \SpecialChar TeX
35953  mode.
35954 \end_layout
35955
35956 \begin_layout Standard
35957 Due to the command some space is automatically added before the formula.
35958  To revert this, -6
35959 \begin_inset space \thinspace{}
35960 \end_inset
35961
35962 mm vertical space is inserted before the formula.
35963  When the formula style 
35964 \series bold
35965 Indented
35966 \begin_inset Foot
35967 status collapsed
35968
35969 \begin_layout Plain Layout
35970 formula styles see 
35971 \begin_inset CommandInset ref
35972 LatexCommand ref
35973 reference "sec:Formula-Styles"
35974
35975 \end_inset
35976
35977
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \series default
35984  is used, -9
35985 \begin_inset space \thinspace{}
35986 \end_inset
35987
35988 mm space is inserted instead.
35989 \end_layout
35990
35991 \begin_layout Standard
35992 As example a multi-column text with a displayed formula:
35993 \end_layout
35994
35995 \begin_layout Standard
35996
35997 \lang ngerman
35998 \begin_inset ERT
35999 status collapsed
36000
36001 \begin_layout Plain Layout
36002
36003
36004 \backslash
36005 begin{multicols}{2}
36006 \end_layout
36007
36008 \end_inset
36009
36010 Das Spektrum wird fouriertransformiert.
36011  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36012 , Lösungsmittel) zu trennen.
36013  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36014  nun das Aussehen des Ausgangssignals.
36015  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36016  über alle Phasen integrieren muss.
36017  Sei nun 
36018 \begin_inset Formula $S$
36019 \end_inset
36020
36021  unser normiertes Ausgangssignal und 
36022 \begin_inset Formula $P$
36023 \end_inset
36024
36025  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36026 \begin_inset ERT
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030
36031
36032 \backslash
36033 end{multicols}
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \begin_inset VSpace -6mm
36040 \end_inset
36041
36042
36043 \begin_inset Formula 
36044 \begin{equation}
36045 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36046 \end{equation}
36047
36048 \end_inset
36049
36050
36051 \begin_inset ERT
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055
36056
36057 \backslash
36058 begin{multicols}{2}
36059 \end_layout
36060
36061 \end_inset
36062
36063 wobei 
36064 \begin_inset Formula $S_{0}$
36065 \end_inset
36066
36067  das Signal ohne Gradient ist und die Normierungsbedingung 
36068 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36069 \end_inset
36070
36071  gilt.
36072  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36073  Direkt nach dem 
36074 \begin_inset Formula $\nicefrac{\pi}{2}$
36075 \end_inset
36076
36077
36078 \begin_inset space \thinspace{}
36079 \end_inset
36080
36081 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36082  das Signal zusätzlich abschwächt.
36083  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36084  
36085 \begin_inset Formula $T_{2}$
36086 \end_inset
36087
36088 -Zeit.
36089 \end_layout
36090
36091 \begin_layout Standard
36092
36093 \lang ngerman
36094 \begin_inset ERT
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098
36099
36100 \backslash
36101 end{multicols}
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Subsection
36110 Formulas with Description of Variables
36111 \begin_inset Index idx
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 Formula ! with description of variables
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 To describe variables within a formula, like in formula 
36125 \begin_inset CommandInset ref
36126 LatexCommand eqref
36127 reference "eq:within"
36128
36129 \end_inset
36130
36131 , a 2
36132 \series bold
36133 ×
36134 \series default
36135
36136 \begin_inset Formula $n$
36137 \end_inset
36138
36139
36140 \begin_inset space ~
36141 \end_inset
36142
36143 matrix is used with left aligned columns for the 
36144 \begin_inset Formula $n$
36145 \end_inset
36146
36147  used variables.
36148 \begin_inset Foot
36149 status collapsed
36150
36151 \begin_layout Plain Layout
36152 matrices see 
36153 \begin_inset CommandInset ref
36154 LatexCommand ref
36155 reference "sec:Matrices"
36156
36157 \end_inset
36158
36159
36160 \end_layout
36161
36162 \end_inset
36163
36164  To set the description in a smaller size, before the matrix e.
36165 \begin_inset space \thinspace{}
36166 \end_inset
36167
36168 g.
36169 \begin_inset space \space{}
36170 \end_inset
36171
36172 the command 
36173 \series bold
36174
36175 \backslash
36176 footnotesize
36177 \series default
36178  is inserted.
36179 \begin_inset Foot
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 font sizes see 
36184 \begin_inset CommandInset ref
36185 LatexCommand ref
36186 reference "subsec:Font-Sizes"
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 When the formula style 
36200 \series bold
36201 Indented
36202 \begin_inset Foot
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206 formula styles see 
36207 \begin_inset CommandInset ref
36208 LatexCommand ref
36209 reference "sec:Formula-Styles"
36210
36211 \end_inset
36212
36213
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \series default
36220  is used, a 
36221 \series bold
36222
36223 \backslash
36224 hfill
36225 \series default
36226
36227 \begin_inset Foot
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231
36232 \series bold
36233
36234 \backslash
36235 hfill
36236 \series default
36237  only works in formulas with the style 
36238 \series bold
36239 Indented
36240 \series default
36241 , see 
36242 \begin_inset CommandInset ref
36243 LatexCommand ref
36244 reference "subsec:Variable-Space"
36245
36246 \end_inset
36247
36248 .
36249 \end_layout
36250
36251 \end_inset
36252
36253  is inserted before and after the matrix to have the same separation of
36254  the matrix from the equation and the side margin.
36255 \end_layout
36256
36257 \begin_layout Standard
36258 When the formula style 
36259 \series bold
36260 Centered
36261 \series default
36262  is used, the method described in 
36263 \begin_inset CommandInset ref
36264 LatexCommand ref
36265 reference "subsec:Flalign-Environment"
36266
36267 \end_inset
36268
36269  is used to indent formulas.
36270  Formula 
36271 \begin_inset CommandInset ref
36272 LatexCommand eqref
36273 reference "eq:within"
36274
36275 \end_inset
36276
36277  consists of five columns where in the first two columns contain the equation,
36278  the third the matrix and the last one an empty \SpecialChar TeX
36279  brace.
36280 \begin_inset Formula 
36281 \begin{flalign}
36282 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36283 \rho & \textrm{density}\\
36284 V & \textrm{volume}\\
36285 g & \textrm{gravitational acceleration}
36286 \end{array} &  & {}\label{eq:within}
36287 \end{flalign}
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \begin_layout Subsection
36295 Upright small Greek Letters
36296 \begin_inset CommandInset label
36297 LatexCommand label
36298 name "subsec:Upright-small-Greek"
36299
36300 \end_inset
36301
36302
36303 \begin_inset Index idx
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307 Greek letters ! upright
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \begin_layout Standard
36316 Most of the math fonts only provide italic small Greek letters.
36317  But for symbols of elementary particles like pions and neutrinos, upright
36318  Greek letters are needed.
36319  The file 
36320 \series bold
36321 upgreek.sty
36322 \series default
36323
36324 \begin_inset Foot
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329 \series bold
36330 upgreek
36331 \series default
36332  is part of the \SpecialChar LaTeX
36333 -package 
36334 \series bold
36335 was
36336 \series default
36337
36338 \begin_inset Index idx
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342 Packages ! was
36343 \begin_inset ERT
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347
36348
36349 \backslash
36350 vspace{4mm}
36351 \end_layout
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \end_inset
36359
36360 .
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \begin_inset Index idx
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370 Packages ! upgreek
36371 \end_layout
36372
36373 \end_inset
36374
36375  that is loaded with the \SpecialChar LaTeX
36376 -preamble line
36377 \end_layout
36378
36379 \begin_layout Standard
36380
36381 \series bold
36382
36383 \backslash
36384 usepackage{upgreek}
36385 \end_layout
36386
36387 \begin_layout Standard
36388 provides them.
36389  
36390 \begin_inset ERT
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394
36395
36396 \backslash
36397 ifupgreek 
36398 \end_layout
36399
36400 \end_inset
36401
36402
36403 \begin_inset Note Note
36404 status open
36405
36406 \begin_layout Plain Layout
36407 The following table will only be displayed when the \SpecialChar LaTeX
36408 -package 
36409 \series bold
36410 upgreek
36411 \series default
36412  is installed:
36413 \end_layout
36414
36415 \end_inset
36416
36417  They are created when the command for a small Greek letter is started with
36418  
36419 \series bold
36420 up
36421 \series default
36422 .
36423  For example the command 
36424 \series bold
36425
36426 \backslash
36427 uptau
36428 \series default
36429  creates this: 
36430 \begin_inset Formula $\uptau$
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Standard
36437 With these commands reactions of elementary particles can be typeset:
36438 \begin_inset Formula 
36439 \[
36440 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36441 \]
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Standard
36449 The upright letters are more bold and wider than the italic ones.
36450  They should therefore not be used for units like 
36451 \begin_inset Quotes eld
36452 \end_inset
36453
36454 µm
36455 \begin_inset Quotes erd
36456 \end_inset
36457
36458 .
36459 \end_layout
36460
36461 \begin_layout Standard
36462 \begin_inset ERT
36463 status collapsed
36464
36465 \begin_layout Plain Layout
36466
36467
36468 \backslash
36469 else 
36470 \end_layout
36471
36472 \end_inset
36473
36474
36475 \begin_inset Note Note
36476 status open
36477
36478 \begin_layout Plain Layout
36479 The following will be displayed when the \SpecialChar LaTeX
36480 -package 
36481 \series bold
36482 upgreek
36483 \series default
36484  is not installed:
36485 \end_layout
36486
36487 \end_inset
36488
36489
36490 \end_layout
36491
36492 \begin_layout Standard
36493 You need to install the \SpecialChar LaTeX
36494 -package 
36495 \series bold
36496 upgreek
36497 \series default
36498  to see the rest of this subsection in the output.
36499 \end_layout
36500
36501 \begin_layout Standard
36502 \begin_inset ERT
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506
36507
36508 \backslash
36509 fi 
36510 \end_layout
36511
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \begin_layout Subsection
36518 Text Characters in Formulas
36519 \begin_inset Index idx
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523 Text ! in formulas
36524 \end_layout
36525
36526 \end_inset
36527
36528
36529 \end_layout
36530
36531 \begin_layout Standard
36532 In some cases you might want to insert text characters directly into formulas.
36533  When for example the centered dot · is often used in formulas like 
36534 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36535 \end_inset
36536
36537 , one would have to insert the command 
36538 \series bold
36539
36540 \backslash
36541 cdot
36542 \series default
36543
36544 \begin_inset Foot
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548 see 
36549 \begin_inset CommandInset ref
36550 LatexCommand ref
36551 reference "subsec:Binary-Operators"
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \end_inset
36559
36560  all the time, because this character is defined in all encodings as text
36561  character.
36562  But the encoding can be changed by this \SpecialChar LaTeX
36563 -preamble line:
36564 \end_layout
36565
36566 \begin_layout Standard
36567
36568 \series bold
36569
36570 \backslash
36571 Declare Inputtext{183}{
36572 \backslash
36573 ifmmode
36574 \backslash
36575 cdot
36576 \backslash
36577 else
36578 \backslash
36579 textperiodcentered
36580 \backslash
36581 f\SpecialChar ligaturebreak
36582 i}
36583 \end_layout
36584
36585 \begin_layout Standard
36586 The character encoding (menu 
36587 \family sans
36588 Document\SpecialChar menuseparator
36589 Settings\SpecialChar menuseparator
36590 Language
36591 \family default
36592 ) specifies what character appears when a keyboard key is pressed.
36593  When the key for the character '·' is pressed, internally the command 
36594 \series bold
36595
36596 \backslash
36597 textperiodcentered
36598 \series default
36599  is used.
36600  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36601 -errors.
36602  With the changed encoding the right command is chosen automatically, depending
36603  on if the character was inserted into a formula or not.
36604 \end_layout
36605
36606 \begin_layout Standard
36607 The encoding of several characters is saved in definition files.
36608  For example the encoding 
36609 \series bold
36610 latin9
36611 \series default
36612  is defined in the file 
36613 \series bold
36614 latin9.def
36615 \series default
36616  which is in the installation folder of \SpecialChar LaTeX
36617 .
36618  Encodings should only be changed via the \SpecialChar LaTeX
36619 -preamble and not in the definition
36620  files.
36621  Otherwise documents could not be edited by other \SpecialChar LyX
36622  users working on other
36623  computers.
36624 \end_layout
36625
36626 \begin_layout Standard
36627 \begin_inset VSpace medskip
36628 \end_inset
36629
36630 Besides the centered dot, in this document the degree sign ° is defined
36631  with the following \SpecialChar LaTeX
36632 -preamble line so that it can be directly inserted into
36633  a formula:
36634 \end_layout
36635
36636 \begin_layout Standard
36637
36638 \series bold
36639
36640 \backslash
36641 DeclareInputtext{176}{
36642 \backslash
36643 ifmmode^
36644 \backslash
36645 circ
36646 \backslash
36647 else
36648 \backslash
36649 textdegree
36650 \backslash
36651 f\SpecialChar ligaturebreak
36652 i}
36653 \end_layout
36654
36655 \begin_layout Subsection
36656 \SpecialChar LaTeX
36657 -comments in formulas
36658 \begin_inset Index idx
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662 \SpecialChar LaTeX
36663 -comments
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \begin_layout Standard
36672 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36673  source
36674  code of your file with the menu 
36675 \family sans
36676 Insert\SpecialChar menuseparator
36677 Note\SpecialChar menuseparator
36678 Comment
36679 \family default
36680 .
36681  This is not possible in a formula but you can insert \SpecialChar LaTeX
36682 -comments with the
36683  command
36684 \end_layout
36685
36686 \begin_layout Standard
36687
36688 \series bold
36689
36690 \backslash
36691 %
36692 \end_layout
36693
36694 \begin_layout Standard
36695 This creates a box in which you can write your comment.
36696  Due to a bug in \SpecialChar LyX
36697
36698 \begin_inset Foot
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 \begin_inset CommandInset href
36703 LatexCommand href
36704 name "LyX-bug #9002"
36705 target "http://www.lyx.org/trac/ticket/9002"
36706
36707 \end_inset
36708
36709
36710 \end_layout
36711
36712 \end_inset
36713
36714  you cannot write normal text inside the comment, even when you use mathematical
36715  text, you will see its \SpecialChar LaTeX
36716 -commands in the \SpecialChar LaTeX
36717 -output.
36718 \begin_inset Newline newline
36719 \end_inset
36720
36721 This a formula with a \SpecialChar LaTeX
36722 -comment:
36723 \begin_inset Formula 
36724 \[
36725 A=B%\text{This is the comment}
36726 \]
36727
36728 \end_inset
36729
36730
36731 \end_layout
36732
36733 \begin_layout Standard
36734 \begin_inset Newpage newpage
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \begin_layout Section
36741 \start_of_appendix
36742 Typographic Advice
36743 \begin_inset Index idx
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747 Typographic advice
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Standard
36756 This section is a summary of the most important typographic rules, listed
36757  in ISO norms.
36758 \begin_inset Foot
36759 status collapsed
36760
36761 \begin_layout Plain Layout
36762 This collection was partly taken from the German semi-official dictionary
36763  called 
36764 \begin_inset Quotes eld
36765 \end_inset
36766
36767 Duden
36768 \begin_inset Quotes erd
36769 \end_inset
36770
36771  
36772 \begin_inset CommandInset citation
36773 LatexCommand cite
36774 key "Duden"
36775
36776 \end_inset
36777
36778  that lists some of the ISO rules.
36779  More rules are listed in 
36780 \begin_inset CommandInset citation
36781 LatexCommand cite
36782 key "Checklist"
36783
36784 \end_inset
36785
36786 .
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \begin_layout Itemize
36795 Physical units are 
36796 \emph on
36797 always
36798 \emph default
36799  set upright
36800 \begin_inset Foot
36801 status collapsed
36802
36803 \begin_layout Plain Layout
36804 done with font styles, see 
36805 \begin_inset CommandInset ref
36806 LatexCommand ref
36807 reference "subsec:Font-Styles"
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \end_inset
36815
36816 , no matter if they appear in italic text: 30
36817 \begin_inset space \thinspace{}
36818 \end_inset
36819
36820 km/h
36821 \begin_inset Newline newline
36822 \end_inset
36823
36824 Between the value and the unit is the smallest space, see 
36825 \begin_inset CommandInset ref
36826 LatexCommand ref
36827 reference "subsec:Predefined-Space"
36828
36829 \end_inset
36830
36831 .
36832 \begin_inset Newline newline
36833 \end_inset
36834
36835 This convention is automatically fulfilled when the command 
36836 \series bold
36837
36838 \backslash
36839 unittwo
36840 \series default
36841  is used.
36842  When it is entered to a formula, two boxes appear.
36843  In the first one the value is inserted, in the second one the unit, and
36844  one gets as above: 
36845 \begin_inset Formula $\unit[30]{km/h}$
36846 \end_inset
36847
36848
36849 \begin_inset space \thinspace{}
36850 \end_inset
36851
36852 .
36853  Note that 
36854 \series bold
36855
36856 \backslash
36857 unittwo
36858 \series default
36859  is not a real \SpecialChar LaTeX
36860  command but the command 
36861 \series bold
36862
36863 \backslash
36864 unit[value]{unit}
36865 \series default
36866 , therefore you cannot use it in \SpecialChar TeX
36867  code.
36868 \end_layout
36869
36870 \begin_layout Itemize
36871 Percent and perthousand signs are set like physical units:
36872 \begin_inset Newline newline
36873 \end_inset
36874
36875 1.2
36876 \begin_inset space \thinspace{}
36877 \end_inset
36878
36879 ‰ alcohol in blood
36880 \end_layout
36881
36882 \begin_layout Itemize
36883 The degree sign follows directly on the value: 15°, but not when it is used
36884  in units: 15
36885 \begin_inset space \thinspace{}
36886 \end_inset
36887
36888 °C
36889 \end_layout
36890
36891 \begin_layout Itemize
36892 In numbers with more than four digits the smallest space is inserted before
36893  every third digit to group them: 
36894 \family roman
36895 \series medium
36896 \shape up
36897 \size normal
36898 \emph off
36899 \bar no
36900 \noun off
36901 \color none
36902 18
36903 \begin_inset space \thinspace{}
36904 \end_inset
36905
36906 473
36907 \begin_inset space \thinspace{}
36908 \end_inset
36909
36910 588
36911 \end_layout
36912
36913 \begin_layout Itemize
36914 For dimensions like 120×90×40
36915 \begin_inset space \thinspace{}
36916 \end_inset
36917
36918 cm the multiplication sign 
36919 \begin_inset Quotes eld
36920 \end_inset
36921
36922 ×
36923 \begin_inset Quotes erd
36924 \end_inset
36925
36926  is used.
36927  It is available either via the command 
36928 \series bold
36929
36930 \backslash
36931 times
36932 \series default
36933  or via the menu 
36934 \family sans
36935 Insert\SpecialChar menuseparator
36936 Special Character\SpecialChar menuseparator
36937 Symbols
36938 \family default
36939 .
36940 \end_layout
36941
36942 \begin_layout Itemize
36943 Functions with names consisting of several letters are set upright to avoid
36944  confusions, see 
36945 \begin_inset CommandInset ref
36946 LatexCommand ref
36947 reference "subsec:Predefined-Functions"
36948
36949 \end_inset
36950
36951 .
36952 \end_layout
36953
36954 \begin_layout Itemize
36955 Indices consisting of several letters, are set upright: 
36956 \begin_inset Formula $E_{\mathrm{kin}}$
36957 \end_inset
36958
36959
36960 \begin_inset Newline newline
36961 \end_inset
36962
36963 Components of matrices are set italic: 
36964 \begin_inset Formula $\hat{H}_{kl}$
36965 \end_inset
36966
36967
36968 \end_layout
36969
36970 \begin_layout Itemize
36971 The differentiation/integration operator 'd', the Euler's number 'e' and
36972  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36973  other variables.
36974 \end_layout
36975
36976 \begin_layout Itemize
36977 The character that denotes a 
36978 \noun on
36979 Fourier
36980 \noun default
36981  transformation is inserted either by the command 
36982 \series bold
36983
36984 \backslash
36985 mathscr
36986 \begin_inset space \textvisiblespace{}
36987 \end_inset
36988
36989 F
36990 \series default
36991  or via the menu 
36992 \family sans
36993 Insert\SpecialChar menuseparator
36994 Special Character\SpecialChar menuseparator
36995 Symbols\SpecialChar menuseparator
36996 Letterlike
36997 \begin_inset space ~
36998 \end_inset
36999
37000 Symbols
37001 \family default
37002
37003 \begin_inset Formula $\mathscr{F}$
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \begin_layout Standard
37010 \begin_inset Newpage newpage
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \begin_layout Section
37017 Synonyms
37018 \begin_inset Index idx
37019 status collapsed
37020
37021 \begin_layout Plain Layout
37022 Synonyms
37023 \end_layout
37024
37025 \end_inset
37026
37027
37028 \end_layout
37029
37030 \begin_layout Standard
37031 Some characters and symbols can be created with several commands.
37032  Here is a list of the synonym commands:
37033 \end_layout
37034
37035 \begin_layout Standard
37036 \begin_inset VSpace bigskip
37037 \end_inset
37038
37039
37040 \begin_inset space \hfill{}
37041 \end_inset
37042
37043
37044 \begin_inset Tabular
37045 <lyxtabular version="3" rows="12" columns="2">
37046 <features booktabs="true" tabularvalignment="middle">
37047 <column alignment="center" valignment="top" width="0pt">
37048 <column alignment="center" valignment="top" width="0pt">
37049 <row>
37050 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 Command
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063 equivalent to
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 </row>
37069 <row>
37070 <cell alignment="center" valignment="top" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074
37075 \backslash
37076 ast
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 *
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 </row>
37091 <row>
37092 <cell alignment="center" valignment="top" usebox="none">
37093 \begin_inset Text
37094
37095 \begin_layout Plain Layout
37096
37097 \backslash
37098 choose
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 <cell alignment="center" valignment="top" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107
37108 \backslash
37109 binom
37110 \end_layout
37111
37112 \end_inset
37113 </cell>
37114 </row>
37115 <row>
37116 <cell alignment="center" valignment="top" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120
37121 \backslash
37122 geq
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 <cell alignment="center" valignment="top" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131
37132 \backslash
37133 ge
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 <row>
37140 <cell alignment="center" valignment="top" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 lbrace
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 <cell alignment="center" valignment="top" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155 {
37156 \end_layout
37157
37158 \end_inset
37159 </cell>
37160 </row>
37161 <row>
37162 <cell alignment="center" valignment="top" usebox="none">
37163 \begin_inset Text
37164
37165 \begin_layout Plain Layout
37166
37167 \backslash
37168 lbracket
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 <cell alignment="center" valignment="top" usebox="none">
37174 \begin_inset Text
37175
37176 \begin_layout Plain Layout
37177 [
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 </row>
37183 <row>
37184 <cell alignment="center" valignment="top" usebox="none">
37185 \begin_inset Text
37186
37187 \begin_layout Plain Layout
37188
37189 \backslash
37190 leftarrow
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 <cell alignment="center" valignment="top" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199
37200 \backslash
37201 gets
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 <row>
37208 <cell alignment="center" valignment="top" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212
37213 \backslash
37214 leq
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 <cell alignment="center" valignment="top" usebox="none">
37220 \begin_inset Text
37221
37222 \begin_layout Plain Layout
37223
37224 \backslash
37225 le
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 </row>
37231 <row>
37232 <cell alignment="center" valignment="top" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236
37237 \backslash
37238 lor
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 <cell alignment="center" valignment="top" usebox="none">
37244 \begin_inset Text
37245
37246 \begin_layout Plain Layout
37247
37248 \backslash
37249 vee
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 </row>
37255 <row>
37256 <cell alignment="center" valignment="top" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260
37261 \backslash
37262 neq
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 <cell alignment="center" valignment="top" usebox="none">
37268 \begin_inset Text
37269
37270 \begin_layout Plain Layout
37271
37272 \backslash
37273 not=
37274 \end_layout
37275
37276 \end_inset
37277 </cell>
37278 </row>
37279 <row>
37280 <cell alignment="center" valignment="top" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284
37285 \backslash
37286 slash
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 <cell alignment="center" valignment="top" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295 /
37296 \end_layout
37297
37298 \end_inset
37299 </cell>
37300 </row>
37301 <row>
37302 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306
37307 \backslash
37308 vert
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317 |
37318 \end_layout
37319
37320 \end_inset
37321 </cell>
37322 </row>
37323 </lyxtabular>
37324
37325 \end_inset
37326
37327
37328 \begin_inset space \hfill{}
37329 \end_inset
37330
37331
37332 \begin_inset Tabular
37333 <lyxtabular version="3" rows="12" columns="2">
37334 <features booktabs="true" tabularvalignment="middle">
37335 <column alignment="center" valignment="top" width="0pt">
37336 <column alignment="center" valignment="top" width="0pt">
37337 <row>
37338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 Command
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351 equivalent to
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 </row>
37357 <row>
37358 <cell alignment="center" valignment="top" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362
37363 \backslash
37364 backslash
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 <cell alignment="center" valignment="top" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373
37374 \backslash
37375
37376 \backslash
37377
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 <row>
37384 <cell alignment="center" valignment="top" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388
37389 \backslash
37390 dasharrow
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399
37400 \backslash
37401 dashrightarrow
37402 \end_layout
37403
37404 \end_inset
37405 </cell>
37406 </row>
37407 <row>
37408 <cell alignment="center" valignment="top" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 land
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 <cell alignment="center" valignment="top" usebox="none">
37420 \begin_inset Text
37421
37422 \begin_layout Plain Layout
37423
37424 \backslash
37425 wedge
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 </row>
37431 <row>
37432 <cell alignment="center" valignment="top" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 rbrace
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447 }
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 </row>
37453 <row>
37454 <cell alignment="center" valignment="top" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout Plain Layout
37458
37459 \backslash
37460 rbracket
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 <cell alignment="center" valignment="top" usebox="none">
37466 \begin_inset Text
37467
37468 \begin_layout Plain Layout
37469 ]
37470 \end_layout
37471
37472 \end_inset
37473 </cell>
37474 </row>
37475 <row>
37476 <cell alignment="center" valignment="top" usebox="none">
37477 \begin_inset Text
37478
37479 \begin_layout Plain Layout
37480
37481 \backslash
37482 rightarrow
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491
37492 \backslash
37493 to
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 <row>
37500 <cell alignment="center" valignment="top" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 lnot
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515
37516 \backslash
37517 neg
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 ne
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539
37540 \backslash
37541 not=
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 </row>
37547 <row>
37548 <cell alignment="center" valignment="top" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 owns
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 <cell alignment="center" valignment="top" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563
37564 \backslash
37565 ni
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 </row>
37571 <row>
37572 <cell alignment="center" valignment="top" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 square
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 <cell alignment="center" valignment="top" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587
37588 \backslash
37589 Box
37590 \end_layout
37591
37592 \end_inset
37593 </cell>
37594 </row>
37595 <row>
37596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600
37601 \backslash
37602 Vert
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37608 \begin_inset Text
37609
37610 \begin_layout Plain Layout
37611
37612 \backslash
37613 |
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 </row>
37619 </lyxtabular>
37620
37621 \end_inset
37622
37623
37624 \begin_inset space \hfill{}
37625 \end_inset
37626
37627
37628 \end_layout
37629
37630 \begin_layout Standard
37631 \begin_inset Newpage newpage
37632 \end_inset
37633
37634
37635 \end_layout
37636
37637 \begin_layout Bibliography
37638 \begin_inset CommandInset bibitem
37639 LatexCommand bibitem
37640 key "TLC2"
37641
37642 \end_inset
37643
37644
37645 \shape smallcaps
37646 Mittelbach, F.
37647  ; Goossens, M.
37648 \shape default
37649
37650 \shape italic
37651 The \SpecialChar LaTeX
37652  Companion
37653 \shape default
37654 .
37655  Addison Wesley, 2004
37656 \end_layout
37657
37658 \begin_layout Bibliography
37659 \begin_inset CommandInset bibitem
37660 LatexCommand bibitem
37661 key "Mathmode"
37662
37663 \end_inset
37664
37665
37666 \begin_inset CommandInset href
37667 LatexCommand href
37668 name "Description"
37669 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37670
37671 \end_inset
37672
37673  of \SpecialChar LaTeX
37674 's math abilities
37675 \end_layout
37676
37677 \begin_layout Bibliography
37678 \begin_inset CommandInset bibitem
37679 LatexCommand bibitem
37680 key "AMS"
37681
37682 \end_inset
37683
37684
37685 \begin_inset CommandInset href
37686 LatexCommand href
37687 name "Description"
37688 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37689
37690 \end_inset
37691
37692  of 
37693 \begin_inset ERT
37694 status collapsed
37695
37696 \begin_layout Plain Layout
37697
37698
37699 \backslash
37700 AmS
37701 \end_layout
37702
37703 \end_inset
37704
37705 -\SpecialChar LaTeX
37706
37707 \end_layout
37708
37709 \begin_layout Bibliography
37710 \begin_inset CommandInset bibitem
37711 LatexCommand bibitem
37712 key "Symbols"
37713
37714 \end_inset
37715
37716
37717 \begin_inset CommandInset href
37718 LatexCommand href
37719 name "List"
37720 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37721
37722 \end_inset
37723
37724  of all symbols available with \SpecialChar LaTeX
37725 -packages
37726 \end_layout
37727
37728 \begin_layout Bibliography
37729 \begin_inset CommandInset bibitem
37730 LatexCommand bibitem
37731 key "cancel"
37732
37733 \end_inset
37734
37735
37736 \begin_inset CommandInset href
37737 LatexCommand href
37738 name "Documentation"
37739 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37740
37741 \end_inset
37742
37743  of the \SpecialChar LaTeX
37744 -package 
37745 \series bold
37746 cancel
37747 \series default
37748
37749 \begin_inset Index idx
37750 status collapsed
37751
37752 \begin_layout Plain Layout
37753 Packages ! cancel
37754 \end_layout
37755
37756 \end_inset
37757
37758
37759 \end_layout
37760
37761 \begin_layout Bibliography
37762 \begin_inset CommandInset bibitem
37763 LatexCommand bibitem
37764 key "hyperref"
37765
37766 \end_inset
37767
37768
37769 \begin_inset CommandInset href
37770 LatexCommand href
37771 name "Documentation"
37772 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37773
37774 \end_inset
37775
37776  of the \SpecialChar LaTeX
37777 -package 
37778 \series bold
37779 hyperref
37780 \series default
37781
37782 \begin_inset Index idx
37783 status collapsed
37784
37785 \begin_layout Plain Layout
37786 Packages ! hyperref
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \end_layout
37793
37794 \begin_layout Bibliography
37795 \begin_inset CommandInset bibitem
37796 LatexCommand bibitem
37797 key "mhchem"
37798
37799 \end_inset
37800
37801
37802 \begin_inset CommandInset href
37803 LatexCommand href
37804 name "Documentation"
37805 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37806
37807 \end_inset
37808
37809  of the \SpecialChar LaTeX
37810 -package 
37811 \series bold
37812 mhchem
37813 \series default
37814
37815 \begin_inset Index idx
37816 status collapsed
37817
37818 \begin_layout Plain Layout
37819 Packages ! mhchem
37820 \end_layout
37821
37822 \end_inset
37823
37824
37825 \end_layout
37826
37827 \begin_layout Bibliography
37828 \begin_inset CommandInset bibitem
37829 LatexCommand bibitem
37830 key "Duden"
37831
37832 \end_inset
37833
37834
37835 \emph on
37836 Duden Band 1
37837 \emph default
37838 .
37839  22.
37840  Auflage, Duden 2001
37841 \end_layout
37842
37843 \begin_layout Bibliography
37844 \begin_inset CommandInset bibitem
37845 LatexCommand bibitem
37846 key "Checklist"
37847
37848 \end_inset
37849
37850
37851 \begin_inset CommandInset href
37852 LatexCommand href
37853 name "Check list"
37854 target "http://physics.nist.gov/Pubs/SP811/sec11.html"
37855
37856 \end_inset
37857
37858  for reviewing manuscripts
37859 \end_layout
37860
37861 \begin_layout Standard
37862 \begin_inset CommandInset index_print
37863 LatexCommand printindex
37864 type "idx"
37865
37866 \end_inset
37867
37868
37869 \end_layout
37870
37871 \end_body
37872 \end_document