]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Math.lyx: add info about decorated matrix column limit and how to increase it.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language english
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyX's Math Manual"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-documentation about math"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_amsmath 2
190 \use_esint 1
191 \use_mhchem 1
192 \use_mathdots 1
193 \cite_engine basic
194 \use_bibtopic false
195 \use_indices false
196 \paperorientation portrait
197 \suppress_date false
198 \use_refstyle 0
199 \notefontcolor #0000ff
200 \index Index
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language english
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_css_as_file 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 LyX's detailed Math manual
226 \end_layout
227
228 \begin_layout Author
229 by the LyX Team
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 \noindent
235 If you have comments or error corrections, please send them to the LyX Documenta
236 tion mailing list: 
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 author: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \family sans
272 Version 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 To export this document to PDF, PS or DVI the LaTeX-packages 
290 \series bold
291 braket, cancel, eurosym,
292 \series default
293  
294 \series bold
295 mhchem
296 \series default
297  and 
298 \series bold
299 was
300 \series default
301  should be installed.
302  If they are not installed the document can be export anyway but the sections
303  where the packages are required will not appear in the output.
304  An exeption is 
305 \series bold
306 mhchem
307 \series default
308 ; if it is not installed, this file cannot be exported.
309 \end_layout
310
311 \begin_layout Plain Layout
312 The latest PDF-version of this document can be found here:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Newpage newpage
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Section
334 Introduction
335 \end_layout
336
337 \begin_layout Standard
338 This document explains LyX's math features and is furthermore a collection
339  of LaTeX-commands used for mathematical characters and constructs.
340  The explanations are designed for the usage of commands.
341  It is therefore required that you have read the section 
342 \family typewriter
343 Mathematical
344 \begin_inset space ~
345 \end_inset
346
347 Formulas
348 \family default
349  of the User's Guide.
350 \end_layout
351
352 \begin_layout Standard
353 Most of the characters and many constructs explained in this manual are
354  also accessible via the menu 
355 \family sans
356 Insert
357 \series bold
358 \SpecialChar \menuseparator
359
360 \series default
361 Math
362 \family default
363 , or the 
364 \family sans
365 math
366 \family default
367 \series bold
368  
369 \family sans
370 \series default
371 toolbar
372 \family default
373 .
374  But everybody who has to write lots of formulas will notice that it is
375  much faster to use commands instead of the math toolbar.
376  Therefore this manual is focused on commands but also mentions the correspondin
377 g toolbar buttons when available.
378 \end_layout
379
380 \begin_layout Standard
381 If not specially mentioned the commands are only available within formulas.
382  To be able to use all commands explained in this document, the option 
383 \family sans
384 Use AMS math package
385 \family default
386  must be used in the document settings (menu 
387 \family sans
388 Document\SpecialChar \menuseparator
389 Settings\SpecialChar \menuseparator
390 Math
391 \begin_inset space ~
392 \end_inset
393
394 Options
395 \family default
396 ).
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 The option 
402 \family sans
403 Use AMS math package automatically
404 \family default
405  only uses 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -math when math constructs are found that are supported by LyX.
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 This document doesn't list all 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -math commands
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 A list with all 
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS
454 \end_layout
455
456 \end_inset
457
458 -math commands is in the file 
459 \family sans
460
461 \begin_inset CommandInset href
462 LatexCommand href
463 name "amsguide.ps"
464 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
465
466 \end_inset
467
468
469 \family default
470 , which is part of every LaTeX 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 Graphics
501         filename ../images/math-mode.png
502         scale 85
503
504 \end_inset
505
506
507 \begin_inset Newline newline
508 \end_inset
509
510 To create a display style formula
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formula ! display style
516 \end_layout
517
518 \end_inset
519
520  that will appear bigger and in an own paragraph, use one of these shortcuts:
521  
522 \begin_inset Info
523 type  "shortcuts"
524 arg   "math-display"
525 \end_inset
526
527 .
528 \end_layout
529
530 \begin_layout Standard
531 To change a display style formula to an inline formula, set the cursor into
532  the formula and use one of the shortcuts 
533 \begin_inset Info
534 type  "shortcuts"
535 arg   "math-mode"
536 \end_inset
537
538  or the menu 
539 \family sans
540 Edit\SpecialChar \menuseparator
541 Math\SpecialChar \menuseparator
542 Change formula type
543 \family default
544 .
545  The same way is used to change an inline formula to a display style formula.
546 \end_layout
547
548 \begin_layout Standard
549 To display parts of an inline formula in the size of a display style formula,
550  enter the command 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Commands ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  to a formula.
569  Then a new blue box appears in which the desired formula part is inserted.
570 \end_layout
571
572 \begin_layout Standard
573 Only inline formulas are allowed inside tables.
574 \end_layout
575
576 \begin_layout Standard
577 The 
578 \family sans
579 math toolbar
580 \family default
581  can be turned on in the menu 
582 \family sans
583 View\SpecialChar \menuseparator
584 Toolbars
585 \family default
586 .
587  When you click there on 
588 \begin_inset Quotes eld
589 \end_inset
590
591 Math
592 \begin_inset Quotes erd
593 \end_inset
594
595  the toolbar will be shown permanently at the bottom; this state is visualized
596  in the 
597 \family sans
598 Toolbars
599 \family default
600  menu with a checkmark.
601  When you click in this state again on 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  in the 
610 \family sans
611 Toolbars
612 \family default
613  menu, the 
614 \family sans
615 math toolbar
616 \family default
617  is only shown when the cursor is within a formula; this state is visualized
618  by the renaming of the menu entry from 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset Quotes erd
624 \end_inset
625
626  to 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset space ~
632 \end_inset
633
634 (auto)
635 \begin_inset Quotes erd
636 \end_inset
637
638 .
639 \end_layout
640
641 \begin_layout Standard
642 The TeX-mode
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647 T@TeX-mode
648 \end_layout
649
650 \end_inset
651
652  is invoked by pressing the toolbar button 
653 \begin_inset Graphics
654         filename ../images/ert-insert.png
655         scale 85
656
657 \end_inset
658
659  or by using the menu 
660 \family sans
661 Insert\SpecialChar \menuseparator
662 Te
663 \begin_inset ERT
664 status collapsed
665
666 \begin_layout Plain Layout
667
668 {}
669 \end_layout
670
671 \end_inset
672
673 X Code
674 \family default
675  (shortcut 
676 \begin_inset Info
677 type  "shortcut"
678 arg   "ert-insert"
679 \end_inset
680
681 ).
682 \begin_inset Note Note
683 status collapsed
684
685 \begin_layout Plain Layout
686 In LyX there are three 
687 \begin_inset Quotes eld
688 \end_inset
689
690 proper names
691 \begin_inset Quotes erd
692 \end_inset
693
694  that appear in the output with sub- and superscript letters: TeX, LaTeX
695  and LyX
696 \end_layout
697
698 \begin_layout Plain Layout
699 To avoid that these names are recognized as proper names, a TeX-brace pair
700  is inserted.
701 \end_layout
702
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 To change the LaTeX-preamble
710 \begin_inset Index idx
711 status collapsed
712
713 \begin_layout Plain Layout
714 L@LaTeX-preamble
715 \end_layout
716
717 \end_inset
718
719 , use the menu 
720 \family sans
721 Document\SpecialChar \menuseparator
722 Settings\SpecialChar \menuseparator
723 LaT
724 \begin_inset ERT
725 status collapsed
726
727 \begin_layout Plain Layout
728
729 {}
730 \end_layout
731
732 \end_inset
733
734 eX
735 \family default
736  
737 \family sans
738 Preamble
739 \family default
740 .
741 \end_layout
742
743 \begin_layout Standard
744 To edit matrices, case differentiations and multiline formulas subsequently,
745  the menus 
746 \family sans
747 Edit\SpecialChar \menuseparator
748 Math
749 \family default
750  and 
751 \family sans
752 Edit\SpecialChar \menuseparator
753 Rows
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 &
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 Columns,
762 \family default
763  or the 
764 \family sans
765 table toolbar
766 \family default
767  can be used.
768  When lines and columns are swapped via the menu, the column or line where
769  the cursor is in is exchanged with the column to the right or the line
770  below, respectively.
771  Is the cursor in the last column or row, the exchange is done with the
772  column to the left or the line above.
773 \end_layout
774
775 \begin_layout Standard
776 To write text in formulas
777 \begin_inset Foot
778 status collapsed
779
780 \begin_layout Plain Layout
781 For multiline formulas the command 
782 \series bold
783
784 \backslash
785 intertext
786 \series default
787  is used, see 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Text-in-multiline"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  
800 \emph on
801 mathematical text
802 \emph default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Text ! in formulas
809 \end_layout
810
811 \end_inset
812
813
814 \begin_inset Index idx
815 status collapsed
816
817 \begin_layout Plain Layout
818 Mathematical text
819 \end_layout
820
821 \end_inset
822
823  is used.
824  This mode is invoked with the shortcut 
825 \begin_inset Info
826 type  "shortcut"
827 arg   "font-default"
828 \end_inset
829
830  or by the insertion of the command 
831 \series bold
832
833 \backslash
834 text
835 \series default
836
837 \begin_inset Index idx
838 status collapsed
839
840 \begin_layout Plain Layout
841 Commands ! T ! 
842 \backslash
843 text
844 \end_layout
845
846 \end_inset
847
848 .
849  The text appears black in LyX and can therefore be distinguished from the
850  other formula parts that appear blue.
851  In the output mathematical text is set upright, in contrary to other formula
852  parts.
853 \end_layout
854
855 \begin_layout Subsection*
856 Command Scheme
857 \end_layout
858
859 \begin_layout Standard
860 Most of the LaTeX-commands for math constructs have the following scheme:
861 \end_layout
862
863 \begin_layout Standard
864
865 \series bold
866
867 \backslash
868 commandname[optional
869 \series default
870  
871 \series bold
872 argument]{required
873 \series default
874  
875 \series bold
876 argument}
877 \end_layout
878
879 \begin_layout Standard
880 A command starts always with a backslash 
881 \begin_inset Quotes gld
882 \end_inset
883
884
885 \series bold
886
887 \backslash
888
889 \series default
890
891 \begin_inset Quotes grd
892 \end_inset
893
894 .
895  To omit optional arguments, also omit the associated brackets.
896  The braces around the required arguments are named in this document as
897  TeX-braces
898 \begin_inset Index idx
899 status collapsed
900
901 \begin_layout Plain Layout
902 T@TeX-braces
903 \end_layout
904
905 \end_inset
906
907 .
908  If you add in a formula a left brace to a command name, LyX creates automatical
909 ly a TeX-brace.
910  In all other cases TeX-braces are created in formulas with the command
911  
912 \series bold
913
914 \backslash
915 {
916 \series default
917 .
918  TeX-braces appear red in LyX, in contrary to normal braces that appear
919  blue.
920  In TeX-mode no command is needed to get TeX-braces.
921  TeX-braces don't appear in the output.
922 \end_layout
923
924 \begin_layout Standard
925 When commands without arguments, like commands for symbols are entered in
926  TeX-mode, a space character must 
927 \emph on
928 always
929 \emph default
930  be behind the command to end it.
931  This space doesn't appear in the output.
932  When the space should appear in the output, the space must be followed
933  by a protected space in normal text.
934 \end_layout
935
936 \begin_layout Standard
937 A protected space is inserted with 
938 \begin_inset Info
939 type  "shortcut"
940 arg   "space-insert protected"
941 \end_inset
942
943 .
944 \end_layout
945
946 \begin_layout Subsection*
947 \begin_inset Newpage newpage
948 \end_inset
949
950 Syntax Explanation
951 \end_layout
952
953 \begin_layout Itemize
954 The symbol
955 \begin_inset Foot
956 status collapsed
957
958 \begin_layout Plain Layout
959 This visible space character can be created with the command 
960 \series bold
961
962 \backslash
963 textvisiblespace
964 \series default
965
966 \begin_inset Index idx
967 status collapsed
968
969 \begin_layout Plain Layout
970 Commands ! T ! 
971 \backslash
972 textvisiblespace
973 \end_layout
974
975 \end_inset
976
977 , inserted in TeX-mode.
978 \end_layout
979
980 \end_inset
981
982  
983 \begin_inset ERT
984 status collapsed
985
986 \begin_layout Plain Layout
987
988
989 \backslash
990 spce 
991 \end_layout
992
993 \end_inset
994
995
996 \begin_inset space ~
997 \end_inset
998
999 denotes a space character to be input.
1000 \end_layout
1001
1002 \begin_layout Itemize
1003 An arrow like 
1004 \begin_inset Formula $\to$
1005 \end_inset
1006
1007  denotes the usage of the corresponding arrow key on the keyboard.
1008 \end_layout
1009
1010 \begin_layout Subsection*
1011 Available units
1012 \end_layout
1013
1014 \begin_layout Standard
1015 \align center
1016 \begin_inset Float table
1017 placement H
1018 wide false
1019 sideways false
1020 status open
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Caption
1025
1026 \begin_layout Plain Layout
1027 \begin_inset CommandInset label
1028 LatexCommand label
1029 name "tab:Available-units"
1030
1031 \end_inset
1032
1033 Available units
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \align center
1043 \begin_inset Tabular
1044 <lyxtabular version="3" rows="13" columns="2">
1045 <features tabularvalignment="middle">
1046 <column alignment="center" valignment="top" width="0">
1047 <column alignment="center" valignment="top" width="0">
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Unit
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Name / Description
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 mm
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Millimeter
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 cm
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 Centimeter
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 in
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 Inch (1
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 in = 2,54
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 cm)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 pt
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Point (72.27
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pt = 1
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 in)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 pc
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 Pica (1
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pc = 12
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pt)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 sp
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 scaled point (65536
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 sp = 1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 pt)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 bp
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 big point (72
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 bp = 1
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 in)
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 dd
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 Didot (1
1263 \begin_inset space \thinspace{}
1264 \end_inset
1265
1266 dd 
1267 \begin_inset Formula $\approx$
1268 \end_inset
1269
1270  0.376
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 mm)
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 cc
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Cicero (1
1295 \begin_inset space \thinspace{}
1296 \end_inset
1297
1298 cc = 12
1299 \begin_inset space \thinspace{}
1300 \end_inset
1301
1302 dd)
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 ex
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 Height of letter 
1323 \emph on
1324
1325 \begin_inset Quotes eld
1326 \end_inset
1327
1328 x
1329 \emph default
1330
1331 \begin_inset Quotes erd
1332 \end_inset
1333
1334  in the current font
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 em
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 width of letter 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358
1359 \emph on
1360 M
1361 \emph default
1362
1363 \begin_inset Quotes erd
1364 \end_inset
1365
1366  in the current font
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 <row>
1373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 mu
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 math unit (1
1387 \begin_inset space \thinspace{}
1388 \end_inset
1389
1390 mu = 
1391 \begin_inset Formula $\nicefrac{1}{18}$
1392 \end_inset
1393
1394
1395 \begin_inset space \thinspace{}
1396 \end_inset
1397
1398 em)
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 </row>
1404 </lyxtabular>
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Standard
1417 \begin_inset Newpage newpage
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \begin_layout Section
1424 Basic Functions
1425 \end_layout
1426
1427 \begin_layout Subsection
1428 Exponents
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 Exponents
1434 \end_layout
1435
1436 \end_inset
1437
1438  and Indices
1439 \begin_inset Index idx
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 Indices
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \begin_inset Index idx
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453 Superscripts|see
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 {
1460 \end_layout
1461
1462 \end_inset
1463
1464 Exponents
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 }
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \begin_inset Index idx
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485 Subscripts|see
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 {
1492 \end_layout
1493
1494 \end_inset
1495
1496 Indices
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 }
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \end_inset
1511
1512
1513 \end_layout
1514
1515 \begin_layout Standard
1516 Indices are created with an underscore 
1517 \begin_inset Quotes eld
1518 \end_inset
1519
1520 _
1521 \begin_inset Quotes erd
1522 \end_inset
1523
1524  or via the math toolbar button 
1525 \begin_inset Graphics
1526         filename ../images/math-subscript.png
1527         scale 85
1528
1529 \end_inset
1530
1531  , exponents with a caret 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 ^
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539  or via the math toolbar button 
1540 \begin_inset Graphics
1541         filename ../images/math-superscript.png
1542         scale 85
1543
1544 \end_inset
1545
1546 .
1547 \end_layout
1548
1549 \begin_layout Standard
1550 \align center
1551 \begin_inset Tabular
1552 <lyxtabular version="3" rows="4" columns="2">
1553 <features tabularvalignment="middle">
1554 <column alignment="center" valignment="top" width="0pt">
1555 <column alignment="center" valignment="top" width="0pt">
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 command
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 Result
1571 \begin_inset Note Note
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575
1576 \series bold
1577
1578 \backslash
1579 raisebox
1580 \series default
1581  is only used as spacer.
1582 \end_layout
1583
1584 \end_inset
1585
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 </row>
1592 <row>
1593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 B_V
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $B_{V}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 <row>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620 B^V
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 </row>
1638 <row>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643 B^
1644 \begin_inset ERT
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648
1649
1650 \backslash
1651 spce 
1652 \end_layout
1653
1654 \end_inset
1655
1656 A
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1666 \end_inset
1667
1668
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 </row>
1674 </lyxtabular>
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 As the caret is in some languages an accent, vowels will be accentuated
1683  in this case and not set as exponents
1684 \begin_inset Foot
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688 Depending on the used keyboard settings this can also happen for other character
1689 s than vowels.
1690 \end_layout
1691
1692 \end_inset
1693
1694 .
1695  To get in this case exponents, press 
1696 \family sans
1697 Space
1698 \family default
1699  after the caret as in the last example.
1700 \end_layout
1701
1702 \begin_layout Subsection
1703 Fractions
1704 \begin_inset CommandInset label
1705 LatexCommand label
1706 name "sub:Fractions"
1707
1708 \end_inset
1709
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Fractions
1716 \end_layout
1717
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Fractions are generated with the command 
1725 \series bold
1726
1727 \backslash
1728 frac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 Commands ! F ! 
1736 \backslash
1737 frac
1738 \end_layout
1739
1740 \end_inset
1741
1742  or via the math toolbar button 
1743 \begin_inset Graphics
1744         filename ../images/math/frac.png
1745         scale 50
1746
1747 \end_inset
1748
1749 .
1750  The font size is adjusted automatically, depending on whether the fraction
1751  is in an inline or display style formula.
1752  With the math toolbar button 
1753 \begin_inset Graphics
1754         filename ../images/math/frac-square.png
1755         scale 85
1756
1757 \end_inset
1758
1759  you can select different fraction types.
1760 \end_layout
1761
1762 \begin_layout Standard
1763 With the command 
1764 \series bold
1765
1766 \backslash
1767 dfrac
1768 \series default
1769
1770 \begin_inset Index idx
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 Commands ! D ! 
1775 \backslash
1776 dfrac
1777 \end_layout
1778
1779 \end_inset
1780
1781  a fraction can be created that has in any case the size of a display style
1782  formula.
1783  With 
1784 \series bold
1785
1786 \backslash
1787 tfrac
1788 \series default
1789
1790 \begin_inset Index idx
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794 Commands ! T ! 
1795 \backslash
1796 tfrac
1797 \end_layout
1798
1799 \end_inset
1800
1801  the fraction appears always with the size of an inline formula.
1802  An example:
1803 \end_layout
1804
1805 \begin_layout Standard
1806 A line with the fraction 
1807 \begin_inset Formula $\frac{1}{2}$
1808 \end_inset
1809
1810  that was created with the command 
1811 \series bold
1812
1813 \backslash
1814 frac
1815 \series default
1816 .
1817 \end_layout
1818
1819 \begin_layout Standard
1820 A line with the fraction 
1821 \begin_inset Formula $\dfrac{1}{2}$
1822 \end_inset
1823
1824  that was created with the command 
1825 \series bold
1826
1827 \backslash
1828 dfrac
1829 \series default
1830 .
1831 \end_layout
1832
1833 \begin_layout Standard
1834 \align center
1835 \begin_inset Tabular
1836 <lyxtabular version="3" rows="4" columns="2">
1837 <features tabularvalignment="middle">
1838 <column alignment="center" valignment="top" width="0pt">
1839 <column alignment="center" valignment="top" width="0pt">
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 Command
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 Result
1855 \begin_inset Note Note
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860 \series bold
1861
1862 \backslash
1863 raisebox
1864 \series default
1865  is only used as spacer.
1866 \end_layout
1867
1868 \end_inset
1869
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \backslash
1883 frac
1884 \begin_inset ERT
1885 status collapsed
1886
1887 \begin_layout Plain Layout
1888
1889
1890 \backslash
1891 spce 
1892 \end_layout
1893
1894 \end_inset
1895
1896 A
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 B
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 <row>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \backslash
1925 dfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 spce 
1934 \end_layout
1935
1936 \end_inset
1937
1938 A
1939 \begin_inset Formula $\downarrow$
1940 \end_inset
1941
1942 B
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1952 \end_inset
1953
1954
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row>
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \backslash
1967 dfrac
1968 \begin_inset ERT
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972
1973
1974 \backslash
1975 spce 
1976 \end_layout
1977
1978 \end_inset
1979
1980 e^
1981 \begin_inset ERT
1982 status collapsed
1983
1984 \begin_layout Plain Layout
1985
1986
1987 \backslash
1988 spce 
1989 \end_layout
1990
1991 \end_inset
1992
1993
1994 \backslash
1995 frac
1996 \begin_inset ERT
1997 status collapsed
1998
1999 \begin_layout Plain Layout
2000
2001
2002 \backslash
2003 spce 
2004 \end_layout
2005
2006 \end_inset
2007
2008 1
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 2
2013 \begin_inset Formula $\downarrow\downarrow$
2014 \end_inset
2015
2016 3
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 </row>
2034 </lyxtabular>
2035
2036 \end_inset
2037
2038
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace bigskip
2043 \end_inset
2044
2045
2046 \begin_inset Newpage newpage
2047 \end_inset
2048
2049 For nested fractions the command 
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Commands ! C ! 
2061 \backslash
2062 cfrac
2063 \end_layout
2064
2065 \end_inset
2066
2067  can be used.
2068  Here is an example:
2069 \begin_inset VSpace -3mm
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 \begin_inset Formula 
2077 \begin{align*}
2078 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2079 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2080 \end{align*}
2081
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 The command for the example above is:
2089 \end_layout
2090
2091 \begin_layout Standard
2092
2093 \series bold
2094
2095 \backslash
2096 cfrac
2097 \begin_inset ERT
2098 status collapsed
2099
2100 \begin_layout Plain Layout
2101
2102
2103 \backslash
2104 spce 
2105 \end_layout
2106
2107 \end_inset
2108
2109 A
2110 \begin_inset Formula $\downarrow$
2111 \end_inset
2112
2113 B+
2114 \backslash
2115 cfrac
2116 \begin_inset ERT
2117 status collapsed
2118
2119 \begin_layout Plain Layout
2120
2121
2122 \backslash
2123 spce 
2124 \end_layout
2125
2126 \end_inset
2127
2128 C+
2129 \backslash
2130 cfrac
2131 \begin_inset ERT
2132 status collapsed
2133
2134 \begin_layout Plain Layout
2135
2136
2137 \backslash
2138 spce 
2139 \end_layout
2140
2141 \end_inset
2142
2143 E
2144 \begin_inset Formula $\downarrow$
2145 \end_inset
2146
2147 F
2148 \begin_inset Formula $\downarrow$
2149 \end_inset
2150
2151 D
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset VSpace medskip
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168  sets the fraction always in the size of a displayed formula, also when
2169  it is part of another fraction.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 It is possible to specify the alignment of the numerator.
2174  The command 
2175 \series bold
2176
2177 \backslash
2178 cfracleft
2179 \series default
2180  is used to left align it, the command 
2181 \series bold
2182
2183 \backslash
2184 cfracright
2185 \series default
2186  to right-align it.
2187  
2188 \series bold
2189
2190 \backslash
2191 cfrac
2192 \series default
2193  centers the numerator.
2194  These fractions demonstrate the different alignments:
2195 \end_layout
2196
2197 \begin_layout Standard
2198 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\cfrac{A}{B+C}$
2203 \end_inset
2204
2205
2206 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \begin_layout Standard
2213 \begin_inset Note Greyedout
2214 status open
2215
2216 \begin_layout Plain Layout
2217
2218 \series bold
2219 Note:
2220 \series default
2221  
2222 \series bold
2223
2224 \backslash
2225 cfracleft
2226 \series default
2227  and 
2228 \series bold
2229
2230 \backslash
2231 cfracright
2232 \series default
2233  are no real LaTeX commands but represent the command 
2234 \series bold
2235
2236 \backslash
2237 cfrac[alignment]{numerator}{denominator}
2238 \series default
2239  .
2240  Therefore you cannot use them in TeX code.
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 \begin_inset VSpace medskip
2250 \end_inset
2251
2252 It is often advantageous to combine 
2253 \series bold
2254
2255 \backslash
2256 cfrac
2257 \series default
2258  and 
2259 \series bold
2260
2261 \backslash
2262 frac
2263 \series default
2264 :
2265 \begin_inset Formula 
2266 \[
2267 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2268 \]
2269
2270 \end_inset
2271
2272
2273 \end_layout
2274
2275 \begin_layout Standard
2276 For inline fractions with a sloped fraction stroke you can use the command
2277  
2278 \series bold
2279
2280 \backslash
2281 nicefrac
2282 \series default
2283
2284 \begin_inset Index idx
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Commands ! N ! 
2289 \backslash
2290 nicefrac
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Formula $\nicefrac{5}{31}$
2297 \end_inset
2298
2299  or 
2300 \series bold
2301
2302 \backslash
2303 unitfrac
2304 \series default
2305
2306 \begin_inset Index idx
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310 Commands ! U ! 
2311 \backslash
2312 unitfrac
2313 \end_layout
2314
2315 \end_inset
2316
2317
2318 \begin_inset Formula $\unitfrac{5}{31}$
2319 \end_inset
2320
2321  There is furthermore the command 
2322 \series bold
2323
2324 \backslash
2325 unitfracthree
2326 \series default
2327  that offers to write a fraction in combination with a number: 
2328 \begin_inset Formula $\unitfrac[2]{1}{3}$
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Standard
2335 \begin_inset Note Greyedout
2336 status open
2337
2338 \begin_layout Plain Layout
2339
2340 \series bold
2341 Note:
2342 \series default
2343  
2344 \series bold
2345
2346 \backslash
2347 unitfracthree
2348 \series default
2349  is not a real LaTeX command but the command
2350 \begin_inset Newline newline
2351 \end_inset
2352
2353
2354 \series bold
2355
2356 \backslash
2357 unitfrac[number]{numerator}{denominator}
2358 \series default
2359  .
2360  Therefore you cannot use it in TeX code.
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \begin_layout Standard
2369 How to define own fractions where the fraction stroke can be changed, is
2370  explained in 
2371 \begin_inset CommandInset ref
2372 LatexCommand ref
2373 reference "sub:Self-defined-Fractions"
2374
2375 \end_inset
2376
2377 .
2378 \end_layout
2379
2380 \begin_layout Subsection
2381 Roots
2382 \begin_inset Index idx
2383 status collapsed
2384
2385 \begin_layout Plain Layout
2386 Roots
2387 \end_layout
2388
2389 \end_inset
2390
2391
2392 \end_layout
2393
2394 \begin_layout Standard
2395 Square roots are created with 
2396 \series bold
2397
2398 \backslash
2399 sqrt
2400 \series default
2401
2402 \begin_inset Index idx
2403 status collapsed
2404
2405 \begin_layout Plain Layout
2406 Commands ! S ! 
2407 \backslash
2408 sqrt
2409 \end_layout
2410
2411 \end_inset
2412
2413  or the math toolbar button 
2414 \begin_inset Graphics
2415         filename ../images/math/sqrt.png
2416         scale 85
2417
2418 \end_inset
2419
2420 , all other roots with the command 
2421 \series bold
2422
2423 \backslash
2424 root
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commands ! R ! 
2432 \backslash
2433 root
2434 \end_layout
2435
2436 \end_inset
2437
2438  or with the math toolbar button 
2439 \begin_inset Graphics
2440         filename ../images/math/root.png
2441         scale 85
2442
2443 \end_inset
2444
2445 .
2446 \end_layout
2447
2448 \begin_layout Standard
2449 \align center
2450 \begin_inset Tabular
2451 <lyxtabular version="3" rows="3" columns="2">
2452 <features tabularvalignment="middle">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <column alignment="center" valignment="top" width="0pt">
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460 Command
2461 \end_layout
2462
2463 \end_inset
2464 </cell>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469 Result
2470 \begin_inset Note Note
2471 status collapsed
2472
2473 \begin_layout Plain Layout
2474
2475 \series bold
2476
2477 \backslash
2478 raisebox
2479 \series default
2480  is only used as spacer.
2481 \end_layout
2482
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 </row>
2491 <row>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \backslash
2498 sqrt
2499 \begin_inset ERT
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503
2504
2505 \backslash
2506 spce 
2507 \end_layout
2508
2509 \end_inset
2510
2511 A-B
2512 \end_layout
2513
2514 \end_inset
2515 </cell>
2516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2517 \begin_inset Text
2518
2519 \begin_layout Plain Layout
2520 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 <row>
2530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \backslash
2536 root
2537 \begin_inset ERT
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541
2542
2543 \backslash
2544 spce 
2545 \end_layout
2546
2547 \end_inset
2548
2549 3
2550 \begin_inset Formula $\downarrow$
2551 \end_inset
2552
2553 A-B
2554 \end_layout
2555
2556 \end_inset
2557 </cell>
2558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Plain Layout
2562 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2563 \end_inset
2564
2565
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 </lyxtabular>
2572
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Standard
2579 A square root can also be created with 
2580 \series bold
2581
2582 \backslash
2583 root
2584 \series default
2585  when the root index field is left empty.
2586 \end_layout
2587
2588 \begin_layout Standard
2589 With certain indices the distance to the root is too small, like in this
2590  formula: 
2591 \begin_inset Formula $\sqrt[\beta]{B}$
2592 \end_inset
2593
2594
2595 \begin_inset Newline newline
2596 \end_inset
2597
2598 The 
2599 \begin_inset Formula $\beta$
2600 \end_inset
2601
2602  touches the root.
2603  To avoid this, the commands 
2604 \series bold
2605
2606 \backslash
2607 leftroot
2608 \series default
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Commands ! L ! 
2615 \backslash
2616 leftroot
2617 \end_layout
2618
2619 \end_inset
2620
2621  and 
2622 \series bold
2623
2624 \backslash
2625 uproot
2626 \series default
2627
2628 \begin_inset Index idx
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 Commands ! U ! 
2633 \backslash
2634 uproot
2635 \end_layout
2636
2637 \end_inset
2638
2639  are used with the following scheme:
2640 \end_layout
2641
2642 \begin_layout Standard
2643
2644 \series bold
2645
2646 \backslash
2647 leftroot{distance}
2648 \series default
2649  and 
2650 \series bold
2651
2652 \backslash
2653 uproot{distance}
2654 \end_layout
2655
2656 \begin_layout Standard
2657 Distance is the number of Big Points (unit bp; 
2658 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2659 \end_inset
2660
2661 ), that the index should be moved to the left or top, resp..
2662  The commands are written to the index.
2663  This way the command
2664 \begin_inset Newline newline
2665 \end_inset
2666
2667
2668 \series bold
2669
2670 \backslash
2671 root
2672 \backslash
2673 leftroot{-1
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677
2678 \backslash
2679 uproot{2
2680 \begin_inset Formula $\to$
2681 \end_inset
2682
2683
2684 \backslash
2685 beta
2686 \begin_inset ERT
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690
2691
2692 \backslash
2693 spce 
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \begin_inset Formula $\to$
2700 \end_inset
2701
2702 B
2703 \begin_inset Newline newline
2704 \end_inset
2705
2706
2707 \series default
2708 produces a correct typeset formula: 
2709 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \begin_layout Subsection
2716 Binomial Coefficients
2717 \begin_inset Index idx
2718 status collapsed
2719
2720 \begin_layout Plain Layout
2721 Binomial coefficients
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 Binomial coefficients are inserted with the command 
2731 \series bold
2732
2733 \backslash
2734 binom
2735 \series default
2736
2737 \begin_inset Index idx
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741 Commands ! B ! 
2742 \backslash
2743 binom
2744 \end_layout
2745
2746 \end_inset
2747
2748  or with the submenu of the math toolbar button 
2749 \begin_inset Graphics
2750         filename ../images/math/frac-square.png
2751         scale 85
2752
2753 \end_inset
2754
2755 .
2756  Analog to fractions (
2757 \series bold
2758
2759 \backslash
2760 frac
2761 \series default
2762 ) there are besides 
2763 \series bold
2764
2765 \backslash
2766 binom
2767 \series default
2768  the commands 
2769 \series bold
2770
2771 \backslash
2772 dbinom
2773 \series default
2774
2775 \begin_inset Index idx
2776 status collapsed
2777
2778 \begin_layout Plain Layout
2779 Commands ! D ! 
2780 \backslash
2781 dbinom
2782 \end_layout
2783
2784 \end_inset
2785
2786  and 
2787 \series bold
2788
2789 \backslash
2790 tbinom
2791 \series default
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 Commands ! T ! 
2798 \backslash
2799 tbinom
2800 \end_layout
2801
2802 \end_inset
2803
2804 .
2805  For other brackets around binomial coeficients there are the commands 
2806 \series bold
2807
2808 \backslash
2809 brace
2810 \series default
2811
2812 \begin_inset Index idx
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816 Commands ! B ! 
2817 \backslash
2818 brace
2819 \end_layout
2820
2821 \end_inset
2822
2823  and 
2824 \series bold
2825
2826 \backslash
2827 brack
2828 \series default
2829
2830 \begin_inset Index idx
2831 status collapsed
2832
2833 \begin_layout Plain Layout
2834 Commands ! B ! 
2835 \backslash
2836 brack
2837 \end_layout
2838
2839 \end_inset
2840
2841 .
2842 \end_layout
2843
2844 \begin_layout Standard
2845 \align center
2846 \begin_inset Tabular
2847 <lyxtabular version="3" rows="6" columns="2">
2848 <features tabularvalignment="middle">
2849 <column alignment="center" valignment="top" width="0pt">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <row>
2852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856 Command
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 Result
2866 \begin_inset Note Note
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870
2871 \series bold
2872
2873 \backslash
2874 raisebox
2875 \series default
2876  is only used as spacer.
2877 \end_layout
2878
2879 \end_inset
2880
2881
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 </row>
2887 <row>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \backslash
2894 binom
2895 \begin_inset ERT
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899
2900
2901 \backslash
2902 spce 
2903 \end_layout
2904
2905 \end_inset
2906
2907 A
2908 \begin_inset Formula $\downarrow$
2909 \end_inset
2910
2911 B
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2921 \end_inset
2922
2923
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \backslash
2936 dbinom
2937 \begin_inset ERT
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941
2942
2943 \backslash
2944 spce 
2945 \end_layout
2946
2947 \end_inset
2948
2949 A
2950 \begin_inset Formula $\downarrow$
2951 \end_inset
2952
2953 B
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \backslash
2978 tbinom
2979 \begin_inset ERT
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983
2984
2985 \backslash
2986 spce 
2987 \end_layout
2988
2989 \end_inset
2990
2991 A
2992 \begin_inset Formula $\downarrow$
2993 \end_inset
2994
2995 B
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \backslash
3020 brack
3021 \begin_inset ERT
3022 status collapsed
3023
3024 \begin_layout Plain Layout
3025
3026
3027 \backslash
3028 spce 
3029 \end_layout
3030
3031 \end_inset
3032
3033 A
3034 \begin_inset Formula $\downarrow$
3035 \end_inset
3036
3037 B
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \backslash
3062 brace
3063 \begin_inset ERT
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067
3068
3069 \backslash
3070 spce 
3071 \end_layout
3072
3073 \end_inset
3074
3075 A
3076 \begin_inset Formula $\downarrow$
3077 \end_inset
3078
3079 B
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 </lyxtabular>
3098
3099 \end_inset
3100
3101
3102 \end_layout
3103
3104 \begin_layout Subsection
3105 Case Differentiations
3106 \begin_inset Index idx
3107 status collapsed
3108
3109 \begin_layout Plain Layout
3110 Case differentiations 
3111 \end_layout
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \begin_layout Standard
3119 \align center
3120 \begin_inset Tabular
3121 <lyxtabular version="3" rows="3" columns="2">
3122 <features tabularvalignment="middle">
3123 <column alignment="center" valignment="top" width="0pt">
3124 <column alignment="center" valignment="top" width="0pt">
3125 <row>
3126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 Command
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 Result
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 </row>
3145 <row>
3146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \backslash
3152 cases
3153 \begin_inset ERT
3154 status collapsed
3155
3156 \begin_layout Plain Layout
3157
3158
3159 \backslash
3160 spce 
3161 \end_layout
3162
3163 \end_inset
3164
3165 A
3166 \begin_inset Formula $\to$
3167 \end_inset
3168
3169 B>0
3170 \begin_inset Index idx
3171 status collapsed
3172
3173 \begin_layout Plain Layout
3174 Commands ! C ! 
3175 \backslash
3176 cases
3177 \end_layout
3178
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 \begin_inset Formula $\begin{cases}
3191 A & B>0\end{cases}$
3192 \end_inset
3193
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \backslash
3207 cases
3208 \begin_inset ERT
3209 status collapsed
3210
3211 \begin_layout Plain Layout
3212
3213
3214 \backslash
3215 spce 
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \begin_inset Info
3222 type  "shortcut"
3223 arg   "newline-insert newline"
3224 \end_inset
3225
3226
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 \begin_inset Formula $\begin{cases}
3236 A & \textrm{for }x>0\\
3237 B & \textrm{for }x=0
3238 \end{cases}$
3239 \end_inset
3240
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 </lyxtabular>
3248
3249 \end_inset
3250
3251
3252 \end_layout
3253
3254 \begin_layout Standard
3255 After inserting 
3256 \series bold
3257
3258 \backslash
3259 cases
3260 \series default
3261  or the usage of the math toolbar button 
3262 \begin_inset Graphics
3263         filename ../images/math/cases.png
3264         scale 85
3265
3266 \end_inset
3267
3268  you can create new lines with the shortcut 
3269 \begin_inset Info
3270 type  "shortcut"
3271 arg   "newline-insert newline"
3272 \end_inset
3273
3274  or the table toolbar button 
3275 \begin_inset Graphics
3276         filename ../images/tabular-feature_append-row.png
3277         scale 85
3278
3279 \end_inset
3280
3281 .
3282 \end_layout
3283
3284 \begin_layout Standard
3285 The command 
3286 \series bold
3287
3288 \backslash
3289 cases
3290 \series default
3291  is also available via the menu 
3292 \family sans
3293 Insert\SpecialChar \menuseparator
3294 Math\SpecialChar \menuseparator
3295 Cases-Environment
3296 \family default
3297 .
3298 \end_layout
3299
3300 \begin_layout Subsection
3301 Negations
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 Negations
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \begin_layout Standard
3315 By inserting of 
3316 \series bold
3317
3318 \backslash
3319 not
3320 \series default
3321
3322 \begin_inset Index idx
3323 status collapsed
3324
3325 \begin_layout Plain Layout
3326 Commands ! N ! 
3327 \backslash
3328 not
3329 \end_layout
3330
3331 \end_inset
3332
3333  every character can be displayed canceled.
3334  The characters are quasi accentuated by a slash.
3335 \end_layout
3336
3337 \begin_layout Standard
3338 \align center
3339 \begin_inset Tabular
3340 <lyxtabular version="3" rows="4" columns="2">
3341 <features tabularvalignment="middle">
3342 <column alignment="center" valignment="top" width="0pt">
3343 <column alignment="center" valignment="top" width="0pt">
3344 <row>
3345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Command
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Result
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \backslash
3371 not=
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 \begin_inset Formula $\not=$
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \backslash
3396 not 
3397 \backslash
3398 le
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 \begin_inset Formula $\not\le$
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \backslash
3423 not 
3424 \backslash
3425 parallel
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 \begin_inset Formula $\not\parallel$
3435 \end_inset
3436
3437
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 </lyxtabular>
3444
3445 \end_inset
3446
3447
3448 \end_layout
3449
3450 \begin_layout Standard
3451 The last example shows, that not all negations look good.
3452  Therefore there are for some negations special commands (see 
3453 \begin_inset CommandInset ref
3454 LatexCommand ref
3455 reference "sub:Mathematical-Symbols"
3456
3457 \end_inset
3458
3459  and 
3460 \begin_inset CommandInset ref
3461 LatexCommand ref
3462 reference "sec:Relations"
3463
3464 \end_inset
3465
3466 ).
3467 \end_layout
3468
3469 \begin_layout Subsection
3470 Placeholders
3471 \begin_inset CommandInset label
3472 LatexCommand label
3473 name "sub:Placeholders"
3474
3475 \end_inset
3476
3477
3478 \begin_inset Index idx
3479 status collapsed
3480
3481 \begin_layout Plain Layout
3482 Placeholders
3483 \end_layout
3484
3485 \end_inset
3486
3487
3488 \begin_inset Index idx
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 Chemical characters ! Isotopes
3493 \end_layout
3494
3495 \end_inset
3496
3497
3498 \begin_inset Index idx
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502 Isotopes|see
3503 \begin_inset ERT
3504 status collapsed
3505
3506 \begin_layout Plain Layout
3507
3508 {
3509 \end_layout
3510
3511 \end_inset
3512
3513 Chemical characters
3514 \begin_inset ERT
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518
3519 }
3520 \end_layout
3521
3522 \end_inset
3523
3524
3525 \end_layout
3526
3527 \end_inset
3528
3529
3530 \end_layout
3531
3532 \begin_layout Standard
3533 When displaying e.
3534 \begin_inset space \thinspace{}
3535 \end_inset
3536
3537 g.
3538 \begin_inset space \space{}
3539 \end_inset
3540
3541 isotopes
3542 \begin_inset Foot
3543 status collapsed
3544
3545 \begin_layout Plain Layout
3546 Typesetting isotopes and chemical symbols is described in 
3547 \begin_inset CommandInset ref
3548 LatexCommand ref
3549 reference "sub:Chemical-Symbols-and"
3550
3551 \end_inset
3552
3553 .
3554 \end_layout
3555
3556 \end_inset
3557
3558  the following problem occurs:
3559 \end_layout
3560
3561 \begin_layout Standard
3562 \align center
3563 \begin_inset Tabular
3564 <lyxtabular version="3" rows="2" columns="2">
3565 <features tabularvalignment="middle">
3566 <column alignment="center" valignment="top" width="0pt">
3567 <column alignment="center" valignment="top" width="0pt">
3568 <row>
3569 <cell alignment="center" valignment="top" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 Indices created with sub- and superscripts:
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 correct indices:
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3606 \end_inset
3607
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 </lyxtabular>
3615
3616 \end_inset
3617
3618
3619 \begin_inset Note Note
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625
3626 \backslash
3627 raisebox
3628 \series default
3629  is only used as spacer.
3630 \end_layout
3631
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \begin_layout Standard
3638 The shorter index is by default placed below or above the first character
3639  of the longer index.
3640  To avoid this there is the command 
3641 \series bold
3642
3643 \backslash
3644 phantom
3645 \series default
3646
3647 \begin_inset Index idx
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651 Commands ! P ! 
3652 \backslash
3653 phantom
3654 \end_layout
3655
3656 \end_inset
3657
3658  or the math toolbar button
3659 \begin_inset space \thinspace{}
3660 \end_inset
3661
3662
3663 \begin_inset Foot
3664 status collapsed
3665
3666 \begin_layout Plain Layout
3667 can be found in the submenu of the toolbar button 
3668 \begin_inset Graphics
3669         filename ../images/math/space.png
3670         scale 85
3671
3672 \end_inset
3673
3674
3675 \end_layout
3676
3677 \end_inset
3678
3679  
3680 \begin_inset Graphics
3681         filename ../images/math/phantom.png
3682         scale 85
3683
3684 \end_inset
3685
3686  that creates one or more phantom characters.
3687  When inserting 
3688 \series bold
3689
3690 \backslash
3691 phantom
3692 \series default
3693  a small blue box appears that is superposed with two red arrows.
3694  The arrows indicate that the complete width and height of the box content
3695  will be created as placeholder.
3696  Phantom characters are accordingly placeholders with the size of the characters.
3697 \end_layout
3698
3699 \begin_layout Standard
3700 \align center
3701 \begin_inset Tabular
3702 <lyxtabular version="3" rows="4" columns="2">
3703 <features tabularvalignment="middle">
3704 <column alignment="center" valignment="top" width="0">
3705 <column alignment="center" valignment="top" width="0">
3706 <row>
3707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Command
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Result
3721 \begin_inset Note Note
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727
3728 \backslash
3729 raisebox
3730 \series default
3731  is only used as spacer.
3732 \end_layout
3733
3734 \end_inset
3735
3736
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 ^19
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 spce 
3756 \end_layout
3757
3758 \end_inset
3759
3760 _
3761 \backslash
3762 phantom
3763 \begin_inset ERT
3764 status collapsed
3765
3766 \begin_layout Plain Layout
3767
3768
3769 \backslash
3770 spce 
3771 \end_layout
3772
3773 \end_inset
3774
3775 1
3776 \begin_inset Formula $\to$
3777 \end_inset
3778
3779 9
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 spce 
3788 \end_layout
3789
3790 \end_inset
3791
3792 F
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3802 \end_inset
3803
3804
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 ^235
3816 \begin_inset ERT
3817 status collapsed
3818
3819 \begin_layout Plain Layout
3820
3821
3822 \backslash
3823 spce 
3824 \end_layout
3825
3826 \end_inset
3827
3828 _
3829 \backslash
3830 phantom
3831 \begin_inset ERT
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835
3836
3837 \backslash
3838 spce 
3839 \end_layout
3840
3841 \end_inset
3842
3843 23
3844 \begin_inset Formula $\to$
3845 \end_inset
3846
3847 9
3848 \begin_inset ERT
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852
3853
3854 \backslash
3855 spce 
3856 \end_layout
3857
3858 \end_inset
3859
3860 F
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3870 \end_inset
3871
3872
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \backslash
3885 Lambda^
3886 \begin_inset ERT
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891
3892 \backslash
3893 spce 
3894 \end_layout
3895
3896 \end_inset
3897
3898
3899 \backslash
3900 phantom
3901 \begin_inset ERT
3902 status collapsed
3903
3904 \begin_layout Plain Layout
3905
3906
3907 \backslash
3908 spce 
3909 \end_layout
3910
3911 \end_inset
3912
3913 ii
3914 \begin_inset Formula $\to$
3915 \end_inset
3916
3917 t
3918 \begin_inset ERT
3919 status collapsed
3920
3921 \begin_layout Plain Layout
3922
3923
3924 \backslash
3925 spce 
3926 \end_layout
3927
3928 \end_inset
3929
3930 _MMt
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 </lyxtabular>
3949
3950 \end_inset
3951
3952
3953 \end_layout
3954
3955 \begin_layout Standard
3956 Furthermore there are the commands 
3957 \series bold
3958
3959 \backslash
3960 vphantom
3961 \series default
3962
3963 \begin_inset Index idx
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 Commands ! V ! 
3968 \backslash
3969 vphantom
3970 \end_layout
3971
3972 \end_inset
3973
3974  (toolbar button 
3975 \begin_inset space ~
3976 \end_inset
3977
3978
3979 \begin_inset Graphics
3980         filename ../images/math/vphantom.png
3981         scale 85
3982
3983 \end_inset
3984
3985 ) and 
3986 \series bold
3987
3988 \backslash
3989 hphantom
3990 \series default
3991
3992 \begin_inset Index idx
3993 status collapsed
3994
3995 \begin_layout Plain Layout
3996 Commands ! H ! 
3997 \backslash
3998 hphantom
3999 \end_layout
4000
4001 \end_inset
4002
4003  (toolbar button 
4004 \begin_inset space ~
4005 \end_inset
4006
4007
4008 \begin_inset Graphics
4009         filename ../images/math/hphantom.png
4010         scale 85
4011
4012 \end_inset
4013
4014 ).
4015  
4016 \series bold
4017
4018 \backslash
4019 hphantom
4020 \series default
4021  creates only space for the maximal height of the characters in the box
4022  but not for its width.
4023  
4024 \series bold
4025
4026 \backslash
4027 vphantom
4028 \series default
4029  creates only space for the width of the box content.
4030  Therefore  the boxes of both commands have only one red arrow.
4031 \end_layout
4032
4033 \begin_layout Standard
4034 For example creates 
4035 \series bold
4036
4037 \backslash
4038 vphantom
4039 \series default
4040
4041 \begin_inset ERT
4042 status collapsed
4043
4044 \begin_layout Plain Layout
4045
4046
4047 \backslash
4048 spce 
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \series bold
4055 a
4056 \backslash
4057 int
4058 \series default
4059  space for the height of the integral sign,
4060 \begin_inset Foot
4061 status collapsed
4062
4063 \begin_layout Plain Layout
4064 The command 
4065 \series bold
4066
4067 \backslash
4068 int
4069 \series default
4070  creates an integral sign, see 
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sub:Big-Operators"
4074
4075 \end_inset
4076
4077 .
4078 \end_layout
4079
4080 \end_inset
4081
4082  because this is the larger character.
4083  An example application is in 
4084 \begin_inset CommandInset ref
4085 LatexCommand ref
4086 reference "sub:Multiline-Brackets"
4087
4088 \end_inset
4089
4090 .
4091 \end_layout
4092
4093 \begin_layout Standard
4094 Placeholders can also be used for text when it is inserted via the menu
4095  
4096 \family sans
4097 Insert\SpecialChar \menuseparator
4098 Formatting\SpecialChar \menuseparator
4099 Phantom
4100 \family default
4101 :
4102 \end_layout
4103
4104 \begin_layout Standard
4105 This is a sentence.
4106 \begin_inset Newline newline
4107 \end_inset
4108
4109
4110 \begin_inset Phantom Phantom
4111 status open
4112
4113 \begin_layout Plain Layout
4114 This
4115 \end_layout
4116
4117 \end_inset
4118
4119  is a sentence.
4120 \end_layout
4121
4122 \begin_layout Subsection
4123 Lines
4124 \begin_inset Index idx
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Lines
4129 \end_layout
4130
4131 \end_inset
4132
4133
4134 \begin_inset Index idx
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138 Formula ! underlined
4139 \end_layout
4140
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \begin_layout Standard
4147 \align center
4148 \begin_inset Tabular
4149 <lyxtabular version="3" rows="4" columns="2">
4150 <features tabularvalignment="middle">
4151 <column alignment="center" valignment="top" width="0pt">
4152 <column alignment="center" valignment="top" width="0pt">
4153 <row>
4154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Command
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Result
4168 \begin_inset Note Note
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172
4173 \series bold
4174
4175 \backslash
4176 raisebox
4177 \series default
4178  is only used as spacer.
4179 \end_layout
4180
4181 \end_inset
4182
4183
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \backslash
4196 overline
4197 \begin_inset ERT
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201
4202
4203 \backslash
4204 spce 
4205 \end_layout
4206
4207 \end_inset
4208
4209 A+B
4210 \begin_inset Index idx
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214 Commands ! O ! 
4215 \backslash
4216 overline
4217 \end_layout
4218
4219 \end_inset
4220
4221
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4231 \end_inset
4232
4233
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 </row>
4239 <row>
4240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244
4245 \backslash
4246 underline
4247 \begin_inset ERT
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251
4252
4253 \backslash
4254 spce 
4255 \end_layout
4256
4257 \end_inset
4258
4259 A+B
4260 \begin_inset Index idx
4261 status collapsed
4262
4263 \begin_layout Plain Layout
4264 Commands ! U ! 
4265 \backslash
4266 underline
4267 \end_layout
4268
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4281 \end_inset
4282
4283
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \backslash
4296 overline
4297 \begin_inset ERT
4298 status collapsed
4299
4300 \begin_layout Plain Layout
4301
4302
4303 \backslash
4304 spce 
4305 \end_layout
4306
4307 \end_inset
4308
4309
4310 \backslash
4311 underline
4312 \begin_inset ERT
4313 status collapsed
4314
4315 \begin_layout Plain Layout
4316
4317
4318 \backslash
4319 spce 
4320 \end_layout
4321
4322 \end_inset
4323
4324 A+B
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 </lyxtabular>
4343
4344 \end_inset
4345
4346
4347 \end_layout
4348
4349 \begin_layout Standard
4350 In the last example it doesn't matter if first 
4351 \series bold
4352
4353 \backslash
4354 overline
4355 \series default
4356  or 
4357 \series bold
4358
4359 \backslash
4360 underline
4361 \series default
4362  is inserted.
4363 \end_layout
4364
4365 \begin_layout Standard
4366 To double underline e.
4367 \begin_inset space \thinspace{}
4368 \end_inset
4369
4370 g.
4371 \begin_inset space \space{}
4372 \end_inset
4373
4374 results, one uses 
4375 \series bold
4376
4377 \backslash
4378 underline
4379 \series default
4380  twice.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 It is possible to place up to 6 lines above or below characters.
4385 \end_layout
4386
4387 \begin_layout Standard
4388 \begin_inset VSpace bigskip
4389 \end_inset
4390
4391 Custom lines can be created using the command 
4392 \series bold
4393
4394 \backslash
4395 rule
4396 \series default
4397
4398 \begin_inset Index idx
4399 status collapsed
4400
4401 \begin_layout Plain Layout
4402 Commands ! R ! 
4403 \backslash
4404 rule
4405 \end_layout
4406
4407 \end_inset
4408
4409  which has the following scheme:
4410 \end_layout
4411
4412 \begin_layout Standard
4413
4414 \series bold
4415
4416 \backslash
4417 rule[vertical offset]{length}{thickness}
4418 \end_layout
4419
4420 \begin_layout Standard
4421 The optional vertical offset shifts the line upwards (or downwards, when
4422  the value is negative).
4423  The units listed in 
4424 \begin_inset CommandInset ref
4425 LatexCommand ref
4426 reference "tab:Available-units"
4427
4428 \end_inset
4429
4430  can be used for the values.
4431  Here are two example lines created with the commands
4432 \begin_inset Newline newline
4433 \end_inset
4434
4435
4436 \series bold
4437
4438 \backslash
4439 rule[-2ex]{3cm}{2pt}
4440 \series default
4441  and 
4442 \series bold
4443
4444 \backslash
4445 rule{2cm}{1pt}
4446 \series default
4447 :
4448 \end_layout
4449
4450 \begin_layout Standard
4451 This is a sentence 
4452 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4453 \end_inset
4454
4455  with two lines.
4456 \end_layout
4457
4458 \begin_layout Standard
4459
4460 \series bold
4461
4462 \backslash
4463 rule
4464 \series default
4465  can also be used for text when a line is inserted via the menu 
4466 \family sans
4467 Insert\SpecialChar \menuseparator
4468 Formatting\SpecialChar \menuseparator
4469 Horizontal
4470 \begin_inset space ~
4471 \end_inset
4472
4473 Line
4474 \family default
4475 :
4476 \end_layout
4477
4478 \begin_layout Standard
4479 This is a sentence 
4480 \begin_inset CommandInset line
4481 LatexCommand rule
4482 offset "0.5ex"
4483 width "3cm"
4484 height "1pt"
4485
4486 \end_inset
4487
4488  with one line.
4489 \end_layout
4490
4491 \begin_layout Subsection
4492 Ellipses
4493 \begin_inset CommandInset label
4494 LatexCommand label
4495 name "sub:Ellipses"
4496
4497 \end_inset
4498
4499
4500 \begin_inset Index idx
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504 Ellipses
4505 \end_layout
4506
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \begin_layout Standard
4513 There are different types of ellipses available.
4514 \begin_inset Foot
4515 status collapsed
4516
4517 \begin_layout Plain Layout
4518 In the math toolbar in the submenu of the button 
4519 \begin_inset Graphics
4520         filename ../images/math/ldots.png
4521         scale 85
4522
4523 \end_inset
4524
4525
4526 \end_layout
4527
4528 \end_inset
4529
4530  For listings dots at the baseline are used (
4531 \series bold
4532
4533 \backslash
4534 ldots
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 Commands ! L ! 
4542 \backslash
4543 ldots
4544 \end_layout
4545
4546 \end_inset
4547
4548 ), while for operations dots are needed that are on the same height as the
4549  operators (
4550 \series bold
4551
4552 \backslash
4553 cdots
4554 \series default
4555
4556 \begin_inset Index idx
4557 status collapsed
4558
4559 \begin_layout Plain Layout
4560 Commands ! C ! 
4561 \backslash
4562 cdots
4563 \end_layout
4564
4565 \end_inset
4566
4567 ).
4568  When using the command 
4569 \series bold
4570
4571 \backslash
4572 dots
4573 \series default
4574
4575 \begin_inset Index idx
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579 Commands ! D ! 
4580 \backslash
4581 dots
4582 \end_layout
4583
4584 \end_inset
4585
4586 , LaTeX decides on the basis of the next character what type is used.
4587 \end_layout
4588
4589 \begin_layout Standard
4590 \align center
4591 \begin_inset Tabular
4592 <lyxtabular version="3" rows="9" columns="2">
4593 <features tabularvalignment="middle">
4594 <column alignment="center" valignment="top" width="0pt">
4595 <column alignment="center" valignment="top" width="0pt">
4596 <row>
4597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Command
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 Result
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 A_1
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 spce 
4630 \end_layout
4631
4632 \end_inset
4633
4634 ,
4635 \backslash
4636 dots
4637 \begin_inset ERT
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641
4642
4643 \backslash
4644 spce 
4645 \end_layout
4646
4647 \end_inset
4648
4649 ,A_n
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 \begin_inset Formula $A_{1},\dots,A_{n}$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 A_1
4673 \begin_inset ERT
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677
4678
4679 \backslash
4680 spce 
4681 \end_layout
4682
4683 \end_inset
4684
4685 +
4686 \backslash
4687 dots
4688 \begin_inset ERT
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692
4693
4694 \backslash
4695 spce 
4696 \end_layout
4697
4698 \end_inset
4699
4700 +A_n
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 \begin_inset Formula $A_{1}+\dots+A_{n}$
4710 \end_inset
4711
4712
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 A_1
4724 \begin_inset ERT
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728
4729
4730 \backslash
4731 spce 
4732 \end_layout
4733
4734 \end_inset
4735
4736 ,
4737 \backslash
4738 ldots
4739 \begin_inset ERT
4740 status collapsed
4741
4742 \begin_layout Plain Layout
4743
4744
4745 \backslash
4746 spce 
4747 \end_layout
4748
4749 \end_inset
4750
4751 ,A_n
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 \begin_inset Formula $A_{1},\ldots,A_{n}$
4761 \end_inset
4762
4763
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 A_1
4775 \begin_inset ERT
4776 status collapsed
4777
4778 \begin_layout Plain Layout
4779
4780
4781 \backslash
4782 spce 
4783 \end_layout
4784
4785 \end_inset
4786
4787 +
4788 \backslash
4789 cdots
4790 \begin_inset ERT
4791 status collapsed
4792
4793 \begin_layout Plain Layout
4794
4795
4796 \backslash
4797 spce 
4798 \end_layout
4799
4800 \end_inset
4801
4802 +A_n
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4812 \end_inset
4813
4814
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \backslash
4827 vdots
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 \begin_inset Formula $\vdots$
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \backslash
4852 ddots
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 \begin_inset Formula $\ddots$
4862 \end_inset
4863
4864
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \backslash
4877 iddots
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 \begin_inset Formula $\iddots$
4887 \end_inset
4888
4889
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 3×3
4901 \begin_inset space \thinspace{}
4902 \end_inset
4903
4904 matrix with the different dots
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 \begin_inset Formula $\begin{array}{ccc}
4914 A_{11} & \cdots & A_{1m}\\
4915 \vdots & \ddots & \vdots\\
4916 A_{n1} & \cdots & A_{nm}
4917 \end{array}$
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 </lyxtabular>
4927
4928 \end_inset
4929
4930
4931 \end_layout
4932
4933 \begin_layout Standard
4934 The ellipses available in menu 
4935 \family sans
4936 Insert\SpecialChar \menuseparator
4937 Special
4938 \begin_inset space ~
4939 \end_inset
4940
4941 Character
4942 \family default
4943  are 
4944 \series bold
4945
4946 \backslash
4947 ldots
4948 \series default
4949 .
4950 \end_layout
4951
4952 \begin_layout Standard
4953 \begin_inset VSpace medskip
4954 \end_inset
4955
4956 To use 
4957 \series bold
4958
4959 \backslash
4960 iddots
4961 \series default
4962 , one of the options 
4963 \family sans
4964 Use mathdots package (automatically)
4965 \family default
4966  must be set in the document settings under 
4967 \family sans
4968 Math
4969 \begin_inset space ~
4970 \end_inset
4971
4972 Options
4973 \family default
4974 .
4975 \begin_inset Newline newline
4976 \end_inset
4977
4978 Using the option 
4979 \family sans
4980 Use mathdots package
4981 \family default
4982  will improve the appearance of all dots in the documents if their font
4983  style or size is not the default.
4984 \end_layout
4985
4986 \begin_layout Standard
4987 \begin_inset VSpace medskip
4988 \end_inset
4989
4990 Specially for matrices there are ellipses that span over several columns.
4991  They are created with the command 
4992 \series bold
4993
4994 \backslash
4995 hdotsfor
4996 \series default
4997
4998 \begin_inset Index idx
4999 status collapsed
5000
5001 \begin_layout Plain Layout
5002 Commands ! H ! 
5003 \backslash
5004 hdotsfor
5005 \end_layout
5006
5007 \end_inset
5008
5009 , that has the following scheme:
5010 \end_layout
5011
5012 \begin_layout Standard
5013
5014 \series bold
5015
5016 \backslash
5017 hdotsfor[distance]{number of columns}
5018 \end_layout
5019
5020 \begin_layout Standard
5021 The number of columns specifies how many columns should be spanned.
5022  Distance is a factor for the distance between the dots.
5023 \end_layout
5024
5025 \begin_layout Standard
5026 In the following matrix the command 
5027 \series bold
5028
5029 \backslash
5030 hdotsfor[2]{4}
5031 \series default
5032  was inserted in the first box of the second line, to get an ellipsis with
5033  a dot distance twice as long as with the command 
5034 \series bold
5035
5036 \backslash
5037 dots
5038 \series default
5039 :
5040 \begin_inset Formula 
5041 \[
5042 \left(\begin{array}{cccc}
5043 A & B & C & D\\
5044 \hdotsfor[2]{4}\\
5045 q & w & e & r
5046 \end{array}\right)
5047 \]
5048
5049 \end_inset
5050
5051 Note that the matrix fields that should be spanned must be empty, otherwise
5052  you get LaTeX-errors.
5053 \end_layout
5054
5055 \begin_layout Standard
5056 \begin_inset VSpace bigskip
5057 \end_inset
5058
5059 Furthermore you can fill with the command 
5060 \series bold
5061
5062 \backslash
5063 dotfill
5064 \series default
5065
5066 \begin_inset Index idx
5067 status collapsed
5068
5069 \begin_layout Plain Layout
5070 Commands ! D ! 
5071 \backslash
5072 dotfill
5073 \end_layout
5074
5075 \end_inset
5076
5077  the rest of a line with dots.
5078  The effect of these commands is the same like with 
5079 \series bold
5080
5081 \backslash
5082 hfill
5083 \series default
5084 , see 
5085 \begin_inset CommandInset ref
5086 LatexCommand ref
5087 reference "sub:Variable-Space"
5088
5089 \end_inset
5090
5091 .
5092 \end_layout
5093
5094 \begin_layout Standard
5095 For example the command 
5096 \series bold
5097 A
5098 \backslash
5099 dotfill
5100 \begin_inset ERT
5101 status collapsed
5102
5103 \begin_layout Plain Layout
5104
5105
5106 \backslash
5107 spce 
5108 \end_layout
5109
5110 \end_inset
5111
5112 B
5113 \series default
5114  produces
5115 \end_layout
5116
5117 \begin_layout Standard
5118 \begin_inset Formula $A\dotfill B$
5119 \end_inset
5120
5121
5122 \end_layout
5123
5124 \begin_layout Standard
5125 Analog to
5126 \series bold
5127  
5128 \backslash
5129 dotfill
5130 \series default
5131  there is for a line the command 
5132 \series bold
5133
5134 \backslash
5135 hrulefill
5136 \series default
5137
5138 \begin_inset Index idx
5139 status collapsed
5140
5141 \begin_layout Plain Layout
5142 Commands ! H ! 
5143 \backslash
5144 hrulefill
5145 \end_layout
5146
5147 \end_inset
5148
5149 :
5150 \end_layout
5151
5152 \begin_layout Standard
5153 \begin_inset Formula $A\hrulefill B$
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \begin_layout Standard
5160 To use the commands for text, they have to be inserted in TeX-mode.
5161 \end_layout
5162
5163 \begin_layout Section
5164 Matrices
5165 \begin_inset CommandInset label
5166 LatexCommand label
5167 name "sec:Matrices"
5168
5169 \end_inset
5170
5171
5172 \begin_inset Index idx
5173 status collapsed
5174
5175 \begin_layout Plain Layout
5176 Matrices
5177 \end_layout
5178
5179 \end_inset
5180
5181
5182 \end_layout
5183
5184 \begin_layout Standard
5185 Matrices can be inserted via the math toolbar button 
5186 \begin_inset Graphics
5187         filename ../images/dialog-show_mathmatrix.png
5188         scale 85
5189
5190 \end_inset
5191
5192  or the menu 
5193 \family sans
5194 Insert\SpecialChar \menuseparator
5195 Math\SpecialChar \menuseparator
5196 Matrix
5197 \family default
5198 .
5199  In the matrix dialog you can specify the number of columns and rows, the
5200  alignment and the decoration.
5201  The vertical alignment is hereby only of importance for matrices in inline
5202  formulas:
5203 \end_layout
5204
5205 \begin_layout Standard
5206 The first matrix is top 
5207 \begin_inset Formula $\begin{array}[t]{cccc}
5208 A & D & G & J\\
5209 B & E & H & K\\
5210 C & F & I & L
5211 \end{array}$
5212 \end_inset
5213
5214 , the second middle 
5215 \begin_inset Formula $\begin{array}{cccc}
5216 A & D & G & J\\
5217 B & E & H & K\\
5218 C & F & I & L
5219 \end{array}$
5220 \end_inset
5221
5222  and the third bottom 
5223 \begin_inset Formula $\begin{array}[b]{cccc}
5224 A & D & G & J\\
5225 B & E & H & K\\
5226 C & F & I & L
5227 \end{array}$
5228 \end_inset
5229
5230  aligned.
5231 \end_layout
5232
5233 \begin_layout Standard
5234 The horizontal alignment specifies how the column entries should be aligned.
5235  It is set by entering a letter for every column.
5236  
5237 \emph on
5238 l
5239 \emph default
5240  denotes left aligned, 
5241 \emph on
5242 c
5243 \emph default
5244  centered and 
5245 \emph on
5246 r
5247 \emph default
5248  right aligned.
5249  To create for example a 4
5250 \series bold
5251 ×
5252 \series default
5253 4
5254 \begin_inset space ~
5255 \end_inset
5256
5257 matrix where the first column is left aligned, the second and third are
5258  centered and the last one is right aligned, one enters for the horizontal
5259  alignment 
5260 \series bold
5261 lccr
5262 \series default
5263 .
5264  Normally are in a matrix all columns centered, therefore the default is
5265  for every column is a 
5266 \series bold
5267 c
5268 \series default
5269 .
5270 \end_layout
5271
5272 \begin_layout Standard
5273 Horizontal alignment:
5274 \end_layout
5275
5276 \begin_layout Standard
5277
5278 \series bold
5279 lll
5280 \series default
5281  : 
5282 \begin_inset Formula $\begin{array}{lll}
5283 10000 & D & G\\
5284 B & 10000 & H\\
5285 C & F & 10000
5286 \end{array}$
5287 \end_inset
5288
5289  , 
5290 \series bold
5291 ccc
5292 \series default
5293  : 
5294 \begin_inset Formula $\begin{array}{ccc}
5295 10000 & D & G\\
5296 B & 10000 & H\\
5297 C & F & 10000
5298 \end{array}$
5299 \end_inset
5300
5301  , 
5302 \series bold
5303 rrr
5304 \series default
5305  : 
5306 \begin_inset Formula $\begin{array}{rrr}
5307 10000 & D & G\\
5308 B & 10000 & H\\
5309 C & F & 10000
5310 \end{array}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Standard
5317 To add or delete rows and columns subsequently, the math toolbar buttons
5318  
5319 \begin_inset Graphics
5320         filename ../images/tabular-feature_append-row.png
5321         scale 85
5322
5323 \end_inset
5324
5325
5326 \begin_inset Graphics
5327         filename ../images/tabular-feature_delete-row.png
5328         scale 85
5329
5330 \end_inset
5331
5332 , etc.
5333 \begin_inset space \thinspace{}
5334 \end_inset
5335
5336 , or the menu 
5337 \family sans
5338 Edit\SpecialChar \menuseparator
5339 Rows & Columns
5340 \family default
5341  can be used.
5342  New rows can also be created with 
5343 \begin_inset Info
5344 type  "shortcut"
5345 arg   "newline-insert newline"
5346 \end_inset
5347
5348 .
5349 \end_layout
5350
5351 \begin_layout Standard
5352 \begin_inset VSpace bigskip
5353 \end_inset
5354
5355 The 
5356 \family sans
5357 Decoration
5358 \family default
5359  adds parentheses in the selected style around the matrix.
5360  Alternatively, parentheses can can either be created with the commands
5361  
5362 \series bold
5363
5364 \backslash
5365 left
5366 \series default
5367
5368 \begin_inset Index idx
5369 status collapsed
5370
5371 \begin_layout Plain Layout
5372 Commands ! L ! 
5373 \backslash
5374 left
5375 \end_layout
5376
5377 \end_inset
5378
5379  and 
5380 \series bold
5381
5382 \backslash
5383 right
5384 \series default
5385
5386 \begin_inset Index idx
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390 Commands ! R ! 
5391 \backslash
5392 right
5393 \end_layout
5394
5395 \end_inset
5396
5397  (shortcut 
5398 \family sans
5399 Alt+M
5400 \begin_inset space ~
5401 \end_inset
5402
5403 Parenthesis
5404 \family default
5405 ), see 
5406 \begin_inset CommandInset ref
5407 LatexCommand ref
5408 reference "sub:Automatic-Bracket-Size"
5409
5410 \end_inset
5411
5412 , or by using the following commands:
5413 \begin_inset VSpace medskip
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 \begin_inset space \hfill{}
5421 \end_inset
5422
5423
5424 \begin_inset Tabular
5425 <lyxtabular version="3" rows="4" columns="2">
5426 <features tabularvalignment="middle">
5427 <column alignment="center" valignment="top" width="0">
5428 <column alignment="center" valignment="top" width="0">
5429 <row>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Command
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Result
5444 \begin_inset Note Note
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448
5449 \series bold
5450
5451 \backslash
5452 raisebox
5453 \series default
5454  is only used as spacer.
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470
5471 \backslash
5472 bmatrix
5473 \begin_inset ERT
5474 status collapsed
5475
5476 \begin_layout Plain Layout
5477
5478
5479 \backslash
5480 spce 
5481 \end_layout
5482
5483 \end_inset
5484
5485 2
5486 \series bold
5487 ×
5488 \series default
5489 2
5490 \begin_inset space \thinspace{}
5491 \end_inset
5492
5493 matrix
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5503 0 & \textrm{-}\mathrm{i}\\
5504 \mathrm{i} & 0
5505 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519
5520 \backslash
5521 Bmatrix
5522 \begin_inset ERT
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526
5527
5528 \backslash
5529 spce 
5530 \end_layout
5531
5532 \end_inset
5533
5534 2
5535 \series bold
5536 ×
5537 \series default
5538 2
5539 \begin_inset space \thinspace{}
5540 \end_inset
5541
5542 matrix
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5552 0 & \textrm{-}\mathrm{i}\\
5553 \mathrm{i} & 0
5554 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \backslash
5570 pmatrix
5571 \begin_inset ERT
5572 status collapsed
5573
5574 \begin_layout Plain Layout
5575
5576
5577 \backslash
5578 spce 
5579 \end_layout
5580
5581 \end_inset
5582
5583 2
5584 \series bold
5585 ×
5586 \series default
5587 2
5588 \begin_inset space \thinspace{}
5589 \end_inset
5590
5591 matrix
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5601 0 & \textrm{-}\mathrm{i}\\
5602 \mathrm{i} & 0
5603 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 </lyxtabular>
5613
5614 \end_inset
5615
5616
5617 \begin_inset space \hfill{}
5618 \end_inset
5619
5620
5621 \begin_inset Tabular
5622 <lyxtabular version="3" rows="4" columns="2">
5623 <features tabularvalignment="middle">
5624 <column alignment="center" valignment="top" width="0">
5625 <column alignment="center" valignment="top" width="0">
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 Command
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 Result
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \backslash
5653 vmatrix
5654 \begin_inset ERT
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658
5659
5660 \backslash
5661 spce 
5662 \end_layout
5663
5664 \end_inset
5665
5666 2
5667 \series bold
5668 ×
5669 \series default
5670 2
5671 \begin_inset space \thinspace{}
5672 \end_inset
5673
5674 matrix
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5684 0 & \textrm{-}\mathrm{i}\\
5685 \mathrm{i} & 0
5686 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700
5701 \backslash
5702 Vmatrix
5703 \begin_inset ERT
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707
5708
5709 \backslash
5710 spce 
5711 \end_layout
5712
5713 \end_inset
5714
5715 2
5716 \series bold
5717 ×
5718 \series default
5719 2
5720 \begin_inset space \thinspace{}
5721 \end_inset
5722
5723 matrix
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5733 0 & \textrm{-}\mathrm{i}\\
5734 \mathrm{i} & 0
5735 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 matrix
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 spce 
5760 \end_layout
5761
5762 \end_inset
5763
5764 2
5765 \series bold
5766 ×
5767 \series default
5768 2
5769 \begin_inset space \thinspace{}
5770 \end_inset
5771
5772 matrix
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5782 0 & \textrm{-}\mathrm{i}\\
5783 \mathrm{i} & 0
5784 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 </lyxtabular>
5794
5795 \end_inset
5796
5797
5798 \begin_inset space \hfill{}
5799 \end_inset
5800
5801
5802 \end_layout
5803
5804 \begin_layout Standard
5805 \begin_inset VSpace medskip
5806 \end_inset
5807
5808 When e.
5809 \begin_inset space \thinspace{}
5810 \end_inset
5811
5812 g.
5813 \begin_inset space \space{}
5814 \end_inset
5815
5816
5817 \series bold
5818
5819 \backslash
5820 vmatrix
5821 \series default
5822  is inserted, a blue box appears between two vertical lines where the matrix
5823  is inserted.
5824 \begin_inset Newline newline
5825 \end_inset
5826
5827 Note that decorated matrices ignore the vertical alignment.
5828 \end_layout
5829
5830 \begin_layout Standard
5831 \begin_inset Note Greyedout
5832 status open
5833
5834 \begin_layout Plain Layout
5835
5836 \series bold
5837 Note:
5838 \series default
5839  LaTeX limits the number of matrix columns with decorations to 10.
5840  If you need more than 10
5841 \begin_inset space \thinspace{}
5842 \end_inset
5843
5844 columns, you have to add this line to the document preamble:
5845 \end_layout
5846
5847 \begin_layout Plain Layout
5848
5849 \series bold
5850
5851 \backslash
5852 setcounter{MaxMatrixCols}{number}
5853 \end_layout
5854
5855 \begin_layout Plain Layout
5856 where 
5857 \emph on
5858 number
5859 \emph default
5860  is the number of columns between 11 and 99.
5861 \end_layout
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Standard
5869 \begin_inset VSpace bigskip
5870 \end_inset
5871
5872 As all multiline formulas are matrices, the length 
5873 \series bold
5874
5875 \backslash
5876 arraycolsep
5877 \series default
5878
5879 \begin_inset Index idx
5880 status collapsed
5881
5882 \begin_layout Plain Layout
5883 Commands ! A ! 
5884 \backslash
5885 arraycolsep
5886 \end_layout
5887
5888 \end_inset
5889
5890  that is described in 
5891 \begin_inset CommandInset ref
5892 LatexCommand ref
5893 reference "sub:Column-Separation"
5894
5895 \end_inset
5896
5897  can also be used to change the column separation of matrices.
5898 \end_layout
5899
5900 \begin_layout Standard
5901 To change the row separation, the command 
5902 \series bold
5903
5904 \backslash
5905 arraystretch
5906 \series default
5907
5908 \begin_inset Index idx
5909 status collapsed
5910
5911 \begin_layout Plain Layout
5912 Commands ! A ! 
5913 \backslash
5914 arraystretch
5915 \end_layout
5916
5917 \end_inset
5918
5919  is used.
5920  It is used as follows:
5921 \end_layout
5922
5923 \begin_layout Standard
5924
5925 \series bold
5926
5927 \backslash
5928 renewcommand{
5929 \backslash
5930 arraystretch}{stretch factor}
5931 \begin_inset Index idx
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 Commands ! R ! 
5936 \backslash
5937 renewcommand
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \begin_layout Standard
5946 The command 
5947 \series bold
5948
5949 \backslash
5950 renewcommand
5951 \series default
5952  assigns the stretch factor to the predefined command 
5953 \series bold
5954
5955 \backslash
5956 arraystretch
5957 \series default
5958 .
5959  To double e.
5960 \begin_inset space \thinspace{}
5961 \end_inset
5962
5963 g.
5964 \begin_inset space \space{}
5965 \end_inset
5966
5967 the row separation, use the factor 2.
5968  This is then used for all following matrices.
5969  To go back to the original separation, assign the factor 1 to 
5970 \series bold
5971
5972 \backslash
5973 arraystretch
5974 \series default
5975 .
5976 \end_layout
5977
5978 \begin_layout Standard
5979 To set matrices into a text line, the command 
5980 \series bold
5981
5982 \backslash
5983 smallmatrix
5984 \series default
5985
5986 \begin_inset Index idx
5987 status collapsed
5988
5989 \begin_layout Plain Layout
5990 Commands ! S ! 
5991 \backslash
5992 smallmatrix
5993 \end_layout
5994
5995 \end_inset
5996
5997  is used.
5998  When it is inserted a blue box with two dashed lines appears.
5999  In this box the matrix is inserted.
6000 \end_layout
6001
6002 \begin_layout Standard
6003 This is a matrix 
6004 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6005 C & D
6006 \end{smallmatrix}\right)$
6007 \end_inset
6008
6009  in a text line.
6010 \end_layout
6011
6012 \begin_layout Section
6013 Brackets and Delimiters
6014 \begin_inset Index idx
6015 status collapsed
6016
6017 \begin_layout Plain Layout
6018 Brackets
6019 \end_layout
6020
6021 \end_inset
6022
6023
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 Delimiters
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Subsection
6037 Vertical Brackets and Delimiters
6038 \begin_inset Index idx
6039 status collapsed
6040
6041 \begin_layout Plain Layout
6042 Brackets ! vertical
6043 \end_layout
6044
6045 \end_inset
6046
6047
6048 \end_layout
6049
6050 \begin_layout Standard
6051 \begin_inset space \hfill{}
6052 \end_inset
6053
6054
6055 \begin_inset Tabular
6056 <lyxtabular version="3" rows="9" columns="2">
6057 <features tabularvalignment="middle">
6058 <column alignment="center" valignment="top" width="0pt">
6059 <column alignment="center" valignment="top" width="0pt">
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 Command
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 Result
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 (
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 \begin_inset Formula $($
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 {
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 \begin_inset Formula $\{$
6118 \end_inset
6119
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 [
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 \begin_inset Formula $[$
6141 \end_inset
6142
6143
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 </row>
6149 <row>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \backslash
6156 langle
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 \begin_inset Formula $\langle$
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179
6180 \backslash
6181 lceil
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 \begin_inset Formula $\lceil$
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \backslash
6206 lfloor
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $\lfloor$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 <row>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 /
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 \begin_inset Formula $/$
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 |
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 \begin_inset Formula $|$
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 </lyxtabular>
6271
6272 \end_inset
6273
6274
6275 \begin_inset space \hfill{}
6276 \end_inset
6277
6278
6279 \begin_inset Tabular
6280 <lyxtabular version="3" rows="9" columns="2">
6281 <features tabularvalignment="middle">
6282 <column alignment="center" valignment="top" width="0pt">
6283 <column alignment="center" valignment="top" width="0pt">
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 Command
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 Result
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 )
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 \begin_inset Formula $)$
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 }
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 \begin_inset Formula $\}$
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 <row>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 ]
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 \begin_inset Formula $]$
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 </row>
6373 <row>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378
6379 \backslash
6380 rangle
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 \begin_inset Formula $\rangle$
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403
6404 \backslash
6405 rceil
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Formula $\rceil$
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428
6429 \backslash
6430 rfloor
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 \begin_inset Formula $\rfloor$
6440 \end_inset
6441
6442
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 <row>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453
6454 \backslash
6455
6456 \backslash
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 \begin_inset Formula $\backslash$
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480
6481 \backslash
6482 |
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 \begin_inset Formula $\|$
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 </lyxtabular>
6501
6502 \end_inset
6503
6504
6505 \begin_inset space \hfill{}
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512
6513 \series medium
6514 \begin_inset Note Greyedout
6515 status open
6516
6517 \begin_layout Plain Layout
6518
6519 \series bold
6520 Note:
6521 \series default
6522  In TeX-mode the command 
6523 \series bold
6524
6525 \backslash
6526 textbackslash
6527 \series default
6528
6529 \begin_inset Index idx
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 Commands ! T ! 
6534 \backslash
6535 textbackslash
6536 \end_layout
6537
6538 \end_inset
6539
6540  must be used for the backslash, because the command 
6541 \series bold
6542
6543 \backslash
6544
6545 \backslash
6546
6547 \series default
6548  produces there a line break.
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557 For all characters listed above the size can be adjusted with the commands
6558  described in the following two subsections.
6559  When using these commands, the characters < and > can directly be used
6560  instead of the commands 
6561 \series bold
6562
6563 \backslash
6564 langle
6565 \series default
6566  and 
6567 \series bold
6568
6569 \backslash
6570 rangle
6571 \series default
6572 .
6573 \end_layout
6574
6575 \begin_layout Subsubsection
6576 Manual Bracket Size
6577 \begin_inset CommandInset label
6578 LatexCommand label
6579 name "sub:Manual-Bracket-Size"
6580
6581 \end_inset
6582
6583
6584 \begin_inset Index idx
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Bracket size ! manual
6589 \end_layout
6590
6591 \end_inset
6592
6593
6594 \end_layout
6595
6596 \begin_layout Standard
6597 The bracket size can be specified manually by the LaTeX-commands 
6598 \series bold
6599
6600 \backslash
6601 big
6602 \series default
6603
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Commands ! B ! 
6609 \backslash
6610 big
6611 \end_layout
6612
6613 \end_inset
6614
6615
6616 \series bold
6617
6618 \backslash
6619 Big
6620 \series default
6621
6622 \series bold
6623
6624 \backslash
6625 bigg
6626 \series default
6627  and 
6628 \series bold
6629
6630 \backslash
6631 Bigg
6632 \series default
6633 .
6634  
6635 \series bold
6636
6637 \backslash
6638 big
6639 \series default
6640  denotes the smallest and 
6641 \series bold
6642
6643 \backslash
6644 Bigg
6645 \series default
6646  the largest bracket size.
6647 \end_layout
6648
6649 \begin_layout Standard
6650 These commands are used to emphasize levels of brackets:
6651 \end_layout
6652
6653 \begin_layout Standard
6654 \align center
6655 \begin_inset Tabular
6656 <lyxtabular version="3" rows="2" columns="2">
6657 <features tabularvalignment="middle">
6658 <column alignment="center" valignment="top" width="0pt">
6659 <column alignment="center" valignment="top" width="0pt">
6660 <row>
6661 <cell alignment="center" valignment="top" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 all brackets in the same size:
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 </row>
6683 <row>
6684 <cell alignment="center" valignment="top" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 this looks better:
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6698 \end_inset
6699
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 </lyxtabular>
6707
6708 \end_inset
6709
6710
6711 \begin_inset Note Note
6712 status collapsed
6713
6714 \begin_layout Plain Layout
6715
6716 \series bold
6717
6718 \backslash
6719 raisebox
6720 \series default
6721  is only used as spacer.
6722 \end_layout
6723
6724 \end_inset
6725
6726
6727 \end_layout
6728
6729 \begin_layout Standard
6730 For the second formula the command 
6731 \series bold
6732
6733 \backslash
6734 Big((A+B)(A-B)
6735 \backslash
6736 Big)^
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 spce 
6745 \end_layout
6746
6747 \end_inset
6748
6749 C
6750 \series default
6751  has been used.
6752 \end_layout
6753
6754 \begin_layout Standard
6755 Here is an overview about all bracket sizes:
6756 \end_layout
6757
6758 \begin_layout Standard
6759 \align center
6760
6761 \backslash
6762 Bigg(
6763 \backslash
6764 exp
6765 \backslash
6766 bigg<
6767 \backslash
6768 Big[
6769 \backslash
6770 big{
6771 \backslash
6772 ln(3x)
6773 \backslash
6774 big}^2
6775 \begin_inset ERT
6776 status collapsed
6777
6778 \begin_layout Plain Layout
6779
6780
6781 \backslash
6782 spce 
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \backslash
6789 sin(x)
6790 \backslash
6791 Big]^
6792 \begin_inset ERT
6793 status collapsed
6794
6795 \begin_layout Plain Layout
6796
6797
6798 \backslash
6799 spce 
6800 \end_layout
6801
6802 \end_inset
6803
6804 A
6805 \begin_inset ERT
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809
6810
6811 \backslash
6812 spce 
6813 \end_layout
6814
6815 \end_inset
6816
6817
6818 \backslash
6819 bigg>
6820 \backslash
6821 Bigg)^0,5
6822 \end_layout
6823
6824 \begin_layout Standard
6825 \align center
6826 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6827 \end_inset
6828
6829
6830 \end_layout
6831
6832 \begin_layout Standard
6833 Besides the 
6834 \series bold
6835
6836 \backslash
6837 big
6838 \series default
6839 -commands there is the variant 
6840 \series bold
6841
6842 \backslash
6843 bigm
6844 \series default
6845
6846 \begin_inset Index idx
6847 status collapsed
6848
6849 \begin_layout Plain Layout
6850 Commands ! B ! 
6851 \backslash
6852 bigm
6853 \end_layout
6854
6855 \end_inset
6856
6857  that adds a bit more space between the bracket and its content, and the
6858  variant 
6859 \series bold
6860
6861 \backslash
6862 bigl
6863 \series default
6864 -
6865 \series bold
6866
6867 \backslash
6868 bigr
6869 \series default
6870
6871 \begin_inset Index idx
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875 Commands ! B ! 
6876 \backslash
6877 bigl - 
6878 \backslash
6879 bigr
6880 \end_layout
6881
6882 \end_inset
6883
6884 , that don't add additional space.
6885  The 
6886 \emph on
6887 l
6888 \emph default
6889  at the end of the command 
6890 \series bold
6891
6892 \backslash
6893 bigl
6894 \series default
6895  is for a left bracket; for a right bracket this will be replaced by an
6896  
6897 \emph on
6898 r
6899 \emph default
6900 .
6901  A left or right bracket can each be an opening or closing bracket.
6902 \end_layout
6903
6904 \begin_layout Standard
6905 In the following table is a comparison of the variants:
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \align center
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="5" columns="2">
6912 <features tabularvalignment="middle">
6913 <column alignment="center" valignment="middle" width="0">
6914 <column alignment="center" valignment="middle" width="0">
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Command
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 Result
6930 \begin_inset Note Note
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934
6935 \series bold
6936
6937 \backslash
6938 raisebox
6939 \series default
6940  is only used as spacer.
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956
6957 \backslash
6958 Bigm(
6959 \backslash
6960 bigm(
6961 \backslash
6962 ln(3x)
6963 \backslash
6964 bigm)^2
6965 \series bold
6966
6967 \begin_inset ERT
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971
6972
6973 \backslash
6974 spce 
6975 \end_layout
6976
6977 \end_inset
6978
6979
6980 \series default
6981
6982 \backslash
6983 Bigm)
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \backslash
7008 Big(
7009 \backslash
7010 big(
7011 \backslash
7012 ln(3x)
7013 \backslash
7014 big)^2
7015 \series bold
7016
7017 \begin_inset ERT
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021
7022
7023 \backslash
7024 spce 
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \series default
7031
7032 \backslash
7033 Big)
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7043 \end_inset
7044
7045
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 <row>
7052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \backslash
7058 Bigl(
7059 \backslash
7060 bigl(
7061 \backslash
7062 ln(3x)
7063 \backslash
7064 bigr)^2
7065 \series bold
7066
7067 \begin_inset ERT
7068 status collapsed
7069
7070 \begin_layout Plain Layout
7071
7072
7073 \backslash
7074 spce 
7075 \end_layout
7076
7077 \end_inset
7078
7079
7080 \series default
7081
7082 \backslash
7083 Bigr)
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 <row>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106
7107 \backslash
7108 bigl)
7109 \backslash
7110 ln(3x)
7111 \backslash
7112 bigr(
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 </lyxtabular>
7131
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \begin_layout Subsubsection
7138 Automatic Bracket Size
7139 \begin_inset CommandInset label
7140 LatexCommand label
7141 name "sub:Automatic-Bracket-Size"
7142
7143 \end_inset
7144
7145
7146 \begin_inset Index idx
7147 status collapsed
7148
7149 \begin_layout Plain Layout
7150 Bracket size ! automatic
7151 \end_layout
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 Brackets with variable size can be inserted with the commands 
7160 \series bold
7161
7162 \backslash
7163 left
7164 \series default
7165
7166 \begin_inset Index idx
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170 Commands ! L ! 
7171 \backslash
7172 left
7173 \end_layout
7174
7175 \end_inset
7176
7177  and 
7178 \series bold
7179
7180 \backslash
7181 right
7182 \series default
7183
7184 \begin_inset Index idx
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188 Commands ! R ! 
7189 \backslash
7190 right
7191 \end_layout
7192
7193 \end_inset
7194
7195  or via the math toolbar button 
7196 \begin_inset Graphics
7197         filename ../images/dialog-show_mathdelimiter.png
7198         scale 85
7199
7200 \end_inset
7201
7202 .
7203  Directly behind 
7204 \series bold
7205
7206 \backslash
7207 left
7208 \series default
7209  and 
7210 \series bold
7211
7212 \backslash
7213 right
7214 \series default
7215  the wanted bracket must be inserted.
7216  The bracket size will then automatically be calculated for the output.
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \align center
7221 normal bracket: The command 
7222 \series bold
7223
7224 \backslash
7225 ln(
7226 \backslash
7227 frac
7228 \begin_inset ERT
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232
7233
7234 \backslash
7235 spce 
7236 \end_layout
7237
7238 \end_inset
7239
7240 A
7241 \begin_inset Formula $\downarrow$
7242 \end_inset
7243
7244 C
7245 \begin_inset ERT
7246 status collapsed
7247
7248 \begin_layout Plain Layout
7249
7250
7251 \backslash
7252 spce 
7253 \end_layout
7254
7255 \end_inset
7256
7257 )
7258 \series default
7259  creates
7260 \begin_inset Formula 
7261 \[
7262 \ln(\frac{A}{C})
7263 \]
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \begin_layout Standard
7271 \align center
7272 multiline bracket: The command 
7273 \series bold
7274
7275 \backslash
7276 ln
7277 \backslash
7278 left(
7279 \backslash
7280 frac
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 spce 
7289 \end_layout
7290
7291 \end_inset
7292
7293 A
7294 \begin_inset Formula $\downarrow$
7295 \end_inset
7296
7297 C
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 spce 
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \backslash
7312 right)
7313 \series default
7314  creates
7315 \begin_inset Formula 
7316 \[
7317 \ln\left(\frac{A}{C}\right)
7318 \]
7319
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \begin_layout Standard
7326 Instead of 
7327 \series bold
7328
7329 \backslash
7330 left
7331 \series default
7332  and 
7333 \series bold
7334
7335 \backslash
7336 right
7337 \series default
7338  the shortcut 
7339 \family sans
7340 Alt+M
7341 \begin_inset space ~
7342 \end_inset
7343
7344 Bracket
7345 \family default
7346  can be used.
7347  This has the advantage that you can see in LyX immediately the real bracket
7348  size and that the matching right bracket will be created too.
7349 \begin_inset Newline newline
7350 \end_inset
7351
7352 The command for the last example would then be: 
7353 \series bold
7354
7355 \backslash
7356 ln Alt+M
7357 \series default
7358  
7359 \series bold
7360 (
7361 \backslash
7362 frac
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 spce 
7371 \end_layout
7372
7373 \end_inset
7374
7375 A
7376 \begin_inset Formula $\downarrow$
7377 \end_inset
7378
7379 C
7380 \end_layout
7381
7382 \begin_layout Standard
7383 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7384  For example the command 
7385 \series bold
7386
7387 \backslash
7388 left.
7389 \backslash
7390 frac
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 A
7404 \begin_inset Formula $\downarrow$
7405 \end_inset
7406
7407 B
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 spce 
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \backslash
7422 right}
7423 \series default
7424  creates:
7425 \series bold
7426
7427 \begin_inset Formula 
7428 \[
7429 \left.\frac{A}{B}\right\} 
7430 \]
7431
7432 \end_inset
7433
7434
7435 \series default
7436 The commands 
7437 \series bold
7438
7439 \backslash
7440 left
7441 \series default
7442  and 
7443 \series bold
7444
7445 \backslash
7446 right
7447 \series default
7448  will be converted by LyX to brackets in the right size when the document
7449  is reloaded and an omitted bracket will appear as dashed line.
7450 \end_layout
7451
7452 \begin_layout Standard
7453 \begin_inset VSpace bigskip
7454 \end_inset
7455
7456 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7457  the command 
7458 \series bold
7459
7460 \backslash
7461 middle
7462 \series default
7463
7464 \begin_inset Index idx
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468 Commands ! M ! 
7469 \backslash
7470 middle
7471 \end_layout
7472
7473 \end_inset
7474
7475  is additionally available for all brackets and limits.
7476  With this command the height of the following character is adapted to the
7477  one of the surrounding brackets, what is e.
7478 \begin_inset space \thinspace{}
7479 \end_inset
7480
7481 g.
7482 \begin_inset space \space{}
7483 \end_inset
7484
7485 needed for physical vectors:
7486 \begin_inset Formula 
7487 \[
7488 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7489 \]
7490
7491 \end_inset
7492
7493 For physical vectors there is a special LaTeX-package, described in 
7494 \begin_inset CommandInset ref
7495 LatexCommand ref
7496 reference "sub:Physical-Vectors"
7497
7498 \end_inset
7499
7500 .
7501 \end_layout
7502
7503 \begin_layout Subsection
7504 Horizontal Brackets
7505 \begin_inset Index idx
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509 Brackets ! horizontal
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \end_layout
7516
7517 \begin_layout Standard
7518 \align center
7519 \begin_inset Tabular
7520 <lyxtabular version="3" rows="4" columns="2">
7521 <features tabularvalignment="middle">
7522 <column alignment="center" valignment="top" width="0pt">
7523 <column alignment="center" valignment="top" width="0pt">
7524 <row>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 Command
7530 \begin_inset Note Note
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534
7535 \series bold
7536
7537 \backslash
7538 raisebox
7539 \series default
7540  is only used as spacer.
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 Result
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 <row>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 \begin_inset ERT
7566 status collapsed
7567
7568 \begin_layout Plain Layout
7569
7570
7571 \backslash
7572 raisebox{2.3mm}{
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \backslash
7579 overbrace
7580 \begin_inset ERT
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584
7585
7586 \backslash
7587 spce 
7588 \end_layout
7589
7590 \end_inset
7591
7592 A+B
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 spce 
7601 \end_layout
7602
7603 \end_inset
7604
7605 ^
7606 \begin_inset ERT
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610
7611
7612 \backslash
7613 spce 
7614 \end_layout
7615
7616 \end_inset
7617
7618 3
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624 }
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \begin_inset Index idx
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 Commands ! O ! 
7635 \backslash
7636 overbrace
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 \begin_inset Formula $\overbrace{A+B}^{3}$
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 \begin_inset ERT
7665 status collapsed
7666
7667 \begin_layout Plain Layout
7668
7669
7670 \backslash
7671 raisebox{-2.2mm}{
7672 \end_layout
7673
7674 \end_inset
7675
7676
7677 \backslash
7678 underbrace
7679 \begin_inset ERT
7680 status collapsed
7681
7682 \begin_layout Plain Layout
7683
7684
7685 \backslash
7686 spce 
7687 \end_layout
7688
7689 \end_inset
7690
7691 A+B
7692 \begin_inset ERT
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696
7697
7698 \backslash
7699 spce 
7700 \end_layout
7701
7702 \end_inset
7703
7704 _5
7705 \begin_inset ERT
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709
7710 }
7711 \end_layout
7712
7713 \end_inset
7714
7715
7716 \begin_inset Index idx
7717 status collapsed
7718
7719 \begin_layout Plain Layout
7720 Commands ! U ! 
7721 \backslash
7722 underbrace
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 \begin_inset Formula $\underbrace{A+B}_{5}$
7737 \end_inset
7738
7739
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \backslash
7752 overbrace
7753 \begin_inset ERT
7754 status collapsed
7755
7756 \begin_layout Plain Layout
7757
7758
7759 \backslash
7760 spce 
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \backslash
7767 underbrace
7768 \begin_inset ERT
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772
7773
7774 \backslash
7775 spce 
7776 \end_layout
7777
7778 \end_inset
7779
7780 A+B_w
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 spce 
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \begin_inset ERT
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 spce 
7802 \end_layout
7803
7804 \end_inset
7805
7806 _7
7807 \begin_inset ERT
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 spce 
7815 \end_layout
7816
7817 \end_inset
7818
7819
7820 \begin_inset ERT
7821 status collapsed
7822
7823 \begin_layout Plain Layout
7824
7825
7826 \backslash
7827 spce 
7828 \end_layout
7829
7830 \end_inset
7831
7832 ^
7833 \begin_inset ERT
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837
7838
7839 \backslash
7840 spce 
7841 \end_layout
7842
7843 \end_inset
7844
7845 C
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 </lyxtabular>
7864
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \begin_layout Standard
7871 In the last example it doesn't matter if 
7872 \series bold
7873
7874 \backslash
7875 overbrace
7876 \series default
7877  or 
7878 \series bold
7879
7880 \backslash
7881 underbrace
7882 \series default
7883  is inserted at first.
7884 \end_layout
7885
7886 \begin_layout Standard
7887 \begin_inset VSpace bigskip
7888 \end_inset
7889
7890 When brackets are needed that overlap each other, multiline formulas, as
7891  described in 
7892 \begin_inset CommandInset ref
7893 LatexCommand ref
7894 reference "sec:Multiline-Formulas"
7895
7896 \end_inset
7897
7898 , must be used:
7899 \begin_inset Formula 
7900 \begin{eqnarray*}
7901 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7902  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7903 \end{eqnarray*}
7904
7905 \end_inset
7906
7907 In the first row the formula is inserted together with the first brace.
7908  It is hereby important that the space command
7909 \begin_inset Foot
7910 status collapsed
7911
7912 \begin_layout Plain Layout
7913 Space commands are explained in 
7914 \begin_inset CommandInset ref
7915 LatexCommand ref
7916 reference "sub:Predefined-Space"
7917
7918 \end_inset
7919
7920 .
7921 \end_layout
7922
7923 \end_inset
7924
7925  
7926 \series bold
7927
7928 \backslash
7929 :
7930 \series default
7931  is inserted before the first 
7932 \begin_inset Formula $d$
7933 \end_inset
7934
7935 , because the brace that ends behind the 
7936 \begin_inset Formula $q$
7937 \end_inset
7938
7939  prevents that the following 
7940 \begin_inset Quotes eld
7941 \end_inset
7942
7943 +
7944 \begin_inset Quotes erd
7945 \end_inset
7946
7947  is surrounded by space.
7948 \begin_inset Foot
7949 status collapsed
7950
7951 \begin_layout Plain Layout
7952 because a bracket is not handled as character, see 
7953 \begin_inset CommandInset ref
7954 LatexCommand ref
7955 reference "sub:Binary-Operators"
7956
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963
7964  In the second row the second brace is inserted.
7965  As it should begin before the 
7966 \begin_inset Formula $b$
7967 \end_inset
7968
7969 , first the command 
7970 \series bold
7971
7972 \backslash
7973 hphantom{gggg+
7974 \backslash
7975 :}
7976 \series default
7977  is inserted.
7978 \begin_inset Foot
7979 status collapsed
7980
7981 \begin_layout Plain Layout
7982 more about 
7983 \series bold
7984
7985 \backslash
7986 hphantom
7987 \series default
7988  see 
7989 \begin_inset CommandInset ref
7990 LatexCommand ref
7991 reference "sub:Placeholders"
7992
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999
8000  This space is needed because the 
8001 \begin_inset Quotes eld
8002 \end_inset
8003
8004 +
8005 \begin_inset Quotes erd
8006 \end_inset
8007
8008  is also surrounded by space in the formula.
8009  The brace is placed under the command 
8010 \series bold
8011
8012 \backslash
8013 hphantom{bbqq+dddd}
8014 \series default
8015 .
8016 \end_layout
8017
8018 \begin_layout Standard
8019 It gets more complicated when brackets overlap each other, like in the following
8020  example:
8021 \begin_inset ERT
8022 status collapsed
8023
8024 \begin_layout Plain Layout
8025
8026
8027 \backslash
8028 setlength{
8029 \backslash
8030 jot}{-6pt}
8031 \end_layout
8032
8033 \end_inset
8034
8035
8036 \begin_inset Formula 
8037 \begin{eqnarray*}
8038  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8039 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8040 \end{eqnarray*}
8041
8042 \end_inset
8043
8044
8045 \begin_inset ERT
8046 status collapsed
8047
8048 \begin_layout Plain Layout
8049
8050
8051 \backslash
8052 setlength{
8053 \backslash
8054 jot}{3pt}
8055 \end_layout
8056
8057 \end_inset
8058
8059 The first formula row is the same as the second row of the previous example,
8060  with the difference that the brace is above.
8061  The second row contains the formula together with the second brace.
8062  To avoid that there is space between the upper brace in the first row and
8063  the formula, the row spacing need to be reduced.
8064  This is not easily possible due to a bug in LyX
8065 \begin_inset Foot
8066 status collapsed
8067
8068 \begin_layout Plain Layout
8069 \begin_inset CommandInset href
8070 LatexCommand href
8071 name "LyX-bug #1505"
8072 target "http://www.lyx.org/trac/ticket/1505"
8073
8074 \end_inset
8075
8076
8077 \end_layout
8078
8079 \end_inset
8080
8081 .
8082  As solution for the problem, the global formula row separation 
8083 \series bold
8084
8085 \backslash
8086 jot
8087 \series default
8088
8089 \begin_inset Index idx
8090 status collapsed
8091
8092 \begin_layout Plain Layout
8093 Commands ! J ! 
8094 \backslash
8095 jot
8096 \end_layout
8097
8098 \end_inset
8099
8100  must be changed to -6
8101 \begin_inset space \thinspace{}
8102 \end_inset
8103
8104 pt before the formula with the command 
8105 \series bold
8106
8107 \backslash
8108 setlength{
8109 \backslash
8110 jot}{-6pt}
8111 \series default
8112  in TeX-mode.
8113  
8114 \series bold
8115
8116 \backslash
8117 jot
8118 \series default
8119  is set back after the formula to the standard value of 3
8120 \begin_inset space \thinspace{}
8121 \end_inset
8122
8123 pt using the same command.
8124  More about the row separation in formulas is explained in 
8125 \begin_inset CommandInset ref
8126 LatexCommand ref
8127 reference "sub:Line-Separation"
8128
8129 \end_inset
8130
8131 .
8132 \end_layout
8133
8134 \begin_layout Section
8135 Arrows
8136 \begin_inset Index idx
8137 status collapsed
8138
8139 \begin_layout Plain Layout
8140 Arrows
8141 \end_layout
8142
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \begin_layout Standard
8149 Arrows can be inserted via the math toolbar button 
8150 \begin_inset Graphics
8151         filename ../images/math/leftarrow.png
8152         scale 85
8153
8154 \end_inset
8155
8156  or the commands listed in the following subsections.
8157 \end_layout
8158
8159 \begin_layout Subsection
8160 Horizontal Arrows
8161 \begin_inset Index idx
8162 status collapsed
8163
8164 \begin_layout Plain Layout
8165 Arrows ! horizontal
8166 \end_layout
8167
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \begin_layout Standard
8174 \begin_inset space \hfill{}
8175 \end_inset
8176
8177
8178 \begin_inset Tabular
8179 <lyxtabular version="3" rows="8" columns="2">
8180 <features tabularvalignment="middle">
8181 <column alignment="center" valignment="top" width="0pt">
8182 <column alignment="center" valignment="top" width="0pt">
8183 <row>
8184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Command
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Result
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 gets
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\gets$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \backslash
8235 Leftarrow
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 \begin_inset Formula $\Leftarrow$
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \backslash
8260 longleftarrow
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 \begin_inset Formula $\longleftarrow$
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \backslash
8285 Longleftarrow
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 \begin_inset Formula $\Longleftarrow$
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \backslash
8310 leftharpoonup
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 \begin_inset Formula $\leftharpoonup$
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \backslash
8335 leftharpoondown
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 \begin_inset Formula $\leftharpoondown$
8345 \end_inset
8346
8347
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \backslash
8360 hookleftarrow
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\hookleftarrow$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 </lyxtabular>
8379
8380 \end_inset
8381
8382
8383 \begin_inset space \hfill{}
8384 \end_inset
8385
8386
8387 \begin_inset Tabular
8388 <lyxtabular version="3" rows="8" columns="2">
8389 <features tabularvalignment="middle">
8390 <column alignment="center" valignment="top" width="0pt">
8391 <column alignment="center" valignment="top" width="0pt">
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Command
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Result
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \backslash
8419 to
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 \begin_inset Formula $\to$
8429 \end_inset
8430
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \backslash
8444 Rightarrow
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 \begin_inset Formula $\Rightarrow$
8454 \end_inset
8455
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 longrightarrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\longrightarrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 Longrightarrow
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\Longrightarrow$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \backslash
8519 rightharpoonup
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 \begin_inset Formula $\rightharpoonup$
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 rightharpoondown
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 \begin_inset Formula $\rightharpoondown$
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 hookrightarrow
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\hookrightarrow$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 </lyxtabular>
8588
8589 \end_inset
8590
8591
8592 \begin_inset space \hfill{}
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \begin_layout Standard
8599 \begin_inset space \hfill{}
8600 \end_inset
8601
8602
8603 \begin_inset Tabular
8604 <lyxtabular version="3" rows="6" columns="2">
8605 <features tabularvalignment="middle">
8606 <column alignment="center" valignment="top" width="0pt">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Command
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Result
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \backslash
8635 leftrightarrow
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 \begin_inset Formula $\leftrightarrow$
8645 \end_inset
8646
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 Leftrightarrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\Leftrightarrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 longleftrightarrow
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\longleftrightarrow$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 Longleftrightarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\Longleftrightarrow$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735 rightleftharpoons
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\rightleftharpoons$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 </lyxtabular>
8754
8755 \end_inset
8756
8757
8758 \begin_inset space \hspace{}
8759 \length 25pt
8760 \end_inset
8761
8762
8763 \begin_inset space \hfill{}
8764 \end_inset
8765
8766
8767 \begin_inset Tabular
8768 <lyxtabular version="3" rows="5" columns="2">
8769 <features tabularvalignment="middle">
8770 <column alignment="center" valignment="top" width="0pt">
8771 <column alignment="center" valignment="top" width="0pt">
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Command
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Result
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \backslash
8799 mapsto
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 \begin_inset Formula $\mapsto$
8809 \end_inset
8810
8811
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \backslash
8824 longmapsto
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 \begin_inset Formula $\longmapsto$
8834 \end_inset
8835
8836
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \backslash
8849 leadsto
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 \begin_inset Formula $\leadsto$
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \backslash
8874 dasharrow
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 \begin_inset Formula $\dasharrow$
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 </lyxtabular>
8893
8894 \end_inset
8895
8896
8897 \begin_inset space \hfill{}
8898 \end_inset
8899
8900
8901 \end_layout
8902
8903 \begin_layout Standard
8904 \begin_inset VSpace medskip
8905 \end_inset
8906
8907 Arrows used as accent like e.
8908 \begin_inset space \thinspace{}
8909 \end_inset
8910
8911 g.
8912 \begin_inset space \space{}
8913 \end_inset
8914
8915 vector arrows are listed in 
8916 \begin_inset CommandInset ref
8917 LatexCommand ref
8918 reference "sec:Accents"
8919
8920 \end_inset
8921
8922 .
8923 \end_layout
8924
8925 \begin_layout Standard
8926 \begin_inset VSpace bigskip
8927 \end_inset
8928
8929 Furthermore there are the labeled arrows
8930 \begin_inset Index idx
8931 status collapsed
8932
8933 \begin_layout Plain Layout
8934 Arrows ! labeled
8935 \end_layout
8936
8937 \end_inset
8938
8939  
8940 \series bold
8941
8942 \backslash
8943 xleftarrow
8944 \series default
8945
8946 \begin_inset Index idx
8947 status collapsed
8948
8949 \begin_layout Plain Layout
8950 Commands ! X ! 
8951 \backslash
8952 xleftarrow
8953 \end_layout
8954
8955 \end_inset
8956
8957  and 
8958 \series bold
8959
8960 \backslash
8961 xrightarrow
8962 \series default
8963
8964 \begin_inset Index idx
8965 status collapsed
8966
8967 \begin_layout Plain Layout
8968 Commands ! X ! 
8969 \backslash
8970 xrightarrow
8971 \begin_inset ERT
8972 status collapsed
8973
8974 \begin_layout Plain Layout
8975
8976
8977 \backslash
8978 vspace{4mm}
8979 \end_layout
8980
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \end_inset
8987
8988 .
8989  When inserting one of these commands in a formula, an arrow with two blue
8990  boxes appear where the label can be inserted.
8991  The length of the arrow adapts to the label width.
8992 \end_layout
8993
8994 \begin_layout Standard
8995 \align center
8996 \begin_inset Tabular
8997 <lyxtabular version="3" rows="3" columns="2">
8998 <features tabularvalignment="middle">
8999 <column alignment="center" valignment="top" width="0pt">
9000 <column alignment="center" valignment="top" width="0pt">
9001 <row>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Command
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Result
9016 \begin_inset Note Note
9017 status collapsed
9018
9019 \begin_layout Plain Layout
9020
9021 \series bold
9022
9023 \backslash
9024 raisebox
9025 \series default
9026  is only used as spacer.
9027 \end_layout
9028
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 F(a)
9043 \backslash
9044 xleftarrow
9045 \begin_inset ERT
9046 status collapsed
9047
9048 \begin_layout Plain Layout
9049
9050
9051 \backslash
9052 spce 
9053 \end_layout
9054
9055 \end_inset
9056
9057 x=a
9058 \begin_inset Formula $\downarrow$
9059 \end_inset
9060
9061 x>0
9062 \begin_inset Formula $\to$
9063 \end_inset
9064
9065 F(x)
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 F(x)
9089 \backslash
9090 xrightarrow
9091 \begin_inset ERT
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095
9096
9097 \backslash
9098 spce 
9099 \end_layout
9100
9101 \end_inset
9102
9103 x=a
9104 \begin_inset Formula $\downarrow$
9105 \end_inset
9106
9107 x>0
9108 \begin_inset Formula $\to$
9109 \end_inset
9110
9111 F(a)
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 </lyxtabular>
9130
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \begin_layout Subsection
9137 Vertical and diagonal Arrows
9138 \begin_inset Index idx
9139 status collapsed
9140
9141 \begin_layout Plain Layout
9142 Arrows ! diagonal
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \begin_inset Index idx
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 Arrows ! vertical
9153 \end_layout
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 \begin_inset space \hfill{}
9162 \end_inset
9163
9164
9165 \begin_inset Tabular
9166 <lyxtabular version="3" rows="7" columns="2">
9167 <features tabularvalignment="middle">
9168 <column alignment="center" valignment="top" width="0pt">
9169 <column alignment="center" valignment="top" width="0pt">
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Command
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Result
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \backslash
9197 uparrow
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 \begin_inset Formula $\uparrow$
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \backslash
9222 Uparrow
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 \begin_inset Formula $\Uparrow$
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \backslash
9247 updownarrow
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 \begin_inset Formula $\updownarrow$
9257 \end_inset
9258
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \backslash
9272 Updownarrow
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 \begin_inset Formula $\Updownarrow$
9282 \end_inset
9283
9284
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \backslash
9297 Downarrow
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 \begin_inset Formula $\Downarrow$
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \backslash
9322 downarrow
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 \begin_inset Formula $\downarrow$
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 </lyxtabular>
9341
9342 \end_inset
9343
9344
9345 \begin_inset space \hfill{}
9346 \end_inset
9347
9348
9349 \begin_inset Tabular
9350 <lyxtabular version="3" rows="5" columns="2">
9351 <features tabularvalignment="middle">
9352 <column alignment="center" valignment="top" width="0pt">
9353 <column alignment="center" valignment="top" width="0pt">
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Command
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Result
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \backslash
9381 nearrow
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 \begin_inset Formula $\nearrow$
9391 \end_inset
9392
9393
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 </row>
9399 <row>
9400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404
9405 \backslash
9406 searrow
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 \begin_inset Formula $\searrow$
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \backslash
9431 swarrow
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Formula $\swarrow$
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456 nwarrow
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 \begin_inset Formula $\nwarrow$
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 </lyxtabular>
9475
9476 \end_inset
9477
9478
9479 \begin_inset space \hfill{}
9480 \end_inset
9481
9482
9483 \end_layout
9484
9485 \begin_layout Standard
9486 \begin_inset VSpace medskip
9487 \end_inset
9488
9489 Vertical arrows can be used also as delimiter together with the commands
9490  described in 
9491 \begin_inset CommandInset ref
9492 LatexCommand ref
9493 reference "sub:Manual-Bracket-Size"
9494
9495 \end_inset
9496
9497  and 
9498 \begin_inset CommandInset ref
9499 LatexCommand ref
9500 reference "sub:Automatic-Bracket-Size"
9501
9502 \end_inset
9503
9504 .
9505 \end_layout
9506
9507 \begin_layout Section
9508 Accents
9509 \begin_inset CommandInset label
9510 LatexCommand label
9511 name "sec:Accents"
9512
9513 \end_inset
9514
9515
9516 \begin_inset Index idx
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520 Accents
9521 \end_layout
9522
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \begin_layout Standard
9529 Accents can be inserted via the math toolbar button 
9530 \begin_inset Graphics
9531         filename ../images/math/hat.png
9532         scale 85
9533
9534 \end_inset
9535
9536  or the commands listed in the following subsections.
9537 \end_layout
9538
9539 \begin_layout Subsection
9540 Accents for one Character
9541 \begin_inset ERT
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546
9547 \backslash
9548 texorpdfstring{
9549 \end_layout
9550
9551 \end_inset
9552
9553
9554 \begin_inset Foot
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 accents in text see 
9559 \begin_inset CommandInset ref
9560 LatexCommand ref
9561 reference "sub:Accents-in-Text"
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \end_inset
9569
9570
9571 \begin_inset ERT
9572 status collapsed
9573
9574 \begin_layout Plain Layout
9575
9576 }{}
9577 \end_layout
9578
9579 \end_inset
9580
9581
9582 \begin_inset Note Note
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588
9589 \backslash
9590 texorpdfstring
9591 \series default
9592  is used to avoid that the footnote appears in the PDF-bookmark.
9593 \end_layout
9594
9595 \begin_layout Plain Layout
9596 More about 
9597 \series bold
9598
9599 \backslash
9600 texorpdfstring
9601 \series default
9602  is in section 
9603 \begin_inset CommandInset ref
9604 LatexCommand ref
9605 reference "sub:Formulas-in-Section"
9606
9607 \end_inset
9608
9609 .
9610 \end_layout
9611
9612 \end_inset
9613
9614
9615 \begin_inset CommandInset label
9616 LatexCommand label
9617 name "sub:Accents-for-one"
9618
9619 \end_inset
9620
9621
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Accents ! for one character
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 \begin_inset space \hfill{}
9636 \end_inset
9637
9638
9639 \begin_inset Tabular
9640 <lyxtabular version="3" rows="8" columns="2">
9641 <features tabularvalignment="middle">
9642 <column alignment="center" valignment="top" width="0pt">
9643 <column alignment="center" valignment="top" width="0pt">
9644 <row>
9645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 Command
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Result
9659 \begin_inset Note Note
9660 status collapsed
9661
9662 \begin_layout Plain Layout
9663
9664 \series bold
9665
9666 \backslash
9667 raisebox
9668 \series default
9669  is only used as spacer.
9670 \end_layout
9671
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 dot
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 spce 
9696 \end_layout
9697
9698 \end_inset
9699
9700 A
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 ddot
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 spce 
9734 \end_layout
9735
9736 \end_inset
9737
9738 A
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \backslash
9763 dddot
9764 \begin_inset ERT
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768
9769
9770 \backslash
9771 spce 
9772 \end_layout
9773
9774 \end_inset
9775
9776 A
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \backslash
9801 ddddot
9802 \begin_inset ERT
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806
9807
9808 \backslash
9809 spce 
9810 \end_layout
9811
9812 \end_inset
9813
9814 A
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 vec
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845
9846 \backslash
9847 spce 
9848 \end_layout
9849
9850 \end_inset
9851
9852 A
9853 \begin_inset Index idx
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857 Vectors
9858 \end_layout
9859
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 bar
9888 \begin_inset ERT
9889 status collapsed
9890
9891 \begin_layout Plain Layout
9892
9893
9894 \backslash
9895 spce 
9896 \end_layout
9897
9898 \end_inset
9899
9900 A
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9910 \end_inset
9911
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \backslash
9925 mathring
9926 \begin_inset ERT
9927 status collapsed
9928
9929 \begin_layout Plain Layout
9930
9931
9932 \backslash
9933 spce 
9934 \end_layout
9935
9936 \end_inset
9937
9938 A
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 </lyxtabular>
9957
9958 \end_inset
9959
9960
9961 \begin_inset space \hfill{}
9962 \end_inset
9963
9964
9965 \begin_inset Tabular
9966 <lyxtabular version="3" rows="7" columns="2">
9967 <features tabularvalignment="middle">
9968 <column alignment="center" valignment="top" width="0pt">
9969 <column alignment="center" valignment="top" width="0pt">
9970 <row>
9971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Command
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Result
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \backslash
9997 tilde
9998 \begin_inset ERT
9999 status collapsed
10000
10001 \begin_layout Plain Layout
10002
10003
10004 \backslash
10005 spce 
10006 \end_layout
10007
10008 \end_inset
10009
10010 A
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \backslash
10035 hat
10036 \begin_inset ERT
10037 status collapsed
10038
10039 \begin_layout Plain Layout
10040
10041
10042 \backslash
10043 spce 
10044 \end_layout
10045
10046 \end_inset
10047
10048 A
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \backslash
10073 check
10074 \begin_inset ERT
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078
10079
10080 \backslash
10081 spce 
10082 \end_layout
10083
10084 \end_inset
10085
10086 A
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row>
10105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \backslash
10111 acute
10112 \begin_inset ERT
10113 status collapsed
10114
10115 \begin_layout Plain Layout
10116
10117
10118 \backslash
10119 spce 
10120 \end_layout
10121
10122 \end_inset
10123
10124 A
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10134 \end_inset
10135
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \backslash
10149 grave
10150 \begin_inset ERT
10151 status collapsed
10152
10153 \begin_layout Plain Layout
10154
10155
10156 \backslash
10157 spce 
10158 \end_layout
10159
10160 \end_inset
10161
10162 A
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \backslash
10187 breve
10188 \begin_inset ERT
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192
10193
10194 \backslash
10195 spce 
10196 \end_layout
10197
10198 \end_inset
10199
10200 A
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 </lyxtabular>
10219
10220 \end_inset
10221
10222
10223 \begin_inset space \hfill{}
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \begin_layout Standard
10230 \begin_inset VSpace bigskip
10231 \end_inset
10232
10233
10234 \end_layout
10235
10236 \begin_layout Standard
10237 You can directly insert accents like é to formulas.
10238  LyX will transform them to the corresponding accent command.
10239  For umlauts
10240 \begin_inset Index idx
10241 status collapsed
10242
10243 \begin_layout Plain Layout
10244 Umlauts
10245 \end_layout
10246
10247 \end_inset
10248
10249  it is better to insert a quotation mark before the vowel.
10250  These two characters are then treated by LaTeX as 
10251 \emph on
10252 one
10253 \emph default
10254  character when the formula part with the umlaut is marked as German.
10255  In contrary to 
10256 \series bold
10257
10258 \backslash
10259 ddot
10260 \series default
10261 , with this method 
10262 \begin_inset Quotes eld
10263 \end_inset
10264
10265 real
10266 \begin_inset Quotes erd
10267 \end_inset
10268
10269  umlauts are created as demonstrated in the following example:
10270 \end_layout
10271
10272 \begin_layout Standard
10273 \begin_inset VSpace -2mm
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \begin_layout Standard
10280 \align center
10281 \begin_inset Tabular
10282 <lyxtabular version="3" rows="3" columns="2">
10283 <features tabularvalignment="middle">
10284 <column alignment="center" valignment="top" width="0">
10285 <column alignment="center" valignment="top" width="0">
10286 <row>
10287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 Command
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Result
10301 \begin_inset Note Note
10302 status collapsed
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307
10308 \backslash
10309 raisebox
10310 \series default
10311  and the 0
10312 \begin_inset space \thinspace{}
10313 \end_inset
10314
10315 pt space are only used as spacer.
10316 \end_layout
10317
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \lang ngerman
10333 \begin_inset Quotes grd
10334 \end_inset
10335
10336 i
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 \begin_inset space \hspace{}
10346 \length 0pt
10347 \end_inset
10348
10349
10350 \lang ngerman
10351
10352 \begin_inset Formula $"i$
10353 \end_inset
10354
10355
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \backslash
10368 ddot
10369 \begin_inset ERT
10370 status collapsed
10371
10372 \begin_layout Plain Layout
10373
10374
10375 \backslash
10376 spce 
10377 \end_layout
10378
10379 \end_inset
10380
10381 i
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10391 \end_inset
10392
10393
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 </lyxtabular>
10400
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \begin_layout Standard
10407 Another advantage to 
10408 \series bold
10409
10410 \backslash
10411 ddot
10412 \series default
10413  is that umlauts can directly be converted to mathematical text because
10414  the accent commands above are 
10415 \emph on
10416 not allowed
10417 \emph default
10418  
10419 \emph on
10420 in mathematical text
10421 \emph default
10422 .
10423  To convert an accented character to mathematical text, only the character
10424  under the accent may be converted.
10425  This applies also for all other conversions, e.
10426 \begin_inset space \thinspace{}
10427 \end_inset
10428
10429 g.
10430 \begin_inset space \space{}
10431 \end_inset
10432
10433 to italic or bold.
10434 \end_layout
10435
10436 \begin_layout Standard
10437 In mathematical text, umlauts and other accented characters can directly
10438  be inserted.
10439 \end_layout
10440
10441 \begin_layout Subsection
10442 Accents for Operators
10443 \begin_inset Index idx
10444 status collapsed
10445
10446 \begin_layout Plain Layout
10447 Accents ! for operators
10448 \end_layout
10449
10450 \end_inset
10451
10452
10453 \end_layout
10454
10455 \begin_layout Standard
10456 With the commands 
10457 \series bold
10458
10459 \backslash
10460 overset
10461 \series default
10462
10463 \begin_inset Index idx
10464 status collapsed
10465
10466 \begin_layout Plain Layout
10467 Commands ! O ! 
10468 \backslash
10469 overset
10470 \end_layout
10471
10472 \end_inset
10473
10474  and 
10475 \series bold
10476
10477 \backslash
10478 underset
10479 \series default
10480
10481 \begin_inset Index idx
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485 Commands ! U ! 
10486 \backslash
10487 underset
10488 \end_layout
10489
10490 \end_inset
10491
10492  characters can be placed above or below an operator, respectively, to accent
10493  it.
10494  With the command 
10495 \series bold
10496
10497 \backslash
10498 sideset
10499 \series default
10500
10501 \begin_inset Index idx
10502 status collapsed
10503
10504 \begin_layout Plain Layout
10505 Commands ! S ! 
10506 \backslash
10507 sideset
10508 \end_layout
10509
10510 \end_inset
10511
10512  characters can be set before and behind an operator.
10513  The command scheme is:
10514 \end_layout
10515
10516 \begin_layout Standard
10517
10518 \series bold
10519
10520 \backslash
10521 sideset{character
10522 \series default
10523  
10524 \series bold
10525 before}{character
10526 \series default
10527  
10528 \series bold
10529 behind}
10530 \end_layout
10531
10532 \begin_layout Standard
10533
10534 \series bold
10535
10536 \backslash
10537 sideset
10538 \series default
10539  must always be before the operator that should be accented.
10540  You can accent with several characters and even with other operators and
10541  symbols.
10542  To place with 
10543 \series bold
10544
10545 \backslash
10546 sideset
10547 \series default
10548  for example only characters behind an operator, write nothing between the
10549  first braces but don't omit the braces.
10550 \end_layout
10551
10552 \begin_layout Standard
10553 For example the command 
10554 \series bold
10555
10556 \backslash
10557 sideset{
10558 \begin_inset Formula $\to$
10559 \end_inset
10560
10561
10562 \backslash
10563 {
10564 \series default
10565 '
10566 \series bold
10567
10568 \begin_inset Formula $\to$
10569 \end_inset
10570
10571
10572 \backslash
10573 sum_k=1
10574 \begin_inset ERT
10575 status collapsed
10576
10577 \begin_layout Plain Layout
10578
10579
10580 \backslash
10581 spce 
10582 \end_layout
10583
10584 \end_inset
10585
10586
10587 \series default
10588 ^
10589 \series bold
10590 n
10591 \series default
10592  produces:
10593 \begin_inset Formula 
10594 \[
10595 \sideset{}{'}\sum_{k=1}^{n}
10596 \]
10597
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \begin_layout Standard
10604 The command 
10605 \series bold
10606
10607 \backslash
10608 overset
10609 \begin_inset ERT
10610 status collapsed
10611
10612 \begin_layout Plain Layout
10613
10614
10615 \backslash
10616 spce 
10617 \end_layout
10618
10619 \end_inset
10620
10621
10622 \backslash
10623 maltese
10624 \begin_inset ERT
10625 status collapsed
10626
10627 \begin_layout Plain Layout
10628
10629
10630 \backslash
10631 spce 
10632 \end_layout
10633
10634 \end_inset
10635
10636
10637 \series default
10638
10639 \begin_inset Formula $\uparrow$
10640 \end_inset
10641
10642
10643 \series bold
10644 a
10645 \series default
10646  produces:
10647 \begin_inset Formula 
10648 \[
10649 \overset{a}{\maltese}
10650 \]
10651
10652 \end_inset
10653
10654 As seen in the last example, with 
10655 \series bold
10656
10657 \backslash
10658 overset
10659 \series default
10660  and 
10661 \series bold
10662
10663 \backslash
10664 underset
10665 \series default
10666  also symbols and characters can be accented; with 
10667 \series bold
10668
10669 \backslash
10670 sideset
10671 \series default
10672  this is not possible.
10673 \end_layout
10674
10675 \begin_layout Subsection
10676 Accents for several Characters
10677 \begin_inset Index idx
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681 Accents ! for several characters
10682 \end_layout
10683
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \begin_layout Standard
10690 \begin_inset space \hfill{}
10691 \end_inset
10692
10693
10694 \begin_inset Tabular
10695 <lyxtabular version="3" rows="5" columns="2">
10696 <features tabularvalignment="middle">
10697 <column alignment="center" valignment="top" width="0pt">
10698 <column alignment="center" valignment="top" width="0pt">
10699 <row>
10700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Command
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Result
10714 \begin_inset Note Note
10715 status collapsed
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720
10721 \backslash
10722 raisebox
10723 \series default
10724  is only used as spacer.
10725 \end_layout
10726
10727 \end_inset
10728
10729
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \backslash
10742 overleftarrow
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Plain Layout
10747
10748
10749 \backslash
10750 spce 
10751 \end_layout
10752
10753 \end_inset
10754
10755 A=B
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \backslash
10780 underleftarrow
10781 \begin_inset ERT
10782 status collapsed
10783
10784 \begin_layout Plain Layout
10785
10786
10787 \backslash
10788 spce 
10789 \end_layout
10790
10791 \end_inset
10792
10793 A=B
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10803 \end_inset
10804
10805
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 <row>
10812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \backslash
10818 overleftrightarrow
10819 \begin_inset ERT
10820 status collapsed
10821
10822 \begin_layout Plain Layout
10823
10824
10825 \backslash
10826 spce 
10827 \end_layout
10828
10829 \end_inset
10830
10831 A=B
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 </row>
10849 <row>
10850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \backslash
10856 underleftrightarrow
10857 \begin_inset ERT
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861
10862
10863 \backslash
10864 spce 
10865 \end_layout
10866
10867 \end_inset
10868
10869 A=B
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 </lyxtabular>
10888
10889 \end_inset
10890
10891
10892 \begin_inset space \hfill{}
10893 \end_inset
10894
10895
10896 \begin_inset Tabular
10897 <lyxtabular version="3" rows="5" columns="2">
10898 <features tabularvalignment="middle">
10899 <column alignment="center" valignment="top" width="0pt">
10900 <column alignment="center" valignment="top" width="0pt">
10901 <row>
10902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Command
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 Result
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \backslash
10928 overrightarrow
10929 \begin_inset ERT
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933
10934
10935 \backslash
10936 spce 
10937 \end_layout
10938
10939 \end_inset
10940
10941 A=B
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \backslash
10966 underrightarrow
10967 \begin_inset ERT
10968 status collapsed
10969
10970 \begin_layout Plain Layout
10971
10972
10973 \backslash
10974 spce 
10975 \end_layout
10976
10977 \end_inset
10978
10979 A=B
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10989 \end_inset
10990
10991
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \backslash
11004 widetilde
11005 \begin_inset ERT
11006 status collapsed
11007
11008 \begin_layout Plain Layout
11009
11010
11011 \backslash
11012 spce 
11013 \end_layout
11014
11015 \end_inset
11016
11017 A=B
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 widehat
11043 \begin_inset ERT
11044 status collapsed
11045
11046 \begin_layout Plain Layout
11047
11048
11049 \backslash
11050 spce 
11051 \end_layout
11052
11053 \end_inset
11054
11055 A=B
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 </lyxtabular>
11074
11075 \end_inset
11076
11077
11078 \begin_inset space \hfill{}
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \begin_layout Standard
11085 \begin_inset VSpace medskip
11086 \end_inset
11087
11088 With these commands as many characters as you like can be accented.
11089  But the accents 
11090 \series bold
11091
11092 \backslash
11093 widetilde
11094 \series default
11095  and 
11096 \series bold
11097
11098 \backslash
11099 widehat
11100 \series default
11101  will only be set in the output with a length of three characters, as shown
11102  in the following example:
11103 \begin_inset Formula 
11104 \[
11105 \widetilde{A+B=C-D}
11106 \]
11107
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \begin_layout Standard
11114 With the commands 
11115 \series bold
11116
11117 \backslash
11118 overset
11119 \series default
11120
11121 \begin_inset Index idx
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125 Commands ! O ! 
11126 \backslash
11127 overset
11128 \end_layout
11129
11130 \end_inset
11131
11132  and 
11133 \series bold
11134
11135 \backslash
11136 underset
11137 \series default
11138
11139 \begin_inset Index idx
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Commands ! U ! 
11144 \backslash
11145 underset
11146 \end_layout
11147
11148 \end_inset
11149
11150  described in the previous subsection it is also possible to accent several
11151  characters.
11152  The command 
11153 \series bold
11154
11155 \backslash
11156 underset
11157 \begin_inset ERT
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161
11162
11163 \backslash
11164 spce 
11165 \end_layout
11166
11167 \end_inset
11168
11169 A=B
11170 \begin_inset Formula $\downarrow$
11171 \end_inset
11172
11173 ***
11174 \series default
11175  creates:
11176 \begin_inset Formula 
11177 \[
11178 \underset{***}{A=B}
11179 \]
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Section
11187 Space
11188 \begin_inset CommandInset label
11189 LatexCommand label
11190 name "sub:Space"
11191
11192 \end_inset
11193
11194
11195 \begin_inset Index idx
11196 status collapsed
11197
11198 \begin_layout Plain Layout
11199 Space ! horizontal
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Subsection
11208 Predefined Space
11209 \begin_inset CommandInset label
11210 LatexCommand label
11211 name "sub:Predefined-Space"
11212
11213 \end_inset
11214
11215
11216 \begin_inset Index idx
11217 status collapsed
11218
11219 \begin_layout Plain Layout
11220 Space ! horizontal ! predefined
11221 \end_layout
11222
11223 \end_inset
11224
11225
11226 \end_layout
11227
11228 \begin_layout Standard
11229 Sometimes it is necessary to insert horizontal space to a formula.
11230  This is done by inserting a protected space (shortcut 
11231 \begin_inset Info
11232 type  "shortcut"
11233 arg   "space-insert protected"
11234 \end_inset
11235
11236 ).
11237  A 
11238 \begin_inset Quotes eld
11239 \end_inset
11240
11241
11242 \color blue
11243
11244 \begin_inset ERT
11245 status collapsed
11246
11247 \begin_layout Plain Layout
11248
11249
11250 \backslash
11251 spce 
11252 \end_layout
11253
11254 \end_inset
11255
11256
11257 \color inherit
11258
11259 \begin_inset Quotes erd
11260 \end_inset
11261
11262  appears and by pressing 
11263 \family sans
11264 Space
11265 \family default
11266  several times one can select one of eight different space sizes.
11267  The spaces can also be inserted using the math toolbar button 
11268 \begin_inset Graphics
11269         filename ../images/math/space.png
11270         scale 85
11271
11272 \end_inset
11273
11274  or special commands.
11275  Independent from the inserted command, one can select the size again by
11276  pressing 
11277 \family sans
11278 Space
11279 \family default
11280  afterwards.
11281 \end_layout
11282
11283 \begin_layout Standard
11284 \noindent
11285 \align center
11286 \begin_inset VSpace -5mm
11287 \end_inset
11288
11289
11290 \begin_inset Tabular
11291 <lyxtabular version="3" rows="3" columns="7">
11292 <features tabularvalignment="middle">
11293 <column alignment="center" valignment="middle" width="6.8cm">
11294 <column alignment="center" valignment="top" width="0">
11295 <column alignment="center" valignment="top" width="0">
11296 <column alignment="center" valignment="top" width="0">
11297 <column alignment="center" valignment="top" width="0">
11298 <column alignment="center" valignment="top" width="0">
11299 <column alignment="center" valignment="top" width="0">
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 Command
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \backslash
11316 ,
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \backslash
11327 :
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \backslash
11338 ;
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347
11348 \backslash
11349 quad
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358
11359 \backslash
11360 qquad
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369
11370 \backslash
11371 !
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 Number of 
11383 \family sans
11384 Space
11385 \family default
11386  keystrokes after inserting the protected space
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 0
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 1
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 2
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 3
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 4
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 5
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 Result
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset Formula $A\, B$
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 \begin_inset Formula $A\: B$
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $A\; B$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 \begin_inset Formula $A\quad B$
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A\qquad B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $A\! B$
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 </lyxtabular>
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 The last size seem to produce no space.
11538  It is displayed red in LyX contrary to the other sizes, because it is a
11539  negative space.
11540  There are two more negative spaces:
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features tabularvalignment="middle">
11548 <column alignment="center" valignment="middle" width="6.8cm">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <column alignment="center" valignment="top" width="0pt">
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 Command
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \backslash
11567 negmedspace
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576
11577 \backslash
11578 negthickspace
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 Number of 
11590 \family sans
11591 Space
11592 \family default
11593  keystrokes after inserting the protected space
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 6
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 7
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 Result
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 \begin_inset Formula $A\negmedspace B$
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 \begin_inset Formula $A\negthickspace B$
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 </lyxtabular>
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Negative spaces can lead to characters overlapping each other.
11661  Thus they can be used to enforce ligatures, what is e.
11662 \begin_inset space \thinspace{}
11663 \end_inset
11664
11665 g.
11666 \begin_inset space \space{}
11667 \end_inset
11668
11669 useful for summation operators: 
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \align center
11674 \begin_inset Tabular
11675 <lyxtabular version="3" rows="3" columns="2">
11676 <features tabularvalignment="middle">
11677 <column alignment="center" valignment="top" width="0">
11678 <column alignment="center" valignment="top" width="0">
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 Command
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 Result
11694 \begin_inset Note Note
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698
11699 \series bold
11700
11701 \backslash
11702 raisebox
11703 \series default
11704  is only used as spacer.
11705 \end_layout
11706
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720
11721 \backslash
11722 sum
11723 \backslash
11724 sum
11725 \begin_inset ERT
11726 status collapsed
11727
11728 \begin_layout Plain Layout
11729
11730
11731 \backslash
11732 spce 
11733 \end_layout
11734
11735 \end_inset
11736
11737 f_kl
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \backslash
11762 sum
11763 \backslash
11764 negmedspace
11765 \backslash
11766 sum
11767 \begin_inset ERT
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771
11772
11773 \backslash
11774 spce 
11775 \end_layout
11776
11777 \end_inset
11778
11779 f_kl
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 </lyxtabular>
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \begin_layout Standard
11805 Relations like for example equal signs, are always surrounded by space.
11806  To suppress this, the equal sign is placed into a TeX-brace.
11807  The following example demonstrates this:
11808 \end_layout
11809
11810 \begin_layout Standard
11811 \align center
11812 \begin_inset Tabular
11813 <lyxtabular version="3" rows="2" columns="2">
11814 <features tabularvalignment="middle">
11815 <column alignment="center" valignment="top" width="0pt">
11816 <column alignment="center" valignment="top" width="0pt">
11817 <row>
11818 <cell alignment="center" valignment="top" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 normal equation
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Formula $A=B$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 <row>
11841 <cell alignment="center" valignment="top" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 \begin_inset Note Note
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849
11850 \series bold
11851
11852 \backslash
11853 raisebox
11854 \series default
11855  is only used as spacer.
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \begin_inset Formula $\raisebox{5mm}{}$
11862 \end_inset
11863
11864 equation without space
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 \begin_inset Formula $A{=}B$
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 </lyxtabular>
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 \noindent
11891 The command for the last formula is: 
11892 \series bold
11893 A
11894 \backslash
11895 {=
11896 \begin_inset Formula $\to$
11897 \end_inset
11898
11899 B
11900 \end_layout
11901
11902 \begin_layout Standard
11903 \begin_inset VSpace bigskip
11904 \end_inset
11905
11906 Spaces are needed for physical units, because the space between the value
11907  and the unit is the smallest one and not a normal space.
11908  For units in text, the smallest space is inserted via the menu 
11909 \family sans
11910 Insert\SpecialChar \menuseparator
11911 Formatting\SpecialChar \menuseparator
11912 Thin
11913 \begin_inset space ~
11914 \end_inset
11915
11916 Space
11917 \family default
11918  (shortcut 
11919 \begin_inset Info
11920 type  "shortcut"
11921 arg   "space-insert thin"
11922 \end_inset
11923
11924 ).
11925 \end_layout
11926
11927 \begin_layout Standard
11928 An example to visualize the difference:
11929 \end_layout
11930
11931 \begin_layout Standard
11932 \begin_inset Tabular
11933 <lyxtabular version="3" rows="2" columns="2">
11934 <features tabularvalignment="middle">
11935 <column alignment="left" valignment="top" width="0">
11936 <column alignment="left" valignment="top" width="0">
11937 <row>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 24 kW
11943 \begin_inset Formula $\cdot$
11944 \end_inset
11945
11946 h
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 space between value and unit
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 </row>
11961 <row>
11962 <cell alignment="center" valignment="top" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 24
11967 \begin_inset space \thinspace{}
11968 \end_inset
11969
11970 kW
11971 \begin_inset Formula $\cdot$
11972 \end_inset
11973
11974 h
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 smallest space between value and unit
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 </row>
11989 </lyxtabular>
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Subsection
11997 Variable Space
11998 \begin_inset ERT
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002
12003
12004 \backslash
12005 texorpdfstring{
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \begin_inset Foot
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015 for vertical space in formulas see 
12016 \begin_inset CommandInset ref
12017 LatexCommand ref
12018 reference "sub:Line-Separation"
12019
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \end_inset
12026
12027
12028 \begin_inset ERT
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032
12033 }{}
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \begin_inset Note Note
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043
12044 \backslash
12045 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12046 \end_layout
12047
12048 \begin_layout Plain Layout
12049 More about 
12050 \backslash
12051 texorpdfstring is in section 
12052 \begin_inset CommandInset ref
12053 LatexCommand ref
12054 reference "sub:Formulas-in-Section"
12055
12056 \end_inset
12057
12058 .
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \begin_inset CommandInset label
12065 LatexCommand label
12066 name "sub:Variable-Space"
12067
12068 \end_inset
12069
12070
12071 \begin_inset Index idx
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075 Space ! horizontal ! variable
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Standard
12084 Space with a defined length can be inserted with the command 
12085 \series bold
12086
12087 \backslash
12088 hspace
12089 \series default
12090
12091 \begin_inset Index idx
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095 Commands ! H ! 
12096 \backslash
12097 hspace
12098 \end_layout
12099
12100 \end_inset
12101
12102 .
12103  Then a long 
12104 \begin_inset Quotes eld
12105 \end_inset
12106
12107
12108 \color blue
12109
12110 \begin_inset ERT
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114
12115
12116 \backslash
12117 spce 
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \color inherit
12124
12125 \begin_inset Quotes erd
12126 \end_inset
12127
12128  appears.
12129  The length can be specified by left-clicking on the 
12130 \begin_inset Quotes eld
12131 \end_inset
12132
12133
12134 \color blue
12135
12136 \begin_inset ERT
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140
12141
12142 \backslash
12143 spce 
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \color inherit
12150
12151 \begin_inset Quotes erd
12152 \end_inset
12153
12154 .
12155  The length may also be negative.
12156  To insert so many space that the formula uses all available space, the
12157  command 
12158 \series bold
12159
12160 \backslash
12161 hfill
12162 \series default
12163
12164 \begin_inset Index idx
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168 Commands ! H ! 
12169 \backslash
12170 hfill
12171 \end_layout
12172
12173 \end_inset
12174
12175  is used.
12176 \end_layout
12177
12178 \begin_layout Standard
12179 \begin_inset VSpace -1mm
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \align center
12187 \begin_inset Tabular
12188 <lyxtabular version="3" rows="4" columns="2">
12189 <features tabularvalignment="middle">
12190 <column alignment="center" valignment="top" width="0">
12191 <column alignment="center" valignment="top" width="0">
12192 <row>
12193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 Command (
12198 \backslash
12199 hspace length)
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 Result
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 </row>
12214 <row>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 A=B
12220 \backslash
12221 hspace
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227
12228 \backslash
12229 spce 
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \begin_inset Formula $\to$
12236 \end_inset
12237
12238 A
12239 \backslash
12240 not=C (3
12241 \begin_inset space \thinspace{}
12242 \end_inset
12243
12244 cm)
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 <row>
12263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 A
12268 \backslash
12269 hspace
12270 \begin_inset ERT
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274
12275
12276 \backslash
12277 spce 
12278 \end_layout
12279
12280 \end_inset
12281
12282
12283 \begin_inset Formula $\to$
12284 \end_inset
12285
12286 A
12287 \backslash
12288 not=A (-1
12289 \begin_inset space \thinspace{}
12290 \end_inset
12291
12292 mm)
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 </row>
12310 <row>
12311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 A=A
12316 \backslash
12317 hfill
12318 \begin_inset ERT
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322
12323
12324 \backslash
12325 spce 
12326 \end_layout
12327
12328 \end_inset
12329
12330 B=B
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12336 \begin_inset Text
12337
12338 \begin_layout Plain Layout
12339 \begin_inset Formula $A=A\hfill B=B$
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 </row>
12348 </lyxtabular>
12349
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \begin_layout Standard
12356 In the last example the available space is given by the longest column entry
12357  of the table.
12358  In an inline formula the space depends on the length of the line in which
12359  
12360 \series bold
12361
12362 \backslash
12363 hfill
12364 \series default
12365  is inserted.
12366  Thus, when the line uses the full width, no space will be created.
12367  
12368 \series bold
12369
12370 \backslash
12371 hfill
12372 \series default
12373  only has an effect on displayed formulas when the formula style 
12374 \series bold
12375 Indented
12376 \series default
12377  is used.
12378  (Formula styles are explained in 
12379 \begin_inset CommandInset ref
12380 LatexCommand ref
12381 reference "sec:Formula-Styles"
12382
12383 \end_inset
12384
12385 .)
12386 \end_layout
12387
12388 \begin_layout Standard
12389 Besides 
12390 \series bold
12391
12392 \backslash
12393 hfill
12394 \series default
12395 , there are the commands 
12396 \series bold
12397
12398 \backslash
12399 dotfill
12400 \series default
12401  and 
12402 \series bold
12403
12404 \backslash
12405 hrulefill
12406 \series default
12407  that fill the space with a pattern, see 
12408 \begin_inset CommandInset ref
12409 LatexCommand ref
12410 reference "sub:Ellipses"
12411
12412 \end_inset
12413
12414  for an example.
12415 \end_layout
12416
12417 \begin_layout Standard
12418 For text, variable space can be inserted via the menu 
12419 \family sans
12420 Insert\SpecialChar \menuseparator
12421 Formatting\SpecialChar \menuseparator
12422 Horizontal
12423 \begin_inset space ~
12424 \end_inset
12425
12426 Space
12427 \family default
12428 :
12429 \end_layout
12430
12431 \begin_layout Standard
12432 This is a line with
12433 \begin_inset space \hspace{}
12434 \length 2cm
12435 \end_inset
12436
12437 2
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 cm space.
12442 \end_layout
12443
12444 \begin_layout Standard
12445 This is a line with
12446 \begin_inset space \hfill{}
12447 \end_inset
12448
12449 maximum space.
12450 \end_layout
12451
12452 \begin_layout Subsection
12453 Space besides inline Formulas
12454 \begin_inset Index idx
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458 Space ! besides inline formulas
12459 \end_layout
12460
12461 \end_inset
12462
12463
12464 \end_layout
12465
12466 \begin_layout Standard
12467 The space that surrounds inline formulas can be adjusted with the length
12468  
12469 \series bold
12470
12471 \backslash
12472 mathsurround
12473 \series default
12474
12475 \begin_inset Index idx
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Commands ! M ! 
12480 \backslash
12481 mathsurround
12482 \end_layout
12483
12484 \end_inset
12485
12486 .
12487  The value of a length is set with the command 
12488 \series bold
12489
12490 \backslash
12491 setlength
12492 \series default
12493
12494 \begin_inset Index idx
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Commands ! S ! 
12499 \backslash
12500 setlength
12501 \end_layout
12502
12503 \end_inset
12504
12505  that has the following scheme:
12506 \end_layout
12507
12508 \begin_layout Standard
12509
12510 \series bold
12511
12512 \backslash
12513 setlength{length name}{value}
12514 \end_layout
12515
12516 \begin_layout Standard
12517 To set 
12518 \series bold
12519
12520 \backslash
12521 mathsurround
12522 \series default
12523  to the value 5
12524 \begin_inset space \thinspace{}
12525 \end_inset
12526
12527 mm, the command
12528 \end_layout
12529
12530 \begin_layout Standard
12531
12532 \series bold
12533
12534 \backslash
12535 setlength{
12536 \backslash
12537 mathsurround}{5mm}
12538 \end_layout
12539
12540 \begin_layout Standard
12541 is inserted in TeX-mode.
12542  5
12543 \begin_inset space \thinspace{}
12544 \end_inset
12545
12546 mm space will now be set around all inline formulas:
12547 \begin_inset ERT
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551
12552
12553 \backslash
12554 setlength{
12555 \backslash
12556 mathsurround}{5mm}
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \end_layout
12563
12564 \begin_layout Standard
12565 This is a line with an inline formula 
12566 \begin_inset Formula $A=B$
12567 \end_inset
12568
12569  with 5
12570 \begin_inset space \thinspace{}
12571 \end_inset
12572
12573 mm surrounding space.
12574 \begin_inset ERT
12575 status collapsed
12576
12577 \begin_layout Plain Layout
12578
12579
12580 \backslash
12581 setlength{
12582 \backslash
12583 mathsurround}{0pt}
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \begin_layout Standard
12592 To return to the predefined value, 
12593 \series bold
12594
12595 \backslash
12596 mathsurround
12597 \series default
12598  is set to the value 0
12599 \begin_inset space \thinspace{}
12600 \end_inset
12601
12602 pt.
12603 \end_layout
12604
12605 \begin_layout Section
12606 Boxes and Frames
12607 \begin_inset Index idx
12608 status collapsed
12609
12610 \begin_layout Plain Layout
12611 Boxes
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \begin_inset Index idx
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621 Frames | see
12622 \begin_inset ERT
12623 status collapsed
12624
12625 \begin_layout Plain Layout
12626
12627 {
12628 \end_layout
12629
12630 \end_inset
12631
12632 Boxes
12633 \begin_inset ERT
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637
12638 }
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \begin_layout Standard
12652 Boxes for text are described in chapter 
12653 \family typewriter
12654 Boxes
12655 \family default
12656  in the 
12657 \family typewriter
12658 Embedded
12659 \begin_inset space ~
12660 \end_inset
12661
12662 Objects
12663 \family default
12664  manual.
12665 \end_layout
12666
12667 \begin_layout Subsection
12668 Boxes with Frame
12669 \begin_inset CommandInset label
12670 LatexCommand label
12671 name "sub:Boxes-with-Frame"
12672
12673 \end_inset
12674
12675
12676 \begin_inset Index idx
12677 status collapsed
12678
12679 \begin_layout Plain Layout
12680 Boxes ! with frame
12681 \end_layout
12682
12683 \end_inset
12684
12685
12686 \end_layout
12687
12688 \begin_layout Standard
12689 It is possible to frame formulas or parts of it with the commands 
12690 \series bold
12691
12692 \backslash
12693 fbox
12694 \series default
12695
12696 \begin_inset Index idx
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700 Commands ! F ! 
12701 \backslash
12702 fbox
12703 \end_layout
12704
12705 \end_inset
12706
12707  and 
12708 \series bold
12709
12710 \backslash
12711 boxed
12712 \series default
12713
12714 \begin_inset Index idx
12715 status collapsed
12716
12717 \begin_layout Plain Layout
12718 Commands ! B ! 
12719 \backslash
12720 boxed
12721 \end_layout
12722
12723 \end_inset
12724
12725 .
12726 \end_layout
12727
12728 \begin_layout Standard
12729 When one of these commands is inserted to a formula, a blue box appears
12730  within a frame to enter formula parts.
12731  For 
12732 \series bold
12733
12734 \backslash
12735 fbox
12736 \series default
12737  an additional formula has to be created by 
12738 \family sans
12739 Ctrl+M
12740 \family default
12741  within this box, because the box content will otherwise be treated as mathemati
12742 cal text.
12743  When 
12744 \series bold
12745
12746 \backslash
12747 boxed
12748 \series default
12749  is used, a new formula is automatically created inside the frame.
12750 \end_layout
12751
12752 \begin_layout Standard
12753 The command 
12754 \series bold
12755
12756 \backslash
12757 fbox
12758 \series default
12759  is not suitable to frame displayed formulas because the formula will always
12760  be set in the size of the text.
12761  
12762 \series bold
12763
12764 \backslash
12765 boxed
12766 \series default
12767  is in contrary not suitable to frame inline formulas, because the formula
12768  will always be set in the size of a displayed formula.
12769 \end_layout
12770
12771 \begin_layout Standard
12772 As extension to 
12773 \series bold
12774
12775 \backslash
12776 fbox
12777 \series default
12778  there is the command 
12779 \series bold
12780
12781 \backslash
12782 framebox
12783 \series default
12784
12785 \begin_inset Index idx
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789 Commands ! F ! 
12790 \backslash
12791 framebox
12792 \end_layout
12793
12794 \end_inset
12795
12796  where additionally the frame width and the alignment can be specified.
12797  
12798 \series bold
12799
12800 \backslash
12801 framebox
12802 \series default
12803  is used in the following scheme:
12804 \end_layout
12805
12806 \begin_layout Standard
12807
12808 \series bold
12809
12810 \backslash
12811 framebox[frame width][position]{box content}
12812 \end_layout
12813
12814 \begin_layout Standard
12815 The position can either be 
12816 \emph on
12817 l
12818 \emph default
12819  or 
12820 \emph on
12821 r
12822 \emph default
12823 .
12824  
12825 \emph on
12826 l
12827 \emph default
12828  left aligns, 
12829 \emph on
12830 r
12831 \emph default
12832  right aligns the formula in the box.
12833  When no position is given, the formula will be centered.
12834 \begin_inset Newline newline
12835 \end_inset
12836
12837 Is no width given, also no position can be given.
12838  In this case the frame width is adjusted to the box content like for 
12839 \series bold
12840
12841 \backslash
12842 fbox
12843 \series default
12844 .
12845 \end_layout
12846
12847 \begin_layout Standard
12848 When the command 
12849 \series bold
12850
12851 \backslash
12852 framebox
12853 \series default
12854  is inserted, a box appears containing three blue boxes.
12855  The first two boxes are surrounded by brackets and denote the two optional
12856  arguments.
12857  The third box is for formula parts like for 
12858 \series bold
12859
12860 \backslash
12861 fbox
12862 \series default
12863 .
12864 \end_layout
12865
12866 \begin_layout Standard
12867 \align center
12868 \begin_inset Tabular
12869 <lyxtabular version="3" rows="5" columns="2">
12870 <features tabularvalignment="middle">
12871 <column alignment="center" valignment="top" width="0">
12872 <column alignment="center" valignment="top" width="0">
12873 <row>
12874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 Command
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 Result
12888 \begin_inset Note Note
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892
12893 \series bold
12894
12895 \backslash
12896 raisebox
12897 \series default
12898  is only used as spacer.
12899 \end_layout
12900
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914
12915 \backslash
12916 fbox
12917 \begin_inset ERT
12918 status collapsed
12919
12920 \begin_layout Plain Layout
12921
12922
12923 \backslash
12924 spce 
12925 \end_layout
12926
12927 \end_inset
12928
12929
12930 \family sans
12931 Ctrl+M
12932 \family default
12933  
12934 \backslash
12935 int
12936 \begin_inset ERT
12937 status collapsed
12938
12939 \begin_layout Plain Layout
12940
12941
12942 \backslash
12943 spce 
12944 \end_layout
12945
12946 \end_inset
12947
12948 A=B
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 </row>
12966 <row>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971
12972 \backslash
12973 boxed
12974 \begin_inset ERT
12975 status collapsed
12976
12977 \begin_layout Plain Layout
12978
12979
12980 \backslash
12981 spce 
12982 \end_layout
12983
12984 \end_inset
12985
12986
12987 \backslash
12988 int
12989 \begin_inset ERT
12990 status collapsed
12991
12992 \begin_layout Plain Layout
12993
12994
12995 \backslash
12996 spce 
12997 \end_layout
12998
12999 \end_inset
13000
13001 A=B
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 </row>
13019 <row>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 A+
13025 \backslash
13026 fbox
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032
13033 \backslash
13034 spce 
13035 \end_layout
13036
13037 \end_inset
13038
13039 B
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 <row>
13058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062
13063 \backslash
13064 framebox
13065 \begin_inset ERT
13066 status collapsed
13067
13068 \begin_layout Plain Layout
13069
13070
13071 \backslash
13072 spce 
13073 \end_layout
13074
13075 \end_inset
13076
13077 20mm
13078 \begin_inset Formula $\to$
13079 \end_inset
13080
13081
13082 \begin_inset Formula $\to$
13083 \end_inset
13084
13085
13086 \family sans
13087 Ctrl+M
13088 \family default
13089  
13090 \backslash
13091 frac
13092 \begin_inset ERT
13093 status collapsed
13094
13095 \begin_layout Plain Layout
13096
13097
13098 \backslash
13099 spce 
13100 \end_layout
13101
13102 \end_inset
13103
13104 A
13105 \begin_inset Formula $\downarrow$
13106 \end_inset
13107
13108 B
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 \begin_inset Formula $\raisebox{6mm}{}$
13118 \end_inset
13119
13120
13121 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13122 \end_inset
13123
13124
13125 \begin_inset Formula $\raisebox{-4mm}{}$
13126 \end_inset
13127
13128
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 </row>
13134 </lyxtabular>
13135
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \begin_layout Standard
13142 The frame thickness can also be adjusted.
13143  To do this the following commands have to be inserted in TeX-mode before
13144  the formula
13145 \end_layout
13146
13147 \begin_layout Standard
13148
13149 \series bold
13150
13151 \backslash
13152 fboxrule
13153 \series default
13154  
13155 \series bold
13156
13157 \begin_inset Quotes eld
13158 \end_inset
13159
13160 thickness
13161 \begin_inset Quotes erd
13162 \end_inset
13163
13164
13165 \series default
13166  
13167 \series bold
13168
13169 \backslash
13170 fboxsep
13171 \series default
13172  
13173 \series bold
13174
13175 \begin_inset Quotes eld
13176 \end_inset
13177
13178 distance
13179 \begin_inset Quotes erd
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \begin_layout Standard
13186 \begin_inset Quotes eld
13187 \end_inset
13188
13189 distance
13190 \begin_inset Quotes erd
13191 \end_inset
13192
13193  specifies the minimal distance between the frame and the first character
13194  in the box.
13195  An example for this is the following framed formula:
13196 \begin_inset ERT
13197 status collapsed
13198
13199 \begin_layout Plain Layout
13200
13201
13202 \backslash
13203 fboxrule 2mm 
13204 \backslash
13205 fboxsep 3mm
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \begin_inset Formula 
13212 \[
13213 \boxed{A+B=C}
13214 \]
13215
13216 \end_inset
13217
13218 Before this formula the commands
13219 \end_layout
13220
13221 \begin_layout Standard
13222
13223 \series bold
13224
13225 \backslash
13226 fboxrule
13227 \series default
13228  
13229 \series bold
13230 2mm
13231 \series default
13232  
13233 \series bold
13234
13235 \backslash
13236 fboxsep
13237 \series default
13238  
13239 \series bold
13240 3mm
13241 \end_layout
13242
13243 \begin_layout Standard
13244 were inserted in TeX-mode.
13245  The given values are used for all following boxes.
13246 \end_layout
13247
13248 \begin_layout Standard
13249 To return to the standard frame size, the command
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 fboxrule
13258 \series default
13259  
13260 \series bold
13261 0.4pt
13262 \series default
13263  
13264 \series bold
13265
13266 \backslash
13267 fboxsep
13268 \series default
13269  
13270 \series bold
13271 3pt
13272 \series default
13273
13274 \begin_inset ERT
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278
13279
13280 \backslash
13281 fboxrule 0.4pt 
13282 \backslash
13283 fboxsep 3pt
13284 \end_layout
13285
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 is inserted in TeX-mode before the next formula.
13293 \end_layout
13294
13295 \begin_layout Subsection
13296 Boxes without Frame
13297 \begin_inset CommandInset label
13298 LatexCommand label
13299 name "sub:Boxes-without-Frame"
13300
13301 \end_inset
13302
13303
13304 \begin_inset Index idx
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308 Boxes ! without frame
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 For boxes without a frame there are the following box commands: 
13318 \series bold
13319
13320 \backslash
13321 mbox
13322 \series default
13323
13324 \begin_inset Index idx
13325 status collapsed
13326
13327 \begin_layout Plain Layout
13328 Commands ! M ! 
13329 \backslash
13330 mbox
13331 \end_layout
13332
13333 \end_inset
13334
13335
13336 \series bold
13337
13338 \backslash
13339 makebox
13340 \series default
13341
13342 \begin_inset Index idx
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346 Commands ! M ! 
13347 \backslash
13348 makebox
13349 \end_layout
13350
13351 \end_inset
13352
13353  and 
13354 \series bold
13355
13356 \backslash
13357 raisebox
13358 \series default
13359
13360 \begin_inset Index idx
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364 Commands ! R ! 
13365 \backslash
13366 raisebox
13367 \end_layout
13368
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \begin_layout Standard
13375 With 
13376 \series bold
13377
13378 \backslash
13379 raisebox
13380 \series default
13381  a box can be super- or subscripted.
13382  But in contrary to normal super- and subscripting, the characters in the
13383  box keep their font size.
13384  
13385 \series bold
13386
13387 \backslash
13388 raisebox
13389 \series default
13390  is used in the following scheme:
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 raisebox{height}{box content}
13399 \end_layout
13400
13401 \begin_layout Standard
13402 When the box should contain a formula, an extra formula is needed like for
13403  
13404 \series bold
13405
13406 \backslash
13407 fbox
13408 \series default
13409 .
13410  
13411 \series medium
13412
13413 \begin_inset Note Greyedout
13414 status open
13415
13416 \begin_layout Plain Layout
13417
13418 \series bold
13419 Note:
13420 \series default
13421  For 
13422 \series bold
13423
13424 \backslash
13425 raisebox
13426 \series default
13427  this extra formula is created by pressing 
13428 \family sans
13429 Ctrl+M
13430 \family default
13431  twice instead of once because LyX doesn't yet support 
13432 \series bold
13433
13434 \backslash
13435 raisebox
13436 \series default
13437  directly.
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \begin_layout Standard
13446 \align center
13447 \begin_inset Tabular
13448 <lyxtabular version="3" rows="4" columns="2">
13449 <features tabularvalignment="middle">
13450 <column alignment="center" valignment="top" width="0">
13451 <column alignment="center" valignment="top" width="0">
13452 <row>
13453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 Command
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 Result
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 H
13478 \backslash
13479 raisebox{2mm
13480 \begin_inset Formula $\to$
13481 \end_inset
13482
13483
13484 \backslash
13485 {al
13486 \begin_inset Formula $\to$
13487 \end_inset
13488
13489  lo
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 </row>
13507 <row>
13508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 H
13513 \backslash
13514 raisebox{-2mm
13515 \begin_inset Formula $\to$
13516 \end_inset
13517
13518
13519 \backslash
13520 {al
13521 \begin_inset Formula $\to$
13522 \end_inset
13523
13524 lo
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 </row>
13542 <row>
13543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 A=
13548 \backslash
13549 raisebox{-2mm
13550 \begin_inset Formula $\to$
13551 \end_inset
13552
13553
13554 \backslash
13555 {
13556 \family sans
13557 Ctrl+M
13558 \family default
13559  
13560 \family sans
13561 Ctrl+M
13562 \family default
13563  
13564 \backslash
13565 sqrt
13566 \begin_inset ERT
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570
13571
13572 \backslash
13573 spce 
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 </lyxtabular>
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \begin_layout Standard
13604 The command 
13605 \series bold
13606
13607 \backslash
13608 mbox
13609 \series default
13610  is equivalent to 
13611 \series bold
13612
13613 \backslash
13614 fbox
13615 \series default
13616  and 
13617 \series bold
13618
13619 \backslash
13620 makebox
13621 \series default
13622  is equivalent to 
13623 \series bold
13624
13625 \backslash
13626 framebox
13627 \series default
13628 , with the difference that there is no frame.
13629 \end_layout
13630
13631 \begin_layout Subsection
13632 Colored Boxes
13633 \begin_inset CommandInset label
13634 LatexCommand label
13635 name "sub:Colored-Boxes"
13636
13637 \end_inset
13638
13639
13640 \begin_inset Index idx
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644 Boxes ! colored
13645 \end_layout
13646
13647 \end_inset
13648
13649
13650 \end_layout
13651
13652 \begin_layout Standard
13653 To be able to use all commands explained in this section, the LaTeX-package
13654  
13655 \series bold
13656 color
13657 \series default
13658
13659 \begin_inset Foot
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663 The LaTeX-package 
13664 \series bold
13665 color
13666 \series default
13667  is part of every LaTeX standard installation.
13668 \end_layout
13669
13670 \end_inset
13671
13672
13673 \begin_inset Index idx
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677 Packages ! color
13678 \end_layout
13679
13680 \end_inset
13681
13682  has to be loaded in the LaTeX-preamble with the line
13683 \begin_inset Foot
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687 When text is colored somewhere in the document with a predefined color,
13688  LyX loads the LaTeX-package 
13689 \series bold
13690 color
13691 \series default
13692  automatically.
13693  Thus it is possible that the package is loaded twice, but this doesn't
13694  arise problems.
13695 \end_layout
13696
13697 \end_inset
13698
13699
13700 \begin_inset Note Note
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13705 amble.
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714
13715 \series bold
13716
13717 \backslash
13718 usepackage{color}
13719 \end_layout
13720
13721 \begin_layout Standard
13722 \begin_inset VSpace medskip
13723 \end_inset
13724
13725 To color boxes, the command 
13726 \series bold
13727
13728 \backslash
13729 colorbox
13730 \series default
13731
13732 \begin_inset Index idx
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736 Commands ! C ! 
13737 \backslash
13738 colorbox
13739 \end_layout
13740
13741 \end_inset
13742
13743  is used in the following scheme:
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \series bold
13749
13750 \backslash
13751 colorbox{color}{box content}
13752 \end_layout
13753
13754 \begin_layout Standard
13755 The box content can also be a box and a 
13756 \series bold
13757
13758 \backslash
13759 colorbox
13760 \series default
13761  can also be part of another box (see the 2nd and 3rd example).
13762  When the box should contain a formula, an extra formula has to be created,
13763  the same way as for 
13764 \series bold
13765
13766 \backslash
13767 raisebox
13768 \series default
13769 .
13770 \begin_inset Foot
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774 This also applies for the command 
13775 \series bold
13776
13777 \backslash
13778 fcolorbox
13779 \series default
13780 .
13781 \end_layout
13782
13783 \end_inset
13784
13785
13786 \end_layout
13787
13788 \begin_layout Standard
13789 One of the following predefined colors can be chosen:
13790 \end_layout
13791
13792 \begin_layout Standard
13793
13794 \series bold
13795 black
13796 \series default
13797
13798 \series bold
13799 blue
13800 \series default
13801
13802 \series bold
13803 cyan
13804 \series default
13805
13806 \series bold
13807 green
13808 \series default
13809
13810 \series bold
13811 magenta
13812 \series default
13813
13814 \series bold
13815 red
13816 \series default
13817
13818 \series bold
13819 white
13820 \series default
13821  and 
13822 \series bold
13823 yellow
13824 \end_layout
13825
13826 \begin_layout Standard
13827 \align center
13828 \begin_inset Tabular
13829 <lyxtabular version="3" rows="4" columns="2">
13830 <features tabularvalignment="middle">
13831 <column alignment="center" valignment="top" width="0">
13832 <column alignment="center" valignment="top" width="0">
13833 <row>
13834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 Command
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 Result
13848 \begin_inset Note Note
13849 status collapsed
13850
13851 \begin_layout Plain Layout
13852
13853 \series bold
13854
13855 \backslash
13856 raisebox
13857 \series default
13858  is only used as spacer.
13859 \end_layout
13860
13861 \end_inset
13862
13863
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874
13875 \backslash
13876 colorbox{yellow
13877 \begin_inset Formula $\to$
13878 \end_inset
13879
13880
13881 \backslash
13882 {A=B
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 <row>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905
13906 \backslash
13907 colorbox{green
13908 \begin_inset Formula $\to$
13909 \end_inset
13910
13911
13912 \backslash
13913 {
13914 \backslash
13915 fbox
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921
13922 \backslash
13923 spce 
13924 \end_layout
13925
13926 \end_inset
13927
13928 A=B
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 <row>
13947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951
13952 \backslash
13953 fbox
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959
13960 \backslash
13961 spce 
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \backslash
13968 colorbox{green
13969 \begin_inset Formula $\to$
13970 \end_inset
13971
13972
13973 \backslash
13974 {
13975 \family sans
13976 Ctrl+M
13977 \family default
13978  
13979 \family sans
13980 Ctrl+M
13981 \family default
13982  
13983 \backslash
13984 int
13985 \begin_inset ERT
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 spce 
13993 \end_layout
13994
13995 \end_inset
13996
13997 C=D
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14007 \end_inset
14008
14009
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 </lyxtabular>
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \begin_layout Standard
14023
14024 \series bold
14025
14026 \backslash
14027 colorbox
14028 \series default
14029  only colors the box but not the characters in the box.
14030  To color all characters, the whole formula is highlighted and the wanted
14031  color is chosen in the 
14032 \family sans
14033 Text
14034 \begin_inset space ~
14035 \end_inset
14036
14037 Style
14038 \family default
14039  dialog.
14040  The dialog can be called with the toolbar button 
14041 \begin_inset Graphics
14042         filename ../images/dialog-show_character.png
14043         scale 85
14044
14045 \end_inset
14046
14047  or the menu 
14048 \family sans
14049 Edit\SpecialChar \menuseparator
14050 Text
14051 \begin_inset space ~
14052 \end_inset
14053
14054 Style\SpecialChar \menuseparator
14055 Customized
14056 \family default
14057 .
14058  The formula number has then the same color as the formula.
14059  When the formula number should get another color than the formula characters,
14060  the color must be changed within the formula.
14061 \end_layout
14062
14063 \begin_layout Standard
14064 An example:
14065 \end_layout
14066
14067 \begin_layout Standard
14068
14069 \color red
14070 \begin_inset Formula 
14071 \begin{equation}
14072 \int A=B\label{eq:red}
14073 \end{equation}
14074
14075 \end_inset
14076
14077
14078 \color green
14079
14080 \begin_inset Formula 
14081 \begin{equation}
14082 \textcolor{red}{\int A=B}\label{eq:redgreen}
14083 \end{equation}
14084
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \begin_layout Standard
14091 Formula 
14092 \begin_inset CommandInset ref
14093 LatexCommand eqref
14094 reference "eq:red"
14095
14096 \end_inset
14097
14098  is completely colored red.
14099 \begin_inset Newline newline
14100 \end_inset
14101
14102 Formula 
14103 \begin_inset CommandInset ref
14104 LatexCommand eqref
14105 reference "eq:redgreen"
14106
14107 \end_inset
14108
14109  was first completely colored green to set the color for the formula number.
14110  Subsequently the formula characters were colored red.
14111 \end_layout
14112
14113 \begin_layout Standard
14114 \begin_inset VSpace bigskip
14115 \end_inset
14116
14117 To color the frame different than the rest of the box, the command 
14118 \series bold
14119
14120 \backslash
14121 fcolorbox
14122 \series default
14123
14124 \begin_inset Index idx
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128 Commands ! F ! 
14129 \backslash
14130 fcolorbox
14131 \end_layout
14132
14133 \end_inset
14134
14135  is used in the following scheme:
14136 \end_layout
14137
14138 \begin_layout Standard
14139
14140 \series bold
14141
14142 \backslash
14143 fcolorbox{frame color}{color}{box content}
14144 \end_layout
14145
14146 \begin_layout Standard
14147 So 
14148 \series bold
14149
14150 \backslash
14151 fcolorbox
14152 \series default
14153  is an extension of the command 
14154 \series bold
14155
14156 \backslash
14157 colorbox
14158 \series default
14159 .
14160  The frame width is set, like for 
14161 \series bold
14162
14163 \backslash
14164 framebox
14165 \series default
14166 , with 
14167 \series bold
14168
14169 \backslash
14170 fboxrule
14171 \series default
14172  and 
14173 \series bold
14174
14175 \backslash
14176 fboxsep
14177 \series default
14178 .
14179  An example:
14180 \begin_inset ERT
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184
14185
14186 \backslash
14187 fboxrule 1mm 
14188 \backslash
14189 fboxsep 1mm
14190 \end_layout
14191
14192 \end_inset
14193
14194
14195 \begin_inset Formula 
14196 \[
14197 \fcolorbox{cyan}{magenta}{A=B}
14198 \]
14199
14200 \end_inset
14201
14202
14203 \begin_inset ERT
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207
14208
14209 \backslash
14210 fboxrule 0.4pt 
14211 \backslash
14212 fboxsep 3pt
14213 \end_layout
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \begin_layout Standard
14221 This formula was created with the command
14222 \begin_inset Newline newline
14223 \end_inset
14224
14225
14226 \series bold
14227
14228 \backslash
14229 fcolorbox{cyan
14230 \begin_inset Formula $\to$
14231 \end_inset
14232
14233
14234 \backslash
14235 {magenta
14236 \begin_inset Formula $\to$
14237 \end_inset
14238
14239
14240 \backslash
14241 {A=B
14242 \series default
14243 .
14244 \end_layout
14245
14246 \begin_layout Standard
14247 \begin_inset VSpace bigskip
14248 \end_inset
14249
14250 To use other colors than the predefined ones, they have to be defined first.
14251 \end_layout
14252
14253 \begin_layout Standard
14254 One can for example define the color 
14255 \begin_inset Quotes eld
14256 \end_inset
14257
14258
14259 \series bold
14260 darkgreen
14261 \series default
14262
14263 \begin_inset Quotes erd
14264 \end_inset
14265
14266  with the LaTeX-preamble line:
14267 \end_layout
14268
14269 \begin_layout Standard
14270
14271 \series bold
14272
14273 \backslash
14274 definecolor{darkgreen}{cmyk}{0.5,
14275 \series default
14276  
14277 \series bold
14278 0,
14279 \series default
14280  
14281 \series bold
14282 1,
14283 \series default
14284  
14285 \series bold
14286 0.5}
14287 \series default
14288
14289 \begin_inset Index idx
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293 Commands ! D ! 
14294 \backslash
14295 definecolor
14296 \end_layout
14297
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \begin_layout Standard
14304
14305 \series bold
14306 cmyk
14307 \series default
14308  is the color space that denotes the colors 
14309 \series bold
14310 cyan
14311 \series default
14312
14313 \series bold
14314 magenta
14315 \series default
14316
14317 \series bold
14318 yellow
14319 \series default
14320  and 
14321 \series bold
14322 black
14323 \series default
14324 .
14325  The four comma separated numbers are the portion factor for the corresponding
14326  colors of the color space.
14327  The factors can be in the range of 0
14328 \begin_inset space \thinspace{}
14329 \end_inset
14330
14331 -
14332 \begin_inset space \thinspace{}
14333 \end_inset
14334
14335 1.
14336  Instead of 
14337 \series bold
14338 cmyk
14339 \series default
14340  also the color space 
14341 \series bold
14342 rgb
14343 \series default
14344  can be used for definitions.
14345  
14346 \series bold
14347 rgb
14348 \series default
14349  denotes 
14350 \series bold
14351 red
14352 \series default
14353
14354 \series bold
14355 green
14356 \series default
14357  and 
14358 \series bold
14359 blue
14360 \series default
14361 , so that there are in this case three portion factors for the corresponding
14362  colors.
14363  Furthermore there is the color space 
14364 \series bold
14365 gray
14366 \series default
14367  with one portion factor for the gray value.
14368 \end_layout
14369
14370 \begin_layout Standard
14371 As example a framed box with the new defined color 
14372 \series bold
14373 darkgreen
14374 \series default
14375  where the characters have been colored 
14376 \series bold
14377 yellow
14378 \series default
14379 :
14380 \begin_inset Formula 
14381 \begin{equation}
14382 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14383 \end{equation}
14384
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \begin_layout Standard
14391 Self-defined colors can also be used for text with the help of the command
14392  
14393 \series bold
14394
14395 \backslash
14396 textcolor
14397 \series default
14398 :
14399 \begin_inset Index idx
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 Text ! colored
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \backslash
14419 textcolor{darkgreen}{
14420 \end_layout
14421
14422 \end_inset
14423
14424 This sentence is 
14425 \begin_inset Quotes eld
14426 \end_inset
14427
14428 darkgreen
14429 \begin_inset Quotes erd
14430 \end_inset
14431
14432 .
14433 \begin_inset ERT
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437
14438 }
14439 \end_layout
14440
14441 \end_inset
14442
14443
14444 \end_layout
14445
14446 \begin_layout Standard
14447
14448 \series bold
14449
14450 \backslash
14451 textcolor
14452 \series default
14453
14454 \begin_inset Index idx
14455 status collapsed
14456
14457 \begin_layout Plain Layout
14458 Commands ! T ! 
14459 \backslash
14460 textcolor
14461 \end_layout
14462
14463 \end_inset
14464
14465  is used in the scheme 
14466 \series bold
14467
14468 \backslash
14469 textcolor{color}{characters to color}
14470 \series default
14471 .
14472 \end_layout
14473
14474 \begin_layout Subsection
14475 Paragraph Boxes
14476 \begin_inset CommandInset label
14477 LatexCommand label
14478 name "sub:Paragraph-Boxes"
14479
14480 \end_inset
14481
14482
14483 \begin_inset Index idx
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487 Boxes ! as paragraph
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496 A box that can contain several lines and paragraphs, a so called paragraph
14497  box (parbox), can be created with the menu 
14498 \family sans
14499 Insert\SpecialChar \menuseparator
14500 Box
14501 \family default
14502  or the toolbar button 
14503 \begin_inset Graphics
14504         filename ../images/box-insert.png
14505         scale 85
14506
14507 \end_inset
14508
14509 .
14510 \end_layout
14511
14512 \begin_layout Standard
14513 The following example shows a framed parbox in a line:
14514 \end_layout
14515
14516 \begin_layout Standard
14517 \begin_inset VSpace medskip
14518 \end_inset
14519
14520 This is a line 
14521 \begin_inset Box Boxed
14522 position "c"
14523 hor_pos "c"
14524 has_inner_box 1
14525 inner_pos "t"
14526 use_parbox 1
14527 use_makebox 0
14528 width "5cm"
14529 special "none"
14530 height "1in"
14531 height_special "totalheight"
14532 status open
14533
14534 \begin_layout Plain Layout
14535 This is a paragraph box.
14536  It is exactly 5
14537 \begin_inset space \thinspace{}
14538 \end_inset
14539
14540 cm long and can also contain formulas: 
14541 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \end_inset
14548
14549  with a parbox.
14550 \end_layout
14551
14552 \begin_layout Standard
14553 \begin_inset VSpace medskip
14554 \end_inset
14555
14556
14557 \end_layout
14558
14559 \begin_layout Standard
14560 Such a box is created by right-clicking on the gray box inset.
14561  A dialog pops up showing the box properties.
14562  In our case set: 
14563 \emph on
14564 Decoration
14565 \emph default
14566 : Recangular box, 
14567 \emph on
14568 Inner Box
14569 \emph default
14570 : Parbox, 
14571 \emph on
14572 Width
14573 \emph default
14574 : 5
14575 \begin_inset space \thinspace{}
14576 \end_inset
14577
14578 cm, 
14579 \emph on
14580 Vertical Box Alignment
14581 \emph default
14582 : Middle
14583 \end_layout
14584
14585 \begin_layout Standard
14586 \begin_inset VSpace medskip
14587 \end_inset
14588
14589 In LaTeX a parbox is created with the command 
14590 \series bold
14591
14592 \backslash
14593 parbox
14594 \series default
14595
14596 \begin_inset Index idx
14597 status collapsed
14598
14599 \begin_layout Plain Layout
14600 Commands ! P ! 
14601 \backslash
14602 parbox
14603 \end_layout
14604
14605 \end_inset
14606
14607  that has the following scheme:
14608 \end_layout
14609
14610 \begin_layout Standard
14611
14612 \series bold
14613
14614 \backslash
14615 parbox[position]{width}{box content}
14616 \end_layout
14617
14618 \begin_layout Standard
14619 The positions 
14620 \emph on
14621 b
14622 \emph default
14623  and 
14624 \emph on
14625 t
14626 \emph default
14627  are possible.
14628  
14629 \emph on
14630 b
14631 \emph default
14632  for bottom means that the box is aligned within the surrounding text with
14633  its last line.
14634  With 
14635 \emph on
14636 t
14637 \emph default
14638  for top this is done with the first line.
14639  When no position is given, the box will be vertically centered, see section
14640  
14641 \emph on
14642 Boxes
14643 \emph default
14644  of the 
14645 \emph on
14646 Embedded
14647 \begin_inset space ~
14648 \end_inset
14649
14650 Objects
14651 \emph default
14652  manual for examples.
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \begin_inset VSpace bigskip
14657 \end_inset
14658
14659 To frame formulas completely, including the formula number, the formula
14660  must be set into a parbox.
14661  To do this, the command 
14662 \series bold
14663
14664 \backslash
14665 fbox{
14666 \backslash
14667 parbox{
14668 \backslash
14669 linewidth-2
14670 \backslash
14671 fboxsep-2
14672 \backslash
14673 fboxrule}{
14674 \series default
14675  is inserted in TeX-mode before the formula.
14676  
14677 \series bold
14678
14679 \backslash
14680 linewidth
14681 \series default
14682
14683 \begin_inset Index idx
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687 Commands ! L ! 
14688 \backslash
14689 linewidth
14690 \end_layout
14691
14692 \end_inset
14693
14694  is hereby the line width set for the document.
14695  Because the frame is outside the parbox, 2
14696 \begin_inset space \thinspace{}
14697 \end_inset
14698
14699 times the frame separation and the frame thickness must be subtracted from
14700  the line width.
14701  As this is not automatically done by LyX due to a bug
14702 \begin_inset Foot
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 \begin_inset CommandInset href
14707 LatexCommand href
14708 name "LyX-bug #4483"
14709 target "http://www.lyx.org/trac/ticket/4483"
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \end_inset
14717
14718 , TeX-mode has to be used.
14719  To be able to multiply and subtract in arguments, the LaTeX-package 
14720 \series bold
14721 calc
14722 \series default
14723
14724 \begin_inset Foot
14725 status collapsed
14726
14727 \begin_layout Plain Layout
14728
14729 \series bold
14730 calc
14731 \series default
14732  is part of every LaTeX standard installation.
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \begin_inset Index idx
14739 status collapsed
14740
14741 \begin_layout Plain Layout
14742 Packages ! calc
14743 \end_layout
14744
14745 \end_inset
14746
14747  must be loaded in the LaTeX-preamble with the line
14748 \end_layout
14749
14750 \begin_layout Standard
14751
14752 \series bold
14753
14754 \backslash
14755 usepackage{calc}
14756 \end_layout
14757
14758 \begin_layout Standard
14759 Behind the formula both boxes are closed by entering 
14760 \series bold
14761 }}
14762 \series default
14763  in TeX-mode.
14764  Here is an example:
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770
14771 \backslash
14772 fboxsep 5mm 
14773 \backslash
14774 fboxrule 5mm
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788
14789 \backslash
14790 fbox{
14791 \backslash
14792 parbox{
14793 \backslash
14794 linewidth-2
14795 \backslash
14796 fboxsep-2
14797 \backslash
14798 fboxrule}{
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \begin_inset Formula 
14805 \begin{equation}
14806 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14807 \end{equation}
14808
14809 \end_inset
14810
14811
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817 }}
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 fboxrule 0.4pt 
14831 \backslash
14832 fboxsep 3pt
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \begin_layout Standard
14841 \begin_inset VSpace medskip
14842 \end_inset
14843
14844 As a parbox is used as argument of 
14845 \series bold
14846
14847 \backslash
14848 fbox
14849 \series default
14850 , there is in this case no difference between 
14851 \series bold
14852
14853 \backslash
14854 fbox
14855 \series default
14856  and 
14857 \series bold
14858
14859 \backslash
14860 boxed
14861 \series default
14862 .
14863 \end_layout
14864
14865 \begin_layout Standard
14866 \begin_inset VSpace bigskip
14867 \end_inset
14868
14869 Paragraph boxes are very useful to comment formulas directly.
14870  To do this, 
14871 \series bold
14872
14873 \backslash
14874 parbox
14875 \series default
14876  is used in combination with the command 
14877 \series bold
14878
14879 \backslash
14880 tag
14881 \series default
14882 .
14883  (more about 
14884 \series bold
14885
14886 \backslash
14887 tag
14888 \series default
14889  see 
14890 \begin_inset CommandInset ref
14891 LatexCommand ref
14892 reference "sub:User-defined-Numbering"
14893
14894 \end_inset
14895
14896 )
14897 \end_layout
14898
14899 \begin_layout Standard
14900 An example of a formula commented with 
14901 \series bold
14902
14903 \backslash
14904 parbox
14905 \series default
14906 :
14907 \end_layout
14908
14909 \begin_layout Standard
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915
14916 \backslash
14917 [5x-7b=3b
14918 \backslash
14919 tag*{
14920 \backslash
14921 parbox{5cm}{
14922 \end_layout
14923
14924 \end_inset
14925
14926 This is a description.
14927  It is distinctly separated from the formula and multiline.
14928 \begin_inset ERT
14929 status collapsed
14930
14931 \begin_layout Plain Layout
14932
14933 }}
14934 \backslash
14935 ]
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \begin_layout Standard
14944 Such a formula must be inserted completely in TeX-mode because LyX does
14945  not yet support the command 
14946 \series bold
14947
14948 \backslash
14949 parbox
14950 \series default
14951  in formulas.
14952  The formula is created with the following command sequence:
14953 \end_layout
14954
14955 \begin_layout Standard
14956 The command 
14957 \series bold
14958
14959 \backslash
14960 [5x-7b=3b
14961 \backslash
14962 tag*
14963 \backslash
14964 {
14965 \backslash
14966 parbox{5cm}{
14967 \series default
14968  is inserted in TeX-mode.
14969 \begin_inset Foot
14970 status collapsed
14971
14972 \begin_layout Plain Layout
14973 When the formula style 
14974 \series bold
14975 Indented
14976 \series default
14977  is used, 
14978 \series bold
14979
14980 \backslash
14981 tag*
14982 \backslash
14983 {
14984 \series default
14985  can also be replaced by 
14986 \series bold
14987
14988 \backslash
14989 hfill
14990 \series default
14991 .
14992  (formula styles see 
14993 \begin_inset CommandInset ref
14994 LatexCommand ref
14995 reference "sec:Formula-Styles"
14996
14997 \end_inset
14998
14999 )
15000 \end_layout
15001
15002 \end_inset
15003
15004  Then the description follows as normal text and finally 
15005 \series bold
15006 }}
15007 \backslash
15008 ]
15009 \series default
15010  is inserted in TeX-mode.
15011  The commands 
15012 \series bold
15013
15014 \backslash
15015 [
15016 \series default
15017  and 
15018 \series bold
15019
15020 \backslash
15021 ]
15022 \series default
15023  hereby create a displayed formula.
15024 \end_layout
15025
15026 \begin_layout Standard
15027 The advantages of 
15028 \series bold
15029
15030 \backslash
15031 parbox
15032 \series default
15033  can be seen in this example that was 
15034 \begin_inset Quotes eld
15035 \end_inset
15036
15037 commented
15038 \begin_inset Quotes erd
15039 \end_inset
15040
15041  using the mathematical textmode:
15042 \begin_inset Formula 
15043 \[
15044 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15045 \]
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Section
15053 Operators
15054 \begin_inset Index idx
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058 Operators
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \begin_layout Subsection
15067 Big Operators
15068 \begin_inset CommandInset label
15069 LatexCommand label
15070 name "sub:Big-Operators"
15071
15072 \end_inset
15073
15074
15075 \begin_inset Index idx
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Operators ! big
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \begin_inset Index idx
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089 Sums
15090 \end_layout
15091
15092 \end_inset
15093
15094
15095 \begin_inset Index idx
15096 status collapsed
15097
15098 \begin_layout Plain Layout
15099 Integrals
15100 \end_layout
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \begin_layout Standard
15108 To be able to use all integral operators listed here, the option 
15109 \family sans
15110 Use esint package automatically
15111 \family default
15112  must be set in the document settings under 
15113 \family sans
15114 Math
15115 \begin_inset space ~
15116 \end_inset
15117
15118 Options
15119 \family default
15120 .
15121 \end_layout
15122
15123 \begin_layout Standard
15124 \begin_inset space \hfill{}
15125 \end_inset
15126
15127
15128 \begin_inset Tabular
15129 <lyxtabular version="3" rows="11" columns="2">
15130 <features tabularvalignment="middle">
15131 <column alignment="center" valignment="top" width="0pt">
15132 <column alignment="center" valignment="top" width="0pt">
15133 <row>
15134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 Command
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 Result
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 int
15161 \begin_inset Index idx
15162 status collapsed
15163
15164 \begin_layout Plain Layout
15165 Commands ! I ! 
15166 \backslash
15167 int
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $\int$
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \backslash
15197 oint
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 \begin_inset Formula $\oint$
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \backslash
15222 ointctrclockwise
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 \begin_inset Formula $\ointctrclockwise$
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 </row>
15240 <row>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \backslash
15247 ointclockwise
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 \begin_inset Formula $\ointclockwise$
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 </row>
15265 <row>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270
15271 \backslash
15272 sqint
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 \begin_inset Formula $\sqint$
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 </row>
15290 <row>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \backslash
15297 fint
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306  
15307 \begin_inset Formula $\fint$
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \backslash
15323 landupint
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332  
15333 \begin_inset Formula $\landupint$
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \backslash
15349 landdownint
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358  
15359 \begin_inset Formula $\landdownint$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 bigcap
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\bigcap$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 bigcup
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\bigcup$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 </lyxtabular>
15419
15420 \end_inset
15421
15422
15423 \begin_inset space \hfill{}
15424 \end_inset
15425
15426
15427 \begin_inset Tabular
15428 <lyxtabular version="3" rows="11" columns="2">
15429 <features tabularvalignment="middle">
15430 <column alignment="center" valignment="top" width="0pt">
15431 <column alignment="center" valignment="top" width="0pt">
15432 <row>
15433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 Command
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 Result
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 sum
15460 \begin_inset Index idx
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464 Commands ! S ! 
15465 \backslash
15466 sum
15467 \end_layout
15468
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\sum$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \backslash
15496 prod
15497 \begin_inset Index idx
15498 status collapsed
15499
15500 \begin_layout Plain Layout
15501 Commands ! P ! 
15502 \backslash
15503 prod
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517 \begin_inset Formula $\prod$
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \backslash
15533 coprod
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 \begin_inset Formula $\coprod$
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \backslash
15558 bigodot
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 \begin_inset Formula $\bigodot$
15568 \end_inset
15569
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 </row>
15576 <row>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581
15582 \backslash
15583 bigotimes
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Formula $\bigotimes$
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \backslash
15608 bigoplus
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Formula $\bigoplus$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 bigwedge
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Formula $\bigwedge$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \backslash
15658 bigvee
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 \begin_inset Formula $\bigvee$
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 bigsqcup
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\bigsqcup$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 biguplus
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\biguplus$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 </lyxtabular>
15727
15728 \end_inset
15729
15730
15731 \begin_inset space \hfill{}
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \begin_layout Standard
15738 All big operators can also be inserted via the math toolbar button 
15739 \begin_inset Graphics
15740         filename ../images/math/intop.png
15741         scale 85
15742
15743 \end_inset
15744
15745 .
15746 \end_layout
15747
15748 \begin_layout Standard
15749 The operators are called big because they are bigger than the sometimes
15750  equal looking binary operators.
15751  All big operators can have limits as described in the next subsection.
15752 \end_layout
15753
15754 \begin_layout Standard
15755 For all integral operators there is a second version available, ending on
15756  
15757 \series bold
15758 op
15759 \series default
15760
15761 \series bold
15762
15763 \backslash
15764 intop
15765 \series default
15766
15767 \series bold
15768
15769 \backslash
15770 ointop
15771 \series default
15772  etc..
15773  These operators are different from 
15774 \series bold
15775
15776 \backslash
15777 int
15778 \series default
15779  etc.
15780 \begin_inset space \space{}
15781 \end_inset
15782
15783 in the style the operator limits are displayed, see 
15784 \begin_inset CommandInset ref
15785 LatexCommand ref
15786 reference "sub:Operator-Limits"
15787
15788 \end_inset
15789
15790 .
15791  
15792 \end_layout
15793
15794 \begin_layout Subsubsection*
15795 Advice for Integrals
15796 \end_layout
15797
15798 \begin_layout Standard
15799 The letter 
15800 \emph on
15801 d
15802 \emph default
15803  in an integral is an operator, that therefore has to be set upright.
15804  This is done by highlighting the 
15805 \emph on
15806 d
15807 \emph default
15808  and using the keyboard shortcut 
15809 \begin_inset Info
15810 type  "shortcut"
15811 arg   "font-roman"
15812 \end_inset
15813
15814
15815 \begin_inset Foot
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819 Font styles
15820 \series bold
15821  
15822 \series default
15823 see 
15824 \begin_inset CommandInset ref
15825 LatexCommand ref
15826 reference "sub:Font-Styles"
15827
15828 \end_inset
15829
15830
15831 \end_layout
15832
15833 \end_inset
15834
15835 .
15836  Finally the smallest space is inserted before the 
15837 \emph on
15838 d
15839 \emph default
15840 , as this is usual for operators.
15841  An example:
15842 \end_layout
15843
15844 \begin_layout Standard
15845 incorrect: 
15846 \begin_inset Formula $\int A(x)dx$
15847 \end_inset
15848
15849
15850 \begin_inset Newline newline
15851 \end_inset
15852
15853
15854 \begin_inset Phantom HPhantom
15855 status open
15856
15857 \begin_layout Plain Layout
15858 in
15859 \end_layout
15860
15861 \end_inset
15862
15863 correct: 
15864 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \begin_layout Standard
15871 For multiple integrals there are the following commands:
15872 \begin_inset VSpace medskip
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Standard
15879 \begin_inset space \hfill{}
15880 \end_inset
15881
15882
15883 \begin_inset Tabular
15884 <lyxtabular version="3" rows="4" columns="2">
15885 <features tabularvalignment="middle">
15886 <column alignment="center" valignment="top" width="0">
15887 <column alignment="center" valignment="top" width="0">
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 Command
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 Result
15903 \begin_inset Note Note
15904 status collapsed
15905
15906 \begin_layout Plain Layout
15907
15908 \series bold
15909
15910 \backslash
15911 raisebox
15912 \series default
15913  is only used as spacer.
15914 \end_layout
15915
15916 \end_inset
15917
15918
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row>
15925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \backslash
15931 iint
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15941 \end_inset
15942
15943
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 <row>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954
15955 \backslash
15956 oiint
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \backslash
15981 sqiint
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 </lyxtabular>
16000
16001 \end_inset
16002
16003
16004 \begin_inset space \hfill{}
16005 \end_inset
16006
16007
16008 \begin_inset Tabular
16009 <lyxtabular version="3" rows="4" columns="2">
16010 <features tabularvalignment="middle">
16011 <column alignment="center" valignment="top" width="0">
16012 <column alignment="center" valignment="top" width="0">
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 Command
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 Result
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 <row>
16034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038
16039 \backslash
16040 iiint
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \backslash
16065 iiiint
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088
16089 \backslash
16090 dotsint
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 </lyxtabular>
16109
16110 \end_inset
16111
16112
16113 \begin_inset space \hfill{}
16114 \end_inset
16115
16116
16117 \end_layout
16118
16119 \begin_layout Subsection
16120 Operator Limits
16121 \begin_inset CommandInset label
16122 LatexCommand label
16123 name "sub:Operator-Limits"
16124
16125 \end_inset
16126
16127
16128 \begin_inset Index idx
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132 Operators ! Limits
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \begin_layout Standard
16141 Limits are created by super- and subscripts:
16142 \end_layout
16143
16144 \begin_layout Standard
16145 \align center
16146 \begin_inset Tabular
16147 <lyxtabular version="3" rows="2" columns="2">
16148 <features tabularvalignment="middle">
16149 <column alignment="center" valignment="top" width="0pt">
16150 <column alignment="center" valignment="top" width="0pt">
16151 <row>
16152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 Command
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 Result
16166 \begin_inset Note Note
16167 status collapsed
16168
16169 \begin_layout Plain Layout
16170
16171 \series bold
16172
16173 \backslash
16174 raisebox
16175 \series default
16176  is only used as spacer.
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \backslash
16194 prod^
16195 \backslash
16196 infty
16197 \begin_inset ERT
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201
16202
16203 \backslash
16204 spce 
16205 \end_layout
16206
16207 \end_inset
16208
16209
16210 \begin_inset Formula $\to$
16211 \end_inset
16212
16213 _0
16214 \begin_inset Formula $\to$
16215 \end_inset
16216
16217 A(x)
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 </lyxtabular>
16236
16237 \end_inset
16238
16239
16240 \end_layout
16241
16242 \begin_layout Standard
16243 Limits of inline formulas are set right beside the operator.
16244  Limits in displayed formulas are set above or below the operator, except
16245  for integral limits.
16246 \end_layout
16247
16248 \begin_layout Standard
16249 To force that the limits are set beside the operator, the cursor is set
16250  directly behind the operator and the limits type is changed with the menu
16251  
16252 \family sans
16253 Edit\SpecialChar \menuseparator
16254 Math\SpecialChar \menuseparator
16255 Change Limits Type
16256 \family default
16257  to 
16258 \family sans
16259 \series bold
16260 Inline
16261 \family default
16262 \series default
16263  (shortcut 
16264 \begin_inset Info
16265 type  "shortcut"
16266 arg   "math-limits"
16267 \end_inset
16268
16269 ).
16270  An example:
16271 \end_layout
16272
16273 \begin_layout Standard
16274 The default limits type is this:
16275 \begin_inset Formula 
16276 \[
16277 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16278 \]
16279
16280 \end_inset
16281
16282 This is how it looks when the limits type was changed to 
16283 \family sans
16284 \series bold
16285 Inline
16286 \family default
16287 \series default
16288 :
16289 \begin_inset Formula 
16290 \[
16291 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16292 \]
16293
16294 \end_inset
16295
16296 For integrals, except those ending with 
16297 \series bold
16298 op
16299 \series default
16300  like 
16301 \series bold
16302
16303 \backslash
16304 intop
16305 \series default
16306
16307 \series bold
16308
16309 \backslash
16310 ointop
16311 \series default
16312  etc., the limits are by default set beside the operator.
16313  But for multiple integrals the limits are often set below the operator.
16314  In the following example the limits type was therefore set to 
16315 \series bold
16316 Display
16317 \series default
16318  and so set below the integrals:
16319 \begin_inset Formula 
16320 \begin{equation}
16321 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16322 \end{equation}
16323
16324 \end_inset
16325
16326
16327 \end_layout
16328
16329 \begin_layout Standard
16330 \begin_inset VSpace medskip
16331 \end_inset
16332
16333 To specify conditions for limits, the commands 
16334 \series bold
16335
16336 \backslash
16337 subarray
16338 \series default
16339
16340 \begin_inset Index idx
16341 status collapsed
16342
16343 \begin_layout Plain Layout
16344 Commands ! S ! 
16345 \backslash
16346 subarray
16347 \end_layout
16348
16349 \end_inset
16350
16351  and 
16352 \series bold
16353
16354 \backslash
16355 substack
16356 \series default
16357
16358 \begin_inset Index idx
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362 Commands ! S ! 
16363 \backslash
16364 substack
16365 \end_layout
16366
16367 \end_inset
16368
16369  are used.
16370  To create for example this expression 
16371 \begin_inset Formula 
16372 \begin{equation}
16373 \sum_{\begin{subarray}{c}
16374 0<k<1000\\
16375 \\
16376 k\,\in\,\mathbb{N}
16377 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16378 \end{equation}
16379
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \begin_layout Standard
16386 the following has to be done:
16387 \begin_inset Newline newline
16388 \end_inset
16389
16390 First the command 
16391 \series bold
16392
16393 \backslash
16394 sum
16395 \series default
16396 ^
16397 \series bold
16398 n
16399 \begin_inset ERT
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403
16404
16405 \backslash
16406 spce 
16407 \end_layout
16408
16409 \end_inset
16410
16411 _
16412 \series default
16413  is typed in.
16414  One is now in a blue box under the summation operator and insert there
16415  the command 
16416 \series bold
16417
16418 \backslash
16419 subarray
16420 \begin_inset ERT
16421 status collapsed
16422
16423 \begin_layout Plain Layout
16424
16425
16426 \backslash
16427 spce 
16428 \end_layout
16429
16430 \end_inset
16431
16432
16433 \series default
16434 .
16435  The blue box is now within a purple box and now several lines can be written
16436  among each other.
16437  A new line is created by inserting a line break (
16438 \begin_inset Info
16439 type  "shortcut"
16440 arg   "newline-insert newline"
16441 \end_inset
16442
16443 ).
16444  When now
16445 \begin_inset Newline newline
16446 \end_inset
16447
16448
16449 \series bold
16450 0<k<1000 Ctrl+Return
16451 \begin_inset Newline newline
16452 \end_inset
16453
16454
16455 \series default
16456 is typed in, a new box appears below for the new line.
16457 \end_layout
16458
16459 \begin_layout Standard
16460 The alignment of the lines can be changed to left aligned with the 
16461 \family sans
16462 table
16463 \family default
16464  
16465 \family sans
16466 toolbar
16467 \family default
16468  or the menu 
16469 \family sans
16470 Edit\SpecialChar \menuseparator
16471 Rows &Columns
16472 \family default
16473 .
16474  To get right alignment, 
16475 \series bold
16476
16477 \backslash
16478 hfill
16479 \begin_inset ERT
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483
16484
16485 \backslash
16486 spce 
16487 \end_layout
16488
16489 \end_inset
16490
16491
16492 \series default
16493  is inserted at the beginning of the line.
16494 \end_layout
16495
16496 \begin_layout Standard
16497 The command 
16498 \series bold
16499
16500 \backslash
16501 substack
16502 \series default
16503  is equivalent to 
16504 \series bold
16505
16506 \backslash
16507 subarray
16508 \series default
16509  with the difference that the lines are always centered.
16510 \end_layout
16511
16512 \begin_layout Standard
16513 \begin_inset VSpace bigskip
16514 \end_inset
16515
16516 Like in formula 
16517 \begin_inset CommandInset ref
16518 LatexCommand eqref
16519 reference "eq:substack"
16520
16521 \end_inset
16522
16523  there can be too much space beside an operator, because the characters
16524  following the operator are set beside the limits.
16525 \end_layout
16526
16527 \begin_layout Standard
16528 To avoid this, the following macro can be used in the LaTeX-preamble:
16529 \end_layout
16530
16531 \begin_layout Standard
16532
16533 \series bold
16534
16535 \backslash
16536 def
16537 \backslash
16538 clap#1{
16539 \backslash
16540 hbox to 0pt{
16541 \backslash
16542 hss #1
16543 \backslash
16544 hss}}
16545 \begin_inset Newline newline
16546 \end_inset
16547
16548
16549 \backslash
16550 def
16551 \backslash
16552 mathclap {
16553 \backslash
16554 mathpalette 
16555 \backslash
16556 mathclapinternal}
16557 \begin_inset Newline newline
16558 \end_inset
16559
16560
16561 \backslash
16562 def
16563 \backslash
16564 mathclapinternal #1#2{
16565 \backslash
16566 clap{$
16567 \backslash
16568 mathsurround =0pt #1{#2}$}}
16569 \end_layout
16570
16571 \begin_layout Standard
16572 This defines the command 
16573 \series bold
16574
16575 \backslash
16576 mathclap
16577 \series default
16578
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 Commands ! M ! 
16584 \backslash
16585 mathclap
16586 \end_layout
16587
16588 \end_inset
16589
16590  that sets the width of the limit to 0
16591 \begin_inset space \thinspace{}
16592 \end_inset
16593
16594 pt.
16595  The command scheme is
16596 \end_layout
16597
16598 \begin_layout Standard
16599
16600 \series bold
16601
16602 \backslash
16603 mathclap{limit}
16604 \end_layout
16605
16606 \begin_layout Standard
16607 where the limit can consist of several conditions.
16608 \end_layout
16609
16610 \begin_layout Standard
16611 Applied on formula 
16612 \begin_inset CommandInset ref
16613 LatexCommand eqref
16614 reference "eq:substack"
16615
16616 \end_inset
16617
16618 , one uses the command
16619 \end_layout
16620
16621 \begin_layout Standard
16622
16623 \series bold
16624
16625 \backslash
16626 sum_
16627 \backslash
16628 mathclap{
16629 \backslash
16630 substack
16631 \begin_inset ERT
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635
16636
16637 \backslash
16638 spce 
16639 \end_layout
16640
16641 \end_inset
16642
16643 0<k<1000 Ctrl+Return
16644 \end_layout
16645
16646 \begin_layout Standard
16647 to create the lower limit.
16648  The summand is now directly behind the summation operator:
16649 \begin_inset Formula 
16650 \[
16651 \sum_{\mathclap{\substack{0<k<1000\\
16652 \\
16653 k\,\in\,\mathbb{N}
16654 }
16655 }}^{n}k^{-2}
16656 \]
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset VSpace bigskip
16665 \end_inset
16666
16667 How to use one limit for several operators is described in 
16668 \begin_inset CommandInset ref
16669 LatexCommand ref
16670 reference "sub:Self-defined-Operators"
16671
16672 \end_inset
16673
16674 .
16675 \end_layout
16676
16677 \begin_layout Standard
16678 \begin_inset Newpage newpage
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \begin_layout Subsection
16685 Binary Operators
16686 \begin_inset CommandInset label
16687 LatexCommand label
16688 name "sub:Binary-Operators"
16689
16690 \end_inset
16691
16692
16693 \begin_inset Index idx
16694 status collapsed
16695
16696 \begin_layout Plain Layout
16697 Operators ! binary
16698 \end_layout
16699
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \begin_layout Standard
16706 Binary operators are surrounded by space when there is a character before
16707  and behind them.
16708 \begin_inset VSpace medskip
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715 \begin_inset space \hfill{}
16716 \end_inset
16717
16718
16719 \begin_inset Tabular
16720 <lyxtabular version="3" rows="13" columns="2">
16721 <features tabularvalignment="middle">
16722 <column alignment="center" valignment="top" width="0pt">
16723 <column alignment="center" valignment="top" width="0pt">
16724 <row>
16725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 Command
16730 \begin_inset Note Note
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734
16735 \series bold
16736
16737 \backslash
16738 raisebox
16739 \series default
16740  is only used as spacer.
16741 \end_layout
16742
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 Result
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 +
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $+$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 -
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $-$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 pm
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\pm$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 mp
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\mp$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 cdot
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\cdot$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 times
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\times$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 div
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\div$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset ERT
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940
16941
16942 \backslash
16943 raisebox{-1.2mm}{
16944 \end_layout
16945
16946 \end_inset
16947
16948 *
16949 \begin_inset ERT
16950 status collapsed
16951
16952 \begin_layout Plain Layout
16953
16954 }
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 \begin_inset Formula $*$
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \backslash
16984 star
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 \begin_inset Formula $\star$
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \backslash
17009 circ
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Formula $\circ$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \backslash
17034 diamond
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\diamond$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \backslash
17059 bullet
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\bullet$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 </lyxtabular>
17078
17079 \end_inset
17080
17081
17082 \begin_inset space \hfill{}
17083 \end_inset
17084
17085
17086 \begin_inset Tabular
17087 <lyxtabular version="3" rows="13" columns="2">
17088 <features tabularvalignment="middle">
17089 <column alignment="center" valignment="top" width="0pt">
17090 <column alignment="center" valignment="top" width="0pt">
17091 <row>
17092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 Command
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 Result
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 <row>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \backslash
17118 nabla
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 \begin_inset Formula $\nabla$
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 </row>
17136 <row>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141
17142 \backslash
17143 bigtriangledown
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 \begin_inset Formula $\bigtriangledown$
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \backslash
17168 bigtriangleup
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Formula $\bigtriangleup$
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \backslash
17193 Box
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Formula $\Box$
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \backslash
17218 cap 
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 \begin_inset Formula $\cap$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \backslash
17243 cup
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Formula $\cup$
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \backslash
17268 dagger
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\dagger$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \backslash
17293 ddagger
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Formula $\ddagger$
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \backslash
17318 wr
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $\wr$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 bigcirc
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\bigcirc$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 wedge
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 \begin_inset Formula $\wedge$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \backslash
17393 vee
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\vee$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 </lyxtabular>
17412
17413 \end_inset
17414
17415
17416 \begin_inset space \hfill{}
17417 \end_inset
17418
17419
17420 \begin_inset Tabular
17421 <lyxtabular version="3" rows="13" columns="2">
17422 <features tabularvalignment="middle">
17423 <column alignment="center" valignment="top" width="0pt">
17424 <column alignment="center" valignment="top" width="0pt">
17425 <row>
17426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 Command
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 Result
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 </row>
17445 <row>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450
17451 \backslash
17452 oplus
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 \begin_inset Formula $\oplus$
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 </row>
17470 <row>
17471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \backslash
17477 ominus
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 \begin_inset Formula $\ominus$
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 </row>
17495 <row>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \backslash
17502 otimes
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 \begin_inset Formula $\otimes$
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 <row>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525
17526 \backslash
17527 oslash
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 \begin_inset Formula $\oslash$
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \backslash
17552 odot
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 \begin_inset Formula $\odot$
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 </row>
17570 <row>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \backslash
17577 amalg
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Formula $\amalg$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \backslash
17602 uplus
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 \begin_inset Formula $\uplus$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 </row>
17620 <row>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \backslash
17627 setminus
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\setminus$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \backslash
17652 sqcap
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 \begin_inset Formula $\sqcap$
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 sqcup
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 \begin_inset Formula $\sqcup$
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 triangleleft
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 \begin_inset Formula $\triangleleft$
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 </row>
17720 <row>
17721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \backslash
17727 triangleright
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\triangleright$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 </lyxtabular>
17746
17747 \end_inset
17748
17749
17750 \begin_inset space \hfill{}
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \begin_layout Standard
17757 All binary operators can also be inserted via the math toolbar button 
17758 \begin_inset Graphics
17759         filename ../images/math/pm.png
17760         scale 85
17761
17762 \end_inset
17763
17764 .
17765 \end_layout
17766
17767 \begin_layout Standard
17768 To typeset the Laplace operator also 
17769 \series bold
17770
17771 \backslash
17772 Delta
17773 \series default
17774  or 
17775 \series bold
17776
17777 \backslash
17778 nabla
17779 \series default
17780 ^
17781 \series bold
17782 2
17783 \series default
17784  (
17785 \begin_inset Formula $\nabla^{2}$
17786 \end_inset
17787
17788 ) can be used instead of 
17789 \series bold
17790
17791 \backslash
17792 bigtriangleup
17793 \series default
17794  .
17795 \end_layout
17796
17797 \begin_layout Standard
17798 The character 
17799 \family sans
17800 Menu Separator
17801 \family default
17802  from the menu 
17803 \family sans
17804 Insert\SpecialChar \menuseparator
17805 Special Character
17806 \family default
17807  is the operator 
17808 \series bold
17809
17810 \backslash
17811 triangleright
17812 \series default
17813 .
17814 \end_layout
17815
17816 \begin_layout Subsection
17817 Self-defined Operators
17818 \begin_inset CommandInset label
17819 LatexCommand label
17820 name "sub:Self-defined-Operators"
17821
17822 \end_inset
17823
17824
17825 \begin_inset Index idx
17826 status collapsed
17827
17828 \begin_layout Plain Layout
17829 Operators ! self-defined
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \begin_layout Standard
17838 With the help of the command 
17839 \series bold
17840
17841 \backslash
17842 DeclareMathOperator
17843 \series default
17844
17845 \begin_inset Index idx
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849 Commands ! D ! 
17850 \backslash
17851 dbinom@
17852 \backslash
17853 DeclareMathOperator
17854 \end_layout
17855
17856 \end_inset
17857
17858  custom operators can be defined in the LaTeX-preamble.
17859  Its command scheme is:
17860 \end_layout
17861
17862 \begin_layout Standard
17863
17864 \series bold
17865
17866 \backslash
17867 DeclareMathOperator{new command}{display}
17868 \end_layout
17869
17870 \begin_layout Standard
17871 Display can be characters or symbols that define how the operator looks
17872  in the output.
17873  To define a big operator a * is set behind the command.
17874  All self-defined big operators can have limits as described in 
17875 \begin_inset CommandInset ref
17876 LatexCommand ref
17877 reference "sub:Operator-Limits"
17878
17879 \end_inset
17880
17881 .
17882 \end_layout
17883
17884 \begin_layout Standard
17885 For example the LaTeX-preamble line
17886 \end_layout
17887
17888 \begin_layout Standard
17889
17890 \series bold
17891
17892 \backslash
17893 DeclareMathOperator*{
17894 \backslash
17895 Lozenge}{
17896 \backslash
17897 blacklozenge}
17898 \end_layout
17899
17900 \begin_layout Standard
17901 defines the command 
17902 \series bold
17903
17904 \backslash
17905 Lozenge
17906 \series default
17907 , that inserts a big operator consisting of the lozenge symbol from 
17908 \begin_inset CommandInset ref
17909 LatexCommand ref
17910 reference "sub:Miscellaneous-Symbols"
17911
17912 \end_inset
17913
17914 :
17915 \begin_inset Formula 
17916 \[
17917 \Lozenge_{n=1}^{\infty}
17918 \]
17919
17920 \end_inset
17921
17922 The command for this formula is: 
17923 \series bold
17924
17925 \backslash
17926 Lozenge
17927 \series default
17928 ^
17929 \series bold
17930
17931 \backslash
17932 infty
17933 \begin_inset Formula $\to$
17934 \end_inset
17935
17936 _n=1
17937 \end_layout
17938
17939 \begin_layout Standard
17940 \begin_inset VSpace bigskip
17941 \end_inset
17942
17943 When self-defined operators are not used several times in the document,
17944  they can also be defined with the commands 
17945 \series bold
17946
17947 \backslash
17948 mathop
17949 \series default
17950
17951 \begin_inset Index idx
17952 status collapsed
17953
17954 \begin_layout Plain Layout
17955 Commands ! M ! 
17956 \backslash
17957 mathop
17958 \end_layout
17959
17960 \end_inset
17961
17962  and 
17963 \series bold
17964
17965 \backslash
17966 mathbin
17967 \series default
17968
17969 \begin_inset Index idx
17970 status collapsed
17971
17972 \begin_layout Plain Layout
17973 Commands ! M ! 
17974 \backslash
17975 mathbin
17976 \end_layout
17977
17978 \end_inset
17979
17980 , which have the following scheme:
17981 \end_layout
17982
17983 \begin_layout Standard
17984
17985 \series bold
17986
17987 \backslash
17988 mathop{display}
17989 \series default
17990  and 
17991 \series bold
17992
17993 \backslash
17994 mathbin{display}
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 mathop
18003 \series default
18004  defines big operators, 
18005 \series bold
18006
18007 \backslash
18008 mathbin
18009 \series default
18010  binary operators.
18011 \end_layout
18012
18013 \begin_layout Standard
18014
18015 \series bold
18016
18017 \backslash
18018 mathop
18019 \series default
18020  can e.
18021 \begin_inset space \thinspace{}
18022 \end_inset
18023
18024 g.
18025 \begin_inset space \space{}
18026 \end_inset
18027
18028 be used to use one limit for several operators:
18029 \end_layout
18030
18031 \begin_layout Standard
18032 \begin_inset Formula 
18033 \[
18034 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18035 \]
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Standard
18043 The command for the formula above is:
18044 \begin_inset Newline newline
18045 \end_inset
18046
18047
18048 \series bold
18049
18050 \backslash
18051 mathop{
18052 \backslash
18053 sum
18054 \backslash
18055 negmedspace
18056 \backslash
18057 sum
18058 \series default
18059
18060 \begin_inset ERT
18061 status collapsed
18062
18063 \begin_layout Plain Layout
18064
18065
18066 \backslash
18067 spce 
18068 \end_layout
18069
18070 \end_inset
18071
18072
18073 \series bold
18074
18075 \begin_inset Formula $\to$
18076 \end_inset
18077
18078 ^N
18079 \series default
18080
18081 \begin_inset ERT
18082 status collapsed
18083
18084 \begin_layout Plain Layout
18085
18086
18087 \backslash
18088 spce 
18089 \end_layout
18090
18091 \end_inset
18092
18093
18094 \series bold
18095 _i,j=1
18096 \end_layout
18097
18098 \begin_layout Section
18099 Fonts
18100 \begin_inset Index idx
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104 Fonts
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Subsection
18113 Font Styles
18114 \begin_inset CommandInset label
18115 LatexCommand label
18116 name "sub:Font-Styles"
18117
18118 \end_inset
18119
18120
18121 \begin_inset Index idx
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125 Font ! style
18126 \end_layout
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Standard
18134 Latin letters in formulas can be set in one of the following font styles:
18135 \begin_inset VSpace -2mm
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Standard
18142 \align center
18143 \begin_inset Tabular
18144 <lyxtabular version="3" rows="7" columns="3">
18145 <features tabularvalignment="middle">
18146 <column alignment="center" valignment="top" width="0">
18147 <column alignment="center" valignment="top" width="0">
18148 <column alignment="center" valignment="top" width="0">
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 Command
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 Result
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172 shortcut
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \backslash
18185 mathbb
18186 \series bold
18187
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192
18193
18194 \backslash
18195 spce 
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \series default
18202 ABC
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 \begin_inset Formula $\mathbb{ABC}$
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223 \begin_inset Info
18224 type  "shortcuts"
18225 arg   "font-noun"
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \backslash
18241 mathbf
18242 \series bold
18243
18244 \begin_inset ERT
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248
18249
18250 \backslash
18251 spce 
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \series default
18258 AbC
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\mathbf{AbC}$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 \begin_inset Info
18280 type  "shortcuts"
18281 arg   "font-bold"
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \backslash
18297 boldsymbol
18298 \series bold
18299
18300 \begin_inset ERT
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304
18305
18306 \backslash
18307 spce 
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \series default
18314 AbC
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\boldsymbol{AbC}$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 \begin_inset Info
18336 type  "shortcuts"
18337 arg   "font-boldsymbol"
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \backslash
18353 mathcal
18354 \series bold
18355
18356 \begin_inset ERT
18357 status collapsed
18358
18359 \begin_layout Plain Layout
18360
18361
18362 \backslash
18363 spce 
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \series default
18370 ABC
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 \begin_inset Formula $\mathcal{ABC}$
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 \begin_inset Info
18392 type  "shortcuts"
18393 arg   "font-emph"
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 </row>
18402 <row>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \backslash
18409 mathfrak
18410 \series bold
18411
18412 \begin_inset ERT
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416
18417
18418 \backslash
18419 spce 
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \series default
18426 AbC
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 \begin_inset Formula $\mathfrak{AbC}$
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 -
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 <row>
18454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \backslash
18460 mathscr
18461 \series bold
18462
18463 \begin_inset ERT
18464 status collapsed
18465
18466 \begin_layout Plain Layout
18467
18468
18469 \backslash
18470 spce 
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \series default
18477 AbC
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Formula $\mathscr{AbC}$
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 -
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 </row>
18504 </lyxtabular>
18505
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \begin_layout Standard
18512 \align center
18513 \begin_inset Tabular
18514 <lyxtabular version="3" rows="5" columns="3">
18515 <features tabularvalignment="middle">
18516 <column alignment="center" valignment="top" width="0">
18517 <column alignment="center" valignment="top" width="0">
18518 <column alignment="center" valignment="top" width="0">
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 Command
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 Result
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 shortcut
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 </row>
18548 <row>
18549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \backslash
18555 mathit
18556 \series bold
18557
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 spce 
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \series default
18572 AbC
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 \begin_inset Formula $\mathit{AbC}$
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 -
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \backslash
18606 mathrm
18607 \series bold
18608
18609 \begin_inset ERT
18610 status collapsed
18611
18612 \begin_layout Plain Layout
18613
18614
18615 \backslash
18616 spce 
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \series default
18623 AbC
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 \begin_inset Formula $\mathrm{AbC}$
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Info
18645 type  "shortcuts"
18646 arg   "font-roman"
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \backslash
18662 mathsf
18663 \series bold
18664
18665 \begin_inset ERT
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669
18670
18671 \backslash
18672 spce 
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \series default
18679 AbC
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 \begin_inset Formula $\mathsf{AbC}$
18689 \end_inset
18690
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 \begin_inset Info
18701 type  "shortcuts"
18702 arg   "font-sans"
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 </row>
18711 <row>
18712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716
18717 \backslash
18718 mathtt
18719 \series bold
18720
18721 \begin_inset ERT
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725
18726
18727 \backslash
18728 spce 
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \series default
18735 AbC
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744 \begin_inset Formula $\mathtt{AbC}$
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 \begin_inset Info
18757 type  "shortcuts"
18758 arg   "font-typewriter"
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 </row>
18767 </lyxtabular>
18768
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \begin_layout Standard
18775 \begin_inset Note Greyedout
18776 status open
18777
18778 \begin_layout Plain Layout
18779
18780 \series bold
18781 Note:
18782 \series default
18783  The styles 
18784 \series bold
18785
18786 \backslash
18787 mathbb
18788 \series default
18789  and 
18790 \series bold
18791
18792 \backslash
18793 mathcal
18794 \series default
18795  can only be used for big letters.
18796 \end_layout
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \begin_layout Standard
18804 Predefined is the style 
18805 \series bold
18806
18807 \backslash
18808 mathnormal
18809 \series default
18810 .
18811 \end_layout
18812
18813 \begin_layout Standard
18814 The style commands work also for letters in mathematical constructs:
18815 \begin_inset Formula 
18816 \[
18817 \mathfrak{A=\frac{b}{C}}
18818 \]
18819
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \begin_layout Standard
18826 Characters in mathematical text don't appear in a math font style but in
18827  the text font style 
18828 \series bold
18829
18830 \backslash
18831 textrm
18832 \series default
18833 .
18834  That their style can't be set correctly via the text style dialog is a
18835  bug in LyX.
18836 \begin_inset Foot
18837 status collapsed
18838
18839 \begin_layout Plain Layout
18840 \begin_inset CommandInset href
18841 LatexCommand href
18842 name "LyX-bug #4629"
18843 target "http://www.lyx.org/trac/ticket/4629"
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 Instead of the style commands the dialog 
18857 \family sans
18858 Edit\SpecialChar \menuseparator
18859 Math\SpecialChar \menuseparator
18860 Text Style
18861 \family default
18862  or the toolbar button 
18863 \begin_inset Graphics
18864         filename ../images/math/font.png
18865         scale 85
18866
18867 \end_inset
18868
18869  can be used.
18870 \end_layout
18871
18872 \begin_layout Subsection
18873 Bold Formulas
18874 \begin_inset CommandInset label
18875 LatexCommand label
18876 name "sub:Bold-Formulas"
18877
18878 \end_inset
18879
18880
18881 \begin_inset Index idx
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885 Formula ! bold
18886 \end_layout
18887
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \begin_layout Standard
18894 To make a complete formula bold, the command 
18895 \series bold
18896
18897 \backslash
18898 mathbf
18899 \series default
18900  from the previous subsection cannot be used, because it doesn't work for
18901  small Greek letters.
18902  Furthermore it prints Latin letters always upright, like in the following
18903  equation:
18904 \end_layout
18905
18906 \begin_layout Standard
18907 \begin_inset Formula 
18908 \[
18909 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18910 \]
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 To display the formula correctly, the command 
18919 \series bold
18920
18921 \backslash
18922 boldsymbol
18923 \series default
18924  is used:
18925 \begin_inset Formula 
18926 \[
18927 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18928 \]
18929
18930 \end_inset
18931
18932 It is also possible to set the formula in a 
18933 \series bold
18934 boldmath environment
18935 \series default
18936 .
18937  This environment is created by inserting the command 
18938 \series bold
18939
18940 \backslash
18941 boldmath
18942 \series default
18943
18944 \begin_inset Index idx
18945 status collapsed
18946
18947 \begin_layout Plain Layout
18948 Commands ! B ! 
18949 \backslash
18950 boldmath
18951 \end_layout
18952
18953 \end_inset
18954
18955  in TeX-mode.
18956  To end the environment, the command 
18957 \series bold
18958
18959 \backslash
18960 unboldmath
18961 \series default
18962
18963 \begin_inset Index idx
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967 Commands ! U ! 
18968 \backslash
18969 unboldmath
18970 \end_layout
18971
18972 \end_inset
18973
18974  is inserted in TeX-mode.
18975 \begin_inset ERT
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979
18980
18981 \backslash
18982 boldmath 
18983 \end_layout
18984
18985 \end_inset
18986
18987
18988 \begin_inset Formula 
18989 \[
18990 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18991 \]
18992
18993 \end_inset
18994
18995
18996 \begin_inset ERT
18997 status collapsed
18998
18999 \begin_layout Plain Layout
19000
19001
19002 \backslash
19003 unboldmath 
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Subsection
19012 Colored Formulas
19013 \begin_inset Index idx
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017 Formula ! colored
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Standard
19026 Formulas can be colored like normal text: Highlight a formula or a formula
19027  part and use the 
19028 \family sans
19029 Text Style
19030 \family default
19031  dialog.
19032  Here is a formula in magenta:
19033 \begin_inset Formula 
19034 \[
19035 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19036 \]
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \begin_layout Standard
19044 You can also define your own colors as described in 
19045 \begin_inset CommandInset ref
19046 LatexCommand ref
19047 reference "sub:Colored-Boxes"
19048
19049 \end_inset
19050
19051 .
19052  They can be used with the TeX code command 
19053 \series bold
19054
19055 \backslash
19056 textcolor
19057 \series default
19058
19059 \begin_inset Index idx
19060 status collapsed
19061
19062 \begin_layout Plain Layout
19063 Commands ! T ! 
19064 \backslash
19065 textcolor
19066 \end_layout
19067
19068 \end_inset
19069
19070  in the scheme
19071 \end_layout
19072
19073 \begin_layout Standard
19074
19075 \series bold
19076
19077 \backslash
19078 textcolor{color}{characters or formula}
19079 \end_layout
19080
19081 \begin_layout Standard
19082 The following example was colored completely dark green and partly red:
19083 \end_layout
19084
19085 \begin_layout Standard
19086 \begin_inset ERT
19087 status collapsed
19088
19089 \begin_layout Plain Layout
19090
19091
19092 \backslash
19093 textcolor{darkgreen}{
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \begin_inset Formula 
19100 \[
19101 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19102 \]
19103
19104 \end_inset
19105
19106
19107 \begin_inset ERT
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111
19112 }
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 Due to a bug in LyX only complete formulas can be colored with self-defined
19122  colors.
19123 \begin_inset Foot
19124 status collapsed
19125
19126 \begin_layout Plain Layout
19127 \begin_inset CommandInset href
19128 LatexCommand href
19129 name "LyX-bug #5269"
19130 target "http://www.lyx.org/trac/ticket/5269"
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \begin_layout Subsection
19143 Font Sizes
19144 \begin_inset CommandInset label
19145 LatexCommand label
19146 name "sub:Font-Sizes"
19147
19148 \end_inset
19149
19150
19151 \begin_inset Index idx
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155 Font ! size
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 For characters in formulas there are, analog to characters in text, the
19165  following size commands:
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \series bold
19171
19172 \backslash
19173 Huge
19174 \series default
19175
19176 \series bold
19177
19178 \backslash
19179 huge
19180 \series default
19181
19182 \series bold
19183
19184 \backslash
19185 LARGE
19186 \series default
19187
19188 \series bold
19189
19190 \backslash
19191 Large
19192 \series default
19193
19194 \series bold
19195
19196 \backslash
19197 large
19198 \series default
19199
19200 \series bold
19201
19202 \backslash
19203 normalsize
19204 \series default
19205
19206 \series bold
19207
19208 \backslash
19209 small
19210 \series default
19211 ,
19212 \begin_inset Newline newline
19213 \end_inset
19214
19215
19216 \series bold
19217
19218 \backslash
19219 footnotesize
19220 \series default
19221
19222 \series bold
19223
19224 \backslash
19225 scriptsize
19226 \series default
19227  and 
19228 \series bold
19229
19230 \backslash
19231 tiny
19232 \end_layout
19233
19234 \begin_layout Standard
19235 The size produced by the commands depends on the document font size, that
19236  corresponds with the command 
19237 \series bold
19238
19239 \backslash
19240 normalsize
19241 \series default
19242 .
19243  The other commands produce smaller or larger sizes than 
19244 \series bold
19245
19246 \backslash
19247 normalsize
19248 \series default
19249 .
19250  The font size can however not exceed a certain value.
19251  Is for example the document font size 12
19252 \begin_inset space \thinspace{}
19253 \end_inset
19254
19255 pt, the command 
19256 \series bold
19257
19258 \backslash
19259 Huge
19260 \series default
19261  switches to the same size as 
19262 \series bold
19263
19264 \backslash
19265 huge
19266 \series default
19267 .
19268  
19269 \end_layout
19270
19271 \begin_layout Standard
19272 A size command is inserted in TeX-mode before the formula and sets the size
19273  for all following formula and text characters.
19274  To switch back to the initial size, the command 
19275 \series bold
19276
19277 \backslash
19278 normalsize
19279 \series default
19280  is inserted behind the formula in TeX-mode.
19281 \end_layout
19282
19283 \begin_layout Standard
19284 Within a formula the size can be changed using the following size commands:
19285 \end_layout
19286
19287 \begin_layout Standard
19288 \noindent
19289 \align center
19290 \begin_inset Tabular
19291 <lyxtabular version="3" rows="5" columns="2">
19292 <features tabularvalignment="middle">
19293 <column alignment="center" valignment="top" width="0">
19294 <column alignment="center" valignment="top" width="0">
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 Command
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 Result
19310 \begin_inset Note Note
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314
19315 \series bold
19316
19317 \backslash
19318 raisebox
19319 \series default
19320  is only used as spacer.
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 displaystyle
19339 \begin_inset Index idx
19340 status collapsed
19341
19342 \begin_layout Plain Layout
19343 Commands ! D ! 
19344 \backslash
19345 displaystyle
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \backslash
19375 textstyle
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 </row>
19393 <row>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \backslash
19400 scriptstyle
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \backslash
19425 scriptscriptstyle
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 </lyxtabular>
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Standard
19451 After entering these commands, a blue box appears in which the formula parts
19452  are inserted.
19453 \end_layout
19454
19455 \begin_layout Standard
19456 There is a further method to change the font size, that though only works
19457  for symbols or letters in mathematical text.
19458  To use it, one of the above text size commands is inserted in mathematical
19459  text.
19460  All following characters until the end of the mathematical text or until
19461  another size command will have the selected size.
19462  Two examples:
19463 \begin_inset VSpace -2mm
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 \begin_inset ERT
19471 status collapsed
19472
19473 \begin_layout Plain Layout
19474
19475
19476 \backslash
19477 huge 
19478 \end_layout
19479
19480 \end_inset
19481
19482
19483 \begin_inset Formula 
19484 \[
19485 A=\frac{B}{c}\cdot\maltese
19486 \]
19487
19488 \end_inset
19489
19490
19491 \begin_inset Formula 
19492 \[
19493 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19494 \]
19495
19496 \end_inset
19497
19498
19499 \begin_inset ERT
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503
19504
19505 \backslash
19506 normalsize 
19507 \end_layout
19508
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \begin_layout Standard
19515 \begin_inset VSpace medskip
19516 \end_inset
19517
19518 Before both formulas the command 
19519 \series bold
19520
19521 \backslash
19522 huge
19523 \series default
19524  was inserted.
19525  The command for the second formula is:
19526 \begin_inset Newline newline
19527 \end_inset
19528
19529
19530 \series bold
19531
19532 \backslash
19533 maltese
19534 \begin_inset ERT
19535 status collapsed
19536
19537 \begin_layout Plain Layout
19538
19539
19540 \backslash
19541 spce 
19542 \end_layout
19543
19544 \end_inset
19545
19546 A Alt+M M 
19547 \backslash
19548 Large
19549 \begin_inset ERT
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553
19554
19555 \backslash
19556 spce 
19557 \end_layout
19558
19559 \end_inset
19560
19561
19562 \backslash
19563 maltese
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Plain Layout
19568
19569
19570 \backslash
19571 spce 
19572 \end_layout
19573
19574 \end_inset
19575
19576
19577 \backslash
19578 textit
19579 \begin_inset ERT
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583
19584
19585 \backslash
19586 spce 
19587 \end_layout
19588
19589 \end_inset
19590
19591 A
19592 \begin_inset Formula $\to$
19593 \end_inset
19594
19595
19596 \begin_inset Formula $\to$
19597 \end_inset
19598
19599
19600 \begin_inset Newline newline
19601 \end_inset
19602
19603
19604 \begin_inset space \hspace*{}
19605 \length 1cm
19606 \end_inset
19607
19608 Alt+M
19609 \series default
19610  
19611 \series bold
19612
19613 \backslash
19614 tiny
19615 \begin_inset ERT
19616 status collapsed
19617
19618 \begin_layout Plain Layout
19619
19620
19621 \backslash
19622 spce 
19623 \end_layout
19624
19625 \end_inset
19626
19627
19628 \backslash
19629 maltese
19630 \begin_inset ERT
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634
19635
19636 \backslash
19637 spce 
19638 \end_layout
19639
19640 \end_inset
19641
19642
19643 \backslash
19644 textit
19645 \begin_inset ERT
19646 status collapsed
19647
19648 \begin_layout Plain Layout
19649
19650
19651 \backslash
19652 spce 
19653 \end_layout
19654
19655 \end_inset
19656
19657 A
19658 \end_layout
19659
19660 \begin_layout Standard
19661 If a symbol cannot be displayed in different sizes, it will always be displayed
19662  in the default size.
19663 \end_layout
19664
19665 \begin_layout Section
19666 Greek Letters
19667 \begin_inset Index idx
19668 status collapsed
19669
19670 \begin_layout Plain Layout
19671 Greek letters
19672 \end_layout
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Greek letters can also be inserted via the toolbar button 
19681 \begin_inset Graphics
19682         filename ../images/math/alpha.png
19683         scale 85
19684
19685 \end_inset
19686
19687 .
19688  All international typesetting norms purport that Greek letters in math
19689  have to be typeset italic/slanted.
19690  In some languages, like French or Russian, they are nevertheless sometimes
19691  typeset upright.
19692 \end_layout
19693
19694 \begin_layout Subsection
19695 Small Letters
19696 \begin_inset Index idx
19697 status collapsed
19698
19699 \begin_layout Plain Layout
19700 Greek letters ! small
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \begin_layout Standard
19709 \begin_inset space \hfill{}
19710 \end_inset
19711
19712
19713 \begin_inset Tabular
19714 <lyxtabular version="3" rows="11" columns="2">
19715 <features tabularvalignment="middle">
19716 <column alignment="center" valignment="top" width="0pt">
19717 <column alignment="center" valignment="top" width="0pt">
19718 <row>
19719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 Command
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732 Result
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \backslash
19745 alpha
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 \begin_inset Formula $\alpha$
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 </row>
19763 <row>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \backslash
19770 beta
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Formula $\beta$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 <row>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \backslash
19795 gamma
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 \begin_inset Formula $\gamma$
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 </row>
19813 <row>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818
19819 \backslash
19820 delta
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 \begin_inset Formula $\delta$
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 </row>
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843
19844 \backslash
19845 epsilon
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 \begin_inset Formula $\epsilon$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 <row>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868
19869 \backslash
19870 varepsilon
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 \begin_inset Formula $\varepsilon$
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893
19894 \backslash
19895 zeta
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 \begin_inset Formula $\zeta$
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \backslash
19920 eta
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset Formula $\eta$
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 <row>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \backslash
19945 theta
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $\theta$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row>
19964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \backslash
19970 vartheta
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $\vartheta$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 </lyxtabular>
19989
19990 \end_inset
19991
19992
19993 \begin_inset space \hfill{}
19994 \end_inset
19995
19996
19997 \begin_inset Tabular
19998 <lyxtabular version="3" rows="12" columns="2">
19999 <features tabularvalignment="middle">
20000 <column alignment="center" valignment="top" width="0pt">
20001 <column alignment="center" valignment="top" width="0pt">
20002 <row>
20003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 Command
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 Result
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 iota
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\iota$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 kappa
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\kappa$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 varkappa
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\varkappa$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 lambda
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\lambda$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 mu
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\mu$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 nu
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\nu$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 xi
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\xi$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 o
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $o$
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225
20226 \backslash
20227 pi
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $\pi$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 <row>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250
20251 \backslash
20252 varpi
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\varpi$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 rho
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\rho$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 </lyxtabular>
20296
20297 \end_inset
20298
20299
20300 \begin_inset space \hfill{}
20301 \end_inset
20302
20303
20304 \begin_inset Tabular
20305 <lyxtabular version="3" rows="11" columns="2">
20306 <features tabularvalignment="middle">
20307 <column alignment="center" valignment="top" width="0pt">
20308 <column alignment="center" valignment="top" width="0pt">
20309 <row>
20310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 Command
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 Result
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 varrho
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\varrho$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 sigma
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\sigma$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 varsigma
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\varsigma$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 tau
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\tau$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 upsilon
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\upsilon$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 phi
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\phi$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 varphi
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\varphi$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 chi
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\chi$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 psi
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\psi$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 omega
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\omega$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 </lyxtabular>
20580
20581 \end_inset
20582
20583
20584 \begin_inset space \hfill{}
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \begin_layout Standard
20591 \begin_inset VSpace medskip
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \begin_layout Standard
20598 How to create special upright Greek letters is explained in 
20599 \begin_inset CommandInset ref
20600 LatexCommand ref
20601 reference "sub:Upright-small-Greek"
20602
20603 \end_inset
20604
20605 .
20606 \end_layout
20607
20608 \begin_layout Subsection
20609 Big Letters
20610 \begin_inset Index idx
20611 status collapsed
20612
20613 \begin_layout Plain Layout
20614 Greek letters ! big
20615 \end_layout
20616
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \begin_layout Standard
20623 \begin_inset space \hfill{}
20624 \end_inset
20625
20626
20627 \begin_inset Tabular
20628 <lyxtabular version="3" rows="7" columns="2">
20629 <features tabularvalignment="middle">
20630 <column alignment="center" valignment="top" width="0pt">
20631 <column alignment="center" valignment="top" width="0pt">
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 Command
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 Result
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \backslash
20659 Gamma
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 \begin_inset Formula $\Gamma$
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 </row>
20677 <row>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682
20683 \backslash
20684 Delta
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 \begin_inset Formula $\Delta$
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \backslash
20709 Theta
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 \begin_inset Formula $\Theta$
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 Lambda
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\Lambda$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 Xi
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\Xi$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 Pi
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Formula $\Pi$
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 </lyxtabular>
20803
20804 \end_inset
20805
20806
20807 \begin_inset space \hfill{}
20808 \end_inset
20809
20810
20811 \begin_inset Tabular
20812 <lyxtabular version="3" rows="6" columns="2">
20813 <features tabularvalignment="middle">
20814 <column alignment="center" valignment="top" width="0pt">
20815 <column alignment="center" valignment="top" width="0pt">
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 Command
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 Result
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 Sigma
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\Sigma$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 Upsilon
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\Upsilon$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 Phi
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20899 \begin_inset Text
20900
20901 \begin_layout Plain Layout
20902 \begin_inset Formula $\Phi$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 <row>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916
20917 \backslash
20918 Psi
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927 \begin_inset Formula $\Psi$
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 </row>
20936 <row>
20937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941
20942 \backslash
20943 Omega
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $\Omega$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 </lyxtabular>
20962
20963 \end_inset
20964
20965
20966 \begin_inset space \hfill{}
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \begin_layout Standard
20973 \begin_inset VSpace medskip
20974 \end_inset
20975
20976 That the big Greek letters appear upright is caused by a design bug when
20977  TeX was developed.
20978  To get correct italic big letters, begin every command with 
20979 \series bold
20980 var
20981 \series default
20982 .
20983  For example the command 
20984 \series bold
20985
20986 \backslash
20987 varGamma
20988 \series default
20989  produces 
20990 \begin_inset Formula $\varGamma$
20991 \end_inset
20992
20993 .
20994  Another way is to load the package 
20995 \series bold
20996 fixmath
20997 \series default
20998
20999 \begin_inset Foot
21000 status collapsed
21001
21002 \begin_layout Plain Layout
21003
21004 \series bold
21005 fixmath
21006 \series default
21007  is part of the LaTeX-package 
21008 \series bold
21009 was
21010 \series default
21011
21012 \begin_inset Index idx
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016 Packages ! was
21017 \begin_inset ERT
21018 status collapsed
21019
21020 \begin_layout Plain Layout
21021
21022
21023 \backslash
21024 vspace{4mm}
21025 \end_layout
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033
21034 .
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \begin_inset Index idx
21041 status collapsed
21042
21043 \begin_layout Plain Layout
21044 Packages ! fixmath
21045 \end_layout
21046
21047 \end_inset
21048
21049  with the LaTeX-preamble line
21050 \end_layout
21051
21052 \begin_layout Standard
21053
21054 \series bold
21055
21056 \backslash
21057 usepackage{fixmath}
21058 \end_layout
21059
21060 \begin_layout Standard
21061 Then all big Greek letters in a document will automatically be typeset italic.
21062 \end_layout
21063
21064 \begin_layout Subsection
21065 Bold Letters
21066 \begin_inset Index idx
21067 status collapsed
21068
21069 \begin_layout Plain Layout
21070 Greek letters ! bold
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \begin_layout Standard
21079 Greek letters cannot be set with different font styles like Latin letters.
21080  They can only be made bold with the command 
21081 \series bold
21082
21083 \backslash
21084 boldsymbol
21085 \series default
21086
21087 \begin_inset Index idx
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091 Commands ! B ! 
21092 \backslash
21093 boldsymbol
21094 \end_layout
21095
21096 \end_inset
21097
21098 .
21099 \end_layout
21100
21101 \begin_layout Standard
21102 \align center
21103 \begin_inset Tabular
21104 <lyxtabular version="3" rows="3" columns="2">
21105 <features tabularvalignment="middle">
21106 <column alignment="center" valignment="top" width="0">
21107 <column alignment="center" valignment="top" width="0">
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 Command
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 Result
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 </row>
21128 <row>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133
21134 \backslash
21135 Upsilon
21136 \backslash
21137 boldsymbol
21138 \backslash
21139 Upsilon
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162
21163 \backslash
21164 theta
21165 \backslash
21166 boldsymbol
21167 \backslash
21168 theta
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset Formula $\theta\boldsymbol{\theta}$
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 </lyxtabular>
21187
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \begin_layout Standard
21194 \begin_inset Newpage newpage
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \begin_layout Section
21201 Symbols
21202 \begin_inset ERT
21203 status collapsed
21204
21205 \begin_layout Plain Layout
21206
21207
21208 \backslash
21209 texorpdfstring{
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \begin_inset Foot
21216 status collapsed
21217
21218 \begin_layout Plain Layout
21219 A list with all symbols of most of the LaTeX-packages can be found in 
21220 \begin_inset CommandInset citation
21221 LatexCommand cite
21222 key "Symbols"
21223
21224 \end_inset
21225
21226 .
21227 \end_layout
21228
21229 \end_inset
21230
21231
21232 \begin_inset ERT
21233 status collapsed
21234
21235 \begin_layout Plain Layout
21236
21237 }{}
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \begin_inset Note Note
21244 status collapsed
21245
21246 \begin_layout Plain Layout
21247
21248 \backslash
21249 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21250 \end_layout
21251
21252 \begin_layout Plain Layout
21253 More about 
21254 \backslash
21255 texorpdfstring is in section 
21256 \begin_inset CommandInset ref
21257 LatexCommand ref
21258 reference "sub:Formulas-in-Section"
21259
21260 \end_inset
21261
21262 .
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \begin_inset Index idx
21269 status collapsed
21270
21271 \begin_layout Plain Layout
21272 Symbols
21273 \end_layout
21274
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \begin_layout Standard
21281 Many of the symbols listed in this section can also be inserted via the
21282  toolbar buttons 
21283 \begin_inset Graphics
21284         filename ../images/math/nabla.png
21285         scale 85
21286
21287 \end_inset
21288
21289  and 
21290 \begin_inset Graphics
21291         filename ../images/math/digamma.png
21292         scale 85
21293
21294 \end_inset
21295
21296 .
21297 \end_layout
21298
21299 \begin_layout Subsection
21300 Mathematical Symbols
21301 \begin_inset CommandInset label
21302 LatexCommand label
21303 name "sub:Mathematical-Symbols"
21304
21305 \end_inset
21306
21307
21308 \begin_inset Index idx
21309 status collapsed
21310
21311 \begin_layout Plain Layout
21312 Symbols ! mathematical
21313 \end_layout
21314
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \begin_layout Standard
21321 \begin_inset space \hfill{}
21322 \end_inset
21323
21324
21325 \begin_inset Tabular
21326 <lyxtabular version="3" rows="10" columns="2">
21327 <features tabularvalignment="middle">
21328 <column alignment="center" valignment="top" width="0pt">
21329 <column alignment="center" valignment="top" width="0pt">
21330 <row>
21331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 Command
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 Result
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row>
21351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355
21356 \backslash
21357 neg
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\neg$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 <row>
21376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380
21381 \backslash
21382 Im
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 \begin_inset Formula $\Im$
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 </row>
21400 <row>
21401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405
21406 \backslash
21407 Re
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Formula $\Re$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430
21431 \backslash
21432 aleph
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 \begin_inset Formula $\aleph$
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 </row>
21450 <row>
21451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455
21456 \backslash
21457 partial
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 \begin_inset Formula $\partial$
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 </row>
21475 <row>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480
21481 \backslash
21482 infty
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Formula $\infty$
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 <row>
21501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \backslash
21507 wp
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 \begin_inset Formula $\wp$
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530
21531 \backslash
21532 imath
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 \begin_inset Formula $\imath$
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \backslash
21557 jmath
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\jmath$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 </lyxtabular>
21576
21577 \end_inset
21578
21579
21580 \begin_inset space \hfill{}
21581 \end_inset
21582
21583
21584 \begin_inset Tabular
21585 <lyxtabular version="3" rows="10" columns="2">
21586 <features tabularvalignment="middle">
21587 <column alignment="center" valignment="top" width="0pt">
21588 <column alignment="center" valignment="top" width="0pt">
21589 <row>
21590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 Command
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 Result
21604 \begin_inset Note Note
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608
21609 \series bold
21610
21611 \backslash
21612 raisebox
21613 \series default
21614  is only used as spacer.
21615 \end_layout
21616
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 </row>
21625 <row>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \backslash
21632 forall
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\forall$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \backslash
21657 exists
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $\exists$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680
21681 \backslash
21682 nexists
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 \begin_inset Formula $\nexists$
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 </row>
21700 <row>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \backslash
21707 emptyset
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Formula $\emptyset$
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 </row>
21725 <row>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730
21731 \backslash
21732 varnothing
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 \begin_inset Formula $\varnothing$
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 <row>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755
21756 \backslash
21757 dag
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 \begin_inset Formula $\dag$
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 </row>
21775 <row>
21776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780
21781 \backslash
21782 ddag
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 \begin_inset Formula $\ddag$
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 <row>
21801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805
21806 \backslash
21807 complement
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 \begin_inset ERT
21817 status collapsed
21818
21819 \begin_layout Plain Layout
21820
21821
21822 \backslash
21823 raisebox{-0.8mm}{
21824 \end_layout
21825
21826 \end_inset
21827
21828
21829 \begin_inset Formula $\complement$
21830 \end_inset
21831
21832
21833 \begin_inset ERT
21834 status collapsed
21835
21836 \begin_layout Plain Layout
21837
21838 }
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 Bbbk
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\Bbbk$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 </lyxtabular>
21875
21876 \end_inset
21877
21878
21879 \begin_inset space \hfill{}
21880 \end_inset
21881
21882
21883 \begin_inset Tabular
21884 <lyxtabular version="3" rows="10" columns="2">
21885 <features tabularvalignment="middle">
21886 <column alignment="center" valignment="top" width="0pt">
21887 <column alignment="center" valignment="top" width="0pt">
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 Command
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 Result
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 prime
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\prime$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 backprime
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\backprime$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \backslash
21965 mho
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Formula $\mho$
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988
21989 \backslash
21990 triangle
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 \begin_inset Formula $\triangle$
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 <row>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \backslash
22015 angle
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Formula $\angle$
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038
22039 \backslash
22040 measuredangle
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Formula $\measuredangle$
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 <row>
22059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063
22064 \backslash
22065 sphericalangle
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 \begin_inset Formula $\sphericalangle$
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 </row>
22083 <row>
22084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \backslash
22090 top
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Formula $\top$
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 <row>
22109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \backslash
22115 bot
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Formula $\bot$
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 </lyxtabular>
22134
22135 \end_inset
22136
22137
22138 \begin_inset space \hfill{}
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Subsection
22145 Miscellaneous Symbols
22146 \begin_inset CommandInset label
22147 LatexCommand label
22148 name "sub:Miscellaneous-Symbols"
22149
22150 \end_inset
22151
22152
22153 \begin_inset Index idx
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157 Symbols ! miscellaneous
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Standard
22166 \noindent
22167 \align center
22168 \begin_inset Tabular
22169 <lyxtabular version="3" rows="10" columns="2">
22170 <features tabularvalignment="middle">
22171 <column alignment="center" valignment="top" width="0pt">
22172 <column alignment="center" valignment="top" width="0pt">
22173 <row>
22174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 Command
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 Result
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198
22199 \backslash
22200 flat
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 \begin_inset Formula $\flat$
22210 \end_inset
22211
22212
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row>
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \backslash
22225 natural
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Formula $\natural$
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 </row>
22243 <row>
22244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248
22249 \backslash
22250 sharp
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259 \begin_inset Formula $\sharp$
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 </row>
22268 <row>
22269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273
22274 \backslash
22275 surd
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $\surd$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 <row>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298
22299 \backslash
22300 checkmark
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Formula $\checkmark$
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row>
22319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \backslash
22325 yen
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 \begin_inset Formula $\yen$
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 </row>
22343 <row>
22344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348
22349 \backslash
22350 pounds
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 \begin_inset Formula $\pounds$
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 </row>
22368 <row>
22369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 $
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $\$$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 §
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Formula $§$
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 </row>
22414 </lyxtabular>
22415
22416 \end_inset
22417
22418
22419 \begin_inset Tabular
22420 <lyxtabular version="3" rows="10" columns="2">
22421 <features tabularvalignment="middle">
22422 <column alignment="center" valignment="top" width="0">
22423 <column alignment="center" valignment="top" width="0">
22424 <row>
22425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 Command
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 Result
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 </row>
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \backslash
22451 hbar
22452 \end_layout
22453
22454 \end_inset
22455 </cell>
22456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460 \begin_inset Formula $\hbar$
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 </row>
22469 <row>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \backslash
22476 hslash
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $\hslash$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 <row>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499
22500 \backslash
22501 clubsuit
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Formula $\clubsuit$
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 </row>
22519 <row>
22520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524
22525 \backslash
22526 spadesuit
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Formula $\spadesuit$
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \backslash
22551 bigstar
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $\bigstar$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 <row>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \backslash
22576 blacklozenge
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 \begin_inset Formula $\blacklozenge$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 <row>
22595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599
22600 \backslash
22601 blacktriangle
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 \begin_inset Formula $\blacktriangle$
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 </row>
22619 <row>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624
22625 \backslash
22626 blacktiangledown
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 \begin_inset Formula $\blacktriangledown$
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 </row>
22644 <row>
22645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649
22650 \backslash
22651 bullet
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 \begin_inset Formula $\bullet$
22661 \end_inset
22662
22663
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 </row>
22669 </lyxtabular>
22670
22671 \end_inset
22672
22673
22674 \begin_inset Tabular
22675 <lyxtabular version="3" rows="10" columns="2">
22676 <features tabularvalignment="middle">
22677 <column alignment="center" valignment="top" width="0pt">
22678 <column alignment="center" valignment="top" width="0pt">
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 Command
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 Result
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 </row>
22699 <row>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704
22705 \backslash
22706 diamondsuit
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 \begin_inset Formula $\diamondsuit$
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \backslash
22731 Diamond
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Formula $\Diamond$
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 </row>
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754
22755 \backslash
22756 heartsuit
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765 \begin_inset Formula $\heartsuit$
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 <row>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \backslash
22781 P
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\P$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804
22805 \backslash
22806 copyright
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 \begin_inset Formula $\copyright$
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 </row>
22824 <row>
22825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829
22830 \backslash
22831 circledR
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 \begin_inset Formula $\circledR$
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 </row>
22849 <row>
22850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854
22855 \backslash
22856 maltese
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 \begin_inset Formula $\maltese$
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 </row>
22874 <row>
22875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879
22880 \backslash
22881 diagup
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 \begin_inset Formula $\diagup$
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 </row>
22899 <row>
22900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \backslash
22906 diagdown
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $\diagdown$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 </lyxtabular>
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Standard
22932 \begin_inset VSpace medskip
22933 \end_inset
22934
22935 More symbols are listed in 
22936 \begin_inset CommandInset ref
22937 LatexCommand ref
22938 reference "sub:Miscellaneous-special-Characters"
22939
22940 \end_inset
22941
22942 .
22943 \end_layout
22944
22945 \begin_layout Standard
22946 Some symbols can be displayed in different sizes, see 
22947 \begin_inset CommandInset ref
22948 LatexCommand ref
22949 reference "sub:Font-Sizes"
22950
22951 \end_inset
22952
22953 .
22954 \end_layout
22955
22956 \begin_layout Subsection
22957 The Euro-Symbol €
22958 \begin_inset Index idx
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 Symbols ! Euro-symbol
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \begin_inset Index idx
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973 \backslash
22974 @
22975 \begin_inset ERT
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979
22980
22981 \backslash
22982 officialeuro
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \begin_layout Standard
22996 To use the Euro symbol in formulas, the LaTeX-package 
22997 \series bold
22998 eurosym
22999 \series default
23000
23001 \begin_inset Index idx
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005 Packages ! eurosym
23006 \end_layout
23007
23008 \end_inset
23009
23010  must be installed and loaded with the LaTeX-preamble line
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016
23017 \backslash
23018 usepackage[gennarrow]{eurosym}
23019 \end_layout
23020
23021 \begin_layout Standard
23022 The Euro symbol can now be inserted with the command 
23023 \series bold
23024
23025 \backslash
23026 euro
23027 \series default
23028
23029 \begin_inset Index idx
23030 status collapsed
23031
23032 \begin_layout Plain Layout
23033 Commands ! E ! 
23034 \backslash
23035 euro
23036 \end_layout
23037
23038 \end_inset
23039
23040 .
23041 \end_layout
23042
23043 \begin_layout Standard
23044 The Euro symbol can directly be inserted with the € key in mathematical
23045  text, without having 
23046 \series bold
23047 eurosym
23048 \series default
23049  installed.
23050  When 
23051 \series bold
23052 eurosym
23053 \series default
23054  is installed, 
23055 \series bold
23056
23057 \backslash
23058 euro
23059 \series default
23060  can also be inserted in TeX-mode.
23061  The official currency symbol can then be inserted with the command 
23062 \series bold
23063
23064 \backslash
23065 officialeuro
23066 \series default
23067
23068 \begin_inset Index idx
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072 Commands ! O ! 
23073 \backslash
23074 officialeuro
23075 \end_layout
23076
23077 \end_inset
23078
23079 , that is only available in TeX-mode.
23080 \end_layout
23081
23082 \begin_layout Standard
23083 \begin_inset ERT
23084 status collapsed
23085
23086 \begin_layout Plain Layout
23087
23088
23089 \backslash
23090 ifeurosym 
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \begin_inset Note Note
23097 status open
23098
23099 \begin_layout Plain Layout
23100 The following table will only be displayed when the LaTeX-package 
23101 \series bold
23102 eurosym
23103 \series default
23104  is installed.
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \begin_layout Standard
23113 An overview about the different Euro symbols:
23114 \end_layout
23115
23116 \begin_layout Standard
23117 \align center
23118 \begin_inset Tabular
23119 <lyxtabular version="3" rows="4" columns="3">
23120 <features tabularvalignment="middle">
23121 <column alignment="center" valignment="top" width="0pt">
23122 <column alignment="center" valignment="top" width="0pt">
23123 <column alignment="center" valignment="top" width="0pt">
23124 <row>
23125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 Command 
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 Result
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 formula
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \backslash
23169 euro
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Formula $\euro$
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 mathematical text
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\mbox{€}$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 TeX-mode
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \backslash
23235 officialeuro
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset ERT
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248
23249
23250 \backslash
23251 officialeuro
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 </lyxtabular>
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 else 
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \begin_inset Note Note
23284 status open
23285
23286 \begin_layout Plain Layout
23287 The following will be displayed when the LaTeX-package 
23288 \series bold
23289 eurosym
23290 \series default
23291  is not installed:
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Standard
23300 You need to install the LaTeX-package 
23301 \series bold
23302 eurosym
23303 \series default
23304  to see the rest of this subsection in the output.
23305 \end_layout
23306
23307 \begin_layout Standard
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 fi 
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Section
23324 Relations
23325 \begin_inset CommandInset label
23326 LatexCommand label
23327 name "sec:Relations"
23328
23329 \end_inset
23330
23331
23332 \begin_inset Index idx
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336 Relations
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \begin_inset Index idx
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346 Comparisons|see
23347 \begin_inset ERT
23348 status collapsed
23349
23350 \begin_layout Plain Layout
23351
23352 {
23353 \end_layout
23354
23355 \end_inset
23356
23357 Relations
23358 \begin_inset ERT
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362
23363 }
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377 All relations can also be inserted via the toolbar button 
23378 \begin_inset Graphics
23379         filename ../images/math/leq.png
23380         scale 85
23381
23382 \end_inset
23383
23384 .
23385 \end_layout
23386
23387 \begin_layout Standard
23388 \begin_inset space \hfill{}
23389 \end_inset
23390
23391
23392 \begin_inset Tabular
23393 <lyxtabular version="3" rows="17" columns="2">
23394 <features tabularvalignment="middle">
23395 <column alignment="center" valignment="top" width="0pt">
23396 <column alignment="center" valignment="top" width="0pt">
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 Command
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 Result
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 </row>
23417 <row>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 <
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $<$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 le
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\le$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 ll
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\ll$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 prec
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\prec$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 preceq
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\preceq$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 subset
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\subset$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 subseteq
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\subseteq$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 sqsubseteq
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $\sqsubseteq$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 in
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\in$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 vdash
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\vdash$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 smile
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $\smile$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \backslash
23697 lhd
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Formula $\lhd$
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \backslash
23722 unlhd
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Formula $\unlhd$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \backslash
23747 gtrless
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $\gtrless$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \backslash
23772 mid
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 \begin_inset Formula $\mid$
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 nmid
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\nmid$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 </lyxtabular>
23816
23817 \end_inset
23818
23819
23820 \begin_inset space \hfill{}
23821 \end_inset
23822
23823
23824 \begin_inset Tabular
23825 <lyxtabular version="3" rows="17" columns="2">
23826 <features tabularvalignment="middle">
23827 <column alignment="center" valignment="top" width="0pt">
23828 <column alignment="center" valignment="top" width="0pt">
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 Command
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 Result
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 =
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Formula $=$
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 not=
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 \begin_inset Formula $\not=$
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 equiv
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $\equiv$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 sim
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\sim$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 simeq
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\simeq$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 approx
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\approx$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 cong
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\cong$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 bowtie
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\bowtie$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 notin
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\notin$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 perp
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\perp$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102
24103 \backslash
24104 propto
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 \begin_inset Formula $\propto$
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 </row>
24122 <row>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127
24128 \backslash
24129 asymp
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 \begin_inset Formula $\asymp$
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152
24153 \backslash
24154 doteq
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 \begin_inset Formula $\doteq$
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 circeq
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Formula $\circeq$
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 models
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 \begin_inset Formula $\models$
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 </row>
24222 <row>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 widehat=
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Formula $\widehat{=}$
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 </row>
24247 </lyxtabular>
24248
24249 \end_inset
24250
24251
24252 \begin_inset space \hfill{}
24253 \end_inset
24254
24255
24256 \begin_inset Tabular
24257 <lyxtabular version="3" rows="17" columns="2">
24258 <features tabularvalignment="middle">
24259 <column alignment="center" valignment="top" width="0pt">
24260 <column alignment="center" valignment="top" width="0pt">
24261 <row>
24262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 Command
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 Result
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 >
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 \begin_inset Formula $>$
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 ge
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Formula $\ge$
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 gg
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 \begin_inset Formula $\gg$
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 <row>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 succ
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 \begin_inset Formula $\succ$
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 </row>
24379 <row>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 succeq
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 \begin_inset Formula $\succeq$
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 supset
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $\supset$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 <row>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 supseteq
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 \begin_inset Formula $\supseteq$
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 sqsupseteq
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Formula $\sqsupseteq$
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 </row>
24479 <row>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 ni
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 \begin_inset Formula $\ni$
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 </row>
24504 <row>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509
24510 \backslash
24511 dashv
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 \begin_inset Formula $\dashv$
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 </row>
24529 <row>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 frown
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 \begin_inset Formula $\frown$
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 </row>
24554 <row>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559
24560 \backslash
24561 rhd
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 \begin_inset Formula $\rhd$
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 </row>
24579 <row>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 unrhd
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595 \begin_inset Formula $\unrhd$
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 </row>
24604 <row>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 lessgtr
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 \begin_inset Formula $\lessgtr$
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 </row>
24629 <row>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634
24635 \backslash
24636 parallel
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 \begin_inset Formula $\parallel$
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 </row>
24654 <row>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 nparallel
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 \begin_inset Formula $\nparallel$
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 </lyxtabular>
24680
24681 \end_inset
24682
24683
24684 \begin_inset space \hfill{}
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset VSpace medskip
24692 \end_inset
24693
24694 The characters 
24695 \series bold
24696
24697 \backslash
24698 lhd
24699 \series default
24700  and 
24701 \series bold
24702
24703 \backslash
24704 rhd
24705 \series default
24706  are bigger than the equal looking operators 
24707 \series bold
24708
24709 \backslash
24710 triangleleft
24711 \series default
24712  and 
24713 \series bold
24714
24715 \backslash
24716 triangleright
24717 \series default
24718 , respectively.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 Relations are, in contrary to symbols, always surrounded by space.
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Relations with labels can be created with the command 
24727 \series bold
24728
24729 \backslash
24730 stackrel
24731 \series default
24732
24733 \begin_inset Index idx
24734 status collapsed
24735
24736 \begin_layout Plain Layout
24737 Commands ! S ! 
24738 \backslash
24739 stackrel
24740 \end_layout
24741
24742 \end_inset
24743
24744 :
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \align center
24749 \begin_inset Tabular
24750 <lyxtabular version="3" rows="2" columns="2">
24751 <features tabularvalignment="middle">
24752 <column alignment="center" valignment="top" width="0">
24753 <column alignment="center" valignment="top" width="0">
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Command
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 Result
24769 \begin_inset Note Note
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773
24774 \series bold
24775
24776 \backslash
24777 raisebox
24778 \series default
24779  is only used as spacer.
24780 \end_layout
24781
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 A(r)
24796 \backslash
24797 stackrel
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802
24803
24804 \backslash
24805 spce 
24806 \end_layout
24807
24808 \end_inset
24809
24810 r
24811 \backslash
24812 to
24813 \backslash
24814 infty
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 spce 
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \begin_inset Formula $\downarrow$
24829 \end_inset
24830
24831
24832 \backslash
24833 approx
24834 \begin_inset ERT
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 spce 
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \begin_inset ERT
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851
24852
24853 \backslash
24854 spce 
24855 \end_layout
24856
24857 \end_inset
24858
24859 B
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 </lyxtabular>
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Section
24885 Functions
24886 \end_layout
24887
24888 \begin_layout Subsection
24889 Predefined Functions
24890 \begin_inset CommandInset label
24891 LatexCommand label
24892 name "sub:Predefined-Functions"
24893
24894 \end_inset
24895
24896
24897 \begin_inset Index idx
24898 status collapsed
24899
24900 \begin_layout Plain Layout
24901 Functions ! predefined
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Standard
24910 In general, variables are set 
24911 \emph on
24912 italic
24913 \emph default
24914  in mathematical expressions, but not function names, because 
24915 \begin_inset Formula $sin$
24916 \end_inset
24917
24918  could be misunderstood as 
24919 \begin_inset Formula $s\cdot i\cdot n$
24920 \end_inset
24921
24922 .
24923  Therefore there are predefined functions, that are additionally a bit separated
24924  from prefactors.
24925  They are inserted as commands starting with a backslash before their name.
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \align center
24930 \begin_inset Tabular
24931 <lyxtabular version="3" rows="2" columns="4">
24932 <features tabularvalignment="middle">
24933 <column alignment="center" valignment="top" width="0pt">
24934 <column alignment="center" valignment="top" width="0pt">
24935 <column alignment="center" valignment="top" width="0pt">
24936 <column alignment="center" valignment="top" width="0pt">
24937 <row>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942 Command
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951 Result
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 Command
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 Result
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 </row>
24975 <row>
24976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 Asin(x)+B
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset Formula $Asin(x)+B$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 A
25002 \backslash
25003 sin(x)+B
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Formula $A\sin(x)+B$
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 </lyxtabular>
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Standard
25029 The following functions are predefined:
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \begin_inset VSpace -2mm
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \align center
25041 \begin_inset Tabular
25042 <lyxtabular version="3" rows="9" columns="4">
25043 <features tabularvalignment="middle">
25044 <column alignment="center" valignment="top" width="0pt">
25045 <column alignment="center" valignment="top" width="0pt">
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Command
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 Command
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 Command
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080 Command
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 <row>
25087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091
25092 \backslash
25093 sin
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 sinh
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 arcsin
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 sup
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 <row>
25133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137
25138 \backslash
25139 cos
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148
25149 \backslash
25150 cosh
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 arccos
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 inf
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 </row>
25178 <row>
25179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \backslash
25185 tan
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 tanh
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 arctan
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 lim
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 </row>
25224 <row>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 cot
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 coth
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 arg
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 liminf
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 </row>
25270 <row>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275
25276 \backslash
25277 sec
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286
25287 \backslash
25288 min
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 deg
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 limsup
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 <row>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \backslash
25323 csc
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332
25333 \backslash
25334 max
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 det
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 Pr
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 ln
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 exp
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 dim
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 hom
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 </row>
25408 <row>
25409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 lg
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 log
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437 ker
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446
25447 \backslash
25448 gcd
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 </row>
25454 </lyxtabular>
25455
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \begin_layout Standard
25462 They can also be inserted with the math toolbar button 
25463 \begin_inset Graphics
25464         filename ../images/math/functions.png
25465         scale 85
25466
25467 \end_inset
25468
25469 .
25470 \end_layout
25471
25472 \begin_layout Subsection
25473 Self-defined Functions
25474 \begin_inset Index idx
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478 Functions ! self-defined
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 To use a function that is not predefined, like for example the sign function
25488  sgn(x), there are two possibilities:
25489 \end_layout
25490
25491 \begin_layout Itemize
25492 Define the function by inserting the following line to the LaTeX-preamble
25493 \begin_inset Foot
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497 For more about 
25498 \series bold
25499
25500 \backslash
25501 DeclareMathOperator
25502 \series default
25503  see 
25504 \begin_inset CommandInset ref
25505 LatexCommand ref
25506 reference "sub:Self-defined-Operators"
25507
25508 \end_inset
25509
25510 .
25511 \end_layout
25512
25513 \end_inset
25514
25515
25516 \begin_inset Newline newline
25517 \end_inset
25518
25519
25520 \begin_inset VSpace -3mm
25521 \end_inset
25522
25523
25524 \begin_inset Newline newline
25525 \end_inset
25526
25527
25528 \series bold
25529
25530 \backslash
25531 DeclareMathOperator{
25532 \backslash
25533 sgn}{sgn}
25534 \series default
25535
25536 \begin_inset Index idx
25537 status collapsed
25538
25539 \begin_layout Plain Layout
25540 Commands ! D ! 
25541 \backslash
25542 dbinom@
25543 \backslash
25544 DeclareMathOperator
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \begin_inset Newline newline
25551 \end_inset
25552
25553
25554 \begin_inset VSpace -2mm
25555 \end_inset
25556
25557
25558 \begin_inset Newline newline
25559 \end_inset
25560
25561 Now the new defined function can be called with the command 
25562 \series bold
25563
25564 \backslash
25565 sgn
25566 \series default
25567 .
25568 \end_layout
25569
25570 \begin_layout Itemize
25571 Write the formula as usual, mark the formula name, in our example the letters
25572  
25573 \emph on
25574 sgn
25575 \emph default
25576 , and change it to mathematical text.
25577  At last a space is inserted between prefactor and function.
25578 \end_layout
25579
25580 \begin_layout Standard
25581 The result is the same with both methods as with a predefined function
25582 \begin_inset Foot
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 In LyX self-defined functions are displayed red, predefined ones black.
25587 \end_layout
25588
25589 \end_inset
25590
25591 :
25592 \end_layout
25593
25594 \begin_layout Standard
25595 \align center
25596 \begin_inset Tabular
25597 <lyxtabular version="3" rows="3" columns="2">
25598 <features tabularvalignment="middle">
25599 <column alignment="center" valignment="top" width="0pt">
25600 <column alignment="center" valignment="top" width="0pt">
25601 <row>
25602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 Command
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 Result
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 <row>
25622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 A
25627 \backslash
25628 sgn(x)+B
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 \begin_inset Formula $A\sgn(x)+B$
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 </row>
25646 <row>
25647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 A
25652 \backslash
25653 ,
25654 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25655 \end_inset
25656
25657 (x)+B
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 </lyxtabular>
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 The first method is more suitable when the self-defined function should
25684  be used several times.
25685 \end_layout
25686
25687 \begin_layout Subsection
25688 Limits
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 Limits
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 For limits there are defined besides 
25703 \series bold
25704
25705 \backslash
25706 lim
25707 \series default
25708
25709 \begin_inset Index idx
25710 status collapsed
25711
25712 \begin_layout Plain Layout
25713 Commands ! L ! 
25714 \backslash
25715 lim
25716 \end_layout
25717
25718 \end_inset
25719
25720
25721 \series bold
25722
25723 \backslash
25724 liminf
25725 \series default
25726  and 
25727 \series bold
25728
25729 \backslash
25730 limsup
25731 \series default
25732  furthermore the following functions:
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \align center
25737 \begin_inset Tabular
25738 <lyxtabular version="3" rows="5" columns="2">
25739 <features tabularvalignment="middle">
25740 <column alignment="center" valignment="top" width="0">
25741 <column alignment="center" valignment="top" width="0">
25742 <row>
25743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747 Command
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 Result
25757 \begin_inset Note Note
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761
25762 \series bold
25763
25764 \backslash
25765 raisebox
25766 \series default
25767  is only used as spacer.
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 </row>
25778 <row>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783
25784 \backslash
25785 varliminf
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 \begin_inset Formula $\varliminf$
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808
25809 \backslash
25810 varlimsup
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $\varlimsup$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 <row>
25829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833
25834 \backslash
25835 varprojlim
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 \begin_inset Formula $\varprojlim$
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 </row>
25853 <row>
25854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \backslash
25860 varinjlim
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869 \begin_inset Formula $\varinjlim$
25870 \end_inset
25871
25872
25873 \begin_inset Formula $\raisebox{-2.5mm}{}$
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 </lyxtabular>
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset VSpace medskip
25891 \end_inset
25892
25893 The limit is created by inserting a subscript.
25894  It is set right beside the function in an inline formula:
25895 \end_layout
25896
25897 \begin_layout Standard
25898 \align center
25899 \begin_inset Tabular
25900 <lyxtabular version="3" rows="2" columns="2">
25901 <features tabularvalignment="middle">
25902 <column alignment="center" valignment="top" width="0pt">
25903 <column alignment="center" valignment="top" width="0pt">
25904 <row>
25905 <cell alignment="center" valignment="top" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909 Command
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 \begin_inset space \hspace{}
25919 \length 1cm
25920 \end_inset
25921
25922 Result
25923 \begin_inset Note Note
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 The space and
25928 \series bold
25929  
25930 \backslash
25931 raisebox
25932 \series default
25933  are used here as spacer.
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="center" valignment="top" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 lim_x
25952 \backslash
25953 to
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 spce 
25962 \end_layout
25963
25964 \end_inset
25965
25966 A
25967 \begin_inset ERT
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 spce 
25975 \end_layout
25976
25977 \end_inset
25978
25979 x=B
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 <cell alignment="center" valignment="top" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 </row>
25997 </lyxtabular>
25998
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \begin_layout Standard
26005 In a displayed formula the limit is set below the formula, as usual:
26006 \begin_inset Formula 
26007 \[
26008 \lim_{x\to A}x=B
26009 \]
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Subsection
26017 Modulo-Functions
26018 \begin_inset Index idx
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 Functions ! modulo-
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031 The modulo-function is special, because it exists in four variants.
26032 \end_layout
26033
26034 \begin_layout Standard
26035 The variants in a displayed formula:
26036 \begin_inset Formula 
26037 \begin{align*}
26038 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26039 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26040 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26041 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26042 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26043 \end{align*}
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \begin_layout Standard
26051 In an inline formula less space is set before the function names for all
26052  variants.
26053 \end_layout
26054
26055 \begin_layout Section
26056 Special Characters
26057 \begin_inset Index idx
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061 Special characters
26062 \end_layout
26063
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \begin_layout Subsection
26070 Special Characters in Mathematical Text
26071 \end_layout
26072
26073 \begin_layout Standard
26074 The following commands can only be used in mathematical text or in TeX-mode:
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \begin_inset space \hfill{}
26079 \end_inset
26080
26081
26082 \begin_inset Tabular
26083 <lyxtabular version="3" rows="8" columns="2">
26084 <features tabularvalignment="middle">
26085 <column alignment="block" valignment="top" width="0">
26086 <column alignment="block" valignment="top" width="0">
26087 <row>
26088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 Command
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 Result
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 </row>
26107 <row>
26108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112
26113 \backslash
26114 oe
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 \begin_inset Formula $\textrm{œ}$
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 <row>
26133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \backslash
26139 OE
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 \begin_inset Formula $\textrm{Œ}$
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \backslash
26164 ae
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset Formula $\textrm{æ}$
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 AE
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Formula $\textrm{Æ}$
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 aa
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\textrm{\aa}$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 AA
26240 \begin_inset Index idx
26241 status collapsed
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 @
26247 \begin_inset ERT
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252
26253 \backslash
26254 textrm{
26255 \backslash
26256 AA}
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 \begin_inset Formula $\textrm{Å}$
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 </row>
26284 <row>
26285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289
26290 \backslash
26291 i
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 \begin_inset Formula $\textrm{ı}$
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 </row>
26309 </lyxtabular>
26310
26311 \end_inset
26312
26313
26314 \begin_inset space \hfill{}
26315 \end_inset
26316
26317
26318 \begin_inset Tabular
26319 <lyxtabular version="3" rows="8" columns="2">
26320 <features tabularvalignment="middle">
26321 <column alignment="block" valignment="top" width="0">
26322 <column alignment="center" valignment="top" width="0">
26323 <row>
26324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 command
26329 \begin_inset Note Note
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333 The space of 0
26334 \begin_inset space \thinspace{}
26335 \end_inset
26336
26337 mm is used for separation, because otherwise the output will be ¡ and ¿
26338  respectively.
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352 Result
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 </row>
26358 <row>
26359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363
26364 \backslash
26365 o
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 \begin_inset Formula $\textrm{ø}$
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 <row>
26384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388
26389 \backslash
26390 O
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 \begin_inset Formula $\textrm{Ø}$
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 </row>
26408 <row>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413
26414 \backslash
26415 l
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 \begin_inset Formula $\textrm{ł}$
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 </row>
26433 <row>
26434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438
26439 \backslash
26440 L
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 \begin_inset Formula $\textrm{Ł}$
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 </row>
26458 <row>
26459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 !
26464 \begin_inset space \hspace{}
26465 \length 0mm
26466 \end_inset
26467
26468 `
26469 \begin_inset ERT
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473
26474
26475 \backslash
26476 spce 
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 \begin_inset Formula $\textrm{!`}$
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row>
26500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 ?
26505 \begin_inset space \hspace{}
26506 \length 0mm
26507 \end_inset
26508
26509 `
26510 \begin_inset ERT
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514
26515
26516 \backslash
26517 spce 
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531 \begin_inset Formula $\textrm{?`}$
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 <row>
26541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \backslash
26547 j
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556 \begin_inset Formula $\textrm{ȷ}$
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 </lyxtabular>
26566
26567 \end_inset
26568
26569
26570 \begin_inset space \hfill{}
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Standard
26577 The characters 
26578 \begin_inset Formula $\textrm{\textrm{Å}}$
26579 \end_inset
26580
26581  and 
26582 \begin_inset Formula $\textrm{\textrm{Ø}}$
26583 \end_inset
26584
26585  can also be inserted via the math toolbar button 
26586 \begin_inset Graphics
26587         filename ../images/math/digamma.png
26588         scale 85
26589
26590 \end_inset
26591
26592 .
26593 \end_layout
26594
26595 \begin_layout Standard
26596 An exception are the commands 
26597 \series bold
26598 !
26599 \begin_inset space \hspace{}
26600 \length 0mm
26601 \end_inset
26602
26603 `
26604 \series default
26605  and 
26606 \series bold
26607 ?
26608 \begin_inset space \hspace{}
26609 \length 0mm
26610 \end_inset
26611
26612 `
26613 \series default
26614 , because they can be inserted in LyX directly to text.
26615 \end_layout
26616
26617 \begin_layout Subsection
26618 Accents in Text
26619 \begin_inset CommandInset label
26620 LatexCommand label
26621 name "sub:Accents-in-Text"
26622
26623 \end_inset
26624
26625
26626 \begin_inset Index idx
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630 Accents ! in text
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \begin_layout Standard
26639 With the following commands all letters can be accented.
26640  The commands must be inserted in TeX-mode.
26641 \end_layout
26642
26643 \begin_layout Standard
26644 \begin_inset space \hfill{}
26645 \end_inset
26646
26647
26648 \begin_inset Tabular
26649 <lyxtabular version="3" rows="8" columns="2">
26650 <features tabularvalignment="middle">
26651 <column alignment="block" valignment="top" width="0">
26652 <column alignment="block" valignment="top" width="0">
26653 <row>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 Command
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 Result
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 </row>
26673 <row>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678
26679 \backslash
26680
26681 \begin_inset Quotes grd
26682 \end_inset
26683
26684 e
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 \begin_inset ERT
26694 status collapsed
26695
26696 \begin_layout Plain Layout
26697
26698
26699 \backslash
26700 "e
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 <row>
26712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \backslash
26718 `e
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 `e
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 </row>
26745 <row>
26746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750
26751 \backslash
26752 ^
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 spce 
26761 \end_layout
26762
26763 \end_inset
26764
26765 e
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 ^e
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 <row>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797
26798 \backslash
26799 =e
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808 \begin_inset ERT
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812
26813
26814 \backslash
26815 =e
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831
26832 \backslash
26833 u
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 spce 
26842 \end_layout
26843
26844 \end_inset
26845
26846 e
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 u e
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row>
26874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878
26879 \backslash
26880 b
26881 \begin_inset ERT
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 spce 
26889 \end_layout
26890
26891 \end_inset
26892
26893 e
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26899 \begin_inset Text
26900
26901 \begin_layout Plain Layout
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 b e
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 </row>
26920 <row>
26921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925
26926 \backslash
26927 t
26928 \begin_inset ERT
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932
26933
26934 \backslash
26935 spce 
26936 \end_layout
26937
26938 \end_inset
26939
26940 ee
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 \begin_inset ERT
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953
26954
26955 \backslash
26956 t ee
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 </row>
26967 </lyxtabular>
26968
26969 \end_inset
26970
26971
26972 \begin_inset space \hfill{}
26973 \end_inset
26974
26975
26976 \begin_inset Tabular
26977 <lyxtabular version="3" rows="8" columns="2">
26978 <features tabularvalignment="middle">
26979 <column alignment="block" valignment="top" width="0">
26980 <column alignment="center" valignment="top" width="0">
26981 <row>
26982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986 Command
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995 Result
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 </row>
27001 <row>
27002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006
27007 \backslash
27008 H
27009 \begin_inset ERT
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013
27014
27015 \backslash
27016 spce 
27017 \end_layout
27018
27019 \end_inset
27020
27021 e
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Plain Layout
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 H e
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 </row>
27048 <row>
27049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Plain Layout
27053
27054 \backslash
27055 'e
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 'e
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 ~e
27090 \begin_inset Index idx
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094 Tilde
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108 \begin_inset ERT
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112
27113
27114 \backslash
27115 ~e
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 </row>
27126 <row>
27127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131
27132 \backslash
27133 .e
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142 \begin_inset ERT
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146
27147
27148 \backslash
27149 .e
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 </row>
27160 <row>
27161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165
27166 \backslash
27167 v
27168 \begin_inset ERT
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172
27173
27174 \backslash
27175 spce 
27176 \end_layout
27177
27178 \end_inset
27179
27180 e
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 v e
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 </row>
27207 <row>
27208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212
27213 \backslash
27214 d
27215 \begin_inset ERT
27216 status collapsed
27217
27218 \begin_layout Plain Layout
27219
27220
27221 \backslash
27222 spce 
27223 \end_layout
27224
27225 \end_inset
27226
27227 e
27228 \end_layout
27229
27230 \end_inset
27231 </cell>
27232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27233 \begin_inset Text
27234
27235 \begin_layout Plain Layout
27236 \begin_inset ERT
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240
27241
27242 \backslash
27243 d e
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 </row>
27254 <row>
27255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259
27260 \backslash
27261 c
27262 \begin_inset ERT
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 spce 
27270 \end_layout
27271
27272 \end_inset
27273
27274 e
27275 \end_layout
27276
27277 \end_inset
27278 </cell>
27279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27280 \begin_inset Text
27281
27282 \begin_layout Plain Layout
27283 \begin_inset ERT
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287
27288
27289 \backslash
27290 c e
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 </row>
27301 </lyxtabular>
27302
27303 \end_inset
27304
27305
27306 \begin_inset space \hfill{}
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Standard
27313 \begin_inset VSpace medskip
27314 \end_inset
27315
27316 With the command 
27317 \series bold
27318
27319 \backslash
27320 t
27321 \series default
27322  also two different characters can be accented.
27323  The command 
27324 \series bold
27325
27326 \backslash
27327 t
27328 \begin_inset ERT
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332
27333
27334 \backslash
27335 spce 
27336 \end_layout
27337
27338 \end_inset
27339
27340 sz
27341 \series default
27342  creates: 
27343 \begin_inset ERT
27344 status collapsed
27345
27346 \begin_layout Plain Layout
27347
27348
27349 \backslash
27350 t sz
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \begin_layout Standard
27359 The accents 
27360 \series bold
27361 `
27362 \series default
27363  , 
27364 \series bold
27365 '
27366 \series default
27367  and 
27368 \series bold
27369 ^
27370 \series default
27371  can in combination with vowels directly be inserted with the keyboard without
27372  using TeX-mode.
27373  The same applies for the tilde
27374 \begin_inset Foot
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378 This only applies for keyboards where the tilde is defined as accent.
27379 \end_layout
27380
27381 \end_inset
27382
27383  
27384 \series bold
27385 ~
27386 \series default
27387  in combination with 
27388 \emph on
27389 a
27390 \emph default
27391  , 
27392 \emph on
27393 n
27394 \emph default
27395  , or 
27396 \emph on
27397 o
27398 \emph default
27399 .
27400 \end_layout
27401
27402 \begin_layout Standard
27403 The commands 
27404 \series bold
27405
27406 \backslash
27407 b
27408 \series default
27409  , 
27410 \series bold
27411
27412 \backslash
27413 c
27414 \series default
27415  , 
27416 \series bold
27417
27418 \backslash
27419 d
27420 \series default
27421  , 
27422 \series bold
27423
27424 \backslash
27425 H
27426 \series default
27427  , 
27428 \series bold
27429
27430 \backslash
27431 t
27432 \series default
27433  , 
27434 \series bold
27435
27436 \backslash
27437 u
27438 \series default
27439  , 
27440 \series bold
27441
27442 \backslash
27443 v
27444 \series default
27445  and accents that are inserted directly with the keyboard are also available
27446  in mathematical text.
27447  For the other accents there are special math commands to be used in formulas,
27448  see 
27449 \begin_inset CommandInset ref
27450 LatexCommand ref
27451 reference "sub:Accents-for-one"
27452
27453 \end_inset
27454
27455 .
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset VSpace bigskip
27460 \end_inset
27461
27462 Furthermore, with the command 
27463 \series bold
27464
27465 \backslash
27466 textcircled
27467 \series default
27468
27469 \begin_inset Index idx
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 Commands ! T ! 
27474 \backslash
27475 textcircled
27476 \end_layout
27477
27478 \end_inset
27479
27480  all numbers and letters can be set into a circle, quasi accented with a
27481  circle, similar to the copyright symbol.
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \align center
27486 \begin_inset Tabular
27487 <lyxtabular version="3" rows="3" columns="2">
27488 <features tabularvalignment="middle">
27489 <column alignment="center" valignment="top" width="0">
27490 <column alignment="center" valignment="top" width="0">
27491 <row>
27492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496 Command
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505 Result
27506 \begin_inset Note Note
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510
27511 \series bold
27512
27513 \backslash
27514 raisebox
27515 \series default
27516  is only used as spacer.
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 </row>
27527 <row>
27528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532
27533 \backslash
27534 textcircled{w}
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Plain Layout
27543 \begin_inset ERT
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547
27548
27549 \backslash
27550 textcircled{w}
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 </row>
27561 <row>
27562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566
27567 \backslash
27568 Large 
27569 \backslash
27570 textcircled{
27571 \backslash
27572 normalsize
27573 \backslash
27574 protect
27575 \backslash
27576 raisebox{-1.5pt}{W}}
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Plain Layout
27585 \begin_inset Formula $\raisebox{4.5mm}{}$
27586 \end_inset
27587
27588
27589 \begin_inset ERT
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593
27594
27595 \backslash
27596 Large 
27597 \backslash
27598 textcircled{
27599 \backslash
27600 normalsize
27601 \backslash
27602 protect
27603 \backslash
27604 raisebox{-1.5pt}W}
27605 \end_layout
27606
27607 \end_inset
27608
27609
27610 \begin_inset Formula $\raisebox{-2mm}{}$
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 </row>
27619 </lyxtabular>
27620
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \begin_layout Standard
27627 One has to take care that the character fits in the circle.
27628  
27629 \series bold
27630
27631 \backslash
27632 Large
27633 \series default
27634
27635 \begin_inset Foot
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 see 
27640 \begin_inset CommandInset ref
27641 LatexCommand ref
27642 reference "sub:Font-Sizes"
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650
27651  specifies thereby the size of the circle.
27652  With the help of 
27653 \series bold
27654
27655 \backslash
27656 raisebox
27657 \series default
27658
27659 \begin_inset Foot
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 see 
27664 \begin_inset CommandInset ref
27665 LatexCommand ref
27666 reference "sub:Boxes-without-Frame"
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \end_inset
27674
27675  the character can be centered.
27676 \end_layout
27677
27678 \begin_layout Subsection
27679 Minuscule Numbers
27680 \begin_inset Index idx
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 Minuscule numbers
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Standard
27693 Minuscule numbers are created with the command 
27694 \series bold
27695
27696 \backslash
27697 oldstylenums
27698 \series default
27699
27700 \begin_inset Index idx
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 Commands ! O ! 
27705 \backslash
27706 oldstylenums
27707 \end_layout
27708
27709 \end_inset
27710
27711 .
27712  The command can be used in formulas and in TeX-mode.
27713  The command scheme is:
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 oldstylenums{number}
27722 \end_layout
27723
27724 \begin_layout Standard
27725 The command 
27726 \series bold
27727
27728 \backslash
27729 oldstylenums{0123456789
27730 \series default
27731  produces: 
27732 \begin_inset Formula $\oldstylenums{0123456789}$
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Subsection
27739 Miscellaneous special Characters
27740 \begin_inset CommandInset label
27741 LatexCommand label
27742 name "sub:Miscellaneous-special-Characters"
27743
27744 \end_inset
27745
27746
27747 \begin_inset Index idx
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Special characters ! miscellaneous
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Standard
27760 The following characters can only be inserted to formulas by using commands:
27761 \end_layout
27762
27763 \begin_layout Standard
27764 \align center
27765 \begin_inset Tabular
27766 <lyxtabular version="3" rows="4" columns="2">
27767 <features tabularvalignment="middle">
27768 <column alignment="center" valignment="top" width="0">
27769 <column alignment="center" valignment="top" width="0">
27770 <row>
27771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 Command
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 Result
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 </row>
27790 <row>
27791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795
27796 \backslash
27797 ^
27798 \begin_inset ERT
27799 status collapsed
27800
27801 \begin_layout Plain Layout
27802
27803
27804 \backslash
27805 spce 
27806 \end_layout
27807
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 \begin_inset Formula $\mathcircumflex$
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 </row>
27828 <row>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833
27834 \backslash
27835 _
27836 \end_layout
27837
27838 \end_inset
27839 </cell>
27840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27841 \begin_inset Text
27842
27843 \begin_layout Plain Layout
27844 \begin_inset Formula $\_$
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 </row>
27853 <row>
27854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27855 \begin_inset Text
27856
27857 \begin_layout Plain Layout
27858 ^
27859 \begin_inset ERT
27860 status collapsed
27861
27862 \begin_layout Plain Layout
27863
27864
27865 \backslash
27866 spce 
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \backslash
27873 circ
27874 \begin_inset Index idx
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878
27879 \backslash
27880
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894 \begin_inset Formula $^{\circ}$
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 </row>
27903 </lyxtabular>
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Standard
27911 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27912  contains the following line
27913 \begin_inset Foot
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917 More about this is described in 
27918 \begin_inset CommandInset ref
27919 LatexCommand ref
27920 reference "sub:Text-Characters-in"
27921
27922 \end_inset
27923
27924 .
27925 \end_layout
27926
27927 \end_inset
27928
27929 :
27930 \end_layout
27931
27932 \begin_layout Standard
27933
27934 \series bold
27935
27936 \backslash
27937 DeclareInputtext{176}{
27938 \backslash
27939 ifmmode^
27940 \backslash
27941 circ
27942 \backslash
27943 else
27944 \backslash
27945 textdegree
27946 \backslash
27947 fi}
27948 \end_layout
27949
27950 \begin_layout Standard
27951 \begin_inset Newpage newpage
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Section
27958 Formula Styles
27959 \begin_inset CommandInset label
27960 LatexCommand label
27961 name "sec:Formula-Styles"
27962
27963 \end_inset
27964
27965
27966 \begin_inset Index idx
27967 status collapsed
27968
27969 \begin_layout Plain Layout
27970 Formula ! styles
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \begin_layout Itemize
27979 There are two different alignment styles:
27980 \end_layout
27981
27982 \begin_deeper
27983 \begin_layout Description
27984 Centered is the predefined standard
27985 \end_layout
27986
27987 \begin_layout Description
27988 Indented for this the option 
27989 \series bold
27990 fleqn
27991 \series default
27992  must be inserted in the menu 
27993 \family sans
27994 Document\SpecialChar \menuseparator
27995 Settings
27996 \family default
27997  under 
27998 \family sans
27999 Document
28000 \begin_inset space ~
28001 \end_inset
28002
28003 Class
28004 \end_layout
28005
28006 \begin_layout Standard
28007 When 
28008 \series bold
28009 Indented
28010 \series default
28011  is used, the indentation can be adjusted with the length 
28012 \series bold
28013
28014 \backslash
28015 mathindent
28016 \series default
28017
28018 \begin_inset Index idx
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 Commands ! M ! 
28023 \backslash
28024 mathindent
28025 \end_layout
28026
28027 \end_inset
28028
28029 .
28030  Should the distance be 15
28031 \begin_inset space \thinspace{}
28032 \end_inset
28033
28034 mm, the following command line is inserted in the LaTeX-preamble
28035 \end_layout
28036
28037 \begin_layout Standard
28038
28039 \series bold
28040
28041 \backslash
28042 setlength{
28043 \backslash
28044 mathindent}{15mm}
28045 \end_layout
28046
28047 \begin_layout Standard
28048 When no length is specified, the predefined value of 30
28049 \begin_inset space \thinspace{}
28050 \end_inset
28051
28052 pt will be used.
28053 \end_layout
28054
28055 \end_deeper
28056 \begin_layout Itemize
28057 And two different numbering styles:
28058 \end_layout
28059
28060 \begin_deeper
28061 \begin_layout Description
28062 Right is the predefined standard
28063 \end_layout
28064
28065 \begin_layout Description
28066 Left for this the option 
28067 \series bold
28068 leqno
28069 \series default
28070  must be inserted in the menu 
28071 \family sans
28072 Document\SpecialChar \menuseparator
28073 Settings
28074 \family default
28075  under 
28076 \family sans
28077 Document
28078 \begin_inset space ~
28079 \end_inset
28080
28081 Class
28082 \end_layout
28083
28084 \end_deeper
28085 \begin_layout Standard
28086
28087 \series bold
28088 fleqn
28089 \series default
28090  and 
28091 \series bold
28092 leqno
28093 \series default
28094  can also be used together.
28095  In this case both options are inserted, separated by a comma.
28096 \end_layout
28097
28098 \begin_layout Standard
28099 The chosen styles are used for all displayed formulas of the document.
28100  When both, centered and indented formulas should be created in a document,
28101  the style 
28102 \series bold
28103 Centered
28104 \series default
28105  is used.
28106  The indented formulas are then set in a flalign environment, see 
28107 \begin_inset CommandInset ref
28108 LatexCommand ref
28109 reference "sub:Flalign-Environment"
28110
28111 \end_inset
28112
28113 .
28114 \end_layout
28115
28116 \begin_layout Section
28117 Multiline Formulas
28118 \begin_inset CommandInset label
28119 LatexCommand label
28120 name "sec:Multiline-Formulas"
28121
28122 \end_inset
28123
28124
28125 \begin_inset Index idx
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129 Formula ! multiline
28130 \end_layout
28131
28132 \end_inset
28133
28134
28135 \end_layout
28136
28137 \begin_layout Subsection
28138 General
28139 \end_layout
28140
28141 \begin_layout Standard
28142 In LyX multiline formulas are created by pressing 
28143 \series bold
28144
28145 \begin_inset Info
28146 type  "shortcut"
28147 arg   "newline-insert newline"
28148 \end_inset
28149
28150
28151 \series default
28152  inside a formula.
28153  This creates either an 
28154 \series bold
28155 eqnarray environment
28156 \series default
28157  that is described in 
28158 \begin_inset CommandInset ref
28159 LatexCommand ref
28160 reference "sub:Eqnarray-Environment"
28161
28162 \end_inset
28163
28164  or, when the option 
28165 \family sans
28166 Use AMS math package
28167 \family default
28168  in the document settings is selected, an 
28169 \series bold
28170 align environment
28171 \series default
28172  that is described in 
28173 \begin_inset CommandInset ref
28174 LatexCommand ref
28175 reference "sub:Standard-align-Environment"
28176
28177 \end_inset
28178
28179 .
28180 \end_layout
28181
28182 \begin_layout Standard
28183 There are other multiline formula environments that can be created via the
28184  menu 
28185 \family sans
28186 Insert\SpecialChar \menuseparator
28187 Math
28188 \family default
28189 .
28190  These environments are described in the following sections.
28191 \end_layout
28192
28193 \begin_layout Standard
28194 In all multiline formula environments a new line is created by pressing
28195  
28196 \begin_inset Info
28197 type  "shortcut"
28198 arg   "newline-insert newline"
28199 \end_inset
28200
28201 .
28202  To add or delete lines, the math toolbar buttons 
28203 \begin_inset Graphics
28204         filename ../images/tabular-feature_append-row.png
28205         scale 85
28206
28207 \end_inset
28208
28209  or 
28210 \begin_inset Graphics
28211         filename ../images/tabular-feature_delete-row.png
28212         scale 85
28213
28214 \end_inset
28215
28216 , respectively, or the menu 
28217 \family sans
28218 Edit\SpecialChar \menuseparator
28219 Rows & Columns
28220 \family default
28221  can be used.
28222 \end_layout
28223
28224 \begin_layout Subsubsection
28225 Line Separation
28226 \begin_inset CommandInset label
28227 LatexCommand label
28228 name "sub:Line-Separation"
28229
28230 \end_inset
28231
28232
28233 \begin_inset Index idx
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237 Formula ! multiline ! Line separation
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 There is sometimes not enough space in multiline formulas between the lines:
28247 \begin_inset Formula 
28248 \begin{eqnarray*}
28249 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}\\
28250 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
28251 \end{eqnarray*}
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259 In LaTeX additional line space is specified as optional argument of the
28260  new line command.
28261  This is not yet possible in LyX
28262 \begin_inset Foot
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 see 
28267 \begin_inset CommandInset href
28268 LatexCommand href
28269 name "LyX-bug #1505"
28270 target "http://www.lyx.org/trac/ticket/1505"
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \end_inset
28278
28279 , therefore the whole formula must be inserted in TeX-mode.
28280  To add in our example space, the command 
28281 \series bold
28282
28283 \backslash
28284
28285 \backslash
28286 [3mm]
28287 \series default
28288  is inserted at the end of the first line.
28289  One gets: 
28290 \begin_inset ERT
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294
28295
28296 \backslash
28297 begin{eqnarray*}
28298 \end_layout
28299
28300 \begin_layout Plain Layout
28301
28302 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28303  = & 
28304 \backslash
28305 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28306 \backslash
28307
28308 \backslash
28309 [3mm]
28310 \end_layout
28311
28312 \begin_layout Plain Layout
28313
28314 4x^{2}
28315 \backslash
28316 left(B^{2}+x_{0}^{2}
28317 \backslash
28318 right)+4x_{0}x
28319 \backslash
28320 left(D-B^{2}
28321 \backslash
28322 right)+B^{2}
28323 \backslash
28324 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28325 \backslash
28326 right) & = & 0
28327 \end_layout
28328
28329 \begin_layout Plain Layout
28330
28331
28332 \backslash
28333 end{eqnarray*}
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \begin_layout Standard
28342 \begin_inset VSpace bigskip
28343 \end_inset
28344
28345 To set the line separation for all lines in a formula, the length 
28346 \series bold
28347
28348 \backslash
28349 jot
28350 \series default
28351
28352 \begin_inset Index idx
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356 Commands ! J ! 
28357 \backslash
28358 jot
28359 \end_layout
28360
28361 \end_inset
28362
28363  is changed.
28364  The definition is: 
28365 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28366 \end_inset
28367
28368 .
28369  Predefined for 
28370 \series bold
28371
28372 \backslash
28373 jot
28374 \series default
28375  is the value 3
28376 \begin_inset space \thinspace{}
28377 \end_inset
28378
28379 pt.
28380  To create 3
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384 mm additional line separation as in the previous example, the command
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 setlength{
28393 \backslash
28394 jot}{3mm+3pt}
28395 \end_layout
28396
28397 \begin_layout Standard
28398 is inserted in TeX-mode before the formula.
28399  This requires that the LaTeX-package 
28400 \series bold
28401 calc
28402 \series default
28403
28404 \begin_inset Foot
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408
28409 \series bold
28410 calc
28411 \series default
28412  is part of every LaTeX standard installation.
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \begin_inset Index idx
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Packages ! calc
28423 \end_layout
28424
28425 \end_inset
28426
28427  was loaded in LaTeX-preamble with the line
28428 \end_layout
28429
28430 \begin_layout Standard
28431
28432 \series bold
28433
28434 \backslash
28435 usepackage{calc}
28436 \end_layout
28437
28438 \begin_layout Standard
28439 One gets: 
28440 \begin_inset ERT
28441 status collapsed
28442
28443 \begin_layout Plain Layout
28444
28445
28446 \backslash
28447 setlength{
28448 \backslash
28449 jot}{3mm+3pt}
28450 \end_layout
28451
28452 \end_inset
28453
28454
28455 \begin_inset Formula 
28456 \begin{eqnarray*}
28457 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}\\
28458 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
28459 \end{eqnarray*}
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467 \begin_inset ERT
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471
28472
28473 \backslash
28474 setlength{
28475 \backslash
28476 jot}{3pt}
28477 \end_layout
28478
28479 \end_inset
28480
28481  To get back to the predefined distance, 
28482 \series bold
28483
28484 \backslash
28485 jot
28486 \series default
28487  is set to the value 3
28488 \begin_inset space \thinspace{}
28489 \end_inset
28490
28491 pt.
28492 \end_layout
28493
28494 \begin_layout Subsubsection
28495 Column Separation
28496 \begin_inset CommandInset label
28497 LatexCommand label
28498 name "sub:Column-Separation"
28499
28500 \end_inset
28501
28502
28503 \begin_inset Index idx
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 Formula ! multiline ! Column separation
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Multiline formulas form a matrix.
28517  A formula in the eqnarray environment is for example a matrix with three
28518  columns.
28519  By changing the column separation in this environment, the space beside
28520  the relation sign can be changed.
28521 \end_layout
28522
28523 \begin_layout Standard
28524 The column separation is specified with the length 
28525 \series bold
28526
28527 \backslash
28528 arraycolsep
28529 \series default
28530
28531 \begin_inset Index idx
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535 Commands ! A ! 
28536 \backslash
28537 arraycolsep
28538 \end_layout
28539
28540 \end_inset
28541
28542  according to:
28543 \begin_inset Newline newline
28544 \end_inset
28545
28546 column separation = 2
28547 \begin_inset space \thinspace{}
28548 \end_inset
28549
28550
28551 \series bold
28552
28553 \backslash
28554 arraycolsep
28555 \series default
28556
28557 \begin_inset Newline newline
28558 \end_inset
28559
28560 Thus, the command
28561 \end_layout
28562
28563 \begin_layout Standard
28564
28565 \series bold
28566
28567 \backslash
28568 setlength{
28569 \backslash
28570 arraycolsep}{1cm}
28571 \end_layout
28572
28573 \begin_layout Standard
28574 inserted in TeX-mode, sets for all following formulas a column separation
28575  of 2
28576 \begin_inset space \thinspace{}
28577 \end_inset
28578
28579 cm.
28580  To get back to the predefined distance, 
28581 \series bold
28582
28583 \backslash
28584 arraycolsep
28585 \series default
28586  is set to 5
28587 \begin_inset space \thinspace{}
28588 \end_inset
28589
28590 pt.
28591 \end_layout
28592
28593 \begin_layout Standard
28594 A formula with 2
28595 \begin_inset space \thinspace{}
28596 \end_inset
28597
28598 cm column separation:
28599 \begin_inset ERT
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603
28604
28605 \backslash
28606 setlength{
28607 \backslash
28608 arraycolsep}{1cm}
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \begin_inset Formula 
28615 \begin{eqnarray*}
28616 A & = & B\\
28617 C & \ne & A
28618 \end{eqnarray*}
28619
28620 \end_inset
28621
28622 A formula with the predefined column separation for matrices of 10
28623 \begin_inset space \thinspace{}
28624 \end_inset
28625
28626 pt:
28627 \begin_inset ERT
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631
28632
28633 \backslash
28634 setlength{
28635 \backslash
28636 arraycolsep}{5pt}
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \begin_inset Formula 
28643 \begin{eqnarray*}
28644 A & = & B\\
28645 C & \ne & A
28646 \end{eqnarray*}
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \begin_layout Subsubsection
28654 Long Formulas
28655 \begin_inset Index idx
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659 Formula ! long
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \begin_layout Standard
28668 Long formulas can be typeset using these methods:
28669 \end_layout
28670
28671 \begin_layout Itemize
28672 When one side of the equation is much shorther than the line width, this
28673  one is chosen for the left side and the right side is typeset over two
28674  lines:
28675 \begin_inset Formula 
28676 \begin{eqnarray}
28677 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 \\
28678  &  & -\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}
28679 \end{eqnarray}
28680
28681 \end_inset
28682
28683 The minus sign at the beginning of the second line does normally not appear
28684  as operator because it is the first character of the line.
28685  Thus it would not be surrounded by space and could not be distinguished
28686  from the fraction bar.
28687  To avoid this, 3
28688 \begin_inset space \thinspace{}
28689 \end_inset
28690
28691 pt space was inserted behind the minus sign with the command 
28692 \series bold
28693
28694 \backslash
28695 hspace
28696 \series default
28697 .
28698 \begin_inset Foot
28699 status collapsed
28700
28701 \begin_layout Plain Layout
28702 more about 
28703 \series bold
28704
28705 \backslash
28706 hspace
28707 \series default
28708  see 
28709 \begin_inset CommandInset ref
28710 LatexCommand ref
28711 reference "sub:Variable-Space"
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \begin_inset Index idx
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725 Commands ! H ! 
28726 \backslash
28727 hspace
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \end_layout
28734
28735 \begin_layout Itemize
28736 When both sides of the equation are too long, the command 
28737 \series bold
28738
28739 \backslash
28740 lefteqn
28741 \series default
28742
28743 \begin_inset Index idx
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 Commands ! L ! 
28748 \backslash
28749 lefteqn
28750 \end_layout
28751
28752 \end_inset
28753
28754  is used.
28755  It is inserted to the first column of the first line and effects that all
28756  further insertions overwrite the following columns:
28757 \begin_inset Formula 
28758 \begin{eqnarray}
28759 \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 \\
28760  &  & -\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 \\
28761  &  & =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}
28762 \end{eqnarray}
28763
28764 \end_inset
28765
28766 After the insertion of 
28767 \series bold
28768
28769 \backslash
28770 lefteqn
28771 \series default
28772 , the cursor is in a purple box that is a bit shifted to the left from the
28773  blue one.
28774  In this the formula is inserted.
28775 \begin_inset Newline newline
28776 \end_inset
28777
28778 The content of the further lines is inserted to the second or another formula
28779  column.
28780  The greater the column number where it was inserted, the larger the indentation.
28781 \begin_inset VSpace medskip
28782 \end_inset
28783
28784
28785 \begin_inset Newline newline
28786 \end_inset
28787
28788
28789 \begin_inset Note Greyedout
28790 status open
28791
28792 \begin_layout Plain Layout
28793 Note the following when using 
28794 \series bold
28795
28796 \backslash
28797 lefteqn
28798 \series default
28799 :
28800 \end_layout
28801
28802 \begin_layout Itemize
28803 The formula doesn't use the full page width.
28804  When e.
28805 \begin_inset space \thinspace{}
28806 \end_inset
28807
28808 g.
28809 \begin_inset space \space{}
28810 \end_inset
28811
28812 the term 
28813 \begin_inset Formula $-B^{2}$
28814 \end_inset
28815
28816  is added to the first line in the above example, it would have been outside
28817  the page margin.
28818  To better use the width, negative space can be inserted at the beginning
28819  of the first line.
28820 \end_layout
28821
28822 \begin_layout Itemize
28823 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28824  line.
28825 \begin_inset Foot
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829 \begin_inset CommandInset href
28830 LatexCommand href
28831 name "LyX-bug #1429"
28832 target "http://www.lyx.org/trac/ticket/1429"
28833
28834 \end_inset
28835
28836
28837 \end_layout
28838
28839 \end_inset
28840
28841  One can only set the cursor at the beginning of the line and move it with
28842  the arrow keys.
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Itemize
28851 Other methods to set long formulas are offered by the environments described
28852  in 
28853 \begin_inset CommandInset ref
28854 LatexCommand ref
28855 reference "sub:Multline-Environment"
28856
28857 \end_inset
28858
28859  and 
28860 \begin_inset CommandInset ref
28861 LatexCommand ref
28862 reference "sub:Multiline-Formula-Parts"
28863
28864 \end_inset
28865
28866 .
28867 \end_layout
28868
28869 \begin_layout Subsubsection
28870 Multiline Brackets
28871 \begin_inset CommandInset label
28872 LatexCommand label
28873 name "sub:Multiline-Brackets"
28874
28875 \end_inset
28876
28877
28878 \begin_inset Index idx
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882 Brackets ! for multiline expressions
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 For brackets spanning multiple lines the following problem occurs:
28892 \begin_inset Formula 
28893 \begin{eqnarray*}
28894 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28895  &  & \left.\cdots+B-D\right]
28896 \end{eqnarray*}
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Standard
28904 The closing bracket is smaller than the opening bracket because brackets
28905  with variable size may not span multiple lines.
28906 \end_layout
28907
28908 \begin_layout Standard
28909 To set the bracket size for the second line correctly, the first line is
28910  ended with 
28911 \series bold
28912
28913 \backslash
28914 right.
28915 \series default
28916
28917 \begin_inset Index idx
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 Commands ! R ! 
28922 \backslash
28923 right
28924 \end_layout
28925
28926 \end_inset
28927
28928  and the second line with 
28929 \series bold
28930
28931 \backslash
28932 left.
28933 \begin_inset Foot
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937 for more about 
28938 \series bold
28939
28940 \backslash
28941 left
28942 \series default
28943  and 
28944 \series bold
28945
28946 \backslash
28947 right
28948 \series default
28949  see 
28950 \begin_inset CommandInset ref
28951 LatexCommand ref
28952 reference "sub:Automatic-Bracket-Size"
28953
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \series default
28963
28964 \begin_inset Index idx
28965 status collapsed
28966
28967 \begin_layout Plain Layout
28968 Commands ! L ! 
28969 \backslash
28970 left
28971 \end_layout
28972
28973 \end_inset
28974
28975 .
28976  After 
28977 \series bold
28978
28979 \backslash
28980 left.
28981
28982 \series default
28983  the command 
28984 \series bold
28985
28986 \backslash
28987 vphantom
28988 \series default
28989
28990 \begin_inset ERT
28991 status collapsed
28992
28993 \begin_layout Plain Layout
28994
28995
28996 \backslash
28997 spce 
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \series bold
29004
29005 \backslash
29006 prod
29007 \series default
29008 ^
29009 \begin_inset ERT
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013
29014
29015 \backslash
29016 spce 
29017 \end_layout
29018
29019 \end_inset
29020
29021
29022 \series bold
29023
29024 \backslash
29025 infty
29026 \series default
29027
29028 \begin_inset ERT
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032
29033
29034 \backslash
29035 spce 
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \series bold
29042
29043 \begin_inset Formula $\downarrow$
29044 \end_inset
29045
29046 _R=1}
29047 \series default
29048
29049 \begin_inset Index idx
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 Commands ! V ! 
29054 \backslash
29055 vphantom
29056 \end_layout
29057
29058 \end_inset
29059
29060  is inserted, because the multiplication operator with its limits is the
29061  largest symbol in the first line and this should be the size for the bracket
29062  in the second line.
29063 \end_layout
29064
29065 \begin_layout Standard
29066 The result is this:
29067 \begin_inset Formula 
29068 \begin{eqnarray*}
29069 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29070  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29071 \end{eqnarray*}
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \begin_layout Subsection
29079 Align Environments
29080 \end_layout
29081
29082 \begin_layout Standard
29083 Align environments can be used for every kind of multiline formulas.
29084  They are specially useful to set several formulas side by side.
29085 \end_layout
29086
29087 \begin_layout Standard
29088 Align environments consist of columns.
29089  The odd columns are right aligned, the even ones left aligned.
29090  Every line in an Align environment can be numbered.
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Align environments are created via the menu 
29095 \family sans
29096 Insert\SpecialChar \menuseparator
29097 Math
29098 \family default
29099 .
29100  With the menu 
29101 \family sans
29102 Edit\SpecialChar \menuseparator
29103 Math\SpecialChar \menuseparator
29104 Change Formula Type
29105 \family default
29106  already existing formulas can be converted to Align environments.
29107 \end_layout
29108
29109 \begin_layout Standard
29110 To add or delete columns, the math toolbar buttons 
29111 \begin_inset Graphics
29112         filename ../images/tabular-feature_append-column.png
29113         scale 85
29114
29115 \end_inset
29116
29117  or 
29118 \begin_inset Graphics
29119         filename ../images/tabular-feature_delete-column.png
29120         scale 85
29121
29122 \end_inset
29123
29124 , respectively, or the menu 
29125 \family sans
29126 Edit\SpecialChar \menuseparator
29127 Rows & Columns
29128 \family default
29129  can be used.
29130 \end_layout
29131
29132 \begin_layout Subsubsection
29133 Standard align Environment
29134 \begin_inset CommandInset label
29135 LatexCommand label
29136 name "sub:Standard-align-Environment"
29137
29138 \end_inset
29139
29140
29141 \begin_inset Index idx
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145 Formula ! multiline ! align environment
29146 \end_layout
29147
29148 \end_inset
29149
29150
29151 \end_layout
29152
29153 \begin_layout Standard
29154 This Align environment is created by presssing 
29155 \begin_inset Info
29156 type  "shortcut"
29157 arg   "newline-insert newline"
29158 \end_inset
29159
29160  in a formula or by the menu 
29161 \family sans
29162 Insert\SpecialChar \menuseparator
29163 Math\SpecialChar \menuseparator
29164 AMS align Environment
29165 \family default
29166 .
29167 \end_layout
29168
29169 \begin_layout Standard
29170 An example for two formulas set side by side, that are created with a four
29171  column align environment:
29172 \begin_inset Formula 
29173 \begin{align*}
29174 A & =\sin(B) & C & =D\\
29175 C & \ne A & B & \ne D
29176 \end{align*}
29177
29178 \end_inset
29179
29180 As it can be seen, the formulas in this environment are placed so as if
29181  there would be a 
29182 \series bold
29183
29184 \backslash
29185 hfill
29186 \begin_inset Foot
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190 more about 
29191 \series bold
29192
29193 \backslash
29194 hfill
29195 \series default
29196  see 
29197 \begin_inset CommandInset ref
29198 LatexCommand ref
29199 reference "sub:Variable-Space"
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \series default
29210  before the first and after every even column.
29211  When the formula style 
29212 \series bold
29213 Indented
29214 \begin_inset Foot
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 formula styles see 
29219 \begin_inset CommandInset ref
29220 LatexCommand ref
29221 reference "sec:Formula-Styles"
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \series default
29232  is used, the formula is set without the 
29233 \series bold
29234
29235 \backslash
29236 hfill
29237 \series default
29238  before the first column.
29239 \end_layout
29240
29241 \begin_layout Subsubsection
29242 Alignat Environment
29243 \begin_inset Index idx
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247 Formula ! multiline ! alignat environment
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256 The alignat environment has no predefined column separation.
29257  It can be inserted manually with the spaces that are described 
29258 \begin_inset CommandInset ref
29259 LatexCommand ref
29260 reference "sub:Space"
29261
29262 \end_inset
29263
29264 .
29265 \end_layout
29266
29267 \begin_layout Standard
29268 The above example in the alignat environment where 1
29269 \begin_inset space \thinspace{}
29270 \end_inset
29271
29272 cm space was inserted at the beginning of the second formula:
29273 \begin_inset Formula 
29274 \begin{alignat*}{2}
29275 A & =\sin(B) & \hspace{1cm}C & =D\\
29276 C & \ne A & B & \ne D
29277 \end{alignat*}
29278
29279 \end_inset
29280
29281 Because the column separation can be set separately for every column, this
29282  environment is especially suitable to set three and more formulas side
29283  by side.
29284 \end_layout
29285
29286 \begin_layout Subsubsection
29287 Flalign Environment
29288 \begin_inset CommandInset label
29289 LatexCommand label
29290 name "sub:Flalign-Environment"
29291
29292 \end_inset
29293
29294
29295 \begin_inset Index idx
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299 Formula ! multiline ! flalign environment
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \begin_layout Standard
29308 In this environment the first two columns are always set as much as possible
29309  to the left and the last two ones to the right.
29310  An example:
29311 \begin_inset Formula 
29312 \begin{flalign*}
29313 A & =1 & B & =2 & C & =3\\
29314 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29315 \end{flalign*}
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 By creating a flalign environment with an odd number of columns where an
29324  empty TeX-brace is inserted to the last column, several formulas in a document
29325  can be set to the left, although the formula style 
29326 \series bold
29327 Centered
29328 \series default
29329  is used.
29330  As example the indented formula 
29331 \begin_inset CommandInset ref
29332 LatexCommand eqref
29333 reference "eq:VolInt"
29334
29335 \end_inset
29336
29337 :
29338 \begin_inset Formula 
29339 \begin{flalign}
29340 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29341 \end{flalign}
29342
29343 \end_inset
29344
29345 The first two columns contain the formula.
29346  To indent it as with the formula style 
29347 \series bold
29348 Indented
29349 \series default
29350 , 30
29351 \begin_inset space \thinspace{}
29352 \end_inset
29353
29354 pt space was inserted at the beginning of the first column.
29355 \end_layout
29356
29357 \begin_layout Subsection
29358 Eqnarray Environment
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "sub:Eqnarray-Environment"
29362
29363 \end_inset
29364
29365
29366 \begin_inset Index idx
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 Formula ! multiline ! eqnarray environment
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 When this environment has been created, three blue boxes appear.
29380  The content of the first box is right aligned, the content of the last
29381  one left aligned.
29382  The content of the middle box appears centered and a bit smaller, because
29383  it is designed to insert there only relation characters.
29384 \begin_inset Formula 
29385 \begin{eqnarray*}
29386 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29387 AB & AB & AB\\
29388 A & = & A
29389 \end{eqnarray*}
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Subsection
29397 Gather Environment
29398 \begin_inset Index idx
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Formula ! multiline ! gather environment
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \end_layout
29409
29410 \begin_layout Standard
29411 This environment consists of only one centered column.
29412  Every line can be numbered.
29413 \begin_inset Formula 
29414 \begin{gather}
29415 A=1\\
29416 X=\textrm{-}1
29417 \end{gather}
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Subsection
29425 Multline Environment
29426 \begin_inset CommandInset label
29427 LatexCommand label
29428 name "sub:Multline-Environment"
29429
29430 \end_inset
29431
29432
29433 \begin_inset Index idx
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 Formula ! multiline ! multline environment
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 The multline environment consists, like the gather environment, of only
29447  one column.
29448  But the first line is left aligned, the last one right aligned.
29449  All other lines are centered.
29450  Therefore this environment is suitable for long formulas.
29451  As example formula 
29452 \begin_inset CommandInset ref
29453 LatexCommand eqref
29454 reference "eq:lefteqn"
29455
29456 \end_inset
29457
29458  in the multline environment:
29459 \begin_inset Formula 
29460 \begin{multline}
29461 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}\\
29462 -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}\\
29463 =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}}
29464 \end{multline}
29465
29466 \end_inset
29467
29468
29469 \end_layout
29470
29471 \begin_layout Standard
29472 In the output only the last (first) line of a multline environment appears
29473  numbered when the document numbering is right (left).
29474 \begin_inset Foot
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 numbering styles see 
29479 \begin_inset CommandInset ref
29480 LatexCommand ref
29481 reference "sec:Formula-Styles"
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 With the commands 
29495 \series bold
29496
29497 \backslash
29498 shoveright
29499 \series default
29500
29501 \begin_inset Index idx
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Commands ! S ! 
29506 \backslash
29507 shoveright
29508 \end_layout
29509
29510 \end_inset
29511
29512  and 
29513 \series bold
29514
29515 \backslash
29516 shoveleft
29517 \series default
29518
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Commands ! S ! 
29524 \backslash
29525 shoveleft
29526 \end_layout
29527
29528 \end_inset
29529
29530  a centered line can be right or left aligned, respectively.
29531  The commands are used as follows:
29532 \end_layout
29533
29534 \begin_layout Standard
29535
29536 \series bold
29537
29538 \backslash
29539 shoveright{line content}
29540 \series default
29541  and 
29542 \series bold
29543
29544 \backslash
29545 shoveleft{line content}
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset VSpace medskip
29550 \end_inset
29551
29552 The length 
29553 \series bold
29554
29555 \backslash
29556 multlinegap
29557 \series default
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Commands ! M ! 
29564 \backslash
29565 multlinegap
29566 \end_layout
29567
29568 \end_inset
29569
29570  specifies the distance of the first line from the left page margin.
29571  Predefined is the length 0
29572 \begin_inset space \thinspace{}
29573 \end_inset
29574
29575 pt.
29576 \end_layout
29577
29578 \begin_layout Standard
29579 As example the above formula where the command
29580 \end_layout
29581
29582 \begin_layout Standard
29583
29584 \series bold
29585
29586 \backslash
29587 setlength{
29588 \backslash
29589 multlinegap}{2cm}
29590 \end_layout
29591
29592 \begin_layout Standard
29593 was inserted in TeX-mode before:
29594 \begin_inset ERT
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598
29599
29600 \backslash
29601 setlength{
29602 \backslash
29603 multlinegap}{2cm}
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \begin_inset Formula 
29610 \begin{multline}
29611 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}\\
29612 \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}}\\
29613 =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}}
29614 \end{multline}
29615
29616 \end_inset
29617
29618
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624
29625 \backslash
29626 setlength{
29627 \backslash
29628 multlinegap}{0pt}
29629 \end_layout
29630
29631 \end_inset
29632
29633 The second line was left aligned using 
29634 \series bold
29635
29636 \backslash
29637 shoveleft
29638 \series default
29639 .
29640 \end_layout
29641
29642 \begin_layout Subsection
29643 Multiline Formula Parts
29644 \begin_inset CommandInset label
29645 LatexCommand label
29646 name "sub:Multiline-Formula-Parts"
29647
29648 \end_inset
29649
29650
29651 \begin_inset Index idx
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 Formula ! multiline ! formula parts
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 To display only parts of a formula with multiple lines, one of the following
29665  environments are used: 
29666 \series bold
29667 aligned
29668 \series default
29669
29670 \series bold
29671 alignedat
29672 \series default
29673
29674 \series bold
29675 gathered
29676 \series default
29677  or 
29678 \series bold
29679 split
29680 \series default
29681 .
29682  They can be inserted via the menu 
29683 \family sans
29684 Insert\SpecialChar \menuseparator
29685 Math
29686 \family default
29687  or by using the commands described in this section.
29688 \end_layout
29689
29690 \begin_layout Standard
29691 The first three have the same properties as the corresponding multiline
29692  formula environments, but it is possible to set further formula parts beside
29693  them.
29694  An example:
29695 \begin_inset Formula 
29696 \[
29697 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29698 \Delta E\Delta t & \ge\frac{\hbar}{2}
29699 \end{aligned}
29700 \right\} \textrm{Uncertainty relations}
29701 \]
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Standard
29709 To get this formula, a displayed formula is created where the command 
29710 \series bold
29711
29712 \backslash
29713 aligned
29714 \series default
29715
29716 \begin_inset Index idx
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720 Commands ! A ! 
29721 \backslash
29722 aligned
29723 \end_layout
29724
29725 \end_inset
29726
29727  is inserted.
29728  A purple box appears around the blue formula box where now columns and
29729  lines can be added.
29730  Outside the multiline environment other formula parts can be set, like
29731  the brace.
29732 \end_layout
29733
29734 \begin_layout Standard
29735 The aligned environment is also suitable for long formulas whose lines are
29736  horizontally aligned.
29737  Using aligned in a displayed formula has the advantage that the formula
29738  number is vertically centered behind the lines.
29739  As example formula 
29740 \begin_inset CommandInset ref
29741 LatexCommand eqref
29742 reference "eq:shortlong"
29743
29744 \end_inset
29745
29746  in the aligned environment:
29747 \begin_inset Formula 
29748 \begin{equation}
29749 \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}|}\\
29750  & -\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}|}
29751 \end{aligned}
29752 \end{equation}
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 To use the environments 
29761 \series bold
29762 alignedat
29763 \series default
29764
29765 \series bold
29766 gathered
29767 \series default
29768 , or 
29769 \series bold
29770 split
29771 \series default
29772 , the command 
29773 \series bold
29774
29775 \backslash
29776 alignedat
29777 \series default
29778 ,
29779 \begin_inset Index idx
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783 Commands ! A ! 
29784 \backslash
29785 alignedat
29786 \end_layout
29787
29788 \end_inset
29789
29790  
29791 \series bold
29792
29793 \backslash
29794 gathered
29795 \series default
29796
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 Commands ! G ! 
29802 \backslash
29803 gathered
29804 \end_layout
29805
29806 \end_inset
29807
29808 , or 
29809 \series bold
29810
29811 \backslash
29812 split
29813 \series default
29814
29815 \begin_inset Index idx
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819 Commands ! S ! 
29820 \backslash
29821 split
29822 \end_layout
29823
29824 \end_inset
29825
29826  are inserted, respectively.
29827  The split environment has the same properties as the aligned environment
29828  but it can only have two columns.
29829 \end_layout
29830
29831 \begin_layout Subsection
29832 Text in multiline Formulas
29833 \begin_inset CommandInset label
29834 LatexCommand label
29835 name "sub:Text-in-multiline"
29836
29837 \end_inset
29838
29839
29840 \begin_inset Index idx
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844 Text ! in formulas
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \begin_inset Index idx
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854 Formula ! multiline ! text
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \begin_layout Standard
29863 In the Align environments, and the multline and gather environment, text
29864  can be inserted that will appear in a separate line and doesn't affect
29865  the column alignment.
29866  To do this, the command 
29867 \series bold
29868
29869 \backslash
29870 intertext
29871 \series default
29872
29873 \begin_inset Index idx
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 Commands ! I ! 
29878 \backslash
29879 intertext
29880 \end_layout
29881
29882 \end_inset
29883
29884  is used in the following scheme:
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \series bold
29890
29891 \backslash
29892 intertext{text}
29893 \end_layout
29894
29895 \begin_layout Standard
29896 The text should not be longer than a line because it cannot be hyphenated.
29897  As LyX doesn't yet support 
29898 \series bold
29899
29900 \backslash
29901 intertext
29902 \series default
29903  directly, the text is written as mathematical text.
29904  
29905 \series bold
29906
29907 \backslash
29908 intertext
29909 \series default
29910  must hereby be at the beginning of a line and appears in the output above
29911  this line.
29912  An example where the text was inserted at the beginning of the second line:
29913 \begin_inset Formula 
29914 \begin{align}
29915 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29916 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29917 \end{align}
29918
29919 \end_inset
29920
29921
29922 \end_layout
29923
29924 \begin_layout Standard
29925 \begin_inset Newpage newpage
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \begin_layout Section
29932 Formula Numbering
29933 \begin_inset Index idx
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937 Formula numbering
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \begin_inset Index idx
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947 Formula ! numbering|see
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953 {
29954 \end_layout
29955
29956 \end_inset
29957
29958 Formula numbering
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964 }
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Subsection
29978 General
29979 \end_layout
29980
29981 \begin_layout Standard
29982 Numbered formulas can be created with the menu 
29983 \family sans
29984 Insert\SpecialChar \menuseparator
29985 Math\SpecialChar \menuseparator
29986 Numbered
29987 \begin_inset space ~
29988 \end_inset
29989
29990 Formula
29991 \family default
29992  (shortcut 
29993 \family sans
29994 Ctrl+Alt
29995 \begin_inset space ~
29996 \end_inset
29997
29998 N
29999 \family default
30000 ).
30001  Existing formulas can be numbered with the menu 
30002 \family sans
30003 Edit\SpecialChar \menuseparator
30004 Math\SpecialChar \menuseparator
30005 Toggle
30006 \begin_inset space ~
30007 \end_inset
30008
30009 Numbering
30010 \family default
30011  (shortcut 
30012 \begin_inset Info
30013 type  "shortcut"
30014 arg   "math-number-toggle"
30015 \end_inset
30016
30017 ).
30018  The formula number is displayed in LyX behind the formula as number sign
30019  in parentheses.
30020  The number sign is replaced in the output by the formula number.
30021 \end_layout
30022
30023 \begin_layout Standard
30024 When numbering is turned on in multiline formulas, all lines will be numbered.
30025  But the numbering can be controlled with the menu 
30026 \family sans
30027 Edit\SpecialChar \menuseparator
30028 Math\SpecialChar \menuseparator
30029 Toggle
30030 \begin_inset space ~
30031 \end_inset
30032
30033 Numbering
30034 \begin_inset space ~
30035 \end_inset
30036
30037 of
30038 \begin_inset space ~
30039 \end_inset
30040
30041 Line
30042 \family default
30043  (shortcut
30044 \begin_inset Info
30045 type  "shortcut"
30046 arg   "math-number-line-toggle"
30047 \end_inset
30048
30049 ) for every line.
30050 \end_layout
30051
30052 \begin_layout Standard
30053 Except for inline formulas, all formulas can be numbered with two different
30054  styles, see 
30055 \begin_inset CommandInset ref
30056 LatexCommand ref
30057 reference "sec:Formula-Styles"
30058
30059 \end_inset
30060
30061 .
30062 \end_layout
30063
30064 \begin_layout Subsection
30065 Cross-References
30066 \begin_inset Index idx
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070 Cross-references ! to formulas
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 All labeled formulas can be cross-referenced.
30080  A label is added by the menu 
30081 \family sans
30082 Insert\SpecialChar \menuseparator
30083 Label
30084 \family default
30085  or the toolbar button 
30086 \begin_inset Graphics
30087         filename ../images/label-insert.png
30088         scale 85
30089
30090 \end_inset
30091
30092 .
30093  The cursor must hereby be inside a displayed formula.
30094  A dialog pops up displaying the prefix 
30095 \series bold
30096 eq:
30097 \series default
30098  in a text field.
30099  The label is inserted there behind the prefix.
30100  The predefined prefix means 
30101 \begin_inset Quotes eld
30102 \end_inset
30103
30104 equation
30105 \begin_inset Quotes erd
30106 \end_inset
30107
30108  and makes it easier to find labels in large documents because it marks
30109  it as formula label to divide it from e.
30110 \begin_inset space \thinspace{}
30111 \end_inset
30112
30113 g.
30114 \begin_inset space \space{}
30115 \end_inset
30116
30117 section labels.
30118  To change a label, the menu 
30119 \family sans
30120 Insert\SpecialChar \menuseparator
30121 Label
30122 \family default
30123  is used again.
30124 \end_layout
30125
30126 \begin_layout Standard
30127 The name of the label is displayed in LyX within two parentheses behind
30128  formula.
30129  A formula with a label is always numbered.
30130 \end_layout
30131
30132 \begin_layout Standard
30133 Cross-references are inserted via the menu 
30134 \family sans
30135 Insert\SpecialChar \menuseparator
30136 Cross-Reference
30137 \family default
30138  or with the toolbar button 
30139 \begin_inset Graphics
30140         filename ../images/dialog-show-new-inset_ref.png
30141         scale 85
30142
30143 \end_inset
30144
30145 .
30146  A formula cross-reference appears in the output as formula number.
30147  When in the cross-reference dialog window the format 
30148 \series bold
30149 (<reference>)
30150 \series default
30151  is chosen, the cross-reference appears in the output as formula number
30152  in parentheses.
30153 \begin_inset Newline newline
30154 \end_inset
30155
30156 By right-clicking on a cross-reference in LyX, one jumps to the formula
30157  that is referenced.
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Here are as examples cross-references to formulas of the following subsections:
30162 \begin_inset Note Note
30163 status open
30164
30165 \begin_layout Plain Layout
30166 Note the different cross-reference types.
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Standard
30175 The equations 
30176 \begin_inset CommandInset ref
30177 LatexCommand eqref
30178 reference "eq:tag"
30179
30180 \end_inset
30181
30182  and 
30183 \begin_inset CommandInset ref
30184 LatexCommand eqref
30185 reference "eq:c"
30186
30187 \end_inset
30188
30189  are equivalent.
30190  In (
30191 \begin_inset CommandInset ref
30192 LatexCommand ref
30193 reference "eq:Lat"
30194
30195 \end_inset
30196
30197 ) big Latin letters are used for the numbering in contrary to (
30198 \begin_inset CommandInset ref
30199 LatexCommand ref
30200 reference "eq:Rom"
30201
30202 \end_inset
30203
30204 ).
30205 \end_layout
30206
30207 \begin_layout Standard
30208 \begin_inset VSpace medskip
30209 \end_inset
30210
30211 When the argument of 
30212 \series bold
30213
30214 \backslash
30215 tag
30216 \begin_inset Foot
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220
30221 \series bold
30222
30223 \backslash
30224 tag
30225 \series default
30226  is described in 
30227 \begin_inset CommandInset ref
30228 LatexCommand ref
30229 reference "sub:User-defined-Numbering"
30230
30231 \end_inset
30232
30233 .
30234 \end_layout
30235
30236 \end_inset
30237
30238
30239 \series default
30240  contains a box like in 
30241 \begin_inset CommandInset ref
30242 LatexCommand ref
30243 reference "sub:Paragraph-Boxes"
30244
30245 \end_inset
30246
30247 , the formula cannot be referenced.
30248 \end_layout
30249
30250 \begin_layout Subsection
30251 Subnumbering
30252 \begin_inset Index idx
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256 Formula numbering ! subnumbering
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \begin_layout Standard
30265 With the help of the commands 
30266 \series bold
30267
30268 \backslash
30269 begin{subequations}
30270 \series default
30271  and 
30272 \series bold
30273
30274 \backslash
30275 end{subequations}
30276 \series default
30277  formulas can be subnumbered.
30278  Both commands are inserted in TeX-mode.
30279 \end_layout
30280
30281 \begin_layout Standard
30282 An example:
30283 \begin_inset Formula 
30284 \begin{equation}
30285 A=C-B\label{eq:a}
30286 \end{equation}
30287
30288 \end_inset
30289
30290
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296
30297 \backslash
30298 addtocounter{equation}{-1}
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \begin_inset ERT
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308
30309
30310 \backslash
30311 begin{subequations}
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \begin_inset VSpace -5mm
30318 \end_inset
30319
30320
30321 \begin_inset Formula 
30322 \begin{equation}
30323 B=C-A\label{eq:b}
30324 \end{equation}
30325
30326 \end_inset
30327
30328
30329 \begin_inset Formula 
30330 \begin{equation}
30331 C=A+B\label{eq:c}
30332 \end{equation}
30333
30334 \end_inset
30335
30336
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 end{subequations}
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 To create the example, the following is done:
30357 \end_layout
30358
30359 \begin_layout Enumerate
30360 first formula is inserted
30361 \end_layout
30362
30363 \begin_layout Enumerate
30364
30365 \series bold
30366
30367 \backslash
30368 addtocounter{equation}{-1} 
30369 \backslash
30370 begin{subequations}
30371 \begin_inset Index idx
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375 Commands ! A ! 
30376 \backslash
30377 addtocounter
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \begin_inset Newline newline
30384 \end_inset
30385
30386
30387 \series default
30388 is inserted after the first formula
30389 \end_layout
30390
30391 \begin_layout Enumerate
30392 second formula is inserted
30393 \end_layout
30394
30395 \begin_layout Enumerate
30396 third formula is inserted
30397 \end_layout
30398
30399 \begin_layout Enumerate
30400
30401 \series bold
30402
30403 \backslash
30404 end{subequations}
30405 \series default
30406  is inserted after the third formula
30407 \end_layout
30408
30409 \begin_layout Standard
30410 Every formula between the commands 
30411 \series bold
30412
30413 \backslash
30414 begin
30415 \series default
30416  and 
30417 \series bold
30418
30419 \backslash
30420 end
30421 \series default
30422  is subnumbered as a, b, 
30423 \begin_inset Newline linebreak
30424 \end_inset
30425
30426 c, \SpecialChar \ldots{}
30427  For multiline formulas every line will be subnumbered.
30428  All subnumbered formulas are treated as 
30429 \emph on
30430 one
30431 \emph default
30432  numbered formula.
30433  But as every numbered formula increases the counter 
30434 \series bold
30435 equation
30436 \series default
30437  by one, the command 
30438 \series bold
30439
30440 \backslash
30441 addtocounter
30442 \series default
30443  is needed to decrease it.
30444  Otherwise the formulas 
30445 \begin_inset CommandInset ref
30446 LatexCommand eqref
30447 reference "eq:a"
30448
30449 \end_inset
30450
30451
30452 \begin_inset CommandInset ref
30453 LatexCommand eqref
30454 reference "eq:b"
30455
30456 \end_inset
30457
30458
30459 \begin_inset CommandInset ref
30460 LatexCommand eqref
30461 reference "eq:c"
30462
30463 \end_inset
30464
30465  would be numbered as 
30466 \begin_inset CommandInset ref
30467 LatexCommand eqref
30468 reference "eq:a"
30469
30470 \end_inset
30471
30472
30473 \begin_inset CommandInset ref
30474 LatexCommand eqref
30475 reference "eq:d"
30476
30477 \end_inset
30478
30479
30480 \begin_inset CommandInset ref
30481 LatexCommand eqref
30482 reference "eq:f"
30483
30484 \end_inset
30485
30486 .
30487 \end_layout
30488
30489 \begin_layout Standard
30490 By inserting the commands in TeX-mode, a space is created between the first
30491  two formulas.
30492  To revert this -5
30493 \begin_inset space \thinspace{}
30494 \end_inset
30495
30496 mm vertical space is inserted after the command 
30497 \series bold
30498
30499 \backslash
30500 begin{subequations}
30501 \series default
30502 .
30503  When the formula style 
30504 \series bold
30505 Indented
30506 \begin_inset Foot
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 formula styles see 
30511 \begin_inset CommandInset ref
30512 LatexCommand ref
30513 reference "sec:Formula-Styles"
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \series default
30524  is used, -7
30525 \begin_inset space \thinspace{}
30526 \end_inset
30527
30528 mm space is inserted instead.
30529 \end_layout
30530
30531 \begin_layout Standard
30532 Here is an example for a multiline formula where the numbering was turned
30533  off for the second line:
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 begin{subequations}
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \begin_inset Formula 
30548 \begin{eqnarray}
30549 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30550  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30551  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30552 \end{eqnarray}
30553
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 end{subequations}
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Subsection
30573 User-defined Numbering
30574 \begin_inset CommandInset label
30575 LatexCommand label
30576 name "sub:User-defined-Numbering"
30577
30578 \end_inset
30579
30580
30581 \begin_inset Index idx
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585 Formula numbering ! user-defined
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \begin_layout Standard
30594 \begin_inset Index idx
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 Formula numbering ! self-defined delimiters
30599 \end_layout
30600
30601 \end_inset
30602
30603 With the standard numbering parentheses are set around the formula number.
30604  To replace the parentheses for example by vertical bars, the following
30605  line is added to the LaTeX-preamble:
30606 \end_layout
30607
30608 \begin_layout Standard
30609
30610 \series bold
30611
30612 \backslash
30613 def
30614 \backslash
30615 tagform@#1{
30616 \backslash
30617 maketag@@@{|#1|}}
30618 \series default
30619
30620 \begin_inset Note Note
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624 This macro is already declared in the LaTeX-preamble for testing.
30625  To activate it, remove the percent sign at the beginning.
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \end_layout
30632
30633 \begin_layout Standard
30634 To use other characters, the vertical bars besides the 
30635 \series bold
30636 #1
30637 \series default
30638  are replaced by one ore more characters.
30639  To get only the formula number the vertical bars are omitted.
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \begin_inset VSpace bigskip
30644 \end_inset
30645
30646 When there should be an expression of your choice instead of the consecutive
30647  formula number in parentheses behind the formula, the command 
30648 \series bold
30649
30650 \backslash
30651 tag
30652 \series default
30653
30654 \begin_inset Index idx
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 Commands ! T ! 
30659 \backslash
30660 tag
30661 \end_layout
30662
30663 \end_inset
30664
30665  is used:
30666 \begin_inset Formula 
30667 \begin{equation}
30668 A+B=C\tag{something}\label{eq:tag}
30669 \end{equation}
30670
30671 \end_inset
30672
30673 In this example the command 
30674 \series bold
30675
30676 \backslash
30677 tag
30678 \begin_inset ERT
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682
30683
30684 \backslash
30685 spce 
30686 \end_layout
30687
30688 \end_inset
30689
30690 something
30691 \series default
30692  was inserted to the formula.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 When the command 
30697 \series bold
30698
30699 \backslash
30700 tag*
30701 \begin_inset ERT
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705
30706
30707 \backslash
30708 spce 
30709 \end_layout
30710
30711 \end_inset
30712
30713 something
30714 \series default
30715  is inserted instead, the star prevents the parentheses around the expression:
30716 \begin_inset Formula 
30717 \[
30718 A+B=C\tag*{something}
30719 \]
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset VSpace bigskip
30728 \end_inset
30729
30730 To restart the formula numbering with new document parts or sections, the
30731  following command is used:
30732 \end_layout
30733
30734 \begin_layout Standard
30735
30736 \series bold
30737
30738 \backslash
30739 @addtoreset{equation}{part}
30740 \series default
30741
30742 \begin_inset Index idx
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746 Commands ! 
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 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 "
30764 \end_layout
30765
30766 \end_inset
30767
30768  ! 
30769 \backslash
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 @
30782 \begin_inset ERT
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786
30787 "
30788 \end_layout
30789
30790 \end_inset
30791
30792 addtoreset
30793 \end_layout
30794
30795 \end_inset
30796
30797
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801 resp.
30802 \begin_inset Newline newline
30803 \end_inset
30804
30805
30806 \series bold
30807
30808 \backslash
30809 @addtoreset{equation}{section}
30810 \end_layout
30811
30812 \begin_layout Standard
30813 To be able to use these commands in TeX-mode, the 
30814 \begin_inset Quotes eld
30815 \end_inset
30816
30817 @
30818 \begin_inset Quotes erd
30819 \end_inset
30820
30821  character has to be made 
30822 \begin_inset Quotes eld
30823 \end_inset
30824
30825 active
30826 \begin_inset Quotes erd
30827 \end_inset
30828
30829  for LaTeX using the command 
30830 \series bold
30831
30832 \backslash
30833 makeatletter.
30834
30835 \series default
30836  The command 
30837 \series bold
30838
30839 \backslash
30840 makeatother
30841 \series default
30842  reverts this.
30843  So the command sequence in TeX-mode is:
30844 \end_layout
30845
30846 \begin_layout Standard
30847
30848 \series bold
30849
30850 \backslash
30851 makeatletter
30852 \begin_inset Newline newline
30853 \end_inset
30854
30855
30856 \backslash
30857 @addtoreset{equation}{section}
30858 \begin_inset Newline newline
30859 \end_inset
30860
30861
30862 \backslash
30863 makeatother
30864 \end_layout
30865
30866 \begin_layout Standard
30867 In the LaTeX-preamble 
30868 \series bold
30869
30870 \backslash
30871 makeatletter
30872 \series default
30873  and 
30874 \series bold
30875
30876 \backslash
30877 makeatother
30878 \series default
30879  can be omitted as they are automatically internally inserted by LyX.
30880 \end_layout
30881
30882 \begin_layout Standard
30883 To revert 
30884 \series bold
30885
30886 \backslash
30887 @addtoreset
30888 \series default
30889 , the file 
30890 \series bold
30891 remreset.sty
30892 \series default
30893
30894 \begin_inset Foot
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898
30899 \series bold
30900 remreset
30901 \series default
30902  is part of the LaTeX-package 
30903 \series bold
30904 carlisle
30905 \series default
30906
30907 \begin_inset Index idx
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 Packages ! carlisle
30912 \end_layout
30913
30914 \end_inset
30915
30916  that is part of every LaTeX standard installation.
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Index idx
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Packages ! remreset
30927 \end_layout
30928
30929 \end_inset
30930
30931  has to be loaded in the LaTeX-preamble with the line
30932 \end_layout
30933
30934 \begin_layout Standard
30935
30936 \series bold
30937
30938 \backslash
30939 usepackage{remreset}
30940 \end_layout
30941
30942 \begin_layout Standard
30943 Then the command 
30944 \series bold
30945
30946 \backslash
30947 @removefromreset
30948 \series default
30949
30950 \begin_inset Index idx
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 Commands ! 
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 "
30961 \end_layout
30962
30963 \end_inset
30964
30965 @
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971 "
30972 \end_layout
30973
30974 \end_inset
30975
30976  ! 
30977 \backslash
30978
30979 \begin_inset ERT
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983
30984 "
30985 \end_layout
30986
30987 \end_inset
30988
30989 @
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995 "
30996 \end_layout
30997
30998 \end_inset
30999
31000 removefromreset
31001 \end_layout
31002
31003 \end_inset
31004
31005  can be used with the same scheme as 
31006 \series bold
31007
31008 \backslash
31009 @addtoreset
31010 \series default
31011 .
31012 \end_layout
31013
31014 \begin_layout Standard
31015 \begin_inset VSpace bigskip
31016 \end_inset
31017
31018 Sometimes formulas should be numbered in the following form:
31019 \end_layout
31020
31021 \begin_layout Standard
31022
31023 \family typewriter
31024 (section number.formula number)
31025 \end_layout
31026
31027 \begin_layout Standard
31028 The formula number should start with every section with 
31029 \begin_inset Quotes eld
31030 \end_inset
31031
31032 1
31033 \begin_inset Quotes erd
31034 \end_inset
31035
31036 .
31037 \end_layout
31038
31039 \begin_layout Standard
31040 For this case there is the command 
31041 \series bold
31042
31043 \backslash
31044 numberwithin
31045 \series default
31046
31047 \begin_inset Index idx
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051 Commands ! N ! 
31052 \backslash
31053 numberwithin
31054 \end_layout
31055
31056 \end_inset
31057
31058 , which is used with the following scheme:
31059 \end_layout
31060
31061 \begin_layout Standard
31062
31063 \series bold
31064
31065 \backslash
31066 numberwithin{counter}{sectioning}
31067 \end_layout
31068
31069 \begin_layout Standard
31070 Counter denotes what kind of numbering is affected, sectioning denotes what
31071  number is before the dot.
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
31076 \end_layout
31077
31078 \begin_layout Standard
31079
31080 \series bold
31081
31082 \backslash
31083 numberwithin{equation}{section}
31084 \end_layout
31085
31086 \begin_layout Standard
31087 This is the result:
31088 \begin_inset ERT
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092
31093
31094 \backslash
31095 numberwithin{equation}{section}
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \begin_inset Formula 
31102 \begin{equation}
31103 A+B=C
31104 \end{equation}
31105
31106 \end_inset
31107
31108
31109 \end_layout
31110
31111 \begin_layout Standard
31112 To number e.
31113 \begin_inset space \thinspace{}
31114 \end_inset
31115
31116 g.
31117 \begin_inset space \space{}
31118 \end_inset
31119
31120 tables so that the number of the part is the sectioning,
31121 \begin_inset Newline newline
31122 \end_inset
31123
31124
31125 \series bold
31126
31127 \backslash
31128 numberwithin{table}{part}
31129 \series default
31130  is used.
31131 \end_layout
31132
31133 \begin_layout Standard
31134 To go back to the standard numbering or to prevent this kind of numbering
31135  when it is defined by the document class, the following command is inserted
31136  as TeX-Code or to the LaTeX-preamble:
31137 \end_layout
31138
31139 \begin_layout Standard
31140
31141 \series bold
31142
31143 \backslash
31144 renewcommand{
31145 \backslash
31146 theequation}{
31147 \backslash
31148 arabic{equation}}
31149 \begin_inset Index idx
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 Commands ! A ! 
31154 \backslash
31155 arabic
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \series default
31162
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168
31169 \backslash
31170 renewcommand{
31171 \backslash
31172 theequation}{
31173 \backslash
31174 arabic{equation}}
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \series bold
31181
31182 \begin_inset Newline newline
31183 \end_inset
31184
31185
31186 \series default
31187 or
31188 \series bold
31189
31190 \begin_inset Newline newline
31191 \end_inset
31192
31193
31194 \backslash
31195 renewcommand{
31196 \backslash
31197 thetable}{
31198 \backslash
31199 arabic{table}}
31200 \end_layout
31201
31202 \begin_layout Standard
31203
31204 \series bold
31205
31206 \backslash
31207 numberwithin
31208 \series default
31209  uses internally the command 
31210 \series bold
31211
31212 \backslash
31213 @addtoreset
31214 \series default
31215 , described above, that also needs to be reverted.
31216 \begin_inset ERT
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221
31222 \backslash
31223 makeatletter
31224 \end_layout
31225
31226 \begin_layout Plain Layout
31227
31228
31229 \backslash
31230 @removefromreset{equation}{section}
31231 \end_layout
31232
31233 \begin_layout Plain Layout
31234
31235
31236 \backslash
31237 makeatother
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Subsection
31246 Numbering with Roman Numbers and Letters
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Formula numbering ! with letters
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \begin_inset Index idx
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261 Formula numbering ! with Roman numbers
31262 \end_layout
31263
31264 \end_inset
31265
31266
31267 \end_layout
31268
31269 \begin_layout Standard
31270 Formulas can also be numbered with Roman numbers and Latin letters.
31271  To number for example with small Roman numbers, the command
31272 \end_layout
31273
31274 \begin_layout Standard
31275
31276 \series bold
31277
31278 \backslash
31279 renewcommand{
31280 \backslash
31281 theequation}{
31282 \backslash
31283 roman{equation}}
31284 \end_layout
31285
31286 \begin_layout Standard
31287 is inserted before the formula in TeX-mode.
31288  
31289 \series bold
31290
31291 \backslash
31292 renewcommand
31293 \series default
31294
31295 \begin_inset Index idx
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299 Commands ! R ! 
31300 \backslash
31301 renewcommand
31302 \end_layout
31303
31304 \end_inset
31305
31306  redefines the predefined command 
31307 \series bold
31308
31309 \backslash
31310 theequation
31311 \series default
31312  to the command 
31313 \series bold
31314
31315 \backslash
31316 roman{equation}
31317 \series default
31318 .
31319 \begin_inset Foot
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 The command 
31324 \series bold
31325
31326 \backslash
31327 renewcommand
31328 \series default
31329  has the same scheme like the command 
31330 \series bold
31331
31332 \backslash
31333 newcommand
31334 \series default
31335  that is described in 
31336 \begin_inset CommandInset ref
31337 LatexCommand ref
31338 reference "sub:The-Command-newcommand"
31339
31340 \end_inset
31341
31342 .
31343 \end_layout
31344
31345 \end_inset
31346
31347  
31348 \series bold
31349 equation
31350 \series default
31351  is the formula counter.
31352  When the command 
31353 \series bold
31354
31355 \backslash
31356 the
31357 \series default
31358  is used as prefix for a counter, the value of the counter is output as
31359  Arabic number.
31360  When a formula is numbered, LaTeX sets internally the command 
31361 \series bold
31362
31363 \backslash
31364 theequation
31365 \series default
31366  behind the formula.
31367  
31368 \series bold
31369
31370 \backslash
31371 roman{equation}
31372 \begin_inset Index idx
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 Commands ! R ! 
31377 \backslash
31378 roman
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \series default
31385  outputs the counter as small Roman number.
31386 \end_layout
31387
31388 \begin_layout Standard
31389 All formulas behind the command 
31390 \series bold
31391
31392 \backslash
31393 renew
31394 \series default
31395 c
31396 \series bold
31397 ommand
31398 \series default
31399  are now numbered Roman.
31400  To switch to numbering with big Roman numbers, the command is inserted
31401  again, but 
31402 \series bold
31403
31404 \backslash
31405 roman
31406 \series default
31407  is replaced by 
31408 \series bold
31409
31410 \backslash
31411 Roman
31412 \series default
31413
31414 \begin_inset Index idx
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418 Commands ! R ! 
31419 \backslash
31420 roman@
31421 \backslash
31422 Roman
31423 \end_layout
31424
31425 \end_inset
31426
31427 .
31428  To 
31429 \begin_inset Quotes eld
31430 \end_inset
31431
31432 number
31433 \begin_inset Quotes erd
31434 \end_inset
31435
31436  with small Latin letters there is the command 
31437 \series bold
31438
31439 \backslash
31440 alph
31441 \series default
31442
31443 \begin_inset Index idx
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447 Commands ! A ! 
31448 \backslash
31449 alph
31450 \end_layout
31451
31452 \end_inset
31453
31454 , for big ones there is the command 
31455 \series bold
31456
31457 \backslash
31458 Alph
31459 \series default
31460
31461 \begin_inset Index idx
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465 Commands ! A ! 
31466 \backslash
31467 alph@
31468 \backslash
31469 Alph
31470 \end_layout
31471
31472 \end_inset
31473
31474 .
31475 \end_layout
31476
31477 \begin_layout Standard
31478 \begin_inset Note Greyedout
31479 status open
31480
31481 \begin_layout Plain Layout
31482
31483 \series bold
31484 Note:
31485 \series default
31486  Only maximal 26 formulas can be numbered with Latin letters in one document.
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500
31501 \backslash
31502 renewcommand{
31503 \backslash
31504 theequation}{
31505 \backslash
31506 roman{equation}}
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \begin_layout Standard
31515 \begin_inset Formula 
31516 \begin{equation}
31517 A=\textrm{small roman}
31518 \end{equation}
31519
31520 \end_inset
31521
31522
31523 \begin_inset ERT
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528
31529 \backslash
31530 renewcommand{
31531 \backslash
31532 theequation}{
31533 \backslash
31534 Roman{equation}}
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \begin_inset Formula 
31541 \begin{equation}
31542 B=\textrm{big Roman}\label{eq:Rom}
31543 \end{equation}
31544
31545 \end_inset
31546
31547
31548 \begin_inset ERT
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552
31553
31554 \backslash
31555 renewcommand{
31556 \backslash
31557 theequation}{
31558 \backslash
31559 alph{equation}}
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \begin_inset Formula 
31566 \begin{equation}
31567 C=\textrm{small Latin}
31568 \end{equation}
31569
31570 \end_inset
31571
31572
31573 \begin_inset ERT
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577
31578
31579 \backslash
31580 renewcommand{
31581 \backslash
31582 theequation}{
31583 \backslash
31584 Alph{equation}}
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \begin_inset Formula 
31591 \begin{equation}
31592 D=\textrm{big Latin}\label{eq:Lat}
31593 \end{equation}
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \begin_layout Standard
31601 To switch back to the default numbering, insert the command:
31602 \end_layout
31603
31604 \begin_layout Standard
31605
31606 \series bold
31607
31608 \backslash
31609 renewcommand{
31610 \backslash
31611 theequation}{
31612 \backslash
31613 arabic{equation}}
31614 \begin_inset Index idx
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618 Commands ! A ! 
31619 \backslash
31620 arabic
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Standard
31629 \begin_inset ERT
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633
31634
31635 \backslash
31636 renewcommand{
31637 \backslash
31638 theequation}{
31639 \backslash
31640 arabic{equation}}
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \begin_inset Formula 
31647 \begin{equation}
31648 E=\textrm{Arabic}
31649 \end{equation}
31650
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \begin_layout Standard
31657 \begin_inset VSpace medskip
31658 \end_inset
31659
31660 As you see, formulas are numbered serially independent from the numbering
31661  style.
31662  When then numbering should start with 
31663 \begin_inset Quotes eld
31664 \end_inset
31665
31666 1
31667 \begin_inset Quotes erd
31668 \end_inset
31669
31670  when the style is changed, new equation counters have to be defined.
31671  A description about this can be found in the file 
31672 \begin_inset CommandInset href
31673 LatexCommand href
31674 name "Formula-numbering.lyx"
31675 target "run:Formula-numbering.lyx"
31676
31677 \end_inset
31678
31679 .
31680 \end_layout
31681
31682 \begin_layout Section
31683 Chemical Symbols and Equations
31684 \begin_inset CommandInset label
31685 LatexCommand label
31686 name "sub:Chemical-Symbols-and"
31687
31688 \end_inset
31689
31690
31691 \begin_inset Index idx
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695 Chemical characters ! Symbols
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \begin_inset Index idx
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Chemical equations
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \begin_inset Index idx
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 Symbols ! chemical
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 An example text from chemistry:
31725 \end_layout
31726
31727 \begin_layout Quote
31728 The 
31729 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31730 \end_inset
31731
31732 -ion reacts with two 
31733 \begin_inset Formula $\mathrm{Na^{+}}$
31734 \end_inset
31735
31736 -ions to sodium sulfate 
31737 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31738 \end_inset
31739
31740 .
31741  The chemical equation for this is:
31742 \begin_inset Formula 
31743 \begin{equation}
31744 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31745 \end{equation}
31746
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \begin_layout Standard
31753 This chemical equation can directly be created as formula.
31754  To avoid that the symbols appear italic, everything is highlighted and
31755  changed by the shortcut 
31756 \begin_inset Info
31757 type  "shortcut"
31758 arg   "font-roman"
31759 \end_inset
31760
31761  to the upright font style.
31762 \begin_inset Foot
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 font styles
31767 \series bold
31768  
31769 \series default
31770 see 
31771 \begin_inset CommandInset ref
31772 LatexCommand ref
31773 reference "sub:Font-Styles"
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Standard
31786 A more convenient way to typeset chemical formulas is to use the command
31787  
31788 \series bold
31789
31790 \backslash
31791 ce
31792 \series default
31793
31794 \begin_inset Index idx
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 Commands ! C ! 
31799 \backslash
31800 ce
31801 \end_layout
31802
31803 \end_inset
31804
31805  that is available when the LaTeX-package 
31806 \series bold
31807 mhchem
31808 \series default
31809
31810 \begin_inset Index idx
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814 Packages ! mhchem
31815 \end_layout
31816
31817 \end_inset
31818
31819  is installed.
31820  After inserting 
31821 \series bold
31822
31823 \backslash
31824 ce
31825 \series default
31826  to a formula a new blue box appears where chemical formulas can be inserted
31827  in an intuitive way.
31828 \end_layout
31829
31830 \begin_layout Standard
31831 \align center
31832 \begin_inset Tabular
31833 <lyxtabular version="3" rows="9" columns="2">
31834 <features tabularvalignment="middle">
31835 <column alignment="center" valignment="top" width="0">
31836 <column alignment="center" valignment="top" width="0">
31837 <row>
31838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842 Command
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 Result
31852 \begin_inset Note Note
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856
31857 \series bold
31858
31859 \backslash
31860 raisebox
31861 \series default
31862  is only used as spacer.
31863 \end_layout
31864
31865 \end_inset
31866
31867
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 </row>
31873 <row>
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Plain Layout
31878
31879 \backslash
31880 ce
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 spce 
31889 \end_layout
31890
31891 \end_inset
31892
31893 H2CO3
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 </row>
31911 <row>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916
31917 \backslash
31918 ce
31919 \begin_inset ERT
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924
31925 \backslash
31926 spce 
31927 \end_layout
31928
31929 \end_inset
31930
31931 SO4^2-
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \end_inset
31947 </cell>
31948 </row>
31949 <row>
31950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31951 \begin_inset Text
31952
31953 \begin_layout Plain Layout
31954
31955 \backslash
31956 ce
31957 \begin_inset ERT
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962
31963 \backslash
31964 spce 
31965 \end_layout
31966
31967 \end_inset
31968
31969 (NH4)2S
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 </row>
31987 <row>
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Plain Layout
31992
31993 \backslash
31994 ce
31995 \begin_inset ERT
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999
32000
32001 \backslash
32002 spce 
32003 \end_layout
32004
32005 \end_inset
32006
32007 KCr(SO4)2.12H2O
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 </row>
32025 <row>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030
32031 \backslash
32032 ce
32033 \begin_inset ERT
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037
32038
32039 \backslash
32040 spce 
32041 \end_layout
32042
32043 \end_inset
32044
32045 A-B
32046 \backslash
32047 dbond
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 spce 
32056 \end_layout
32057
32058 \end_inset
32059
32060 C
32061 \backslash
32062 tbond
32063 \begin_inset ERT
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068
32069 \backslash
32070 spce 
32071 \end_layout
32072
32073 \end_inset
32074
32075 D
32076 \end_layout
32077
32078 \end_inset
32079 </cell>
32080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32081 \begin_inset Text
32082
32083 \begin_layout Plain Layout
32084 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091 </cell>
32092 </row>
32093 <row>
32094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32095 \begin_inset Text
32096
32097 \begin_layout Plain Layout
32098
32099 \backslash
32100 ce
32101 \begin_inset ERT
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 spce 
32109 \end_layout
32110
32111 \end_inset
32112
32113 ^227
32114 \begin_inset Formula $\downarrow$
32115 \end_inset
32116
32117 _90
32118 \begin_inset Formula $\to$
32119 \end_inset
32120
32121 Th+
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 </row>
32139 <row>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144
32145 \backslash
32146 ce
32147 \begin_inset ERT
32148 status collapsed
32149
32150 \begin_layout Plain Layout
32151
32152
32153 \backslash
32154 spce 
32155 \end_layout
32156
32157 \end_inset
32158
32159 CO2
32160 \begin_inset ERT
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164
32165
32166 \backslash
32167 spce 
32168 \end_layout
32169
32170 \end_inset
32171
32172 +
32173 \begin_inset ERT
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177
32178
32179 \backslash
32180 spce 
32181 \end_layout
32182
32183 \end_inset
32184
32185 C
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 spce 
32194 \end_layout
32195
32196 \end_inset
32197
32198 <=>
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 spce 
32207 \end_layout
32208
32209 \end_inset
32210
32211 2CO
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \end_inset
32227 </cell>
32228 </row>
32229 <row>
32230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32231 \begin_inset Text
32232
32233 \begin_layout Plain Layout
32234
32235 \backslash
32236 ce
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242
32243 \backslash
32244 spce 
32245 \end_layout
32246
32247 \end_inset
32248
32249 CO2
32250 \begin_inset ERT
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254
32255
32256 \backslash
32257 spce 
32258 \end_layout
32259
32260 \end_inset
32261
32262 +
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268
32269 \backslash
32270 spce 
32271 \end_layout
32272
32273 \end_inset
32274
32275 C
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 spce 
32284 \end_layout
32285
32286 \end_inset
32287
32288 ->[
32289 \backslash
32290 alpha][
32291 \backslash
32292 beta]
32293 \begin_inset ERT
32294 status collapsed
32295
32296 \begin_layout Plain Layout
32297
32298
32299 \backslash
32300 spce 
32301 \end_layout
32302
32303 \end_inset
32304
32305 2CO}
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32311 \begin_inset Text
32312
32313 \begin_layout Plain Layout
32314 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \end_inset
32321 </cell>
32322 </row>
32323 </lyxtabular>
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 \begin_inset Note Greyedout
32332 status open
32333
32334 \begin_layout Plain Layout
32335
32336 \series bold
32337 Note:
32338 \series default
32339  Inserting a formula to a 
32340 \series bold
32341
32342 \backslash
32343 ce
32344 \series default
32345  box will lead to LaTeX errors.
32346  In this case TeX code has to be used like for 
32347 \series bold
32348
32349 \backslash
32350 ce{$
32351 \backslash
32352 mu
32353 \backslash
32354 hyphen$Cl}
32355 \series default
32356
32357 \begin_inset ERT
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361
32362
32363 \backslash
32364 ce{$
32365 \backslash
32366 mu
32367 \backslash
32368 hyphen$Cl}
32369 \end_layout
32370
32371 \end_inset
32372
32373  
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 Using 
32383 \series bold
32384
32385 \backslash
32386 ce
32387 \series default
32388  the command for equation
32389 \begin_inset space ~
32390 \end_inset
32391
32392
32393 \begin_inset CommandInset ref
32394 LatexCommand eqref
32395 reference "eq:chem-reaction"
32396
32397 \end_inset
32398
32399  is:
32400 \begin_inset Newline newline
32401 \end_inset
32402
32403
32404 \series bold
32405  
32406 \backslash
32407 ce
32408 \begin_inset ERT
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412
32413
32414 \backslash
32415 spce 
32416 \end_layout
32417
32418 \end_inset
32419
32420 2Na+
32421 \begin_inset ERT
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425
32426
32427 \backslash
32428 spce 
32429 \end_layout
32430
32431 \end_inset
32432
32433 +
32434 \begin_inset ERT
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438
32439
32440 \backslash
32441 spce 
32442 \end_layout
32443
32444 \end_inset
32445
32446 SO4^2-
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452
32453 \backslash
32454 spce 
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \begin_inset ERT
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465
32466 \backslash
32467 spce 
32468 \end_layout
32469
32470 \end_inset
32471
32472 ->
32473 \begin_inset ERT
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477
32478
32479 \backslash
32480 spce 
32481 \end_layout
32482
32483 \end_inset
32484
32485 Na2SO4
32486 \end_layout
32487
32488 \begin_layout Standard
32489 To create multiline chemical equations first a multiline formula is created
32490  as described in 
32491 \begin_inset CommandInset ref
32492 LatexCommand ref
32493 reference "sec:Multiline-Formulas"
32494
32495 \end_inset
32496
32497 .
32498  Afterwards the command 
32499 \series bold
32500
32501 \backslash
32502 ce
32503 \series default
32504  is used in every small blue box of the formula.
32505  
32506 \begin_inset CommandInset ref
32507 LatexCommand eqref
32508 reference "eq:TEOS-reaction-1"
32509
32510 \end_inset
32511
32512  and 
32513 \begin_inset CommandInset ref
32514 LatexCommand eqref
32515 reference "eq:TEOS-reaction-2"
32516
32517 \end_inset
32518
32519  are an example of a multi-stage chemical reaction where every equation
32520  has its own number.
32521 \begin_inset Formula 
32522 \begin{eqnarray}
32523 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32524 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32525 \end{eqnarray}
32526
32527 \end_inset
32528
32529
32530 \end_layout
32531
32532 \begin_layout Standard
32533 Besides 
32534 \series bold
32535
32536 \backslash
32537 ce
32538 \series default
32539  the 
32540 \series bold
32541 mhchem
32542 \series default
32543  package provides the command 
32544 \series bold
32545
32546 \backslash
32547 cf
32548 \series default
32549
32550 \begin_inset Index idx
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554 Commands ! C ! 
32555 \backslash
32556 cf
32557 \end_layout
32558
32559 \end_inset
32560
32561  that has to be used for special cases.
32562  For more information about 
32563 \series bold
32564
32565 \backslash
32566 cf
32567 \series default
32568  and more examples have a look at the documentation of 
32569 \series bold
32570 mhchem
32571 \series default
32572
32573 \begin_inset CommandInset citation
32574 LatexCommand cite
32575 key "mhchem"
32576
32577 \end_inset
32578
32579 .
32580 \end_layout
32581
32582 \begin_layout Section
32583 Diagrams
32584 \end_layout
32585
32586 \begin_layout Standard
32587 LyX supports two types of commutative diagrams: 
32588 \series bold
32589 amscd
32590 \series default
32591  and 
32592 \series bold
32593 xymatrix
32594 \series default
32595  that are explained in the following.
32596 \end_layout
32597
32598 \begin_layout Subsection
32599 Amscd Diagrams
32600 \begin_inset Index idx
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604 Diagrams ! amscd
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \begin_layout Standard
32613 Diagrams of this type visualize relations by vertical and horizontal lines
32614  or arrows:
32615 \begin_inset Formula 
32616 \[
32617 \begin{CD}A@>>>B@>>>C\\
32618 @AAA@.@VVV\\
32619 F@<<<E@<<<D
32620 \end{CD}
32621 \]
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 To get them, the command 
32630 \series bold
32631
32632 \backslash
32633 CD
32634 \begin_inset Index idx
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 Commands ! C ! 
32639 \backslash
32640 CD
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \series default
32647  is inserted to a formula.
32648  A blue box appears with two dashed lines where further commands can be
32649  inserted.
32650  With 
32651 \begin_inset Info
32652 type  "shortcut"
32653 arg   "newline-insert newline"
32654 \end_inset
32655
32656  a new line is created.
32657  Horizontal relations are inserted in odd, vertical in even formula lines.
32658 \end_layout
32659
32660 \begin_layout Standard
32661 To create the relations there are the following commands:
32662 \end_layout
32663
32664 \begin_layout Itemize
32665
32666 \series bold
32667 @<<<
32668 \series default
32669  creates a left arrow, 
32670 \series bold
32671 @>>>
32672 \series default
32673  a right arrow and 
32674 \series bold
32675 @=
32676 \series default
32677  a long equal sign
32678 \end_layout
32679
32680 \begin_layout Itemize
32681
32682 \series bold
32683 @AAA
32684 \series default
32685  creates an up arrow, 
32686 \series bold
32687 @VVV
32688 \series default
32689  an down arrow and 
32690 \series bold
32691 @|
32692 \series default
32693  a vertical equal sign
32694 \end_layout
32695
32696 \begin_layout Itemize
32697
32698 \series bold
32699 @.
32700
32701 \series default
32702  is a placeholder for non-existent relations
32703 \end_layout
32704
32705 \begin_layout Standard
32706 All arrows can be labeled as follows:
32707 \end_layout
32708
32709 \begin_layout Itemize
32710 Is text inserted between the first and second < or >, resp., it is placed
32711  above the arrow.
32712  When it is inserted between the second and third one, it appears under
32713  the arrow.
32714 \end_layout
32715
32716 \begin_layout Itemize
32717 When text for vertical arrows is inserted between the first and second A
32718  or V, resp., it is placed left beside the arrow.
32719  When it is inserted between the second and third one, it appears right
32720  beside the arrow.
32721  If the text contains an A or V, these letters must be set into a TeX-brace.
32722 \end_layout
32723
32724 \begin_layout Standard
32725 As example a diagram with all possible relations:
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset Formula 
32730 \[
32731 \begin{CD}A@>j>>B@>>k>C@=F\\
32732 @AmAA@.@VV{V}V@|\\
32733 D@<<j<E@>k>>F@=C
32734 \end{CD}
32735 \]
32736
32737 \end_inset
32738
32739
32740 \end_layout
32741
32742 \begin_layout Standard
32743 The command for this is:
32744 \begin_inset Newline newline
32745 \end_inset
32746
32747
32748 \series bold
32749
32750 \backslash
32751 CD
32752 \begin_inset ERT
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756
32757
32758 \backslash
32759 spce 
32760 \end_layout
32761
32762 \end_inset
32763
32764 A@>j>>B@>>k>C@=F Ctrl+Return
32765 \begin_inset Newline newline
32766 \end_inset
32767
32768
32769 \begin_inset Phantom HPhantom
32770 status open
32771
32772 \begin_layout Plain Layout
32773
32774 \series bold
32775
32776 \backslash
32777 CD
32778 \begin_inset ERT
32779 status collapsed
32780
32781 \begin_layout Plain Layout
32782
32783
32784 \backslash
32785 spce 
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \end_inset
32794
32795 @AmAA@.@VV
32796 \backslash
32797 {V
32798 \series default
32799
32800 \begin_inset Formula $\to$
32801 \end_inset
32802
32803
32804 \series bold
32805 V@| Ctrl+Return
32806 \begin_inset Newline newline
32807 \end_inset
32808
32809
32810 \begin_inset Phantom HPhantom
32811 status open
32812
32813 \begin_layout Plain Layout
32814
32815 \series bold
32816
32817 \backslash
32818 CD
32819 \begin_inset ERT
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823
32824
32825 \backslash
32826 spce 
32827 \end_layout
32828
32829 \end_inset
32830
32831
32832 \end_layout
32833
32834 \end_inset
32835
32836 D@<<j<E@>k>>F@=C
32837 \end_layout
32838
32839 \begin_layout Subsection
32840 Xymatrix Diagrams
32841 \begin_inset Index idx
32842 status collapsed
32843
32844 \begin_layout Plain Layout
32845 Diagrams ! xymatrix
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 To be able to use xymatrices, the LaTeX-package 
32855 \series bold
32856 xypic
32857 \series default
32858  must be installed.
32859  A xymatrix is created by inserting the command 
32860 \series bold
32861
32862 \backslash
32863 xymatrix
32864 \series default
32865  in a formula.
32866  Then you are able to add new matrix columns and rows like for normal matrices,
32867  see 
32868 \begin_inset CommandInset ref
32869 LatexCommand ref
32870 reference "sec:Matrices"
32871
32872 \end_inset
32873
32874 .
32875 \end_layout
32876
32877 \begin_layout Standard
32878 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32879  and much more.
32880  All possibilities to create commutative diagrams and decorations are explained
32881  in detail in the 
32882 \emph on
32883 XY-pic manual
32884 \emph default
32885  that you find in the menu 
32886 \family sans
32887 Help\SpecialChar \menuseparator
32888 Specific
32889 \begin_inset space ~
32890 \end_inset
32891
32892 Manuals
32893 \family default
32894 .
32895 \end_layout
32896
32897 \begin_layout Subsection
32898
32899 \noun on
32900 Feynman
32901 \noun default
32902  Diagrams
32903 \begin_inset Index idx
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907 Diagrams ! Feynman
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \end_layout
32914
32915 \begin_layout Standard
32916 To be able to use 
32917 \noun on
32918 Feynman
32919 \noun default
32920 -diagrams, the LaTeX-package 
32921 \series bold
32922 feyn
32923 \series default
32924  must be installed.
32925  A 
32926 \noun on
32927 Feynman
32928 \noun default
32929 -diagram is created by inserting the command 
32930 \series bold
32931
32932 \backslash
32933 Diagram
32934 \series default
32935  in a formula.
32936  Then you are able to add new matrix columns and rows like for normal matrices,
32937  see 
32938 \begin_inset CommandInset ref
32939 LatexCommand ref
32940 reference "sec:Matrices"
32941
32942 \end_inset
32943
32944 .
32945 \end_layout
32946
32947 \begin_layout Standard
32948 Examples how to create 
32949 \noun on
32950 Feynman-
32951 \noun default
32952 diagrams in LyX is given in the 
32953 \emph on
32954 Feynman-diagram manual
32955 \emph default
32956  that you find in the menu 
32957 \family sans
32958 Help\SpecialChar \menuseparator
32959 Specific
32960 \begin_inset space ~
32961 \end_inset
32962
32963 Manuals
32964 \family default
32965 .
32966 \end_layout
32967
32968 \begin_layout Section
32969 User-defined Commands
32970 \begin_inset Index idx
32971 status collapsed
32972
32973 \begin_layout Plain Layout
32974 User-defined commands
32975 \end_layout
32976
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \begin_inset Note Greyedout
32984 status open
32985
32986 \begin_layout Plain Layout
32987
32988 \series bold
32989 Note:
32990 \series default
32991  The names of user-defined commands and macros may only consist of Latin
32992  letters.
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Subsection
33001 The Command 
33002 \backslash
33003 newcommand
33004 \begin_inset CommandInset label
33005 LatexCommand label
33006 name "sub:The-Command-newcommand"
33007
33008 \end_inset
33009
33010
33011 \begin_inset Index idx
33012 status collapsed
33013
33014 \begin_layout Plain Layout
33015 User-defined commands ! 
33016 \backslash
33017 newcommand
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index idx
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Commands ! N ! 
33028 \backslash
33029 newcommand
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Many LaTeX-commands are too long to be used frequently.
33039  But it is possible to define with the command 
33040 \series bold
33041
33042 \backslash
33043 newcommand
33044 \series default
33045  new shorter commands.
33046 \end_layout
33047
33048 \begin_layout Standard
33049 The command scheme of 
33050 \series bold
33051
33052 \backslash
33053 newcommand
33054 \series default
33055  is:
33056 \end_layout
33057
33058 \begin_layout Standard
33059
33060 \series bold
33061
33062 \backslash
33063 newcommand{new command name}[number of arguments][optional
33064 \series default
33065  
33066 \series bold
33067 value]
33068 \begin_inset Newline newline
33069 \end_inset
33070
33071
33072 \begin_inset Phantom HPhantom
33073 status open
33074
33075 \begin_layout Plain Layout
33076
33077 \series bold
33078
33079 \backslash
33080 newcommand
33081 \end_layout
33082
33083 \end_inset
33084
33085 {command definition}
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \begin_inset Note Greyedout
33090 status open
33091
33092 \begin_layout Plain Layout
33093
33094 \series bold
33095 Note:
33096 \series default
33097  Assure that the name of the new command is not already used in your document
33098  or by LaTeX-packages that you use.
33099  When you for example define the command 
33100 \series bold
33101
33102 \backslash
33103 le
33104 \series default
33105  for 
33106 \series bold
33107
33108 \backslash
33109 Leftarrow
33110 \series default
33111 , you get an error message because 
33112 \series bold
33113
33114 \backslash
33115 le
33116 \series default
33117  is already defined as command for 
33118 \begin_inset Quotes eld
33119 \end_inset
33120
33121
33122 \begin_inset Formula $\le$
33123 \end_inset
33124
33125
33126 \begin_inset Quotes erd
33127 \end_inset
33128
33129 .
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Standard
33138 The number of arguments is an integer in the range 0
33139 \begin_inset space \thinspace{}
33140 \end_inset
33141
33142 -
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 9 and specifies how many arguments the new command should have.
33147  With the optional value a value for an optional argument can be predefined.
33148  When this is done, the 
33149 \emph on
33150 first
33151 \emph default
33152  
33153 \emph on
33154 a
33155 \emph default
33156 rgument of the new command is automatically an optional one.
33157 \end_layout
33158
33159 \begin_layout Standard
33160 Here are some examples:
33161 \end_layout
33162
33163 \begin_layout Itemize
33164 To define the command 
33165 \series bold
33166
33167 \backslash
33168 gr
33169 \series default
33170  for 
33171 \series bold
33172
33173 \backslash
33174 Longrightarrow
33175 \series default
33176 , the LaTeX-preamble line is:
33177 \begin_inset VSpace medskip
33178 \end_inset
33179
33180
33181 \begin_inset Newline newline
33182 \end_inset
33183
33184
33185 \series bold
33186
33187 \backslash
33188 newcommand{
33189 \backslash
33190 gr}{
33191 \backslash
33192 Longrightarrow}
33193 \end_layout
33194
33195 \begin_layout Itemize
33196 To define the command 
33197 \series bold
33198
33199 \backslash
33200 us
33201 \series default
33202  for 
33203 \series bold
33204
33205 \backslash
33206 underline
33207 \series default
33208 , the argument (that should be underlined) must be taken into account.
33209  For this the preamble line is:
33210 \begin_inset VSpace medskip
33211 \end_inset
33212
33213
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217
33218 \series bold
33219
33220 \backslash
33221 newcommand{
33222 \backslash
33223 us}[1]{
33224 \backslash
33225 underline{#1}}
33226 \series default
33227
33228 \begin_inset VSpace medskip
33229 \end_inset
33230
33231
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235 The character 
33236 \series bold
33237 #
33238 \series default
33239  acts as argument placeholder, the 
33240 \series bold
33241 1
33242 \series default
33243  behind it denotes that it is the placeholder for the first argument.
33244 \end_layout
33245
33246 \begin_layout Itemize
33247 For 
33248 \series bold
33249
33250 \backslash
33251 framebox
33252 \series default
33253  one can e.
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 g.
33258 \begin_inset space \space{}
33259 \end_inset
33260
33261 define the command 
33262 \series bold
33263
33264 \backslash
33265 fb
33266 \series default
33267 :
33268 \begin_inset VSpace medskip
33269 \end_inset
33270
33271
33272 \begin_inset Newline newline
33273 \end_inset
33274
33275
33276 \series bold
33277
33278 \backslash
33279 newcommand{
33280 \backslash
33281 fb}[3]{
33282 \backslash
33283 framebox#1#2{$#3$}}
33284 \series default
33285
33286 \begin_inset VSpace medskip
33287 \end_inset
33288
33289
33290 \begin_inset Newline newline
33291 \end_inset
33292
33293 The two Dollar signs creates the extra formula needed for 
33294 \series bold
33295
33296 \backslash
33297 framebox
33298 \series default
33299 , see 
33300 \begin_inset CommandInset ref
33301 LatexCommand ref
33302 reference "sub:Boxes-with-Frame"
33303
33304 \end_inset
33305
33306 .
33307 \end_layout
33308
33309 \begin_layout Itemize
33310 To create a new command for 
33311 \series bold
33312
33313 \backslash
33314 fcolorbox
33315 \series default
33316  where the color for the box needn't to be specified, the argument for the
33317  color is defined optional:
33318 \begin_inset VSpace medskip
33319 \end_inset
33320
33321
33322 \begin_inset Newline newline
33323 \end_inset
33324
33325
33326 \series bold
33327
33328 \backslash
33329 newcommand{
33330 \backslash
33331 cb}[3][white]{
33332 \backslash
33333 fcolorbox{#2}{#1}{$#3$}}
33334 \series default
33335
33336 \begin_inset VSpace medskip
33337 \end_inset
33338
33339
33340 \begin_inset Newline newline
33341 \end_inset
33342
33343 When the color is not specified when using 
33344 \series bold
33345
33346 \backslash
33347 cb
33348 \series default
33349 , the predefined color 
33350 \series bold
33351 white
33352 \series default
33353  will be used.
33354 \end_layout
33355
33356 \begin_layout Standard
33357 A test of the new defined commands:
33358 \end_layout
33359
33360 \begin_layout Standard
33361 \align center
33362 \begin_inset Tabular
33363 <lyxtabular version="3" rows="6" columns="2">
33364 <features tabularvalignment="middle">
33365 <column alignment="center" valignment="top" width="0">
33366 <column alignment="center" valignment="top" width="0">
33367 <row>
33368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372 Command
33373 \end_layout
33374
33375 \end_inset
33376 </cell>
33377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33378 \begin_inset Text
33379
33380 \begin_layout Plain Layout
33381 Result
33382 \begin_inset Note Note
33383 status collapsed
33384
33385 \begin_layout Plain Layout
33386
33387 \series bold
33388
33389 \backslash
33390 raisebox
33391 \series default
33392  is only used as spacer.
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 <row>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 A
33409 \backslash
33410 gr
33411 \begin_inset ERT
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415
33416
33417 \backslash
33418 spce 
33419 \end_layout
33420
33421 \end_inset
33422
33423 B
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432 \begin_inset Formula $A\gr B$
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 </row>
33441 <row>
33442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446
33447 \backslash
33448 us{ABcd
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 </row>
33466 <row>
33467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33468 \begin_inset Text
33469
33470 \begin_layout Plain Layout
33471
33472 \backslash
33473 fb{[2cm]
33474 \begin_inset Formula $\to$
33475 \end_inset
33476
33477
33478 \backslash
33479 {
33480 \begin_inset Formula $\to$
33481 \end_inset
33482
33483
33484 \backslash
33485 {
33486 \backslash
33487 int
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493
33494 \backslash
33495 spce 
33496 \end_layout
33497
33498 \end_inset
33499
33500 A=B
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 </row>
33518 <row>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523
33524 \backslash
33525 cb{red
33526 \begin_inset Formula $\to$
33527 \end_inset
33528
33529
33530 \backslash
33531 {
33532 \backslash
33533 int
33534 \begin_inset ERT
33535 status collapsed
33536
33537 \begin_layout Plain Layout
33538
33539
33540 \backslash
33541 spce 
33542 \end_layout
33543
33544 \end_inset
33545
33546 A=B
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33552 \begin_inset Text
33553
33554 \begin_layout Plain Layout
33555 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \end_inset
33562 </cell>
33563 </row>
33564 <row>
33565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33566 \begin_inset Text
33567
33568 \begin_layout Plain Layout
33569
33570 \backslash
33571 cb[green]
33572 \backslash
33573 {red
33574 \begin_inset Formula $\to$
33575 \end_inset
33576
33577
33578 \backslash
33579 {
33580 \backslash
33581 int
33582 \begin_inset ERT
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586
33587
33588 \backslash
33589 spce 
33590 \end_layout
33591
33592 \end_inset
33593
33594 A=B
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \end_inset
33610 </cell>
33611 </row>
33612 </lyxtabular>
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Subsection
33620 Math Macros
33621 \begin_inset Index idx
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 User-defined commands! Math macros
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \begin_inset Index idx
33632 status collapsed
33633
33634 \begin_layout Plain Layout
33635 Macros
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Standard
33644 User-defined commands are especially convenient for complex expressions.
33645  When you are for example dealing in a document with quadratic equations,
33646  the same solution type occurs several times.
33647  The general form of a quadratic equation is
33648 \begin_inset Formula 
33649 \[
33650 0=\lambda^{2}+p\lambda+q
33651 \]
33652
33653 \end_inset
33654
33655 The general form of the solution is
33656 \begin_inset Formula 
33657 \[
33658 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33659 \]
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 To define a command for the solution formula where only the three parameters
33668  
33669 \begin_inset Formula $\lambda$
33670 \end_inset
33671
33672
33673 \begin_inset Formula $p$
33674 \end_inset
33675
33676  and 
33677 \begin_inset Formula $q$
33678 \end_inset
33679
33680  need to be specified and the index of 
33681 \begin_inset Formula $\lambda$
33682 \end_inset
33683
33684  can be given optionally, the LaTeX-preamble line is
33685 \begin_inset Newline newline
33686 \end_inset
33687
33688
33689 \series bold
33690
33691 \backslash
33692 newcommand{
33693 \backslash
33694 qG}[4][1,
33695 \backslash
33696 ,2]{#2_{#1}=-
33697 \backslash
33698 frac{#3}{2}
33699 \backslash
33700 pm
33701 \begin_inset Newline newline
33702 \end_inset
33703
33704
33705 \begin_inset Phantom HPhantom
33706 status open
33707
33708 \begin_layout Plain Layout
33709
33710 \series bold
33711
33712 \backslash
33713 newcommand
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \backslash
33720 sqrt{
33721 \backslash
33722 frac{#3^{2}}{4}-#4}}
33723 \end_layout
33724
33725 \begin_layout Standard
33726 To create with this the solution formula, the command
33727 \begin_inset Newline newline
33728 \end_inset
33729
33730
33731 \series bold
33732
33733 \backslash
33734 qG{
33735 \backslash
33736 lambda
33737 \begin_inset Formula $\to$
33738 \end_inset
33739
33740
33741 \backslash
33742 {p
33743 \begin_inset Formula $\to$
33744 \end_inset
33745
33746
33747 \backslash
33748 {q
33749 \series default
33750  is inserted to a formula
33751 \series bold
33752 .
33753 \end_layout
33754
33755 \begin_layout Standard
33756 The definition of the new command is unintuitive because one has to know
33757  the schemes of all used LaTeX commands, e.
33758 \begin_inset space \thinspace{}
33759 \end_inset
33760
33761 g.
33762 \begin_inset space \space{}
33763 \end_inset
33764
33765 that a fraction is inserted in LaTeX as 
33766 \series bold
33767
33768 \backslash
33769 frac{numerator}{denominator}
33770 \series default
33771 .
33772  Furthermore one can easily forget a brace in the definition and cannot
33773  see in LyX what the new command is doing.
33774  To avoid these problems LyX offers the possibility to use math macros instead
33775  of the command 
33776 \series bold
33777
33778 \backslash
33779 newcommand
33780 \series default
33781 .
33782 \end_layout
33783
33784 \begin_layout Standard
33785 A math macro is created by using the menu 
33786 \family sans
33787 Insert\SpecialChar \menuseparator
33788 Math\SpecialChar \menuseparator
33789 Macro
33790 \family default
33791  or the toolbar button 
33792 \begin_inset Graphics
33793         filename ../images/math-macro_newmacroname_newcommand.png
33794         scale 85
33795
33796 \end_inset
33797
33798 .
33799  The math macro toolbar appears together with the following box where the
33800  macro is defined:
33801 \begin_inset Newline newline
33802 \end_inset
33803
33804
33805 \begin_inset space \hspace*{\fill}
33806 \end_inset
33807
33808
33809 \begin_inset Graphics
33810         filename clipart/macrobox.png
33811
33812 \end_inset
33813
33814
33815 \begin_inset space \hspace*{\fill}
33816 \end_inset
33817
33818
33819 \begin_inset Newline newline
33820 \end_inset
33821
33822
33823 \begin_inset FormulaMacro
33824 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33825 \end_inset
33826
33827
33828 \backslash
33829 newmacroname is the default name of the macro that should be changed to
33830  something sensible.
33831  The wanted formula is inserted in the first blue box.
33832  An argument placeholder is inserted with the command 
33833 \series bold
33834
33835 \backslash
33836 #argumentnumber
33837 \series default
33838 , e.
33839 \begin_inset space \thinspace{}
33840 \end_inset
33841
33842 g
33843 \begin_inset space \space{}
33844 \end_inset
33845
33846
33847 \series bold
33848
33849 \backslash
33850 #1
33851 \series default
33852  or by using the macro toolbar button 
33853 \begin_inset Graphics
33854         filename ../images/math-macro-add-param.png
33855         scale 85
33856
33857 \end_inset
33858
33859 .
33860  Argument placeholders are displayed red.
33861  Maximum 9 arguments are possible.
33862  Optional arguments are created with the toolbar button 
33863 \begin_inset Graphics
33864         filename ../images/math-macro-add-optional-param.png
33865         scale 85
33866
33867 \end_inset
33868
33869 .
33870  The first non-optional argument can be transformed to an optional one with
33871  the toolbar button 
33872 \begin_inset Graphics
33873         filename ../images/math-macro-make-optional.png
33874         scale 85
33875
33876 \end_inset
33877
33878 .
33879  In the second blue box the appearance of the macro in LyX can be defined.
33880  Normally you want to see it as it is defined, so the box is kept empty.
33881  But when you have created a macro that needs lot of space on the screen,
33882  you can insert in the box for example
33883 \begin_inset Newline newline
33884 \end_inset
33885
33886
33887 \series bold
33888 qG: 
33889 \backslash
33890 #1
33891 \series default
33892  
33893 \series bold
33894 ,
33895 \series default
33896  
33897 \series bold
33898
33899 \backslash
33900 #2
33901 \series default
33902  
33903 \series bold
33904 ,
33905 \series default
33906  
33907 \series bold
33908
33909 \backslash
33910 #3, 
33911 \backslash
33912 #4
33913 \begin_inset Newline newline
33914 \end_inset
33915
33916
33917 \series default
33918 For the macro only the arguments with the macro name in front of them will
33919  then be displayed in LyX, leading to a better overview.
33920  The formula appears in the output as defined in the first box.
33921 \begin_inset Newline newline
33922 \end_inset
33923
33924 The appearance of macros in formulas can furthermore be changed for single
33925  macros by setting the cursor in the macro and using the menu 
33926 \family sans
33927 View\SpecialChar \menuseparator
33928 (Un)fold
33929 \begin_inset space ~
33930 \end_inset
33931
33932 Math
33933 \begin_inset space ~
33934 \end_inset
33935
33936 Macro
33937 \family default
33938 .
33939 \end_layout
33940
33941 \begin_layout Standard
33942 To use a macro, the macro name is inserted as command to a formula, in our
33943  case 
33944 \series bold
33945
33946 \backslash
33947 qG
33948 \series default
33949 .
33950  Our macro looks in LyX like this:
33951 \begin_inset Newline newline
33952 \end_inset
33953
33954
33955 \begin_inset space \hspace*{\fill}
33956 \end_inset
33957
33958
33959 \begin_inset Graphics
33960         filename clipart/macrouse.png
33961
33962 \end_inset
33963
33964
33965 \begin_inset space \hspace*{\fill}
33966 \end_inset
33967
33968
33969 \begin_inset Newline newline
33970 \end_inset
33971
33972 Here is our macro example with the arguments 
33973 \begin_inset Formula $x$
33974 \end_inset
33975
33976
33977 \begin_inset Formula $\ln(x)$
33978 \end_inset
33979
33980  and 
33981 \begin_inset Formula $B$
33982 \end_inset
33983
33984 :
33985 \end_layout
33986
33987 \begin_layout Standard
33988 \begin_inset Formula 
33989 \[
33990 \qG x{\ln(x)}B
33991 \]
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \begin_layout Standard
33999 LyX offers in the menu 
34000 \family sans
34001 Tools\SpecialChar \menuseparator
34002 Preferences\SpecialChar \menuseparator
34003 Editing\SpecialChar \menuseparator
34004 Control
34005 \family default
34006  different styles to edit macros.
34007  To find the style that suits you the most, choose a style and set the cursor
34008  in a macro formula to see the difference.
34009 \end_layout
34010
34011 \begin_layout Standard
34012 A math macro is transformed internally to a 
34013 \series bold
34014
34015 \backslash
34016 newcommand
34017 \series default
34018  command when exporting the document.
34019  The created 
34020 \series bold
34021
34022 \backslash
34023 newcommand
34024 \series default
34025  command is not placed in the LaTeX-preamble, therefore macros can only
34026  be used in formulas that are in the document below the macro definition
34027  box.
34028 \end_layout
34029
34030 \begin_layout Standard
34031 Math macros can also be directly be created from a 
34032 \series bold
34033
34034 \backslash
34035 newcommand
34036 \series default
34037  command.
34038  When writing for example the command
34039 \series bold
34040
34041 \begin_inset Newline newline
34042 \end_inset
34043
34044
34045 \backslash
34046 newcommand{
34047 \backslash
34048 larrow}[2]{
34049 \backslash
34050 xleftarrow[#2]{#1}}
34051 \begin_inset Newline newline
34052 \end_inset
34053
34054
34055 \series default
34056 in LyX as normal text, highlighting it completely and using then the shortcut
34057  
34058 \family sans
34059 Ctrl+M
34060 \family default
34061 , the command will be transformed to a math macro.
34062  Using this method you need to be careful that the 
34063 \series bold
34064
34065 \backslash
34066 newcommand
34067 \series default
34068  command is typed correctly, otherwise you get a faulty macro leading to
34069  LaTeX errors.
34070 \end_layout
34071
34072 \begin_layout Standard
34073 Math macros currently yet have the problem that further formulas in macro
34074  definitions are handled wrongly.
34075  Therefore the example 
34076 \series bold
34077
34078 \backslash
34079 fb
34080 \series default
34081  from 
34082 \begin_inset CommandInset ref
34083 LatexCommand ref
34084 reference "sub:The-Command-newcommand"
34085
34086 \end_inset
34087
34088  cannot be created as macro.
34089 \end_layout
34090
34091 \begin_layout Standard
34092 When the cursor is in a macro definition box, you will see the macro toolbar
34093  in LyX:
34094 \end_layout
34095
34096 \begin_layout Standard
34097 \begin_inset VSpace defskip
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset Graphics
34105         filename clipart/MacroToolbar.png
34106
34107 \end_inset
34108
34109
34110 \begin_inset Index idx
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114 Macros ! Toolbar
34115 \end_layout
34116
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \begin_layout Standard
34123 \begin_inset VSpace defskip
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 The macro toolbar contains from left to right the following buttons:
34131 \end_layout
34132
34133 \begin_layout Standard
34134 \begin_inset VSpace defskip
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \begin_layout Standard
34141 \begin_inset Tabular
34142 <lyxtabular version="3" rows="9" columns="2">
34143 <features islongtable="true" longtabularalignment="center">
34144 <column alignment="left" valignment="top" width="0">
34145 <column alignment="left" valignment="top" width="85col%">
34146 <row interlinespace="2.5mm">
34147 <cell alignment="center" valignment="top" usebox="none">
34148 \begin_inset Text
34149
34150 \begin_layout Plain Layout
34151 \begin_inset Graphics
34152         filename ../images/math-macro-remove-param.png
34153         rotateOrigin center
34154
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \end_inset
34161 </cell>
34162 <cell alignment="center" valignment="top" usebox="none">
34163 \begin_inset Text
34164
34165 \begin_layout Plain Layout
34166
34167 \family sans
34168 Edit\SpecialChar \menuseparator
34169 Math\SpecialChar \menuseparator
34170 Macro
34171 \begin_inset space ~
34172 \end_inset
34173
34174 Definition\SpecialChar \menuseparator
34175 Remove Last Argument
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 </row>
34181 <row interlinespace="2.5mm">
34182 <cell alignment="center" valignment="top" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186 \begin_inset Graphics
34187         filename ../images/math-macro-add-param.png
34188         rotateOrigin center
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \end_inset
34196 </cell>
34197 <cell alignment="center" valignment="top" usebox="none">
34198 \begin_inset Text
34199
34200 \begin_layout Plain Layout
34201
34202 \family sans
34203 Edit\SpecialChar \menuseparator
34204 Math\SpecialChar \menuseparator
34205 Macro
34206 \begin_inset space ~
34207 \end_inset
34208
34209 Definition\SpecialChar \menuseparator
34210 Append Argument
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 </row>
34216 <row interlinespace="2.5mm">
34217 <cell alignment="center" valignment="top" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221 \begin_inset Graphics
34222         filename ../images/math-macro-make-optional.png
34223         rotateOrigin center
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \end_inset
34231 </cell>
34232 <cell alignment="center" valignment="top" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236
34237 \family sans
34238 Edit\SpecialChar \menuseparator
34239 Math\SpecialChar \menuseparator
34240 Macro
34241 \begin_inset space ~
34242 \end_inset
34243
34244 Definition\SpecialChar \menuseparator
34245 Make First Non-Optional into
34246 \begin_inset Newline newline
34247 \end_inset
34248
34249
34250 \begin_inset Phantom HPhantom
34251 status open
34252
34253 \begin_layout Plain Layout
34254
34255 \family sans
34256 Edit\SpecialChar \menuseparator
34257 Math\SpecialChar \menuseparator
34258 Macro
34259 \begin_inset space ~
34260 \end_inset
34261
34262 Definition\SpecialChar \menuseparator
34263
34264 \end_layout
34265
34266 \end_inset
34267
34268 Optional Argument
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 </row>
34274 <row interlinespace="2.5mm">
34275 <cell alignment="center" valignment="top" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279 \begin_inset Graphics
34280         filename ../images/math-macro-make-nonoptional.png
34281         rotateOrigin center
34282
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \end_inset
34289 </cell>
34290 <cell alignment="center" valignment="top" usebox="none">
34291 \begin_inset Text
34292
34293 \begin_layout Plain Layout
34294
34295 \family sans
34296 Edit\SpecialChar \menuseparator
34297 Math\SpecialChar \menuseparator
34298 Macro
34299 \begin_inset space ~
34300 \end_inset
34301
34302 Definition\SpecialChar \menuseparator
34303 Make Last Optional into
34304 \begin_inset Newline newline
34305 \end_inset
34306
34307
34308 \begin_inset Phantom HPhantom
34309 status open
34310
34311 \begin_layout Plain Layout
34312
34313 \family sans
34314 Edit\SpecialChar \menuseparator
34315 Math\SpecialChar \menuseparator
34316 Macro
34317 \begin_inset space ~
34318 \end_inset
34319
34320 Definition\SpecialChar \menuseparator
34321
34322 \end_layout
34323
34324 \end_inset
34325
34326 Non-Optional Argument
34327 \end_layout
34328
34329 \end_inset
34330 </cell>
34331 </row>
34332 <row interlinespace="2.5mm">
34333 <cell alignment="center" valignment="top" usebox="none">
34334 \begin_inset Text
34335
34336 \begin_layout Plain Layout
34337 \begin_inset Graphics
34338         filename ../images/math-macro-remove-optional-param.png
34339         rotateOrigin center
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 <cell alignment="center" valignment="top" usebox="none">
34349 \begin_inset Text
34350
34351 \begin_layout Plain Layout
34352
34353 \family sans
34354 Edit\SpecialChar \menuseparator
34355 Math\SpecialChar \menuseparator
34356 Macro
34357 \begin_inset space ~
34358 \end_inset
34359
34360 Definition\SpecialChar \menuseparator
34361 Remove Optional Argument
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 </row>
34367 <row interlinespace="2.5mm">
34368 <cell alignment="center" valignment="top" usebox="none">
34369 \begin_inset Text
34370
34371 \begin_layout Plain Layout
34372 \begin_inset Graphics
34373         filename ../images/math-macro-add-optional-param.png
34374         rotateOrigin center
34375
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 <cell alignment="center" valignment="top" usebox="none">
34384 \begin_inset Text
34385
34386 \begin_layout Plain Layout
34387
34388 \family sans
34389 Edit\SpecialChar \menuseparator
34390 Math\SpecialChar \menuseparator
34391 Macro
34392 \begin_inset space ~
34393 \end_inset
34394
34395 Definition\SpecialChar \menuseparator
34396 Insert Optional Argument
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 </row>
34402 <row interlinespace="2.5mm">
34403 <cell alignment="center" valignment="top" usebox="none">
34404 \begin_inset Text
34405
34406 \begin_layout Plain Layout
34407 \begin_inset Graphics
34408         filename ../images/math-macro-remove-greedy-param.png
34409         rotateOrigin center
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422
34423 \family sans
34424 Edit\SpecialChar \menuseparator
34425 Math\SpecialChar \menuseparator
34426 Macro
34427 \begin_inset space ~
34428 \end_inset
34429
34430 Definition\SpecialChar \menuseparator
34431 Remove Last Argument
34432 \begin_inset Newline newline
34433 \end_inset
34434
34435
34436 \begin_inset Phantom HPhantom
34437 status open
34438
34439 \begin_layout Plain Layout
34440
34441 \family sans
34442 Edit\SpecialChar \menuseparator
34443 Math\SpecialChar \menuseparator
34444 Macro
34445 \begin_inset space ~
34446 \end_inset
34447
34448 Definition\SpecialChar \menuseparator
34449
34450 \end_layout
34451
34452 \end_inset
34453
34454 Spitting Out To The Right
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 </row>
34460 <row interlinespace="2.5mm">
34461 <cell alignment="center" valignment="top" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465 \begin_inset Graphics
34466         filename ../images/math-macro-append-greedy-param.png
34467         rotateOrigin center
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 <cell alignment="center" valignment="top" usebox="none">
34477 \begin_inset Text
34478
34479 \begin_layout Plain Layout
34480
34481 \family sans
34482 Edit\SpecialChar \menuseparator
34483 Math\SpecialChar \menuseparator
34484 Macro
34485 \begin_inset space ~
34486 \end_inset
34487
34488 Definition\SpecialChar \menuseparator
34489 Append Argument
34490 \begin_inset Newline newline
34491 \end_inset
34492
34493
34494 \begin_inset Phantom HPhantom
34495 status open
34496
34497 \begin_layout Plain Layout
34498
34499 \family sans
34500 Edit\SpecialChar \menuseparator
34501 Math\SpecialChar \menuseparator
34502 Macro
34503 \begin_inset space ~
34504 \end_inset
34505
34506 Definition\SpecialChar \menuseparator
34507
34508 \end_layout
34509
34510 \end_inset
34511
34512 Eating From The Right
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 </row>
34518 <row interlinespace="2.5mm">
34519 <cell alignment="center" valignment="top" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 \begin_inset Graphics
34524         filename ../images/math-macro-add-greedy-optional-param.png
34525         rotateOrigin center
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \end_inset
34533 </cell>
34534 <cell alignment="center" valignment="top" usebox="none">
34535 \begin_inset Text
34536
34537 \begin_layout Plain Layout
34538
34539 \family sans
34540 Edit\SpecialChar \menuseparator
34541 Math\SpecialChar \menuseparator
34542 Macro
34543 \begin_inset space ~
34544 \end_inset
34545
34546 Definition\SpecialChar \menuseparator
34547 Append Optional Argument
34548 \begin_inset Newline newline
34549 \end_inset
34550
34551
34552 \begin_inset Phantom HPhantom
34553 status open
34554
34555 \begin_layout Plain Layout
34556
34557 \family sans
34558 Edit\SpecialChar \menuseparator
34559 Math\SpecialChar \menuseparator
34560 Macro
34561 \begin_inset space ~
34562 \end_inset
34563
34564 Definition\SpecialChar \menuseparator
34565
34566 \end_layout
34567
34568 \end_inset
34569
34570 Eating From The Right
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 </row>
34576 </lyxtabular>
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \begin_layout Section
34584 Computer Algebra Systems
34585 \end_layout
34586
34587 \begin_layout Standard
34588 LyX offers the exchange between mathematical expressions written in LyX's
34589  math editor and external applications or user defined scripts.
34590  Currently supported applications are 
34591 \family sans
34592 Maple
34593 \family default
34594
34595 \family sans
34596 Mathematica
34597 \family default
34598
34599 \family sans
34600 Maxima
34601 \family default
34602  and 
34603 \family sans
34604 Octave
34605 \family default
34606 .
34607  Note that the set of supported mathematical constructs is limited only
34608  to very simple cases.
34609 \end_layout
34610
34611 \begin_layout Subsection
34612 Usage
34613 \end_layout
34614
34615 \begin_layout Standard
34616 Write some expression in a formula, go to the 
34617 \family sans
34618 Edit\SpecialChar \menuseparator
34619 Math\SpecialChar \menuseparator
34620 Use Computer Algebra System
34621 \family default
34622  menu and choose the application you have installed on the computer.
34623  After that the result of computation should show on the right side of the
34624  expression together with the 
34625 \begin_inset Quotes eld
34626 \end_inset
34627
34628 =
34629 \begin_inset Quotes erd
34630 \end_inset
34631
34632  operator.
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Here are few simple examples (with results from 
34637 \family typewriter
34638 Maxima
34639 \family default
34640 ) to show what kind of computations can be performed:
34641 \end_layout
34642
34643 \begin_layout Itemize
34644 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \begin_layout Itemize
34651 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Itemize
34658 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Itemize
34665 \begin_inset Formula $\det\left[\begin{array}{ccc}
34666 1 & 6 & 7\\
34667 2 & 5 & 8\\
34668 3 & 4 & 17
34669 \end{array}\right]=-56$
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \begin_layout Itemize
34676 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Subsection
34683 Keyboard shortcut
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Currently there is no keyboard shortcut for calling the algebra applications.
34688  One can easily bind a shortcut to the 
34689 \family sans
34690 math-extern
34691 \family default
34692  LyX function (see the 
34693 \family sans
34694 \emph on
34695 LyX Functions
34696 \family default
34697 \emph default
34698  manual).
34699  One could e.
34700 \begin_inset space \thinspace{}
34701 \end_inset
34702
34703 g.
34704 \begin_inset space ~
34705 \end_inset
34706
34707 bind the 
34708 \family sans
34709 Return
34710 \family default
34711  key inside the math editor.
34712  To bind it to 
34713 \family typewriter
34714 Maxima
34715 \family default
34716  one would use this shortcut definition command:
34717 \end_layout
34718
34719 \begin_layout Standard
34720
34721 \series bold
34722 command-alternatives break-paragraph;math-extern maxima
34723 \end_layout
34724
34725 \begin_layout Standard
34726 \begin_inset Newpage newpage
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Section
34733 Tips
34734 \begin_inset Index idx
34735 status collapsed
34736
34737 \begin_layout Plain Layout
34738 Tips
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Subsection
34747 Negative Numbers
34748 \begin_inset Index idx
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752 Numbers ! negative
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761 Negative numbers often look ugly in formulas because the minus sign before
34762  the number is set with the same length as the minus operator sign.
34763  When writing the negative number in normal text, the minus sign appears
34764  correctly.
34765 \end_layout
34766
34767 \begin_layout Standard
34768 Thus, the problem disappears when converting the minus sign to mathematical
34769  text.
34770 \end_layout
34771
34772 \begin_layout Standard
34773 An example to visualize the problem:
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \align center
34778 \begin_inset Tabular
34779 <lyxtabular version="3" rows="3" columns="2">
34780 <features tabularvalignment="middle">
34781 <column alignment="right" valignment="top" width="0">
34782 <column alignment="left" valignment="top" width="0">
34783 <row>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788 normal text:
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797 x = -2
34798 \end_layout
34799
34800 \end_inset
34801 </cell>
34802 </row>
34803 <row>
34804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808 formula:
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817 \begin_inset Formula $x=-2$
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 </row>
34826 <row>
34827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 solution:
34832 \end_layout
34833
34834 \end_inset
34835 </cell>
34836 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34837 \begin_inset Text
34838
34839 \begin_layout Plain Layout
34840 \begin_inset Formula $x=\textrm{-}2$
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 </row>
34849 </lyxtabular>
34850
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \begin_layout Subsection
34857 Comma as decimal Separator
34858 \begin_inset Index idx
34859 status collapsed
34860
34861 \begin_layout Plain Layout
34862 Comma
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 In LaTeX a comma inside a formula is used, according to the English convention,
34872  as number group separator.
34873  So there will be space added behind all commas in formulas.
34874 \end_layout
34875
34876 \begin_layout Standard
34877 To avoid this, the comma is highlighted and changed to mathematical text
34878  (shortcut 
34879 \begin_inset Info
34880 type  "shortcut"
34881 arg   "math-mode"
34882 \end_inset
34883
34884 ).
34885 \end_layout
34886
34887 \begin_layout Standard
34888 To use all formula commas in the document as decimal separator, the file
34889  
34890 \series bold
34891 icomma.sty
34892 \series default
34893
34894 \begin_inset Foot
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899 \series bold
34900 icomma
34901 \series default
34902  is part of the LaTeX-package 
34903 \series bold
34904 was
34905 \series default
34906
34907 \begin_inset Index idx
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911 Packages ! was
34912 \begin_inset ERT
34913 status collapsed
34914
34915 \begin_layout Plain Layout
34916
34917
34918 \backslash
34919 vspace{4mm}
34920 \end_layout
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \end_inset
34928
34929 .
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \begin_inset Index idx
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939 Packages ! icomma
34940 \end_layout
34941
34942 \end_inset
34943
34944  is loaded with the LaTeX-preamble line
34945 \end_layout
34946
34947 \begin_layout Standard
34948
34949 \series bold
34950
34951 \backslash
34952 usepackage{icomma}
34953 \end_layout
34954
34955 \begin_layout Subsection
34956 Physical Vectors
34957 \begin_inset CommandInset label
34958 LatexCommand label
34959 name "sub:Physical-Vectors"
34960
34961 \end_inset
34962
34963
34964 \begin_inset Index idx
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968 Vectors ! physical
34969 \end_layout
34970
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \begin_layout Standard
34977 Predefined vectors are offered by the LaTeX-package 
34978 \series bold
34979 braket
34980 \series default
34981
34982 \begin_inset Index idx
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986 Packages ! braket
34987 \end_layout
34988
34989 \end_inset
34990
34991  that is loaded with the LaTeX-preamble line
34992 \end_layout
34993
34994 \begin_layout Standard
34995
34996 \series bold
34997
34998 \backslash
34999 usepackage{braket}
35000 \end_layout
35001
35002 \begin_layout Standard
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008
35009 \backslash
35010 ifbraket 
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \begin_inset Note Note
35017 status open
35018
35019 \begin_layout Plain Layout
35020 The following table will only be displayed when the LaTeX-package 
35021 \series bold
35022 braket
35023 \series default
35024  is installed.
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Standard
35033 The following commands are defined:
35034 \end_layout
35035
35036 \begin_layout Standard
35037 \align center
35038 \begin_inset Tabular
35039 <lyxtabular version="3" rows="4" columns="2">
35040 <features tabularvalignment="middle">
35041 <column alignment="center" valignment="top" width="0">
35042 <column alignment="center" valignment="top" width="0">
35043 <row>
35044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 Command
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057 Result
35058 \end_layout
35059
35060 \end_inset
35061 </cell>
35062 </row>
35063 <row>
35064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35065 \begin_inset Text
35066
35067 \begin_layout Plain Layout
35068
35069 \backslash
35070 Bra{
35071 \backslash
35072 psi
35073 \end_layout
35074
35075 \end_inset
35076 </cell>
35077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081 \begin_inset Formula $\Bra{\psi}$
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 </row>
35090 <row>
35091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095
35096 \backslash
35097 Ket{
35098 \backslash
35099 psi
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35105 \begin_inset Text
35106
35107 \begin_layout Plain Layout
35108 \begin_inset Formula $\Ket{\psi}$
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \end_inset
35115 </cell>
35116 </row>
35117 <row>
35118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35119 \begin_inset Text
35120
35121 \begin_layout Plain Layout
35122
35123 \backslash
35124 Braket{
35125 \backslash
35126 psi|
35127 \backslash
35128 phi
35129 \end_layout
35130
35131 \end_inset
35132 </cell>
35133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35134 \begin_inset Text
35135
35136 \begin_layout Plain Layout
35137 \begin_inset Formula $\Braket{\psi|\phi}$
35138 \end_inset
35139
35140
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 </row>
35146 </lyxtabular>
35147
35148 \end_inset
35149
35150
35151 \end_layout
35152
35153 \begin_layout Standard
35154 The command 
35155 \series bold
35156
35157 \backslash
35158 Braket
35159 \series default
35160  assures that all vertical bars are set in the size of the surrounding brackets:
35161 \begin_inset Formula 
35162 \[
35163 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35164 \]
35165
35166 \end_inset
35167
35168
35169 \begin_inset ERT
35170 status collapsed
35171
35172 \begin_layout Plain Layout
35173
35174
35175 \backslash
35176 else 
35177 \end_layout
35178
35179 \end_inset
35180
35181
35182 \begin_inset Note Note
35183 status open
35184
35185 \begin_layout Plain Layout
35186 The following will be displayed when the LaTeX-package 
35187 \series bold
35188 braket
35189 \series default
35190  is not installed:
35191 \end_layout
35192
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \begin_layout Standard
35199 You need to install the LaTeX-package 
35200 \series bold
35201 braket
35202 \series default
35203  to see the rest of this subsection in the output.
35204 \end_layout
35205
35206 \begin_layout Standard
35207 \begin_inset ERT
35208 status collapsed
35209
35210 \begin_layout Plain Layout
35211
35212
35213 \backslash
35214 fi 
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 The effect of 
35224 \series bold
35225
35226 \backslash
35227 Braket
35228 \series default
35229  can also be achieved using the command 
35230 \series bold
35231
35232 \backslash
35233 middle
35234 \series default
35235 , that is described in 
35236 \begin_inset CommandInset ref
35237 LatexCommand ref
35238 reference "sub:Automatic-Bracket-Size"
35239
35240 \end_inset
35241
35242 .
35243 \end_layout
35244
35245 \begin_layout Subsection
35246 Self-defined Fractions
35247 \begin_inset CommandInset label
35248 LatexCommand label
35249 name "sub:Self-defined-Fractions"
35250
35251 \end_inset
35252
35253
35254 \begin_inset Index idx
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 Fractions ! self-defined
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \end_layout
35265
35266 \begin_layout Standard
35267 To define custom commands for fractions, the command 
35268 \series bold
35269
35270 \backslash
35271 genfrac
35272 \series default
35273
35274 \begin_inset Index idx
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278 Commands ! G ! 
35279 \backslash
35280 genfrac
35281 \end_layout
35282
35283 \end_inset
35284
35285  is used in the following scheme:
35286 \end_layout
35287
35288 \begin_layout Standard
35289
35290 \series bold
35291
35292 \backslash
35293 genfrac{left
35294 \series default
35295  
35296 \series bold
35297 bracket}{right
35298 \series default
35299  
35300 \series bold
35301 bracket}{fraction bar thickness}{style}
35302 \begin_inset Newline newline
35303 \end_inset
35304
35305
35306 \begin_inset Phantom HPhantom
35307 status open
35308
35309 \begin_layout Plain Layout
35310
35311 \series bold
35312
35313 \backslash
35314 genfrac
35315 \end_layout
35316
35317 \end_inset
35318
35319 {numerator}{denominator}
35320 \end_layout
35321
35322 \begin_layout Standard
35323 The style is a number in the range of 0
35324 \begin_inset space \thinspace{}
35325 \end_inset
35326
35327 -
35328 \begin_inset space \thinspace{}
35329 \end_inset
35330
35331 3.
35332 \end_layout
35333
35334 \begin_layout Standard
35335 \align center
35336 \begin_inset Tabular
35337 <lyxtabular version="3" rows="5" columns="2">
35338 <features tabularvalignment="middle">
35339 <column alignment="center" valignment="top" width="0">
35340 <column alignment="center" valignment="top" width="0">
35341 <row>
35342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35343 \begin_inset Text
35344
35345 \begin_layout Plain Layout
35346 Number
35347 \end_layout
35348
35349 \end_inset
35350 </cell>
35351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35352 \begin_inset Text
35353
35354 \begin_layout Plain Layout
35355 Style (Size)
35356 \end_layout
35357
35358 \end_inset
35359 </cell>
35360 </row>
35361 <row>
35362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35363 \begin_inset Text
35364
35365 \begin_layout Plain Layout
35366 0
35367 \end_layout
35368
35369 \end_inset
35370 </cell>
35371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35372 \begin_inset Text
35373
35374 \begin_layout Plain Layout
35375 display style formula
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 <row>
35382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35383 \begin_inset Text
35384
35385 \begin_layout Plain Layout
35386 1
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395 inline formula
35396 \end_layout
35397
35398 \end_inset
35399 </cell>
35400 </row>
35401 <row>
35402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35403 \begin_inset Text
35404
35405 \begin_layout Plain Layout
35406 2
35407 \end_layout
35408
35409 \end_inset
35410 </cell>
35411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35412 \begin_inset Text
35413
35414 \begin_layout Plain Layout
35415 small
35416 \end_layout
35417
35418 \end_inset
35419 </cell>
35420 </row>
35421 <row>
35422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426 3
35427 \end_layout
35428
35429 \end_inset
35430 </cell>
35431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435 tiny
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 </row>
35441 </lyxtabular>
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 When no style is given, the size is adjusted to the surrounding environment
35450  like for the command 
35451 \series bold
35452
35453 \backslash
35454 frac
35455 \series default
35456 .
35457 \end_layout
35458
35459 \begin_layout Standard
35460 When no fraction bar thickness is given, the predefined value of 0.4
35461 \begin_inset space \thinspace{}
35462 \end_inset
35463
35464 pt will be used.
35465 \end_layout
35466
35467 \begin_layout Standard
35468 \begin_inset VSpace medskip
35469 \end_inset
35470
35471 For example, the commands 
35472 \series bold
35473
35474 \backslash
35475 dfrac
35476 \series default
35477  and 
35478 \series bold
35479
35480 \backslash
35481 tbinom
35482 \series default
35483  from 
35484 \begin_inset CommandInset ref
35485 LatexCommand ref
35486 reference "sub:Fractions"
35487
35488 \end_inset
35489
35490  are defined with the commands
35491 \end_layout
35492
35493 \begin_layout Standard
35494
35495 \series bold
35496
35497 \backslash
35498 newcommand{
35499 \backslash
35500 dfrac}[2]{
35501 \backslash
35502 genfrac{}{}{}{0}{#1}{#2}}
35503 \end_layout
35504
35505 \begin_layout Standard
35506 and
35507 \end_layout
35508
35509 \begin_layout Standard
35510
35511 \series bold
35512
35513 \backslash
35514 newcommand{
35515 \backslash
35516 tbinom}[2]{
35517 \backslash
35518 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35519 \end_layout
35520
35521 \begin_layout Standard
35522 \begin_inset VSpace medskip
35523 \end_inset
35524
35525 To define a fraction where the fraction bar thickness can be given as optional
35526  argument, the following line is inserted to the LaTeX-preamble:
35527 \end_layout
35528
35529 \begin_layout Standard
35530
35531 \series bold
35532
35533 \backslash
35534 newcommand{
35535 \backslash
35536 fracS}[3][]{
35537 \backslash
35538 genfrac{}{}{#1}{}{#2}{#3}}
35539 \end_layout
35540
35541 \begin_layout Standard
35542 A test:
35543 \begin_inset Formula 
35544 \begin{align*}
35545 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35546 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35547 \end{align*}
35548
35549 \end_inset
35550
35551 As one can see, the distance of the numerator and the denominator to the
35552  fraction bar is round about three times the bar thickness.
35553 \end_layout
35554
35555 \begin_layout Subsection
35556 Canceled Formulas
35557 \begin_inset Index idx
35558 status collapsed
35559
35560 \begin_layout Plain Layout
35561 Formula ! canceled
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \end_layout
35568
35569 \begin_layout Standard
35570 To cancel formulas or formula parts, the LaTeX-package 
35571 \series bold
35572 cancel
35573 \series default
35574
35575 \begin_inset Index idx
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 Packages ! cancel
35580 \end_layout
35581
35582 \end_inset
35583
35584  has to be loaded with the LaTeX-preamble line
35585 \end_layout
35586
35587 \begin_layout Standard
35588
35589 \series bold
35590
35591 \backslash
35592 usepackage[samesize]{cancel}
35593 \end_layout
35594
35595 \begin_layout Standard
35596 \begin_inset ERT
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600
35601
35602 \backslash
35603 ifcancel 
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \begin_inset Note Note
35610 status open
35611
35612 \begin_layout Plain Layout
35613 The following table will only be displayed when the LaTeX-package 
35614 \series bold
35615 cancel
35616 \series default
35617  is installed.
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \end_layout
35624
35625 \begin_layout Standard
35626 There are four ways to cancel formulas:
35627 \end_layout
35628
35629 \begin_layout Standard
35630 \align center
35631 \begin_inset Tabular
35632 <lyxtabular version="3" rows="5" columns="2">
35633 <features tabularvalignment="middle">
35634 <column alignment="center" valignment="top" width="0">
35635 <column alignment="center" valignment="top" width="0">
35636 <row>
35637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641 Command
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35647 \begin_inset Text
35648
35649 \begin_layout Plain Layout
35650 Result
35651 \begin_inset Note Note
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655 The space and
35656 \series bold
35657  
35658 \backslash
35659 raisebox
35660 \series default
35661  are used here as spacer.
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 </row>
35672 <row>
35673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677
35678 \backslash
35679 cancel{
35680 \backslash
35681 int
35682 \begin_inset ERT
35683 status collapsed
35684
35685 \begin_layout Plain Layout
35686
35687
35688 \backslash
35689 spce 
35690 \end_layout
35691
35692 \end_inset
35693
35694 A=B
35695 \end_layout
35696
35697 \end_inset
35698 </cell>
35699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35700 \begin_inset Text
35701
35702 \begin_layout Plain Layout
35703 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \end_inset
35710 </cell>
35711 </row>
35712 <row>
35713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35714 \begin_inset Text
35715
35716 \begin_layout Plain Layout
35717
35718 \backslash
35719 bcancel{
35720 \backslash
35721 int
35722 \begin_inset ERT
35723 status collapsed
35724
35725 \begin_layout Plain Layout
35726
35727
35728 \backslash
35729 spce 
35730 \end_layout
35731
35732 \end_inset
35733
35734 A=B
35735 \end_layout
35736
35737 \end_inset
35738 </cell>
35739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35740 \begin_inset Text
35741
35742 \begin_layout Plain Layout
35743 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \end_inset
35750 </cell>
35751 </row>
35752 <row>
35753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757
35758 \backslash
35759 xcancel{
35760 \backslash
35761 int
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767
35768 \backslash
35769 spce 
35770 \end_layout
35771
35772 \end_inset
35773
35774 A=B
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35780 \begin_inset Text
35781
35782 \begin_layout Plain Layout
35783 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \end_inset
35790 </cell>
35791 </row>
35792 <row>
35793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797
35798 \backslash
35799 cancelto{1
35800 \begin_inset Formula $\to$
35801 \end_inset
35802
35803
35804 \backslash
35805 {
35806 \backslash
35807 int
35808 \begin_inset ERT
35809 status collapsed
35810
35811 \begin_layout Plain Layout
35812
35813
35814 \backslash
35815 spce 
35816 \end_layout
35817
35818 \end_inset
35819
35820 A=B
35821 \end_layout
35822
35823 \end_inset
35824 </cell>
35825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35826 \begin_inset Text
35827
35828 \begin_layout Plain Layout
35829 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \end_inset
35836 </cell>
35837 </row>
35838 </lyxtabular>
35839
35840 \end_inset
35841
35842
35843 \end_layout
35844
35845 \begin_layout Standard
35846
35847 \series bold
35848
35849 \backslash
35850 cancelto
35851 \series default
35852  is especially suitable to visualize the reduction of fractions within formulas:
35853 \begin_inset Formula 
35854 \[
35855 \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}}}
35856 \]
35857
35858 \end_inset
35859
35860
35861 \end_layout
35862
35863 \begin_layout Standard
35864 \begin_inset ERT
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868
35869
35870 \backslash
35871 else 
35872 \end_layout
35873
35874 \end_inset
35875
35876
35877 \begin_inset Note Note
35878 status open
35879
35880 \begin_layout Plain Layout
35881 The following will be displayed when the LaTeX-package 
35882 \series bold
35883 cancel
35884 \series default
35885  is not installed:
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \begin_layout Standard
35894 You need to install the LaTeX-package 
35895 \series bold
35896 cancel
35897 \series default
35898  to see the rest of this subsection in the output.
35899 \end_layout
35900
35901 \begin_layout Standard
35902 \begin_inset ERT
35903 status collapsed
35904
35905 \begin_layout Plain Layout
35906
35907
35908 \backslash
35909 fi 
35910 \end_layout
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Subsection
35918 Formulas in Section Headings
35919 \begin_inset CommandInset label
35920 LatexCommand label
35921 name "sub:Formulas-in-Section"
35922
35923 \end_inset
35924
35925
35926 \begin_inset Index idx
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930 Formula ! in section headings
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Standard
35939 When formulas are used in section headings, the following has to be taken
35940  into account:
35941 \end_layout
35942
35943 \begin_layout Standard
35944 \begin_inset Note Greyedout
35945 status open
35946
35947 \begin_layout Plain Layout
35948 When 
35949 \series bold
35950 hyperref
35951 \series default
35952
35953 \begin_inset Index idx
35954 status collapsed
35955
35956 \begin_layout Plain Layout
35957 Packages ! hyperref
35958 \end_layout
35959
35960 \end_inset
35961
35962  support is enabled in the document settings dialog under 
35963 \family sans
35964 PDF
35965 \begin_inset space ~
35966 \end_inset
35967
35968 Properties
35969 \family default
35970 , PDF-bookmarks are created for every section heading in the table of contents.
35971  If a section heading contains formulas, they are incorrectly displayed
35972  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35973 s.
35974 \end_layout
35975
35976 \end_inset
35977
35978
35979 \end_layout
35980
35981 \begin_layout Standard
35982 Both problems can be solved by inserting at the end of the section heading
35983  a short title with the menu 
35984 \family sans
35985 Insert\SpecialChar \menuseparator
35986 Short
35987 \begin_inset space ~
35988 \end_inset
35989
35990 Title
35991 \family default
35992 .
35993  Short titles are used as alternative for multiline section headings to
35994  keep the table of contents clearly arranged.
35995  Only the short title appears in the table of contents and therefore also
35996  in the PDF-bookmark.
35997 \end_layout
35998
35999 \begin_layout Standard
36000 When formulas should be used in the table of contents but 
36001 \series bold
36002 hyperref
36003 \series default
36004  is used, one can use the following command in TeX-mode:
36005 \end_layout
36006
36007 \begin_layout Standard
36008
36009 \series bold
36010
36011 \backslash
36012 texorpdfstring{part}{alternative}
36013 \begin_inset Index idx
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017 Commands ! T ! 
36018 \backslash
36019 texorpdfstring
36020 \end_layout
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \begin_layout Standard
36028 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36029  This can be characters, formulas, footnotes, but also cross-references.
36030  The alternative is used instead of the part for the bookmark.
36031 \end_layout
36032
36033 \begin_layout Standard
36034 Here are two example headings:
36035 \begin_inset VSpace -3mm
36036 \end_inset
36037
36038
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 boldmath 
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \end_layout
36053
36054 \begin_layout Subsubsection
36055 Heading without formula in table of contents 
36056 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36057 \end_inset
36058
36059
36060 \begin_inset Argument
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 Heading without formula in table of contents
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Subsubsection
36073 Heading with formula in table of contents
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 texorpdfstring{
36082 \end_layout
36083
36084 \end_inset
36085
36086  
36087 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36088 \end_inset
36089
36090
36091 \begin_inset ERT
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095
36096 }{}
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Standard
36105 \begin_inset ERT
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109
36110
36111 \backslash
36112 unboldmath 
36113 \end_layout
36114
36115 \end_inset
36116
36117 In the first heading a short title was used, in the second one 
36118 \series bold
36119
36120 \backslash
36121 texorpdfstring
36122 \series default
36123 .
36124 \end_layout
36125
36126 \begin_layout Standard
36127 To get the same formatting as for the other headings, the complete heading
36128  was set into a 
36129 \series bold
36130 boldmath
36131 \series default
36132  environment
36133 \begin_inset Foot
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137 see 
36138 \begin_inset CommandInset ref
36139 LatexCommand ref
36140 reference "sub:Bold-Formulas"
36141
36142 \end_inset
36143
36144
36145 \end_layout
36146
36147 \end_inset
36148
36149 .
36150 \end_layout
36151
36152 \begin_layout Subsection
36153 Formulas in multi-column Text
36154 \begin_inset Index idx
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158 Formula ! in multi-column text
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Standard
36167 Formulas in multi-column text are often too wide to fit into a column and
36168  thus need to be set over the whole page width.
36169  This is done by using the LaTeX-package 
36170 \series bold
36171 multicol
36172 \series default
36173
36174 \begin_inset Foot
36175 status collapsed
36176
36177 \begin_layout Plain Layout
36178
36179 \series bold
36180 multicol
36181 \series default
36182  is part of every LaTeX standard installation.
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \begin_inset Index idx
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192 Packages ! multicol
36193 \end_layout
36194
36195 \end_inset
36196
36197 , that is loaded with the LaTeX-preamble line
36198 \end_layout
36199
36200 \begin_layout Standard
36201
36202 \series bold
36203
36204 \backslash
36205 usepackage{multicol}
36206 \end_layout
36207
36208 \begin_layout Standard
36209 \begin_inset Note Greyedout
36210 status open
36211
36212 \begin_layout Plain Layout
36213 Note herby that the setting 
36214 \family sans
36215 Two-column
36216 \begin_inset space ~
36217 \end_inset
36218
36219 document
36220 \family default
36221  in the menu 
36222 \family sans
36223 Document\SpecialChar \menuseparator
36224 Settings
36225 \family default
36226  under 
36227 \family sans
36228 Text
36229 \begin_inset space ~
36230 \end_inset
36231
36232 Layout
36233 \family default
36234 \emph on
36235  
36236 \emph default
36237 must 
36238 \emph on
36239 not
36240 \emph default
36241  be selected.
36242 \end_layout
36243
36244 \end_inset
36245
36246
36247 \end_layout
36248
36249 \begin_layout Standard
36250 Before the multi-column text the command
36251 \end_layout
36252
36253 \begin_layout Standard
36254
36255 \series bold
36256
36257 \backslash
36258 begin{multicols}{column number}
36259 \end_layout
36260
36261 \begin_layout Standard
36262 is written in TeX-mode.
36263  The column number is a number in the range of 2
36264 \begin_inset space \thinspace{}
36265 \end_inset
36266
36267 -
36268 \begin_inset space \thinspace{}
36269 \end_inset
36270
36271 10.
36272  Before the formula the multi-column text is ended by inserting the command
36273 \end_layout
36274
36275 \begin_layout Standard
36276
36277 \series bold
36278
36279 \backslash
36280 end{multicols}
36281 \end_layout
36282
36283 \begin_layout Standard
36284 in TeX-mode.
36285 \end_layout
36286
36287 \begin_layout Standard
36288 Due to the command some space is automatically added before the formula.
36289  To revert this, -6
36290 \begin_inset space \thinspace{}
36291 \end_inset
36292
36293 mm vertical space is inserted before the formula.
36294  When the formula style 
36295 \series bold
36296 Indented
36297 \begin_inset Foot
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301 formula styles see 
36302 \begin_inset CommandInset ref
36303 LatexCommand ref
36304 reference "sec:Formula-Styles"
36305
36306 \end_inset
36307
36308
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \series default
36315  is used, -9
36316 \begin_inset space \thinspace{}
36317 \end_inset
36318
36319 mm space is inserted instead.
36320 \end_layout
36321
36322 \begin_layout Standard
36323 As example a multi-column text with a displayed formula:
36324 \end_layout
36325
36326 \begin_layout Standard
36327
36328 \lang german
36329 \begin_inset ERT
36330 status collapsed
36331
36332 \begin_layout Plain Layout
36333
36334
36335 \backslash
36336 begin{multicols}{2}
36337 \end_layout
36338
36339 \end_inset
36340
36341 Das Spektrum wird fouriertransformiert.
36342  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36343 , Lösungsmittel) zu trennen.
36344  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36345  nun das Aussehen des Ausgangssignals.
36346  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36347  über alle Phasen integrieren muss.
36348  Sei nun 
36349 \begin_inset Formula $S$
36350 \end_inset
36351
36352  unser normiertes Ausgangssignal und 
36353 \begin_inset Formula $P$
36354 \end_inset
36355
36356  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36357 \begin_inset ERT
36358 status collapsed
36359
36360 \begin_layout Plain Layout
36361
36362
36363 \backslash
36364 end{multicols}
36365 \end_layout
36366
36367 \end_inset
36368
36369
36370 \begin_inset VSpace -6mm
36371 \end_inset
36372
36373
36374 \begin_inset Formula 
36375 \begin{equation}
36376 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36377 \end{equation}
36378
36379 \end_inset
36380
36381
36382 \begin_inset ERT
36383 status collapsed
36384
36385 \begin_layout Plain Layout
36386
36387
36388 \backslash
36389 begin{multicols}{2}
36390 \end_layout
36391
36392 \end_inset
36393
36394 wobei 
36395 \begin_inset Formula $S_{0}$
36396 \end_inset
36397
36398  das Signal ohne Gradient ist und die Normierungsbedingung 
36399 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36400 \end_inset
36401
36402  gilt.
36403  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36404  Direkt nach dem 
36405 \begin_inset Formula $\nicefrac{\pi}{2}$
36406 \end_inset
36407
36408
36409 \begin_inset space \thinspace{}
36410 \end_inset
36411
36412 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36413  das Signal zusätzlich abschwächt.
36414  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36415  
36416 \begin_inset Formula $T_{2}$
36417 \end_inset
36418
36419 -Zeit.
36420 \end_layout
36421
36422 \begin_layout Standard
36423
36424 \lang german
36425 \begin_inset ERT
36426 status collapsed
36427
36428 \begin_layout Plain Layout
36429
36430
36431 \backslash
36432 end{multicols}
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \end_layout
36439
36440 \begin_layout Subsection
36441 Formulas with Description of Variables
36442 \begin_inset Index idx
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446 Formula ! with description of variables
36447 \end_layout
36448
36449 \end_inset
36450
36451
36452 \end_layout
36453
36454 \begin_layout Standard
36455 To describe variables within a formula, like in formula 
36456 \begin_inset CommandInset ref
36457 LatexCommand eqref
36458 reference "eq:within"
36459
36460 \end_inset
36461
36462 , a 2
36463 \series bold
36464 ×
36465 \series default
36466
36467 \begin_inset Formula $n$
36468 \end_inset
36469
36470
36471 \begin_inset space ~
36472 \end_inset
36473
36474 matrix is used with left aligned columns for the 
36475 \begin_inset Formula $n$
36476 \end_inset
36477
36478  used variables.
36479 \begin_inset Foot
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 matrices see 
36484 \begin_inset CommandInset ref
36485 LatexCommand ref
36486 reference "sec:Matrices"
36487
36488 \end_inset
36489
36490
36491 \end_layout
36492
36493 \end_inset
36494
36495  To set the description in a smaller size, before the matrix e.
36496 \begin_inset space \thinspace{}
36497 \end_inset
36498
36499 g.
36500 \begin_inset space \space{}
36501 \end_inset
36502
36503 the command 
36504 \series bold
36505
36506 \backslash
36507 footnotesize
36508 \series default
36509  is inserted.
36510 \begin_inset Foot
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 font sizes see 
36515 \begin_inset CommandInset ref
36516 LatexCommand ref
36517 reference "sub:Font-Sizes"
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Standard
36530 When the formula style 
36531 \series bold
36532 Indented
36533 \begin_inset Foot
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537 formula styles see 
36538 \begin_inset CommandInset ref
36539 LatexCommand ref
36540 reference "sec:Formula-Styles"
36541
36542 \end_inset
36543
36544
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \series default
36551  is used, a 
36552 \series bold
36553
36554 \backslash
36555 hfill
36556 \series default
36557
36558 \begin_inset Foot
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562
36563 \series bold
36564
36565 \backslash
36566 hfill
36567 \series default
36568  only works in formulas with the style 
36569 \series bold
36570 Indented
36571 \series default
36572 , see 
36573 \begin_inset CommandInset ref
36574 LatexCommand ref
36575 reference "sub:Variable-Space"
36576
36577 \end_inset
36578
36579 .
36580 \end_layout
36581
36582 \end_inset
36583
36584  is inserted before and after the matrix to have the same separation of
36585  the matrix from the equation and the side margin.
36586 \end_layout
36587
36588 \begin_layout Standard
36589 When the formula style 
36590 \series bold
36591 Centered
36592 \series default
36593  is used, the method described in 
36594 \begin_inset CommandInset ref
36595 LatexCommand ref
36596 reference "sub:Flalign-Environment"
36597
36598 \end_inset
36599
36600  is used to indent formulas.
36601  Formula 
36602 \begin_inset CommandInset ref
36603 LatexCommand eqref
36604 reference "eq:within"
36605
36606 \end_inset
36607
36608  consists of five columns whereas in the first two columns contain the equation,
36609  the third the matrix and the last one an empty TeX-brace.
36610 \begin_inset Formula 
36611 \begin{flalign}
36612 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36613 \rho & \textrm{density}\\
36614 V & \textrm{volume}\\
36615 g & \textrm{gravitational acceleration}
36616 \end{array} &  & {}\label{eq:within}
36617 \end{flalign}
36618
36619 \end_inset
36620
36621
36622 \end_layout
36623
36624 \begin_layout Subsection
36625 Upright small Greek Letters
36626 \begin_inset CommandInset label
36627 LatexCommand label
36628 name "sub:Upright-small-Greek"
36629
36630 \end_inset
36631
36632
36633 \begin_inset Index idx
36634 status collapsed
36635
36636 \begin_layout Plain Layout
36637 Greek letters ! upright
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Standard
36646 Most of the math fonts only provide italic small Greek letters.
36647  But for symbols of elementary particles like pions and neutrinos, upright
36648  Greek letters are needed.
36649  The file 
36650 \series bold
36651 upgreek.sty
36652 \series default
36653
36654 \begin_inset Foot
36655 status collapsed
36656
36657 \begin_layout Plain Layout
36658
36659 \series bold
36660 upgreek
36661 \series default
36662  is part of the LaTeX-package 
36663 \series bold
36664 was
36665 \series default
36666
36667 \begin_inset Index idx
36668 status collapsed
36669
36670 \begin_layout Plain Layout
36671 Packages ! was
36672 \begin_inset ERT
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676
36677
36678 \backslash
36679 vspace{4mm}
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \end_inset
36688
36689 .
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \begin_inset Index idx
36696 status collapsed
36697
36698 \begin_layout Plain Layout
36699 Packages ! upgreek
36700 \end_layout
36701
36702 \end_inset
36703
36704  that is loaded with the LaTeX-preamble line
36705 \end_layout
36706
36707 \begin_layout Standard
36708
36709 \series bold
36710
36711 \backslash
36712 usepackage{upgreek}
36713 \end_layout
36714
36715 \begin_layout Standard
36716 provides them.
36717  
36718 \begin_inset ERT
36719 status collapsed
36720
36721 \begin_layout Plain Layout
36722
36723
36724 \backslash
36725 ifupgreek 
36726 \end_layout
36727
36728 \end_inset
36729
36730
36731 \begin_inset Note Note
36732 status open
36733
36734 \begin_layout Plain Layout
36735 The following table will only be displayed when the LaTeX-package 
36736 \series bold
36737 upgreek
36738 \series default
36739  is installed:
36740 \end_layout
36741
36742 \end_inset
36743
36744  They are created when the command for a small Greek letters is started
36745  with 
36746 \series bold
36747 up
36748 \series default
36749 .
36750  For example the command 
36751 \series bold
36752
36753 \backslash
36754 uptau
36755 \series default
36756  creates this: 
36757 \begin_inset Formula $\uptau$
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \begin_layout Standard
36764 With these commands reactions of elementary particles can be typeset:
36765 \begin_inset Formula 
36766 \[
36767 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36768 \]
36769
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Standard
36776 The upright letters are more bold and wider than the italic ones.
36777  They should therefore not be used for units like 
36778 \begin_inset Quotes eld
36779 \end_inset
36780
36781 µm
36782 \begin_inset Quotes erd
36783 \end_inset
36784
36785 .
36786 \end_layout
36787
36788 \begin_layout Standard
36789 \begin_inset ERT
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793
36794
36795 \backslash
36796 else 
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \begin_inset Note Note
36803 status open
36804
36805 \begin_layout Plain Layout
36806 The following will be displayed when the LaTeX-package 
36807 \series bold
36808 upgreek
36809 \series default
36810  is not installed:
36811 \end_layout
36812
36813 \end_inset
36814
36815
36816 \end_layout
36817
36818 \begin_layout Standard
36819 You need to install the LaTeX-package 
36820 \series bold
36821 upgreek
36822 \series default
36823  to see the rest of this subsection in the output.
36824 \end_layout
36825
36826 \begin_layout Standard
36827 \begin_inset ERT
36828 status collapsed
36829
36830 \begin_layout Plain Layout
36831
36832
36833 \backslash
36834 fi 
36835 \end_layout
36836
36837 \end_inset
36838
36839
36840 \end_layout
36841
36842 \begin_layout Subsection
36843 Text Characters in Formulas
36844 \begin_inset CommandInset label
36845 LatexCommand label
36846 name "sub:Text-Characters-in"
36847
36848 \end_inset
36849
36850
36851 \begin_inset Index idx
36852 status collapsed
36853
36854 \begin_layout Plain Layout
36855 Text ! in formulas
36856 \end_layout
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Standard
36864 In some cases you might want to insert text characters directly into formulas.
36865  When for example the centered dot · is often used in formulas like 
36866 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36867 \end_inset
36868
36869 , one would have to insert the command 
36870 \series bold
36871
36872 \backslash
36873 cdot
36874 \series default
36875
36876 \begin_inset Foot
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880 see 
36881 \begin_inset CommandInset ref
36882 LatexCommand ref
36883 reference "sub:Binary-Operators"
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \end_inset
36891
36892  all the time, because this character is defined in all encodings as text
36893  character.
36894  But the encoding can be changed by this LaTeX-preamble line:
36895 \end_layout
36896
36897 \begin_layout Standard
36898
36899 \series bold
36900
36901 \backslash
36902 Declare Inputtext{183}{
36903 \backslash
36904 ifmmode
36905 \backslash
36906 cdot
36907 \backslash
36908 else
36909 \backslash
36910 textperiodcentered
36911 \backslash
36912 f\SpecialChar \textcompwordmark{}
36913 i}
36914 \end_layout
36915
36916 \begin_layout Standard
36917 The character encoding (menu 
36918 \family sans
36919 Document\SpecialChar \menuseparator
36920 Settings\SpecialChar \menuseparator
36921 Language
36922 \family default
36923 ) specifies what character appears when a keyboard key is pressed.
36924  When the key for the character '·' is pressed, internally the command 
36925 \series bold
36926
36927 \backslash
36928 textperiodcentered
36929 \series default
36930  is used.
36931  But this command is not available in a formula so that you would get LaTeX-erro
36932 rs.
36933  With the changed encoding the right command is chosen automatically, depending
36934  on if the character was inserted into a formula or not.
36935 \end_layout
36936
36937 \begin_layout Standard
36938 The encoding of several characters is saved in definition files.
36939  Fore example the encoding 
36940 \series bold
36941 latin9
36942 \series default
36943  is defined in the file 
36944 \series bold
36945 latin9.def
36946 \series default
36947  that is in the installation folder of LaTeX.
36948  Encodings should only be changed via the LaTeX-preamble and not in the
36949  definition files.
36950  Otherwise own documents could not be edited by other LyX users working
36951  on other computers.
36952 \end_layout
36953
36954 \begin_layout Standard
36955 \begin_inset VSpace medskip
36956 \end_inset
36957
36958 Besides the centered dot, in this document the degree sign ° is defined
36959  with the following LaTeX-preamble line so that it can directly be inserted
36960  to a formula:
36961 \end_layout
36962
36963 \begin_layout Standard
36964
36965 \series bold
36966
36967 \backslash
36968 DeclareInputtext{176}{
36969 \backslash
36970 ifmmode^
36971 \backslash
36972 circ
36973 \backslash
36974 else
36975 \backslash
36976 textdegree
36977 \backslash
36978 f\SpecialChar \textcompwordmark{}
36979 i}
36980 \end_layout
36981
36982 \begin_layout Standard
36983 \begin_inset Newpage newpage
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \begin_layout Section
36990 \start_of_appendix
36991 Typographic Advice
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 Typographic advice
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \begin_layout Standard
37005 This section is a summary of the most important typographic rules, listed
37006  in ISO norms.
37007 \begin_inset Foot
37008 status collapsed
37009
37010 \begin_layout Plain Layout
37011 This collection was partly taken from the German semi-official dictionary
37012  called 
37013 \begin_inset Quotes eld
37014 \end_inset
37015
37016 Duden
37017 \begin_inset Quotes erd
37018 \end_inset
37019
37020  
37021 \begin_inset CommandInset citation
37022 LatexCommand cite
37023 key "Duden"
37024
37025 \end_inset
37026
37027  that lists some of the ISO rules.
37028  More rules are listed in 
37029 \begin_inset CommandInset citation
37030 LatexCommand cite
37031 key "Checklist"
37032
37033 \end_inset
37034
37035 .
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Itemize
37044 Physical units are 
37045 \emph on
37046 always
37047 \emph default
37048  set upright
37049 \begin_inset Foot
37050 status collapsed
37051
37052 \begin_layout Plain Layout
37053 done with font styles, see 
37054 \begin_inset CommandInset ref
37055 LatexCommand ref
37056 reference "sub:Font-Styles"
37057
37058 \end_inset
37059
37060
37061 \end_layout
37062
37063 \end_inset
37064
37065 , no matter if they appear in italic text: 30
37066 \begin_inset space \thinspace{}
37067 \end_inset
37068
37069 km/h
37070 \begin_inset Newline newline
37071 \end_inset
37072
37073 Between the value and the unit is the smallest space, see 
37074 \begin_inset CommandInset ref
37075 LatexCommand ref
37076 reference "sub:Predefined-Space"
37077
37078 \end_inset
37079
37080 .
37081 \begin_inset Newline newline
37082 \end_inset
37083
37084 This convention is automatically fulfilled when the command 
37085 \series bold
37086
37087 \backslash
37088 unittwo
37089 \series default
37090  is used.
37091  When it is entered to a formula, two boxes appear.
37092  In the first one the value is inserted, in the second one the unit, and
37093  one gets as above: 
37094 \begin_inset Formula $\unit[30]{km/h}$
37095 \end_inset
37096
37097
37098 \begin_inset space \thinspace{}
37099 \end_inset
37100
37101 .
37102  Note that 
37103 \series bold
37104
37105 \backslash
37106 unittwo
37107 \series default
37108  is not a real LaTeX command but the command 
37109 \series bold
37110
37111 \backslash
37112 unit[value]{unit}
37113 \series default
37114 , therefore you cannot use it in TeX code.
37115 \end_layout
37116
37117 \begin_layout Itemize
37118 Percent and perthousand signs are set like physical units:
37119 \begin_inset Newline newline
37120 \end_inset
37121
37122 1,2
37123 \begin_inset space \thinspace{}
37124 \end_inset
37125
37126 ‰ alcohol in blood
37127 \end_layout
37128
37129 \begin_layout Itemize
37130 The degree sign follows directly on the value: 15°, but not when it is used
37131  in units: 15
37132 \begin_inset space \thinspace{}
37133 \end_inset
37134
37135 °C
37136 \end_layout
37137
37138 \begin_layout Itemize
37139 In numbers with more than four digits the smallest space is inserted before
37140  every third digit to group them: 
37141 \family roman
37142 \series medium
37143 \shape up
37144 \size normal
37145 \emph off
37146 \bar no
37147 \noun off
37148 \color none
37149 18
37150 \begin_inset space \thinspace{}
37151 \end_inset
37152
37153 473
37154 \begin_inset space \thinspace{}
37155 \end_inset
37156
37157 588
37158 \end_layout
37159
37160 \begin_layout Itemize
37161 For dimensions like 120×90×40
37162 \begin_inset space \thinspace{}
37163 \end_inset
37164
37165 cm the multiplication sign 
37166 \begin_inset Quotes eld
37167 \end_inset
37168
37169 ×
37170 \begin_inset Quotes erd
37171 \end_inset
37172
37173  is used.
37174  It is available either via the command 
37175 \series bold
37176
37177 \backslash
37178 times
37179 \series default
37180  or via the menu 
37181 \family sans
37182 Insert\SpecialChar \menuseparator
37183 Special Character\SpecialChar \menuseparator
37184 Symbols
37185 \family default
37186 .
37187 \end_layout
37188
37189 \begin_layout Itemize
37190 Functions with names consisting of several letters are set upright to avoid
37191  confusions, see 
37192 \begin_inset CommandInset ref
37193 LatexCommand ref
37194 reference "sub:Predefined-Functions"
37195
37196 \end_inset
37197
37198 .
37199 \end_layout
37200
37201 \begin_layout Itemize
37202 Indices consisting of several letters, are set upright: 
37203 \begin_inset Formula $E_{\mathrm{kin}}$
37204 \end_inset
37205
37206
37207 \begin_inset Newline newline
37208 \end_inset
37209
37210 Components of matrices are set italic: 
37211 \begin_inset Formula $\hat{H}_{kl}$
37212 \end_inset
37213
37214
37215 \end_layout
37216
37217 \begin_layout Itemize
37218 The differentiation/integration operator 'd', the Euler's number 'e' and
37219  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37220  other variables.
37221 \end_layout
37222
37223 \begin_layout Itemize
37224 The character that denotes a 
37225 \noun on
37226 Fourier
37227 \noun default
37228  transformation is inserted either by the command 
37229 \series bold
37230
37231 \backslash
37232 mathscr
37233 \begin_inset ERT
37234 status collapsed
37235
37236 \begin_layout Plain Layout
37237
37238
37239 \backslash
37240 spce 
37241 \end_layout
37242
37243 \end_inset
37244
37245 F
37246 \series default
37247  or via the menu 
37248 \family sans
37249 Insert\SpecialChar \menuseparator
37250 Special Character\SpecialChar \menuseparator
37251 Symbols\SpecialChar \menuseparator
37252 Letterlike
37253 \begin_inset space ~
37254 \end_inset
37255
37256 Symbols
37257 \family default
37258
37259 \begin_inset Formula $\mathscr{F}$
37260 \end_inset
37261
37262
37263 \end_layout
37264
37265 \begin_layout Standard
37266 \begin_inset Newpage newpage
37267 \end_inset
37268
37269
37270 \end_layout
37271
37272 \begin_layout Section
37273 Synonyms
37274 \begin_inset Index idx
37275 status collapsed
37276
37277 \begin_layout Plain Layout
37278 Synonyms
37279 \end_layout
37280
37281 \end_inset
37282
37283
37284 \end_layout
37285
37286 \begin_layout Standard
37287 Some characters and symbols can be created with several commands.
37288  Here is a list of the synonym commands:
37289 \end_layout
37290
37291 \begin_layout Standard
37292 \begin_inset VSpace bigskip
37293 \end_inset
37294
37295
37296 \begin_inset space \hfill{}
37297 \end_inset
37298
37299
37300 \begin_inset Tabular
37301 <lyxtabular version="3" rows="12" columns="2">
37302 <features tabularvalignment="middle">
37303 <column alignment="center" valignment="top" width="0pt">
37304 <column alignment="center" valignment="top" width="0pt">
37305 <row>
37306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 Command
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37316 \begin_inset Text
37317
37318 \begin_layout Plain Layout
37319 equivalent to
37320 \begin_inset Note Note
37321 status collapsed
37322
37323 \begin_layout Plain Layout
37324
37325 \series bold
37326
37327 \backslash
37328 raisebox
37329 \series default
37330  is only used as spacer.
37331 \end_layout
37332
37333 \end_inset
37334
37335
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 <row>
37342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346
37347 \backslash
37348 ast
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37354 \begin_inset Text
37355
37356 \begin_layout Plain Layout
37357 \begin_inset ERT
37358 status collapsed
37359
37360 \begin_layout Plain Layout
37361
37362
37363 \backslash
37364 raisebox{-1.2mm}{
37365 \end_layout
37366
37367 \end_inset
37368
37369 *
37370 \begin_inset ERT
37371 status collapsed
37372
37373 \begin_layout Plain Layout
37374
37375 }
37376 \end_layout
37377
37378 \end_inset
37379
37380
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 </row>
37386 <row>
37387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391
37392 \backslash
37393 choose
37394 \end_layout
37395
37396 \end_inset
37397 </cell>
37398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37399 \begin_inset Text
37400
37401 \begin_layout Plain Layout
37402
37403 \backslash
37404 binom
37405 \end_layout
37406
37407 \end_inset
37408 </cell>
37409 </row>
37410 <row>
37411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415
37416 \backslash
37417 geq
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37423 \begin_inset Text
37424
37425 \begin_layout Plain Layout
37426
37427 \backslash
37428 ge
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 </row>
37434 <row>
37435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439
37440 \backslash
37441 lbrace
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450 {
37451 \end_layout
37452
37453 \end_inset
37454 </cell>
37455 </row>
37456 <row>
37457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461
37462 \backslash
37463 lbracket
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37469 \begin_inset Text
37470
37471 \begin_layout Plain Layout
37472 [
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 </row>
37478 <row>
37479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483
37484 \backslash
37485 leftarrow
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494
37495 \backslash
37496 gets
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 </row>
37502 <row>
37503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507
37508 \backslash
37509 leq
37510 \end_layout
37511
37512 \end_inset
37513 </cell>
37514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518
37519 \backslash
37520 le
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 </row>
37526 <row>
37527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531
37532 \backslash
37533 lor
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542
37543 \backslash
37544 vee
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 </row>
37550 <row>
37551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555
37556 \backslash
37557 neq
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566
37567 \backslash
37568 not=
37569 \end_layout
37570
37571 \end_inset
37572 </cell>
37573 </row>
37574 <row>
37575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37576 \begin_inset Text
37577
37578 \begin_layout Plain Layout
37579
37580 \backslash
37581 slash
37582 \end_layout
37583
37584 \end_inset
37585 </cell>
37586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37587 \begin_inset Text
37588
37589 \begin_layout Plain Layout
37590 /
37591 \end_layout
37592
37593 \end_inset
37594 </cell>
37595 </row>
37596 <row>
37597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601
37602 \backslash
37603 vert
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 |
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 </row>
37618 </lyxtabular>
37619
37620 \end_inset
37621
37622
37623 \begin_inset space \hfill{}
37624 \end_inset
37625
37626
37627 \begin_inset Tabular
37628 <lyxtabular version="3" rows="12" columns="2">
37629 <features tabularvalignment="middle">
37630 <column alignment="center" valignment="top" width="0pt">
37631 <column alignment="center" valignment="top" width="0pt">
37632 <row>
37633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637 Command
37638 \end_layout
37639
37640 \end_inset
37641 </cell>
37642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 equivalent to
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 </row>
37652 <row>
37653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657
37658 \backslash
37659 backslash
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37665 \begin_inset Text
37666
37667 \begin_layout Plain Layout
37668
37669 \backslash
37670
37671 \backslash
37672
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 </row>
37678 <row>
37679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683
37684 \backslash
37685 dasharrow
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694
37695 \backslash
37696 dashrightarrow
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 </row>
37702 <row>
37703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707
37708 \backslash
37709 land
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37715 \begin_inset Text
37716
37717 \begin_layout Plain Layout
37718
37719 \backslash
37720 wedge
37721 \end_layout
37722
37723 \end_inset
37724 </cell>
37725 </row>
37726 <row>
37727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731
37732 \backslash
37733 rbrace
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37739 \begin_inset Text
37740
37741 \begin_layout Plain Layout
37742 }
37743 \end_layout
37744
37745 \end_inset
37746 </cell>
37747 </row>
37748 <row>
37749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37750 \begin_inset Text
37751
37752 \begin_layout Plain Layout
37753
37754 \backslash
37755 rbracket
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37761 \begin_inset Text
37762
37763 \begin_layout Plain Layout
37764 ]
37765 \end_layout
37766
37767 \end_inset
37768 </cell>
37769 </row>
37770 <row>
37771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775
37776 \backslash
37777 rightarrow
37778 \end_layout
37779
37780 \end_inset
37781 </cell>
37782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37783 \begin_inset Text
37784
37785 \begin_layout Plain Layout
37786
37787 \backslash
37788 to
37789 \end_layout
37790
37791 \end_inset
37792 </cell>
37793 </row>
37794 <row>
37795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37796 \begin_inset Text
37797
37798 \begin_layout Plain Layout
37799
37800 \backslash
37801 lnot
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37807 \begin_inset Text
37808
37809 \begin_layout Plain Layout
37810
37811 \backslash
37812 neg
37813 \end_layout
37814
37815 \end_inset
37816 </cell>
37817 </row>
37818 <row>
37819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823
37824 \backslash
37825 ne
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834
37835 \backslash
37836 not=
37837 \end_layout
37838
37839 \end_inset
37840 </cell>
37841 </row>
37842 <row>
37843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847
37848 \backslash
37849 owns
37850 \end_layout
37851
37852 \end_inset
37853 </cell>
37854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37855 \begin_inset Text
37856
37857 \begin_layout Plain Layout
37858
37859 \backslash
37860 ni
37861 \end_layout
37862
37863 \end_inset
37864 </cell>
37865 </row>
37866 <row>
37867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37868 \begin_inset Text
37869
37870 \begin_layout Plain Layout
37871
37872 \backslash
37873 square
37874 \end_layout
37875
37876 \end_inset
37877 </cell>
37878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882
37883 \backslash
37884 Box
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 </row>
37890 <row>
37891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895
37896 \backslash
37897 Vert
37898 \end_layout
37899
37900 \end_inset
37901 </cell>
37902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37903 \begin_inset Text
37904
37905 \begin_layout Plain Layout
37906
37907 \backslash
37908 |
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 </row>
37914 </lyxtabular>
37915
37916 \end_inset
37917
37918
37919 \begin_inset space \hfill{}
37920 \end_inset
37921
37922
37923 \end_layout
37924
37925 \begin_layout Standard
37926 \begin_inset Newpage newpage
37927 \end_inset
37928
37929
37930 \end_layout
37931
37932 \begin_layout Bibliography
37933 \labelwidthstring References
37934 \begin_inset CommandInset bibitem
37935 LatexCommand bibitem
37936 key "TLC2"
37937
37938 \end_inset
37939
37940
37941 \shape smallcaps
37942 Mittelbach, F.
37943  ; Goossens, M.
37944 \shape default
37945
37946 \shape italic
37947 The LaTeX Companion
37948 \shape default
37949 .
37950  Addison Wesley, 2004
37951 \end_layout
37952
37953 \begin_layout Bibliography
37954 \labelwidthstring References
37955 \begin_inset CommandInset bibitem
37956 LatexCommand bibitem
37957 key "Mathmode"
37958
37959 \end_inset
37960
37961
37962 \begin_inset CommandInset href
37963 LatexCommand href
37964 name "Description"
37965 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37966
37967 \end_inset
37968
37969  of LaTeX's math abilities
37970 \end_layout
37971
37972 \begin_layout Bibliography
37973 \labelwidthstring References
37974 \begin_inset CommandInset bibitem
37975 LatexCommand bibitem
37976 key "AMS"
37977
37978 \end_inset
37979
37980
37981 \begin_inset CommandInset href
37982 LatexCommand href
37983 name "Description"
37984 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37985
37986 \end_inset
37987
37988  of 
37989 \begin_inset ERT
37990 status collapsed
37991
37992 \begin_layout Plain Layout
37993
37994
37995 \backslash
37996 AmS
37997 \end_layout
37998
37999 \end_inset
38000
38001 -LaTeX
38002 \end_layout
38003
38004 \begin_layout Bibliography
38005 \labelwidthstring References
38006 \begin_inset CommandInset bibitem
38007 LatexCommand bibitem
38008 key "Symbols"
38009
38010 \end_inset
38011
38012
38013 \begin_inset CommandInset href
38014 LatexCommand href
38015 name "List"
38016 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38017
38018 \end_inset
38019
38020  of all symbols available with LaTeX-packages
38021 \end_layout
38022
38023 \begin_layout Bibliography
38024 \labelwidthstring References
38025 \begin_inset CommandInset bibitem
38026 LatexCommand bibitem
38027 key "hyperref"
38028
38029 \end_inset
38030
38031
38032 \begin_inset CommandInset href
38033 LatexCommand href
38034 name "Documentation"
38035 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38036
38037 \end_inset
38038
38039  of the LaTeX-package 
38040 \series bold
38041 hyperref
38042 \series default
38043
38044 \begin_inset Index idx
38045 status collapsed
38046
38047 \begin_layout Plain Layout
38048 Packages ! hyperref
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \end_layout
38055
38056 \begin_layout Bibliography
38057 \labelwidthstring References
38058 \begin_inset CommandInset bibitem
38059 LatexCommand bibitem
38060 key "mhchem"
38061
38062 \end_inset
38063
38064
38065 \begin_inset CommandInset href
38066 LatexCommand href
38067 name "Documentation"
38068 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38069
38070 \end_inset
38071
38072  of the LaTeX-package 
38073 \series bold
38074 mhchem
38075 \series default
38076
38077 \begin_inset Index idx
38078 status collapsed
38079
38080 \begin_layout Plain Layout
38081 Packages ! mhchem
38082 \end_layout
38083
38084 \end_inset
38085
38086
38087 \end_layout
38088
38089 \begin_layout Bibliography
38090 \labelwidthstring References
38091 \begin_inset CommandInset bibitem
38092 LatexCommand bibitem
38093 key "Mathclap"
38094
38095 \end_inset
38096
38097
38098 \begin_inset CommandInset href
38099 LatexCommand href
38100 name "Description"
38101 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38102
38103 \end_inset
38104
38105  of the command 
38106 \series bold
38107
38108 \backslash
38109 mathclap
38110 \series default
38111 , described in 
38112 \begin_inset CommandInset ref
38113 LatexCommand ref
38114 reference "sub:Operator-Limits"
38115
38116 \end_inset
38117
38118
38119 \begin_inset Index idx
38120 status collapsed
38121
38122 \begin_layout Plain Layout
38123 Commands ! M ! 
38124 \backslash
38125 mathclap
38126 \end_layout
38127
38128 \end_inset
38129
38130
38131 \end_layout
38132
38133 \begin_layout Bibliography
38134 \labelwidthstring References
38135 \begin_inset CommandInset bibitem
38136 LatexCommand bibitem
38137 key "Duden"
38138
38139 \end_inset
38140
38141
38142 \emph on
38143 Duden Band 1
38144 \emph default
38145 .
38146  22.
38147  Auflage, Duden 2001
38148 \end_layout
38149
38150 \begin_layout Bibliography
38151 \labelwidthstring References
38152 \begin_inset CommandInset bibitem
38153 LatexCommand bibitem
38154 key "Checklist"
38155
38156 \end_inset
38157
38158
38159 \begin_inset CommandInset href
38160 LatexCommand href
38161 name "Check list"
38162 target "http://physics.nist.gov/Document/checklist.pdf"
38163
38164 \end_inset
38165
38166  for reviewing manuscripts
38167 \end_layout
38168
38169 \begin_layout Standard
38170 \begin_inset CommandInset index_print
38171 LatexCommand printindex
38172 type "idx"
38173
38174 \end_inset
38175
38176
38177 \end_layout
38178
38179 \end_body
38180 \end_document