]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
#7894 explain the status column of mac bindings
[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, mathdots, mhchem
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be export anyway but the sections
299  where the packages are required will not appear in the output.
300  An exeption is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains LyX's math features and is furthermore a collection
335  of LaTeX-commands used for mathematical characters and constructs.
336  The explanations are designed for the usage of commands.
337  It is therefore required that you have read the section 
338 \family typewriter
339 Mathematical
340 \begin_inset space ~
341 \end_inset
342
343 Formulas
344 \family default
345  of the User's Guide.
346 \end_layout
347
348 \begin_layout Standard
349 Most of the characters and many constructs explained in this manual are
350  also accessible via the menu 
351 \family sans
352 Insert
353 \series bold
354 \SpecialChar \menuseparator
355
356 \series default
357 Math
358 \family default
359 , or the 
360 \family sans
361 math
362 \family default
363 \series bold
364  
365 \family sans
366 \series default
367 toolbar
368 \family default
369 .
370  But everybody who has to write lots of formulas will notice that it is
371  much faster to use commands instead of the math toolbar.
372  Therefore this manual is focused on commands but also mentions the correspondin
373 g toolbar buttons when available.
374 \end_layout
375
376 \begin_layout Standard
377 If not specially mentioned the commands are only available within formulas.
378  To be able to use all commands explained in this document, the option 
379 \family sans
380 Use AMS math package
381 \family default
382  must be used in the document settings (menu 
383 \family sans
384 Document\SpecialChar \menuseparator
385 Settings\SpecialChar \menuseparator
386 Math
387 \begin_inset space ~
388 \end_inset
389
390 Options
391 \family default
392 ).
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 The option 
398 \family sans
399 Use AMS math package automatically
400 \family default
401  only uses 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -math when math constructs are found that are supported by LyX.
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Standard
423 This document doesn't list all 
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429
430 \backslash
431 AmS 
432 \end_layout
433
434 \end_inset
435
436 -math commands
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441 A list with all 
442 \begin_inset ERT
443 status collapsed
444
445 \begin_layout Plain Layout
446
447
448 \backslash
449 AmS
450 \end_layout
451
452 \end_inset
453
454 -math commands is in the file 
455 \family sans
456
457 \begin_inset CommandInset href
458 LatexCommand href
459 name "amsguide.ps"
460 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
461
462 \end_inset
463
464
465 \family default
466 , which is part of every LaTeX standard installation.
467 \end_layout
468
469 \end_inset
470
471  for lucidity reasons.
472 \end_layout
473
474 \begin_layout Section
475 General Instructions
476 \end_layout
477
478 \begin_layout Standard
479 To create an inline formula
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Formula ! inline
485 \end_layout
486
487 \end_inset
488
489  that is embedded into a text line, use one of the shortcuts 
490 \begin_inset Info
491 type  "shortcuts"
492 arg   "math-mode"
493 \end_inset
494
495  or the toolbar button 
496 \begin_inset Graphics
497         filename ../images/math-mode.png
498         scale 85
499
500 \end_inset
501
502
503 \begin_inset Newline newline
504 \end_inset
505
506 To create a display style formula
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 Formula ! display style
512 \end_layout
513
514 \end_inset
515
516  that will appear bigger and in an own paragraph, use one of these shortcuts:
517  
518 \begin_inset Info
519 type  "shortcuts"
520 arg   "math-display"
521 \end_inset
522
523 .
524 \end_layout
525
526 \begin_layout Standard
527 To change a display style formula to an inline formula, set the cursor into
528  the formula and use one of the shortcuts 
529 \begin_inset Info
530 type  "shortcuts"
531 arg   "math-mode"
532 \end_inset
533
534  or the menu 
535 \family sans
536 Edit\SpecialChar \menuseparator
537 Math\SpecialChar \menuseparator
538 Change formula type
539 \family default
540 .
541  The same way is used to change an inline formula to a display style formula.
542 \end_layout
543
544 \begin_layout Standard
545 To display parts of an inline formula in the size of a display style formula,
546  enter the command 
547 \series bold
548
549 \backslash
550 displaystyle
551 \series default
552
553 \begin_inset Index idx
554 status collapsed
555
556 \begin_layout Plain Layout
557 Commands ! D ! 
558 \backslash
559 displaystyle
560 \end_layout
561
562 \end_inset
563
564  to a formula.
565  Then a new blue box appears in which the desired formula part is inserted.
566 \end_layout
567
568 \begin_layout Standard
569 Only inline formulas are allowed inside tables.
570 \end_layout
571
572 \begin_layout Standard
573 The 
574 \family sans
575 math toolbar
576 \family default
577  can be turned on in the menu 
578 \family sans
579 View\SpecialChar \menuseparator
580 Toolbars
581 \family default
582 .
583  When you click there on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  the toolbar will be shown permanently at the bottom; this state is visualized
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu with a checkmark.
597  When you click in this state again on 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  in the 
606 \family sans
607 Toolbars
608 \family default
609  menu, the 
610 \family sans
611 math toolbar
612 \family default
613  is only shown when the cursor is within a formula; this state is visualized
614  by the renaming of the menu entry from 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Math
619 \begin_inset Quotes erd
620 \end_inset
621
622  to 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Math
627 \begin_inset space ~
628 \end_inset
629
630 (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 The TeX-mode
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-mode
644 \end_layout
645
646 \end_inset
647
648  is invoked by pressing the toolbar button 
649 \begin_inset Graphics
650         filename ../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  or by using the menu 
656 \family sans
657 Insert\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X Code
670 \family default
671  (shortcut 
672 \begin_inset Info
673 type  "shortcut"
674 arg   "ert-insert"
675 \end_inset
676
677 ).
678 \begin_inset Note Note
679 status collapsed
680
681 \begin_layout Plain Layout
682 In LyX there are three 
683 \begin_inset Quotes eld
684 \end_inset
685
686 proper names
687 \begin_inset Quotes erd
688 \end_inset
689
690  that appear in the output with sub- and superscript letters: TeX, LaTeX
691  and LyX
692 \end_layout
693
694 \begin_layout Plain Layout
695 To avoid that these names are recognized as proper names, a TeX-brace pair
696  is inserted.
697 \end_layout
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 To change the LaTeX-preamble
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 L@LaTeX-preamble
711 \end_layout
712
713 \end_inset
714
715 , use the menu 
716 \family sans
717 Document\SpecialChar \menuseparator
718 Settings\SpecialChar \menuseparator
719 LaT
720 \begin_inset ERT
721 status collapsed
722
723 \begin_layout Plain Layout
724
725 {}
726 \end_layout
727
728 \end_inset
729
730 eX
731 \family default
732  
733 \family sans
734 Preamble
735 \family default
736 .
737 \end_layout
738
739 \begin_layout Standard
740 To edit matrices, case differentiations and multiline formulas subsequently,
741  the menus 
742 \family sans
743 Edit\SpecialChar \menuseparator
744 Math
745 \family default
746  and 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Rows
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 &
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 Columns,
758 \family default
759  or the 
760 \family sans
761 table toolbar
762 \family default
763  can be used.
764  When lines and columns are swapped via the menu, the column or line where
765  the cursor is in is exchanged with the column to the right or the line
766  below, respectively.
767  Is the cursor in the last column or row, the exchange is done with the
768  column to the left or the line above.
769 \end_layout
770
771 \begin_layout Standard
772 To write text in formulas
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 For multiline formulas the command 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  is used, see 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-multiline"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  
796 \emph on
797 mathematical text
798 \emph default
799
800 \begin_inset Index idx
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in formulas
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematical text
815 \end_layout
816
817 \end_inset
818
819  is used.
820  This mode is invoked with the shortcut 
821 \begin_inset Info
822 type  "shortcut"
823 arg   "font-default"
824 \end_inset
825
826  or by the insertion of the command 
827 \series bold
828
829 \backslash
830 text
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Commands ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844 .
845  The text appears black in LyX and can therefore be distinguished from the
846  other formula parts that appear blue.
847  In the output mathematical text is set upright, in contrary to other formula
848  parts.
849 \end_layout
850
851 \begin_layout Subsection*
852 Command Scheme
853 \end_layout
854
855 \begin_layout Standard
856 Most of the LaTeX-commands for math constructs have the following scheme:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 commandname[optional
865 \series default
866  
867 \series bold
868 argument]{required
869 \series default
870  
871 \series bold
872 argument}
873 \end_layout
874
875 \begin_layout Standard
876 A command starts always with a backslash 
877 \begin_inset Quotes gld
878 \end_inset
879
880
881 \series bold
882
883 \backslash
884
885 \series default
886
887 \begin_inset Quotes grd
888 \end_inset
889
890 .
891  To omit optional arguments, also omit the associated brackets.
892  The braces around the required arguments are named in this document as
893  TeX-braces
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 T@TeX-braces
899 \end_layout
900
901 \end_inset
902
903 .
904  If you add in a formula a left brace to a command name, LyX creates automatical
905 ly a TeX-brace.
906  In all other cases TeX-braces are created in formulas with the command
907  
908 \series bold
909
910 \backslash
911 {
912 \series default
913 .
914  TeX-braces appear red in LyX, in contrary to normal braces that appear
915  blue.
916  In TeX-mode no command is needed to get TeX-braces.
917  TeX-braces don't appear in the output.
918 \end_layout
919
920 \begin_layout Standard
921 When commands without arguments, like commands for symbols are entered in
922  TeX-mode, a space character must 
923 \emph on
924 always
925 \emph default
926  be behind the command to end it.
927  This space doesn't appear in the output.
928  When the space should appear in the output, the space must be followed
929  by a protected space in normal text.
930 \end_layout
931
932 \begin_layout Standard
933 A protected space is inserted with 
934 \begin_inset Info
935 type  "shortcut"
936 arg   "space-insert protected"
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 \begin_inset Newpage newpage
944 \end_inset
945
946 Syntax Explanation
947 \end_layout
948
949 \begin_layout Itemize
950 The symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 This visible space character can be created with the command 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Commands ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , inserted in TeX-mode.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 spce 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 denotes a space character to be input.
996 \end_layout
997
998 \begin_layout Itemize
999 An arrow like 
1000 \begin_inset Formula $\to$
1001 \end_inset
1002
1003  denotes the usage of the corresponding arrow key on the keyboard.
1004 \end_layout
1005
1006 \begin_layout Subsection*
1007 Available units
1008 \end_layout
1009
1010 \begin_layout Standard
1011 \align center
1012 \begin_inset Float table
1013 placement H
1014 wide false
1015 sideways false
1016 status open
1017
1018 \begin_layout Plain Layout
1019 \align center
1020 \begin_inset Caption
1021
1022 \begin_layout Plain Layout
1023 \begin_inset CommandInset label
1024 LatexCommand label
1025 name "tab:Available-units"
1026
1027 \end_inset
1028
1029 Available units
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \begin_layout Plain Layout
1038 \align center
1039 \begin_inset Tabular
1040 <lyxtabular version="3" rows="13" columns="2">
1041 <features tabularvalignment="middle">
1042 <column alignment="center" valignment="top" width="0">
1043 <column alignment="center" valignment="top" width="0">
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 Unit
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Name / Description
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 mm
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Millimeter
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 cm
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Centimeter
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 in
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Inch (1
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 in = 2,54
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 cm)
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 </row>
1132 <row>
1133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 pt
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 Point (72.27
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 pt = 1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 in)
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 pc
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 Pica (1
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 pc = 12
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pt)
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 </row>
1188 <row>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 sp
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 scaled point (65536
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 sp = 1
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 pt)
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 </row>
1216 <row>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 bp
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 big point (72
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 bp = 1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 in)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 dd
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 Didot (1
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 dd 
1263 \begin_inset Formula $\approx$
1264 \end_inset
1265
1266  0.376
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 mm)
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 cc
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 Cicero (1
1291 \begin_inset space \thinspace{}
1292 \end_inset
1293
1294 cc = 12
1295 \begin_inset space \thinspace{}
1296 \end_inset
1297
1298 dd)
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 </row>
1304 <row>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 ex
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 Height of letter 
1319 \emph on
1320
1321 \begin_inset Quotes eld
1322 \end_inset
1323
1324 x
1325 \emph default
1326
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  in the current font
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 em
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 width of letter 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \emph on
1356 M
1357 \emph default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  in the current font
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 <row>
1369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Plain Layout
1373 mu
1374 \end_layout
1375
1376 \end_inset
1377 </cell>
1378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1379 \begin_inset Text
1380
1381 \begin_layout Plain Layout
1382 math unit (1
1383 \begin_inset space \thinspace{}
1384 \end_inset
1385
1386 mu = 
1387 \begin_inset Formula $\nicefrac{1}{18}$
1388 \end_inset
1389
1390
1391 \begin_inset space \thinspace{}
1392 \end_inset
1393
1394 em)
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 </row>
1400 </lyxtabular>
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Standard
1413 \begin_inset Newpage newpage
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Section
1420 Basic Functions
1421 \end_layout
1422
1423 \begin_layout Subsection
1424 Exponents
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Exponents
1430 \end_layout
1431
1432 \end_inset
1433
1434  and Indices
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Indices
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Superscripts|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Exponents
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Index idx
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481 Subscripts|see
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 {
1488 \end_layout
1489
1490 \end_inset
1491
1492 Indices
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 }
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \begin_layout Standard
1512 Indices are created with an underscore 
1513 \begin_inset Quotes eld
1514 \end_inset
1515
1516 _
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  or via the math toolbar button 
1521 \begin_inset Graphics
1522         filename ../images/math-subscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527  , exponents with a caret 
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 ^
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535  or via the math toolbar button 
1536 \begin_inset Graphics
1537         filename ../images/math-superscript.png
1538         scale 85
1539
1540 \end_inset
1541
1542 .
1543 \end_layout
1544
1545 \begin_layout Standard
1546 \align center
1547 \begin_inset Tabular
1548 <lyxtabular version="3" rows="4" columns="2">
1549 <features tabularvalignment="middle">
1550 <column alignment="center" valignment="top" width="0pt">
1551 <column alignment="center" valignment="top" width="0pt">
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 command
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 Result
1567 \begin_inset Note Note
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 \series bold
1573
1574 \backslash
1575 raisebox
1576 \series default
1577  is only used as spacer.
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B_V
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $B_{V}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616 B^V
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 </row>
1634 <row>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 B^
1640 \begin_inset ERT
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644
1645
1646 \backslash
1647 spce 
1648 \end_layout
1649
1650 \end_inset
1651
1652 A
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 </lyxtabular>
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678 As the caret is in some languages an accent, vowels will be accentuated
1679  in this case and not set as exponents
1680 \begin_inset Foot
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Depending on the used keyboard settings this can also happen for other character
1685 s than vowels.
1686 \end_layout
1687
1688 \end_inset
1689
1690 .
1691  To get in this case exponents, press 
1692 \family sans
1693 Space
1694 \family default
1695  after the caret as in the last example.
1696 \end_layout
1697
1698 \begin_layout Subsection
1699 Fractions
1700 \begin_inset CommandInset label
1701 LatexCommand label
1702 name "sub:Fractions"
1703
1704 \end_inset
1705
1706
1707 \begin_inset Index idx
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Fractions
1712 \end_layout
1713
1714 \end_inset
1715
1716
1717 \end_layout
1718
1719 \begin_layout Standard
1720 Fractions are generated with the command 
1721 \series bold
1722
1723 \backslash
1724 frac
1725 \series default
1726
1727 \begin_inset Index idx
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Commands ! F ! 
1732 \backslash
1733 frac
1734 \end_layout
1735
1736 \end_inset
1737
1738  or via the math toolbar button 
1739 \begin_inset Graphics
1740         filename ../images/math/frac.png
1741         scale 50
1742
1743 \end_inset
1744
1745 .
1746  The font size is adjusted automatically, depending on whether the fraction
1747  is in an inline or display style formula.
1748  With the math toolbar button 
1749 \begin_inset Graphics
1750         filename ../images/math/frac-square.png
1751         scale 85
1752
1753 \end_inset
1754
1755  you can select different fraction types.
1756 \end_layout
1757
1758 \begin_layout Standard
1759 With the command 
1760 \series bold
1761
1762 \backslash
1763 dfrac
1764 \series default
1765
1766 \begin_inset Index idx
1767 status collapsed
1768
1769 \begin_layout Plain Layout
1770 Commands ! D ! 
1771 \backslash
1772 dfrac
1773 \end_layout
1774
1775 \end_inset
1776
1777  a fraction can be created that has in any case the size of a display style
1778  formula.
1779  With 
1780 \series bold
1781
1782 \backslash
1783 tfrac
1784 \series default
1785
1786 \begin_inset Index idx
1787 status collapsed
1788
1789 \begin_layout Plain Layout
1790 Commands ! T ! 
1791 \backslash
1792 tfrac
1793 \end_layout
1794
1795 \end_inset
1796
1797  the fraction appears always with the size of an inline formula.
1798  An example:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 A line with the fraction 
1803 \begin_inset Formula $\frac{1}{2}$
1804 \end_inset
1805
1806  that was created with the command 
1807 \series bold
1808
1809 \backslash
1810 frac
1811 \series default
1812 .
1813 \end_layout
1814
1815 \begin_layout Standard
1816 A line with the fraction 
1817 \begin_inset Formula $\dfrac{1}{2}$
1818 \end_inset
1819
1820  that was created with the command 
1821 \series bold
1822
1823 \backslash
1824 dfrac
1825 \series default
1826 .
1827 \end_layout
1828
1829 \begin_layout Standard
1830 \align center
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="4" columns="2">
1833 <features tabularvalignment="middle">
1834 <column alignment="center" valignment="top" width="0pt">
1835 <column alignment="center" valignment="top" width="0pt">
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 Command
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 Result
1851 \begin_inset Note Note
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855
1856 \series bold
1857
1858 \backslash
1859 raisebox
1860 \series default
1861  is only used as spacer.
1862 \end_layout
1863
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \backslash
1879 frac
1880 \begin_inset ERT
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884
1885
1886 \backslash
1887 spce 
1888 \end_layout
1889
1890 \end_inset
1891
1892 A
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 B
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \backslash
1921 dfrac
1922 \begin_inset ERT
1923 status collapsed
1924
1925 \begin_layout Plain Layout
1926
1927
1928 \backslash
1929 spce 
1930 \end_layout
1931
1932 \end_inset
1933
1934 A
1935 \begin_inset Formula $\downarrow$
1936 \end_inset
1937
1938 B
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 </row>
1956 <row>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \backslash
1963 dfrac
1964 \begin_inset ERT
1965 status collapsed
1966
1967 \begin_layout Plain Layout
1968
1969
1970 \backslash
1971 spce 
1972 \end_layout
1973
1974 \end_inset
1975
1976 e^
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 spce 
1985 \end_layout
1986
1987 \end_inset
1988
1989
1990 \backslash
1991 frac
1992 \begin_inset ERT
1993 status collapsed
1994
1995 \begin_layout Plain Layout
1996
1997
1998 \backslash
1999 spce 
2000 \end_layout
2001
2002 \end_inset
2003
2004 1
2005 \begin_inset Formula $\downarrow$
2006 \end_inset
2007
2008 2
2009 \begin_inset Formula $\downarrow\downarrow$
2010 \end_inset
2011
2012 3
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Plain Layout
2021 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2022 \end_inset
2023
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 </row>
2030 </lyxtabular>
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Standard
2038 \begin_inset VSpace bigskip
2039 \end_inset
2040
2041
2042 \begin_inset Newpage newpage
2043 \end_inset
2044
2045 For nested fractions the command 
2046 \series bold
2047
2048 \backslash
2049 cfrac
2050 \series default
2051
2052 \begin_inset Index idx
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056 Commands ! C ! 
2057 \backslash
2058 cfrac
2059 \end_layout
2060
2061 \end_inset
2062
2063  can be used.
2064  Here is an example:
2065 \begin_inset VSpace -3mm
2066 \end_inset
2067
2068
2069 \end_layout
2070
2071 \begin_layout Standard
2072 \begin_inset Formula 
2073 \begin{align*}
2074 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2075 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2076 \end{align*}
2077
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Standard
2084 The command for the example above is:
2085 \end_layout
2086
2087 \begin_layout Standard
2088
2089 \series bold
2090
2091 \backslash
2092 cfrac
2093 \begin_inset ERT
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097
2098
2099 \backslash
2100 spce 
2101 \end_layout
2102
2103 \end_inset
2104
2105 A
2106 \begin_inset Formula $\downarrow$
2107 \end_inset
2108
2109 B+
2110 \backslash
2111 cfrac
2112 \begin_inset ERT
2113 status collapsed
2114
2115 \begin_layout Plain Layout
2116
2117
2118 \backslash
2119 spce 
2120 \end_layout
2121
2122 \end_inset
2123
2124 C+
2125 \backslash
2126 cfrac
2127 \begin_inset ERT
2128 status collapsed
2129
2130 \begin_layout Plain Layout
2131
2132
2133 \backslash
2134 spce 
2135 \end_layout
2136
2137 \end_inset
2138
2139 E
2140 \begin_inset Formula $\downarrow$
2141 \end_inset
2142
2143 F
2144 \begin_inset Formula $\downarrow$
2145 \end_inset
2146
2147 D
2148 \end_layout
2149
2150 \begin_layout Standard
2151 \begin_inset VSpace medskip
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Standard
2158
2159 \series bold
2160
2161 \backslash
2162 cfrac
2163 \series default
2164  sets the fraction always in the size of a displayed formula, also when
2165  it is part of another fraction.
2166 \end_layout
2167
2168 \begin_layout Standard
2169 It is possible to specify the alignment of the numerator.
2170  The command 
2171 \series bold
2172
2173 \backslash
2174 cfracleft
2175 \series default
2176  is used to left align it, the command 
2177 \series bold
2178
2179 \backslash
2180 cfracright
2181 \series default
2182  to right-align it.
2183  
2184 \series bold
2185
2186 \backslash
2187 cfrac
2188 \series default
2189  centers the numerator.
2190  These fractions demonstrate the different alignments:
2191 \end_layout
2192
2193 \begin_layout Standard
2194 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2195 \end_inset
2196
2197
2198 \begin_inset Formula $\cfrac{A}{B+C}$
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2203 \end_inset
2204
2205
2206 \end_layout
2207
2208 \begin_layout Standard
2209 \begin_inset Note Greyedout
2210 status open
2211
2212 \begin_layout Plain Layout
2213
2214 \series bold
2215 Note:
2216 \series default
2217  
2218 \series bold
2219
2220 \backslash
2221 cfracleft
2222 \series default
2223  and 
2224 \series bold
2225
2226 \backslash
2227 cfracright
2228 \series default
2229  are no real LaTeX commands but represent the command 
2230 \series bold
2231
2232 \backslash
2233 cfrac[alignment]{numerator}{denominator}
2234 \series default
2235  .
2236  Therefore you cannot use them in TeX code.
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 \begin_inset VSpace medskip
2246 \end_inset
2247
2248 It is often advantageous to combine 
2249 \series bold
2250
2251 \backslash
2252 cfrac
2253 \series default
2254  and 
2255 \series bold
2256
2257 \backslash
2258 frac
2259 \series default
2260 :
2261 \begin_inset Formula 
2262 \[
2263 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2264 \]
2265
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \begin_layout Standard
2272 For inline fractions with a sloped fraction stroke you can use the command
2273  
2274 \series bold
2275
2276 \backslash
2277 nicefrac
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Commands ! N ! 
2285 \backslash
2286 nicefrac
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \begin_inset Formula $\nicefrac{5}{31}$
2293 \end_inset
2294
2295  or 
2296 \series bold
2297
2298 \backslash
2299 unitfrac
2300 \series default
2301
2302 \begin_inset Index idx
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Commands ! U ! 
2307 \backslash
2308 unitfrac
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \begin_inset Formula $\unitfrac{5}{31}$
2315 \end_inset
2316
2317  There is furthermore the command 
2318 \series bold
2319
2320 \backslash
2321 unitfracthree
2322 \series default
2323  that offers to write a fraction in combination with a number: 
2324 \begin_inset Formula $\unitfrac[2]{1}{3}$
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \begin_inset Note Greyedout
2332 status open
2333
2334 \begin_layout Plain Layout
2335
2336 \series bold
2337 Note:
2338 \series default
2339  
2340 \series bold
2341
2342 \backslash
2343 unitfracthree
2344 \series default
2345  is not a real LaTeX command but the command
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349
2350 \series bold
2351
2352 \backslash
2353 unitfrac[number]{numerator}{denominator}
2354 \series default
2355  .
2356  Therefore you cannot use it in TeX code.
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 How to define own fractions where the fraction stroke can be changed, is
2366  explained in 
2367 \begin_inset CommandInset ref
2368 LatexCommand ref
2369 reference "sub:Self-defined-Fractions"
2370
2371 \end_inset
2372
2373 .
2374 \end_layout
2375
2376 \begin_layout Subsection
2377 Roots
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Roots
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Square roots are created with 
2392 \series bold
2393
2394 \backslash
2395 sqrt
2396 \series default
2397
2398 \begin_inset Index idx
2399 status collapsed
2400
2401 \begin_layout Plain Layout
2402 Commands ! S ! 
2403 \backslash
2404 sqrt
2405 \end_layout
2406
2407 \end_inset
2408
2409  or the math toolbar button 
2410 \begin_inset Graphics
2411         filename ../images/math/sqrt.png
2412         scale 85
2413
2414 \end_inset
2415
2416 , all other roots with the command 
2417 \series bold
2418
2419 \backslash
2420 root
2421 \series default
2422
2423 \begin_inset Index idx
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 Commands ! R ! 
2428 \backslash
2429 root
2430 \end_layout
2431
2432 \end_inset
2433
2434  or with the math toolbar button 
2435 \begin_inset Graphics
2436         filename ../images/math/root.png
2437         scale 85
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Standard
2445 \align center
2446 \begin_inset Tabular
2447 <lyxtabular version="3" rows="3" columns="2">
2448 <features tabularvalignment="middle">
2449 <column alignment="center" valignment="top" width="0pt">
2450 <column alignment="center" valignment="top" width="0pt">
2451 <row>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 Command
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 Result
2466 \begin_inset Note Note
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470
2471 \series bold
2472
2473 \backslash
2474 raisebox
2475 \series default
2476  is only used as spacer.
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 </row>
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492
2493 \backslash
2494 sqrt
2495 \begin_inset ERT
2496 status collapsed
2497
2498 \begin_layout Plain Layout
2499
2500
2501 \backslash
2502 spce 
2503 \end_layout
2504
2505 \end_inset
2506
2507 A-B
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 </row>
2525 <row>
2526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Plain Layout
2530
2531 \backslash
2532 root
2533 \begin_inset ERT
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537
2538
2539 \backslash
2540 spce 
2541 \end_layout
2542
2543 \end_inset
2544
2545 3
2546 \begin_inset Formula $\downarrow$
2547 \end_inset
2548
2549 A-B
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Plain Layout
2558 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 </row>
2567 </lyxtabular>
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 A square root can also be created with 
2576 \series bold
2577
2578 \backslash
2579 root
2580 \series default
2581  when the root index field is left empty.
2582 \end_layout
2583
2584 \begin_layout Standard
2585 With certain indices the distance to the root is too small, like in this
2586  formula: 
2587 \begin_inset Formula $\sqrt[\beta]{B}$
2588 \end_inset
2589
2590
2591 \begin_inset Newline newline
2592 \end_inset
2593
2594 The 
2595 \begin_inset Formula $\beta$
2596 \end_inset
2597
2598  touches the root.
2599  To avoid this, the commands 
2600 \series bold
2601
2602 \backslash
2603 leftroot
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Commands ! L ! 
2611 \backslash
2612 leftroot
2613 \end_layout
2614
2615 \end_inset
2616
2617  and 
2618 \series bold
2619
2620 \backslash
2621 uproot
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 Commands ! U ! 
2629 \backslash
2630 uproot
2631 \end_layout
2632
2633 \end_inset
2634
2635  are used with the following scheme:
2636 \end_layout
2637
2638 \begin_layout Standard
2639
2640 \series bold
2641
2642 \backslash
2643 leftroot{distance}
2644 \series default
2645  and 
2646 \series bold
2647
2648 \backslash
2649 uproot{distance}
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Distance is the number of Big Points (unit bp; 
2654 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2655 \end_inset
2656
2657 ), that the index should be moved to the left or top, resp..
2658  The commands are written to the index.
2659  This way the command
2660 \begin_inset Newline newline
2661 \end_inset
2662
2663
2664 \series bold
2665
2666 \backslash
2667 root
2668 \backslash
2669 leftroot{-1
2670 \begin_inset Formula $\to$
2671 \end_inset
2672
2673
2674 \backslash
2675 uproot{2
2676 \begin_inset Formula $\to$
2677 \end_inset
2678
2679
2680 \backslash
2681 beta
2682 \begin_inset ERT
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686
2687
2688 \backslash
2689 spce 
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \begin_inset Formula $\to$
2696 \end_inset
2697
2698 B
2699 \begin_inset Newline newline
2700 \end_inset
2701
2702
2703 \series default
2704 produces a correct typeset formula: 
2705 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Subsection
2712 Binomial Coefficients
2713 \begin_inset Index idx
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Binomial coefficients
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \begin_layout Standard
2726 Binomial coefficients are inserted with the command 
2727 \series bold
2728
2729 \backslash
2730 binom
2731 \series default
2732
2733 \begin_inset Index idx
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Commands ! B ! 
2738 \backslash
2739 binom
2740 \end_layout
2741
2742 \end_inset
2743
2744  or with the submenu of the math toolbar button 
2745 \begin_inset Graphics
2746         filename ../images/math/frac-square.png
2747         scale 85
2748
2749 \end_inset
2750
2751 .
2752  Analog to fractions (
2753 \series bold
2754
2755 \backslash
2756 frac
2757 \series default
2758 ) there are besides 
2759 \series bold
2760
2761 \backslash
2762 binom
2763 \series default
2764  the commands 
2765 \series bold
2766
2767 \backslash
2768 dbinom
2769 \series default
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Commands ! D ! 
2776 \backslash
2777 dbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782  and 
2783 \series bold
2784
2785 \backslash
2786 tbinom
2787 \series default
2788
2789 \begin_inset Index idx
2790 status collapsed
2791
2792 \begin_layout Plain Layout
2793 Commands ! T ! 
2794 \backslash
2795 tbinom
2796 \end_layout
2797
2798 \end_inset
2799
2800 .
2801  For other brackets around binomial coeficients there are the commands 
2802 \series bold
2803
2804 \backslash
2805 brace
2806 \series default
2807
2808 \begin_inset Index idx
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Commands ! B ! 
2813 \backslash
2814 brace
2815 \end_layout
2816
2817 \end_inset
2818
2819  and 
2820 \series bold
2821
2822 \backslash
2823 brack
2824 \series default
2825
2826 \begin_inset Index idx
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830 Commands ! B ! 
2831 \backslash
2832 brack
2833 \end_layout
2834
2835 \end_inset
2836
2837 .
2838 \end_layout
2839
2840 \begin_layout Standard
2841 \align center
2842 \begin_inset Tabular
2843 <lyxtabular version="3" rows="6" columns="2">
2844 <features tabularvalignment="middle">
2845 <column alignment="center" valignment="top" width="0pt">
2846 <column alignment="center" valignment="top" width="0pt">
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 Command
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 Result
2862 \begin_inset Note Note
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867 \series bold
2868
2869 \backslash
2870 raisebox
2871 \series default
2872  is only used as spacer.
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \backslash
2890 binom
2891 \begin_inset ERT
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895
2896
2897 \backslash
2898 spce 
2899 \end_layout
2900
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\downarrow$
2905 \end_inset
2906
2907 B
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 dbinom
2933 \begin_inset ERT
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937
2938
2939 \backslash
2940 spce 
2941 \end_layout
2942
2943 \end_inset
2944
2945 A
2946 \begin_inset Formula $\downarrow$
2947 \end_inset
2948
2949 B
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \backslash
2974 tbinom
2975 \begin_inset ERT
2976 status collapsed
2977
2978 \begin_layout Plain Layout
2979
2980
2981 \backslash
2982 spce 
2983 \end_layout
2984
2985 \end_inset
2986
2987 A
2988 \begin_inset Formula $\downarrow$
2989 \end_inset
2990
2991 B
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 brack
3017 \begin_inset ERT
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021
3022
3023 \backslash
3024 spce 
3025 \end_layout
3026
3027 \end_inset
3028
3029 A
3030 \begin_inset Formula $\downarrow$
3031 \end_inset
3032
3033 B
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \backslash
3058 brace
3059 \begin_inset ERT
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063
3064
3065 \backslash
3066 spce 
3067 \end_layout
3068
3069 \end_inset
3070
3071 A
3072 \begin_inset Formula $\downarrow$
3073 \end_inset
3074
3075 B
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 </lyxtabular>
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Subsection
3101 Case Differentiations
3102 \begin_inset Index idx
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Case differentiations 
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="3" columns="2">
3118 <features tabularvalignment="middle">
3119 <column alignment="center" valignment="top" width="0pt">
3120 <column alignment="center" valignment="top" width="0pt">
3121 <row>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 Command
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Result
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \backslash
3148 cases
3149 \begin_inset ERT
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153
3154
3155 \backslash
3156 spce 
3157 \end_layout
3158
3159 \end_inset
3160
3161 A
3162 \begin_inset Formula $\to$
3163 \end_inset
3164
3165 B>0
3166 \begin_inset Index idx
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Commands ! C ! 
3171 \backslash
3172 cases
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\begin{cases}
3187 A & B>0\end{cases}$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \backslash
3203 cases
3204 \begin_inset ERT
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208
3209
3210 \backslash
3211 spce 
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \begin_inset Info
3218 type  "shortcut"
3219 arg   "newline-insert newline"
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 \begin_inset Formula $\begin{cases}
3232 A & \textrm{for }x>0\\
3233 B & \textrm{for }x=0
3234 \end{cases}$
3235 \end_inset
3236
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 </lyxtabular>
3244
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \begin_layout Standard
3251 After inserting 
3252 \series bold
3253
3254 \backslash
3255 cases
3256 \series default
3257  or the usage of the math toolbar button 
3258 \begin_inset Graphics
3259         filename ../images/math/cases.png
3260         scale 85
3261
3262 \end_inset
3263
3264  you can create new lines with the shortcut 
3265 \begin_inset Info
3266 type  "shortcut"
3267 arg   "newline-insert newline"
3268 \end_inset
3269
3270  or the table toolbar button 
3271 \begin_inset Graphics
3272         filename ../images/tabular-feature_append-row.png
3273         scale 85
3274
3275 \end_inset
3276
3277 .
3278 \end_layout
3279
3280 \begin_layout Standard
3281 The command 
3282 \series bold
3283
3284 \backslash
3285 cases
3286 \series default
3287  is also available via the menu 
3288 \family sans
3289 Insert\SpecialChar \menuseparator
3290 Math\SpecialChar \menuseparator
3291 Cases-Environment
3292 \family default
3293 .
3294 \end_layout
3295
3296 \begin_layout Subsection
3297 Negations
3298 \begin_inset Index idx
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 Negations
3303 \end_layout
3304
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \begin_layout Standard
3311 By inserting of 
3312 \series bold
3313
3314 \backslash
3315 not
3316 \series default
3317
3318 \begin_inset Index idx
3319 status collapsed
3320
3321 \begin_layout Plain Layout
3322 Commands ! N ! 
3323 \backslash
3324 not
3325 \end_layout
3326
3327 \end_inset
3328
3329  every character can be displayed canceled.
3330  The characters are quasi accentuated by a slash.
3331 \end_layout
3332
3333 \begin_layout Standard
3334 \align center
3335 \begin_inset Tabular
3336 <lyxtabular version="3" rows="4" columns="2">
3337 <features tabularvalignment="middle">
3338 <column alignment="center" valignment="top" width="0pt">
3339 <column alignment="center" valignment="top" width="0pt">
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Command
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Result
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \backslash
3367 not=
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 \begin_inset Formula $\not=$
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \backslash
3392 not 
3393 \backslash
3394 le
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 \begin_inset Formula $\not\le$
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \backslash
3419 not 
3420 \backslash
3421 parallel
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 \begin_inset Formula $\not\parallel$
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 </lyxtabular>
3440
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \begin_layout Standard
3447 The last example shows, that not all negations look good.
3448  Therefore there are for some negations special commands (see 
3449 \begin_inset CommandInset ref
3450 LatexCommand ref
3451 reference "sub:Mathematical-Symbols"
3452
3453 \end_inset
3454
3455  and 
3456 \begin_inset CommandInset ref
3457 LatexCommand ref
3458 reference "sec:Relations"
3459
3460 \end_inset
3461
3462 ).
3463 \end_layout
3464
3465 \begin_layout Subsection
3466 Placeholders
3467 \begin_inset CommandInset label
3468 LatexCommand label
3469 name "sub:Placeholders"
3470
3471 \end_inset
3472
3473
3474 \begin_inset Index idx
3475 status collapsed
3476
3477 \begin_layout Plain Layout
3478 Placeholders
3479 \end_layout
3480
3481 \end_inset
3482
3483
3484 \begin_inset Index idx
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488 Chemical characters ! Isotopes
3489 \end_layout
3490
3491 \end_inset
3492
3493
3494 \begin_inset Index idx
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498 Isotopes|see
3499 \begin_inset ERT
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503
3504 {
3505 \end_layout
3506
3507 \end_inset
3508
3509 Chemical characters
3510 \begin_inset ERT
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514
3515 }
3516 \end_layout
3517
3518 \end_inset
3519
3520
3521 \end_layout
3522
3523 \end_inset
3524
3525
3526 \end_layout
3527
3528 \begin_layout Standard
3529 When displaying e.
3530 \begin_inset space \thinspace{}
3531 \end_inset
3532
3533 g.
3534 \begin_inset space \space{}
3535 \end_inset
3536
3537 isotopes
3538 \begin_inset Foot
3539 status collapsed
3540
3541 \begin_layout Plain Layout
3542 Typesetting isotopes and chemical symbols is described in 
3543 \begin_inset CommandInset ref
3544 LatexCommand ref
3545 reference "sub:Chemical-Symbols-and"
3546
3547 \end_inset
3548
3549 .
3550 \end_layout
3551
3552 \end_inset
3553
3554  the following problem occurs:
3555 \end_layout
3556
3557 \begin_layout Standard
3558 \align center
3559 \begin_inset Tabular
3560 <lyxtabular version="3" rows="2" columns="2">
3561 <features tabularvalignment="middle">
3562 <column alignment="center" valignment="top" width="0pt">
3563 <column alignment="center" valignment="top" width="0pt">
3564 <row>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Indices created with sub- and superscripts:
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 correct indices:
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 </lyxtabular>
3611
3612 \end_inset
3613
3614
3615 \begin_inset Note Note
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621
3622 \backslash
3623 raisebox
3624 \series default
3625  is only used as spacer.
3626 \end_layout
3627
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \begin_layout Standard
3634 The shorter index is by default placed below or above the first character
3635  of the longer index.
3636  To avoid this there is the command 
3637 \series bold
3638
3639 \backslash
3640 phantom
3641 \series default
3642
3643 \begin_inset Index idx
3644 status collapsed
3645
3646 \begin_layout Plain Layout
3647 Commands ! P ! 
3648 \backslash
3649 phantom
3650 \end_layout
3651
3652 \end_inset
3653
3654  or the math toolbar button
3655 \begin_inset space \thinspace{}
3656 \end_inset
3657
3658
3659 \begin_inset Foot
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663 can be found in the submenu of the toolbar button 
3664 \begin_inset Graphics
3665         filename ../images/math/space.png
3666         scale 85
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674
3675  
3676 \begin_inset Graphics
3677         filename ../images/math/phantom.png
3678         scale 85
3679
3680 \end_inset
3681
3682  that creates one or more phantom characters.
3683  When inserting 
3684 \series bold
3685
3686 \backslash
3687 phantom
3688 \series default
3689  a small blue box appears that is superposed with two red arrows.
3690  The arrows indicate that the complete width and height of the box content
3691  will be created as placeholder.
3692  Phantom characters are accordingly placeholders with the size of the characters.
3693 \end_layout
3694
3695 \begin_layout Standard
3696 \align center
3697 \begin_inset Tabular
3698 <lyxtabular version="3" rows="4" columns="2">
3699 <features tabularvalignment="middle">
3700 <column alignment="center" valignment="top" width="0">
3701 <column alignment="center" valignment="top" width="0">
3702 <row>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Command
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Result
3717 \begin_inset Note Note
3718 status collapsed
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723
3724 \backslash
3725 raisebox
3726 \series default
3727  is only used as spacer.
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 ^19
3744 \begin_inset ERT
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748
3749
3750 \backslash
3751 spce 
3752 \end_layout
3753
3754 \end_inset
3755
3756 _
3757 \backslash
3758 phantom
3759 \begin_inset ERT
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763
3764
3765 \backslash
3766 spce 
3767 \end_layout
3768
3769 \end_inset
3770
3771 1
3772 \begin_inset Formula $\to$
3773 \end_inset
3774
3775 9
3776 \begin_inset ERT
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780
3781
3782 \backslash
3783 spce 
3784 \end_layout
3785
3786 \end_inset
3787
3788 F
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3798 \end_inset
3799
3800
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 ^235
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817
3818 \backslash
3819 spce 
3820 \end_layout
3821
3822 \end_inset
3823
3824 _
3825 \backslash
3826 phantom
3827 \begin_inset ERT
3828 status collapsed
3829
3830 \begin_layout Plain Layout
3831
3832
3833 \backslash
3834 spce 
3835 \end_layout
3836
3837 \end_inset
3838
3839 23
3840 \begin_inset Formula $\to$
3841 \end_inset
3842
3843 9
3844 \begin_inset ERT
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848
3849
3850 \backslash
3851 spce 
3852 \end_layout
3853
3854 \end_inset
3855
3856 F
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3866 \end_inset
3867
3868
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \backslash
3881 Lambda^
3882 \begin_inset ERT
3883 status collapsed
3884
3885 \begin_layout Plain Layout
3886
3887
3888 \backslash
3889 spce 
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \backslash
3896 phantom
3897 \begin_inset ERT
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901
3902
3903 \backslash
3904 spce 
3905 \end_layout
3906
3907 \end_inset
3908
3909 ii
3910 \begin_inset Formula $\to$
3911 \end_inset
3912
3913 t
3914 \begin_inset ERT
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918
3919
3920 \backslash
3921 spce 
3922 \end_layout
3923
3924 \end_inset
3925
3926 _MMt
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 </lyxtabular>
3945
3946 \end_inset
3947
3948
3949 \end_layout
3950
3951 \begin_layout Standard
3952 Furthermore there are the commands 
3953 \series bold
3954
3955 \backslash
3956 vphantom
3957 \series default
3958
3959 \begin_inset Index idx
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 Commands ! V ! 
3964 \backslash
3965 vphantom
3966 \end_layout
3967
3968 \end_inset
3969
3970  (toolbar button 
3971 \begin_inset space ~
3972 \end_inset
3973
3974
3975 \begin_inset Graphics
3976         filename ../images/math/vphantom.png
3977         scale 85
3978
3979 \end_inset
3980
3981 ) and 
3982 \series bold
3983
3984 \backslash
3985 hphantom
3986 \series default
3987
3988 \begin_inset Index idx
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992 Commands ! H ! 
3993 \backslash
3994 hphantom
3995 \end_layout
3996
3997 \end_inset
3998
3999  (toolbar button 
4000 \begin_inset space ~
4001 \end_inset
4002
4003
4004 \begin_inset Graphics
4005         filename ../images/math/hphantom.png
4006         scale 85
4007
4008 \end_inset
4009
4010 ).
4011  
4012 \series bold
4013
4014 \backslash
4015 hphantom
4016 \series default
4017  creates only space for the maximal height of the characters in the box
4018  but not for its width.
4019  
4020 \series bold
4021
4022 \backslash
4023 vphantom
4024 \series default
4025  creates only space for the width of the box content.
4026  Therefore  the boxes of both commands have only one red arrow.
4027 \end_layout
4028
4029 \begin_layout Standard
4030 For example creates 
4031 \series bold
4032
4033 \backslash
4034 vphantom
4035 \series default
4036
4037 \begin_inset ERT
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041
4042
4043 \backslash
4044 spce 
4045 \end_layout
4046
4047 \end_inset
4048
4049
4050 \series bold
4051 a
4052 \backslash
4053 int
4054 \series default
4055  space for the height of the integral sign,
4056 \begin_inset Foot
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060 The command 
4061 \series bold
4062
4063 \backslash
4064 int
4065 \series default
4066  creates an integral sign, see 
4067 \begin_inset CommandInset ref
4068 LatexCommand ref
4069 reference "sub:Big-Operators"
4070
4071 \end_inset
4072
4073 .
4074 \end_layout
4075
4076 \end_inset
4077
4078  because this is the larger character.
4079  An example application is in 
4080 \begin_inset CommandInset ref
4081 LatexCommand ref
4082 reference "sub:Multiline-Brackets"
4083
4084 \end_inset
4085
4086 .
4087 \end_layout
4088
4089 \begin_layout Standard
4090 Placeholders can also be used for text when it is inserted via the menu
4091  
4092 \family sans
4093 Insert\SpecialChar \menuseparator
4094 Formatting\SpecialChar \menuseparator
4095 Phantom
4096 \family default
4097 :
4098 \end_layout
4099
4100 \begin_layout Standard
4101 This is a sentence.
4102 \begin_inset Newline newline
4103 \end_inset
4104
4105
4106 \begin_inset Phantom Phantom
4107 status open
4108
4109 \begin_layout Plain Layout
4110 This
4111 \end_layout
4112
4113 \end_inset
4114
4115  is a sentence.
4116 \end_layout
4117
4118 \begin_layout Subsection
4119 Lines
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Lines
4125 \end_layout
4126
4127 \end_inset
4128
4129
4130 \begin_inset Index idx
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Formula ! underlined
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 \align center
4144 \begin_inset Tabular
4145 <lyxtabular version="3" rows="4" columns="2">
4146 <features tabularvalignment="middle">
4147 <column alignment="center" valignment="top" width="0pt">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <row>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Command
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Result
4164 \begin_inset Note Note
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170
4171 \backslash
4172 raisebox
4173 \series default
4174  is only used as spacer.
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \backslash
4192 overline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 spce 
4201 \end_layout
4202
4203 \end_inset
4204
4205 A+B
4206 \begin_inset Index idx
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 Commands ! O ! 
4211 \backslash
4212 overline
4213 \end_layout
4214
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \backslash
4242 underline
4243 \begin_inset ERT
4244 status collapsed
4245
4246 \begin_layout Plain Layout
4247
4248
4249 \backslash
4250 spce 
4251 \end_layout
4252
4253 \end_inset
4254
4255 A+B
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 Commands ! U ! 
4261 \backslash
4262 underline
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4277 \end_inset
4278
4279
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \backslash
4292 overline
4293 \begin_inset ERT
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297
4298
4299 \backslash
4300 spce 
4301 \end_layout
4302
4303 \end_inset
4304
4305
4306 \backslash
4307 underline
4308 \begin_inset ERT
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312
4313
4314 \backslash
4315 spce 
4316 \end_layout
4317
4318 \end_inset
4319
4320 A+B
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 </lyxtabular>
4339
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \begin_layout Standard
4346 In the last example it doesn't matter if first 
4347 \series bold
4348
4349 \backslash
4350 overline
4351 \series default
4352  or 
4353 \series bold
4354
4355 \backslash
4356 underline
4357 \series default
4358  is inserted.
4359 \end_layout
4360
4361 \begin_layout Standard
4362 To double underline e.
4363 \begin_inset space \thinspace{}
4364 \end_inset
4365
4366 g.
4367 \begin_inset space \space{}
4368 \end_inset
4369
4370 results, one uses 
4371 \series bold
4372
4373 \backslash
4374 underline
4375 \series default
4376  twice.
4377 \end_layout
4378
4379 \begin_layout Standard
4380 It is possible to place up to 6 lines above or below characters.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 \begin_inset VSpace bigskip
4385 \end_inset
4386
4387 Custom lines can be created using the command 
4388 \series bold
4389
4390 \backslash
4391 rule
4392 \series default
4393
4394 \begin_inset Index idx
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398 Commands ! R ! 
4399 \backslash
4400 rule
4401 \end_layout
4402
4403 \end_inset
4404
4405  which has the following scheme:
4406 \end_layout
4407
4408 \begin_layout Standard
4409
4410 \series bold
4411
4412 \backslash
4413 rule[vertical offset]{length}{thickness}
4414 \end_layout
4415
4416 \begin_layout Standard
4417 The optional vertical offset shifts the line upwards (or downwards, when
4418  the value is negative).
4419  The units listed in 
4420 \begin_inset CommandInset ref
4421 LatexCommand ref
4422 reference "tab:Available-units"
4423
4424 \end_inset
4425
4426  can be used for the values.
4427  Here are two example lines created with the commands
4428 \begin_inset Newline newline
4429 \end_inset
4430
4431
4432 \series bold
4433
4434 \backslash
4435 rule[-2ex]{3cm}{2pt}
4436 \series default
4437  and 
4438 \series bold
4439
4440 \backslash
4441 rule{2cm}{1pt}
4442 \series default
4443 :
4444 \end_layout
4445
4446 \begin_layout Standard
4447 This is a sentence 
4448 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4449 \end_inset
4450
4451  with two lines.
4452 \end_layout
4453
4454 \begin_layout Standard
4455
4456 \series bold
4457
4458 \backslash
4459 rule
4460 \series default
4461  can also be used for text when a line is inserted via the menu 
4462 \family sans
4463 Insert\SpecialChar \menuseparator
4464 Formatting\SpecialChar \menuseparator
4465 Horizontal
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Line
4470 \family default
4471 :
4472 \end_layout
4473
4474 \begin_layout Standard
4475 This is a sentence 
4476 \begin_inset CommandInset line
4477 LatexCommand rule
4478 offset "0.5ex"
4479 width "3cm"
4480 height "1pt"
4481
4482 \end_inset
4483
4484  with one line.
4485 \end_layout
4486
4487 \begin_layout Subsection
4488 Ellipses
4489 \begin_inset CommandInset label
4490 LatexCommand label
4491 name "sub:Ellipses"
4492
4493 \end_inset
4494
4495
4496 \begin_inset Index idx
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500 Ellipses
4501 \end_layout
4502
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \begin_layout Standard
4509 There are different types of ellipses available.
4510 \begin_inset Foot
4511 status collapsed
4512
4513 \begin_layout Plain Layout
4514 In the math toolbar in the submenu of the button 
4515 \begin_inset Graphics
4516         filename ../images/math/ldots.png
4517         scale 85
4518
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525
4526  For listings dots at the baseline are used (
4527 \series bold
4528
4529 \backslash
4530 ldots
4531 \series default
4532
4533 \begin_inset Index idx
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537 Commands ! L ! 
4538 \backslash
4539 ldots
4540 \end_layout
4541
4542 \end_inset
4543
4544 ), while for operations dots are needed that are on the same height as the
4545  operators (
4546 \series bold
4547
4548 \backslash
4549 cdots
4550 \series default
4551
4552 \begin_inset Index idx
4553 status collapsed
4554
4555 \begin_layout Plain Layout
4556 Commands ! C ! 
4557 \backslash
4558 cdots
4559 \end_layout
4560
4561 \end_inset
4562
4563 ).
4564  When using the command 
4565 \series bold
4566
4567 \backslash
4568 dots
4569 \series default
4570
4571 \begin_inset Index idx
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575 Commands ! D ! 
4576 \backslash
4577 dots
4578 \end_layout
4579
4580 \end_inset
4581
4582 , LaTeX decides on the basis of the next character what type is used.
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \align center
4587 \begin_inset Tabular
4588 <lyxtabular version="3" rows="9" columns="2">
4589 <features tabularvalignment="middle">
4590 <column alignment="center" valignment="top" width="0pt">
4591 <column alignment="center" valignment="top" width="0pt">
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Command
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Result
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,
4631 \backslash
4632 dots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 ,A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1},\dots,A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 A_1
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 spce 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +
4682 \backslash
4683 dots
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 +A_n
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $A_{1}+\dots+A_{n}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 A_1
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 spce 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,
4733 \backslash
4734 ldots
4735 \begin_inset ERT
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739
4740
4741 \backslash
4742 spce 
4743 \end_layout
4744
4745 \end_inset
4746
4747 ,A_n
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 \begin_inset Formula $A_{1},\ldots,A_{n}$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 A_1
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 spce 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +
4784 \backslash
4785 cdots
4786 \begin_inset ERT
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790
4791
4792 \backslash
4793 spce 
4794 \end_layout
4795
4796 \end_inset
4797
4798 +A_n
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \backslash
4823 vdots
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 \begin_inset Formula $\vdots$
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \backslash
4848 ddots
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 \begin_inset Formula $\ddots$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \backslash
4873 iddots
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 \begin_inset Formula $\iddots$
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 3×3
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 matrix with the different dots
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 \begin_inset Formula $\begin{array}{ccc}
4910 A_{11} & \cdots & A_{1m}\\
4911 \vdots & \ddots & \vdots\\
4912 A_{n1} & \cdots & A_{nm}
4913 \end{array}$
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 </lyxtabular>
4923
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Standard
4930 The ellipses available in menu 
4931 \family sans
4932 Insert\SpecialChar \menuseparator
4933 Special
4934 \begin_inset space ~
4935 \end_inset
4936
4937 Character
4938 \family default
4939  are 
4940 \series bold
4941
4942 \backslash
4943 ldots
4944 \series default
4945 .
4946 \end_layout
4947
4948 \begin_layout Standard
4949 \begin_inset VSpace medskip
4950 \end_inset
4951
4952 To use 
4953 \series bold
4954
4955 \backslash
4956 iddots
4957 \series default
4958 , one of the options 
4959 \family sans
4960 Use mathdots package (automatically)
4961 \family default
4962  must be set in the document settings under 
4963 \family sans
4964 Math
4965 \begin_inset space ~
4966 \end_inset
4967
4968 Options
4969 \family default
4970 .
4971 \begin_inset Newline newline
4972 \end_inset
4973
4974 Using the option 
4975 \family sans
4976 Use mathdots package
4977 \family default
4978  will improve the appearance of all dots in the documents if their font
4979  style or size is not the default.
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset VSpace medskip
4984 \end_inset
4985
4986 Specially for matrices there are ellipses that span over several columns.
4987  They are created with the command 
4988 \series bold
4989
4990 \backslash
4991 hdotsfor
4992 \series default
4993
4994 \begin_inset Index idx
4995 status collapsed
4996
4997 \begin_layout Plain Layout
4998 Commands ! H ! 
4999 \backslash
5000 hdotsfor
5001 \end_layout
5002
5003 \end_inset
5004
5005 , that has the following scheme:
5006 \end_layout
5007
5008 \begin_layout Standard
5009
5010 \series bold
5011
5012 \backslash
5013 hdotsfor[distance]{number of columns}
5014 \end_layout
5015
5016 \begin_layout Standard
5017 The number of columns specifies how many columns should be spanned.
5018  Distance is a factor for the distance between the dots.
5019 \end_layout
5020
5021 \begin_layout Standard
5022 In the following matrix the command 
5023 \series bold
5024
5025 \backslash
5026 hdotsfor[2]{4}
5027 \series default
5028  was inserted in the first box of the second line, to get an ellipsis with
5029  a dot distance twice as long as with the command 
5030 \series bold
5031
5032 \backslash
5033 dots
5034 \series default
5035 :
5036 \begin_inset Formula 
5037 \[
5038 \left(\begin{array}{cccc}
5039 A & B & C & D\\
5040 \hdotsfor[2]{4}\\
5041 q & w & e & r
5042 \end{array}\right)
5043 \]
5044
5045 \end_inset
5046
5047 Note that the matrix fields that should be spanned must be empty, otherwise
5048  you get LaTeX-errors.
5049 \end_layout
5050
5051 \begin_layout Standard
5052 \begin_inset VSpace bigskip
5053 \end_inset
5054
5055 Furthermore you can fill with the command 
5056 \series bold
5057
5058 \backslash
5059 dotfill
5060 \series default
5061
5062 \begin_inset Index idx
5063 status collapsed
5064
5065 \begin_layout Plain Layout
5066 Commands ! D ! 
5067 \backslash
5068 dotfill
5069 \end_layout
5070
5071 \end_inset
5072
5073  the rest of a line with dots.
5074  The effect of these commands is the same like with 
5075 \series bold
5076
5077 \backslash
5078 hfill
5079 \series default
5080 , see 
5081 \begin_inset CommandInset ref
5082 LatexCommand ref
5083 reference "sub:Variable-Space"
5084
5085 \end_inset
5086
5087 .
5088 \end_layout
5089
5090 \begin_layout Standard
5091 For example the command 
5092 \series bold
5093 A
5094 \backslash
5095 dotfill
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 spce 
5104 \end_layout
5105
5106 \end_inset
5107
5108 B
5109 \series default
5110  produces
5111 \end_layout
5112
5113 \begin_layout Standard
5114 \begin_inset Formula $A\dotfill B$
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \begin_layout Standard
5121 Analog to
5122 \series bold
5123  
5124 \backslash
5125 dotfill
5126 \series default
5127  there is for a line the command 
5128 \series bold
5129
5130 \backslash
5131 hrulefill
5132 \series default
5133
5134 \begin_inset Index idx
5135 status collapsed
5136
5137 \begin_layout Plain Layout
5138 Commands ! H ! 
5139 \backslash
5140 hrulefill
5141 \end_layout
5142
5143 \end_inset
5144
5145 :
5146 \end_layout
5147
5148 \begin_layout Standard
5149 \begin_inset Formula $A\hrulefill B$
5150 \end_inset
5151
5152
5153 \end_layout
5154
5155 \begin_layout Standard
5156 To use the commands for text, they have to be inserted in TeX-mode.
5157 \end_layout
5158
5159 \begin_layout Section
5160 Matrices
5161 \begin_inset CommandInset label
5162 LatexCommand label
5163 name "sec:Matrices"
5164
5165 \end_inset
5166
5167
5168 \begin_inset Index idx
5169 status collapsed
5170
5171 \begin_layout Plain Layout
5172 Matrices
5173 \end_layout
5174
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 Matrices can be inserted via the math toolbar button 
5182 \begin_inset Graphics
5183         filename ../images/dialog-show_mathmatrix.png
5184         scale 85
5185
5186 \end_inset
5187
5188  or the menu 
5189 \family sans
5190 Insert\SpecialChar \menuseparator
5191 Math\SpecialChar \menuseparator
5192 Matrix
5193 \family default
5194 .
5195  In the matrix dialog you can specify the number of columns and rows, the
5196  alignment and the decoration.
5197  The vertical alignment is hereby only of importance for matrices in inline
5198  formulas:
5199 \end_layout
5200
5201 \begin_layout Standard
5202 The first matrix is top 
5203 \begin_inset Formula $\begin{array}[t]{cccc}
5204 A & D & G & J\\
5205 B & E & H & K\\
5206 C & F & I & L
5207 \end{array}$
5208 \end_inset
5209
5210 , the second middle 
5211 \begin_inset Formula $\begin{array}{cccc}
5212 A & D & G & J\\
5213 B & E & H & K\\
5214 C & F & I & L
5215 \end{array}$
5216 \end_inset
5217
5218  and the third bottom 
5219 \begin_inset Formula $\begin{array}[b]{cccc}
5220 A & D & G & J\\
5221 B & E & H & K\\
5222 C & F & I & L
5223 \end{array}$
5224 \end_inset
5225
5226  aligned.
5227 \end_layout
5228
5229 \begin_layout Standard
5230 The horizontal alignment specifies how the column entries should be aligned.
5231  It is set by entering a letter for every column.
5232  
5233 \emph on
5234 l
5235 \emph default
5236  denotes left aligned, 
5237 \emph on
5238 c
5239 \emph default
5240  centered and 
5241 \emph on
5242 r
5243 \emph default
5244  right aligned.
5245  To create for example a 4
5246 \series bold
5247 ×
5248 \series default
5249 4
5250 \begin_inset space ~
5251 \end_inset
5252
5253 matrix where the first column is left aligned, the second and third are
5254  centered and the last one is right aligned, one enters for the horizontal
5255  alignment 
5256 \series bold
5257 lccr
5258 \series default
5259 .
5260  Normally are in a matrix all columns centered, therefore the default is
5261  for every column is a 
5262 \series bold
5263 c
5264 \series default
5265 .
5266 \end_layout
5267
5268 \begin_layout Standard
5269 Horizontal alignment:
5270 \end_layout
5271
5272 \begin_layout Standard
5273
5274 \series bold
5275 lll
5276 \series default
5277  : 
5278 \begin_inset Formula $\begin{array}{lll}
5279 10000 & D & G\\
5280 B & 10000 & H\\
5281 C & F & 10000
5282 \end{array}$
5283 \end_inset
5284
5285  , 
5286 \series bold
5287 ccc
5288 \series default
5289  : 
5290 \begin_inset Formula $\begin{array}{ccc}
5291 10000 & D & G\\
5292 B & 10000 & H\\
5293 C & F & 10000
5294 \end{array}$
5295 \end_inset
5296
5297  , 
5298 \series bold
5299 rrr
5300 \series default
5301  : 
5302 \begin_inset Formula $\begin{array}{rrr}
5303 10000 & D & G\\
5304 B & 10000 & H\\
5305 C & F & 10000
5306 \end{array}$
5307 \end_inset
5308
5309
5310 \end_layout
5311
5312 \begin_layout Standard
5313 To add or delete rows and columns subsequently, the math toolbar buttons
5314  
5315 \begin_inset Graphics
5316         filename ../images/tabular-feature_append-row.png
5317         scale 85
5318
5319 \end_inset
5320
5321
5322 \begin_inset Graphics
5323         filename ../images/tabular-feature_delete-row.png
5324         scale 85
5325
5326 \end_inset
5327
5328 , etc.
5329 \begin_inset space \thinspace{}
5330 \end_inset
5331
5332 , or the menu 
5333 \family sans
5334 Edit\SpecialChar \menuseparator
5335 Rows & Columns
5336 \family default
5337  can be used.
5338  New rows can also be created with 
5339 \begin_inset Info
5340 type  "shortcut"
5341 arg   "newline-insert newline"
5342 \end_inset
5343
5344 .
5345 \end_layout
5346
5347 \begin_layout Standard
5348 \begin_inset VSpace bigskip
5349 \end_inset
5350
5351 The 
5352 \family sans
5353 Decoration
5354 \family default
5355  adds parentheses in the selected style around the matrix.
5356  Alternatively, parentheses can can either be created with the commands
5357  
5358 \series bold
5359
5360 \backslash
5361 left
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Commands ! L ! 
5369 \backslash
5370 left
5371 \end_layout
5372
5373 \end_inset
5374
5375  and 
5376 \series bold
5377
5378 \backslash
5379 right
5380 \series default
5381
5382 \begin_inset Index idx
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Commands ! R ! 
5387 \backslash
5388 right
5389 \end_layout
5390
5391 \end_inset
5392
5393  (shortcut 
5394 \family sans
5395 Alt+M
5396 \begin_inset space ~
5397 \end_inset
5398
5399 Parenthesis
5400 \family default
5401 ), see 
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "sub:Automatic-Bracket-Size"
5405
5406 \end_inset
5407
5408 , or by using the following commands:
5409 \begin_inset VSpace medskip
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Standard
5416 \begin_inset space \hfill{}
5417 \end_inset
5418
5419
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="4" columns="2">
5422 <features tabularvalignment="middle">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Command
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Result
5440 \begin_inset Note Note
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444
5445 \series bold
5446
5447 \backslash
5448 raisebox
5449 \series default
5450  is only used as spacer.
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \backslash
5468 bmatrix
5469 \begin_inset ERT
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473
5474
5475 \backslash
5476 spce 
5477 \end_layout
5478
5479 \end_inset
5480
5481 2
5482 \series bold
5483 ×
5484 \series default
5485 2
5486 \begin_inset space \thinspace{}
5487 \end_inset
5488
5489 matrix
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5499 0 & \textrm{-}\mathrm{i}\\
5500 \mathrm{i} & 0
5501 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5502 \end_inset
5503
5504
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515
5516 \backslash
5517 Bmatrix
5518 \begin_inset ERT
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522
5523
5524 \backslash
5525 spce 
5526 \end_layout
5527
5528 \end_inset
5529
5530 2
5531 \series bold
5532 ×
5533 \series default
5534 2
5535 \begin_inset space \thinspace{}
5536 \end_inset
5537
5538 matrix
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5548 0 & \textrm{-}\mathrm{i}\\
5549 \mathrm{i} & 0
5550 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \backslash
5566 pmatrix
5567 \begin_inset ERT
5568 status collapsed
5569
5570 \begin_layout Plain Layout
5571
5572
5573 \backslash
5574 spce 
5575 \end_layout
5576
5577 \end_inset
5578
5579 2
5580 \series bold
5581 ×
5582 \series default
5583 2
5584 \begin_inset space \thinspace{}
5585 \end_inset
5586
5587 matrix
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5597 0 & \textrm{-}\mathrm{i}\\
5598 \mathrm{i} & 0
5599 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 </lyxtabular>
5609
5610 \end_inset
5611
5612
5613 \begin_inset space \hfill{}
5614 \end_inset
5615
5616
5617 \begin_inset Tabular
5618 <lyxtabular version="3" rows="4" columns="2">
5619 <features tabularvalignment="middle">
5620 <column alignment="center" valignment="top" width="0">
5621 <column alignment="center" valignment="top" width="0">
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 Command
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 Result
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 </row>
5642 <row>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647
5648 \backslash
5649 vmatrix
5650 \begin_inset ERT
5651 status collapsed
5652
5653 \begin_layout Plain Layout
5654
5655
5656 \backslash
5657 spce 
5658 \end_layout
5659
5660 \end_inset
5661
5662 2
5663 \series bold
5664 ×
5665 \series default
5666 2
5667 \begin_inset space \thinspace{}
5668 \end_inset
5669
5670 matrix
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5680 0 & \textrm{-}\mathrm{i}\\
5681 \mathrm{i} & 0
5682 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 </row>
5691 <row>
5692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696
5697 \backslash
5698 Vmatrix
5699 \begin_inset ERT
5700 status collapsed
5701
5702 \begin_layout Plain Layout
5703
5704
5705 \backslash
5706 spce 
5707 \end_layout
5708
5709 \end_inset
5710
5711 2
5712 \series bold
5713 ×
5714 \series default
5715 2
5716 \begin_inset space \thinspace{}
5717 \end_inset
5718
5719 matrix
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5729 0 & \textrm{-}\mathrm{i}\\
5730 \mathrm{i} & 0
5731 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 </row>
5740 <row>
5741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \backslash
5747 matrix
5748 \begin_inset ERT
5749 status collapsed
5750
5751 \begin_layout Plain Layout
5752
5753
5754 \backslash
5755 spce 
5756 \end_layout
5757
5758 \end_inset
5759
5760 2
5761 \series bold
5762 ×
5763 \series default
5764 2
5765 \begin_inset space \thinspace{}
5766 \end_inset
5767
5768 matrix
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5778 0 & \textrm{-}\mathrm{i}\\
5779 \mathrm{i} & 0
5780 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 </lyxtabular>
5790
5791 \end_inset
5792
5793
5794 \begin_inset space \hfill{}
5795 \end_inset
5796
5797
5798 \end_layout
5799
5800 \begin_layout Standard
5801 \begin_inset VSpace medskip
5802 \end_inset
5803
5804 When e.
5805 \begin_inset space \thinspace{}
5806 \end_inset
5807
5808 g.
5809 \begin_inset space \space{}
5810 \end_inset
5811
5812
5813 \series bold
5814
5815 \backslash
5816 vmatrix
5817 \series default
5818  is inserted, a blue box appears between two vertical lines where the matrix
5819  is inserted.
5820 \begin_inset Newline newline
5821 \end_inset
5822
5823 Note that decorated matrices ignore the vertical alignment.
5824 \end_layout
5825
5826 \begin_layout Standard
5827 \begin_inset Note Greyedout
5828 status open
5829
5830 \begin_layout Plain Layout
5831
5832 \series bold
5833 Note:
5834 \series default
5835  LaTeX limits the number of matrix columns with decorations to 10.
5836  If you need more than 10
5837 \begin_inset space ~
5838 \end_inset
5839
5840 columns, you have to add this line to the document preamble:
5841 \end_layout
5842
5843 \begin_layout Plain Layout
5844
5845 \series bold
5846
5847 \backslash
5848 setcounter{MaxMatrixCols}{number}
5849 \end_layout
5850
5851 \begin_layout Plain Layout
5852 where 
5853 \emph on
5854 number
5855 \emph default
5856  is the number of columns between 11 and 99.
5857 \end_layout
5858
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \begin_layout Standard
5865 \begin_inset VSpace bigskip
5866 \end_inset
5867
5868 As all multiline formulas are matrices, the length 
5869 \series bold
5870
5871 \backslash
5872 arraycolsep
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Commands ! A ! 
5880 \backslash
5881 arraycolsep
5882 \end_layout
5883
5884 \end_inset
5885
5886  that is described in 
5887 \begin_inset CommandInset ref
5888 LatexCommand ref
5889 reference "sub:Column-Separation"
5890
5891 \end_inset
5892
5893  can also be used to change the column separation of matrices.
5894 \end_layout
5895
5896 \begin_layout Standard
5897 To change the row separation, the command 
5898 \series bold
5899
5900 \backslash
5901 arraystretch
5902 \series default
5903
5904 \begin_inset Index idx
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908 Commands ! A ! 
5909 \backslash
5910 arraystretch
5911 \end_layout
5912
5913 \end_inset
5914
5915  is used.
5916  It is used as follows:
5917 \end_layout
5918
5919 \begin_layout Standard
5920
5921 \series bold
5922
5923 \backslash
5924 renewcommand{
5925 \backslash
5926 arraystretch}{stretch factor}
5927 \begin_inset Index idx
5928 status collapsed
5929
5930 \begin_layout Plain Layout
5931 Commands ! R ! 
5932 \backslash
5933 renewcommand
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 The command 
5943 \series bold
5944
5945 \backslash
5946 renewcommand
5947 \series default
5948  assigns the stretch factor to the predefined command 
5949 \series bold
5950
5951 \backslash
5952 arraystretch
5953 \series default
5954 .
5955  To double e.
5956 \begin_inset space \thinspace{}
5957 \end_inset
5958
5959 g.
5960 \begin_inset space \space{}
5961 \end_inset
5962
5963 the row separation, use the factor 2.
5964  This is then used for all following matrices.
5965  To go back to the original separation, assign the factor 1 to 
5966 \series bold
5967
5968 \backslash
5969 arraystretch
5970 \series default
5971 .
5972 \end_layout
5973
5974 \begin_layout Standard
5975 To set matrices into a text line, the command 
5976 \series bold
5977
5978 \backslash
5979 smallmatrix
5980 \series default
5981
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 Commands ! S ! 
5987 \backslash
5988 smallmatrix
5989 \end_layout
5990
5991 \end_inset
5992
5993  is used.
5994  When it is inserted a blue box with two dashed lines appears.
5995  In this box the matrix is inserted.
5996 \end_layout
5997
5998 \begin_layout Standard
5999 This is a matrix 
6000 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6001 C & D
6002 \end{smallmatrix}\right)$
6003 \end_inset
6004
6005  in a text line.
6006 \end_layout
6007
6008 \begin_layout Section
6009 Brackets and Delimiters
6010 \begin_inset Index idx
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014 Brackets
6015 \end_layout
6016
6017 \end_inset
6018
6019
6020 \begin_inset Index idx
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024 Delimiters
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \begin_layout Subsection
6033 Vertical Brackets and Delimiters
6034 \begin_inset Index idx
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 Brackets ! vertical
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Standard
6047 \begin_inset space \hfill{}
6048 \end_inset
6049
6050
6051 \begin_inset Tabular
6052 <lyxtabular version="3" rows="9" columns="2">
6053 <features tabularvalignment="middle">
6054 <column alignment="center" valignment="top" width="0pt">
6055 <column alignment="center" valignment="top" width="0pt">
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 Command
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 Result
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 (
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 \begin_inset Formula $($
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 <row>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 {
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Formula $\{$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 <row>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 [
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 \begin_inset Formula $[$
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150
6151 \backslash
6152 langle
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 \begin_inset Formula $\langle$
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \backslash
6177 lceil
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 \begin_inset Formula $\lceil$
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200
6201 \backslash
6202 lfloor
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 \begin_inset Formula $\lfloor$
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 /
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 \begin_inset Formula $/$
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 </row>
6243 <row>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 |
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 \begin_inset Formula $|$
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 </lyxtabular>
6267
6268 \end_inset
6269
6270
6271 \begin_inset space \hfill{}
6272 \end_inset
6273
6274
6275 \begin_inset Tabular
6276 <lyxtabular version="3" rows="9" columns="2">
6277 <features tabularvalignment="middle">
6278 <column alignment="center" valignment="top" width="0pt">
6279 <column alignment="center" valignment="top" width="0pt">
6280 <row>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 Command
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 Result
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 )
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 \begin_inset Formula $)$
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 </row>
6323 <row>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 }
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 \begin_inset Formula $\}$
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 ]
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 \begin_inset Formula $]$
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 <row>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374
6375 \backslash
6376 rangle
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 \begin_inset Formula $\rangle$
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \backslash
6401 rceil
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 \begin_inset Formula $\rceil$
6411 \end_inset
6412
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424
6425 \backslash
6426 rfloor
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 \begin_inset Formula $\rfloor$
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449
6450 \backslash
6451
6452 \backslash
6453
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 \begin_inset Formula $\backslash$
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476
6477 \backslash
6478 |
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 \begin_inset Formula $\|$
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 </lyxtabular>
6497
6498 \end_inset
6499
6500
6501 \begin_inset space \hfill{}
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508
6509 \series medium
6510 \begin_inset Note Greyedout
6511 status open
6512
6513 \begin_layout Plain Layout
6514
6515 \series bold
6516 Note:
6517 \series default
6518  In TeX-mode the command 
6519 \series bold
6520
6521 \backslash
6522 textbackslash
6523 \series default
6524
6525 \begin_inset Index idx
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529 Commands ! T ! 
6530 \backslash
6531 textbackslash
6532 \end_layout
6533
6534 \end_inset
6535
6536  must be used for the backslash, because the command 
6537 \series bold
6538
6539 \backslash
6540
6541 \backslash
6542
6543 \series default
6544  produces there a line break.
6545 \end_layout
6546
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \begin_layout Standard
6553 For all characters listed above the size can be adjusted with the commands
6554  described in the following two subsections.
6555  When using these commands, the characters < and > can directly be used
6556  instead of the commands 
6557 \series bold
6558
6559 \backslash
6560 langle
6561 \series default
6562  and 
6563 \series bold
6564
6565 \backslash
6566 rangle
6567 \series default
6568 .
6569 \end_layout
6570
6571 \begin_layout Subsubsection
6572 Manual Bracket Size
6573 \begin_inset CommandInset label
6574 LatexCommand label
6575 name "sub:Manual-Bracket-Size"
6576
6577 \end_inset
6578
6579
6580 \begin_inset Index idx
6581 status collapsed
6582
6583 \begin_layout Plain Layout
6584 Bracket size ! manual
6585 \end_layout
6586
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \begin_layout Standard
6593 The bracket size can be specified manually by the LaTeX-commands 
6594 \series bold
6595
6596 \backslash
6597 big
6598 \series default
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Commands ! B ! 
6605 \backslash
6606 big
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \series bold
6613
6614 \backslash
6615 Big
6616 \series default
6617
6618 \series bold
6619
6620 \backslash
6621 bigg
6622 \series default
6623  and 
6624 \series bold
6625
6626 \backslash
6627 Bigg
6628 \series default
6629 .
6630  
6631 \series bold
6632
6633 \backslash
6634 big
6635 \series default
6636  denotes the smallest and 
6637 \series bold
6638
6639 \backslash
6640 Bigg
6641 \series default
6642  the largest bracket size.
6643 \end_layout
6644
6645 \begin_layout Standard
6646 These commands are used to emphasize levels of brackets:
6647 \end_layout
6648
6649 \begin_layout Standard
6650 \align center
6651 \begin_inset Tabular
6652 <lyxtabular version="3" rows="2" columns="2">
6653 <features tabularvalignment="middle">
6654 <column alignment="center" valignment="top" width="0pt">
6655 <column alignment="center" valignment="top" width="0pt">
6656 <row>
6657 <cell alignment="center" valignment="top" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 all brackets in the same size:
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 this looks better:
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6694 \end_inset
6695
6696
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 </lyxtabular>
6703
6704 \end_inset
6705
6706
6707 \begin_inset Note Note
6708 status collapsed
6709
6710 \begin_layout Plain Layout
6711
6712 \series bold
6713
6714 \backslash
6715 raisebox
6716 \series default
6717  is only used as spacer.
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \begin_layout Standard
6726 For the second formula the command 
6727 \series bold
6728
6729 \backslash
6730 Big((A+B)(A-B)
6731 \backslash
6732 Big)^
6733 \begin_inset ERT
6734 status collapsed
6735
6736 \begin_layout Plain Layout
6737
6738
6739 \backslash
6740 spce 
6741 \end_layout
6742
6743 \end_inset
6744
6745 C
6746 \series default
6747  has been used.
6748 \end_layout
6749
6750 \begin_layout Standard
6751 Here is an overview about all bracket sizes:
6752 \end_layout
6753
6754 \begin_layout Standard
6755 \align center
6756
6757 \backslash
6758 Bigg(
6759 \backslash
6760 exp
6761 \backslash
6762 bigg<
6763 \backslash
6764 Big[
6765 \backslash
6766 big{
6767 \backslash
6768 ln(3x)
6769 \backslash
6770 big}^2
6771 \begin_inset ERT
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775
6776
6777 \backslash
6778 spce 
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \backslash
6785 sin(x)
6786 \backslash
6787 Big]^
6788 \begin_inset ERT
6789 status collapsed
6790
6791 \begin_layout Plain Layout
6792
6793
6794 \backslash
6795 spce 
6796 \end_layout
6797
6798 \end_inset
6799
6800 A
6801 \begin_inset ERT
6802 status collapsed
6803
6804 \begin_layout Plain Layout
6805
6806
6807 \backslash
6808 spce 
6809 \end_layout
6810
6811 \end_inset
6812
6813
6814 \backslash
6815 bigg>
6816 \backslash
6817 Bigg)^0,5
6818 \end_layout
6819
6820 \begin_layout Standard
6821 \align center
6822 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6823 \end_inset
6824
6825
6826 \end_layout
6827
6828 \begin_layout Standard
6829 Besides the 
6830 \series bold
6831
6832 \backslash
6833 big
6834 \series default
6835 -commands there is the variant 
6836 \series bold
6837
6838 \backslash
6839 bigm
6840 \series default
6841
6842 \begin_inset Index idx
6843 status collapsed
6844
6845 \begin_layout Plain Layout
6846 Commands ! B ! 
6847 \backslash
6848 bigm
6849 \end_layout
6850
6851 \end_inset
6852
6853  that adds a bit more space between the bracket and its content, and the
6854  variant 
6855 \series bold
6856
6857 \backslash
6858 bigl
6859 \series default
6860 -
6861 \series bold
6862
6863 \backslash
6864 bigr
6865 \series default
6866
6867 \begin_inset Index idx
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Commands ! B ! 
6872 \backslash
6873 bigl - 
6874 \backslash
6875 bigr
6876 \end_layout
6877
6878 \end_inset
6879
6880 , that don't add additional space.
6881  The 
6882 \emph on
6883 l
6884 \emph default
6885  at the end of the command 
6886 \series bold
6887
6888 \backslash
6889 bigl
6890 \series default
6891  is for a left bracket; for a right bracket this will be replaced by an
6892  
6893 \emph on
6894 r
6895 \emph default
6896 .
6897  A left or right bracket can each be an opening or closing bracket.
6898 \end_layout
6899
6900 \begin_layout Standard
6901 In the following table is a comparison of the variants:
6902 \end_layout
6903
6904 \begin_layout Standard
6905 \align center
6906 \begin_inset Tabular
6907 <lyxtabular version="3" rows="5" columns="2">
6908 <features tabularvalignment="middle">
6909 <column alignment="center" valignment="middle" width="0">
6910 <column alignment="center" valignment="middle" width="0">
6911 <row>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 Command
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 Result
6926 \begin_inset Note Note
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931 \series bold
6932
6933 \backslash
6934 raisebox
6935 \series default
6936  is only used as spacer.
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952
6953 \backslash
6954 Bigm(
6955 \backslash
6956 bigm(
6957 \backslash
6958 ln(3x)
6959 \backslash
6960 bigm)^2
6961 \series bold
6962
6963 \begin_inset ERT
6964 status collapsed
6965
6966 \begin_layout Plain Layout
6967
6968
6969 \backslash
6970 spce 
6971 \end_layout
6972
6973 \end_inset
6974
6975
6976 \series default
6977
6978 \backslash
6979 Bigm)
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \backslash
7004 Big(
7005 \backslash
7006 big(
7007 \backslash
7008 ln(3x)
7009 \backslash
7010 big)^2
7011 \series bold
7012
7013 \begin_inset ERT
7014 status collapsed
7015
7016 \begin_layout Plain Layout
7017
7018
7019 \backslash
7020 spce 
7021 \end_layout
7022
7023 \end_inset
7024
7025
7026 \series default
7027
7028 \backslash
7029 Big)
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 </row>
7047 <row>
7048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052
7053 \backslash
7054 Bigl(
7055 \backslash
7056 bigl(
7057 \backslash
7058 ln(3x)
7059 \backslash
7060 bigr)^2
7061 \series bold
7062
7063 \begin_inset ERT
7064 status collapsed
7065
7066 \begin_layout Plain Layout
7067
7068
7069 \backslash
7070 spce 
7071 \end_layout
7072
7073 \end_inset
7074
7075
7076 \series default
7077
7078 \backslash
7079 Bigr)
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7089 \end_inset
7090
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 </row>
7097 <row>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102
7103 \backslash
7104 bigl)
7105 \backslash
7106 ln(3x)
7107 \backslash
7108 bigr(
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 </row>
7126 </lyxtabular>
7127
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \begin_layout Subsubsection
7134 Automatic Bracket Size
7135 \begin_inset CommandInset label
7136 LatexCommand label
7137 name "sub:Automatic-Bracket-Size"
7138
7139 \end_inset
7140
7141
7142 \begin_inset Index idx
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146 Bracket size ! automatic
7147 \end_layout
7148
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \begin_layout Standard
7155 Brackets with variable size can be inserted with the commands 
7156 \series bold
7157
7158 \backslash
7159 left
7160 \series default
7161
7162 \begin_inset Index idx
7163 status collapsed
7164
7165 \begin_layout Plain Layout
7166 Commands ! L ! 
7167 \backslash
7168 left
7169 \end_layout
7170
7171 \end_inset
7172
7173  and 
7174 \series bold
7175
7176 \backslash
7177 right
7178 \series default
7179
7180 \begin_inset Index idx
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184 Commands ! R ! 
7185 \backslash
7186 right
7187 \end_layout
7188
7189 \end_inset
7190
7191  or via the math toolbar button 
7192 \begin_inset Graphics
7193         filename ../images/dialog-show_mathdelimiter.png
7194         scale 85
7195
7196 \end_inset
7197
7198 .
7199  Directly behind 
7200 \series bold
7201
7202 \backslash
7203 left
7204 \series default
7205  and 
7206 \series bold
7207
7208 \backslash
7209 right
7210 \series default
7211  the wanted bracket must be inserted.
7212  The bracket size will then automatically be calculated for the output.
7213 \end_layout
7214
7215 \begin_layout Standard
7216 \align center
7217 normal bracket: The command 
7218 \series bold
7219
7220 \backslash
7221 ln(
7222 \backslash
7223 frac
7224 \begin_inset ERT
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228
7229
7230 \backslash
7231 spce 
7232 \end_layout
7233
7234 \end_inset
7235
7236 A
7237 \begin_inset Formula $\downarrow$
7238 \end_inset
7239
7240 C
7241 \begin_inset ERT
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245
7246
7247 \backslash
7248 spce 
7249 \end_layout
7250
7251 \end_inset
7252
7253 )
7254 \series default
7255  creates
7256 \begin_inset Formula 
7257 \[
7258 \ln(\frac{A}{C})
7259 \]
7260
7261 \end_inset
7262
7263
7264 \end_layout
7265
7266 \begin_layout Standard
7267 \align center
7268 multiline bracket: The command 
7269 \series bold
7270
7271 \backslash
7272 ln
7273 \backslash
7274 left(
7275 \backslash
7276 frac
7277 \begin_inset ERT
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281
7282
7283 \backslash
7284 spce 
7285 \end_layout
7286
7287 \end_inset
7288
7289 A
7290 \begin_inset Formula $\downarrow$
7291 \end_inset
7292
7293 C
7294 \begin_inset ERT
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298
7299
7300 \backslash
7301 spce 
7302 \end_layout
7303
7304 \end_inset
7305
7306
7307 \backslash
7308 right)
7309 \series default
7310  creates
7311 \begin_inset Formula 
7312 \[
7313 \ln\left(\frac{A}{C}\right)
7314 \]
7315
7316 \end_inset
7317
7318
7319 \end_layout
7320
7321 \begin_layout Standard
7322 Instead of 
7323 \series bold
7324
7325 \backslash
7326 left
7327 \series default
7328  and 
7329 \series bold
7330
7331 \backslash
7332 right
7333 \series default
7334  the shortcut 
7335 \family sans
7336 Alt+M
7337 \begin_inset space ~
7338 \end_inset
7339
7340 Bracket
7341 \family default
7342  can be used.
7343  This has the advantage that you can see in LyX immediately the real bracket
7344  size and that the matching right bracket will be created too.
7345 \begin_inset Newline newline
7346 \end_inset
7347
7348 The command for the last example would then be: 
7349 \series bold
7350
7351 \backslash
7352 ln Alt+M
7353 \series default
7354  
7355 \series bold
7356 (
7357 \backslash
7358 frac
7359 \begin_inset ERT
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363
7364
7365 \backslash
7366 spce 
7367 \end_layout
7368
7369 \end_inset
7370
7371 A
7372 \begin_inset Formula $\downarrow$
7373 \end_inset
7374
7375 C
7376 \end_layout
7377
7378 \begin_layout Standard
7379 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7380  For example the command 
7381 \series bold
7382
7383 \backslash
7384 left.
7385 \backslash
7386 frac
7387 \begin_inset ERT
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391
7392
7393 \backslash
7394 spce 
7395 \end_layout
7396
7397 \end_inset
7398
7399 A
7400 \begin_inset Formula $\downarrow$
7401 \end_inset
7402
7403 B
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409
7410 \backslash
7411 spce 
7412 \end_layout
7413
7414 \end_inset
7415
7416
7417 \backslash
7418 right}
7419 \series default
7420  creates:
7421 \series bold
7422
7423 \begin_inset Formula 
7424 \[
7425 \left.\frac{A}{B}\right\} 
7426 \]
7427
7428 \end_inset
7429
7430
7431 \series default
7432 The commands 
7433 \series bold
7434
7435 \backslash
7436 left
7437 \series default
7438  and 
7439 \series bold
7440
7441 \backslash
7442 right
7443 \series default
7444  will be converted by LyX to brackets in the right size when the document
7445  is reloaded and an omitted bracket will appear as dashed line.
7446 \end_layout
7447
7448 \begin_layout Standard
7449 \begin_inset VSpace bigskip
7450 \end_inset
7451
7452 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7453  the command 
7454 \series bold
7455
7456 \backslash
7457 middle
7458 \series default
7459
7460 \begin_inset Index idx
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464 Commands ! M ! 
7465 \backslash
7466 middle
7467 \end_layout
7468
7469 \end_inset
7470
7471  is additionally available for all brackets and limits.
7472  With this command the height of the following character is adapted to the
7473  one of the surrounding brackets, what is e.
7474 \begin_inset space \thinspace{}
7475 \end_inset
7476
7477 g.
7478 \begin_inset space \space{}
7479 \end_inset
7480
7481 needed for physical vectors:
7482 \begin_inset Formula 
7483 \[
7484 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7485 \]
7486
7487 \end_inset
7488
7489 For physical vectors there is a special LaTeX-package, described in 
7490 \begin_inset CommandInset ref
7491 LatexCommand ref
7492 reference "sub:Physical-Vectors"
7493
7494 \end_inset
7495
7496 .
7497 \end_layout
7498
7499 \begin_layout Subsection
7500 Horizontal Brackets
7501 \begin_inset Index idx
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505 Brackets ! horizontal
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \begin_layout Standard
7514 \align center
7515 \begin_inset Tabular
7516 <lyxtabular version="3" rows="4" columns="2">
7517 <features tabularvalignment="middle">
7518 <column alignment="center" valignment="top" width="0pt">
7519 <column alignment="center" valignment="top" width="0pt">
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 Command
7526 \begin_inset Note Note
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531 \series bold
7532
7533 \backslash
7534 raisebox
7535 \series default
7536  is only used as spacer.
7537 \end_layout
7538
7539 \end_inset
7540
7541
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 Result
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 raisebox{2.3mm}{
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \backslash
7575 overbrace
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588 A+B
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 ^
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614 3
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620 }
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \begin_inset Index idx
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630 Commands ! O ! 
7631 \backslash
7632 overbrace
7633 \end_layout
7634
7635 \end_inset
7636
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 \begin_inset Formula $\overbrace{A+B}^{3}$
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 \begin_inset ERT
7661 status collapsed
7662
7663 \begin_layout Plain Layout
7664
7665
7666 \backslash
7667 raisebox{-2.2mm}{
7668 \end_layout
7669
7670 \end_inset
7671
7672
7673 \backslash
7674 underbrace
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680
7681 \backslash
7682 spce 
7683 \end_layout
7684
7685 \end_inset
7686
7687 A+B
7688 \begin_inset ERT
7689 status collapsed
7690
7691 \begin_layout Plain Layout
7692
7693
7694 \backslash
7695 spce 
7696 \end_layout
7697
7698 \end_inset
7699
7700 _5
7701 \begin_inset ERT
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706 }
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \begin_inset Index idx
7713 status collapsed
7714
7715 \begin_layout Plain Layout
7716 Commands ! U ! 
7717 \backslash
7718 underbrace
7719 \end_layout
7720
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 \begin_inset Formula $\underbrace{A+B}_{5}$
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \backslash
7748 overbrace
7749 \begin_inset ERT
7750 status collapsed
7751
7752 \begin_layout Plain Layout
7753
7754
7755 \backslash
7756 spce 
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \backslash
7763 underbrace
7764 \begin_inset ERT
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768
7769
7770 \backslash
7771 spce 
7772 \end_layout
7773
7774 \end_inset
7775
7776 A+B_w
7777 \begin_inset ERT
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781
7782
7783 \backslash
7784 spce 
7785 \end_layout
7786
7787 \end_inset
7788
7789
7790 \begin_inset ERT
7791 status collapsed
7792
7793 \begin_layout Plain Layout
7794
7795
7796 \backslash
7797 spce 
7798 \end_layout
7799
7800 \end_inset
7801
7802 _7
7803 \begin_inset ERT
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807
7808
7809 \backslash
7810 spce 
7811 \end_layout
7812
7813 \end_inset
7814
7815
7816 \begin_inset ERT
7817 status collapsed
7818
7819 \begin_layout Plain Layout
7820
7821
7822 \backslash
7823 spce 
7824 \end_layout
7825
7826 \end_inset
7827
7828 ^
7829 \begin_inset ERT
7830 status collapsed
7831
7832 \begin_layout Plain Layout
7833
7834
7835 \backslash
7836 spce 
7837 \end_layout
7838
7839 \end_inset
7840
7841 C
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 </lyxtabular>
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \begin_layout Standard
7867 In the last example it doesn't matter if 
7868 \series bold
7869
7870 \backslash
7871 overbrace
7872 \series default
7873  or 
7874 \series bold
7875
7876 \backslash
7877 underbrace
7878 \series default
7879  is inserted at first.
7880 \end_layout
7881
7882 \begin_layout Standard
7883 \begin_inset VSpace bigskip
7884 \end_inset
7885
7886 When brackets are needed that overlap each other, multiline formulas, as
7887  described in 
7888 \begin_inset CommandInset ref
7889 LatexCommand ref
7890 reference "sec:Multiline-Formulas"
7891
7892 \end_inset
7893
7894 , must be used:
7895 \begin_inset Formula 
7896 \begin{eqnarray*}
7897 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7898  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7899 \end{eqnarray*}
7900
7901 \end_inset
7902
7903 In the first row the formula is inserted together with the first brace.
7904  It is hereby important that the space command
7905 \begin_inset Foot
7906 status collapsed
7907
7908 \begin_layout Plain Layout
7909 Space commands are explained in 
7910 \begin_inset CommandInset ref
7911 LatexCommand ref
7912 reference "sub:Predefined-Space"
7913
7914 \end_inset
7915
7916 .
7917 \end_layout
7918
7919 \end_inset
7920
7921  
7922 \series bold
7923
7924 \backslash
7925 :
7926 \series default
7927  is inserted before the first 
7928 \begin_inset Formula $d$
7929 \end_inset
7930
7931 , because the brace that ends behind the 
7932 \begin_inset Formula $q$
7933 \end_inset
7934
7935  prevents that the following 
7936 \begin_inset Quotes eld
7937 \end_inset
7938
7939 +
7940 \begin_inset Quotes erd
7941 \end_inset
7942
7943  is surrounded by space.
7944 \begin_inset Foot
7945 status collapsed
7946
7947 \begin_layout Plain Layout
7948 because a bracket is not handled as character, see 
7949 \begin_inset CommandInset ref
7950 LatexCommand ref
7951 reference "sub:Binary-Operators"
7952
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959
7960  In the second row the second brace is inserted.
7961  As it should begin before the 
7962 \begin_inset Formula $b$
7963 \end_inset
7964
7965 , first the command 
7966 \series bold
7967
7968 \backslash
7969 hphantom{gggg+
7970 \backslash
7971 :}
7972 \series default
7973  is inserted.
7974 \begin_inset Foot
7975 status collapsed
7976
7977 \begin_layout Plain Layout
7978 more about 
7979 \series bold
7980
7981 \backslash
7982 hphantom
7983 \series default
7984  see 
7985 \begin_inset CommandInset ref
7986 LatexCommand ref
7987 reference "sub:Placeholders"
7988
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995
7996  This space is needed because the 
7997 \begin_inset Quotes eld
7998 \end_inset
7999
8000 +
8001 \begin_inset Quotes erd
8002 \end_inset
8003
8004  is also surrounded by space in the formula.
8005  The brace is placed under the command 
8006 \series bold
8007
8008 \backslash
8009 hphantom{bbqq+dddd}
8010 \series default
8011 .
8012 \end_layout
8013
8014 \begin_layout Standard
8015 It gets more complicated when brackets overlap each other, like in the following
8016  example:
8017 \begin_inset ERT
8018 status collapsed
8019
8020 \begin_layout Plain Layout
8021
8022
8023 \backslash
8024 setlength{
8025 \backslash
8026 jot}{-6pt}
8027 \end_layout
8028
8029 \end_inset
8030
8031
8032 \begin_inset Formula 
8033 \begin{eqnarray*}
8034  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8035 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8036 \end{eqnarray*}
8037
8038 \end_inset
8039
8040
8041 \begin_inset ERT
8042 status collapsed
8043
8044 \begin_layout Plain Layout
8045
8046
8047 \backslash
8048 setlength{
8049 \backslash
8050 jot}{3pt}
8051 \end_layout
8052
8053 \end_inset
8054
8055 The first formula row is the same as the second row of the previous example,
8056  with the difference that the brace is above.
8057  The second row contains the formula together with the second brace.
8058  To avoid that there is space between the upper brace in the first row and
8059  the formula, the row spacing need to be reduced.
8060  This is not easily possible due to a bug in LyX
8061 \begin_inset Foot
8062 status collapsed
8063
8064 \begin_layout Plain Layout
8065 \begin_inset CommandInset href
8066 LatexCommand href
8067 name "LyX-bug #1505"
8068 target "http://www.lyx.org/trac/ticket/1505"
8069
8070 \end_inset
8071
8072
8073 \end_layout
8074
8075 \end_inset
8076
8077 .
8078  As solution for the problem, the global formula row separation 
8079 \series bold
8080
8081 \backslash
8082 jot
8083 \series default
8084
8085 \begin_inset Index idx
8086 status collapsed
8087
8088 \begin_layout Plain Layout
8089 Commands ! J ! 
8090 \backslash
8091 jot
8092 \end_layout
8093
8094 \end_inset
8095
8096  must be changed to -6
8097 \begin_inset space \thinspace{}
8098 \end_inset
8099
8100 pt before the formula with the command 
8101 \series bold
8102
8103 \backslash
8104 setlength{
8105 \backslash
8106 jot}{-6pt}
8107 \series default
8108  in TeX-mode.
8109  
8110 \series bold
8111
8112 \backslash
8113 jot
8114 \series default
8115  is set back after the formula to the standard value of 3
8116 \begin_inset space \thinspace{}
8117 \end_inset
8118
8119 pt using the same command.
8120  More about the row separation in formulas is explained in 
8121 \begin_inset CommandInset ref
8122 LatexCommand ref
8123 reference "sub:Line-Separation"
8124
8125 \end_inset
8126
8127 .
8128 \end_layout
8129
8130 \begin_layout Section
8131 Arrows
8132 \begin_inset Index idx
8133 status collapsed
8134
8135 \begin_layout Plain Layout
8136 Arrows
8137 \end_layout
8138
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \begin_layout Standard
8145 Arrows can be inserted via the math toolbar button 
8146 \begin_inset Graphics
8147         filename ../images/math/leftarrow.png
8148         scale 85
8149
8150 \end_inset
8151
8152  or the commands listed in the following subsections.
8153 \end_layout
8154
8155 \begin_layout Subsection
8156 Horizontal Arrows
8157 \begin_inset Index idx
8158 status collapsed
8159
8160 \begin_layout Plain Layout
8161 Arrows ! horizontal
8162 \end_layout
8163
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \begin_layout Standard
8170 \begin_inset space \hfill{}
8171 \end_inset
8172
8173
8174 \begin_inset Tabular
8175 <lyxtabular version="3" rows="8" columns="2">
8176 <features tabularvalignment="middle">
8177 <column alignment="center" valignment="top" width="0pt">
8178 <column alignment="center" valignment="top" width="0pt">
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Command
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Result
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 gets
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\gets$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 Leftarrow
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\Leftarrow$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 longleftarrow
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\longleftarrow$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \backslash
8281 Longleftarrow
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 \begin_inset Formula $\Longleftarrow$
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \backslash
8306 leftharpoonup
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 \begin_inset Formula $\leftharpoonup$
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \backslash
8331 leftharpoondown
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 \begin_inset Formula $\leftharpoondown$
8341 \end_inset
8342
8343
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \backslash
8356 hookleftarrow
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 \begin_inset Formula $\hookleftarrow$
8366 \end_inset
8367
8368
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 </lyxtabular>
8375
8376 \end_inset
8377
8378
8379 \begin_inset space \hfill{}
8380 \end_inset
8381
8382
8383 \begin_inset Tabular
8384 <lyxtabular version="3" rows="8" columns="2">
8385 <features tabularvalignment="middle">
8386 <column alignment="center" valignment="top" width="0pt">
8387 <column alignment="center" valignment="top" width="0pt">
8388 <row>
8389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Command
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Result
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 to
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\to$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 Rightarrow
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\Rightarrow$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 longrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\longrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 Longrightarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\Longrightarrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 rightharpoonup
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\rightharpoonup$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \backslash
8540 rightharpoondown
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 \begin_inset Formula $\rightharpoondown$
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \backslash
8565 hookrightarrow
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 \begin_inset Formula $\hookrightarrow$
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 </lyxtabular>
8584
8585 \end_inset
8586
8587
8588 \begin_inset space \hfill{}
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \begin_layout Standard
8595 \begin_inset space \hfill{}
8596 \end_inset
8597
8598
8599 \begin_inset Tabular
8600 <lyxtabular version="3" rows="6" columns="2">
8601 <features tabularvalignment="middle">
8602 <column alignment="center" valignment="top" width="0pt">
8603 <column alignment="center" valignment="top" width="0pt">
8604 <row>
8605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Command
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Result
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \backslash
8631 leftrightarrow
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 \begin_inset Formula $\leftrightarrow$
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \backslash
8656 Leftrightarrow
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 \begin_inset Formula $\Leftrightarrow$
8666 \end_inset
8667
8668
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \backslash
8681 longleftrightarrow
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 \begin_inset Formula $\longleftrightarrow$
8691 \end_inset
8692
8693
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \backslash
8706 Longleftrightarrow
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 \begin_inset Formula $\Longleftrightarrow$
8716 \end_inset
8717
8718
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \backslash
8731 rightleftharpoons
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 \begin_inset Formula $\rightleftharpoons$
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 </lyxtabular>
8750
8751 \end_inset
8752
8753
8754 \begin_inset space \hspace{}
8755 \length 25pt
8756 \end_inset
8757
8758
8759 \begin_inset space \hfill{}
8760 \end_inset
8761
8762
8763 \begin_inset Tabular
8764 <lyxtabular version="3" rows="5" columns="2">
8765 <features tabularvalignment="middle">
8766 <column alignment="center" valignment="top" width="0pt">
8767 <column alignment="center" valignment="top" width="0pt">
8768 <row>
8769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Command
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Result
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \backslash
8795 mapsto
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 \begin_inset Formula $\mapsto$
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \backslash
8820 longmapsto
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 \begin_inset Formula $\longmapsto$
8830 \end_inset
8831
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \backslash
8845 leadsto
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 \begin_inset Formula $\leadsto$
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \backslash
8870 dasharrow
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 \begin_inset Formula $\dasharrow$
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 </lyxtabular>
8889
8890 \end_inset
8891
8892
8893 \begin_inset space \hfill{}
8894 \end_inset
8895
8896
8897 \end_layout
8898
8899 \begin_layout Standard
8900 \begin_inset VSpace medskip
8901 \end_inset
8902
8903 Arrows used as accent like e.
8904 \begin_inset space \thinspace{}
8905 \end_inset
8906
8907 g.
8908 \begin_inset space \space{}
8909 \end_inset
8910
8911 vector arrows are listed in 
8912 \begin_inset CommandInset ref
8913 LatexCommand ref
8914 reference "sec:Accents"
8915
8916 \end_inset
8917
8918 .
8919 \end_layout
8920
8921 \begin_layout Standard
8922 \begin_inset VSpace bigskip
8923 \end_inset
8924
8925 Furthermore there are the labeled arrows
8926 \begin_inset Index idx
8927 status collapsed
8928
8929 \begin_layout Plain Layout
8930 Arrows ! labeled
8931 \end_layout
8932
8933 \end_inset
8934
8935  
8936 \series bold
8937
8938 \backslash
8939 xleftarrow
8940 \series default
8941
8942 \begin_inset Index idx
8943 status collapsed
8944
8945 \begin_layout Plain Layout
8946 Commands ! X ! 
8947 \backslash
8948 xleftarrow
8949 \end_layout
8950
8951 \end_inset
8952
8953  and 
8954 \series bold
8955
8956 \backslash
8957 xrightarrow
8958 \series default
8959
8960 \begin_inset Index idx
8961 status collapsed
8962
8963 \begin_layout Plain Layout
8964 Commands ! X ! 
8965 \backslash
8966 xrightarrow
8967 \begin_inset ERT
8968 status collapsed
8969
8970 \begin_layout Plain Layout
8971
8972
8973 \backslash
8974 vspace{4mm}
8975 \end_layout
8976
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983
8984 .
8985  When inserting one of these commands in a formula, an arrow with two blue
8986  boxes appear where the label can be inserted.
8987  The length of the arrow adapts to the label width.
8988 \end_layout
8989
8990 \begin_layout Standard
8991 \align center
8992 \begin_inset Tabular
8993 <lyxtabular version="3" rows="3" columns="2">
8994 <features tabularvalignment="middle">
8995 <column alignment="center" valignment="top" width="0pt">
8996 <column alignment="center" valignment="top" width="0pt">
8997 <row>
8998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Command
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Result
9012 \begin_inset Note Note
9013 status collapsed
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018
9019 \backslash
9020 raisebox
9021 \series default
9022  is only used as spacer.
9023 \end_layout
9024
9025 \end_inset
9026
9027
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 F(a)
9039 \backslash
9040 xleftarrow
9041 \begin_inset ERT
9042 status collapsed
9043
9044 \begin_layout Plain Layout
9045
9046
9047 \backslash
9048 spce 
9049 \end_layout
9050
9051 \end_inset
9052
9053 x=a
9054 \begin_inset Formula $\downarrow$
9055 \end_inset
9056
9057 x>0
9058 \begin_inset Formula $\to$
9059 \end_inset
9060
9061 F(x)
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 F(x)
9085 \backslash
9086 xrightarrow
9087 \begin_inset ERT
9088 status collapsed
9089
9090 \begin_layout Plain Layout
9091
9092
9093 \backslash
9094 spce 
9095 \end_layout
9096
9097 \end_inset
9098
9099 x=a
9100 \begin_inset Formula $\downarrow$
9101 \end_inset
9102
9103 x>0
9104 \begin_inset Formula $\to$
9105 \end_inset
9106
9107 F(a)
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 </lyxtabular>
9126
9127 \end_inset
9128
9129
9130 \end_layout
9131
9132 \begin_layout Subsection
9133 Vertical and diagonal Arrows
9134 \begin_inset Index idx
9135 status collapsed
9136
9137 \begin_layout Plain Layout
9138 Arrows ! diagonal
9139 \end_layout
9140
9141 \end_inset
9142
9143
9144 \begin_inset Index idx
9145 status collapsed
9146
9147 \begin_layout Plain Layout
9148 Arrows ! vertical
9149 \end_layout
9150
9151 \end_inset
9152
9153
9154 \end_layout
9155
9156 \begin_layout Standard
9157 \begin_inset space \hfill{}
9158 \end_inset
9159
9160
9161 \begin_inset Tabular
9162 <lyxtabular version="3" rows="7" columns="2">
9163 <features tabularvalignment="middle">
9164 <column alignment="center" valignment="top" width="0pt">
9165 <column alignment="center" valignment="top" width="0pt">
9166 <row>
9167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Command
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Result
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \backslash
9193 uparrow
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 \begin_inset Formula $\uparrow$
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \backslash
9218 Uparrow
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 \begin_inset Formula $\Uparrow$
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \backslash
9243 updownarrow
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 \begin_inset Formula $\updownarrow$
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \backslash
9268 Updownarrow
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\Updownarrow$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 Downarrow
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 \begin_inset Formula $\Downarrow$
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 downarrow
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\downarrow$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 </lyxtabular>
9337
9338 \end_inset
9339
9340
9341 \begin_inset space \hfill{}
9342 \end_inset
9343
9344
9345 \begin_inset Tabular
9346 <lyxtabular version="3" rows="5" columns="2">
9347 <features tabularvalignment="middle">
9348 <column alignment="center" valignment="top" width="0pt">
9349 <column alignment="center" valignment="top" width="0pt">
9350 <row>
9351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Command
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 Result
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \backslash
9377 nearrow
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 \begin_inset Formula $\nearrow$
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \backslash
9402 searrow
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 \begin_inset Formula $\searrow$
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \backslash
9427 swarrow
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 \begin_inset Formula $\swarrow$
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \backslash
9452 nwarrow
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Formula $\nwarrow$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 </lyxtabular>
9471
9472 \end_inset
9473
9474
9475 \begin_inset space \hfill{}
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Standard
9482 \begin_inset VSpace medskip
9483 \end_inset
9484
9485 Vertical arrows can be used also as delimiter together with the commands
9486  described in 
9487 \begin_inset CommandInset ref
9488 LatexCommand ref
9489 reference "sub:Manual-Bracket-Size"
9490
9491 \end_inset
9492
9493  and 
9494 \begin_inset CommandInset ref
9495 LatexCommand ref
9496 reference "sub:Automatic-Bracket-Size"
9497
9498 \end_inset
9499
9500 .
9501 \end_layout
9502
9503 \begin_layout Section
9504 Accents
9505 \begin_inset CommandInset label
9506 LatexCommand label
9507 name "sec:Accents"
9508
9509 \end_inset
9510
9511
9512 \begin_inset Index idx
9513 status collapsed
9514
9515 \begin_layout Plain Layout
9516 Accents
9517 \end_layout
9518
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \begin_layout Standard
9525 Accents can be inserted via the math toolbar button 
9526 \begin_inset Graphics
9527         filename ../images/math/hat.png
9528         scale 85
9529
9530 \end_inset
9531
9532  or the commands listed in the following subsections.
9533 \end_layout
9534
9535 \begin_layout Subsection
9536 Accents for one Character
9537 \begin_inset ERT
9538 status collapsed
9539
9540 \begin_layout Plain Layout
9541
9542
9543 \backslash
9544 texorpdfstring{
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \begin_inset Foot
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554 accents in text see 
9555 \begin_inset CommandInset ref
9556 LatexCommand ref
9557 reference "sub:Accents-in-Text"
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \end_inset
9565
9566
9567 \begin_inset ERT
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571
9572 }{}
9573 \end_layout
9574
9575 \end_inset
9576
9577
9578 \begin_inset Note Note
9579 status collapsed
9580
9581 \begin_layout Plain Layout
9582
9583 \series bold
9584
9585 \backslash
9586 texorpdfstring
9587 \series default
9588  is used to avoid that the footnote appears in the PDF-bookmark.
9589 \end_layout
9590
9591 \begin_layout Plain Layout
9592 More about 
9593 \series bold
9594
9595 \backslash
9596 texorpdfstring
9597 \series default
9598  is in section 
9599 \begin_inset CommandInset ref
9600 LatexCommand ref
9601 reference "sub:Formulas-in-Section"
9602
9603 \end_inset
9604
9605 .
9606 \end_layout
9607
9608 \end_inset
9609
9610
9611 \begin_inset CommandInset label
9612 LatexCommand label
9613 name "sub:Accents-for-one"
9614
9615 \end_inset
9616
9617
9618 \begin_inset Index idx
9619 status collapsed
9620
9621 \begin_layout Plain Layout
9622 Accents ! for one character
9623 \end_layout
9624
9625 \end_inset
9626
9627
9628 \end_layout
9629
9630 \begin_layout Standard
9631 \begin_inset space \hfill{}
9632 \end_inset
9633
9634
9635 \begin_inset Tabular
9636 <lyxtabular version="3" rows="8" columns="2">
9637 <features tabularvalignment="middle">
9638 <column alignment="center" valignment="top" width="0pt">
9639 <column alignment="center" valignment="top" width="0pt">
9640 <row>
9641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Command
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 Result
9655 \begin_inset Note Note
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659
9660 \series bold
9661
9662 \backslash
9663 raisebox
9664 \series default
9665  is only used as spacer.
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \backslash
9683 dot
9684 \begin_inset ERT
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688
9689
9690 \backslash
9691 spce 
9692 \end_layout
9693
9694 \end_inset
9695
9696 A
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row>
9715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \backslash
9721 ddot
9722 \begin_inset ERT
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726
9727
9728 \backslash
9729 spce 
9730 \end_layout
9731
9732 \end_inset
9733
9734 A
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 dddot
9760 \begin_inset ERT
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765
9766 \backslash
9767 spce 
9768 \end_layout
9769
9770 \end_inset
9771
9772 A
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \backslash
9797 ddddot
9798 \begin_inset ERT
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802
9803
9804 \backslash
9805 spce 
9806 \end_layout
9807
9808 \end_inset
9809
9810 A
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \backslash
9835 vec
9836 \begin_inset ERT
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840
9841
9842 \backslash
9843 spce 
9844 \end_layout
9845
9846 \end_inset
9847
9848 A
9849 \begin_inset Index idx
9850 status collapsed
9851
9852 \begin_layout Plain Layout
9853 Vectors
9854 \end_layout
9855
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \backslash
9883 bar
9884 \begin_inset ERT
9885 status collapsed
9886
9887 \begin_layout Plain Layout
9888
9889
9890 \backslash
9891 spce 
9892 \end_layout
9893
9894 \end_inset
9895
9896 A
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 mathring
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926
9927
9928 \backslash
9929 spce 
9930 \end_layout
9931
9932 \end_inset
9933
9934 A
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 </lyxtabular>
9953
9954 \end_inset
9955
9956
9957 \begin_inset space \hfill{}
9958 \end_inset
9959
9960
9961 \begin_inset Tabular
9962 <lyxtabular version="3" rows="7" columns="2">
9963 <features tabularvalignment="middle">
9964 <column alignment="center" valignment="top" width="0pt">
9965 <column alignment="center" valignment="top" width="0pt">
9966 <row>
9967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 Command
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Result
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row>
9987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \backslash
9993 tilde
9994 \begin_inset ERT
9995 status collapsed
9996
9997 \begin_layout Plain Layout
9998
9999
10000 \backslash
10001 spce 
10002 \end_layout
10003
10004 \end_inset
10005
10006 A
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \backslash
10031 hat
10032 \begin_inset ERT
10033 status collapsed
10034
10035 \begin_layout Plain Layout
10036
10037
10038 \backslash
10039 spce 
10040 \end_layout
10041
10042 \end_inset
10043
10044 A
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \backslash
10069 check
10070 \begin_inset ERT
10071 status collapsed
10072
10073 \begin_layout Plain Layout
10074
10075
10076 \backslash
10077 spce 
10078 \end_layout
10079
10080 \end_inset
10081
10082 A
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10092 \end_inset
10093
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \backslash
10107 acute
10108 \begin_inset ERT
10109 status collapsed
10110
10111 \begin_layout Plain Layout
10112
10113
10114 \backslash
10115 spce 
10116 \end_layout
10117
10118 \end_inset
10119
10120 A
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10130 \end_inset
10131
10132
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \backslash
10145 grave
10146 \begin_inset ERT
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150
10151
10152 \backslash
10153 spce 
10154 \end_layout
10155
10156 \end_inset
10157
10158 A
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10168 \end_inset
10169
10170
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \backslash
10183 breve
10184 \begin_inset ERT
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188
10189
10190 \backslash
10191 spce 
10192 \end_layout
10193
10194 \end_inset
10195
10196 A
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10206 \end_inset
10207
10208
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 </lyxtabular>
10215
10216 \end_inset
10217
10218
10219 \begin_inset space \hfill{}
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \begin_layout Standard
10226 \begin_inset VSpace bigskip
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \begin_layout Standard
10233 You can directly insert accents like é to formulas.
10234  LyX will transform them to the corresponding accent command.
10235  For umlauts
10236 \begin_inset Index idx
10237 status collapsed
10238
10239 \begin_layout Plain Layout
10240 Umlauts
10241 \end_layout
10242
10243 \end_inset
10244
10245  it is better to insert a quotation mark before the vowel.
10246  These two characters are then treated by LaTeX as 
10247 \emph on
10248 one
10249 \emph default
10250  character when the formula part with the umlaut is marked as German.
10251  In contrary to 
10252 \series bold
10253
10254 \backslash
10255 ddot
10256 \series default
10257 , with this method 
10258 \begin_inset Quotes eld
10259 \end_inset
10260
10261 real
10262 \begin_inset Quotes erd
10263 \end_inset
10264
10265  umlauts are created as demonstrated in the following example:
10266 \end_layout
10267
10268 \begin_layout Standard
10269 \begin_inset VSpace -2mm
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \begin_layout Standard
10276 \align center
10277 \begin_inset Tabular
10278 <lyxtabular version="3" rows="3" columns="2">
10279 <features tabularvalignment="middle">
10280 <column alignment="center" valignment="top" width="0">
10281 <column alignment="center" valignment="top" width="0">
10282 <row>
10283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Command
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Result
10297 \begin_inset Note Note
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303
10304 \backslash
10305 raisebox
10306 \series default
10307  and the 0
10308 \begin_inset space \thinspace{}
10309 \end_inset
10310
10311 pt space are only used as spacer.
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \lang ngerman
10329 \begin_inset Quotes grd
10330 \end_inset
10331
10332 i
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 \begin_inset space \hspace{}
10342 \length 0pt
10343 \end_inset
10344
10345
10346 \lang ngerman
10347
10348 \begin_inset Formula $"i$
10349 \end_inset
10350
10351
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \backslash
10364 ddot
10365 \begin_inset ERT
10366 status collapsed
10367
10368 \begin_layout Plain Layout
10369
10370
10371 \backslash
10372 spce 
10373 \end_layout
10374
10375 \end_inset
10376
10377 i
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10387 \end_inset
10388
10389
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 </lyxtabular>
10396
10397 \end_inset
10398
10399
10400 \end_layout
10401
10402 \begin_layout Standard
10403 Another advantage to 
10404 \series bold
10405
10406 \backslash
10407 ddot
10408 \series default
10409  is that umlauts can directly be converted to mathematical text because
10410  the accent commands above are 
10411 \emph on
10412 not allowed
10413 \emph default
10414  
10415 \emph on
10416 in mathematical text
10417 \emph default
10418 .
10419  To convert an accented character to mathematical text, only the character
10420  under the accent may be converted.
10421  This applies also for all other conversions, e.
10422 \begin_inset space \thinspace{}
10423 \end_inset
10424
10425 g.
10426 \begin_inset space \space{}
10427 \end_inset
10428
10429 to italic or bold.
10430 \end_layout
10431
10432 \begin_layout Standard
10433 In mathematical text, umlauts and other accented characters can directly
10434  be inserted.
10435 \end_layout
10436
10437 \begin_layout Subsection
10438 Accents for Operators
10439 \begin_inset Index idx
10440 status collapsed
10441
10442 \begin_layout Plain Layout
10443 Accents ! for operators
10444 \end_layout
10445
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \begin_layout Standard
10452 With the commands 
10453 \series bold
10454
10455 \backslash
10456 overset
10457 \series default
10458
10459 \begin_inset Index idx
10460 status collapsed
10461
10462 \begin_layout Plain Layout
10463 Commands ! O ! 
10464 \backslash
10465 overset
10466 \end_layout
10467
10468 \end_inset
10469
10470  and 
10471 \series bold
10472
10473 \backslash
10474 underset
10475 \series default
10476
10477 \begin_inset Index idx
10478 status collapsed
10479
10480 \begin_layout Plain Layout
10481 Commands ! U ! 
10482 \backslash
10483 underset
10484 \end_layout
10485
10486 \end_inset
10487
10488  characters can be placed above or below an operator, respectively, to accent
10489  it.
10490  With the command 
10491 \series bold
10492
10493 \backslash
10494 sideset
10495 \series default
10496
10497 \begin_inset Index idx
10498 status collapsed
10499
10500 \begin_layout Plain Layout
10501 Commands ! S ! 
10502 \backslash
10503 sideset
10504 \end_layout
10505
10506 \end_inset
10507
10508  characters can be set before and behind an operator.
10509  The command scheme is:
10510 \end_layout
10511
10512 \begin_layout Standard
10513
10514 \series bold
10515
10516 \backslash
10517 sideset{character
10518 \series default
10519  
10520 \series bold
10521 before}{character
10522 \series default
10523  
10524 \series bold
10525 behind}
10526 \end_layout
10527
10528 \begin_layout Standard
10529
10530 \series bold
10531
10532 \backslash
10533 sideset
10534 \series default
10535  must always be before the operator that should be accented.
10536  You can accent with several characters and even with other operators and
10537  symbols.
10538  To place with 
10539 \series bold
10540
10541 \backslash
10542 sideset
10543 \series default
10544  for example only characters behind an operator, write nothing between the
10545  first braces but don't omit the braces.
10546 \end_layout
10547
10548 \begin_layout Standard
10549 For example the command 
10550 \series bold
10551
10552 \backslash
10553 sideset{
10554 \begin_inset Formula $\to$
10555 \end_inset
10556
10557
10558 \backslash
10559 {
10560 \series default
10561 '
10562 \series bold
10563
10564 \begin_inset Formula $\to$
10565 \end_inset
10566
10567
10568 \backslash
10569 sum_k=1
10570 \begin_inset ERT
10571 status collapsed
10572
10573 \begin_layout Plain Layout
10574
10575
10576 \backslash
10577 spce 
10578 \end_layout
10579
10580 \end_inset
10581
10582
10583 \series default
10584 ^
10585 \series bold
10586 n
10587 \series default
10588  produces:
10589 \begin_inset Formula 
10590 \[
10591 \sideset{}{'}\sum_{k=1}^{n}
10592 \]
10593
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \begin_layout Standard
10600 The command 
10601 \series bold
10602
10603 \backslash
10604 overset
10605 \begin_inset ERT
10606 status collapsed
10607
10608 \begin_layout Plain Layout
10609
10610
10611 \backslash
10612 spce 
10613 \end_layout
10614
10615 \end_inset
10616
10617
10618 \backslash
10619 maltese
10620 \begin_inset ERT
10621 status collapsed
10622
10623 \begin_layout Plain Layout
10624
10625
10626 \backslash
10627 spce 
10628 \end_layout
10629
10630 \end_inset
10631
10632
10633 \series default
10634
10635 \begin_inset Formula $\uparrow$
10636 \end_inset
10637
10638
10639 \series bold
10640 a
10641 \series default
10642  produces:
10643 \begin_inset Formula 
10644 \[
10645 \overset{a}{\maltese}
10646 \]
10647
10648 \end_inset
10649
10650 As seen in the last example, with 
10651 \series bold
10652
10653 \backslash
10654 overset
10655 \series default
10656  and 
10657 \series bold
10658
10659 \backslash
10660 underset
10661 \series default
10662  also symbols and characters can be accented; with 
10663 \series bold
10664
10665 \backslash
10666 sideset
10667 \series default
10668  this is not possible.
10669 \end_layout
10670
10671 \begin_layout Subsection
10672 Accents for several Characters
10673 \begin_inset Index idx
10674 status collapsed
10675
10676 \begin_layout Plain Layout
10677 Accents ! for several characters
10678 \end_layout
10679
10680 \end_inset
10681
10682
10683 \end_layout
10684
10685 \begin_layout Standard
10686 \begin_inset space \hfill{}
10687 \end_inset
10688
10689
10690 \begin_inset Tabular
10691 <lyxtabular version="3" rows="5" columns="2">
10692 <features tabularvalignment="middle">
10693 <column alignment="center" valignment="top" width="0pt">
10694 <column alignment="center" valignment="top" width="0pt">
10695 <row>
10696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Command
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Result
10710 \begin_inset Note Note
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714
10715 \series bold
10716
10717 \backslash
10718 raisebox
10719 \series default
10720  is only used as spacer.
10721 \end_layout
10722
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \backslash
10738 overleftarrow
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744
10745 \backslash
10746 spce 
10747 \end_layout
10748
10749 \end_inset
10750
10751 A=B
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 underleftarrow
10777 \begin_inset ERT
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781
10782
10783 \backslash
10784 spce 
10785 \end_layout
10786
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \backslash
10814 overleftrightarrow
10815 \begin_inset ERT
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819
10820
10821 \backslash
10822 spce 
10823 \end_layout
10824
10825 \end_inset
10826
10827 A=B
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10837 \end_inset
10838
10839
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \backslash
10852 underleftrightarrow
10853 \begin_inset ERT
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857
10858
10859 \backslash
10860 spce 
10861 \end_layout
10862
10863 \end_inset
10864
10865 A=B
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 </lyxtabular>
10884
10885 \end_inset
10886
10887
10888 \begin_inset space \hfill{}
10889 \end_inset
10890
10891
10892 \begin_inset Tabular
10893 <lyxtabular version="3" rows="5" columns="2">
10894 <features tabularvalignment="middle">
10895 <column alignment="center" valignment="top" width="0pt">
10896 <column alignment="center" valignment="top" width="0pt">
10897 <row>
10898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Command
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 Result
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \backslash
10924 overrightarrow
10925 \begin_inset ERT
10926 status collapsed
10927
10928 \begin_layout Plain Layout
10929
10930
10931 \backslash
10932 spce 
10933 \end_layout
10934
10935 \end_inset
10936
10937 A=B
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10947 \end_inset
10948
10949
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \backslash
10962 underrightarrow
10963 \begin_inset ERT
10964 status collapsed
10965
10966 \begin_layout Plain Layout
10967
10968
10969 \backslash
10970 spce 
10971 \end_layout
10972
10973 \end_inset
10974
10975 A=B
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10985 \end_inset
10986
10987
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \backslash
11000 widetilde
11001 \begin_inset ERT
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005
11006
11007 \backslash
11008 spce 
11009 \end_layout
11010
11011 \end_inset
11012
11013 A=B
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 widehat
11039 \begin_inset ERT
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043
11044
11045 \backslash
11046 spce 
11047 \end_layout
11048
11049 \end_inset
11050
11051 A=B
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 </lyxtabular>
11070
11071 \end_inset
11072
11073
11074 \begin_inset space \hfill{}
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Standard
11081 \begin_inset VSpace medskip
11082 \end_inset
11083
11084 With these commands as many characters as you like can be accented.
11085  But the accents 
11086 \series bold
11087
11088 \backslash
11089 widetilde
11090 \series default
11091  and 
11092 \series bold
11093
11094 \backslash
11095 widehat
11096 \series default
11097  will only be set in the output with a length of three characters, as shown
11098  in the following example:
11099 \begin_inset Formula 
11100 \[
11101 \widetilde{A+B=C-D}
11102 \]
11103
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \begin_layout Standard
11110 With the commands 
11111 \series bold
11112
11113 \backslash
11114 overset
11115 \series default
11116
11117 \begin_inset Index idx
11118 status collapsed
11119
11120 \begin_layout Plain Layout
11121 Commands ! O ! 
11122 \backslash
11123 overset
11124 \end_layout
11125
11126 \end_inset
11127
11128  and 
11129 \series bold
11130
11131 \backslash
11132 underset
11133 \series default
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Commands ! U ! 
11140 \backslash
11141 underset
11142 \end_layout
11143
11144 \end_inset
11145
11146  described in the previous subsection it is also possible to accent several
11147  characters.
11148  The command 
11149 \series bold
11150
11151 \backslash
11152 underset
11153 \begin_inset ERT
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157
11158
11159 \backslash
11160 spce 
11161 \end_layout
11162
11163 \end_inset
11164
11165 A=B
11166 \begin_inset Formula $\downarrow$
11167 \end_inset
11168
11169 ***
11170 \series default
11171  creates:
11172 \begin_inset Formula 
11173 \[
11174 \underset{***}{A=B}
11175 \]
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Section
11183 Space
11184 \begin_inset CommandInset label
11185 LatexCommand label
11186 name "sub:Space"
11187
11188 \end_inset
11189
11190
11191 \begin_inset Index idx
11192 status collapsed
11193
11194 \begin_layout Plain Layout
11195 Space ! horizontal
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Subsection
11204 Predefined Space
11205 \begin_inset CommandInset label
11206 LatexCommand label
11207 name "sub:Predefined-Space"
11208
11209 \end_inset
11210
11211
11212 \begin_inset Index idx
11213 status collapsed
11214
11215 \begin_layout Plain Layout
11216 Space ! horizontal ! predefined
11217 \end_layout
11218
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \begin_layout Standard
11225 Sometimes it is necessary to insert horizontal space to a formula.
11226  This is done by inserting a protected space (shortcut 
11227 \begin_inset Info
11228 type  "shortcut"
11229 arg   "space-insert protected"
11230 \end_inset
11231
11232 ).
11233  A 
11234 \begin_inset Quotes eld
11235 \end_inset
11236
11237
11238 \color blue
11239
11240 \begin_inset ERT
11241 status collapsed
11242
11243 \begin_layout Plain Layout
11244
11245
11246 \backslash
11247 spce 
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \color inherit
11254
11255 \begin_inset Quotes erd
11256 \end_inset
11257
11258  appears and by pressing 
11259 \family sans
11260 Space
11261 \family default
11262  several times one can select one of eight different space sizes.
11263  The spaces can also be inserted using the math toolbar button 
11264 \begin_inset Graphics
11265         filename ../images/math/space.png
11266         scale 85
11267
11268 \end_inset
11269
11270  or special commands.
11271  Independent from the inserted command, one can select the size again by
11272  pressing 
11273 \family sans
11274 Space
11275 \family default
11276  afterwards.
11277 \end_layout
11278
11279 \begin_layout Standard
11280 \noindent
11281 \align center
11282 \begin_inset VSpace -5mm
11283 \end_inset
11284
11285
11286 \begin_inset Tabular
11287 <lyxtabular version="3" rows="3" columns="7">
11288 <features tabularvalignment="middle">
11289 <column alignment="center" valignment="middle" width="6.8cm">
11290 <column alignment="center" valignment="top" width="0">
11291 <column alignment="center" valignment="top" width="0">
11292 <column alignment="center" valignment="top" width="0">
11293 <column alignment="center" valignment="top" width="0">
11294 <column alignment="center" valignment="top" width="0">
11295 <column alignment="center" valignment="top" width="0">
11296 <row>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Command
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310
11311 \backslash
11312 ,
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \backslash
11323 :
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332
11333 \backslash
11334 ;
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343
11344 \backslash
11345 quad
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \backslash
11356 qquad
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \backslash
11367 !
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 <row>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 Number of 
11379 \family sans
11380 Space
11381 \family default
11382  keystrokes after inserting the protected space
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 0
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 1
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 2
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 3
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 4
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 5
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 </row>
11442 <row>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 Result
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 \begin_inset Formula $A\, B$
11457 \end_inset
11458
11459
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 \begin_inset Formula $A\: B$
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $A\; B$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 \begin_inset Formula $A\quad B$
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 \begin_inset Formula $A\qquad B$
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A\! B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 </lyxtabular>
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Standard
11533 The last size seem to produce no space.
11534  It is displayed red in LyX contrary to the other sizes, because it is a
11535  negative space.
11536  There are two more negative spaces:
11537 \end_layout
11538
11539 \begin_layout Standard
11540 \align center
11541 \begin_inset Tabular
11542 <lyxtabular version="3" rows="3" columns="3">
11543 <features tabularvalignment="middle">
11544 <column alignment="center" valignment="middle" width="6.8cm">
11545 <column alignment="center" valignment="top" width="0pt">
11546 <column alignment="center" valignment="top" width="0pt">
11547 <row>
11548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 Command
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561
11562 \backslash
11563 negmedspace
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572
11573 \backslash
11574 negthickspace
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 Number of 
11586 \family sans
11587 Space
11588 \family default
11589  keystrokes after inserting the protected space
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 6
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 7
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 Result
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $A\negmedspace B$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 \begin_inset Formula $A\negthickspace B$
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 </lyxtabular>
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Standard
11656 Negative spaces can lead to characters overlapping each other.
11657  Thus they can be used to enforce ligatures, what is e.
11658 \begin_inset space \thinspace{}
11659 \end_inset
11660
11661 g.
11662 \begin_inset space \space{}
11663 \end_inset
11664
11665 useful for summation operators: 
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \align center
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="3" columns="2">
11672 <features tabularvalignment="middle">
11673 <column alignment="center" valignment="top" width="0">
11674 <column alignment="center" valignment="top" width="0">
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 Command
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 Result
11690 \begin_inset Note Note
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694
11695 \series bold
11696
11697 \backslash
11698 raisebox
11699 \series default
11700  is only used as spacer.
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716
11717 \backslash
11718 sum
11719 \backslash
11720 sum
11721 \begin_inset ERT
11722 status collapsed
11723
11724 \begin_layout Plain Layout
11725
11726
11727 \backslash
11728 spce 
11729 \end_layout
11730
11731 \end_inset
11732
11733 f_kl
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756
11757 \backslash
11758 sum
11759 \backslash
11760 negmedspace
11761 \backslash
11762 sum
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768
11769 \backslash
11770 spce 
11771 \end_layout
11772
11773 \end_inset
11774
11775 f_kl
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 </lyxtabular>
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Standard
11801 Relations like for example equal signs, are always surrounded by space.
11802  To suppress this, the equal sign is placed into a TeX-brace.
11803  The following example demonstrates this:
11804 \end_layout
11805
11806 \begin_layout Standard
11807 \align center
11808 \begin_inset Tabular
11809 <lyxtabular version="3" rows="2" columns="2">
11810 <features tabularvalignment="middle">
11811 <column alignment="center" valignment="top" width="0pt">
11812 <column alignment="center" valignment="top" width="0pt">
11813 <row>
11814 <cell alignment="center" valignment="top" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 normal equation
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 \begin_inset Formula $A=B$
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 \begin_inset Note Note
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845
11846 \series bold
11847
11848 \backslash
11849 raisebox
11850 \series default
11851  is only used as spacer.
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \begin_inset Formula $\raisebox{5mm}{}$
11858 \end_inset
11859
11860 equation without space
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 \begin_inset Formula $A{=}B$
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 </row>
11878 </lyxtabular>
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Standard
11886 \noindent
11887 The command for the last formula is: 
11888 \series bold
11889 A
11890 \backslash
11891 {=
11892 \begin_inset Formula $\to$
11893 \end_inset
11894
11895 B
11896 \end_layout
11897
11898 \begin_layout Standard
11899 \begin_inset VSpace bigskip
11900 \end_inset
11901
11902 Spaces are needed for physical units, because the space between the value
11903  and the unit is the smallest one and not a normal space.
11904  For units in text, the smallest space is inserted via the menu 
11905 \family sans
11906 Insert\SpecialChar \menuseparator
11907 Formatting\SpecialChar \menuseparator
11908 Thin
11909 \begin_inset space ~
11910 \end_inset
11911
11912 Space
11913 \family default
11914  (shortcut 
11915 \begin_inset Info
11916 type  "shortcut"
11917 arg   "space-insert thin"
11918 \end_inset
11919
11920 ).
11921 \end_layout
11922
11923 \begin_layout Standard
11924 An example to visualize the difference:
11925 \end_layout
11926
11927 \begin_layout Standard
11928 \begin_inset Tabular
11929 <lyxtabular version="3" rows="2" columns="2">
11930 <features tabularvalignment="middle">
11931 <column alignment="left" valignment="top" width="0">
11932 <column alignment="left" valignment="top" width="0">
11933 <row>
11934 <cell alignment="center" valignment="top" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 24 kW
11939 \begin_inset Formula $\cdot$
11940 \end_inset
11941
11942 h
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 space between value and unit
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row>
11958 <cell alignment="center" valignment="top" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 24
11963 \begin_inset space \thinspace{}
11964 \end_inset
11965
11966 kW
11967 \begin_inset Formula $\cdot$
11968 \end_inset
11969
11970 h
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 smallest space between value and unit
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 </lyxtabular>
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \begin_layout Subsection
11993 Variable Space
11994 \begin_inset ERT
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998
11999
12000 \backslash
12001 texorpdfstring{
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \begin_inset Foot
12008 status collapsed
12009
12010 \begin_layout Plain Layout
12011 for vertical space in formulas see 
12012 \begin_inset CommandInset ref
12013 LatexCommand ref
12014 reference "sub:Line-Separation"
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \begin_inset ERT
12025 status collapsed
12026
12027 \begin_layout Plain Layout
12028
12029 }{}
12030 \end_layout
12031
12032 \end_inset
12033
12034
12035 \begin_inset Note Note
12036 status collapsed
12037
12038 \begin_layout Plain Layout
12039
12040 \backslash
12041 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12042 \end_layout
12043
12044 \begin_layout Plain Layout
12045 More about 
12046 \backslash
12047 texorpdfstring is in section 
12048 \begin_inset CommandInset ref
12049 LatexCommand ref
12050 reference "sub:Formulas-in-Section"
12051
12052 \end_inset
12053
12054 .
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \begin_inset CommandInset label
12061 LatexCommand label
12062 name "sub:Variable-Space"
12063
12064 \end_inset
12065
12066
12067 \begin_inset Index idx
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071 Space ! horizontal ! variable
12072 \end_layout
12073
12074 \end_inset
12075
12076
12077 \end_layout
12078
12079 \begin_layout Standard
12080 Space with a defined length can be inserted with the command 
12081 \series bold
12082
12083 \backslash
12084 hspace
12085 \series default
12086
12087 \begin_inset Index idx
12088 status collapsed
12089
12090 \begin_layout Plain Layout
12091 Commands ! H ! 
12092 \backslash
12093 hspace
12094 \end_layout
12095
12096 \end_inset
12097
12098 .
12099  Then a long 
12100 \begin_inset Quotes eld
12101 \end_inset
12102
12103
12104 \color blue
12105
12106 \begin_inset ERT
12107 status collapsed
12108
12109 \begin_layout Plain Layout
12110
12111
12112 \backslash
12113 spce 
12114 \end_layout
12115
12116 \end_inset
12117
12118
12119 \color inherit
12120
12121 \begin_inset Quotes erd
12122 \end_inset
12123
12124  appears.
12125  The length can be specified by left-clicking on the 
12126 \begin_inset Quotes eld
12127 \end_inset
12128
12129
12130 \color blue
12131
12132 \begin_inset ERT
12133 status collapsed
12134
12135 \begin_layout Plain Layout
12136
12137
12138 \backslash
12139 spce 
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \color inherit
12146
12147 \begin_inset Quotes erd
12148 \end_inset
12149
12150 .
12151  The length may also be negative.
12152  To insert so many space that the formula uses all available space, the
12153  command 
12154 \series bold
12155
12156 \backslash
12157 hfill
12158 \series default
12159
12160 \begin_inset Index idx
12161 status collapsed
12162
12163 \begin_layout Plain Layout
12164 Commands ! H ! 
12165 \backslash
12166 hfill
12167 \end_layout
12168
12169 \end_inset
12170
12171  is used.
12172 \end_layout
12173
12174 \begin_layout Standard
12175 \begin_inset VSpace -1mm
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Standard
12182 \align center
12183 \begin_inset Tabular
12184 <lyxtabular version="3" rows="4" columns="2">
12185 <features tabularvalignment="middle">
12186 <column alignment="center" valignment="top" width="0">
12187 <column alignment="center" valignment="top" width="0">
12188 <row>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 Command (
12194 \backslash
12195 hspace length)
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 Result
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row>
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215 A=B
12216 \backslash
12217 hspace
12218 \begin_inset ERT
12219 status collapsed
12220
12221 \begin_layout Plain Layout
12222
12223
12224 \backslash
12225 spce 
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \begin_inset Formula $\to$
12232 \end_inset
12233
12234 A
12235 \backslash
12236 not=C (3
12237 \begin_inset space \thinspace{}
12238 \end_inset
12239
12240 cm)
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 </row>
12258 <row>
12259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 A
12264 \backslash
12265 hspace
12266 \begin_inset ERT
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270
12271
12272 \backslash
12273 spce 
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \begin_inset Formula $\to$
12280 \end_inset
12281
12282 A
12283 \backslash
12284 not=A (-1
12285 \begin_inset space \thinspace{}
12286 \end_inset
12287
12288 mm)
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 </row>
12306 <row>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 A=A
12312 \backslash
12313 hfill
12314 \begin_inset ERT
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318
12319
12320 \backslash
12321 spce 
12322 \end_layout
12323
12324 \end_inset
12325
12326 B=B
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 \begin_inset Formula $A=A\hfill B=B$
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 </row>
12344 </lyxtabular>
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 In the last example the available space is given by the longest column entry
12353  of the table.
12354  In an inline formula the space depends on the length of the line in which
12355  
12356 \series bold
12357
12358 \backslash
12359 hfill
12360 \series default
12361  is inserted.
12362  Thus, when the line uses the full width, no space will be created.
12363  
12364 \series bold
12365
12366 \backslash
12367 hfill
12368 \series default
12369  only has an effect on displayed formulas when the formula style 
12370 \series bold
12371 Indented
12372 \series default
12373  is used.
12374  (Formula styles are explained in 
12375 \begin_inset CommandInset ref
12376 LatexCommand ref
12377 reference "sec:Formula-Styles"
12378
12379 \end_inset
12380
12381 .)
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Besides 
12386 \series bold
12387
12388 \backslash
12389 hfill
12390 \series default
12391 , there are the commands 
12392 \series bold
12393
12394 \backslash
12395 dotfill
12396 \series default
12397  and 
12398 \series bold
12399
12400 \backslash
12401 hrulefill
12402 \series default
12403  that fill the space with a pattern, see 
12404 \begin_inset CommandInset ref
12405 LatexCommand ref
12406 reference "sub:Ellipses"
12407
12408 \end_inset
12409
12410  for an example.
12411 \end_layout
12412
12413 \begin_layout Standard
12414 For text, variable space can be inserted via the menu 
12415 \family sans
12416 Insert\SpecialChar \menuseparator
12417 Formatting\SpecialChar \menuseparator
12418 Horizontal
12419 \begin_inset space ~
12420 \end_inset
12421
12422 Space
12423 \family default
12424 :
12425 \end_layout
12426
12427 \begin_layout Standard
12428 This is a line with
12429 \begin_inset space \hspace{}
12430 \length 2cm
12431 \end_inset
12432
12433 2
12434 \begin_inset space \thinspace{}
12435 \end_inset
12436
12437 cm space.
12438 \end_layout
12439
12440 \begin_layout Standard
12441 This is a line with
12442 \begin_inset space \hfill{}
12443 \end_inset
12444
12445 maximum space.
12446 \end_layout
12447
12448 \begin_layout Subsection
12449 Space besides inline Formulas
12450 \begin_inset Index idx
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454 Space ! besides inline formulas
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 The space that surrounds inline formulas can be adjusted with the length
12464  
12465 \series bold
12466
12467 \backslash
12468 mathsurround
12469 \series default
12470
12471 \begin_inset Index idx
12472 status collapsed
12473
12474 \begin_layout Plain Layout
12475 Commands ! M ! 
12476 \backslash
12477 mathsurround
12478 \end_layout
12479
12480 \end_inset
12481
12482 .
12483  The value of a length is set with the command 
12484 \series bold
12485
12486 \backslash
12487 setlength
12488 \series default
12489
12490 \begin_inset Index idx
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494 Commands ! S ! 
12495 \backslash
12496 setlength
12497 \end_layout
12498
12499 \end_inset
12500
12501  that has the following scheme:
12502 \end_layout
12503
12504 \begin_layout Standard
12505
12506 \series bold
12507
12508 \backslash
12509 setlength{length name}{value}
12510 \end_layout
12511
12512 \begin_layout Standard
12513 To set 
12514 \series bold
12515
12516 \backslash
12517 mathsurround
12518 \series default
12519  to the value 5
12520 \begin_inset space \thinspace{}
12521 \end_inset
12522
12523 mm, the command
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529
12530 \backslash
12531 setlength{
12532 \backslash
12533 mathsurround}{5mm}
12534 \end_layout
12535
12536 \begin_layout Standard
12537 is inserted in TeX-mode.
12538  5
12539 \begin_inset space \thinspace{}
12540 \end_inset
12541
12542 mm space will now be set around all inline formulas:
12543 \begin_inset ERT
12544 status collapsed
12545
12546 \begin_layout Plain Layout
12547
12548
12549 \backslash
12550 setlength{
12551 \backslash
12552 mathsurround}{5mm}
12553 \end_layout
12554
12555 \end_inset
12556
12557
12558 \end_layout
12559
12560 \begin_layout Standard
12561 This is a line with an inline formula 
12562 \begin_inset Formula $A=B$
12563 \end_inset
12564
12565  with 5
12566 \begin_inset space \thinspace{}
12567 \end_inset
12568
12569 mm surrounding space.
12570 \begin_inset ERT
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574
12575
12576 \backslash
12577 setlength{
12578 \backslash
12579 mathsurround}{0pt}
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 To return to the predefined value, 
12589 \series bold
12590
12591 \backslash
12592 mathsurround
12593 \series default
12594  is set to the value 0
12595 \begin_inset space \thinspace{}
12596 \end_inset
12597
12598 pt.
12599 \end_layout
12600
12601 \begin_layout Section
12602 Boxes and Frames
12603 \begin_inset Index idx
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607 Boxes
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \begin_inset Index idx
12614 status collapsed
12615
12616 \begin_layout Plain Layout
12617 Frames | see
12618 \begin_inset ERT
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622
12623 {
12624 \end_layout
12625
12626 \end_inset
12627
12628 Boxes
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634 }
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Boxes for text are described in chapter 
12649 \family typewriter
12650 Boxes
12651 \family default
12652  in the 
12653 \family typewriter
12654 Embedded
12655 \begin_inset space ~
12656 \end_inset
12657
12658 Objects
12659 \family default
12660  manual.
12661 \end_layout
12662
12663 \begin_layout Subsection
12664 Boxes with Frame
12665 \begin_inset CommandInset label
12666 LatexCommand label
12667 name "sub:Boxes-with-Frame"
12668
12669 \end_inset
12670
12671
12672 \begin_inset Index idx
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676 Boxes ! with frame
12677 \end_layout
12678
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \begin_layout Standard
12685 It is possible to frame formulas or parts of it with the commands 
12686 \series bold
12687
12688 \backslash
12689 fbox
12690 \series default
12691
12692 \begin_inset Index idx
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696 Commands ! F ! 
12697 \backslash
12698 fbox
12699 \end_layout
12700
12701 \end_inset
12702
12703  and 
12704 \series bold
12705
12706 \backslash
12707 boxed
12708 \series default
12709
12710 \begin_inset Index idx
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714 Commands ! B ! 
12715 \backslash
12716 boxed
12717 \end_layout
12718
12719 \end_inset
12720
12721 .
12722 \end_layout
12723
12724 \begin_layout Standard
12725 When one of these commands is inserted to a formula, a blue box appears
12726  within a frame to enter formula parts.
12727  For 
12728 \series bold
12729
12730 \backslash
12731 fbox
12732 \series default
12733  an additional formula has to be created by 
12734 \family sans
12735 Ctrl+M
12736 \family default
12737  within this box, because the box content will otherwise be treated as mathemati
12738 cal text.
12739  When 
12740 \series bold
12741
12742 \backslash
12743 boxed
12744 \series default
12745  is used, a new formula is automatically created inside the frame.
12746 \end_layout
12747
12748 \begin_layout Standard
12749 The command 
12750 \series bold
12751
12752 \backslash
12753 fbox
12754 \series default
12755  is not suitable to frame displayed formulas because the formula will always
12756  be set in the size of the text.
12757  
12758 \series bold
12759
12760 \backslash
12761 boxed
12762 \series default
12763  is in contrary not suitable to frame inline formulas, because the formula
12764  will always be set in the size of a displayed formula.
12765 \end_layout
12766
12767 \begin_layout Standard
12768 As extension to 
12769 \series bold
12770
12771 \backslash
12772 fbox
12773 \series default
12774  there is the command 
12775 \series bold
12776
12777 \backslash
12778 framebox
12779 \series default
12780
12781 \begin_inset Index idx
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785 Commands ! F ! 
12786 \backslash
12787 framebox
12788 \end_layout
12789
12790 \end_inset
12791
12792  where additionally the frame width and the alignment can be specified.
12793  
12794 \series bold
12795
12796 \backslash
12797 framebox
12798 \series default
12799  is used in the following scheme:
12800 \end_layout
12801
12802 \begin_layout Standard
12803
12804 \series bold
12805
12806 \backslash
12807 framebox[frame width][position]{box content}
12808 \end_layout
12809
12810 \begin_layout Standard
12811 The position can either be 
12812 \emph on
12813 l
12814 \emph default
12815  or 
12816 \emph on
12817 r
12818 \emph default
12819 .
12820  
12821 \emph on
12822 l
12823 \emph default
12824  left aligns, 
12825 \emph on
12826 r
12827 \emph default
12828  right aligns the formula in the box.
12829  When no position is given, the formula will be centered.
12830 \begin_inset Newline newline
12831 \end_inset
12832
12833 Is no width given, also no position can be given.
12834  In this case the frame width is adjusted to the box content like for 
12835 \series bold
12836
12837 \backslash
12838 fbox
12839 \series default
12840 .
12841 \end_layout
12842
12843 \begin_layout Standard
12844 When the command 
12845 \series bold
12846
12847 \backslash
12848 framebox
12849 \series default
12850  is inserted, a box appears containing three blue boxes.
12851  The first two boxes are surrounded by brackets and denote the two optional
12852  arguments.
12853  The third box is for formula parts like for 
12854 \series bold
12855
12856 \backslash
12857 fbox
12858 \series default
12859 .
12860 \end_layout
12861
12862 \begin_layout Standard
12863 \align center
12864 \begin_inset Tabular
12865 <lyxtabular version="3" rows="5" columns="2">
12866 <features tabularvalignment="middle">
12867 <column alignment="center" valignment="top" width="0">
12868 <column alignment="center" valignment="top" width="0">
12869 <row>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 Command
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 Result
12884 \begin_inset Note Note
12885 status collapsed
12886
12887 \begin_layout Plain Layout
12888
12889 \series bold
12890
12891 \backslash
12892 raisebox
12893 \series default
12894  is only used as spacer.
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 </row>
12905 <row>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910
12911 \backslash
12912 fbox
12913 \begin_inset ERT
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917
12918
12919 \backslash
12920 spce 
12921 \end_layout
12922
12923 \end_inset
12924
12925
12926 \family sans
12927 Ctrl+M
12928 \family default
12929  
12930 \backslash
12931 int
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937
12938 \backslash
12939 spce 
12940 \end_layout
12941
12942 \end_inset
12943
12944 A=B
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \backslash
12969 boxed
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 spce 
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \backslash
12984 int
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990
12991 \backslash
12992 spce 
12993 \end_layout
12994
12995 \end_inset
12996
12997 A=B
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 <row>
13016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 A+
13021 \backslash
13022 fbox
13023 \begin_inset ERT
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027
13028
13029 \backslash
13030 spce 
13031 \end_layout
13032
13033 \end_inset
13034
13035 B
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058
13059 \backslash
13060 framebox
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066
13067 \backslash
13068 spce 
13069 \end_layout
13070
13071 \end_inset
13072
13073 20mm
13074 \begin_inset Formula $\to$
13075 \end_inset
13076
13077
13078 \begin_inset Formula $\to$
13079 \end_inset
13080
13081
13082 \family sans
13083 Ctrl+M
13084 \family default
13085  
13086 \backslash
13087 frac
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093
13094 \backslash
13095 spce 
13096 \end_layout
13097
13098 \end_inset
13099
13100 A
13101 \begin_inset Formula $\downarrow$
13102 \end_inset
13103
13104 B
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 \begin_inset Formula $\raisebox{6mm}{}$
13114 \end_inset
13115
13116
13117 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13118 \end_inset
13119
13120
13121 \begin_inset Formula $\raisebox{-4mm}{}$
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 </lyxtabular>
13131
13132 \end_inset
13133
13134
13135 \end_layout
13136
13137 \begin_layout Standard
13138 The frame thickness can also be adjusted.
13139  To do this the following commands have to be inserted in TeX-mode before
13140  the formula
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 fboxrule
13149 \series default
13150  
13151 \series bold
13152
13153 \begin_inset Quotes eld
13154 \end_inset
13155
13156 thickness
13157 \begin_inset Quotes erd
13158 \end_inset
13159
13160
13161 \series default
13162  
13163 \series bold
13164
13165 \backslash
13166 fboxsep
13167 \series default
13168  
13169 \series bold
13170
13171 \begin_inset Quotes eld
13172 \end_inset
13173
13174 distance
13175 \begin_inset Quotes erd
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \begin_layout Standard
13182 \begin_inset Quotes eld
13183 \end_inset
13184
13185 distance
13186 \begin_inset Quotes erd
13187 \end_inset
13188
13189  specifies the minimal distance between the frame and the first character
13190  in the box.
13191  An example for this is the following framed formula:
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197
13198 \backslash
13199 fboxrule 2mm 
13200 \backslash
13201 fboxsep 3mm
13202 \end_layout
13203
13204 \end_inset
13205
13206
13207 \begin_inset Formula 
13208 \[
13209 \boxed{A+B=C}
13210 \]
13211
13212 \end_inset
13213
13214 Before this formula the commands
13215 \end_layout
13216
13217 \begin_layout Standard
13218
13219 \series bold
13220
13221 \backslash
13222 fboxrule
13223 \series default
13224  
13225 \series bold
13226 2mm
13227 \series default
13228  
13229 \series bold
13230
13231 \backslash
13232 fboxsep
13233 \series default
13234  
13235 \series bold
13236 3mm
13237 \end_layout
13238
13239 \begin_layout Standard
13240 were inserted in TeX-mode.
13241  The given values are used for all following boxes.
13242 \end_layout
13243
13244 \begin_layout Standard
13245 To return to the standard frame size, the command
13246 \end_layout
13247
13248 \begin_layout Standard
13249
13250 \series bold
13251
13252 \backslash
13253 fboxrule
13254 \series default
13255  
13256 \series bold
13257 0.4pt
13258 \series default
13259  
13260 \series bold
13261
13262 \backslash
13263 fboxsep
13264 \series default
13265  
13266 \series bold
13267 3pt
13268 \series default
13269
13270 \begin_inset ERT
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274
13275
13276 \backslash
13277 fboxrule 0.4pt 
13278 \backslash
13279 fboxsep 3pt
13280 \end_layout
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \begin_layout Standard
13288 is inserted in TeX-mode before the next formula.
13289 \end_layout
13290
13291 \begin_layout Subsection
13292 Boxes without Frame
13293 \begin_inset CommandInset label
13294 LatexCommand label
13295 name "sub:Boxes-without-Frame"
13296
13297 \end_inset
13298
13299
13300 \begin_inset Index idx
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304 Boxes ! without frame
13305 \end_layout
13306
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 For boxes without a frame there are the following box commands: 
13314 \series bold
13315
13316 \backslash
13317 mbox
13318 \series default
13319
13320 \begin_inset Index idx
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 Commands ! M ! 
13325 \backslash
13326 mbox
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \series bold
13333
13334 \backslash
13335 makebox
13336 \series default
13337
13338 \begin_inset Index idx
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342 Commands ! M ! 
13343 \backslash
13344 makebox
13345 \end_layout
13346
13347 \end_inset
13348
13349  and 
13350 \series bold
13351
13352 \backslash
13353 raisebox
13354 \series default
13355
13356 \begin_inset Index idx
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 Commands ! R ! 
13361 \backslash
13362 raisebox
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \begin_layout Standard
13371 With 
13372 \series bold
13373
13374 \backslash
13375 raisebox
13376 \series default
13377  a box can be super- or subscripted.
13378  But in contrary to normal super- and subscripting, the characters in the
13379  box keep their font size.
13380  
13381 \series bold
13382
13383 \backslash
13384 raisebox
13385 \series default
13386  is used in the following scheme:
13387 \end_layout
13388
13389 \begin_layout Standard
13390
13391 \series bold
13392
13393 \backslash
13394 raisebox{height}{box content}
13395 \end_layout
13396
13397 \begin_layout Standard
13398 When the box should contain a formula, an extra formula is needed like for
13399  
13400 \series bold
13401
13402 \backslash
13403 fbox
13404 \series default
13405 .
13406  
13407 \series medium
13408
13409 \begin_inset Note Greyedout
13410 status open
13411
13412 \begin_layout Plain Layout
13413
13414 \series bold
13415 Note:
13416 \series default
13417  For 
13418 \series bold
13419
13420 \backslash
13421 raisebox
13422 \series default
13423  this extra formula is created by pressing 
13424 \family sans
13425 Ctrl+M
13426 \family default
13427  twice instead of once because LyX doesn't yet support 
13428 \series bold
13429
13430 \backslash
13431 raisebox
13432 \series default
13433  directly.
13434 \end_layout
13435
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442 \align center
13443 \begin_inset Tabular
13444 <lyxtabular version="3" rows="4" columns="2">
13445 <features tabularvalignment="middle">
13446 <column alignment="center" valignment="top" width="0">
13447 <column alignment="center" valignment="top" width="0">
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Command
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 Result
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 H
13474 \backslash
13475 raisebox{2mm
13476 \begin_inset Formula $\to$
13477 \end_inset
13478
13479
13480 \backslash
13481 {al
13482 \begin_inset Formula $\to$
13483 \end_inset
13484
13485  lo
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 <row>
13504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 H
13509 \backslash
13510 raisebox{-2mm
13511 \begin_inset Formula $\to$
13512 \end_inset
13513
13514
13515 \backslash
13516 {al
13517 \begin_inset Formula $\to$
13518 \end_inset
13519
13520 lo
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 </row>
13538 <row>
13539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 A=
13544 \backslash
13545 raisebox{-2mm
13546 \begin_inset Formula $\to$
13547 \end_inset
13548
13549
13550 \backslash
13551 {
13552 \family sans
13553 Ctrl+M
13554 \family default
13555  
13556 \family sans
13557 Ctrl+M
13558 \family default
13559  
13560 \backslash
13561 sqrt
13562 \begin_inset ERT
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567
13568 \backslash
13569 spce 
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 </lyxtabular>
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 The command 
13601 \series bold
13602
13603 \backslash
13604 mbox
13605 \series default
13606  is equivalent to 
13607 \series bold
13608
13609 \backslash
13610 fbox
13611 \series default
13612  and 
13613 \series bold
13614
13615 \backslash
13616 makebox
13617 \series default
13618  is equivalent to 
13619 \series bold
13620
13621 \backslash
13622 framebox
13623 \series default
13624 , with the difference that there is no frame.
13625 \end_layout
13626
13627 \begin_layout Subsection
13628 Colored Boxes
13629 \begin_inset CommandInset label
13630 LatexCommand label
13631 name "sub:Colored-Boxes"
13632
13633 \end_inset
13634
13635
13636 \begin_inset Index idx
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 Boxes ! colored
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 To be able to use all commands explained in this section, the LaTeX-package
13650  
13651 \series bold
13652 color
13653 \series default
13654
13655 \begin_inset Foot
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659 The LaTeX-package 
13660 \series bold
13661 color
13662 \series default
13663  is part of every LaTeX standard installation.
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \begin_inset Index idx
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673 Packages ! color
13674 \end_layout
13675
13676 \end_inset
13677
13678  has to be loaded in the LaTeX-preamble with the line
13679 \begin_inset Foot
13680 status collapsed
13681
13682 \begin_layout Plain Layout
13683 When text is colored somewhere in the document with a predefined color,
13684  LyX loads the LaTeX-package 
13685 \series bold
13686 color
13687 \series default
13688  automatically.
13689  Thus it is possible that the package is loaded twice, but this doesn't
13690  arise problems.
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \begin_inset Note Note
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13701 amble.
13702 \end_layout
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \begin_layout Standard
13710
13711 \series bold
13712
13713 \backslash
13714 usepackage{color}
13715 \end_layout
13716
13717 \begin_layout Standard
13718 \begin_inset VSpace medskip
13719 \end_inset
13720
13721 To color boxes, the command 
13722 \series bold
13723
13724 \backslash
13725 colorbox
13726 \series default
13727
13728 \begin_inset Index idx
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 Commands ! C ! 
13733 \backslash
13734 colorbox
13735 \end_layout
13736
13737 \end_inset
13738
13739  is used in the following scheme:
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745
13746 \backslash
13747 colorbox{color}{box content}
13748 \end_layout
13749
13750 \begin_layout Standard
13751 The box content can also be a box and a 
13752 \series bold
13753
13754 \backslash
13755 colorbox
13756 \series default
13757  can also be part of another box (see the 2nd and 3rd example).
13758  When the box should contain a formula, an extra formula has to be created,
13759  the same way as for 
13760 \series bold
13761
13762 \backslash
13763 raisebox
13764 \series default
13765 .
13766 \begin_inset Foot
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770 This also applies for the command 
13771 \series bold
13772
13773 \backslash
13774 fcolorbox
13775 \series default
13776 .
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \begin_layout Standard
13785 One of the following predefined colors can be chosen:
13786 \end_layout
13787
13788 \begin_layout Standard
13789
13790 \series bold
13791 black
13792 \series default
13793
13794 \series bold
13795 blue
13796 \series default
13797
13798 \series bold
13799 cyan
13800 \series default
13801
13802 \series bold
13803 green
13804 \series default
13805
13806 \series bold
13807 magenta
13808 \series default
13809
13810 \series bold
13811 red
13812 \series default
13813
13814 \series bold
13815 white
13816 \series default
13817  and 
13818 \series bold
13819 yellow
13820 \end_layout
13821
13822 \begin_layout Standard
13823 \align center
13824 \begin_inset Tabular
13825 <lyxtabular version="3" rows="4" columns="2">
13826 <features tabularvalignment="middle">
13827 <column alignment="center" valignment="top" width="0">
13828 <column alignment="center" valignment="top" width="0">
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 Command
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 Result
13844 \begin_inset Note Note
13845 status collapsed
13846
13847 \begin_layout Plain Layout
13848
13849 \series bold
13850
13851 \backslash
13852 raisebox
13853 \series default
13854  is only used as spacer.
13855 \end_layout
13856
13857 \end_inset
13858
13859
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870
13871 \backslash
13872 colorbox{yellow
13873 \begin_inset Formula $\to$
13874 \end_inset
13875
13876
13877 \backslash
13878 {A=B
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 </row>
13896 <row>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901
13902 \backslash
13903 colorbox{green
13904 \begin_inset Formula $\to$
13905 \end_inset
13906
13907
13908 \backslash
13909 {
13910 \backslash
13911 fbox
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917
13918 \backslash
13919 spce 
13920 \end_layout
13921
13922 \end_inset
13923
13924 A=B
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 <row>
13943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947
13948 \backslash
13949 fbox
13950 \begin_inset ERT
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954
13955
13956 \backslash
13957 spce 
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \backslash
13964 colorbox{green
13965 \begin_inset Formula $\to$
13966 \end_inset
13967
13968
13969 \backslash
13970 {
13971 \family sans
13972 Ctrl+M
13973 \family default
13974  
13975 \family sans
13976 Ctrl+M
13977 \family default
13978  
13979 \backslash
13980 int
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986
13987 \backslash
13988 spce 
13989 \end_layout
13990
13991 \end_inset
13992
13993 C=D
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 </lyxtabular>
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021
14022 \backslash
14023 colorbox
14024 \series default
14025  only colors the box but not the characters in the box.
14026  To color all characters, the whole formula is highlighted and the wanted
14027  color is chosen in the 
14028 \family sans
14029 Text
14030 \begin_inset space ~
14031 \end_inset
14032
14033 Style
14034 \family default
14035  dialog.
14036  The dialog can be called with the toolbar button 
14037 \begin_inset Graphics
14038         filename ../images/dialog-show_character.png
14039         scale 85
14040
14041 \end_inset
14042
14043  or the menu 
14044 \family sans
14045 Edit\SpecialChar \menuseparator
14046 Text
14047 \begin_inset space ~
14048 \end_inset
14049
14050 Style\SpecialChar \menuseparator
14051 Customized
14052 \family default
14053 .
14054  The formula number has then the same color as the formula.
14055  When the formula number should get another color than the formula characters,
14056  the color must be changed within the formula.
14057 \end_layout
14058
14059 \begin_layout Standard
14060 An example:
14061 \end_layout
14062
14063 \begin_layout Standard
14064
14065 \color red
14066 \begin_inset Formula 
14067 \begin{equation}
14068 \int A=B\label{eq:red}
14069 \end{equation}
14070
14071 \end_inset
14072
14073
14074 \color green
14075
14076 \begin_inset Formula 
14077 \begin{equation}
14078 \textcolor{red}{\int A=B}\label{eq:redgreen}
14079 \end{equation}
14080
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 Formula 
14088 \begin_inset CommandInset ref
14089 LatexCommand eqref
14090 reference "eq:red"
14091
14092 \end_inset
14093
14094  is completely colored red.
14095 \begin_inset Newline newline
14096 \end_inset
14097
14098 Formula 
14099 \begin_inset CommandInset ref
14100 LatexCommand eqref
14101 reference "eq:redgreen"
14102
14103 \end_inset
14104
14105  was first completely colored green to set the color for the formula number.
14106  Subsequently the formula characters were colored red.
14107 \end_layout
14108
14109 \begin_layout Standard
14110 \begin_inset VSpace bigskip
14111 \end_inset
14112
14113 To color the frame different than the rest of the box, the command 
14114 \series bold
14115
14116 \backslash
14117 fcolorbox
14118 \series default
14119
14120 \begin_inset Index idx
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Commands ! F ! 
14125 \backslash
14126 fcolorbox
14127 \end_layout
14128
14129 \end_inset
14130
14131  is used in the following scheme:
14132 \end_layout
14133
14134 \begin_layout Standard
14135
14136 \series bold
14137
14138 \backslash
14139 fcolorbox{frame color}{color}{box content}
14140 \end_layout
14141
14142 \begin_layout Standard
14143 So 
14144 \series bold
14145
14146 \backslash
14147 fcolorbox
14148 \series default
14149  is an extension of the command 
14150 \series bold
14151
14152 \backslash
14153 colorbox
14154 \series default
14155 .
14156  The frame width is set, like for 
14157 \series bold
14158
14159 \backslash
14160 framebox
14161 \series default
14162 , with 
14163 \series bold
14164
14165 \backslash
14166 fboxrule
14167 \series default
14168  and 
14169 \series bold
14170
14171 \backslash
14172 fboxsep
14173 \series default
14174 .
14175  An example:
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 fboxrule 1mm 
14184 \backslash
14185 fboxsep 1mm
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \begin_inset Formula 
14192 \[
14193 \fcolorbox{cyan}{magenta}{A=B}
14194 \]
14195
14196 \end_inset
14197
14198
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204
14205 \backslash
14206 fboxrule 0.4pt 
14207 \backslash
14208 fboxsep 3pt
14209 \end_layout
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \begin_layout Standard
14217 This formula was created with the command
14218 \begin_inset Newline newline
14219 \end_inset
14220
14221
14222 \series bold
14223
14224 \backslash
14225 fcolorbox{cyan
14226 \begin_inset Formula $\to$
14227 \end_inset
14228
14229
14230 \backslash
14231 {magenta
14232 \begin_inset Formula $\to$
14233 \end_inset
14234
14235
14236 \backslash
14237 {A=B
14238 \series default
14239 .
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset VSpace bigskip
14244 \end_inset
14245
14246 To use other colors than the predefined ones, they have to be defined first.
14247 \end_layout
14248
14249 \begin_layout Standard
14250 One can for example define the color 
14251 \begin_inset Quotes eld
14252 \end_inset
14253
14254
14255 \series bold
14256 darkgreen
14257 \series default
14258
14259 \begin_inset Quotes erd
14260 \end_inset
14261
14262  with the LaTeX-preamble line:
14263 \end_layout
14264
14265 \begin_layout Standard
14266
14267 \series bold
14268
14269 \backslash
14270 definecolor{darkgreen}{cmyk}{0.5,
14271 \series default
14272  
14273 \series bold
14274 0,
14275 \series default
14276  
14277 \series bold
14278 1,
14279 \series default
14280  
14281 \series bold
14282 0.5}
14283 \series default
14284
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Commands ! D ! 
14290 \backslash
14291 definecolor
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \end_layout
14298
14299 \begin_layout Standard
14300
14301 \series bold
14302 cmyk
14303 \series default
14304  is the color space that denotes the colors 
14305 \series bold
14306 cyan
14307 \series default
14308
14309 \series bold
14310 magenta
14311 \series default
14312
14313 \series bold
14314 yellow
14315 \series default
14316  and 
14317 \series bold
14318 black
14319 \series default
14320 .
14321  The four comma separated numbers are the portion factor for the corresponding
14322  colors of the color space.
14323  The factors can be in the range of 0
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 -
14328 \begin_inset space \thinspace{}
14329 \end_inset
14330
14331 1.
14332  Instead of 
14333 \series bold
14334 cmyk
14335 \series default
14336  also the color space 
14337 \series bold
14338 rgb
14339 \series default
14340  can be used for definitions.
14341  
14342 \series bold
14343 rgb
14344 \series default
14345  denotes 
14346 \series bold
14347 red
14348 \series default
14349
14350 \series bold
14351 green
14352 \series default
14353  and 
14354 \series bold
14355 blue
14356 \series default
14357 , so that there are in this case three portion factors for the corresponding
14358  colors.
14359  Furthermore there is the color space 
14360 \series bold
14361 gray
14362 \series default
14363  with one portion factor for the gray value.
14364 \end_layout
14365
14366 \begin_layout Standard
14367 As example a framed box with the new defined color 
14368 \series bold
14369 darkgreen
14370 \series default
14371  where the characters have been colored 
14372 \series bold
14373 yellow
14374 \series default
14375 :
14376 \begin_inset Formula 
14377 \begin{equation}
14378 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14379 \end{equation}
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Self-defined colors can also be used for text with the help of the command
14388  
14389 \series bold
14390
14391 \backslash
14392 textcolor
14393 \series default
14394 :
14395 \begin_inset Index idx
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 Text ! colored
14400 \end_layout
14401
14402 \end_inset
14403
14404
14405 \end_layout
14406
14407 \begin_layout Standard
14408 \begin_inset ERT
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412
14413
14414 \backslash
14415 textcolor{darkgreen}{
14416 \end_layout
14417
14418 \end_inset
14419
14420 This sentence is 
14421 \begin_inset Quotes eld
14422 \end_inset
14423
14424 darkgreen
14425 \begin_inset Quotes erd
14426 \end_inset
14427
14428 .
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434 }
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \begin_layout Standard
14443
14444 \series bold
14445
14446 \backslash
14447 textcolor
14448 \series default
14449
14450 \begin_inset Index idx
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454 Commands ! T ! 
14455 \backslash
14456 textcolor
14457 \end_layout
14458
14459 \end_inset
14460
14461  is used in the scheme 
14462 \series bold
14463
14464 \backslash
14465 textcolor{color}{characters to color}
14466 \series default
14467 .
14468 \end_layout
14469
14470 \begin_layout Subsection
14471 Paragraph Boxes
14472 \begin_inset CommandInset label
14473 LatexCommand label
14474 name "sub:Paragraph-Boxes"
14475
14476 \end_inset
14477
14478
14479 \begin_inset Index idx
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Boxes ! as paragraph
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 A box that can contain several lines and paragraphs, a so called paragraph
14493  box (parbox), can be created with the menu 
14494 \family sans
14495 Insert\SpecialChar \menuseparator
14496 Box
14497 \family default
14498  or the toolbar button 
14499 \begin_inset Graphics
14500         filename ../images/box-insert.png
14501         scale 85
14502
14503 \end_inset
14504
14505 .
14506 \end_layout
14507
14508 \begin_layout Standard
14509 The following example shows a framed parbox in a line:
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace medskip
14514 \end_inset
14515
14516 This is a line 
14517 \begin_inset Box Boxed
14518 position "c"
14519 hor_pos "c"
14520 has_inner_box 1
14521 inner_pos "t"
14522 use_parbox 1
14523 use_makebox 0
14524 width "5cm"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status open
14529
14530 \begin_layout Plain Layout
14531 This is a paragraph box.
14532  It is exactly 5
14533 \begin_inset space \thinspace{}
14534 \end_inset
14535
14536 cm long and can also contain formulas: 
14537 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \end_inset
14544
14545  with a parbox.
14546 \end_layout
14547
14548 \begin_layout Standard
14549 \begin_inset VSpace medskip
14550 \end_inset
14551
14552
14553 \end_layout
14554
14555 \begin_layout Standard
14556 Such a box is created by right-clicking on the gray box inset.
14557  A dialog pops up showing the box properties.
14558  In our case set: 
14559 \emph on
14560 Decoration
14561 \emph default
14562 : Recangular box, 
14563 \emph on
14564 Inner Box
14565 \emph default
14566 : Parbox, 
14567 \emph on
14568 Width
14569 \emph default
14570 : 5
14571 \begin_inset space \thinspace{}
14572 \end_inset
14573
14574 cm, 
14575 \emph on
14576 Vertical Box Alignment
14577 \emph default
14578 : Middle
14579 \end_layout
14580
14581 \begin_layout Standard
14582 \begin_inset VSpace medskip
14583 \end_inset
14584
14585 In LaTeX a parbox is created with the command 
14586 \series bold
14587
14588 \backslash
14589 parbox
14590 \series default
14591
14592 \begin_inset Index idx
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596 Commands ! P ! 
14597 \backslash
14598 parbox
14599 \end_layout
14600
14601 \end_inset
14602
14603  that has the following scheme:
14604 \end_layout
14605
14606 \begin_layout Standard
14607
14608 \series bold
14609
14610 \backslash
14611 parbox[position]{width}{box content}
14612 \end_layout
14613
14614 \begin_layout Standard
14615 The positions 
14616 \emph on
14617 b
14618 \emph default
14619  and 
14620 \emph on
14621 t
14622 \emph default
14623  are possible.
14624  
14625 \emph on
14626 b
14627 \emph default
14628  for bottom means that the box is aligned within the surrounding text with
14629  its last line.
14630  With 
14631 \emph on
14632 t
14633 \emph default
14634  for top this is done with the first line.
14635  When no position is given, the box will be vertically centered, see section
14636  
14637 \emph on
14638 Boxes
14639 \emph default
14640  of the 
14641 \emph on
14642 Embedded
14643 \begin_inset space ~
14644 \end_inset
14645
14646 Objects
14647 \emph default
14648  manual for examples.
14649 \end_layout
14650
14651 \begin_layout Standard
14652 \begin_inset VSpace bigskip
14653 \end_inset
14654
14655 To frame formulas completely, including the formula number, the formula
14656  must be set into a parbox.
14657  To do this, the command 
14658 \series bold
14659
14660 \backslash
14661 fbox{
14662 \backslash
14663 parbox{
14664 \backslash
14665 linewidth-2
14666 \backslash
14667 fboxsep-2
14668 \backslash
14669 fboxrule}{
14670 \series default
14671  is inserted in TeX-mode before the formula.
14672  
14673 \series bold
14674
14675 \backslash
14676 linewidth
14677 \series default
14678
14679 \begin_inset Index idx
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683 Commands ! L ! 
14684 \backslash
14685 linewidth
14686 \end_layout
14687
14688 \end_inset
14689
14690  is hereby the line width set for the document.
14691  Because the frame is outside the parbox, 2
14692 \begin_inset space \thinspace{}
14693 \end_inset
14694
14695 times the frame separation and the frame thickness must be subtracted from
14696  the line width.
14697  As this is not automatically done by LyX due to a bug
14698 \begin_inset Foot
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702 \begin_inset CommandInset href
14703 LatexCommand href
14704 name "LyX-bug #4483"
14705 target "http://www.lyx.org/trac/ticket/4483"
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713
14714 , TeX-mode has to be used.
14715  To be able to multiply and subtract in arguments, the LaTeX-package 
14716 \series bold
14717 calc
14718 \series default
14719
14720 \begin_inset Foot
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724
14725 \series bold
14726 calc
14727 \series default
14728  is part of every LaTeX standard installation.
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index idx
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 Packages ! calc
14739 \end_layout
14740
14741 \end_inset
14742
14743  must be loaded in the LaTeX-preamble with the line
14744 \end_layout
14745
14746 \begin_layout Standard
14747
14748 \series bold
14749
14750 \backslash
14751 usepackage{calc}
14752 \end_layout
14753
14754 \begin_layout Standard
14755 Behind the formula both boxes are closed by entering 
14756 \series bold
14757 }}
14758 \series default
14759  in TeX-mode.
14760  Here is an example:
14761 \begin_inset ERT
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765
14766
14767 \backslash
14768 fboxsep 5mm 
14769 \backslash
14770 fboxrule 5mm
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786 fbox{
14787 \backslash
14788 parbox{
14789 \backslash
14790 linewidth-2
14791 \backslash
14792 fboxsep-2
14793 \backslash
14794 fboxrule}{
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \begin_inset Formula 
14801 \begin{equation}
14802 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14803 \end{equation}
14804
14805 \end_inset
14806
14807
14808 \begin_inset ERT
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812
14813 }}
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \begin_inset ERT
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823
14824
14825 \backslash
14826 fboxrule 0.4pt 
14827 \backslash
14828 fboxsep 3pt
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset VSpace medskip
14838 \end_inset
14839
14840 As a parbox is used as argument of 
14841 \series bold
14842
14843 \backslash
14844 fbox
14845 \series default
14846 , there is in this case no difference between 
14847 \series bold
14848
14849 \backslash
14850 fbox
14851 \series default
14852  and 
14853 \series bold
14854
14855 \backslash
14856 boxed
14857 \series default
14858 .
14859 \end_layout
14860
14861 \begin_layout Standard
14862 \begin_inset VSpace bigskip
14863 \end_inset
14864
14865 Paragraph boxes are very useful to comment formulas directly.
14866  To do this, 
14867 \series bold
14868
14869 \backslash
14870 parbox
14871 \series default
14872  is used in combination with the command 
14873 \series bold
14874
14875 \backslash
14876 tag
14877 \series default
14878 .
14879  (more about 
14880 \series bold
14881
14882 \backslash
14883 tag
14884 \series default
14885  see 
14886 \begin_inset CommandInset ref
14887 LatexCommand ref
14888 reference "sub:User-defined-Numbering"
14889
14890 \end_inset
14891
14892 )
14893 \end_layout
14894
14895 \begin_layout Standard
14896 An example of a formula commented with 
14897 \series bold
14898
14899 \backslash
14900 parbox
14901 \series default
14902 :
14903 \end_layout
14904
14905 \begin_layout Standard
14906 \begin_inset ERT
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910
14911
14912 \backslash
14913 [5x-7b=3b
14914 \backslash
14915 tag*{
14916 \backslash
14917 parbox{5cm}{
14918 \end_layout
14919
14920 \end_inset
14921
14922 This is a description.
14923  It is distinctly separated from the formula and multiline.
14924 \begin_inset ERT
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928
14929 }}
14930 \backslash
14931 ]
14932 \end_layout
14933
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \begin_layout Standard
14940 Such a formula must be inserted completely in TeX-mode because LyX does
14941  not yet support the command 
14942 \series bold
14943
14944 \backslash
14945 parbox
14946 \series default
14947  in formulas.
14948  The formula is created with the following command sequence:
14949 \end_layout
14950
14951 \begin_layout Standard
14952 The command 
14953 \series bold
14954
14955 \backslash
14956 [5x-7b=3b
14957 \backslash
14958 tag*
14959 \backslash
14960 {
14961 \backslash
14962 parbox{5cm}{
14963 \series default
14964  is inserted in TeX-mode.
14965 \begin_inset Foot
14966 status collapsed
14967
14968 \begin_layout Plain Layout
14969 When the formula style 
14970 \series bold
14971 Indented
14972 \series default
14973  is used, 
14974 \series bold
14975
14976 \backslash
14977 tag*
14978 \backslash
14979 {
14980 \series default
14981  can also be replaced by 
14982 \series bold
14983
14984 \backslash
14985 hfill
14986 \series default
14987 .
14988  (formula styles see 
14989 \begin_inset CommandInset ref
14990 LatexCommand ref
14991 reference "sec:Formula-Styles"
14992
14993 \end_inset
14994
14995 )
14996 \end_layout
14997
14998 \end_inset
14999
15000  Then the description follows as normal text and finally 
15001 \series bold
15002 }}
15003 \backslash
15004 ]
15005 \series default
15006  is inserted in TeX-mode.
15007  The commands 
15008 \series bold
15009
15010 \backslash
15011 [
15012 \series default
15013  and 
15014 \series bold
15015
15016 \backslash
15017 ]
15018 \series default
15019  hereby create a displayed formula.
15020 \end_layout
15021
15022 \begin_layout Standard
15023 The advantages of 
15024 \series bold
15025
15026 \backslash
15027 parbox
15028 \series default
15029  can be seen in this example that was 
15030 \begin_inset Quotes eld
15031 \end_inset
15032
15033 commented
15034 \begin_inset Quotes erd
15035 \end_inset
15036
15037  using the mathematical textmode:
15038 \begin_inset Formula 
15039 \[
15040 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15041 \]
15042
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \begin_layout Section
15049 Operators
15050 \begin_inset Index idx
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054 Operators
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Subsection
15063 Big Operators
15064 \begin_inset CommandInset label
15065 LatexCommand label
15066 name "sub:Big-Operators"
15067
15068 \end_inset
15069
15070
15071 \begin_inset Index idx
15072 status collapsed
15073
15074 \begin_layout Plain Layout
15075 Operators ! big
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \begin_inset Index idx
15082 status collapsed
15083
15084 \begin_layout Plain Layout
15085 Sums
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \begin_inset Index idx
15092 status collapsed
15093
15094 \begin_layout Plain Layout
15095 Integrals
15096 \end_layout
15097
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \begin_layout Standard
15104 To be able to use all integral operators listed here, the option 
15105 \family sans
15106 Use esint package automatically
15107 \family default
15108  must be set in the document settings under 
15109 \family sans
15110 Math
15111 \begin_inset space ~
15112 \end_inset
15113
15114 Options
15115 \family default
15116 .
15117 \end_layout
15118
15119 \begin_layout Standard
15120 \begin_inset space \hfill{}
15121 \end_inset
15122
15123
15124 \begin_inset Tabular
15125 <lyxtabular version="3" rows="11" columns="2">
15126 <features tabularvalignment="middle">
15127 <column alignment="center" valignment="top" width="0pt">
15128 <column alignment="center" valignment="top" width="0pt">
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 Command
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 Result
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \backslash
15156 int
15157 \begin_inset Index idx
15158 status collapsed
15159
15160 \begin_layout Plain Layout
15161 Commands ! I ! 
15162 \backslash
15163 int
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177 \begin_inset Formula $\int$
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 </row>
15186 <row>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \backslash
15193 oint
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 \begin_inset Formula $\oint$
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216
15217 \backslash
15218 ointctrclockwise
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 \begin_inset Formula $\ointctrclockwise$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \backslash
15243 ointclockwise
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Formula $\ointclockwise$
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 <row>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \backslash
15268 sqint
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 \begin_inset Formula $\sqint$
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 <row>
15287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \backslash
15293 fint
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302  
15303 \begin_inset Formula $\fint$
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 <row>
15313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317
15318 \backslash
15319 landupint
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328  
15329 \begin_inset Formula $\landupint$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \backslash
15345 landdownint
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354  
15355 \begin_inset Formula $\landdownint$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 <row>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \backslash
15371 bigcap
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Formula $\bigcap$
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \backslash
15396 bigcup
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset Formula $\bigcup$
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 </lyxtabular>
15415
15416 \end_inset
15417
15418
15419 \begin_inset space \hfill{}
15420 \end_inset
15421
15422
15423 \begin_inset Tabular
15424 <lyxtabular version="3" rows="11" columns="2">
15425 <features tabularvalignment="middle">
15426 <column alignment="center" valignment="top" width="0pt">
15427 <column alignment="center" valignment="top" width="0pt">
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 Command
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Plain Layout
15442 Result
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 </row>
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \backslash
15455 sum
15456 \begin_inset Index idx
15457 status collapsed
15458
15459 \begin_layout Plain Layout
15460 Commands ! S ! 
15461 \backslash
15462 sum
15463 \end_layout
15464
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476 \begin_inset Formula $\sum$
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 <row>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \backslash
15492 prod
15493 \begin_inset Index idx
15494 status collapsed
15495
15496 \begin_layout Plain Layout
15497 Commands ! P ! 
15498 \backslash
15499 prod
15500 \end_layout
15501
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 \begin_inset Formula $\prod$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \backslash
15529 coprod
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 \begin_inset Formula $\coprod$
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 </row>
15547 <row>
15548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \backslash
15554 bigodot
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 \begin_inset Formula $\bigodot$
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 </row>
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \backslash
15579 bigotimes
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset Formula $\bigotimes$
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \backslash
15604 bigoplus
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 \begin_inset Formula $\bigoplus$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \backslash
15629 bigwedge
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Formula $\bigwedge$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \backslash
15654 bigvee
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset Formula $\bigvee$
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \backslash
15679 bigsqcup
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 \begin_inset Formula $\bigsqcup$
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \backslash
15704 biguplus
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 \begin_inset Formula $\biguplus$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 </lyxtabular>
15723
15724 \end_inset
15725
15726
15727 \begin_inset space \hfill{}
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Standard
15734 All big operators can also be inserted via the math toolbar button 
15735 \begin_inset Graphics
15736         filename ../images/math/intop.png
15737         scale 85
15738
15739 \end_inset
15740
15741 .
15742 \end_layout
15743
15744 \begin_layout Standard
15745 The operators are called big because they are bigger than the sometimes
15746  equal looking binary operators.
15747  All big operators can have limits as described in the next subsection.
15748 \end_layout
15749
15750 \begin_layout Standard
15751 For all integral operators there is a second version available, ending on
15752  
15753 \series bold
15754 op
15755 \series default
15756
15757 \series bold
15758
15759 \backslash
15760 intop
15761 \series default
15762
15763 \series bold
15764
15765 \backslash
15766 ointop
15767 \series default
15768  etc..
15769  These operators are different from 
15770 \series bold
15771
15772 \backslash
15773 int
15774 \series default
15775  etc.
15776 \begin_inset space \space{}
15777 \end_inset
15778
15779 in the style the operator limits are displayed, see 
15780 \begin_inset CommandInset ref
15781 LatexCommand ref
15782 reference "sub:Operator-Limits"
15783
15784 \end_inset
15785
15786 .
15787  
15788 \end_layout
15789
15790 \begin_layout Subsubsection*
15791 Advice for Integrals
15792 \end_layout
15793
15794 \begin_layout Standard
15795 The letter 
15796 \emph on
15797 d
15798 \emph default
15799  in an integral is an operator, that therefore has to be set upright.
15800  This is done by highlighting the 
15801 \emph on
15802 d
15803 \emph default
15804  and using the keyboard shortcut 
15805 \begin_inset Info
15806 type  "shortcut"
15807 arg   "font-roman"
15808 \end_inset
15809
15810
15811 \begin_inset Foot
15812 status collapsed
15813
15814 \begin_layout Plain Layout
15815 Font styles
15816 \series bold
15817  
15818 \series default
15819 see 
15820 \begin_inset CommandInset ref
15821 LatexCommand ref
15822 reference "sub:Font-Styles"
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830
15831 .
15832  Finally the smallest space is inserted before the 
15833 \emph on
15834 d
15835 \emph default
15836 , as this is usual for operators.
15837  An example:
15838 \end_layout
15839
15840 \begin_layout Standard
15841 incorrect: 
15842 \begin_inset Formula $\int A(x)dx$
15843 \end_inset
15844
15845
15846 \begin_inset Newline newline
15847 \end_inset
15848
15849
15850 \begin_inset Phantom HPhantom
15851 status open
15852
15853 \begin_layout Plain Layout
15854 in
15855 \end_layout
15856
15857 \end_inset
15858
15859 correct: 
15860 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 For multiple integrals there are the following commands:
15868 \begin_inset VSpace medskip
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \begin_layout Standard
15875 \begin_inset space \hfill{}
15876 \end_inset
15877
15878
15879 \begin_inset Tabular
15880 <lyxtabular version="3" rows="4" columns="2">
15881 <features tabularvalignment="middle">
15882 <column alignment="center" valignment="top" width="0">
15883 <column alignment="center" valignment="top" width="0">
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 Command
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 Result
15899 \begin_inset Note Note
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904 \series bold
15905
15906 \backslash
15907 raisebox
15908 \series default
15909  is only used as spacer.
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 </row>
15920 <row>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \backslash
15927 iint
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \backslash
15952 oiint
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \backslash
15977 sqiint
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 </lyxtabular>
15996
15997 \end_inset
15998
15999
16000 \begin_inset space \hfill{}
16001 \end_inset
16002
16003
16004 \begin_inset Tabular
16005 <lyxtabular version="3" rows="4" columns="2">
16006 <features tabularvalignment="middle">
16007 <column alignment="center" valignment="top" width="0">
16008 <column alignment="center" valignment="top" width="0">
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 Command
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 Result
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \backslash
16036 iiint
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \backslash
16061 iiiint
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \backslash
16086 dotsint
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 </lyxtabular>
16105
16106 \end_inset
16107
16108
16109 \begin_inset space \hfill{}
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Subsection
16116 Operator Limits
16117 \begin_inset CommandInset label
16118 LatexCommand label
16119 name "sub:Operator-Limits"
16120
16121 \end_inset
16122
16123
16124 \begin_inset Index idx
16125 status collapsed
16126
16127 \begin_layout Plain Layout
16128 Operators ! Limits
16129 \end_layout
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \begin_layout Standard
16137 Limits are created by super- and subscripts:
16138 \end_layout
16139
16140 \begin_layout Standard
16141 \align center
16142 \begin_inset Tabular
16143 <lyxtabular version="3" rows="2" columns="2">
16144 <features tabularvalignment="middle">
16145 <column alignment="center" valignment="top" width="0pt">
16146 <column alignment="center" valignment="top" width="0pt">
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 Command
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 Result
16162 \begin_inset Note Note
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166
16167 \series bold
16168
16169 \backslash
16170 raisebox
16171 \series default
16172  is only used as spacer.
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \backslash
16190 prod^
16191 \backslash
16192 infty
16193 \begin_inset ERT
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197
16198
16199 \backslash
16200 spce 
16201 \end_layout
16202
16203 \end_inset
16204
16205
16206 \begin_inset Formula $\to$
16207 \end_inset
16208
16209 _0
16210 \begin_inset Formula $\to$
16211 \end_inset
16212
16213 A(x)
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 </row>
16231 </lyxtabular>
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Standard
16239 Limits of inline formulas are set right beside the operator.
16240  Limits in displayed formulas are set above or below the operator, except
16241  for integral limits.
16242 \end_layout
16243
16244 \begin_layout Standard
16245 To force that the limits are set beside the operator, the cursor is set
16246  directly behind the operator and the limits type is changed with the menu
16247  
16248 \family sans
16249 Edit\SpecialChar \menuseparator
16250 Math\SpecialChar \menuseparator
16251 Change Limits Type
16252 \family default
16253  to 
16254 \family sans
16255 \series bold
16256 Inline
16257 \family default
16258 \series default
16259  (shortcut 
16260 \begin_inset Info
16261 type  "shortcut"
16262 arg   "math-limits"
16263 \end_inset
16264
16265 ).
16266  An example:
16267 \end_layout
16268
16269 \begin_layout Standard
16270 The default limits type is this:
16271 \begin_inset Formula 
16272 \[
16273 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16274 \]
16275
16276 \end_inset
16277
16278 This is how it looks when the limits type was changed to 
16279 \family sans
16280 \series bold
16281 Inline
16282 \family default
16283 \series default
16284 :
16285 \begin_inset Formula 
16286 \[
16287 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16288 \]
16289
16290 \end_inset
16291
16292 For integrals, except those ending with 
16293 \series bold
16294 op
16295 \series default
16296  like 
16297 \series bold
16298
16299 \backslash
16300 intop
16301 \series default
16302
16303 \series bold
16304
16305 \backslash
16306 ointop
16307 \series default
16308  etc., the limits are by default set beside the operator.
16309  But for multiple integrals the limits are often set below the operator.
16310  In the following example the limits type was therefore set to 
16311 \series bold
16312 Display
16313 \series default
16314  and so set below the integrals:
16315 \begin_inset Formula 
16316 \begin{equation}
16317 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16318 \end{equation}
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \begin_layout Standard
16326 \begin_inset VSpace medskip
16327 \end_inset
16328
16329 To specify conditions for limits, the commands 
16330 \series bold
16331
16332 \backslash
16333 subarray
16334 \series default
16335
16336 \begin_inset Index idx
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340 Commands ! S ! 
16341 \backslash
16342 subarray
16343 \end_layout
16344
16345 \end_inset
16346
16347  and 
16348 \series bold
16349
16350 \backslash
16351 substack
16352 \series default
16353
16354 \begin_inset Index idx
16355 status collapsed
16356
16357 \begin_layout Plain Layout
16358 Commands ! S ! 
16359 \backslash
16360 substack
16361 \end_layout
16362
16363 \end_inset
16364
16365  are used.
16366  To create for example this expression 
16367 \begin_inset Formula 
16368 \begin{equation}
16369 \sum_{\begin{subarray}{c}
16370 0<k<1000\\
16371 \\
16372 k\,\in\,\mathbb{N}
16373 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16374 \end{equation}
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Standard
16382 the following has to be done:
16383 \begin_inset Newline newline
16384 \end_inset
16385
16386 First the command 
16387 \series bold
16388
16389 \backslash
16390 sum
16391 \series default
16392 ^
16393 \series bold
16394 n
16395 \begin_inset ERT
16396 status collapsed
16397
16398 \begin_layout Plain Layout
16399
16400
16401 \backslash
16402 spce 
16403 \end_layout
16404
16405 \end_inset
16406
16407 _
16408 \series default
16409  is typed in.
16410  One is now in a blue box under the summation operator and insert there
16411  the command 
16412 \series bold
16413
16414 \backslash
16415 subarray
16416 \begin_inset ERT
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420
16421
16422 \backslash
16423 spce 
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \series default
16430 .
16431  The blue box is now within a purple box and now several lines can be written
16432  among each other.
16433  A new line is created by inserting a line break (
16434 \begin_inset Info
16435 type  "shortcut"
16436 arg   "newline-insert newline"
16437 \end_inset
16438
16439 ).
16440  When now
16441 \begin_inset Newline newline
16442 \end_inset
16443
16444
16445 \series bold
16446 0<k<1000 Ctrl+Return
16447 \begin_inset Newline newline
16448 \end_inset
16449
16450
16451 \series default
16452 is typed in, a new box appears below for the new line.
16453 \end_layout
16454
16455 \begin_layout Standard
16456 The alignment of the lines can be changed to left aligned with the 
16457 \family sans
16458 table
16459 \family default
16460  
16461 \family sans
16462 toolbar
16463 \family default
16464  or the menu 
16465 \family sans
16466 Edit\SpecialChar \menuseparator
16467 Rows &Columns
16468 \family default
16469 .
16470  To get right alignment, 
16471 \series bold
16472
16473 \backslash
16474 hfill
16475 \begin_inset ERT
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479
16480
16481 \backslash
16482 spce 
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \series default
16489  is inserted at the beginning of the line.
16490 \end_layout
16491
16492 \begin_layout Standard
16493 The command 
16494 \series bold
16495
16496 \backslash
16497 substack
16498 \series default
16499  is equivalent to 
16500 \series bold
16501
16502 \backslash
16503 subarray
16504 \series default
16505  with the difference that the lines are always centered.
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset VSpace bigskip
16510 \end_inset
16511
16512 Like in formula 
16513 \begin_inset CommandInset ref
16514 LatexCommand eqref
16515 reference "eq:substack"
16516
16517 \end_inset
16518
16519  there can be too much space beside an operator, because the characters
16520  following the operator are set beside the limits.
16521 \end_layout
16522
16523 \begin_layout Standard
16524 To avoid this, the following macro can be used in the LaTeX-preamble:
16525 \end_layout
16526
16527 \begin_layout Standard
16528
16529 \series bold
16530
16531 \backslash
16532 def
16533 \backslash
16534 clap#1{
16535 \backslash
16536 hbox to 0pt{
16537 \backslash
16538 hss #1
16539 \backslash
16540 hss}}
16541 \begin_inset Newline newline
16542 \end_inset
16543
16544
16545 \backslash
16546 def
16547 \backslash
16548 mathclap {
16549 \backslash
16550 mathpalette 
16551 \backslash
16552 mathclapinternal}
16553 \begin_inset Newline newline
16554 \end_inset
16555
16556
16557 \backslash
16558 def
16559 \backslash
16560 mathclapinternal #1#2{
16561 \backslash
16562 clap{$
16563 \backslash
16564 mathsurround =0pt #1{#2}$}}
16565 \end_layout
16566
16567 \begin_layout Standard
16568 This defines the command 
16569 \series bold
16570
16571 \backslash
16572 mathclap
16573 \series default
16574
16575 \begin_inset Index idx
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 Commands ! M ! 
16580 \backslash
16581 mathclap
16582 \end_layout
16583
16584 \end_inset
16585
16586  that sets the width of the limit to 0
16587 \begin_inset space \thinspace{}
16588 \end_inset
16589
16590 pt.
16591  The command scheme is
16592 \end_layout
16593
16594 \begin_layout Standard
16595
16596 \series bold
16597
16598 \backslash
16599 mathclap{limit}
16600 \end_layout
16601
16602 \begin_layout Standard
16603 where the limit can consist of several conditions.
16604 \end_layout
16605
16606 \begin_layout Standard
16607 Applied on formula 
16608 \begin_inset CommandInset ref
16609 LatexCommand eqref
16610 reference "eq:substack"
16611
16612 \end_inset
16613
16614 , one uses the command
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620
16621 \backslash
16622 sum_
16623 \backslash
16624 mathclap{
16625 \backslash
16626 substack
16627 \begin_inset ERT
16628 status collapsed
16629
16630 \begin_layout Plain Layout
16631
16632
16633 \backslash
16634 spce 
16635 \end_layout
16636
16637 \end_inset
16638
16639 0<k<1000 Ctrl+Return
16640 \end_layout
16641
16642 \begin_layout Standard
16643 to create the lower limit.
16644  The summand is now directly behind the summation operator:
16645 \begin_inset Formula 
16646 \[
16647 \sum_{\mathclap{\substack{0<k<1000\\
16648 \\
16649 k\,\in\,\mathbb{N}
16650 }
16651 }}^{n}k^{-2}
16652 \]
16653
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660 \begin_inset VSpace bigskip
16661 \end_inset
16662
16663 How to use one limit for several operators is described in 
16664 \begin_inset CommandInset ref
16665 LatexCommand ref
16666 reference "sub:Self-defined-Operators"
16667
16668 \end_inset
16669
16670 .
16671 \end_layout
16672
16673 \begin_layout Standard
16674 \begin_inset Newpage newpage
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \begin_layout Subsection
16681 Binary Operators
16682 \begin_inset CommandInset label
16683 LatexCommand label
16684 name "sub:Binary-Operators"
16685
16686 \end_inset
16687
16688
16689 \begin_inset Index idx
16690 status collapsed
16691
16692 \begin_layout Plain Layout
16693 Operators ! binary
16694 \end_layout
16695
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \begin_layout Standard
16702 Binary operators are surrounded by space when there is a character before
16703  and behind them.
16704 \begin_inset VSpace medskip
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset space \hfill{}
16712 \end_inset
16713
16714
16715 \begin_inset Tabular
16716 <lyxtabular version="3" rows="13" columns="2">
16717 <features tabularvalignment="middle">
16718 <column alignment="center" valignment="top" width="0pt">
16719 <column alignment="center" valignment="top" width="0pt">
16720 <row>
16721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 Command
16726 \begin_inset Note Note
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730
16731 \series bold
16732
16733 \backslash
16734 raisebox
16735 \series default
16736  is only used as spacer.
16737 \end_layout
16738
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 Result
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 +
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $+$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 -
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $-$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \backslash
16809 pm
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 \begin_inset Formula $\pm$
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \backslash
16834 mp
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Formula $\mp$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 cdot
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\cdot$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \backslash
16884 times
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\times$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 div
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\div$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 \begin_inset ERT
16933 status collapsed
16934
16935 \begin_layout Plain Layout
16936
16937
16938 \backslash
16939 raisebox{-1.2mm}{
16940 \end_layout
16941
16942 \end_inset
16943
16944 *
16945 \begin_inset ERT
16946 status collapsed
16947
16948 \begin_layout Plain Layout
16949
16950 }
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $*$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 star
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\star$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 circ
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\circ$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \backslash
17030 diamond
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\diamond$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \backslash
17055 bullet
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\bullet$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 </lyxtabular>
17074
17075 \end_inset
17076
17077
17078 \begin_inset space \hfill{}
17079 \end_inset
17080
17081
17082 \begin_inset Tabular
17083 <lyxtabular version="3" rows="13" columns="2">
17084 <features tabularvalignment="middle">
17085 <column alignment="center" valignment="top" width="0pt">
17086 <column alignment="center" valignment="top" width="0pt">
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 Command
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 Result
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 nabla
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\nabla$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \backslash
17139 bigtriangledown
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 \begin_inset Formula $\bigtriangledown$
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 </row>
17157 <row>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \backslash
17164 bigtriangleup
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\bigtriangleup$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 </row>
17182 <row>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \backslash
17189 Box
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\Box$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 <row>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \backslash
17214 cap 
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\cap$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 cup
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\cup$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 <row>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \backslash
17264 dagger
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273 \begin_inset Formula $\dagger$
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \backslash
17289 ddagger
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 \begin_inset Formula $\ddagger$
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 </row>
17307 <row>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312
17313 \backslash
17314 wr
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 \begin_inset Formula $\wr$
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 </row>
17332 <row>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337
17338 \backslash
17339 bigcirc
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Formula $\bigcirc$
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 </row>
17357 <row>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362
17363 \backslash
17364 wedge
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 \begin_inset Formula $\wedge$
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \backslash
17389 vee
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 \begin_inset Formula $\vee$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 </lyxtabular>
17408
17409 \end_inset
17410
17411
17412 \begin_inset space \hfill{}
17413 \end_inset
17414
17415
17416 \begin_inset Tabular
17417 <lyxtabular version="3" rows="13" columns="2">
17418 <features tabularvalignment="middle">
17419 <column alignment="center" valignment="top" width="0pt">
17420 <column alignment="center" valignment="top" width="0pt">
17421 <row>
17422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 Command
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 Result
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \backslash
17448 oplus
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\oplus$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 <row>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471
17472 \backslash
17473 ominus
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\ominus$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \backslash
17498 otimes
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 \begin_inset Formula $\otimes$
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \backslash
17523 oslash
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $\oslash$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 <row>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \backslash
17548 odot
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $\odot$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571
17572 \backslash
17573 amalg
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Formula $\amalg$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \backslash
17598 uplus
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 \begin_inset Formula $\uplus$
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \backslash
17623 setminus
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $\setminus$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 </row>
17641 <row>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \backslash
17648 sqcap
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 \begin_inset Formula $\sqcap$
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row>
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671
17672 \backslash
17673 sqcup
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Formula $\sqcup$
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row>
17692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696
17697 \backslash
17698 triangleleft
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Formula $\triangleleft$
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 </row>
17716 <row>
17717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \backslash
17723 triangleright
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 \begin_inset Formula $\triangleright$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 </lyxtabular>
17742
17743 \end_inset
17744
17745
17746 \begin_inset space \hfill{}
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \begin_layout Standard
17753 All binary operators can also be inserted via the math toolbar button 
17754 \begin_inset Graphics
17755         filename ../images/math/pm.png
17756         scale 85
17757
17758 \end_inset
17759
17760 .
17761 \end_layout
17762
17763 \begin_layout Standard
17764 To typeset the Laplace operator also 
17765 \series bold
17766
17767 \backslash
17768 Delta
17769 \series default
17770  or 
17771 \series bold
17772
17773 \backslash
17774 nabla
17775 \series default
17776 ^
17777 \series bold
17778 2
17779 \series default
17780  (
17781 \begin_inset Formula $\nabla^{2}$
17782 \end_inset
17783
17784 ) can be used instead of 
17785 \series bold
17786
17787 \backslash
17788 bigtriangleup
17789 \series default
17790  .
17791 \end_layout
17792
17793 \begin_layout Standard
17794 The character 
17795 \family sans
17796 Menu Separator
17797 \family default
17798  from the menu 
17799 \family sans
17800 Insert\SpecialChar \menuseparator
17801 Special Character
17802 \family default
17803  is the operator 
17804 \series bold
17805
17806 \backslash
17807 triangleright
17808 \series default
17809 .
17810 \end_layout
17811
17812 \begin_layout Subsection
17813 Self-defined Operators
17814 \begin_inset CommandInset label
17815 LatexCommand label
17816 name "sub:Self-defined-Operators"
17817
17818 \end_inset
17819
17820
17821 \begin_inset Index idx
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825 Operators ! self-defined
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \begin_layout Standard
17834 With the help of the command 
17835 \series bold
17836
17837 \backslash
17838 DeclareMathOperator
17839 \series default
17840
17841 \begin_inset Index idx
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845 Commands ! D ! 
17846 \backslash
17847 dbinom@
17848 \backslash
17849 DeclareMathOperator
17850 \end_layout
17851
17852 \end_inset
17853
17854  custom operators can be defined in the LaTeX-preamble.
17855  Its command scheme is:
17856 \end_layout
17857
17858 \begin_layout Standard
17859
17860 \series bold
17861
17862 \backslash
17863 DeclareMathOperator{new command}{display}
17864 \end_layout
17865
17866 \begin_layout Standard
17867 Display can be characters or symbols that define how the operator looks
17868  in the output.
17869  To define a big operator a * is set behind the command.
17870  All self-defined big operators can have limits as described in 
17871 \begin_inset CommandInset ref
17872 LatexCommand ref
17873 reference "sub:Operator-Limits"
17874
17875 \end_inset
17876
17877 .
17878 \end_layout
17879
17880 \begin_layout Standard
17881 For example the LaTeX-preamble line
17882 \end_layout
17883
17884 \begin_layout Standard
17885
17886 \series bold
17887
17888 \backslash
17889 DeclareMathOperator*{
17890 \backslash
17891 Lozenge}{
17892 \backslash
17893 blacklozenge}
17894 \end_layout
17895
17896 \begin_layout Standard
17897 defines the command 
17898 \series bold
17899
17900 \backslash
17901 Lozenge
17902 \series default
17903 , that inserts a big operator consisting of the lozenge symbol from 
17904 \begin_inset CommandInset ref
17905 LatexCommand ref
17906 reference "sub:Miscellaneous-Symbols"
17907
17908 \end_inset
17909
17910 :
17911 \begin_inset Formula 
17912 \[
17913 \Lozenge_{n=1}^{\infty}
17914 \]
17915
17916 \end_inset
17917
17918 The command for this formula is: 
17919 \series bold
17920
17921 \backslash
17922 Lozenge
17923 \series default
17924 ^
17925 \series bold
17926
17927 \backslash
17928 infty
17929 \begin_inset Formula $\to$
17930 \end_inset
17931
17932 _n=1
17933 \end_layout
17934
17935 \begin_layout Standard
17936 \begin_inset VSpace bigskip
17937 \end_inset
17938
17939 When self-defined operators are not used several times in the document,
17940  they can also be defined with the commands 
17941 \series bold
17942
17943 \backslash
17944 mathop
17945 \series default
17946
17947 \begin_inset Index idx
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951 Commands ! M ! 
17952 \backslash
17953 mathop
17954 \end_layout
17955
17956 \end_inset
17957
17958  and 
17959 \series bold
17960
17961 \backslash
17962 mathbin
17963 \series default
17964
17965 \begin_inset Index idx
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969 Commands ! M ! 
17970 \backslash
17971 mathbin
17972 \end_layout
17973
17974 \end_inset
17975
17976 , which have the following scheme:
17977 \end_layout
17978
17979 \begin_layout Standard
17980
17981 \series bold
17982
17983 \backslash
17984 mathop{display}
17985 \series default
17986  and 
17987 \series bold
17988
17989 \backslash
17990 mathbin{display}
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 mathop
17999 \series default
18000  defines big operators, 
18001 \series bold
18002
18003 \backslash
18004 mathbin
18005 \series default
18006  binary operators.
18007 \end_layout
18008
18009 \begin_layout Standard
18010
18011 \series bold
18012
18013 \backslash
18014 mathop
18015 \series default
18016  can e.
18017 \begin_inset space \thinspace{}
18018 \end_inset
18019
18020 g.
18021 \begin_inset space \space{}
18022 \end_inset
18023
18024 be used to use one limit for several operators:
18025 \end_layout
18026
18027 \begin_layout Standard
18028 \begin_inset Formula 
18029 \[
18030 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18031 \]
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Standard
18039 The command for the formula above is:
18040 \begin_inset Newline newline
18041 \end_inset
18042
18043
18044 \series bold
18045
18046 \backslash
18047 mathop{
18048 \backslash
18049 sum
18050 \backslash
18051 negmedspace
18052 \backslash
18053 sum
18054 \series default
18055
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 spce 
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \series bold
18070
18071 \begin_inset Formula $\to$
18072 \end_inset
18073
18074 ^N
18075 \series default
18076
18077 \begin_inset ERT
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081
18082
18083 \backslash
18084 spce 
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \series bold
18091 _i,j=1
18092 \end_layout
18093
18094 \begin_layout Section
18095 Fonts
18096 \begin_inset Index idx
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100 Fonts
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Subsection
18109 Font Styles
18110 \begin_inset CommandInset label
18111 LatexCommand label
18112 name "sub:Font-Styles"
18113
18114 \end_inset
18115
18116
18117 \begin_inset Index idx
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121 Font ! style
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 Latin letters in formulas can be set in one of the following font styles:
18131 \begin_inset VSpace -2mm
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 \align center
18139 \begin_inset Tabular
18140 <lyxtabular version="3" rows="7" columns="3">
18141 <features tabularvalignment="middle">
18142 <column alignment="center" valignment="top" width="0">
18143 <column alignment="center" valignment="top" width="0">
18144 <column alignment="center" valignment="top" width="0">
18145 <row>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 Command
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 Result
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 shortcut
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathbb
18182 \series bold
18183
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 spce 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \series default
18198 ABC
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Formula $\mathbb{ABC}$
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Info
18220 type  "shortcuts"
18221 arg   "font-noun"
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \backslash
18237 mathbf
18238 \series bold
18239
18240 \begin_inset ERT
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244
18245
18246 \backslash
18247 spce 
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \series default
18254 AbC
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Formula $\mathbf{AbC}$
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Info
18276 type  "shortcuts"
18277 arg   "font-bold"
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \backslash
18293 boldsymbol
18294 \series bold
18295
18296 \begin_inset ERT
18297 status collapsed
18298
18299 \begin_layout Plain Layout
18300
18301
18302 \backslash
18303 spce 
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \series default
18310 AbC
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 \begin_inset Formula $\boldsymbol{AbC}$
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Info
18332 type  "shortcuts"
18333 arg   "font-boldsymbol"
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 <row>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \backslash
18349 mathcal
18350 \series bold
18351
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356
18357
18358 \backslash
18359 spce 
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \series default
18366 ABC
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Formula $\mathcal{ABC}$
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 \begin_inset Info
18388 type  "shortcuts"
18389 arg   "font-emph"
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \backslash
18405 mathfrak
18406 \series bold
18407
18408 \begin_inset ERT
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413
18414 \backslash
18415 spce 
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathfrak{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 -
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 </row>
18449 <row>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \backslash
18456 mathscr
18457 \series bold
18458
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 spce 
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \series default
18473 AbC
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset Formula $\mathscr{AbC}$
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 -
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 </lyxtabular>
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 \align center
18509 \begin_inset Tabular
18510 <lyxtabular version="3" rows="5" columns="3">
18511 <features tabularvalignment="middle">
18512 <column alignment="center" valignment="top" width="0">
18513 <column alignment="center" valignment="top" width="0">
18514 <column alignment="center" valignment="top" width="0">
18515 <row>
18516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 Command
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 Result
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 shortcut
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 <row>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \backslash
18551 mathit
18552 \series bold
18553
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 spce 
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \series default
18568 AbC
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 \begin_inset Formula $\mathit{AbC}$
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 -
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \backslash
18602 mathrm
18603 \series bold
18604
18605 \begin_inset ERT
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609
18610
18611 \backslash
18612 spce 
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \series default
18619 AbC
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Formula $\mathrm{AbC}$
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Info
18641 type  "shortcuts"
18642 arg   "font-roman"
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \backslash
18658 mathsf
18659 \series bold
18660
18661 \begin_inset ERT
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665
18666
18667 \backslash
18668 spce 
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \series default
18675 AbC
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684 \begin_inset Formula $\mathsf{AbC}$
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Info
18697 type  "shortcuts"
18698 arg   "font-sans"
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 </row>
18707 <row>
18708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712
18713 \backslash
18714 mathtt
18715 \series bold
18716
18717 \begin_inset ERT
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721
18722
18723 \backslash
18724 spce 
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \series default
18731 AbC
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 \begin_inset Formula $\mathtt{AbC}$
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 \begin_inset Info
18753 type  "shortcuts"
18754 arg   "font-typewriter"
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 </lyxtabular>
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 \begin_inset Note Greyedout
18772 status open
18773
18774 \begin_layout Plain Layout
18775
18776 \series bold
18777 Note:
18778 \series default
18779  The styles 
18780 \series bold
18781
18782 \backslash
18783 mathbb
18784 \series default
18785  and 
18786 \series bold
18787
18788 \backslash
18789 mathcal
18790 \series default
18791  can only be used for big letters.
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \begin_layout Standard
18800 Predefined is the style 
18801 \series bold
18802
18803 \backslash
18804 mathnormal
18805 \series default
18806 .
18807 \end_layout
18808
18809 \begin_layout Standard
18810 The style commands work also for letters in mathematical constructs:
18811 \begin_inset Formula 
18812 \[
18813 \mathfrak{A=\frac{b}{C}}
18814 \]
18815
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \begin_layout Standard
18822 Characters in mathematical text don't appear in a math font style but in
18823  the text font style 
18824 \series bold
18825
18826 \backslash
18827 textrm
18828 \series default
18829 .
18830  That their style can't be set correctly via the text style dialog is a
18831  bug in LyX.
18832 \begin_inset Foot
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836 \begin_inset CommandInset href
18837 LatexCommand href
18838 name "LyX-bug #4629"
18839 target "http://www.lyx.org/trac/ticket/4629"
18840
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 Instead of the style commands the dialog 
18853 \family sans
18854 Edit\SpecialChar \menuseparator
18855 Math\SpecialChar \menuseparator
18856 Text Style
18857 \family default
18858  or the toolbar button 
18859 \begin_inset Graphics
18860         filename ../images/math/font.png
18861         scale 85
18862
18863 \end_inset
18864
18865  can be used.
18866 \end_layout
18867
18868 \begin_layout Subsection
18869 Bold Formulas
18870 \begin_inset CommandInset label
18871 LatexCommand label
18872 name "sub:Bold-Formulas"
18873
18874 \end_inset
18875
18876
18877 \begin_inset Index idx
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881 Formula ! bold
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \begin_layout Standard
18890 To make a complete formula bold, the command 
18891 \series bold
18892
18893 \backslash
18894 mathbf
18895 \series default
18896  from the previous subsection cannot be used, because it doesn't work for
18897  small Greek letters.
18898  Furthermore it prints Latin letters always upright, like in the following
18899  equation:
18900 \end_layout
18901
18902 \begin_layout Standard
18903 \begin_inset Formula 
18904 \[
18905 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18906 \]
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 To display the formula correctly, the command 
18915 \series bold
18916
18917 \backslash
18918 boldsymbol
18919 \series default
18920  is used:
18921 \begin_inset Formula 
18922 \[
18923 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18924 \]
18925
18926 \end_inset
18927
18928 It is also possible to set the formula in a 
18929 \series bold
18930 boldmath environment
18931 \series default
18932 .
18933  This environment is created by inserting the command 
18934 \series bold
18935
18936 \backslash
18937 boldmath
18938 \series default
18939
18940 \begin_inset Index idx
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944 Commands ! B ! 
18945 \backslash
18946 boldmath
18947 \end_layout
18948
18949 \end_inset
18950
18951  in TeX-mode.
18952  To end the environment, the command 
18953 \series bold
18954
18955 \backslash
18956 unboldmath
18957 \series default
18958
18959 \begin_inset Index idx
18960 status collapsed
18961
18962 \begin_layout Plain Layout
18963 Commands ! U ! 
18964 \backslash
18965 unboldmath
18966 \end_layout
18967
18968 \end_inset
18969
18970  is inserted in TeX-mode.
18971 \begin_inset ERT
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975
18976
18977 \backslash
18978 boldmath 
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \begin_inset Formula 
18985 \[
18986 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18987 \]
18988
18989 \end_inset
18990
18991
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 unboldmath 
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Subsection
19008 Colored Formulas
19009 \begin_inset Index idx
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013 Formula ! colored
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Standard
19022 Formulas can be colored like normal text: Highlight a formula or a formula
19023  part and use the 
19024 \family sans
19025 Text Style
19026 \family default
19027  dialog.
19028  Here is a formula in magenta:
19029 \begin_inset Formula 
19030 \[
19031 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19032 \]
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 You can also define your own colors as described in 
19041 \begin_inset CommandInset ref
19042 LatexCommand ref
19043 reference "sub:Colored-Boxes"
19044
19045 \end_inset
19046
19047 .
19048  They can be used with the TeX code command 
19049 \series bold
19050
19051 \backslash
19052 textcolor
19053 \series default
19054
19055 \begin_inset Index idx
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059 Commands ! T ! 
19060 \backslash
19061 textcolor
19062 \end_layout
19063
19064 \end_inset
19065
19066  in the scheme
19067 \end_layout
19068
19069 \begin_layout Standard
19070
19071 \series bold
19072
19073 \backslash
19074 textcolor{color}{characters or formula}
19075 \end_layout
19076
19077 \begin_layout Standard
19078 The following example was colored completely dark green and partly red:
19079 \end_layout
19080
19081 \begin_layout Standard
19082 \begin_inset ERT
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086
19087
19088 \backslash
19089 textcolor{darkgreen}{
19090 \end_layout
19091
19092 \end_inset
19093
19094
19095 \begin_inset Formula 
19096 \[
19097 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19098 \]
19099
19100 \end_inset
19101
19102
19103 \begin_inset ERT
19104 status collapsed
19105
19106 \begin_layout Plain Layout
19107
19108 }
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 Due to a bug in LyX only complete formulas can be colored with self-defined
19118  colors.
19119 \begin_inset Foot
19120 status collapsed
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset href
19124 LatexCommand href
19125 name "LyX-bug #5269"
19126 target "http://www.lyx.org/trac/ticket/5269"
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Subsection
19139 Font Sizes
19140 \begin_inset CommandInset label
19141 LatexCommand label
19142 name "sub:Font-Sizes"
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 Font ! size
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 For characters in formulas there are, analog to characters in text, the
19161  following size commands:
19162 \end_layout
19163
19164 \begin_layout Standard
19165
19166 \series bold
19167
19168 \backslash
19169 Huge
19170 \series default
19171
19172 \series bold
19173
19174 \backslash
19175 huge
19176 \series default
19177
19178 \series bold
19179
19180 \backslash
19181 LARGE
19182 \series default
19183
19184 \series bold
19185
19186 \backslash
19187 Large
19188 \series default
19189
19190 \series bold
19191
19192 \backslash
19193 large
19194 \series default
19195
19196 \series bold
19197
19198 \backslash
19199 normalsize
19200 \series default
19201
19202 \series bold
19203
19204 \backslash
19205 small
19206 \series default
19207 ,
19208 \begin_inset Newline newline
19209 \end_inset
19210
19211
19212 \series bold
19213
19214 \backslash
19215 footnotesize
19216 \series default
19217
19218 \series bold
19219
19220 \backslash
19221 scriptsize
19222 \series default
19223  and 
19224 \series bold
19225
19226 \backslash
19227 tiny
19228 \end_layout
19229
19230 \begin_layout Standard
19231 The size produced by the commands depends on the document font size, that
19232  corresponds with the command 
19233 \series bold
19234
19235 \backslash
19236 normalsize
19237 \series default
19238 .
19239  The other commands produce smaller or larger sizes than 
19240 \series bold
19241
19242 \backslash
19243 normalsize
19244 \series default
19245 .
19246  The font size can however not exceed a certain value.
19247  Is for example the document font size 12
19248 \begin_inset space \thinspace{}
19249 \end_inset
19250
19251 pt, the command 
19252 \series bold
19253
19254 \backslash
19255 Huge
19256 \series default
19257  switches to the same size as 
19258 \series bold
19259
19260 \backslash
19261 huge
19262 \series default
19263 .
19264  
19265 \end_layout
19266
19267 \begin_layout Standard
19268 A size command is inserted in TeX-mode before the formula and sets the size
19269  for all following formula and text characters.
19270  To switch back to the initial size, the command 
19271 \series bold
19272
19273 \backslash
19274 normalsize
19275 \series default
19276  is inserted behind the formula in TeX-mode.
19277 \end_layout
19278
19279 \begin_layout Standard
19280 Within a formula the size can be changed using the following size commands:
19281 \end_layout
19282
19283 \begin_layout Standard
19284 \noindent
19285 \align center
19286 \begin_inset Tabular
19287 <lyxtabular version="3" rows="5" columns="2">
19288 <features tabularvalignment="middle">
19289 <column alignment="center" valignment="top" width="0">
19290 <column alignment="center" valignment="top" width="0">
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 Command
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 Result
19306 \begin_inset Note Note
19307 status collapsed
19308
19309 \begin_layout Plain Layout
19310
19311 \series bold
19312
19313 \backslash
19314 raisebox
19315 \series default
19316  is only used as spacer.
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \backslash
19334 displaystyle
19335 \begin_inset Index idx
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339 Commands ! D ! 
19340 \backslash
19341 displaystyle
19342 \end_layout
19343
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 textstyle
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 scriptstyle
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 scriptscriptstyle
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 </lyxtabular>
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Standard
19447 After entering these commands, a blue box appears in which the formula parts
19448  are inserted.
19449 \end_layout
19450
19451 \begin_layout Standard
19452 There is a further method to change the font size, that though only works
19453  for symbols or letters in mathematical text.
19454  To use it, one of the above text size commands is inserted in mathematical
19455  text.
19456  All following characters until the end of the mathematical text or until
19457  another size command will have the selected size.
19458  Two examples:
19459 \begin_inset VSpace -2mm
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \begin_layout Standard
19466 \begin_inset ERT
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470
19471
19472 \backslash
19473 huge 
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \begin_inset Formula 
19480 \[
19481 A=\frac{B}{c}\cdot\maltese
19482 \]
19483
19484 \end_inset
19485
19486
19487 \begin_inset Formula 
19488 \[
19489 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19490 \]
19491
19492 \end_inset
19493
19494
19495 \begin_inset ERT
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499
19500
19501 \backslash
19502 normalsize 
19503 \end_layout
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \begin_layout Standard
19511 \begin_inset VSpace medskip
19512 \end_inset
19513
19514 Before both formulas the command 
19515 \series bold
19516
19517 \backslash
19518 huge
19519 \series default
19520  was inserted.
19521  The command for the second formula is:
19522 \begin_inset Newline newline
19523 \end_inset
19524
19525
19526 \series bold
19527
19528 \backslash
19529 maltese
19530 \begin_inset ERT
19531 status collapsed
19532
19533 \begin_layout Plain Layout
19534
19535
19536 \backslash
19537 spce 
19538 \end_layout
19539
19540 \end_inset
19541
19542 A Alt+M M 
19543 \backslash
19544 Large
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549
19550
19551 \backslash
19552 spce 
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \backslash
19559 maltese
19560 \begin_inset ERT
19561 status collapsed
19562
19563 \begin_layout Plain Layout
19564
19565
19566 \backslash
19567 spce 
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \backslash
19574 textit
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 spce 
19583 \end_layout
19584
19585 \end_inset
19586
19587 A
19588 \begin_inset Formula $\to$
19589 \end_inset
19590
19591
19592 \begin_inset Formula $\to$
19593 \end_inset
19594
19595
19596 \begin_inset Newline newline
19597 \end_inset
19598
19599
19600 \begin_inset space \hspace*{}
19601 \length 1cm
19602 \end_inset
19603
19604 Alt+M
19605 \series default
19606  
19607 \series bold
19608
19609 \backslash
19610 tiny
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 spce 
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \backslash
19625 maltese
19626 \begin_inset ERT
19627 status collapsed
19628
19629 \begin_layout Plain Layout
19630
19631
19632 \backslash
19633 spce 
19634 \end_layout
19635
19636 \end_inset
19637
19638
19639 \backslash
19640 textit
19641 \begin_inset ERT
19642 status collapsed
19643
19644 \begin_layout Plain Layout
19645
19646
19647 \backslash
19648 spce 
19649 \end_layout
19650
19651 \end_inset
19652
19653 A
19654 \end_layout
19655
19656 \begin_layout Standard
19657 If a symbol cannot be displayed in different sizes, it will always be displayed
19658  in the default size.
19659 \end_layout
19660
19661 \begin_layout Section
19662 Greek Letters
19663 \begin_inset Index idx
19664 status collapsed
19665
19666 \begin_layout Plain Layout
19667 Greek letters
19668 \end_layout
19669
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \begin_layout Standard
19676 Greek letters can also be inserted via the toolbar button 
19677 \begin_inset Graphics
19678         filename ../images/math/alpha.png
19679         scale 85
19680
19681 \end_inset
19682
19683 .
19684  All international typesetting norms purport that Greek letters in math
19685  have to be typeset italic/slanted.
19686  In some languages, like French or Russian, they are nevertheless sometimes
19687  typeset upright.
19688 \end_layout
19689
19690 \begin_layout Subsection
19691 Small Letters
19692 \begin_inset Index idx
19693 status collapsed
19694
19695 \begin_layout Plain Layout
19696 Greek letters ! small
19697 \end_layout
19698
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \begin_layout Standard
19705 \begin_inset space \hfill{}
19706 \end_inset
19707
19708
19709 \begin_inset Tabular
19710 <lyxtabular version="3" rows="11" columns="2">
19711 <features tabularvalignment="middle">
19712 <column alignment="center" valignment="top" width="0pt">
19713 <column alignment="center" valignment="top" width="0pt">
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 Command
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 Result
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 alpha
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\alpha$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 beta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\beta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \backslash
19791 gamma
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Formula $\gamma$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 <row>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \backslash
19816 delta
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 \begin_inset Formula $\delta$
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839
19840 \backslash
19841 epsilon
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $\epsilon$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864
19865 \backslash
19866 varepsilon
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Formula $\varepsilon$
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 zeta
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\zeta$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 eta
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\eta$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \backslash
19941 theta
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $\theta$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 vartheta
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\vartheta$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 </lyxtabular>
19985
19986 \end_inset
19987
19988
19989 \begin_inset space \hfill{}
19990 \end_inset
19991
19992
19993 \begin_inset Tabular
19994 <lyxtabular version="3" rows="12" columns="2">
19995 <features tabularvalignment="middle">
19996 <column alignment="center" valignment="top" width="0pt">
19997 <column alignment="center" valignment="top" width="0pt">
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 Command
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 Result
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \backslash
20025 iota
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 \begin_inset Formula $\iota$
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 </row>
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \backslash
20050 kappa
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059 \begin_inset Formula $\kappa$
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \backslash
20075 varkappa
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 \begin_inset Formula $\varkappa$
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \backslash
20100 lambda
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Formula $\lambda$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \backslash
20125 mu
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 \begin_inset Formula $\mu$
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \backslash
20150 nu
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Formula $\nu$
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 </row>
20168 <row>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173
20174 \backslash
20175 xi
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Formula $\xi$
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 o
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Formula $o$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 </row>
20216 <row>
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221
20222 \backslash
20223 pi
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 \begin_inset Formula $\pi$
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 varpi
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $\varpi$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \backslash
20273 rho
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282 \begin_inset Formula $\rho$
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 </lyxtabular>
20292
20293 \end_inset
20294
20295
20296 \begin_inset space \hfill{}
20297 \end_inset
20298
20299
20300 \begin_inset Tabular
20301 <lyxtabular version="3" rows="11" columns="2">
20302 <features tabularvalignment="middle">
20303 <column alignment="center" valignment="top" width="0pt">
20304 <column alignment="center" valignment="top" width="0pt">
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 Command
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 Result
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 varrho
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\varrho$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 sigma
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\sigma$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 varsigma
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\varsigma$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 tau
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\tau$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430
20431 \backslash
20432 upsilon
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $\upsilon$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 </row>
20450 <row>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \backslash
20457 phi
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Formula $\phi$
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \backslash
20482 varphi
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset Formula $\varphi$
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 <row>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \backslash
20507 chi
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516 \begin_inset Formula $\chi$
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \backslash
20532 psi
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 \begin_inset Formula $\psi$
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 <row>
20551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \backslash
20557 omega
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 \begin_inset Formula $\omega$
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 </row>
20575 </lyxtabular>
20576
20577 \end_inset
20578
20579
20580 \begin_inset space \hfill{}
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 \begin_inset VSpace medskip
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Standard
20594 How to create special upright Greek letters is explained in 
20595 \begin_inset CommandInset ref
20596 LatexCommand ref
20597 reference "sub:Upright-small-Greek"
20598
20599 \end_inset
20600
20601 .
20602 \end_layout
20603
20604 \begin_layout Subsection
20605 Big Letters
20606 \begin_inset Index idx
20607 status collapsed
20608
20609 \begin_layout Plain Layout
20610 Greek letters ! big
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \begin_layout Standard
20619 \begin_inset space \hfill{}
20620 \end_inset
20621
20622
20623 \begin_inset Tabular
20624 <lyxtabular version="3" rows="7" columns="2">
20625 <features tabularvalignment="middle">
20626 <column alignment="center" valignment="top" width="0pt">
20627 <column alignment="center" valignment="top" width="0pt">
20628 <row>
20629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 Command
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 Result
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 Gamma
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\Gamma$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 Delta
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\Delta$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703
20704 \backslash
20705 Theta
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 \begin_inset Formula $\Theta$
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728
20729 \backslash
20730 Lambda
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 \begin_inset Formula $\Lambda$
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 Xi
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\Xi$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 Pi
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\Pi$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 </lyxtabular>
20799
20800 \end_inset
20801
20802
20803 \begin_inset space \hfill{}
20804 \end_inset
20805
20806
20807 \begin_inset Tabular
20808 <lyxtabular version="3" rows="6" columns="2">
20809 <features tabularvalignment="middle">
20810 <column alignment="center" valignment="top" width="0pt">
20811 <column alignment="center" valignment="top" width="0pt">
20812 <row>
20813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 Command
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 Result
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 Sigma
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\Sigma$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 Upsilon
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\Upsilon$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 Phi
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\Phi$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 Psi
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 \begin_inset Formula $\Psi$
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 Omega
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\Omega$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 </lyxtabular>
20958
20959 \end_inset
20960
20961
20962 \begin_inset space \hfill{}
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Standard
20969 \begin_inset VSpace medskip
20970 \end_inset
20971
20972 That the big Greek letters appear upright is caused by a design bug when
20973  TeX was developed.
20974  To get correct italic big letters, begin every command with 
20975 \series bold
20976 var
20977 \series default
20978 .
20979  For example the command 
20980 \series bold
20981
20982 \backslash
20983 varGamma
20984 \series default
20985  produces 
20986 \begin_inset Formula $\varGamma$
20987 \end_inset
20988
20989 .
20990  Another way is to load the package 
20991 \series bold
20992 fixmath
20993 \series default
20994
20995 \begin_inset Foot
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999
21000 \series bold
21001 fixmath
21002 \series default
21003  is part of the LaTeX-package 
21004 \series bold
21005 was
21006 \series default
21007
21008 \begin_inset Index idx
21009 status collapsed
21010
21011 \begin_layout Plain Layout
21012 Packages ! was
21013 \begin_inset ERT
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017
21018
21019 \backslash
21020 vspace{4mm}
21021 \end_layout
21022
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \end_inset
21029
21030 .
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \begin_inset Index idx
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040 Packages ! fixmath
21041 \end_layout
21042
21043 \end_inset
21044
21045  with the LaTeX-preamble line
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051
21052 \backslash
21053 usepackage{fixmath}
21054 \end_layout
21055
21056 \begin_layout Standard
21057 Then all big Greek letters in a document will automatically be typeset italic.
21058 \end_layout
21059
21060 \begin_layout Subsection
21061 Bold Letters
21062 \begin_inset Index idx
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066 Greek letters ! bold
21067 \end_layout
21068
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Greek letters cannot be set with different font styles like Latin letters.
21076  They can only be made bold with the command 
21077 \series bold
21078
21079 \backslash
21080 boldsymbol
21081 \series default
21082
21083 \begin_inset Index idx
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087 Commands ! B ! 
21088 \backslash
21089 boldsymbol
21090 \end_layout
21091
21092 \end_inset
21093
21094 .
21095 \end_layout
21096
21097 \begin_layout Standard
21098 \align center
21099 \begin_inset Tabular
21100 <lyxtabular version="3" rows="3" columns="2">
21101 <features tabularvalignment="middle">
21102 <column alignment="center" valignment="top" width="0">
21103 <column alignment="center" valignment="top" width="0">
21104 <row>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 Command
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 Result
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 Upsilon
21132 \backslash
21133 boldsymbol
21134 \backslash
21135 Upsilon
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 theta
21161 \backslash
21162 boldsymbol
21163 \backslash
21164 theta
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\theta\boldsymbol{\theta}$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 </lyxtabular>
21183
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \begin_layout Standard
21190 \begin_inset Newpage newpage
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \begin_layout Section
21197 Symbols
21198 \begin_inset ERT
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202
21203
21204 \backslash
21205 texorpdfstring{
21206 \end_layout
21207
21208 \end_inset
21209
21210
21211 \begin_inset Foot
21212 status collapsed
21213
21214 \begin_layout Plain Layout
21215 A list with all symbols of most of the LaTeX-packages can be found in 
21216 \begin_inset CommandInset citation
21217 LatexCommand cite
21218 key "Symbols"
21219
21220 \end_inset
21221
21222 .
21223 \end_layout
21224
21225 \end_inset
21226
21227
21228 \begin_inset ERT
21229 status collapsed
21230
21231 \begin_layout Plain Layout
21232
21233 }{}
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \begin_inset Note Note
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243
21244 \backslash
21245 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21246 \end_layout
21247
21248 \begin_layout Plain Layout
21249 More about 
21250 \backslash
21251 texorpdfstring is in section 
21252 \begin_inset CommandInset ref
21253 LatexCommand ref
21254 reference "sub:Formulas-in-Section"
21255
21256 \end_inset
21257
21258 .
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \begin_inset Index idx
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268 Symbols
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Standard
21277 Many of the symbols listed in this section can also be inserted via the
21278  toolbar buttons 
21279 \begin_inset Graphics
21280         filename ../images/math/nabla.png
21281         scale 85
21282
21283 \end_inset
21284
21285  and 
21286 \begin_inset Graphics
21287         filename ../images/math/digamma.png
21288         scale 85
21289
21290 \end_inset
21291
21292 .
21293 \end_layout
21294
21295 \begin_layout Subsection
21296 Mathematical Symbols
21297 \begin_inset CommandInset label
21298 LatexCommand label
21299 name "sub:Mathematical-Symbols"
21300
21301 \end_inset
21302
21303
21304 \begin_inset Index idx
21305 status collapsed
21306
21307 \begin_layout Plain Layout
21308 Symbols ! mathematical
21309 \end_layout
21310
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \begin_layout Standard
21317 \begin_inset space \hfill{}
21318 \end_inset
21319
21320
21321 \begin_inset Tabular
21322 <lyxtabular version="3" rows="10" columns="2">
21323 <features tabularvalignment="middle">
21324 <column alignment="center" valignment="top" width="0pt">
21325 <column alignment="center" valignment="top" width="0pt">
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 Command
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 Result
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \backslash
21353 neg
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset Formula $\neg$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 </row>
21371 <row>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376
21377 \backslash
21378 Im
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $\Im$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 <row>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401
21402 \backslash
21403 Re
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412 \begin_inset Formula $\Re$
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 </row>
21421 <row>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426
21427 \backslash
21428 aleph
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437 \begin_inset Formula $\aleph$
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 <row>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451
21452 \backslash
21453 partial
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 \begin_inset Formula $\partial$
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 <row>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \backslash
21478 infty
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Formula $\infty$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501
21502 \backslash
21503 wp
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 \begin_inset Formula $\wp$
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 </row>
21521 <row>
21522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \backslash
21528 imath
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 \begin_inset Formula $\imath$
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \backslash
21553 jmath
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Formula $\jmath$
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 </lyxtabular>
21572
21573 \end_inset
21574
21575
21576 \begin_inset space \hfill{}
21577 \end_inset
21578
21579
21580 \begin_inset Tabular
21581 <lyxtabular version="3" rows="10" columns="2">
21582 <features tabularvalignment="middle">
21583 <column alignment="center" valignment="top" width="0pt">
21584 <column alignment="center" valignment="top" width="0pt">
21585 <row>
21586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 Command
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 Result
21600 \begin_inset Note Note
21601 status collapsed
21602
21603 \begin_layout Plain Layout
21604
21605 \series bold
21606
21607 \backslash
21608 raisebox
21609 \series default
21610  is only used as spacer.
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \backslash
21628 forall
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 \begin_inset Formula $\forall$
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 exists
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\exists$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 nexists
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\nexists$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 emptyset
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\emptyset$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 varnothing
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\varnothing$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 dag
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\dag$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 ddag
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\ddag$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 complement
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset ERT
21813 status collapsed
21814
21815 \begin_layout Plain Layout
21816
21817
21818 \backslash
21819 raisebox{-0.8mm}{
21820 \end_layout
21821
21822 \end_inset
21823
21824
21825 \begin_inset Formula $\complement$
21826 \end_inset
21827
21828
21829 \begin_inset ERT
21830 status collapsed
21831
21832 \begin_layout Plain Layout
21833
21834 }
21835 \end_layout
21836
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 Bbbk
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\Bbbk$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 </lyxtabular>
21871
21872 \end_inset
21873
21874
21875 \begin_inset space \hfill{}
21876 \end_inset
21877
21878
21879 \begin_inset Tabular
21880 <lyxtabular version="3" rows="10" columns="2">
21881 <features tabularvalignment="middle">
21882 <column alignment="center" valignment="top" width="0pt">
21883 <column alignment="center" valignment="top" width="0pt">
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 Command
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 Result
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 prime
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\prime$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 backprime
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\backprime$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 mho
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\mho$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 triangle
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\triangle$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 angle
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\angle$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \backslash
22036 measuredangle
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Formula $\measuredangle$
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \backslash
22061 sphericalangle
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Formula $\sphericalangle$
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 top
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset Formula $\top$
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 <row>
22105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \backslash
22111 bot
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Formula $\bot$
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 </lyxtabular>
22130
22131 \end_inset
22132
22133
22134 \begin_inset space \hfill{}
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Subsection
22141 Miscellaneous Symbols
22142 \begin_inset CommandInset label
22143 LatexCommand label
22144 name "sub:Miscellaneous-Symbols"
22145
22146 \end_inset
22147
22148
22149 \begin_inset Index idx
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153 Symbols ! miscellaneous
22154 \end_layout
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \begin_layout Standard
22162 \noindent
22163 \align center
22164 \begin_inset Tabular
22165 <lyxtabular version="3" rows="10" columns="2">
22166 <features tabularvalignment="middle">
22167 <column alignment="center" valignment="top" width="0pt">
22168 <column alignment="center" valignment="top" width="0pt">
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 Command
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 Result
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 <row>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \backslash
22196 flat
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\flat$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \backslash
22221 natural
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $\natural$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 <row>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244
22245 \backslash
22246 sharp
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Formula $\sharp$
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 </row>
22264 <row>
22265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269
22270 \backslash
22271 surd
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Formula $\surd$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \backslash
22296 checkmark
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 \begin_inset Formula $\checkmark$
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319
22320 \backslash
22321 yen
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Formula $\yen$
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \backslash
22346 pounds
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Formula $\pounds$
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 $
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Formula $\$$
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 </row>
22387 <row>
22388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 §
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $§$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 </lyxtabular>
22411
22412 \end_inset
22413
22414
22415 \begin_inset Tabular
22416 <lyxtabular version="3" rows="10" columns="2">
22417 <features tabularvalignment="middle">
22418 <column alignment="center" valignment="top" width="0">
22419 <column alignment="center" valignment="top" width="0">
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 Command
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 Result
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \backslash
22447 hbar
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $\hbar$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470
22471 \backslash
22472 hslash
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $\hslash$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \backslash
22497 clubsuit
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $\clubsuit$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 spadesuit
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Formula $\spadesuit$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 bigstar
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\bigstar$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 blacklozenge
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\blacklozenge$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \backslash
22597 blacktriangle
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $\blacktriangle$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 blacktiangledown
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\blacktriangledown$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 bullet
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\bullet$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 </lyxtabular>
22666
22667 \end_inset
22668
22669
22670 \begin_inset Tabular
22671 <lyxtabular version="3" rows="10" columns="2">
22672 <features tabularvalignment="middle">
22673 <column alignment="center" valignment="top" width="0pt">
22674 <column alignment="center" valignment="top" width="0pt">
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 Command
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 Result
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 diamondsuit
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\diamondsuit$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 Diamond
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\Diamond$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 heartsuit
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\heartsuit$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 P
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\P$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 copyright
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\copyright$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 circledR
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\circledR$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 maltese
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\maltese$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 diagup
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\diagup$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \backslash
22902 diagdown
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $\diagdown$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 </lyxtabular>
22921
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \begin_layout Standard
22928 \begin_inset VSpace medskip
22929 \end_inset
22930
22931 More symbols are listed in 
22932 \begin_inset CommandInset ref
22933 LatexCommand ref
22934 reference "sub:Miscellaneous-special-Characters"
22935
22936 \end_inset
22937
22938 .
22939 \end_layout
22940
22941 \begin_layout Standard
22942 Some symbols can be displayed in different sizes, see 
22943 \begin_inset CommandInset ref
22944 LatexCommand ref
22945 reference "sub:Font-Sizes"
22946
22947 \end_inset
22948
22949 .
22950 \end_layout
22951
22952 \begin_layout Subsection
22953 The Euro-Symbol €
22954 \begin_inset Index idx
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958 Symbols ! Euro-symbol
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \begin_inset Index idx
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968
22969 \backslash
22970 @
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 officialeuro
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 To use the Euro symbol in formulas, the LaTeX-package 
22993 \series bold
22994 eurosym
22995 \series default
22996
22997 \begin_inset Index idx
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001 Packages ! eurosym
23002 \end_layout
23003
23004 \end_inset
23005
23006  must be installed and loaded with the LaTeX-preamble line
23007 \end_layout
23008
23009 \begin_layout Standard
23010
23011 \series bold
23012
23013 \backslash
23014 usepackage[gennarrow]{eurosym}
23015 \end_layout
23016
23017 \begin_layout Standard
23018 The Euro symbol can now be inserted with the command 
23019 \series bold
23020
23021 \backslash
23022 euro
23023 \series default
23024
23025 \begin_inset Index idx
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029 Commands ! E ! 
23030 \backslash
23031 euro
23032 \end_layout
23033
23034 \end_inset
23035
23036 .
23037 \end_layout
23038
23039 \begin_layout Standard
23040 The Euro symbol can directly be inserted with the € key in mathematical
23041  text, without having 
23042 \series bold
23043 eurosym
23044 \series default
23045  installed.
23046  When 
23047 \series bold
23048 eurosym
23049 \series default
23050  is installed, 
23051 \series bold
23052
23053 \backslash
23054 euro
23055 \series default
23056  can also be inserted in TeX-mode.
23057  The official currency symbol can then be inserted with the command 
23058 \series bold
23059
23060 \backslash
23061 officialeuro
23062 \series default
23063
23064 \begin_inset Index idx
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 Commands ! O ! 
23069 \backslash
23070 officialeuro
23071 \end_layout
23072
23073 \end_inset
23074
23075 , that is only available in TeX-mode.
23076 \end_layout
23077
23078 \begin_layout Standard
23079 \begin_inset ERT
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083
23084
23085 \backslash
23086 ifeurosym 
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \begin_inset Note Note
23093 status open
23094
23095 \begin_layout Plain Layout
23096 The following table will only be displayed when the LaTeX-package 
23097 \series bold
23098 eurosym
23099 \series default
23100  is installed.
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 An overview about the different Euro symbols:
23110 \end_layout
23111
23112 \begin_layout Standard
23113 \align center
23114 \begin_inset Tabular
23115 <lyxtabular version="3" rows="4" columns="3">
23116 <features tabularvalignment="middle">
23117 <column alignment="center" valignment="top" width="0pt">
23118 <column alignment="center" valignment="top" width="0pt">
23119 <column alignment="center" valignment="top" width="0pt">
23120 <row>
23121 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 Command 
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 Result
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154 formula
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 euro
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $\euro$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188 mathematical text
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 \begin_inset Formula $\mbox{€}$
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 <row>
23216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220 TeX-mode
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \backslash
23231 officialeuro
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 officialeuro
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 </lyxtabular>
23259
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 else 
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Note Note
23280 status open
23281
23282 \begin_layout Plain Layout
23283 The following will be displayed when the LaTeX-package 
23284 \series bold
23285 eurosym
23286 \series default
23287  is not installed:
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 You need to install the LaTeX-package 
23297 \series bold
23298 eurosym
23299 \series default
23300  to see the rest of this subsection in the output.
23301 \end_layout
23302
23303 \begin_layout Standard
23304 \begin_inset ERT
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308
23309
23310 \backslash
23311 fi 
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Section
23320 Relations
23321 \begin_inset CommandInset label
23322 LatexCommand label
23323 name "sec:Relations"
23324
23325 \end_inset
23326
23327
23328 \begin_inset Index idx
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332 Relations
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \begin_inset Index idx
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342 Comparisons|see
23343 \begin_inset ERT
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347
23348 {
23349 \end_layout
23350
23351 \end_inset
23352
23353 Relations
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359 }
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 All relations can also be inserted via the toolbar button 
23374 \begin_inset Graphics
23375         filename ../images/math/leq.png
23376         scale 85
23377
23378 \end_inset
23379
23380 .
23381 \end_layout
23382
23383 \begin_layout Standard
23384 \begin_inset space \hfill{}
23385 \end_inset
23386
23387
23388 \begin_inset Tabular
23389 <lyxtabular version="3" rows="17" columns="2">
23390 <features tabularvalignment="middle">
23391 <column alignment="center" valignment="top" width="0pt">
23392 <column alignment="center" valignment="top" width="0pt">
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 Command
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 Result
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 </row>
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 <
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $<$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 le
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\le$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 ll
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\ll$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 prec
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\prec$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 preceq
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\preceq$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 subset
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\subset$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 subseteq
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\subseteq$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 sqsubseteq
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\sqsubseteq$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 in
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\in$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 vdash
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\vdash$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 smile
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\smile$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \backslash
23693 lhd
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Formula $\lhd$
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \backslash
23718 unlhd
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Formula $\unlhd$
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 <row>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \backslash
23743 gtrless
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 \begin_inset Formula $\gtrless$
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 </row>
23761 <row>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \backslash
23768 mid
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\mid$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791
23792 \backslash
23793 nmid
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Formula $\nmid$
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 </row>
23811 </lyxtabular>
23812
23813 \end_inset
23814
23815
23816 \begin_inset space \hfill{}
23817 \end_inset
23818
23819
23820 \begin_inset Tabular
23821 <lyxtabular version="3" rows="17" columns="2">
23822 <features tabularvalignment="middle">
23823 <column alignment="center" valignment="top" width="0pt">
23824 <column alignment="center" valignment="top" width="0pt">
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 Command
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839 Result
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 </row>
23845 <row>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 =
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $=$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 not=
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\not=$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 equiv
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\equiv$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 sim
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\sim$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 simeq
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $\simeq$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 approx
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\approx$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 cong
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\cong$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 <row>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 bowtie
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $\bowtie$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \backslash
24050 notin
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $\notin$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 <row>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \backslash
24075 perp
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 \begin_inset Formula $\perp$
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 propto
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 \begin_inset Formula $\propto$
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 <row>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 asymp
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Formula $\asymp$
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 </row>
24143 <row>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148
24149 \backslash
24150 doteq
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Formula $\doteq$
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 </row>
24168 <row>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173
24174 \backslash
24175 circeq
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 \begin_inset Formula $\circeq$
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 </row>
24193 <row>
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198
24199 \backslash
24200 models
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 \begin_inset Formula $\models$
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 </row>
24218 <row>
24219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223
24224 \backslash
24225 widehat=
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 \begin_inset Formula $\widehat{=}$
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 </lyxtabular>
24244
24245 \end_inset
24246
24247
24248 \begin_inset space \hfill{}
24249 \end_inset
24250
24251
24252 \begin_inset Tabular
24253 <lyxtabular version="3" rows="17" columns="2">
24254 <features tabularvalignment="middle">
24255 <column alignment="center" valignment="top" width="0pt">
24256 <column alignment="center" valignment="top" width="0pt">
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 Command
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 Result
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 </row>
24277 <row>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 >
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Formula $>$
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 ge
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316 \begin_inset Formula $\ge$
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 </row>
24325 <row>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \backslash
24332 gg
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 \begin_inset Formula $\gg$
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 <row>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 succ
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 \begin_inset Formula $\succ$
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 succeq
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Formula $\succeq$
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 supset
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Formula $\supset$
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 supseteq
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 \begin_inset Formula $\supseteq$
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 <row>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 sqsupseteq
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 \begin_inset Formula $\sqsupseteq$
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 </row>
24475 <row>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 ni
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Formula $\ni$
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 <row>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 dashv
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516 \begin_inset Formula $\dashv$
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 </row>
24525 <row>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 frown
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 \begin_inset Formula $\frown$
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 <row>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555
24556 \backslash
24557 rhd
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 \begin_inset Formula $\rhd$
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 </row>
24575 <row>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 unrhd
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 \begin_inset Formula $\unrhd$
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 <row>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605
24606 \backslash
24607 lessgtr
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 \begin_inset Formula $\lessgtr$
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 </row>
24625 <row>
24626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 parallel
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641 \begin_inset Formula $\parallel$
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 </row>
24650 <row>
24651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 nparallel
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 \begin_inset Formula $\nparallel$
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 </row>
24675 </lyxtabular>
24676
24677 \end_inset
24678
24679
24680 \begin_inset space \hfill{}
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \begin_inset VSpace medskip
24688 \end_inset
24689
24690 The characters 
24691 \series bold
24692
24693 \backslash
24694 lhd
24695 \series default
24696  and 
24697 \series bold
24698
24699 \backslash
24700 rhd
24701 \series default
24702  are bigger than the equal looking operators 
24703 \series bold
24704
24705 \backslash
24706 triangleleft
24707 \series default
24708  and 
24709 \series bold
24710
24711 \backslash
24712 triangleright
24713 \series default
24714 , respectively.
24715 \end_layout
24716
24717 \begin_layout Standard
24718 Relations are, in contrary to symbols, always surrounded by space.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 Relations with labels can be created with the command 
24723 \series bold
24724
24725 \backslash
24726 stackrel
24727 \series default
24728
24729 \begin_inset Index idx
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733 Commands ! S ! 
24734 \backslash
24735 stackrel
24736 \end_layout
24737
24738 \end_inset
24739
24740 :
24741 \end_layout
24742
24743 \begin_layout Standard
24744 \align center
24745 \begin_inset Tabular
24746 <lyxtabular version="3" rows="2" columns="2">
24747 <features tabularvalignment="middle">
24748 <column alignment="center" valignment="top" width="0">
24749 <column alignment="center" valignment="top" width="0">
24750 <row>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 Command
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 Result
24765 \begin_inset Note Note
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769
24770 \series bold
24771
24772 \backslash
24773 raisebox
24774 \series default
24775  is only used as spacer.
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 </row>
24786 <row>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 A(r)
24792 \backslash
24793 stackrel
24794 \begin_inset ERT
24795 status collapsed
24796
24797 \begin_layout Plain Layout
24798
24799
24800 \backslash
24801 spce 
24802 \end_layout
24803
24804 \end_inset
24805
24806 r
24807 \backslash
24808 to
24809 \backslash
24810 infty
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816
24817 \backslash
24818 spce 
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \begin_inset Formula $\downarrow$
24825 \end_inset
24826
24827
24828 \backslash
24829 approx
24830 \begin_inset ERT
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834
24835
24836 \backslash
24837 spce 
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \begin_inset ERT
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848
24849 \backslash
24850 spce 
24851 \end_layout
24852
24853 \end_inset
24854
24855 B
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 </lyxtabular>
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Section
24881 Functions
24882 \end_layout
24883
24884 \begin_layout Subsection
24885 Predefined Functions
24886 \begin_inset CommandInset label
24887 LatexCommand label
24888 name "sub:Predefined-Functions"
24889
24890 \end_inset
24891
24892
24893 \begin_inset Index idx
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 Functions ! predefined
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Standard
24906 In general, variables are set 
24907 \emph on
24908 italic
24909 \emph default
24910  in mathematical expressions, but not function names, because 
24911 \begin_inset Formula $sin$
24912 \end_inset
24913
24914  could be misunderstood as 
24915 \begin_inset Formula $s\cdot i\cdot n$
24916 \end_inset
24917
24918 .
24919  Therefore there are predefined functions, that are additionally a bit separated
24920  from prefactors.
24921  They are inserted as commands starting with a backslash before their name.
24922 \end_layout
24923
24924 \begin_layout Standard
24925 \align center
24926 \begin_inset Tabular
24927 <lyxtabular version="3" rows="2" columns="4">
24928 <features tabularvalignment="middle">
24929 <column alignment="center" valignment="top" width="0pt">
24930 <column alignment="center" valignment="top" width="0pt">
24931 <column alignment="center" valignment="top" width="0pt">
24932 <column alignment="center" valignment="top" width="0pt">
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 Command
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 Result
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 Command
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 Result
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 </row>
24971 <row>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 Asin(x)+B
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 \begin_inset Formula $Asin(x)+B$
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 A
24998 \backslash
24999 sin(x)+B
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 \begin_inset Formula $A\sin(x)+B$
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 </lyxtabular>
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 The following functions are predefined:
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset VSpace -2mm
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \align center
25037 \begin_inset Tabular
25038 <lyxtabular version="3" rows="9" columns="4">
25039 <features tabularvalignment="middle">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <column alignment="center" valignment="top" width="0pt">
25043 <column alignment="center" valignment="top" width="0pt">
25044 <row>
25045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 Command
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Command
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Command
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Command
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 sin
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 sinh
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 arcsin
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 sup
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 <row>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 cos
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 cosh
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 arccos
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 inf
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 tan
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 tanh
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 arctan
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 lim
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 cot
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 coth
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 arg
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 liminf
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 sec
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 min
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 deg
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 limsup
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 <row>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 csc
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 max
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 det
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 Pr
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 ln
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 exp
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 dim
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \backslash
25398 hom
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 </row>
25404 <row>
25405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \backslash
25411 lg
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 log
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 ker
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442
25443 \backslash
25444 gcd
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 </row>
25450 </lyxtabular>
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 They can also be inserted with the math toolbar button 
25459 \begin_inset Graphics
25460         filename ../images/math/functions.png
25461         scale 85
25462
25463 \end_inset
25464
25465 .
25466 \end_layout
25467
25468 \begin_layout Subsection
25469 Self-defined Functions
25470 \begin_inset Index idx
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 Functions ! self-defined
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 To use a function that is not predefined, like for example the sign function
25484  sgn(x), there are two possibilities:
25485 \end_layout
25486
25487 \begin_layout Itemize
25488 Define the function by inserting the following line to the LaTeX-preamble
25489 \begin_inset Foot
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 For more about 
25494 \series bold
25495
25496 \backslash
25497 DeclareMathOperator
25498 \series default
25499  see 
25500 \begin_inset CommandInset ref
25501 LatexCommand ref
25502 reference "sub:Self-defined-Operators"
25503
25504 \end_inset
25505
25506 .
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \begin_inset Newline newline
25513 \end_inset
25514
25515
25516 \begin_inset VSpace -3mm
25517 \end_inset
25518
25519
25520 \begin_inset Newline newline
25521 \end_inset
25522
25523
25524 \series bold
25525
25526 \backslash
25527 DeclareMathOperator{
25528 \backslash
25529 sgn}{sgn}
25530 \series default
25531
25532 \begin_inset Index idx
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 Commands ! D ! 
25537 \backslash
25538 dbinom@
25539 \backslash
25540 DeclareMathOperator
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \begin_inset Newline newline
25547 \end_inset
25548
25549
25550 \begin_inset VSpace -2mm
25551 \end_inset
25552
25553
25554 \begin_inset Newline newline
25555 \end_inset
25556
25557 Now the new defined function can be called with the command 
25558 \series bold
25559
25560 \backslash
25561 sgn
25562 \series default
25563 .
25564 \end_layout
25565
25566 \begin_layout Itemize
25567 Write the formula as usual, mark the formula name, in our example the letters
25568  
25569 \emph on
25570 sgn
25571 \emph default
25572 , and change it to mathematical text.
25573  At last a space is inserted between prefactor and function.
25574 \end_layout
25575
25576 \begin_layout Standard
25577 The result is the same with both methods as with a predefined function
25578 \begin_inset Foot
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 In LyX self-defined functions are displayed red, predefined ones black.
25583 \end_layout
25584
25585 \end_inset
25586
25587 :
25588 \end_layout
25589
25590 \begin_layout Standard
25591 \align center
25592 \begin_inset Tabular
25593 <lyxtabular version="3" rows="3" columns="2">
25594 <features tabularvalignment="middle">
25595 <column alignment="center" valignment="top" width="0pt">
25596 <column alignment="center" valignment="top" width="0pt">
25597 <row>
25598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 Command
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611 Result
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 </row>
25617 <row>
25618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 A
25623 \backslash
25624 sgn(x)+B
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 \begin_inset Formula $A\sgn(x)+B$
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 </row>
25642 <row>
25643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 A
25648 \backslash
25649 ,
25650 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25651 \end_inset
25652
25653 (x)+B
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 </lyxtabular>
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Standard
25679 The first method is more suitable when the self-defined function should
25680  be used several times.
25681 \end_layout
25682
25683 \begin_layout Subsection
25684 Limits
25685 \begin_inset Index idx
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689 Limits
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 For limits there are defined besides 
25699 \series bold
25700
25701 \backslash
25702 lim
25703 \series default
25704
25705 \begin_inset Index idx
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709 Commands ! L ! 
25710 \backslash
25711 lim
25712 \end_layout
25713
25714 \end_inset
25715
25716
25717 \series bold
25718
25719 \backslash
25720 liminf
25721 \series default
25722  and 
25723 \series bold
25724
25725 \backslash
25726 limsup
25727 \series default
25728  furthermore the following functions:
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \align center
25733 \begin_inset Tabular
25734 <lyxtabular version="3" rows="5" columns="2">
25735 <features tabularvalignment="middle">
25736 <column alignment="center" valignment="top" width="0">
25737 <column alignment="center" valignment="top" width="0">
25738 <row>
25739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743 Command
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 Result
25753 \begin_inset Note Note
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758 \series bold
25759
25760 \backslash
25761 raisebox
25762 \series default
25763  is only used as spacer.
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779
25780 \backslash
25781 varliminf
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 \begin_inset Formula $\varliminf$
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 varlimsup
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Formula $\varlimsup$
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 varprojlim
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset Formula $\varprojlim$
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 varinjlim
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 \begin_inset Formula $\varinjlim$
25866 \end_inset
25867
25868
25869 \begin_inset Formula $\raisebox{-2.5mm}{}$
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 </row>
25878 </lyxtabular>
25879
25880 \end_inset
25881
25882
25883 \end_layout
25884
25885 \begin_layout Standard
25886 \begin_inset VSpace medskip
25887 \end_inset
25888
25889 The limit is created by inserting a subscript.
25890  It is set right beside the function in an inline formula:
25891 \end_layout
25892
25893 \begin_layout Standard
25894 \align center
25895 \begin_inset Tabular
25896 <lyxtabular version="3" rows="2" columns="2">
25897 <features tabularvalignment="middle">
25898 <column alignment="center" valignment="top" width="0pt">
25899 <column alignment="center" valignment="top" width="0pt">
25900 <row>
25901 <cell alignment="center" valignment="top" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 Command
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914 \begin_inset space \hspace{}
25915 \length 1cm
25916 \end_inset
25917
25918 Result
25919 \begin_inset Note Note
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923 The space and
25924 \series bold
25925  
25926 \backslash
25927 raisebox
25928 \series default
25929  are used here as spacer.
25930 \end_layout
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 </row>
25940 <row>
25941 <cell alignment="center" valignment="top" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945
25946 \backslash
25947 lim_x
25948 \backslash
25949 to
25950 \begin_inset ERT
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954
25955
25956 \backslash
25957 spce 
25958 \end_layout
25959
25960 \end_inset
25961
25962 A
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 spce 
25971 \end_layout
25972
25973 \end_inset
25974
25975 x=B
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 </lyxtabular>
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \begin_layout Standard
26001 In a displayed formula the limit is set below the formula, as usual:
26002 \begin_inset Formula 
26003 \[
26004 \lim_{x\to A}x=B
26005 \]
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Subsection
26013 Modulo-Functions
26014 \begin_inset Index idx
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018 Functions ! modulo-
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Standard
26027 The modulo-function is special, because it exists in four variants.
26028 \end_layout
26029
26030 \begin_layout Standard
26031 The variants in a displayed formula:
26032 \begin_inset Formula 
26033 \begin{align*}
26034 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26035 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26036 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26037 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26038 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26039 \end{align*}
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047 In an inline formula less space is set before the function names for all
26048  variants.
26049 \end_layout
26050
26051 \begin_layout Section
26052 Special Characters
26053 \begin_inset Index idx
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057 Special characters
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Subsection
26066 Special Characters in Mathematical Text
26067 \end_layout
26068
26069 \begin_layout Standard
26070 The following commands can only be used in mathematical text or in TeX-mode:
26071 \end_layout
26072
26073 \begin_layout Standard
26074 \begin_inset space \hfill{}
26075 \end_inset
26076
26077
26078 \begin_inset Tabular
26079 <lyxtabular version="3" rows="8" columns="2">
26080 <features tabularvalignment="middle">
26081 <column alignment="block" valignment="top" width="0">
26082 <column alignment="block" valignment="top" width="0">
26083 <row>
26084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 Command
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097 Result
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 </row>
26103 <row>
26104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108
26109 \backslash
26110 oe
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119 \begin_inset Formula $\textrm{œ}$
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 </row>
26128 <row>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133
26134 \backslash
26135 OE
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 \begin_inset Formula $\textrm{Œ}$
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 </row>
26153 <row>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158
26159 \backslash
26160 ae
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 \begin_inset Formula $\textrm{æ}$
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 </row>
26178 <row>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183
26184 \backslash
26185 AE
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194 \begin_inset Formula $\textrm{Æ}$
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 aa
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219 \begin_inset Formula $\textrm{\aa}$
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 </row>
26228 <row>
26229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \backslash
26235 AA
26236 \begin_inset Index idx
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 @
26243 \begin_inset ERT
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247
26248
26249 \backslash
26250 textrm{
26251 \backslash
26252 AA}
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271 \begin_inset Formula $\textrm{Å}$
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 </row>
26280 <row>
26281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285
26286 \backslash
26287 i
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296 \begin_inset Formula $\textrm{ı}$
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 </row>
26305 </lyxtabular>
26306
26307 \end_inset
26308
26309
26310 \begin_inset space \hfill{}
26311 \end_inset
26312
26313
26314 \begin_inset Tabular
26315 <lyxtabular version="3" rows="8" columns="2">
26316 <features tabularvalignment="middle">
26317 <column alignment="block" valignment="top" width="0">
26318 <column alignment="center" valignment="top" width="0">
26319 <row>
26320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 command
26325 \begin_inset Note Note
26326 status collapsed
26327
26328 \begin_layout Plain Layout
26329 The space of 0
26330 \begin_inset space \thinspace{}
26331 \end_inset
26332
26333 mm is used for separation, because otherwise the output will be ¡ and ¿
26334  respectively.
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 Result
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 <row>
26355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359
26360 \backslash
26361 o
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 \begin_inset Formula $\textrm{ø}$
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 <row>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384
26385 \backslash
26386 O
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 \begin_inset Formula $\textrm{Ø}$
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \backslash
26411 l
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420 \begin_inset Formula $\textrm{ł}$
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 <row>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \backslash
26436 L
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445 \begin_inset Formula $\textrm{Ł}$
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 !
26460 \begin_inset space \hspace{}
26461 \length 0mm
26462 \end_inset
26463
26464 `
26465 \begin_inset ERT
26466 status collapsed
26467
26468 \begin_layout Plain Layout
26469
26470
26471 \backslash
26472 spce 
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 \begin_inset Formula $\textrm{!`}$
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 <row>
26496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 ?
26501 \begin_inset space \hspace{}
26502 \length 0mm
26503 \end_inset
26504
26505 `
26506 \begin_inset ERT
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510
26511
26512 \backslash
26513 spce 
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 \begin_inset Formula $\textrm{?`}$
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \backslash
26543 j
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset Formula $\textrm{ȷ}$
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 </row>
26561 </lyxtabular>
26562
26563 \end_inset
26564
26565
26566 \begin_inset space \hfill{}
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573 The characters 
26574 \begin_inset Formula $\textrm{\textrm{Å}}$
26575 \end_inset
26576
26577  and 
26578 \begin_inset Formula $\textrm{\textrm{Ø}}$
26579 \end_inset
26580
26581  can also be inserted via the math toolbar button 
26582 \begin_inset Graphics
26583         filename ../images/math/digamma.png
26584         scale 85
26585
26586 \end_inset
26587
26588 .
26589 \end_layout
26590
26591 \begin_layout Standard
26592 An exception are the commands 
26593 \series bold
26594 !
26595 \begin_inset space \hspace{}
26596 \length 0mm
26597 \end_inset
26598
26599 `
26600 \series default
26601  and 
26602 \series bold
26603 ?
26604 \begin_inset space \hspace{}
26605 \length 0mm
26606 \end_inset
26607
26608 `
26609 \series default
26610 , because they can be inserted in LyX directly to text.
26611 \end_layout
26612
26613 \begin_layout Subsection
26614 Accents in Text
26615 \begin_inset CommandInset label
26616 LatexCommand label
26617 name "sub:Accents-in-Text"
26618
26619 \end_inset
26620
26621
26622 \begin_inset Index idx
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 Accents ! in text
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Standard
26635 With the following commands all letters can be accented.
26636  The commands must be inserted in TeX-mode.
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset space \hfill{}
26641 \end_inset
26642
26643
26644 \begin_inset Tabular
26645 <lyxtabular version="3" rows="8" columns="2">
26646 <features tabularvalignment="middle">
26647 <column alignment="block" valignment="top" width="0">
26648 <column alignment="block" valignment="top" width="0">
26649 <row>
26650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 Command
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 Result
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 </row>
26669 <row>
26670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674
26675 \backslash
26676
26677 \begin_inset Quotes grd
26678 \end_inset
26679
26680 e
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 \begin_inset ERT
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694
26695 \backslash
26696 "e
26697 \end_layout
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 <row>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712
26713 \backslash
26714 `e
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728
26729 \backslash
26730 `e
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \backslash
26748 ^
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 spce 
26757 \end_layout
26758
26759 \end_inset
26760
26761 e
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774
26775
26776 \backslash
26777 ^e
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 </row>
26788 <row>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793
26794 \backslash
26795 =e
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804 \begin_inset ERT
26805 status collapsed
26806
26807 \begin_layout Plain Layout
26808
26809
26810 \backslash
26811 =e
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 </row>
26822 <row>
26823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26824 \begin_inset Text
26825
26826 \begin_layout Plain Layout
26827
26828 \backslash
26829 u
26830 \begin_inset ERT
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834
26835
26836 \backslash
26837 spce 
26838 \end_layout
26839
26840 \end_inset
26841
26842 e
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 \begin_inset ERT
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856
26857 \backslash
26858 u e
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 <row>
26870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874
26875 \backslash
26876 b
26877 \begin_inset ERT
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 spce 
26885 \end_layout
26886
26887 \end_inset
26888
26889 e
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898 \begin_inset ERT
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902
26903
26904 \backslash
26905 b e
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \end_inset
26914 </cell>
26915 </row>
26916 <row>
26917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Plain Layout
26921
26922 \backslash
26923 t
26924 \begin_inset ERT
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928
26929
26930 \backslash
26931 spce 
26932 \end_layout
26933
26934 \end_inset
26935
26936 ee
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945 \begin_inset ERT
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949
26950
26951 \backslash
26952 t ee
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 </row>
26963 </lyxtabular>
26964
26965 \end_inset
26966
26967
26968 \begin_inset space \hfill{}
26969 \end_inset
26970
26971
26972 \begin_inset Tabular
26973 <lyxtabular version="3" rows="8" columns="2">
26974 <features tabularvalignment="middle">
26975 <column alignment="block" valignment="top" width="0">
26976 <column alignment="center" valignment="top" width="0">
26977 <row>
26978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 Command
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 Result
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 </row>
26997 <row>
26998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Plain Layout
27002
27003 \backslash
27004 H
27005 \begin_inset ERT
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009
27010
27011 \backslash
27012 spce 
27013 \end_layout
27014
27015 \end_inset
27016
27017 e
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 \begin_inset ERT
27027 status collapsed
27028
27029 \begin_layout Plain Layout
27030
27031
27032 \backslash
27033 H e
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 <row>
27045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049
27050 \backslash
27051 'e
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 \begin_inset ERT
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064
27065
27066 \backslash
27067 'e
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 </row>
27078 <row>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \backslash
27085 ~e
27086 \begin_inset Index idx
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090 Tilde
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104 \begin_inset ERT
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108
27109
27110 \backslash
27111 ~e
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 </row>
27122 <row>
27123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127
27128 \backslash
27129 .e
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138 \begin_inset ERT
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142
27143
27144 \backslash
27145 .e
27146 \end_layout
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 </row>
27156 <row>
27157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27158 \begin_inset Text
27159
27160 \begin_layout Plain Layout
27161
27162 \backslash
27163 v
27164 \begin_inset ERT
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168
27169
27170 \backslash
27171 spce 
27172 \end_layout
27173
27174 \end_inset
27175
27176 e
27177 \end_layout
27178
27179 \end_inset
27180 </cell>
27181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27182 \begin_inset Text
27183
27184 \begin_layout Plain Layout
27185 \begin_inset ERT
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189
27190
27191 \backslash
27192 v e
27193 \end_layout
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \end_inset
27201 </cell>
27202 </row>
27203 <row>
27204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Plain Layout
27208
27209 \backslash
27210 d
27211 \begin_inset ERT
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215
27216
27217 \backslash
27218 spce 
27219 \end_layout
27220
27221 \end_inset
27222
27223 e
27224 \end_layout
27225
27226 \end_inset
27227 </cell>
27228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232 \begin_inset ERT
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236
27237
27238 \backslash
27239 d e
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 </row>
27250 <row>
27251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Plain Layout
27255
27256 \backslash
27257 c
27258 \begin_inset ERT
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262
27263
27264 \backslash
27265 spce 
27266 \end_layout
27267
27268 \end_inset
27269
27270 e
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279 \begin_inset ERT
27280 status collapsed
27281
27282 \begin_layout Plain Layout
27283
27284
27285 \backslash
27286 c e
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \end_inset
27295 </cell>
27296 </row>
27297 </lyxtabular>
27298
27299 \end_inset
27300
27301
27302 \begin_inset space \hfill{}
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Standard
27309 \begin_inset VSpace medskip
27310 \end_inset
27311
27312 With the command 
27313 \series bold
27314
27315 \backslash
27316 t
27317 \series default
27318  also two different characters can be accented.
27319  The command 
27320 \series bold
27321
27322 \backslash
27323 t
27324 \begin_inset ERT
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328
27329
27330 \backslash
27331 spce 
27332 \end_layout
27333
27334 \end_inset
27335
27336 sz
27337 \series default
27338  creates: 
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343
27344
27345 \backslash
27346 t sz
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \begin_layout Standard
27355 The accents 
27356 \series bold
27357 `
27358 \series default
27359  , 
27360 \series bold
27361 '
27362 \series default
27363  and 
27364 \series bold
27365 ^
27366 \series default
27367  can in combination with vowels directly be inserted with the keyboard without
27368  using TeX-mode.
27369  The same applies for the tilde
27370 \begin_inset Foot
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 This only applies for keyboards where the tilde is defined as accent.
27375 \end_layout
27376
27377 \end_inset
27378
27379  
27380 \series bold
27381 ~
27382 \series default
27383  in combination with 
27384 \emph on
27385 a
27386 \emph default
27387  , 
27388 \emph on
27389 n
27390 \emph default
27391  , or 
27392 \emph on
27393 o
27394 \emph default
27395 .
27396 \end_layout
27397
27398 \begin_layout Standard
27399 The commands 
27400 \series bold
27401
27402 \backslash
27403 b
27404 \series default
27405  , 
27406 \series bold
27407
27408 \backslash
27409 c
27410 \series default
27411  , 
27412 \series bold
27413
27414 \backslash
27415 d
27416 \series default
27417  , 
27418 \series bold
27419
27420 \backslash
27421 H
27422 \series default
27423  , 
27424 \series bold
27425
27426 \backslash
27427 t
27428 \series default
27429  , 
27430 \series bold
27431
27432 \backslash
27433 u
27434 \series default
27435  , 
27436 \series bold
27437
27438 \backslash
27439 v
27440 \series default
27441  and accents that are inserted directly with the keyboard are also available
27442  in mathematical text.
27443  For the other accents there are special math commands to be used in formulas,
27444  see 
27445 \begin_inset CommandInset ref
27446 LatexCommand ref
27447 reference "sub:Accents-for-one"
27448
27449 \end_inset
27450
27451 .
27452 \end_layout
27453
27454 \begin_layout Standard
27455 \begin_inset VSpace bigskip
27456 \end_inset
27457
27458 Furthermore, with the command 
27459 \series bold
27460
27461 \backslash
27462 textcircled
27463 \series default
27464
27465 \begin_inset Index idx
27466 status collapsed
27467
27468 \begin_layout Plain Layout
27469 Commands ! T ! 
27470 \backslash
27471 textcircled
27472 \end_layout
27473
27474 \end_inset
27475
27476  all numbers and letters can be set into a circle, quasi accented with a
27477  circle, similar to the copyright symbol.
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \align center
27482 \begin_inset Tabular
27483 <lyxtabular version="3" rows="3" columns="2">
27484 <features tabularvalignment="middle">
27485 <column alignment="center" valignment="top" width="0">
27486 <column alignment="center" valignment="top" width="0">
27487 <row>
27488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27489 \begin_inset Text
27490
27491 \begin_layout Plain Layout
27492 Command
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501 Result
27502 \begin_inset Note Note
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506
27507 \series bold
27508
27509 \backslash
27510 raisebox
27511 \series default
27512  is only used as spacer.
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 </row>
27523 <row>
27524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528
27529 \backslash
27530 textcircled{w}
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27536 \begin_inset Text
27537
27538 \begin_layout Plain Layout
27539 \begin_inset ERT
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543
27544
27545 \backslash
27546 textcircled{w}
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 <row>
27558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Plain Layout
27562
27563 \backslash
27564 Large 
27565 \backslash
27566 textcircled{
27567 \backslash
27568 normalsize
27569 \backslash
27570 protect
27571 \backslash
27572 raisebox{-1.5pt}{W}}
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27578 \begin_inset Text
27579
27580 \begin_layout Plain Layout
27581 \begin_inset Formula $\raisebox{4.5mm}{}$
27582 \end_inset
27583
27584
27585 \begin_inset ERT
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589
27590
27591 \backslash
27592 Large 
27593 \backslash
27594 textcircled{
27595 \backslash
27596 normalsize
27597 \backslash
27598 protect
27599 \backslash
27600 raisebox{-1.5pt}W}
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \begin_inset Formula $\raisebox{-2mm}{}$
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 </row>
27615 </lyxtabular>
27616
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \begin_layout Standard
27623 One has to take care that the character fits in the circle.
27624  
27625 \series bold
27626
27627 \backslash
27628 Large
27629 \series default
27630
27631 \begin_inset Foot
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 see 
27636 \begin_inset CommandInset ref
27637 LatexCommand ref
27638 reference "sub:Font-Sizes"
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \end_inset
27646
27647  specifies thereby the size of the circle.
27648  With the help of 
27649 \series bold
27650
27651 \backslash
27652 raisebox
27653 \series default
27654
27655 \begin_inset Foot
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 see 
27660 \begin_inset CommandInset ref
27661 LatexCommand ref
27662 reference "sub:Boxes-without-Frame"
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \end_inset
27670
27671  the character can be centered.
27672 \end_layout
27673
27674 \begin_layout Subsection
27675 Old-style Figures
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 Old-style Figures
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \begin_layout Standard
27689 Old-style figures (also known as old-style numerals) are created with the
27690  command 
27691 \series bold
27692
27693 \backslash
27694 oldstylenums
27695 \series default
27696
27697 \begin_inset Index idx
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701 Commands ! O ! 
27702 \backslash
27703 oldstylenums
27704 \end_layout
27705
27706 \end_inset
27707
27708 .
27709  The command can be used in formulas and in TeX-mode.
27710  The command scheme is:
27711 \end_layout
27712
27713 \begin_layout Standard
27714
27715 \series bold
27716
27717 \backslash
27718 oldstylenums{number}
27719 \end_layout
27720
27721 \begin_layout Standard
27722 The command 
27723 \series bold
27724
27725 \backslash
27726 oldstylenums{0123456789
27727 \series default
27728  produces: 
27729 \begin_inset Formula $\oldstylenums{0123456789}$
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Subsection
27736 Miscellaneous special Characters
27737 \begin_inset CommandInset label
27738 LatexCommand label
27739 name "sub:Miscellaneous-special-Characters"
27740
27741 \end_inset
27742
27743
27744 \begin_inset Index idx
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 Special characters ! miscellaneous
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Standard
27757 The following characters can only be inserted to formulas by using commands:
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \align center
27762 \begin_inset Tabular
27763 <lyxtabular version="3" rows="4" columns="2">
27764 <features tabularvalignment="middle">
27765 <column alignment="center" valignment="top" width="0">
27766 <column alignment="center" valignment="top" width="0">
27767 <row>
27768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 Command
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 Result
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 </row>
27787 <row>
27788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792
27793 \backslash
27794 ^
27795 \begin_inset ERT
27796 status collapsed
27797
27798 \begin_layout Plain Layout
27799
27800
27801 \backslash
27802 spce 
27803 \end_layout
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 \begin_inset Formula $\mathcircumflex$
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 </row>
27825 <row>
27826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830
27831 \backslash
27832 _
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 \begin_inset Formula $\_$
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 </row>
27850 <row>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 ^
27856 \begin_inset ERT
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860
27861
27862 \backslash
27863 spce 
27864 \end_layout
27865
27866 \end_inset
27867
27868
27869 \backslash
27870 circ
27871 \begin_inset Index idx
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876 \backslash
27877
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \end_inset
27886 </cell>
27887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27888 \begin_inset Text
27889
27890 \begin_layout Plain Layout
27891 \begin_inset Formula $^{\circ}$
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 </row>
27900 </lyxtabular>
27901
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \begin_layout Standard
27908 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27909  contains the following line
27910 \begin_inset Foot
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914 More about this is described in 
27915 \begin_inset CommandInset ref
27916 LatexCommand ref
27917 reference "sub:Text-Characters-in"
27918
27919 \end_inset
27920
27921 .
27922 \end_layout
27923
27924 \end_inset
27925
27926 :
27927 \end_layout
27928
27929 \begin_layout Standard
27930
27931 \series bold
27932
27933 \backslash
27934 DeclareInputtext{176}{
27935 \backslash
27936 ifmmode^
27937 \backslash
27938 circ
27939 \backslash
27940 else
27941 \backslash
27942 textdegree
27943 \backslash
27944 fi}
27945 \end_layout
27946
27947 \begin_layout Standard
27948 \begin_inset Newpage newpage
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Section
27955 Formula Styles
27956 \begin_inset CommandInset label
27957 LatexCommand label
27958 name "sec:Formula-Styles"
27959
27960 \end_inset
27961
27962
27963 \begin_inset Index idx
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967 Formula ! styles
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \begin_layout Itemize
27976 There are two different alignment styles:
27977 \end_layout
27978
27979 \begin_deeper
27980 \begin_layout Description
27981 Centered is the predefined standard
27982 \end_layout
27983
27984 \begin_layout Description
27985 Indented for this the option 
27986 \series bold
27987 fleqn
27988 \series default
27989  must be inserted in the menu 
27990 \family sans
27991 Document\SpecialChar \menuseparator
27992 Settings
27993 \family default
27994  under 
27995 \family sans
27996 Document
27997 \begin_inset space ~
27998 \end_inset
27999
28000 Class
28001 \end_layout
28002
28003 \begin_layout Standard
28004 When 
28005 \series bold
28006 Indented
28007 \series default
28008  is used, the indentation can be adjusted with the length 
28009 \series bold
28010
28011 \backslash
28012 mathindent
28013 \series default
28014
28015 \begin_inset Index idx
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 Commands ! M ! 
28020 \backslash
28021 mathindent
28022 \end_layout
28023
28024 \end_inset
28025
28026 .
28027  Should the distance be 15
28028 \begin_inset space \thinspace{}
28029 \end_inset
28030
28031 mm, the following command line is inserted in the LaTeX-preamble
28032 \end_layout
28033
28034 \begin_layout Standard
28035
28036 \series bold
28037
28038 \backslash
28039 setlength{
28040 \backslash
28041 mathindent}{15mm}
28042 \end_layout
28043
28044 \begin_layout Standard
28045 When no length is specified, the predefined value of 30
28046 \begin_inset space \thinspace{}
28047 \end_inset
28048
28049 pt will be used.
28050 \end_layout
28051
28052 \end_deeper
28053 \begin_layout Itemize
28054 And two different numbering styles:
28055 \end_layout
28056
28057 \begin_deeper
28058 \begin_layout Description
28059 Right is the predefined standard
28060 \end_layout
28061
28062 \begin_layout Description
28063 Left for this the option 
28064 \series bold
28065 leqno
28066 \series default
28067  must be inserted in the menu 
28068 \family sans
28069 Document\SpecialChar \menuseparator
28070 Settings
28071 \family default
28072  under 
28073 \family sans
28074 Document
28075 \begin_inset space ~
28076 \end_inset
28077
28078 Class
28079 \end_layout
28080
28081 \end_deeper
28082 \begin_layout Standard
28083
28084 \series bold
28085 fleqn
28086 \series default
28087  and 
28088 \series bold
28089 leqno
28090 \series default
28091  can also be used together.
28092  In this case both options are inserted, separated by a comma.
28093 \end_layout
28094
28095 \begin_layout Standard
28096 The chosen styles are used for all displayed formulas of the document.
28097  When both, centered and indented formulas should be created in a document,
28098  the style 
28099 \series bold
28100 Centered
28101 \series default
28102  is used.
28103  The indented formulas are then set in a flalign environment, see 
28104 \begin_inset CommandInset ref
28105 LatexCommand ref
28106 reference "sub:Flalign-Environment"
28107
28108 \end_inset
28109
28110 .
28111 \end_layout
28112
28113 \begin_layout Section
28114 Multiline Formulas
28115 \begin_inset CommandInset label
28116 LatexCommand label
28117 name "sec:Multiline-Formulas"
28118
28119 \end_inset
28120
28121
28122 \begin_inset Index idx
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 Formula ! multiline
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Subsection
28135 General
28136 \end_layout
28137
28138 \begin_layout Standard
28139 In LyX multiline formulas are created by pressing 
28140 \series bold
28141
28142 \begin_inset Info
28143 type  "shortcut"
28144 arg   "newline-insert newline"
28145 \end_inset
28146
28147
28148 \series default
28149  inside a formula.
28150  This creates either an 
28151 \series bold
28152 eqnarray environment
28153 \series default
28154  that is described in 
28155 \begin_inset CommandInset ref
28156 LatexCommand ref
28157 reference "sub:Eqnarray-Environment"
28158
28159 \end_inset
28160
28161  or, when the option 
28162 \family sans
28163 Use AMS math package
28164 \family default
28165  in the document settings is selected, an 
28166 \series bold
28167 align environment
28168 \series default
28169  that is described in 
28170 \begin_inset CommandInset ref
28171 LatexCommand ref
28172 reference "sub:Standard-align-Environment"
28173
28174 \end_inset
28175
28176 .
28177 \end_layout
28178
28179 \begin_layout Standard
28180 There are other multiline formula environments that can be created via the
28181  menu 
28182 \family sans
28183 Insert\SpecialChar \menuseparator
28184 Math
28185 \family default
28186 .
28187  These environments are described in the following sections.
28188 \end_layout
28189
28190 \begin_layout Standard
28191 In all multiline formula environments a new line is created by pressing
28192  
28193 \begin_inset Info
28194 type  "shortcut"
28195 arg   "newline-insert newline"
28196 \end_inset
28197
28198 .
28199  To add or delete lines, the math toolbar buttons 
28200 \begin_inset Graphics
28201         filename ../images/tabular-feature_append-row.png
28202         scale 85
28203
28204 \end_inset
28205
28206  or 
28207 \begin_inset Graphics
28208         filename ../images/tabular-feature_delete-row.png
28209         scale 85
28210
28211 \end_inset
28212
28213 , respectively, or the menu 
28214 \family sans
28215 Edit\SpecialChar \menuseparator
28216 Rows & Columns
28217 \family default
28218  can be used.
28219 \end_layout
28220
28221 \begin_layout Subsubsection
28222 Line Separation
28223 \begin_inset CommandInset label
28224 LatexCommand label
28225 name "sub:Line-Separation"
28226
28227 \end_inset
28228
28229
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 Formula ! multiline ! Line separation
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Standard
28243 There is sometimes not enough space in multiline formulas between the lines:
28244 \begin_inset Formula 
28245 \begin{eqnarray*}
28246 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}\\
28247 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
28248 \end{eqnarray*}
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Standard
28256 In LaTeX additional line space is specified as optional argument of the
28257  new line command.
28258  This is not yet possible in LyX
28259 \begin_inset Foot
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 see 
28264 \begin_inset CommandInset href
28265 LatexCommand href
28266 name "LyX-bug #1505"
28267 target "http://www.lyx.org/trac/ticket/1505"
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \end_inset
28275
28276 , therefore the whole formula must be inserted in TeX-mode.
28277  To add in our example space, the command 
28278 \series bold
28279
28280 \backslash
28281
28282 \backslash
28283 [3mm]
28284 \series default
28285  is inserted at the end of the first line.
28286  One gets: 
28287 \begin_inset ERT
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291
28292
28293 \backslash
28294 begin{eqnarray*}
28295 \end_layout
28296
28297 \begin_layout Plain Layout
28298
28299 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28300  = & 
28301 \backslash
28302 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28303 \backslash
28304
28305 \backslash
28306 [3mm]
28307 \end_layout
28308
28309 \begin_layout Plain Layout
28310
28311 4x^{2}
28312 \backslash
28313 left(B^{2}+x_{0}^{2}
28314 \backslash
28315 right)+4x_{0}x
28316 \backslash
28317 left(D-B^{2}
28318 \backslash
28319 right)+B^{2}
28320 \backslash
28321 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28322 \backslash
28323 right) & = & 0
28324 \end_layout
28325
28326 \begin_layout Plain Layout
28327
28328
28329 \backslash
28330 end{eqnarray*}
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \begin_layout Standard
28339 \begin_inset VSpace bigskip
28340 \end_inset
28341
28342 To set the line separation for all lines in a formula, the length 
28343 \series bold
28344
28345 \backslash
28346 jot
28347 \series default
28348
28349 \begin_inset Index idx
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 Commands ! J ! 
28354 \backslash
28355 jot
28356 \end_layout
28357
28358 \end_inset
28359
28360  is changed.
28361  The definition is: 
28362 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28363 \end_inset
28364
28365 .
28366  Predefined for 
28367 \series bold
28368
28369 \backslash
28370 jot
28371 \series default
28372  is the value 3
28373 \begin_inset space \thinspace{}
28374 \end_inset
28375
28376 pt.
28377  To create 3
28378 \begin_inset space \thinspace{}
28379 \end_inset
28380
28381 mm additional line separation as in the previous example, the command
28382 \end_layout
28383
28384 \begin_layout Standard
28385
28386 \series bold
28387
28388 \backslash
28389 setlength{
28390 \backslash
28391 jot}{3mm+3pt}
28392 \end_layout
28393
28394 \begin_layout Standard
28395 is inserted in TeX-mode before the formula.
28396  This requires that the LaTeX-package 
28397 \series bold
28398 calc
28399 \series default
28400
28401 \begin_inset Foot
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406 \series bold
28407 calc
28408 \series default
28409  is part of every LaTeX standard installation.
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \begin_inset Index idx
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419 Packages ! calc
28420 \end_layout
28421
28422 \end_inset
28423
28424  was loaded in LaTeX-preamble with the line
28425 \end_layout
28426
28427 \begin_layout Standard
28428
28429 \series bold
28430
28431 \backslash
28432 usepackage{calc}
28433 \end_layout
28434
28435 \begin_layout Standard
28436 One gets: 
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 setlength{
28445 \backslash
28446 jot}{3mm+3pt}
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \begin_inset Formula 
28453 \begin{eqnarray*}
28454 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}\\
28455 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
28456 \end{eqnarray*}
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Standard
28464 \begin_inset ERT
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469
28470 \backslash
28471 setlength{
28472 \backslash
28473 jot}{3pt}
28474 \end_layout
28475
28476 \end_inset
28477
28478  To get back to the predefined distance, 
28479 \series bold
28480
28481 \backslash
28482 jot
28483 \series default
28484  is set to the value 3
28485 \begin_inset space \thinspace{}
28486 \end_inset
28487
28488 pt.
28489 \end_layout
28490
28491 \begin_layout Subsubsection
28492 Column Separation
28493 \begin_inset CommandInset label
28494 LatexCommand label
28495 name "sub:Column-Separation"
28496
28497 \end_inset
28498
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Formula ! multiline ! Column separation
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 Multiline formulas form a matrix.
28514  A formula in the eqnarray environment is for example a matrix with three
28515  columns.
28516  By changing the column separation in this environment, the space beside
28517  the relation sign can be changed.
28518 \end_layout
28519
28520 \begin_layout Standard
28521 The column separation is specified with the length 
28522 \series bold
28523
28524 \backslash
28525 arraycolsep
28526 \series default
28527
28528 \begin_inset Index idx
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Commands ! A ! 
28533 \backslash
28534 arraycolsep
28535 \end_layout
28536
28537 \end_inset
28538
28539  according to:
28540 \begin_inset Newline newline
28541 \end_inset
28542
28543 column separation = 2
28544 \begin_inset space \thinspace{}
28545 \end_inset
28546
28547
28548 \series bold
28549
28550 \backslash
28551 arraycolsep
28552 \series default
28553
28554 \begin_inset Newline newline
28555 \end_inset
28556
28557 Thus, the command
28558 \end_layout
28559
28560 \begin_layout Standard
28561
28562 \series bold
28563
28564 \backslash
28565 setlength{
28566 \backslash
28567 arraycolsep}{1cm}
28568 \end_layout
28569
28570 \begin_layout Standard
28571 inserted in TeX-mode, sets for all following formulas a column separation
28572  of 2
28573 \begin_inset space \thinspace{}
28574 \end_inset
28575
28576 cm.
28577  To get back to the predefined distance, 
28578 \series bold
28579
28580 \backslash
28581 arraycolsep
28582 \series default
28583  is set to 5
28584 \begin_inset space \thinspace{}
28585 \end_inset
28586
28587 pt.
28588 \end_layout
28589
28590 \begin_layout Standard
28591 A formula with 2
28592 \begin_inset space \thinspace{}
28593 \end_inset
28594
28595 cm column separation:
28596 \begin_inset ERT
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600
28601
28602 \backslash
28603 setlength{
28604 \backslash
28605 arraycolsep}{1cm}
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \begin_inset Formula 
28612 \begin{eqnarray*}
28613 A & = & B\\
28614 C & \ne & A
28615 \end{eqnarray*}
28616
28617 \end_inset
28618
28619 A formula with the predefined column separation for matrices of 10
28620 \begin_inset space \thinspace{}
28621 \end_inset
28622
28623 pt:
28624 \begin_inset ERT
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628
28629
28630 \backslash
28631 setlength{
28632 \backslash
28633 arraycolsep}{5pt}
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \begin_inset Formula 
28640 \begin{eqnarray*}
28641 A & = & B\\
28642 C & \ne & A
28643 \end{eqnarray*}
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Subsubsection
28651 Long Formulas
28652 \begin_inset Index idx
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 Formula ! long
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Standard
28665 Long formulas can be typeset using these methods:
28666 \end_layout
28667
28668 \begin_layout Itemize
28669 When one side of the equation is much shorther than the line width, this
28670  one is chosen for the left side and the right side is typeset over two
28671  lines:
28672 \begin_inset Formula 
28673 \begin{eqnarray}
28674 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 \\
28675  &  & -\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}
28676 \end{eqnarray}
28677
28678 \end_inset
28679
28680 The minus sign at the beginning of the second line does normally not appear
28681  as operator because it is the first character of the line.
28682  Thus it would not be surrounded by space and could not be distinguished
28683  from the fraction bar.
28684  To avoid this, 3
28685 \begin_inset space \thinspace{}
28686 \end_inset
28687
28688 pt space was inserted behind the minus sign with the command 
28689 \series bold
28690
28691 \backslash
28692 hspace
28693 \series default
28694 .
28695 \begin_inset Foot
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699 more about 
28700 \series bold
28701
28702 \backslash
28703 hspace
28704 \series default
28705  see 
28706 \begin_inset CommandInset ref
28707 LatexCommand ref
28708 reference "sub:Variable-Space"
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \begin_inset Index idx
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722 Commands ! H ! 
28723 \backslash
28724 hspace
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \begin_layout Itemize
28733 When both sides of the equation are too long, the command 
28734 \series bold
28735
28736 \backslash
28737 lefteqn
28738 \series default
28739
28740 \begin_inset Index idx
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 Commands ! L ! 
28745 \backslash
28746 lefteqn
28747 \end_layout
28748
28749 \end_inset
28750
28751  is used.
28752  It is inserted to the first column of the first line and effects that all
28753  further insertions overwrite the following columns:
28754 \begin_inset Formula 
28755 \begin{eqnarray}
28756 \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 \\
28757  &  & -\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 \\
28758  &  & =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}
28759 \end{eqnarray}
28760
28761 \end_inset
28762
28763 After the insertion of 
28764 \series bold
28765
28766 \backslash
28767 lefteqn
28768 \series default
28769 , the cursor is in a purple box that is a bit shifted to the left from the
28770  blue one.
28771  In this the formula is inserted.
28772 \begin_inset Newline newline
28773 \end_inset
28774
28775 The content of the further lines is inserted to the second or another formula
28776  column.
28777  The greater the column number where it was inserted, the larger the indentation.
28778 \begin_inset VSpace medskip
28779 \end_inset
28780
28781
28782 \begin_inset Newline newline
28783 \end_inset
28784
28785
28786 \begin_inset Note Greyedout
28787 status open
28788
28789 \begin_layout Plain Layout
28790 Note the following when using 
28791 \series bold
28792
28793 \backslash
28794 lefteqn
28795 \series default
28796 :
28797 \end_layout
28798
28799 \begin_layout Itemize
28800 The formula doesn't use the full page width.
28801  When e.
28802 \begin_inset space \thinspace{}
28803 \end_inset
28804
28805 g.
28806 \begin_inset space \space{}
28807 \end_inset
28808
28809 the term 
28810 \begin_inset Formula $-B^{2}$
28811 \end_inset
28812
28813  is added to the first line in the above example, it would have been outside
28814  the page margin.
28815  To better use the width, negative space can be inserted at the beginning
28816  of the first line.
28817 \end_layout
28818
28819 \begin_layout Itemize
28820 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28821  line.
28822 \begin_inset Foot
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 \begin_inset CommandInset href
28827 LatexCommand href
28828 name "LyX-bug #1429"
28829 target "http://www.lyx.org/trac/ticket/1429"
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \end_inset
28837
28838  One can only set the cursor at the beginning of the line and move it with
28839  the arrow keys.
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Itemize
28848 Other methods to set long formulas are offered by the environments described
28849  in 
28850 \begin_inset CommandInset ref
28851 LatexCommand ref
28852 reference "sub:Multline-Environment"
28853
28854 \end_inset
28855
28856  and 
28857 \begin_inset CommandInset ref
28858 LatexCommand ref
28859 reference "sub:Multiline-Formula-Parts"
28860
28861 \end_inset
28862
28863 .
28864 \end_layout
28865
28866 \begin_layout Subsubsection
28867 Multiline Brackets
28868 \begin_inset CommandInset label
28869 LatexCommand label
28870 name "sub:Multiline-Brackets"
28871
28872 \end_inset
28873
28874
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 Brackets ! for multiline expressions
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Standard
28888 For brackets spanning multiple lines the following problem occurs:
28889 \begin_inset Formula 
28890 \begin{eqnarray*}
28891 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28892  &  & \left.\cdots+B-D\right]
28893 \end{eqnarray*}
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 The closing bracket is smaller than the opening bracket because brackets
28902  with variable size may not span multiple lines.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 To set the bracket size for the second line correctly, the first line is
28907  ended with 
28908 \series bold
28909
28910 \backslash
28911 right.
28912 \series default
28913
28914 \begin_inset Index idx
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 Commands ! R ! 
28919 \backslash
28920 right
28921 \end_layout
28922
28923 \end_inset
28924
28925  and the second line with 
28926 \series bold
28927
28928 \backslash
28929 left.
28930 \begin_inset Foot
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934 for more about 
28935 \series bold
28936
28937 \backslash
28938 left
28939 \series default
28940  and 
28941 \series bold
28942
28943 \backslash
28944 right
28945 \series default
28946  see 
28947 \begin_inset CommandInset ref
28948 LatexCommand ref
28949 reference "sub:Automatic-Bracket-Size"
28950
28951 \end_inset
28952
28953
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \series default
28960
28961 \begin_inset Index idx
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Commands ! L ! 
28966 \backslash
28967 left
28968 \end_layout
28969
28970 \end_inset
28971
28972 .
28973  After 
28974 \series bold
28975
28976 \backslash
28977 left.
28978
28979 \series default
28980  the command 
28981 \series bold
28982
28983 \backslash
28984 vphantom
28985 \series default
28986
28987 \begin_inset ERT
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991
28992
28993 \backslash
28994 spce 
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \series bold
29001
29002 \backslash
29003 prod
29004 \series default
29005 ^
29006 \begin_inset ERT
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010
29011
29012 \backslash
29013 spce 
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \series bold
29020
29021 \backslash
29022 infty
29023 \series default
29024
29025 \begin_inset ERT
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 spce 
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \series bold
29039
29040 \begin_inset Formula $\downarrow$
29041 \end_inset
29042
29043 _R=1}
29044 \series default
29045
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Commands ! V ! 
29051 \backslash
29052 vphantom
29053 \end_layout
29054
29055 \end_inset
29056
29057  is inserted, because the multiplication operator with its limits is the
29058  largest symbol in the first line and this should be the size for the bracket
29059  in the second line.
29060 \end_layout
29061
29062 \begin_layout Standard
29063 The result is this:
29064 \begin_inset Formula 
29065 \begin{eqnarray*}
29066 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29067  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29068 \end{eqnarray*}
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Subsection
29076 Align Environments
29077 \end_layout
29078
29079 \begin_layout Standard
29080 Align environments can be used for every kind of multiline formulas.
29081  They are specially useful to set several formulas side by side.
29082 \end_layout
29083
29084 \begin_layout Standard
29085 Align environments consist of columns.
29086  The odd columns are right aligned, the even ones left aligned.
29087  Every line in an Align environment can be numbered.
29088 \end_layout
29089
29090 \begin_layout Standard
29091 Align environments are created via the menu 
29092 \family sans
29093 Insert\SpecialChar \menuseparator
29094 Math
29095 \family default
29096 .
29097  With the menu 
29098 \family sans
29099 Edit\SpecialChar \menuseparator
29100 Math\SpecialChar \menuseparator
29101 Change Formula Type
29102 \family default
29103  already existing formulas can be converted to Align environments.
29104 \end_layout
29105
29106 \begin_layout Standard
29107 To add or delete columns, the math toolbar buttons 
29108 \begin_inset Graphics
29109         filename ../images/tabular-feature_append-column.png
29110         scale 85
29111
29112 \end_inset
29113
29114  or 
29115 \begin_inset Graphics
29116         filename ../images/tabular-feature_delete-column.png
29117         scale 85
29118
29119 \end_inset
29120
29121 , respectively, or the menu 
29122 \family sans
29123 Edit\SpecialChar \menuseparator
29124 Rows & Columns
29125 \family default
29126  can be used.
29127 \end_layout
29128
29129 \begin_layout Subsubsection
29130 Standard align Environment
29131 \begin_inset CommandInset label
29132 LatexCommand label
29133 name "sub:Standard-align-Environment"
29134
29135 \end_inset
29136
29137
29138 \begin_inset Index idx
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 Formula ! multiline ! align environment
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \end_layout
29149
29150 \begin_layout Standard
29151 This Align environment is created by presssing 
29152 \begin_inset Info
29153 type  "shortcut"
29154 arg   "newline-insert newline"
29155 \end_inset
29156
29157  in a formula or by the menu 
29158 \family sans
29159 Insert\SpecialChar \menuseparator
29160 Math\SpecialChar \menuseparator
29161 AMS align Environment
29162 \family default
29163 .
29164 \end_layout
29165
29166 \begin_layout Standard
29167 An example for two formulas set side by side, that are created with a four
29168  column align environment:
29169 \begin_inset Formula 
29170 \begin{align*}
29171 A & =\sin(B) & C & =D\\
29172 C & \ne A & B & \ne D
29173 \end{align*}
29174
29175 \end_inset
29176
29177 As it can be seen, the formulas in this environment are placed so as if
29178  there would be a 
29179 \series bold
29180
29181 \backslash
29182 hfill
29183 \begin_inset Foot
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 more about 
29188 \series bold
29189
29190 \backslash
29191 hfill
29192 \series default
29193  see 
29194 \begin_inset CommandInset ref
29195 LatexCommand ref
29196 reference "sub:Variable-Space"
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \series default
29207  before the first and after every even column.
29208  When the formula style 
29209 \series bold
29210 Indented
29211 \begin_inset Foot
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 formula styles see 
29216 \begin_inset CommandInset ref
29217 LatexCommand ref
29218 reference "sec:Formula-Styles"
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \series default
29229  is used, the formula is set without the 
29230 \series bold
29231
29232 \backslash
29233 hfill
29234 \series default
29235  before the first column.
29236 \end_layout
29237
29238 \begin_layout Subsubsection
29239 Alignat Environment
29240 \begin_inset Index idx
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Formula ! multiline ! alignat environment
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Standard
29253 The alignat environment has no predefined column separation.
29254  It can be inserted manually with the spaces that are described 
29255 \begin_inset CommandInset ref
29256 LatexCommand ref
29257 reference "sub:Space"
29258
29259 \end_inset
29260
29261 .
29262 \end_layout
29263
29264 \begin_layout Standard
29265 The above example in the alignat environment where 1
29266 \begin_inset space \thinspace{}
29267 \end_inset
29268
29269 cm space was inserted at the beginning of the second formula:
29270 \begin_inset Formula 
29271 \begin{alignat*}{2}
29272 A & =\sin(B) & \hspace{1cm}C & =D\\
29273 C & \ne A & B & \ne D
29274 \end{alignat*}
29275
29276 \end_inset
29277
29278 Because the column separation can be set separately for every column, this
29279  environment is especially suitable to set three and more formulas side
29280  by side.
29281 \end_layout
29282
29283 \begin_layout Subsubsection
29284 Flalign Environment
29285 \begin_inset CommandInset label
29286 LatexCommand label
29287 name "sub:Flalign-Environment"
29288
29289 \end_inset
29290
29291
29292 \begin_inset Index idx
29293 status collapsed
29294
29295 \begin_layout Plain Layout
29296 Formula ! multiline ! flalign environment
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 In this environment the first two columns are always set as much as possible
29306  to the left and the last two ones to the right.
29307  An example:
29308 \begin_inset Formula 
29309 \begin{flalign*}
29310 A & =1 & B & =2 & C & =3\\
29311 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29312 \end{flalign*}
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Standard
29320 By creating a flalign environment with an odd number of columns where an
29321  empty TeX-brace is inserted to the last column, several formulas in a document
29322  can be set to the left, although the formula style 
29323 \series bold
29324 Centered
29325 \series default
29326  is used.
29327  As example the indented formula 
29328 \begin_inset CommandInset ref
29329 LatexCommand eqref
29330 reference "eq:VolInt"
29331
29332 \end_inset
29333
29334 :
29335 \begin_inset Formula 
29336 \begin{flalign}
29337 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29338 \end{flalign}
29339
29340 \end_inset
29341
29342 The first two columns contain the formula.
29343  To indent it as with the formula style 
29344 \series bold
29345 Indented
29346 \series default
29347 , 30
29348 \begin_inset space \thinspace{}
29349 \end_inset
29350
29351 pt space was inserted at the beginning of the first column.
29352 \end_layout
29353
29354 \begin_layout Subsection
29355 Eqnarray Environment
29356 \begin_inset CommandInset label
29357 LatexCommand label
29358 name "sub:Eqnarray-Environment"
29359
29360 \end_inset
29361
29362
29363 \begin_inset Index idx
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367 Formula ! multiline ! eqnarray environment
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376 When this environment has been created, three blue boxes appear.
29377  The content of the first box is right aligned, the content of the last
29378  one left aligned.
29379  The content of the middle box appears centered and a bit smaller, because
29380  it is designed to insert there only relation characters.
29381 \begin_inset Formula 
29382 \begin{eqnarray*}
29383 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29384 AB & AB & AB\\
29385 A & = & A
29386 \end{eqnarray*}
29387
29388 \end_inset
29389
29390
29391 \end_layout
29392
29393 \begin_layout Subsection
29394 Gather Environment
29395 \begin_inset Index idx
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 Formula ! multiline ! gather environment
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 This environment consists of only one centered column.
29409  Every line can be numbered.
29410 \begin_inset Formula 
29411 \begin{gather}
29412 A=1\\
29413 X=\textrm{-}1
29414 \end{gather}
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \begin_layout Subsection
29422 Multline Environment
29423 \begin_inset CommandInset label
29424 LatexCommand label
29425 name "sub:Multline-Environment"
29426
29427 \end_inset
29428
29429
29430 \begin_inset Index idx
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434 Formula ! multiline ! multline environment
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \begin_layout Standard
29443 The multline environment consists, like the gather environment, of only
29444  one column.
29445  But the first line is left aligned, the last one right aligned.
29446  All other lines are centered.
29447  Therefore this environment is suitable for long formulas.
29448  As example formula 
29449 \begin_inset CommandInset ref
29450 LatexCommand eqref
29451 reference "eq:lefteqn"
29452
29453 \end_inset
29454
29455  in the multline environment:
29456 \begin_inset Formula 
29457 \begin{multline}
29458 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}\\
29459 -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}\\
29460 =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}}
29461 \end{multline}
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 In the output only the last (first) line of a multline environment appears
29470  numbered when the document numbering is right (left).
29471 \begin_inset Foot
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475 numbering styles see 
29476 \begin_inset CommandInset ref
29477 LatexCommand ref
29478 reference "sec:Formula-Styles"
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \end_inset
29486
29487
29488 \end_layout
29489
29490 \begin_layout Standard
29491 With the commands 
29492 \series bold
29493
29494 \backslash
29495 shoveright
29496 \series default
29497
29498 \begin_inset Index idx
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Commands ! S ! 
29503 \backslash
29504 shoveright
29505 \end_layout
29506
29507 \end_inset
29508
29509  and 
29510 \series bold
29511
29512 \backslash
29513 shoveleft
29514 \series default
29515
29516 \begin_inset Index idx
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520 Commands ! S ! 
29521 \backslash
29522 shoveleft
29523 \end_layout
29524
29525 \end_inset
29526
29527  a centered line can be right or left aligned, respectively.
29528  The commands are used as follows:
29529 \end_layout
29530
29531 \begin_layout Standard
29532
29533 \series bold
29534
29535 \backslash
29536 shoveright{line content}
29537 \series default
29538  and 
29539 \series bold
29540
29541 \backslash
29542 shoveleft{line content}
29543 \end_layout
29544
29545 \begin_layout Standard
29546 \begin_inset VSpace medskip
29547 \end_inset
29548
29549 The length 
29550 \series bold
29551
29552 \backslash
29553 multlinegap
29554 \series default
29555
29556 \begin_inset Index idx
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 Commands ! M ! 
29561 \backslash
29562 multlinegap
29563 \end_layout
29564
29565 \end_inset
29566
29567  specifies the distance of the first line from the left page margin.
29568  Predefined is the length 0
29569 \begin_inset space \thinspace{}
29570 \end_inset
29571
29572 pt.
29573 \end_layout
29574
29575 \begin_layout Standard
29576 As example the above formula where the command
29577 \end_layout
29578
29579 \begin_layout Standard
29580
29581 \series bold
29582
29583 \backslash
29584 setlength{
29585 \backslash
29586 multlinegap}{2cm}
29587 \end_layout
29588
29589 \begin_layout Standard
29590 was inserted in TeX-mode before:
29591 \begin_inset ERT
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595
29596
29597 \backslash
29598 setlength{
29599 \backslash
29600 multlinegap}{2cm}
29601 \end_layout
29602
29603 \end_inset
29604
29605
29606 \begin_inset Formula 
29607 \begin{multline}
29608 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}\\
29609 \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}}\\
29610 =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}}
29611 \end{multline}
29612
29613 \end_inset
29614
29615
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621
29622 \backslash
29623 setlength{
29624 \backslash
29625 multlinegap}{0pt}
29626 \end_layout
29627
29628 \end_inset
29629
29630 The second line was left aligned using 
29631 \series bold
29632
29633 \backslash
29634 shoveleft
29635 \series default
29636 .
29637 \end_layout
29638
29639 \begin_layout Subsection
29640 Multiline Formula Parts
29641 \begin_inset CommandInset label
29642 LatexCommand label
29643 name "sub:Multiline-Formula-Parts"
29644
29645 \end_inset
29646
29647
29648 \begin_inset Index idx
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652 Formula ! multiline ! formula parts
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 To display only parts of a formula with multiple lines, one of the following
29662  environments are used: 
29663 \series bold
29664 aligned
29665 \series default
29666
29667 \series bold
29668 alignedat
29669 \series default
29670
29671 \series bold
29672 gathered
29673 \series default
29674  or 
29675 \series bold
29676 split
29677 \series default
29678 .
29679  They can be inserted via the menu 
29680 \family sans
29681 Insert\SpecialChar \menuseparator
29682 Math
29683 \family default
29684  or by using the commands described in this section.
29685 \end_layout
29686
29687 \begin_layout Standard
29688 The first three have the same properties as the corresponding multiline
29689  formula environments, but it is possible to set further formula parts beside
29690  them.
29691  An example:
29692 \begin_inset Formula 
29693 \[
29694 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29695 \Delta E\Delta t & \ge\frac{\hbar}{2}
29696 \end{aligned}
29697 \right\} \textrm{Uncertainty relations}
29698 \]
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Standard
29706 To get this formula, a displayed formula is created where the command 
29707 \series bold
29708
29709 \backslash
29710 aligned
29711 \series default
29712
29713 \begin_inset Index idx
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 Commands ! A ! 
29718 \backslash
29719 aligned
29720 \end_layout
29721
29722 \end_inset
29723
29724  is inserted.
29725  A purple box appears around the blue formula box where now columns and
29726  lines can be added.
29727  Outside the multiline environment other formula parts can be set, like
29728  the brace.
29729 \end_layout
29730
29731 \begin_layout Standard
29732 The aligned environment is also suitable for long formulas whose lines are
29733  horizontally aligned.
29734  Using aligned in a displayed formula has the advantage that the formula
29735  number is vertically centered behind the lines.
29736  As example formula 
29737 \begin_inset CommandInset ref
29738 LatexCommand eqref
29739 reference "eq:shortlong"
29740
29741 \end_inset
29742
29743  in the aligned environment:
29744 \begin_inset Formula 
29745 \begin{equation}
29746 \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}|}\\
29747  & -\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}|}
29748 \end{aligned}
29749 \end{equation}
29750
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Standard
29757 To use the environments 
29758 \series bold
29759 alignedat
29760 \series default
29761
29762 \series bold
29763 gathered
29764 \series default
29765 , or 
29766 \series bold
29767 split
29768 \series default
29769 , the command 
29770 \series bold
29771
29772 \backslash
29773 alignedat
29774 \series default
29775 ,
29776 \begin_inset Index idx
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 Commands ! A ! 
29781 \backslash
29782 alignedat
29783 \end_layout
29784
29785 \end_inset
29786
29787  
29788 \series bold
29789
29790 \backslash
29791 gathered
29792 \series default
29793
29794 \begin_inset Index idx
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798 Commands ! G ! 
29799 \backslash
29800 gathered
29801 \end_layout
29802
29803 \end_inset
29804
29805 , or 
29806 \series bold
29807
29808 \backslash
29809 split
29810 \series default
29811
29812 \begin_inset Index idx
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816 Commands ! S ! 
29817 \backslash
29818 split
29819 \end_layout
29820
29821 \end_inset
29822
29823  are inserted, respectively.
29824  The split environment has the same properties as the aligned environment
29825  but it can only have two columns.
29826 \end_layout
29827
29828 \begin_layout Subsection
29829 Text in multiline Formulas
29830 \begin_inset CommandInset label
29831 LatexCommand label
29832 name "sub:Text-in-multiline"
29833
29834 \end_inset
29835
29836
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 Text ! in formulas
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Formula ! multiline ! text
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 In the Align environments, and the multline and gather environment, text
29861  can be inserted that will appear in a separate line and doesn't affect
29862  the column alignment.
29863  To do this, the command 
29864 \series bold
29865
29866 \backslash
29867 intertext
29868 \series default
29869
29870 \begin_inset Index idx
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874 Commands ! I ! 
29875 \backslash
29876 intertext
29877 \end_layout
29878
29879 \end_inset
29880
29881  is used in the following scheme:
29882 \end_layout
29883
29884 \begin_layout Standard
29885
29886 \series bold
29887
29888 \backslash
29889 intertext{text}
29890 \end_layout
29891
29892 \begin_layout Standard
29893 The text should not be longer than a line because it cannot be hyphenated.
29894  As LyX doesn't yet support 
29895 \series bold
29896
29897 \backslash
29898 intertext
29899 \series default
29900  directly, the text is written as mathematical text.
29901  
29902 \series bold
29903
29904 \backslash
29905 intertext
29906 \series default
29907  must hereby be at the beginning of a line and appears in the output above
29908  this line.
29909  An example where the text was inserted at the beginning of the second line:
29910 \begin_inset Formula 
29911 \begin{align}
29912 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29913 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29914 \end{align}
29915
29916 \end_inset
29917
29918
29919 \end_layout
29920
29921 \begin_layout Standard
29922 \begin_inset Newpage newpage
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Section
29929 Formula Numbering
29930 \begin_inset Index idx
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934 Formula numbering
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 Formula ! numbering|see
29945 \begin_inset ERT
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950 {
29951 \end_layout
29952
29953 \end_inset
29954
29955 Formula numbering
29956 \begin_inset ERT
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960
29961 }
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Subsection
29975 General
29976 \end_layout
29977
29978 \begin_layout Standard
29979 Numbered formulas can be created with the menu 
29980 \family sans
29981 Insert\SpecialChar \menuseparator
29982 Math\SpecialChar \menuseparator
29983 Numbered
29984 \begin_inset space ~
29985 \end_inset
29986
29987 Formula
29988 \family default
29989  (shortcut 
29990 \family sans
29991 Ctrl+Alt
29992 \begin_inset space ~
29993 \end_inset
29994
29995 N
29996 \family default
29997 ).
29998  Existing formulas can be numbered with the menu 
29999 \family sans
30000 Edit\SpecialChar \menuseparator
30001 Math\SpecialChar \menuseparator
30002 Toggle
30003 \begin_inset space ~
30004 \end_inset
30005
30006 Numbering
30007 \family default
30008  (shortcut 
30009 \begin_inset Info
30010 type  "shortcut"
30011 arg   "math-number-toggle"
30012 \end_inset
30013
30014 ).
30015  The formula number is displayed in LyX behind the formula as number sign
30016  in parentheses.
30017  The number sign is replaced in the output by the formula number.
30018 \end_layout
30019
30020 \begin_layout Standard
30021 When numbering is turned on in multiline formulas, all lines will be numbered.
30022  But the numbering can be controlled with the menu 
30023 \family sans
30024 Edit\SpecialChar \menuseparator
30025 Math\SpecialChar \menuseparator
30026 Toggle
30027 \begin_inset space ~
30028 \end_inset
30029
30030 Numbering
30031 \begin_inset space ~
30032 \end_inset
30033
30034 of
30035 \begin_inset space ~
30036 \end_inset
30037
30038 Line
30039 \family default
30040  (shortcut
30041 \begin_inset Info
30042 type  "shortcut"
30043 arg   "math-number-line-toggle"
30044 \end_inset
30045
30046 ) for every line.
30047 \end_layout
30048
30049 \begin_layout Standard
30050 Except for inline formulas, all formulas can be numbered with two different
30051  styles, see 
30052 \begin_inset CommandInset ref
30053 LatexCommand ref
30054 reference "sec:Formula-Styles"
30055
30056 \end_inset
30057
30058 .
30059 \end_layout
30060
30061 \begin_layout Subsection
30062 Cross-References
30063 \begin_inset Index idx
30064 status collapsed
30065
30066 \begin_layout Plain Layout
30067 Cross-references ! to formulas
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Standard
30076 All labeled formulas can be cross-referenced.
30077  A label is added by the menu 
30078 \family sans
30079 Insert\SpecialChar \menuseparator
30080 Label
30081 \family default
30082  or the toolbar button 
30083 \begin_inset Graphics
30084         filename ../images/label-insert.png
30085         scale 85
30086
30087 \end_inset
30088
30089 .
30090  The cursor must hereby be inside a displayed formula.
30091  A dialog pops up displaying the prefix 
30092 \series bold
30093 eq:
30094 \series default
30095  in a text field.
30096  The label is inserted there behind the prefix.
30097  The predefined prefix means 
30098 \begin_inset Quotes eld
30099 \end_inset
30100
30101 equation
30102 \begin_inset Quotes erd
30103 \end_inset
30104
30105  and makes it easier to find labels in large documents because it marks
30106  it as formula label to divide it from e.
30107 \begin_inset space \thinspace{}
30108 \end_inset
30109
30110 g.
30111 \begin_inset space \space{}
30112 \end_inset
30113
30114 section labels.
30115  To change a label, the menu 
30116 \family sans
30117 Insert\SpecialChar \menuseparator
30118 Label
30119 \family default
30120  is used again.
30121 \end_layout
30122
30123 \begin_layout Standard
30124 The name of the label is displayed in LyX within two parentheses behind
30125  formula.
30126  A formula with a label is always numbered.
30127 \end_layout
30128
30129 \begin_layout Standard
30130 Cross-references are inserted via the menu 
30131 \family sans
30132 Insert\SpecialChar \menuseparator
30133 Cross-Reference
30134 \family default
30135  or with the toolbar button 
30136 \begin_inset Graphics
30137         filename ../images/dialog-show-new-inset_ref.png
30138         scale 85
30139
30140 \end_inset
30141
30142 .
30143  A formula cross-reference appears in the output as formula number.
30144  When in the cross-reference dialog window the format 
30145 \series bold
30146 (<reference>)
30147 \series default
30148  is chosen, the cross-reference appears in the output as formula number
30149  in parentheses.
30150 \begin_inset Newline newline
30151 \end_inset
30152
30153 By right-clicking on a cross-reference in LyX, one jumps to the formula
30154  that is referenced.
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Here are as examples cross-references to formulas of the following subsections:
30159 \begin_inset Note Note
30160 status open
30161
30162 \begin_layout Plain Layout
30163 Note the different cross-reference types.
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \end_layout
30170
30171 \begin_layout Standard
30172 The equations 
30173 \begin_inset CommandInset ref
30174 LatexCommand eqref
30175 reference "eq:tag"
30176
30177 \end_inset
30178
30179  and 
30180 \begin_inset CommandInset ref
30181 LatexCommand eqref
30182 reference "eq:c"
30183
30184 \end_inset
30185
30186  are equivalent.
30187  In (
30188 \begin_inset CommandInset ref
30189 LatexCommand ref
30190 reference "eq:Lat"
30191
30192 \end_inset
30193
30194 ) big Latin letters are used for the numbering in contrary to (
30195 \begin_inset CommandInset ref
30196 LatexCommand ref
30197 reference "eq:Rom"
30198
30199 \end_inset
30200
30201 ).
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset VSpace medskip
30206 \end_inset
30207
30208 When the argument of 
30209 \series bold
30210
30211 \backslash
30212 tag
30213 \begin_inset Foot
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217
30218 \series bold
30219
30220 \backslash
30221 tag
30222 \series default
30223  is described in 
30224 \begin_inset CommandInset ref
30225 LatexCommand ref
30226 reference "sub:User-defined-Numbering"
30227
30228 \end_inset
30229
30230 .
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \series default
30237  contains a box like in 
30238 \begin_inset CommandInset ref
30239 LatexCommand ref
30240 reference "sub:Paragraph-Boxes"
30241
30242 \end_inset
30243
30244 , the formula cannot be referenced.
30245 \end_layout
30246
30247 \begin_layout Subsection
30248 Subnumbering
30249 \begin_inset Index idx
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 Formula numbering ! subnumbering
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \begin_layout Standard
30262 With the help of the commands 
30263 \series bold
30264
30265 \backslash
30266 begin{subequations}
30267 \series default
30268  and 
30269 \series bold
30270
30271 \backslash
30272 end{subequations}
30273 \series default
30274  formulas can be subnumbered.
30275  Both commands are inserted in TeX-mode.
30276 \end_layout
30277
30278 \begin_layout Standard
30279 An example:
30280 \begin_inset Formula 
30281 \begin{equation}
30282 A=C-B\label{eq:a}
30283 \end{equation}
30284
30285 \end_inset
30286
30287
30288 \begin_inset ERT
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292
30293
30294 \backslash
30295 addtocounter{equation}{-1}
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \begin_inset ERT
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305
30306
30307 \backslash
30308 begin{subequations}
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \begin_inset VSpace -5mm
30315 \end_inset
30316
30317
30318 \begin_inset Formula 
30319 \begin{equation}
30320 B=C-A\label{eq:b}
30321 \end{equation}
30322
30323 \end_inset
30324
30325
30326 \begin_inset Formula 
30327 \begin{equation}
30328 C=A+B\label{eq:c}
30329 \end{equation}
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Standard
30337 \begin_inset ERT
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341
30342
30343 \backslash
30344 end{subequations}
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Standard
30353 To create the example, the following is done:
30354 \end_layout
30355
30356 \begin_layout Enumerate
30357 first formula is inserted
30358 \end_layout
30359
30360 \begin_layout Enumerate
30361
30362 \series bold
30363
30364 \backslash
30365 addtocounter{equation}{-1} 
30366 \backslash
30367 begin{subequations}
30368 \begin_inset Index idx
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372 Commands ! A ! 
30373 \backslash
30374 addtocounter
30375 \end_layout
30376
30377 \end_inset
30378
30379
30380 \begin_inset Newline newline
30381 \end_inset
30382
30383
30384 \series default
30385 is inserted after the first formula
30386 \end_layout
30387
30388 \begin_layout Enumerate
30389 second formula is inserted
30390 \end_layout
30391
30392 \begin_layout Enumerate
30393 third formula is inserted
30394 \end_layout
30395
30396 \begin_layout Enumerate
30397
30398 \series bold
30399
30400 \backslash
30401 end{subequations}
30402 \series default
30403  is inserted after the third formula
30404 \end_layout
30405
30406 \begin_layout Standard
30407 Every formula between the commands 
30408 \series bold
30409
30410 \backslash
30411 begin
30412 \series default
30413  and 
30414 \series bold
30415
30416 \backslash
30417 end
30418 \series default
30419  is subnumbered as a, b, 
30420 \begin_inset Newline linebreak
30421 \end_inset
30422
30423 c, \SpecialChar \ldots{}
30424  For multiline formulas every line will be subnumbered.
30425  All subnumbered formulas are treated as 
30426 \emph on
30427 one
30428 \emph default
30429  numbered formula.
30430  But as every numbered formula increases the counter 
30431 \series bold
30432 equation
30433 \series default
30434  by one, the command 
30435 \series bold
30436
30437 \backslash
30438 addtocounter
30439 \series default
30440  is needed to decrease it.
30441  Otherwise the formulas 
30442 \begin_inset CommandInset ref
30443 LatexCommand eqref
30444 reference "eq:a"
30445
30446 \end_inset
30447
30448
30449 \begin_inset CommandInset ref
30450 LatexCommand eqref
30451 reference "eq:b"
30452
30453 \end_inset
30454
30455
30456 \begin_inset CommandInset ref
30457 LatexCommand eqref
30458 reference "eq:c"
30459
30460 \end_inset
30461
30462  would be numbered as 
30463 \begin_inset CommandInset ref
30464 LatexCommand eqref
30465 reference "eq:a"
30466
30467 \end_inset
30468
30469
30470 \begin_inset CommandInset ref
30471 LatexCommand eqref
30472 reference "eq:d"
30473
30474 \end_inset
30475
30476
30477 \begin_inset CommandInset ref
30478 LatexCommand eqref
30479 reference "eq:f"
30480
30481 \end_inset
30482
30483 .
30484 \end_layout
30485
30486 \begin_layout Standard
30487 By inserting the commands in TeX-mode, a space is created between the first
30488  two formulas.
30489  To revert this -5
30490 \begin_inset space \thinspace{}
30491 \end_inset
30492
30493 mm vertical space is inserted after the command 
30494 \series bold
30495
30496 \backslash
30497 begin{subequations}
30498 \series default
30499 .
30500  When the formula style 
30501 \series bold
30502 Indented
30503 \begin_inset Foot
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507 formula styles see 
30508 \begin_inset CommandInset ref
30509 LatexCommand ref
30510 reference "sec:Formula-Styles"
30511
30512 \end_inset
30513
30514
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \series default
30521  is used, -7
30522 \begin_inset space \thinspace{}
30523 \end_inset
30524
30525 mm space is inserted instead.
30526 \end_layout
30527
30528 \begin_layout Standard
30529 Here is an example for a multiline formula where the numbering was turned
30530  off for the second line:
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536
30537 \backslash
30538 begin{subequations}
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Formula 
30545 \begin{eqnarray}
30546 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30547  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30548  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30549 \end{eqnarray}
30550
30551 \end_inset
30552
30553
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559
30560 \backslash
30561 end{subequations}
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \end_layout
30568
30569 \begin_layout Subsection
30570 User-defined Numbering
30571 \begin_inset CommandInset label
30572 LatexCommand label
30573 name "sub:User-defined-Numbering"
30574
30575 \end_inset
30576
30577
30578 \begin_inset Index idx
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582 Formula numbering ! user-defined
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \begin_layout Standard
30591 \begin_inset Index idx
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595 Formula numbering ! self-defined delimiters
30596 \end_layout
30597
30598 \end_inset
30599
30600 With the standard numbering parentheses are set around the formula number.
30601  To replace the parentheses for example by vertical bars, the following
30602  line is added to the LaTeX-preamble:
30603 \end_layout
30604
30605 \begin_layout Standard
30606
30607 \series bold
30608
30609 \backslash
30610 def
30611 \backslash
30612 tagform@#1{
30613 \backslash
30614 maketag@@@{|#1|}}
30615 \series default
30616
30617 \begin_inset Note Note
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621 This macro is already declared in the LaTeX-preamble for testing.
30622  To activate it, remove the percent sign at the beginning.
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 To use other characters, the vertical bars besides the 
30632 \series bold
30633 #1
30634 \series default
30635  are replaced by one ore more characters.
30636  To get only the formula number the vertical bars are omitted.
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset VSpace bigskip
30641 \end_inset
30642
30643 When there should be an expression of your choice instead of the consecutive
30644  formula number in parentheses behind the formula, the command 
30645 \series bold
30646
30647 \backslash
30648 tag
30649 \series default
30650
30651 \begin_inset Index idx
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Commands ! T ! 
30656 \backslash
30657 tag
30658 \end_layout
30659
30660 \end_inset
30661
30662  is used:
30663 \begin_inset Formula 
30664 \begin{equation}
30665 A+B=C\tag{something}\label{eq:tag}
30666 \end{equation}
30667
30668 \end_inset
30669
30670 In this example the command 
30671 \series bold
30672
30673 \backslash
30674 tag
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680
30681 \backslash
30682 spce 
30683 \end_layout
30684
30685 \end_inset
30686
30687 something
30688 \series default
30689  was inserted to the formula.
30690 \end_layout
30691
30692 \begin_layout Standard
30693 When the command 
30694 \series bold
30695
30696 \backslash
30697 tag*
30698 \begin_inset ERT
30699 status collapsed
30700
30701 \begin_layout Plain Layout
30702
30703
30704 \backslash
30705 spce 
30706 \end_layout
30707
30708 \end_inset
30709
30710 something
30711 \series default
30712  is inserted instead, the star prevents the parentheses around the expression:
30713 \begin_inset Formula 
30714 \[
30715 A+B=C\tag*{something}
30716 \]
30717
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \begin_layout Standard
30724 \begin_inset VSpace bigskip
30725 \end_inset
30726
30727 To restart the formula numbering with new document parts or sections, the
30728  following command is used:
30729 \end_layout
30730
30731 \begin_layout Standard
30732
30733 \series bold
30734
30735 \backslash
30736 @addtoreset{equation}{part}
30737 \series default
30738
30739 \begin_inset Index idx
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743 Commands ! 
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749 "
30750 \end_layout
30751
30752 \end_inset
30753
30754 @
30755 \begin_inset ERT
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759
30760 "
30761 \end_layout
30762
30763 \end_inset
30764
30765  ! 
30766 \backslash
30767
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773 "
30774 \end_layout
30775
30776 \end_inset
30777
30778 @
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 "
30785 \end_layout
30786
30787 \end_inset
30788
30789 addtoreset
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \begin_inset Newline newline
30796 \end_inset
30797
30798 resp.
30799 \begin_inset Newline newline
30800 \end_inset
30801
30802
30803 \series bold
30804
30805 \backslash
30806 @addtoreset{equation}{section}
30807 \end_layout
30808
30809 \begin_layout Standard
30810 To be able to use these commands in TeX-mode, the 
30811 \begin_inset Quotes eld
30812 \end_inset
30813
30814 @
30815 \begin_inset Quotes erd
30816 \end_inset
30817
30818  character has to be made 
30819 \begin_inset Quotes eld
30820 \end_inset
30821
30822 active
30823 \begin_inset Quotes erd
30824 \end_inset
30825
30826  for LaTeX using the command 
30827 \series bold
30828
30829 \backslash
30830 makeatletter.
30831
30832 \series default
30833  The command 
30834 \series bold
30835
30836 \backslash
30837 makeatother
30838 \series default
30839  reverts this.
30840  So the command sequence in TeX-mode is:
30841 \end_layout
30842
30843 \begin_layout Standard
30844
30845 \series bold
30846
30847 \backslash
30848 makeatletter
30849 \begin_inset Newline newline
30850 \end_inset
30851
30852
30853 \backslash
30854 @addtoreset{equation}{section}
30855 \begin_inset Newline newline
30856 \end_inset
30857
30858
30859 \backslash
30860 makeatother
30861 \end_layout
30862
30863 \begin_layout Standard
30864 In the LaTeX-preamble 
30865 \series bold
30866
30867 \backslash
30868 makeatletter
30869 \series default
30870  and 
30871 \series bold
30872
30873 \backslash
30874 makeatother
30875 \series default
30876  can be omitted as they are automatically internally inserted by LyX.
30877 \end_layout
30878
30879 \begin_layout Standard
30880 To revert 
30881 \series bold
30882
30883 \backslash
30884 @addtoreset
30885 \series default
30886 , the file 
30887 \series bold
30888 remreset.sty
30889 \series default
30890
30891 \begin_inset Foot
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896 \series bold
30897 remreset
30898 \series default
30899  is part of the LaTeX-package 
30900 \series bold
30901 carlisle
30902 \series default
30903
30904 \begin_inset Index idx
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 Packages ! carlisle
30909 \end_layout
30910
30911 \end_inset
30912
30913  that is part of every LaTeX standard installation.
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset Index idx
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 Packages ! remreset
30924 \end_layout
30925
30926 \end_inset
30927
30928  has to be loaded in the LaTeX-preamble with the line
30929 \end_layout
30930
30931 \begin_layout Standard
30932
30933 \series bold
30934
30935 \backslash
30936 usepackage{remreset}
30937 \end_layout
30938
30939 \begin_layout Standard
30940 Then the command 
30941 \series bold
30942
30943 \backslash
30944 @removefromreset
30945 \series default
30946
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 Commands ! 
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957 "
30958 \end_layout
30959
30960 \end_inset
30961
30962 @
30963 \begin_inset ERT
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967
30968 "
30969 \end_layout
30970
30971 \end_inset
30972
30973  ! 
30974 \backslash
30975
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981 "
30982 \end_layout
30983
30984 \end_inset
30985
30986 @
30987 \begin_inset ERT
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991
30992 "
30993 \end_layout
30994
30995 \end_inset
30996
30997 removefromreset
30998 \end_layout
30999
31000 \end_inset
31001
31002  can be used with the same scheme as 
31003 \series bold
31004
31005 \backslash
31006 @addtoreset
31007 \series default
31008 .
31009 \end_layout
31010
31011 \begin_layout Standard
31012 \begin_inset VSpace bigskip
31013 \end_inset
31014
31015 Sometimes formulas should be numbered in the following form:
31016 \end_layout
31017
31018 \begin_layout Standard
31019
31020 \family typewriter
31021 (section number.formula number)
31022 \end_layout
31023
31024 \begin_layout Standard
31025 The formula number should start with every section with 
31026 \begin_inset Quotes eld
31027 \end_inset
31028
31029 1
31030 \begin_inset Quotes erd
31031 \end_inset
31032
31033 .
31034 \end_layout
31035
31036 \begin_layout Standard
31037 For this case there is the command 
31038 \series bold
31039
31040 \backslash
31041 numberwithin
31042 \series default
31043
31044 \begin_inset Index idx
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048 Commands ! N ! 
31049 \backslash
31050 numberwithin
31051 \end_layout
31052
31053 \end_inset
31054
31055 , which is used with the following scheme:
31056 \end_layout
31057
31058 \begin_layout Standard
31059
31060 \series bold
31061
31062 \backslash
31063 numberwithin{counter}{sectioning}
31064 \end_layout
31065
31066 \begin_layout Standard
31067 Counter denotes what kind of numbering is affected, sectioning denotes what
31068  number is before the dot.
31069 \end_layout
31070
31071 \begin_layout Standard
31072 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
31073 \end_layout
31074
31075 \begin_layout Standard
31076
31077 \series bold
31078
31079 \backslash
31080 numberwithin{equation}{section}
31081 \end_layout
31082
31083 \begin_layout Standard
31084 This is the result:
31085 \begin_inset ERT
31086 status collapsed
31087
31088 \begin_layout Plain Layout
31089
31090
31091 \backslash
31092 numberwithin{equation}{section}
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset Formula 
31099 \begin{equation}
31100 A+B=C
31101 \end{equation}
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \begin_layout Standard
31109 To number e.
31110 \begin_inset space \thinspace{}
31111 \end_inset
31112
31113 g.
31114 \begin_inset space \space{}
31115 \end_inset
31116
31117 tables so that the number of the part is the sectioning,
31118 \begin_inset Newline newline
31119 \end_inset
31120
31121
31122 \series bold
31123
31124 \backslash
31125 numberwithin{table}{part}
31126 \series default
31127  is used.
31128 \end_layout
31129
31130 \begin_layout Standard
31131 To go back to the standard numbering or to prevent this kind of numbering
31132  when it is defined by the document class, the following command is inserted
31133  as TeX-Code or to the LaTeX-preamble:
31134 \end_layout
31135
31136 \begin_layout Standard
31137
31138 \series bold
31139
31140 \backslash
31141 renewcommand{
31142 \backslash
31143 theequation}{
31144 \backslash
31145 arabic{equation}}
31146 \begin_inset Index idx
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150 Commands ! A ! 
31151 \backslash
31152 arabic
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \series default
31159
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165
31166 \backslash
31167 renewcommand{
31168 \backslash
31169 theequation}{
31170 \backslash
31171 arabic{equation}}
31172 \end_layout
31173
31174 \end_inset
31175
31176
31177 \series bold
31178
31179 \begin_inset Newline newline
31180 \end_inset
31181
31182
31183 \series default
31184 or
31185 \series bold
31186
31187 \begin_inset Newline newline
31188 \end_inset
31189
31190
31191 \backslash
31192 renewcommand{
31193 \backslash
31194 thetable}{
31195 \backslash
31196 arabic{table}}
31197 \end_layout
31198
31199 \begin_layout Standard
31200
31201 \series bold
31202
31203 \backslash
31204 numberwithin
31205 \series default
31206  uses internally the command 
31207 \series bold
31208
31209 \backslash
31210 @addtoreset
31211 \series default
31212 , described above, that also needs to be reverted.
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217
31218
31219 \backslash
31220 makeatletter
31221 \end_layout
31222
31223 \begin_layout Plain Layout
31224
31225
31226 \backslash
31227 @removefromreset{equation}{section}
31228 \end_layout
31229
31230 \begin_layout Plain Layout
31231
31232
31233 \backslash
31234 makeatother
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \begin_layout Subsection
31243 Numbering with Roman Numbers and Letters
31244 \begin_inset Index idx
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248 Formula numbering ! with letters
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \begin_inset Index idx
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258 Formula numbering ! with Roman numbers
31259 \end_layout
31260
31261 \end_inset
31262
31263
31264 \end_layout
31265
31266 \begin_layout Standard
31267 Formulas can also be numbered with Roman numbers and Latin letters.
31268  To number for example with small Roman numbers, the command
31269 \end_layout
31270
31271 \begin_layout Standard
31272
31273 \series bold
31274
31275 \backslash
31276 renewcommand{
31277 \backslash
31278 theequation}{
31279 \backslash
31280 roman{equation}}
31281 \end_layout
31282
31283 \begin_layout Standard
31284 is inserted before the formula in TeX-mode.
31285  
31286 \series bold
31287
31288 \backslash
31289 renewcommand
31290 \series default
31291
31292 \begin_inset Index idx
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296 Commands ! R ! 
31297 \backslash
31298 renewcommand
31299 \end_layout
31300
31301 \end_inset
31302
31303  redefines the predefined command 
31304 \series bold
31305
31306 \backslash
31307 theequation
31308 \series default
31309  to the command 
31310 \series bold
31311
31312 \backslash
31313 roman{equation}
31314 \series default
31315 .
31316 \begin_inset Foot
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 The command 
31321 \series bold
31322
31323 \backslash
31324 renewcommand
31325 \series default
31326  has the same scheme like the command 
31327 \series bold
31328
31329 \backslash
31330 newcommand
31331 \series default
31332  that is described in 
31333 \begin_inset CommandInset ref
31334 LatexCommand ref
31335 reference "sub:The-Command-newcommand"
31336
31337 \end_inset
31338
31339 .
31340 \end_layout
31341
31342 \end_inset
31343
31344  
31345 \series bold
31346 equation
31347 \series default
31348  is the formula counter.
31349  When the command 
31350 \series bold
31351
31352 \backslash
31353 the
31354 \series default
31355  is used as prefix for a counter, the value of the counter is output as
31356  Arabic number.
31357  When a formula is numbered, LaTeX sets internally the command 
31358 \series bold
31359
31360 \backslash
31361 theequation
31362 \series default
31363  behind the formula.
31364  
31365 \series bold
31366
31367 \backslash
31368 roman{equation}
31369 \begin_inset Index idx
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 Commands ! R ! 
31374 \backslash
31375 roman
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \series default
31382  outputs the counter as small Roman number.
31383 \end_layout
31384
31385 \begin_layout Standard
31386 All formulas behind the command 
31387 \series bold
31388
31389 \backslash
31390 renew
31391 \series default
31392 c
31393 \series bold
31394 ommand
31395 \series default
31396  are now numbered Roman.
31397  To switch to numbering with big Roman numbers, the command is inserted
31398  again, but 
31399 \series bold
31400
31401 \backslash
31402 roman
31403 \series default
31404  is replaced by 
31405 \series bold
31406
31407 \backslash
31408 Roman
31409 \series default
31410
31411 \begin_inset Index idx
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 Commands ! R ! 
31416 \backslash
31417 roman@
31418 \backslash
31419 Roman
31420 \end_layout
31421
31422 \end_inset
31423
31424 .
31425  To 
31426 \begin_inset Quotes eld
31427 \end_inset
31428
31429 number
31430 \begin_inset Quotes erd
31431 \end_inset
31432
31433  with small Latin letters there is the command 
31434 \series bold
31435
31436 \backslash
31437 alph
31438 \series default
31439
31440 \begin_inset Index idx
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444 Commands ! A ! 
31445 \backslash
31446 alph
31447 \end_layout
31448
31449 \end_inset
31450
31451 , for big ones there is the command 
31452 \series bold
31453
31454 \backslash
31455 Alph
31456 \series default
31457
31458 \begin_inset Index idx
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Commands ! A ! 
31463 \backslash
31464 alph@
31465 \backslash
31466 Alph
31467 \end_layout
31468
31469 \end_inset
31470
31471 .
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset Note Greyedout
31476 status open
31477
31478 \begin_layout Plain Layout
31479
31480 \series bold
31481 Note:
31482 \series default
31483  Only maximal 26 formulas can be numbered with Latin letters in one document.
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 \begin_inset ERT
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496
31497
31498 \backslash
31499 renewcommand{
31500 \backslash
31501 theequation}{
31502 \backslash
31503 roman{equation}}
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Standard
31512 \begin_inset Formula 
31513 \begin{equation}
31514 A=\textrm{small roman}
31515 \end{equation}
31516
31517 \end_inset
31518
31519
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 renewcommand{
31528 \backslash
31529 theequation}{
31530 \backslash
31531 Roman{equation}}
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \begin_inset Formula 
31538 \begin{equation}
31539 B=\textrm{big Roman}\label{eq:Rom}
31540 \end{equation}
31541
31542 \end_inset
31543
31544
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 renewcommand{
31553 \backslash
31554 theequation}{
31555 \backslash
31556 alph{equation}}
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \begin_inset Formula 
31563 \begin{equation}
31564 C=\textrm{small Latin}
31565 \end{equation}
31566
31567 \end_inset
31568
31569
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575
31576 \backslash
31577 renewcommand{
31578 \backslash
31579 theequation}{
31580 \backslash
31581 Alph{equation}}
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \begin_inset Formula 
31588 \begin{equation}
31589 D=\textrm{big Latin}\label{eq:Lat}
31590 \end{equation}
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 To switch back to the default numbering, insert the command:
31599 \end_layout
31600
31601 \begin_layout Standard
31602
31603 \series bold
31604
31605 \backslash
31606 renewcommand{
31607 \backslash
31608 theequation}{
31609 \backslash
31610 arabic{equation}}
31611 \begin_inset Index idx
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615 Commands ! A ! 
31616 \backslash
31617 arabic
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631
31632 \backslash
31633 renewcommand{
31634 \backslash
31635 theequation}{
31636 \backslash
31637 arabic{equation}}
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \begin_inset Formula 
31644 \begin{equation}
31645 E=\textrm{Arabic}
31646 \end{equation}
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Standard
31654 \begin_inset VSpace medskip
31655 \end_inset
31656
31657 As you see, formulas are numbered serially independent from the numbering
31658  style.
31659  When then numbering should start with 
31660 \begin_inset Quotes eld
31661 \end_inset
31662
31663 1
31664 \begin_inset Quotes erd
31665 \end_inset
31666
31667  when the style is changed, new equation counters have to be defined.
31668  A description about this can be found in the file 
31669 \begin_inset CommandInset href
31670 LatexCommand href
31671 name "Formula-numbering.lyx"
31672 target "run:Formula-numbering.lyx"
31673
31674 \end_inset
31675
31676 .
31677 \end_layout
31678
31679 \begin_layout Section
31680 Chemical Symbols and Equations
31681 \begin_inset CommandInset label
31682 LatexCommand label
31683 name "sub:Chemical-Symbols-and"
31684
31685 \end_inset
31686
31687
31688 \begin_inset Index idx
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692 Chemical characters ! Symbols
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \begin_inset Index idx
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702 Chemical equations
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset Index idx
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712 Symbols ! chemical
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Standard
31721 An example text from chemistry:
31722 \end_layout
31723
31724 \begin_layout Quote
31725 The 
31726 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31727 \end_inset
31728
31729 -ion reacts with two 
31730 \begin_inset Formula $\mathrm{Na^{+}}$
31731 \end_inset
31732
31733 -ions to sodium sulfate 
31734 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31735 \end_inset
31736
31737 .
31738  The chemical equation for this is:
31739 \begin_inset Formula 
31740 \begin{equation}
31741 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31742 \end{equation}
31743
31744 \end_inset
31745
31746
31747 \end_layout
31748
31749 \begin_layout Standard
31750 This chemical equation can directly be created as formula.
31751  To avoid that the symbols appear italic, everything is highlighted and
31752  changed by the shortcut 
31753 \begin_inset Info
31754 type  "shortcut"
31755 arg   "font-roman"
31756 \end_inset
31757
31758  to the upright font style.
31759 \begin_inset Foot
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 font styles
31764 \series bold
31765  
31766 \series default
31767 see 
31768 \begin_inset CommandInset ref
31769 LatexCommand ref
31770 reference "sub:Font-Styles"
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \begin_layout Standard
31783 A more convenient way to typeset chemical formulas is to use the command
31784  
31785 \series bold
31786
31787 \backslash
31788 ce
31789 \series default
31790
31791 \begin_inset Index idx
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795 Commands ! C ! 
31796 \backslash
31797 ce
31798 \end_layout
31799
31800 \end_inset
31801
31802  that is available when the LaTeX-package 
31803 \series bold
31804 mhchem
31805 \series default
31806
31807 \begin_inset Index idx
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811 Packages ! mhchem
31812 \end_layout
31813
31814 \end_inset
31815
31816  is installed.
31817  After inserting 
31818 \series bold
31819
31820 \backslash
31821 ce
31822 \series default
31823  to a formula a new blue box appears where chemical formulas can be inserted
31824  in an intuitive way.
31825 \end_layout
31826
31827 \begin_layout Standard
31828 \align center
31829 \begin_inset Tabular
31830 <lyxtabular version="3" rows="9" columns="2">
31831 <features tabularvalignment="middle">
31832 <column alignment="center" valignment="top" width="0">
31833 <column alignment="center" valignment="top" width="0">
31834 <row>
31835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839 Command
31840 \end_layout
31841
31842 \end_inset
31843 </cell>
31844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31845 \begin_inset Text
31846
31847 \begin_layout Plain Layout
31848 Result
31849 \begin_inset Note Note
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854 \series bold
31855
31856 \backslash
31857 raisebox
31858 \series default
31859  is only used as spacer.
31860 \end_layout
31861
31862 \end_inset
31863
31864
31865 \end_layout
31866
31867 \end_inset
31868 </cell>
31869 </row>
31870 <row>
31871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31872 \begin_inset Text
31873
31874 \begin_layout Plain Layout
31875
31876 \backslash
31877 ce
31878 \begin_inset ERT
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882
31883
31884 \backslash
31885 spce 
31886 \end_layout
31887
31888 \end_inset
31889
31890 H2CO3
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 </row>
31908 <row>
31909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913
31914 \backslash
31915 ce
31916 \begin_inset ERT
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920
31921
31922 \backslash
31923 spce 
31924 \end_layout
31925
31926 \end_inset
31927
31928 SO4^2-
31929 \end_layout
31930
31931 \end_inset
31932 </cell>
31933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31934 \begin_inset Text
31935
31936 \begin_layout Plain Layout
31937 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 <row>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951
31952 \backslash
31953 ce
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 spce 
31962 \end_layout
31963
31964 \end_inset
31965
31966 (NH4)2S
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 </row>
31984 <row>
31985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989
31990 \backslash
31991 ce
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 spce 
32000 \end_layout
32001
32002 \end_inset
32003
32004 KCr(SO4)2.12H2O
32005 \end_layout
32006
32007 \end_inset
32008 </cell>
32009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32010 \begin_inset Text
32011
32012 \begin_layout Plain Layout
32013 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 </row>
32022 <row>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027
32028 \backslash
32029 ce
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035
32036 \backslash
32037 spce 
32038 \end_layout
32039
32040 \end_inset
32041
32042 A-B
32043 \backslash
32044 dbond
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050
32051 \backslash
32052 spce 
32053 \end_layout
32054
32055 \end_inset
32056
32057 C
32058 \backslash
32059 tbond
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065
32066 \backslash
32067 spce 
32068 \end_layout
32069
32070 \end_inset
32071
32072 D
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 </row>
32090 <row>
32091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095
32096 \backslash
32097 ce
32098 \begin_inset ERT
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102
32103
32104 \backslash
32105 spce 
32106 \end_layout
32107
32108 \end_inset
32109
32110 ^227
32111 \begin_inset Formula $\downarrow$
32112 \end_inset
32113
32114 _90
32115 \begin_inset Formula $\to$
32116 \end_inset
32117
32118 Th+
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \end_inset
32134 </cell>
32135 </row>
32136 <row>
32137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141
32142 \backslash
32143 ce
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148
32149
32150 \backslash
32151 spce 
32152 \end_layout
32153
32154 \end_inset
32155
32156 CO2
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162
32163 \backslash
32164 spce 
32165 \end_layout
32166
32167 \end_inset
32168
32169 +
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175
32176 \backslash
32177 spce 
32178 \end_layout
32179
32180 \end_inset
32181
32182 C
32183 \begin_inset ERT
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187
32188
32189 \backslash
32190 spce 
32191 \end_layout
32192
32193 \end_inset
32194
32195 <=>
32196 \begin_inset ERT
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200
32201
32202 \backslash
32203 spce 
32204 \end_layout
32205
32206 \end_inset
32207
32208 2CO
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 </row>
32226 <row>
32227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231
32232 \backslash
32233 ce
32234 \begin_inset ERT
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238
32239
32240 \backslash
32241 spce 
32242 \end_layout
32243
32244 \end_inset
32245
32246 CO2
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 spce 
32255 \end_layout
32256
32257 \end_inset
32258
32259 +
32260 \begin_inset ERT
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265
32266 \backslash
32267 spce 
32268 \end_layout
32269
32270 \end_inset
32271
32272 C
32273 \begin_inset ERT
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277
32278
32279 \backslash
32280 spce 
32281 \end_layout
32282
32283 \end_inset
32284
32285 ->[
32286 \backslash
32287 alpha][
32288 \backslash
32289 beta]
32290 \begin_inset ERT
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294
32295
32296 \backslash
32297 spce 
32298 \end_layout
32299
32300 \end_inset
32301
32302 2CO}
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 </row>
32320 </lyxtabular>
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 \begin_inset Note Greyedout
32329 status open
32330
32331 \begin_layout Plain Layout
32332
32333 \series bold
32334 Note:
32335 \series default
32336  Inserting a formula to a 
32337 \series bold
32338
32339 \backslash
32340 ce
32341 \series default
32342  box will lead to LaTeX errors.
32343  In this case TeX code has to be used like for 
32344 \series bold
32345
32346 \backslash
32347 ce{$
32348 \backslash
32349 mu
32350 \backslash
32351 hyphen$Cl}
32352 \series default
32353
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359
32360 \backslash
32361 ce{$
32362 \backslash
32363 mu
32364 \backslash
32365 hyphen$Cl}
32366 \end_layout
32367
32368 \end_inset
32369
32370  
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Using 
32380 \series bold
32381
32382 \backslash
32383 ce
32384 \series default
32385  the command for equation
32386 \begin_inset space ~
32387 \end_inset
32388
32389
32390 \begin_inset CommandInset ref
32391 LatexCommand eqref
32392 reference "eq:chem-reaction"
32393
32394 \end_inset
32395
32396  is:
32397 \begin_inset Newline newline
32398 \end_inset
32399
32400
32401 \series bold
32402  
32403 \backslash
32404 ce
32405 \begin_inset ERT
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409
32410
32411 \backslash
32412 spce 
32413 \end_layout
32414
32415 \end_inset
32416
32417 2Na+
32418 \begin_inset ERT
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422
32423
32424 \backslash
32425 spce 
32426 \end_layout
32427
32428 \end_inset
32429
32430 +
32431 \begin_inset ERT
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435
32436
32437 \backslash
32438 spce 
32439 \end_layout
32440
32441 \end_inset
32442
32443 SO4^2-
32444 \begin_inset ERT
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448
32449
32450 \backslash
32451 spce 
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \begin_inset ERT
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461
32462
32463 \backslash
32464 spce 
32465 \end_layout
32466
32467 \end_inset
32468
32469 ->
32470 \begin_inset ERT
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474
32475
32476 \backslash
32477 spce 
32478 \end_layout
32479
32480 \end_inset
32481
32482 Na2SO4
32483 \end_layout
32484
32485 \begin_layout Standard
32486 To create multiline chemical equations first a multiline formula is created
32487  as described in 
32488 \begin_inset CommandInset ref
32489 LatexCommand ref
32490 reference "sec:Multiline-Formulas"
32491
32492 \end_inset
32493
32494 .
32495  Afterwards the command 
32496 \series bold
32497
32498 \backslash
32499 ce
32500 \series default
32501  is used in every small blue box of the formula.
32502  
32503 \begin_inset CommandInset ref
32504 LatexCommand eqref
32505 reference "eq:TEOS-reaction-1"
32506
32507 \end_inset
32508
32509  and 
32510 \begin_inset CommandInset ref
32511 LatexCommand eqref
32512 reference "eq:TEOS-reaction-2"
32513
32514 \end_inset
32515
32516  are an example of a multi-stage chemical reaction where every equation
32517  has its own number.
32518 \begin_inset Formula 
32519 \begin{eqnarray}
32520 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32521 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32522 \end{eqnarray}
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Standard
32530 Besides 
32531 \series bold
32532
32533 \backslash
32534 ce
32535 \series default
32536  the 
32537 \series bold
32538 mhchem
32539 \series default
32540  package provides the command 
32541 \series bold
32542
32543 \backslash
32544 cf
32545 \series default
32546
32547 \begin_inset Index idx
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551 Commands ! C ! 
32552 \backslash
32553 cf
32554 \end_layout
32555
32556 \end_inset
32557
32558  that has to be used for special cases.
32559  For more information about 
32560 \series bold
32561
32562 \backslash
32563 cf
32564 \series default
32565  and more examples have a look at the documentation of 
32566 \series bold
32567 mhchem
32568 \series default
32569
32570 \begin_inset CommandInset citation
32571 LatexCommand cite
32572 key "mhchem"
32573
32574 \end_inset
32575
32576 .
32577 \end_layout
32578
32579 \begin_layout Section
32580 Diagrams
32581 \end_layout
32582
32583 \begin_layout Standard
32584 LyX supports two types of commutative diagrams: 
32585 \series bold
32586 amscd
32587 \series default
32588  and 
32589 \series bold
32590 xymatrix
32591 \series default
32592  that are explained in the following.
32593 \end_layout
32594
32595 \begin_layout Subsection
32596 Amscd Diagrams
32597 \begin_inset Index idx
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601 Diagrams ! amscd
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Standard
32610 Diagrams of this type visualize relations by vertical and horizontal lines
32611  or arrows:
32612 \begin_inset Formula 
32613 \[
32614 \begin{CD}A@>>>B@>>>C\\
32615 @AAA@.@VVV\\
32616 F@<<<E@<<<D
32617 \end{CD}
32618 \]
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 To get them, the command 
32627 \series bold
32628
32629 \backslash
32630 CD
32631 \begin_inset Index idx
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635 Commands ! C ! 
32636 \backslash
32637 CD
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \series default
32644  is inserted to a formula.
32645  A blue box appears with two dashed lines where further commands can be
32646  inserted.
32647  With 
32648 \begin_inset Info
32649 type  "shortcut"
32650 arg   "newline-insert newline"
32651 \end_inset
32652
32653  a new line is created.
32654  Horizontal relations are inserted in odd, vertical in even formula lines.
32655 \end_layout
32656
32657 \begin_layout Standard
32658 To create the relations there are the following commands:
32659 \end_layout
32660
32661 \begin_layout Itemize
32662
32663 \series bold
32664 @<<<
32665 \series default
32666  creates a left arrow, 
32667 \series bold
32668 @>>>
32669 \series default
32670  a right arrow and 
32671 \series bold
32672 @=
32673 \series default
32674  a long equal sign
32675 \end_layout
32676
32677 \begin_layout Itemize
32678
32679 \series bold
32680 @AAA
32681 \series default
32682  creates an up arrow, 
32683 \series bold
32684 @VVV
32685 \series default
32686  an down arrow and 
32687 \series bold
32688 @|
32689 \series default
32690  a vertical equal sign
32691 \end_layout
32692
32693 \begin_layout Itemize
32694
32695 \series bold
32696 @.
32697
32698 \series default
32699  is a placeholder for non-existent relations
32700 \end_layout
32701
32702 \begin_layout Standard
32703 All arrows can be labeled as follows:
32704 \end_layout
32705
32706 \begin_layout Itemize
32707 Is text inserted between the first and second < or >, resp., it is placed
32708  above the arrow.
32709  When it is inserted between the second and third one, it appears under
32710  the arrow.
32711 \end_layout
32712
32713 \begin_layout Itemize
32714 When text for vertical arrows is inserted between the first and second A
32715  or V, resp., it is placed left beside the arrow.
32716  When it is inserted between the second and third one, it appears right
32717  beside the arrow.
32718  If the text contains an A or V, these letters must be set into a TeX-brace.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 As example a diagram with all possible relations:
32723 \end_layout
32724
32725 \begin_layout Standard
32726 \begin_inset Formula 
32727 \[
32728 \begin{CD}A@>j>>B@>>k>C@=F\\
32729 @AmAA@.@VV{V}V@|\\
32730 D@<<j<E@>k>>F@=C
32731 \end{CD}
32732 \]
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Standard
32740 The command for this is:
32741 \begin_inset Newline newline
32742 \end_inset
32743
32744
32745 \series bold
32746
32747 \backslash
32748 CD
32749 \begin_inset ERT
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753
32754
32755 \backslash
32756 spce 
32757 \end_layout
32758
32759 \end_inset
32760
32761 A@>j>>B@>>k>C@=F Ctrl+Return
32762 \begin_inset Newline newline
32763 \end_inset
32764
32765
32766 \begin_inset Phantom HPhantom
32767 status open
32768
32769 \begin_layout Plain Layout
32770
32771 \series bold
32772
32773 \backslash
32774 CD
32775 \begin_inset ERT
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779
32780
32781 \backslash
32782 spce 
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \end_inset
32791
32792 @AmAA@.@VV
32793 \backslash
32794 {V
32795 \series default
32796
32797 \begin_inset Formula $\to$
32798 \end_inset
32799
32800
32801 \series bold
32802 V@| Ctrl+Return
32803 \begin_inset Newline newline
32804 \end_inset
32805
32806
32807 \begin_inset Phantom HPhantom
32808 status open
32809
32810 \begin_layout Plain Layout
32811
32812 \series bold
32813
32814 \backslash
32815 CD
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821
32822 \backslash
32823 spce 
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \end_inset
32832
32833 D@<<j<E@>k>>F@=C
32834 \end_layout
32835
32836 \begin_layout Subsection
32837 Xymatrix Diagrams
32838 \begin_inset Index idx
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842 Diagrams ! xymatrix
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 To be able to use xymatrices, the LaTeX-package 
32852 \series bold
32853 xypic
32854 \series default
32855  must be installed.
32856  A xymatrix is created by inserting the command 
32857 \series bold
32858
32859 \backslash
32860 xymatrix
32861 \series default
32862  in a formula.
32863  Then you are able to add new matrix columns and rows like for normal matrices,
32864  see 
32865 \begin_inset CommandInset ref
32866 LatexCommand ref
32867 reference "sec:Matrices"
32868
32869 \end_inset
32870
32871 .
32872 \end_layout
32873
32874 \begin_layout Standard
32875 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32876  and much more.
32877  All possibilities to create commutative diagrams and decorations are explained
32878  in detail in the 
32879 \emph on
32880 XY-pic manual
32881 \emph default
32882  that you find in the menu 
32883 \family sans
32884 Help\SpecialChar \menuseparator
32885 Specific
32886 \begin_inset space ~
32887 \end_inset
32888
32889 Manuals
32890 \family default
32891 .
32892 \end_layout
32893
32894 \begin_layout Subsection
32895
32896 \noun on
32897 Feynman
32898 \noun default
32899  Diagrams
32900 \begin_inset Index idx
32901 status collapsed
32902
32903 \begin_layout Plain Layout
32904 Diagrams ! Feynman
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Standard
32913 To be able to use 
32914 \noun on
32915 Feynman
32916 \noun default
32917 -diagrams, the LaTeX-package 
32918 \series bold
32919 feyn
32920 \series default
32921  must be installed.
32922  A 
32923 \noun on
32924 Feynman
32925 \noun default
32926 -diagram is created by inserting the command 
32927 \series bold
32928
32929 \backslash
32930 Diagram
32931 \series default
32932  in a formula.
32933  Then you are able to add new matrix columns and rows like for normal matrices,
32934  see 
32935 \begin_inset CommandInset ref
32936 LatexCommand ref
32937 reference "sec:Matrices"
32938
32939 \end_inset
32940
32941 .
32942 \end_layout
32943
32944 \begin_layout Standard
32945 Examples how to create 
32946 \noun on
32947 Feynman-
32948 \noun default
32949 diagrams in LyX is given in the 
32950 \emph on
32951 Feynman-diagram manual
32952 \emph default
32953  that you find in the menu 
32954 \family sans
32955 Help\SpecialChar \menuseparator
32956 Specific
32957 \begin_inset space ~
32958 \end_inset
32959
32960 Manuals
32961 \family default
32962 .
32963 \end_layout
32964
32965 \begin_layout Section
32966 User-defined Commands
32967 \begin_inset Index idx
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971 User-defined commands
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \begin_inset Note Greyedout
32981 status open
32982
32983 \begin_layout Plain Layout
32984
32985 \series bold
32986 Note:
32987 \series default
32988  The names of user-defined commands and macros may only consist of Latin
32989  letters.
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Subsection
32998 The Command 
32999 \backslash
33000 newcommand
33001 \begin_inset CommandInset label
33002 LatexCommand label
33003 name "sub:The-Command-newcommand"
33004
33005 \end_inset
33006
33007
33008 \begin_inset Index idx
33009 status collapsed
33010
33011 \begin_layout Plain Layout
33012 User-defined commands ! 
33013 \backslash
33014 newcommand
33015 \end_layout
33016
33017 \end_inset
33018
33019
33020 \begin_inset Index idx
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 Commands ! N ! 
33025 \backslash
33026 newcommand
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Standard
33035 Many LaTeX-commands are too long to be used frequently.
33036  But it is possible to define with the command 
33037 \series bold
33038
33039 \backslash
33040 newcommand
33041 \series default
33042  new shorter commands.
33043 \end_layout
33044
33045 \begin_layout Standard
33046 The command scheme of 
33047 \series bold
33048
33049 \backslash
33050 newcommand
33051 \series default
33052  is:
33053 \end_layout
33054
33055 \begin_layout Standard
33056
33057 \series bold
33058
33059 \backslash
33060 newcommand{new command name}[number of arguments][optional
33061 \series default
33062  
33063 \series bold
33064 value]
33065 \begin_inset Newline newline
33066 \end_inset
33067
33068
33069 \begin_inset Phantom HPhantom
33070 status open
33071
33072 \begin_layout Plain Layout
33073
33074 \series bold
33075
33076 \backslash
33077 newcommand
33078 \end_layout
33079
33080 \end_inset
33081
33082 {command definition}
33083 \end_layout
33084
33085 \begin_layout Standard
33086 \begin_inset Note Greyedout
33087 status open
33088
33089 \begin_layout Plain Layout
33090
33091 \series bold
33092 Note:
33093 \series default
33094  Assure that the name of the new command is not already used in your document
33095  or by LaTeX-packages that you use.
33096  When you for example define the command 
33097 \series bold
33098
33099 \backslash
33100 le
33101 \series default
33102  for 
33103 \series bold
33104
33105 \backslash
33106 Leftarrow
33107 \series default
33108 , you get an error message because 
33109 \series bold
33110
33111 \backslash
33112 le
33113 \series default
33114  is already defined as command for 
33115 \begin_inset Quotes eld
33116 \end_inset
33117
33118
33119 \begin_inset Formula $\le$
33120 \end_inset
33121
33122
33123 \begin_inset Quotes erd
33124 \end_inset
33125
33126 .
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \begin_layout Standard
33135 The number of arguments is an integer in the range 0
33136 \begin_inset space \thinspace{}
33137 \end_inset
33138
33139 -
33140 \begin_inset space \thinspace{}
33141 \end_inset
33142
33143 9 and specifies how many arguments the new command should have.
33144  With the optional value a value for an optional argument can be predefined.
33145  When this is done, the 
33146 \emph on
33147 first
33148 \emph default
33149  
33150 \emph on
33151 a
33152 \emph default
33153 rgument of the new command is automatically an optional one.
33154 \end_layout
33155
33156 \begin_layout Standard
33157 Here are some examples:
33158 \end_layout
33159
33160 \begin_layout Itemize
33161 To define the command 
33162 \series bold
33163
33164 \backslash
33165 gr
33166 \series default
33167  for 
33168 \series bold
33169
33170 \backslash
33171 Longrightarrow
33172 \series default
33173 , the LaTeX-preamble line is:
33174 \begin_inset VSpace medskip
33175 \end_inset
33176
33177
33178 \begin_inset Newline newline
33179 \end_inset
33180
33181
33182 \series bold
33183
33184 \backslash
33185 newcommand{
33186 \backslash
33187 gr}{
33188 \backslash
33189 Longrightarrow}
33190 \end_layout
33191
33192 \begin_layout Itemize
33193 To define the command 
33194 \series bold
33195
33196 \backslash
33197 us
33198 \series default
33199  for 
33200 \series bold
33201
33202 \backslash
33203 underline
33204 \series default
33205 , the argument (that should be underlined) must be taken into account.
33206  For this the preamble line is:
33207 \begin_inset VSpace medskip
33208 \end_inset
33209
33210
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \series bold
33216
33217 \backslash
33218 newcommand{
33219 \backslash
33220 us}[1]{
33221 \backslash
33222 underline{#1}}
33223 \series default
33224
33225 \begin_inset VSpace medskip
33226 \end_inset
33227
33228
33229 \begin_inset Newline newline
33230 \end_inset
33231
33232 The character 
33233 \series bold
33234 #
33235 \series default
33236  acts as argument placeholder, the 
33237 \series bold
33238 1
33239 \series default
33240  behind it denotes that it is the placeholder for the first argument.
33241 \end_layout
33242
33243 \begin_layout Itemize
33244 For 
33245 \series bold
33246
33247 \backslash
33248 framebox
33249 \series default
33250  one can e.
33251 \begin_inset space \thinspace{}
33252 \end_inset
33253
33254 g.
33255 \begin_inset space \space{}
33256 \end_inset
33257
33258 define the command 
33259 \series bold
33260
33261 \backslash
33262 fb
33263 \series default
33264 :
33265 \begin_inset VSpace medskip
33266 \end_inset
33267
33268
33269 \begin_inset Newline newline
33270 \end_inset
33271
33272
33273 \series bold
33274
33275 \backslash
33276 newcommand{
33277 \backslash
33278 fb}[3]{
33279 \backslash
33280 framebox#1#2{$#3$}}
33281 \series default
33282
33283 \begin_inset VSpace medskip
33284 \end_inset
33285
33286
33287 \begin_inset Newline newline
33288 \end_inset
33289
33290 The two Dollar signs creates the extra formula needed for 
33291 \series bold
33292
33293 \backslash
33294 framebox
33295 \series default
33296 , see 
33297 \begin_inset CommandInset ref
33298 LatexCommand ref
33299 reference "sub:Boxes-with-Frame"
33300
33301 \end_inset
33302
33303 .
33304 \end_layout
33305
33306 \begin_layout Itemize
33307 To create a new command for 
33308 \series bold
33309
33310 \backslash
33311 fcolorbox
33312 \series default
33313  where the color for the box needn't to be specified, the argument for the
33314  color is defined optional:
33315 \begin_inset VSpace medskip
33316 \end_inset
33317
33318
33319 \begin_inset Newline newline
33320 \end_inset
33321
33322
33323 \series bold
33324
33325 \backslash
33326 newcommand{
33327 \backslash
33328 cb}[3][white]{
33329 \backslash
33330 fcolorbox{#2}{#1}{$#3$}}
33331 \series default
33332
33333 \begin_inset VSpace medskip
33334 \end_inset
33335
33336
33337 \begin_inset Newline newline
33338 \end_inset
33339
33340 When the color is not specified when using 
33341 \series bold
33342
33343 \backslash
33344 cb
33345 \series default
33346 , the predefined color 
33347 \series bold
33348 white
33349 \series default
33350  will be used.
33351 \end_layout
33352
33353 \begin_layout Standard
33354 A test of the new defined commands:
33355 \end_layout
33356
33357 \begin_layout Standard
33358 \align center
33359 \begin_inset Tabular
33360 <lyxtabular version="3" rows="6" columns="2">
33361 <features tabularvalignment="middle">
33362 <column alignment="center" valignment="top" width="0">
33363 <column alignment="center" valignment="top" width="0">
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 Command
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 Result
33379 \begin_inset Note Note
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384 \series bold
33385
33386 \backslash
33387 raisebox
33388 \series default
33389  is only used as spacer.
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 </row>
33400 <row>
33401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405 A
33406 \backslash
33407 gr
33408 \begin_inset ERT
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412
33413
33414 \backslash
33415 spce 
33416 \end_layout
33417
33418 \end_inset
33419
33420 B
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 \begin_inset Formula $A\gr B$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443
33444 \backslash
33445 us{ABcd
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 </row>
33463 <row>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468
33469 \backslash
33470 fb{[2cm]
33471 \begin_inset Formula $\to$
33472 \end_inset
33473
33474
33475 \backslash
33476 {
33477 \begin_inset Formula $\to$
33478 \end_inset
33479
33480
33481 \backslash
33482 {
33483 \backslash
33484 int
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490
33491 \backslash
33492 spce 
33493 \end_layout
33494
33495 \end_inset
33496
33497 A=B
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 </row>
33515 <row>
33516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520
33521 \backslash
33522 cb{red
33523 \begin_inset Formula $\to$
33524 \end_inset
33525
33526
33527 \backslash
33528 {
33529 \backslash
33530 int
33531 \begin_inset ERT
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535
33536
33537 \backslash
33538 spce 
33539 \end_layout
33540
33541 \end_inset
33542
33543 A=B
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 </row>
33561 <row>
33562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566
33567 \backslash
33568 cb[green]
33569 \backslash
33570 {red
33571 \begin_inset Formula $\to$
33572 \end_inset
33573
33574
33575 \backslash
33576 {
33577 \backslash
33578 int
33579 \begin_inset ERT
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583
33584
33585 \backslash
33586 spce 
33587 \end_layout
33588
33589 \end_inset
33590
33591 A=B
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 </row>
33609 </lyxtabular>
33610
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \begin_layout Subsection
33617 Math Macros
33618 \begin_inset Index idx
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 User-defined commands! Math macros
33623 \end_layout
33624
33625 \end_inset
33626
33627
33628 \begin_inset Index idx
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632 Macros
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Standard
33641 User-defined commands are especially convenient for complex expressions.
33642  When you are for example dealing in a document with quadratic equations,
33643  the same solution type occurs several times.
33644  The general form of a quadratic equation is
33645 \begin_inset Formula 
33646 \[
33647 0=\lambda^{2}+p\lambda+q
33648 \]
33649
33650 \end_inset
33651
33652 The general form of the solution is
33653 \begin_inset Formula 
33654 \[
33655 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33656 \]
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Standard
33664 To define a command for the solution formula where only the three parameters
33665  
33666 \begin_inset Formula $\lambda$
33667 \end_inset
33668
33669
33670 \begin_inset Formula $p$
33671 \end_inset
33672
33673  and 
33674 \begin_inset Formula $q$
33675 \end_inset
33676
33677  need to be specified and the index of 
33678 \begin_inset Formula $\lambda$
33679 \end_inset
33680
33681  can be given optionally, the LaTeX-preamble line is
33682 \begin_inset Newline newline
33683 \end_inset
33684
33685
33686 \series bold
33687
33688 \backslash
33689 newcommand{
33690 \backslash
33691 qG}[4][1,
33692 \backslash
33693 ,2]{#2_{#1}=-
33694 \backslash
33695 frac{#3}{2}
33696 \backslash
33697 pm
33698 \begin_inset Newline newline
33699 \end_inset
33700
33701
33702 \begin_inset Phantom HPhantom
33703 status open
33704
33705 \begin_layout Plain Layout
33706
33707 \series bold
33708
33709 \backslash
33710 newcommand
33711 \end_layout
33712
33713 \end_inset
33714
33715
33716 \backslash
33717 sqrt{
33718 \backslash
33719 frac{#3^{2}}{4}-#4}}
33720 \end_layout
33721
33722 \begin_layout Standard
33723 To create with this the solution formula, the command
33724 \begin_inset Newline newline
33725 \end_inset
33726
33727
33728 \series bold
33729
33730 \backslash
33731 qG{
33732 \backslash
33733 lambda
33734 \begin_inset Formula $\to$
33735 \end_inset
33736
33737
33738 \backslash
33739 {p
33740 \begin_inset Formula $\to$
33741 \end_inset
33742
33743
33744 \backslash
33745 {q
33746 \series default
33747  is inserted to a formula
33748 \series bold
33749 .
33750 \end_layout
33751
33752 \begin_layout Standard
33753 The definition of the new command is unintuitive because one has to know
33754  the schemes of all used LaTeX commands, e.
33755 \begin_inset space \thinspace{}
33756 \end_inset
33757
33758 g.
33759 \begin_inset space \space{}
33760 \end_inset
33761
33762 that a fraction is inserted in LaTeX as 
33763 \series bold
33764
33765 \backslash
33766 frac{numerator}{denominator}
33767 \series default
33768 .
33769  Furthermore one can easily forget a brace in the definition and cannot
33770  see in LyX what the new command is doing.
33771  To avoid these problems LyX offers the possibility to use math macros instead
33772  of the command 
33773 \series bold
33774
33775 \backslash
33776 newcommand
33777 \series default
33778 .
33779 \end_layout
33780
33781 \begin_layout Standard
33782 A math macro is created by using the menu 
33783 \family sans
33784 Insert\SpecialChar \menuseparator
33785 Math\SpecialChar \menuseparator
33786 Macro
33787 \family default
33788  or the toolbar button 
33789 \begin_inset Graphics
33790         filename ../images/math-macro_newmacroname_newcommand.png
33791         scale 85
33792
33793 \end_inset
33794
33795 .
33796  The math macro toolbar appears together with the following box where the
33797  macro is defined:
33798 \begin_inset Newline newline
33799 \end_inset
33800
33801
33802 \begin_inset space \hspace*{\fill}
33803 \end_inset
33804
33805
33806 \begin_inset Graphics
33807         filename clipart/macrobox.png
33808
33809 \end_inset
33810
33811
33812 \begin_inset space \hspace*{\fill}
33813 \end_inset
33814
33815
33816 \begin_inset Newline newline
33817 \end_inset
33818
33819
33820 \begin_inset FormulaMacro
33821 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33822 \end_inset
33823
33824
33825 \backslash
33826 newmacroname is the default name of the macro that should be changed to
33827  something sensible.
33828  The wanted formula is inserted in the first blue box.
33829  An argument placeholder is inserted with the command 
33830 \series bold
33831
33832 \backslash
33833 #argumentnumber
33834 \series default
33835 , e.
33836 \begin_inset space \thinspace{}
33837 \end_inset
33838
33839 g
33840 \begin_inset space \space{}
33841 \end_inset
33842
33843
33844 \series bold
33845
33846 \backslash
33847 #1
33848 \series default
33849  or by using the macro toolbar button 
33850 \begin_inset Graphics
33851         filename ../images/math-macro-add-param.png
33852         scale 85
33853
33854 \end_inset
33855
33856 .
33857  Argument placeholders are displayed red.
33858  Maximum 9 arguments are possible.
33859  Optional arguments are created with the toolbar button 
33860 \begin_inset Graphics
33861         filename ../images/math-macro-add-optional-param.png
33862         scale 85
33863
33864 \end_inset
33865
33866 .
33867  The first non-optional argument can be transformed to an optional one with
33868  the toolbar button 
33869 \begin_inset Graphics
33870         filename ../images/math-macro-make-optional.png
33871         scale 85
33872
33873 \end_inset
33874
33875 .
33876  In the second blue box the appearance of the macro in LyX can be defined.
33877  Normally you want to see it as it is defined, so the box is kept empty.
33878  But when you have created a macro that needs lot of space on the screen,
33879  you can insert in the box for example
33880 \begin_inset Newline newline
33881 \end_inset
33882
33883
33884 \series bold
33885 qG: 
33886 \backslash
33887 #1
33888 \series default
33889  
33890 \series bold
33891 ,
33892 \series default
33893  
33894 \series bold
33895
33896 \backslash
33897 #2
33898 \series default
33899  
33900 \series bold
33901 ,
33902 \series default
33903  
33904 \series bold
33905
33906 \backslash
33907 #3, 
33908 \backslash
33909 #4
33910 \begin_inset Newline newline
33911 \end_inset
33912
33913
33914 \series default
33915 For the macro only the arguments with the macro name in front of them will
33916  then be displayed in LyX, leading to a better overview.
33917  The formula appears in the output as defined in the first box.
33918 \begin_inset Newline newline
33919 \end_inset
33920
33921 The appearance of macros in formulas can furthermore be changed for single
33922  macros by setting the cursor in the macro and using the menu 
33923 \family sans
33924 View\SpecialChar \menuseparator
33925 (Un)fold
33926 \begin_inset space ~
33927 \end_inset
33928
33929 Math
33930 \begin_inset space ~
33931 \end_inset
33932
33933 Macro
33934 \family default
33935 .
33936 \end_layout
33937
33938 \begin_layout Standard
33939 To use a macro, the macro name is inserted as command to a formula, in our
33940  case 
33941 \series bold
33942
33943 \backslash
33944 qG
33945 \series default
33946 .
33947  Our macro looks in LyX like this:
33948 \begin_inset Newline newline
33949 \end_inset
33950
33951
33952 \begin_inset space \hspace*{\fill}
33953 \end_inset
33954
33955
33956 \begin_inset Graphics
33957         filename clipart/macrouse.png
33958
33959 \end_inset
33960
33961
33962 \begin_inset space \hspace*{\fill}
33963 \end_inset
33964
33965
33966 \begin_inset Newline newline
33967 \end_inset
33968
33969 Here is our macro example with the arguments 
33970 \begin_inset Formula $x$
33971 \end_inset
33972
33973
33974 \begin_inset Formula $\ln(x)$
33975 \end_inset
33976
33977  and 
33978 \begin_inset Formula $B$
33979 \end_inset
33980
33981 :
33982 \end_layout
33983
33984 \begin_layout Standard
33985 \begin_inset Formula 
33986 \[
33987 \qG x{\ln(x)}B
33988 \]
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 LyX offers in the menu 
33997 \family sans
33998 Tools\SpecialChar \menuseparator
33999 Preferences\SpecialChar \menuseparator
34000 Editing\SpecialChar \menuseparator
34001 Control
34002 \family default
34003  different styles to edit macros.
34004  To find the style that suits you the most, choose a style and set the cursor
34005  in a macro formula to see the difference.
34006 \end_layout
34007
34008 \begin_layout Standard
34009 A math macro is transformed internally to a 
34010 \series bold
34011
34012 \backslash
34013 newcommand
34014 \series default
34015  command when exporting the document.
34016  The created 
34017 \series bold
34018
34019 \backslash
34020 newcommand
34021 \series default
34022  command is not placed in the LaTeX-preamble, therefore macros can only
34023  be used in formulas that are in the document below the macro definition
34024  box.
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Math macros can also be directly be created from a 
34029 \series bold
34030
34031 \backslash
34032 newcommand
34033 \series default
34034  command.
34035  When writing for example the command
34036 \series bold
34037
34038 \begin_inset Newline newline
34039 \end_inset
34040
34041
34042 \backslash
34043 newcommand{
34044 \backslash
34045 larrow}[2]{
34046 \backslash
34047 xleftarrow[#2]{#1}}
34048 \begin_inset Newline newline
34049 \end_inset
34050
34051
34052 \series default
34053 in LyX as normal text, highlighting it completely and using then the shortcut
34054  
34055 \family sans
34056 Ctrl+M
34057 \family default
34058 , the command will be transformed to a math macro.
34059  Using this method you need to be careful that the 
34060 \series bold
34061
34062 \backslash
34063 newcommand
34064 \series default
34065  command is typed correctly, otherwise you get a faulty macro leading to
34066  LaTeX errors.
34067 \end_layout
34068
34069 \begin_layout Standard
34070 Math macros currently yet have the problem that further formulas in macro
34071  definitions are handled wrongly.
34072  Therefore the example 
34073 \series bold
34074
34075 \backslash
34076 fb
34077 \series default
34078  from 
34079 \begin_inset CommandInset ref
34080 LatexCommand ref
34081 reference "sub:The-Command-newcommand"
34082
34083 \end_inset
34084
34085  cannot be created as macro.
34086 \end_layout
34087
34088 \begin_layout Standard
34089 When the cursor is in a macro definition box, you will see the macro toolbar
34090  in LyX:
34091 \end_layout
34092
34093 \begin_layout Standard
34094 \begin_inset VSpace defskip
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Standard
34101 \begin_inset Graphics
34102         filename clipart/MacroToolbar.png
34103
34104 \end_inset
34105
34106
34107 \begin_inset Index idx
34108 status collapsed
34109
34110 \begin_layout Plain Layout
34111 Macros ! Toolbar
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 \begin_inset VSpace defskip
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Standard
34127 The macro toolbar contains from left to right the following buttons:
34128 \end_layout
34129
34130 \begin_layout Standard
34131 \begin_inset VSpace defskip
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset Tabular
34139 <lyxtabular version="3" rows="9" columns="2">
34140 <features islongtable="true" longtabularalignment="center">
34141 <column alignment="left" valignment="top" width="0">
34142 <column alignment="left" valignment="top" width="85col%">
34143 <row interlinespace="2.5mm">
34144 <cell alignment="center" valignment="top" usebox="none">
34145 \begin_inset Text
34146
34147 \begin_layout Plain Layout
34148 \begin_inset Graphics
34149         filename ../images/math-macro-remove-param.png
34150         rotateOrigin center
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 <cell alignment="center" valignment="top" usebox="none">
34160 \begin_inset Text
34161
34162 \begin_layout Plain Layout
34163
34164 \family sans
34165 Edit\SpecialChar \menuseparator
34166 Math\SpecialChar \menuseparator
34167 Macro
34168 \begin_inset space ~
34169 \end_inset
34170
34171 Definition\SpecialChar \menuseparator
34172 Remove Last Argument
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 </row>
34178 <row interlinespace="2.5mm">
34179 <cell alignment="center" valignment="top" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 \begin_inset Graphics
34184         filename ../images/math-macro-add-param.png
34185         rotateOrigin center
34186
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \end_inset
34193 </cell>
34194 <cell alignment="center" valignment="top" usebox="none">
34195 \begin_inset Text
34196
34197 \begin_layout Plain Layout
34198
34199 \family sans
34200 Edit\SpecialChar \menuseparator
34201 Math\SpecialChar \menuseparator
34202 Macro
34203 \begin_inset space ~
34204 \end_inset
34205
34206 Definition\SpecialChar \menuseparator
34207 Append Argument
34208 \end_layout
34209
34210 \end_inset
34211 </cell>
34212 </row>
34213 <row interlinespace="2.5mm">
34214 <cell alignment="center" valignment="top" usebox="none">
34215 \begin_inset Text
34216
34217 \begin_layout Plain Layout
34218 \begin_inset Graphics
34219         filename ../images/math-macro-make-optional.png
34220         rotateOrigin center
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 <cell alignment="center" valignment="top" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233
34234 \family sans
34235 Edit\SpecialChar \menuseparator
34236 Math\SpecialChar \menuseparator
34237 Macro
34238 \begin_inset space ~
34239 \end_inset
34240
34241 Definition\SpecialChar \menuseparator
34242 Make First Non-Optional into
34243 \begin_inset Newline newline
34244 \end_inset
34245
34246
34247 \begin_inset Phantom HPhantom
34248 status open
34249
34250 \begin_layout Plain Layout
34251
34252 \family sans
34253 Edit\SpecialChar \menuseparator
34254 Math\SpecialChar \menuseparator
34255 Macro
34256 \begin_inset space ~
34257 \end_inset
34258
34259 Definition\SpecialChar \menuseparator
34260
34261 \end_layout
34262
34263 \end_inset
34264
34265 Optional Argument
34266 \end_layout
34267
34268 \end_inset
34269 </cell>
34270 </row>
34271 <row interlinespace="2.5mm">
34272 <cell alignment="center" valignment="top" usebox="none">
34273 \begin_inset Text
34274
34275 \begin_layout Plain Layout
34276 \begin_inset Graphics
34277         filename ../images/math-macro-make-nonoptional.png
34278         rotateOrigin center
34279
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \end_inset
34286 </cell>
34287 <cell alignment="center" valignment="top" usebox="none">
34288 \begin_inset Text
34289
34290 \begin_layout Plain Layout
34291
34292 \family sans
34293 Edit\SpecialChar \menuseparator
34294 Math\SpecialChar \menuseparator
34295 Macro
34296 \begin_inset space ~
34297 \end_inset
34298
34299 Definition\SpecialChar \menuseparator
34300 Make Last Optional into
34301 \begin_inset Newline newline
34302 \end_inset
34303
34304
34305 \begin_inset Phantom HPhantom
34306 status open
34307
34308 \begin_layout Plain Layout
34309
34310 \family sans
34311 Edit\SpecialChar \menuseparator
34312 Math\SpecialChar \menuseparator
34313 Macro
34314 \begin_inset space ~
34315 \end_inset
34316
34317 Definition\SpecialChar \menuseparator
34318
34319 \end_layout
34320
34321 \end_inset
34322
34323 Non-Optional Argument
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 </row>
34329 <row interlinespace="2.5mm">
34330 <cell alignment="center" valignment="top" usebox="none">
34331 \begin_inset Text
34332
34333 \begin_layout Plain Layout
34334 \begin_inset Graphics
34335         filename ../images/math-macro-remove-optional-param.png
34336         rotateOrigin center
34337
34338 \end_inset
34339
34340
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 <cell alignment="center" valignment="top" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349
34350 \family sans
34351 Edit\SpecialChar \menuseparator
34352 Math\SpecialChar \menuseparator
34353 Macro
34354 \begin_inset space ~
34355 \end_inset
34356
34357 Definition\SpecialChar \menuseparator
34358 Remove Optional Argument
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 </row>
34364 <row interlinespace="2.5mm">
34365 <cell alignment="center" valignment="top" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 \begin_inset Graphics
34370         filename ../images/math-macro-add-optional-param.png
34371         rotateOrigin center
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 <cell alignment="center" valignment="top" usebox="none">
34381 \begin_inset Text
34382
34383 \begin_layout Plain Layout
34384
34385 \family sans
34386 Edit\SpecialChar \menuseparator
34387 Math\SpecialChar \menuseparator
34388 Macro
34389 \begin_inset space ~
34390 \end_inset
34391
34392 Definition\SpecialChar \menuseparator
34393 Insert Optional Argument
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 </row>
34399 <row interlinespace="2.5mm">
34400 <cell alignment="center" valignment="top" usebox="none">
34401 \begin_inset Text
34402
34403 \begin_layout Plain Layout
34404 \begin_inset Graphics
34405         filename ../images/math-macro-remove-greedy-param.png
34406         rotateOrigin center
34407
34408 \end_inset
34409
34410
34411 \end_layout
34412
34413 \end_inset
34414 </cell>
34415 <cell alignment="center" valignment="top" usebox="none">
34416 \begin_inset Text
34417
34418 \begin_layout Plain Layout
34419
34420 \family sans
34421 Edit\SpecialChar \menuseparator
34422 Math\SpecialChar \menuseparator
34423 Macro
34424 \begin_inset space ~
34425 \end_inset
34426
34427 Definition\SpecialChar \menuseparator
34428 Remove Last Argument
34429 \begin_inset Newline newline
34430 \end_inset
34431
34432
34433 \begin_inset Phantom HPhantom
34434 status open
34435
34436 \begin_layout Plain Layout
34437
34438 \family sans
34439 Edit\SpecialChar \menuseparator
34440 Math\SpecialChar \menuseparator
34441 Macro
34442 \begin_inset space ~
34443 \end_inset
34444
34445 Definition\SpecialChar \menuseparator
34446
34447 \end_layout
34448
34449 \end_inset
34450
34451 Spitting Out To The Right
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 </row>
34457 <row interlinespace="2.5mm">
34458 <cell alignment="center" valignment="top" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 \begin_inset Graphics
34463         filename ../images/math-macro-append-greedy-param.png
34464         rotateOrigin center
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 <cell alignment="center" valignment="top" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477
34478 \family sans
34479 Edit\SpecialChar \menuseparator
34480 Math\SpecialChar \menuseparator
34481 Macro
34482 \begin_inset space ~
34483 \end_inset
34484
34485 Definition\SpecialChar \menuseparator
34486 Append Argument
34487 \begin_inset Newline newline
34488 \end_inset
34489
34490
34491 \begin_inset Phantom HPhantom
34492 status open
34493
34494 \begin_layout Plain Layout
34495
34496 \family sans
34497 Edit\SpecialChar \menuseparator
34498 Math\SpecialChar \menuseparator
34499 Macro
34500 \begin_inset space ~
34501 \end_inset
34502
34503 Definition\SpecialChar \menuseparator
34504
34505 \end_layout
34506
34507 \end_inset
34508
34509 Eating From The Right
34510 \end_layout
34511
34512 \end_inset
34513 </cell>
34514 </row>
34515 <row interlinespace="2.5mm">
34516 <cell alignment="center" valignment="top" usebox="none">
34517 \begin_inset Text
34518
34519 \begin_layout Plain Layout
34520 \begin_inset Graphics
34521         filename ../images/math-macro-add-greedy-optional-param.png
34522         rotateOrigin center
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \end_inset
34530 </cell>
34531 <cell alignment="center" valignment="top" usebox="none">
34532 \begin_inset Text
34533
34534 \begin_layout Plain Layout
34535
34536 \family sans
34537 Edit\SpecialChar \menuseparator
34538 Math\SpecialChar \menuseparator
34539 Macro
34540 \begin_inset space ~
34541 \end_inset
34542
34543 Definition\SpecialChar \menuseparator
34544 Append Optional Argument
34545 \begin_inset Newline newline
34546 \end_inset
34547
34548
34549 \begin_inset Phantom HPhantom
34550 status open
34551
34552 \begin_layout Plain Layout
34553
34554 \family sans
34555 Edit\SpecialChar \menuseparator
34556 Math\SpecialChar \menuseparator
34557 Macro
34558 \begin_inset space ~
34559 \end_inset
34560
34561 Definition\SpecialChar \menuseparator
34562
34563 \end_layout
34564
34565 \end_inset
34566
34567 Eating From The Right
34568 \end_layout
34569
34570 \end_inset
34571 </cell>
34572 </row>
34573 </lyxtabular>
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \begin_layout Section
34581 Computer Algebra Systems
34582 \end_layout
34583
34584 \begin_layout Standard
34585 LyX offers the exchange between mathematical expressions written in LyX's
34586  math editor and external applications or user defined scripts.
34587  Currently supported applications are 
34588 \family sans
34589 Maple
34590 \family default
34591
34592 \family sans
34593 Mathematica
34594 \family default
34595
34596 \family sans
34597 Maxima
34598 \family default
34599  and 
34600 \family sans
34601 Octave
34602 \family default
34603 .
34604  Note that the set of supported mathematical constructs is limited only
34605  to very simple cases.
34606 \end_layout
34607
34608 \begin_layout Subsection
34609 Usage
34610 \end_layout
34611
34612 \begin_layout Standard
34613 Write some expression in a formula, go to the 
34614 \family sans
34615 Edit\SpecialChar \menuseparator
34616 Math\SpecialChar \menuseparator
34617 Use Computer Algebra System
34618 \family default
34619  menu and choose the application you have installed on the computer.
34620  After that the result of computation should show on the right side of the
34621  expression together with the 
34622 \begin_inset Quotes eld
34623 \end_inset
34624
34625 =
34626 \begin_inset Quotes erd
34627 \end_inset
34628
34629  operator.
34630 \end_layout
34631
34632 \begin_layout Standard
34633 Here are few simple examples (with results from 
34634 \family typewriter
34635 Maxima
34636 \family default
34637 ) to show what kind of computations can be performed:
34638 \end_layout
34639
34640 \begin_layout Itemize
34641 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Itemize
34648 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Itemize
34655 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34656 \end_inset
34657
34658
34659 \end_layout
34660
34661 \begin_layout Itemize
34662 \begin_inset Formula $\det\left[\begin{array}{ccc}
34663 1 & 6 & 7\\
34664 2 & 5 & 8\\
34665 3 & 4 & 17
34666 \end{array}\right]=-56$
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Itemize
34673 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \begin_layout Subsection
34680 Keyboard shortcut
34681 \end_layout
34682
34683 \begin_layout Standard
34684 Currently there is no keyboard shortcut for calling the algebra applications.
34685  One can easily bind a shortcut to the 
34686 \family sans
34687 math-extern
34688 \family default
34689  LyX function (see the 
34690 \family sans
34691 \emph on
34692 LyX Functions
34693 \family default
34694 \emph default
34695  manual).
34696  One could e.
34697 \begin_inset space \thinspace{}
34698 \end_inset
34699
34700 g.
34701 \begin_inset space ~
34702 \end_inset
34703
34704 bind the 
34705 \family sans
34706 Return
34707 \family default
34708  key inside the math editor.
34709  To bind it to 
34710 \family typewriter
34711 Maxima
34712 \family default
34713  one would use this shortcut definition command:
34714 \end_layout
34715
34716 \begin_layout Standard
34717
34718 \series bold
34719 command-alternatives break-paragraph;math-extern maxima
34720 \end_layout
34721
34722 \begin_layout Standard
34723 \begin_inset Newpage newpage
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Section
34730 Tips
34731 \begin_inset Index idx
34732 status collapsed
34733
34734 \begin_layout Plain Layout
34735 Tips
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \begin_layout Subsection
34744 Negative Numbers
34745 \begin_inset Index idx
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749 Numbers ! negative
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Standard
34758 Negative numbers often look ugly in formulas because the minus sign before
34759  the number is set with the same length as the minus operator sign.
34760  When writing the negative number in normal text, the minus sign appears
34761  correctly.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 Thus, the problem disappears when converting the minus sign to mathematical
34766  text.
34767 \end_layout
34768
34769 \begin_layout Standard
34770 An example to visualize the problem:
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \align center
34775 \begin_inset Tabular
34776 <lyxtabular version="3" rows="3" columns="2">
34777 <features tabularvalignment="middle">
34778 <column alignment="right" valignment="top" width="0">
34779 <column alignment="left" valignment="top" width="0">
34780 <row>
34781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Plain Layout
34785 normal text:
34786 \end_layout
34787
34788 \end_inset
34789 </cell>
34790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794 x = -2
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 </row>
34800 <row>
34801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805 formula:
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814 \begin_inset Formula $x=-2$
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 </row>
34823 <row>
34824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828 solution:
34829 \end_layout
34830
34831 \end_inset
34832 </cell>
34833 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837 \begin_inset Formula $x=\textrm{-}2$
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 </row>
34846 </lyxtabular>
34847
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Subsection
34854 Comma as decimal Separator
34855 \begin_inset Index idx
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 Comma
34860 \end_layout
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 In LaTeX a comma inside a formula is used, according to the English convention,
34869  as number group separator.
34870  So there will be space added behind all commas in formulas.
34871 \end_layout
34872
34873 \begin_layout Standard
34874 To avoid this, the comma is highlighted and changed to mathematical text
34875  (shortcut 
34876 \begin_inset Info
34877 type  "shortcut"
34878 arg   "math-mode"
34879 \end_inset
34880
34881 ).
34882 \end_layout
34883
34884 \begin_layout Standard
34885 To use all formula commas in the document as decimal separator, the file
34886  
34887 \series bold
34888 icomma.sty
34889 \series default
34890
34891 \begin_inset Foot
34892 status collapsed
34893
34894 \begin_layout Plain Layout
34895
34896 \series bold
34897 icomma
34898 \series default
34899  is part of the LaTeX-package 
34900 \series bold
34901 was
34902 \series default
34903
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 Packages ! was
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914
34915 \backslash
34916 vspace{4mm}
34917 \end_layout
34918
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \end_inset
34925
34926 .
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \begin_inset Index idx
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936 Packages ! icomma
34937 \end_layout
34938
34939 \end_inset
34940
34941  is loaded with the LaTeX-preamble line
34942 \end_layout
34943
34944 \begin_layout Standard
34945
34946 \series bold
34947
34948 \backslash
34949 usepackage{icomma}
34950 \end_layout
34951
34952 \begin_layout Subsection
34953 Physical Vectors
34954 \begin_inset CommandInset label
34955 LatexCommand label
34956 name "sub:Physical-Vectors"
34957
34958 \end_inset
34959
34960
34961 \begin_inset Index idx
34962 status collapsed
34963
34964 \begin_layout Plain Layout
34965 Vectors ! physical
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Standard
34974 Predefined vectors are offered by the LaTeX-package 
34975 \series bold
34976 braket
34977 \series default
34978
34979 \begin_inset Index idx
34980 status collapsed
34981
34982 \begin_layout Plain Layout
34983 Packages ! braket
34984 \end_layout
34985
34986 \end_inset
34987
34988  that is loaded with the LaTeX-preamble line
34989 \end_layout
34990
34991 \begin_layout Standard
34992
34993 \series bold
34994
34995 \backslash
34996 usepackage{braket}
34997 \end_layout
34998
34999 \begin_layout Standard
35000 \begin_inset ERT
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004
35005
35006 \backslash
35007 ifbraket 
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \begin_inset Note Note
35014 status open
35015
35016 \begin_layout Plain Layout
35017 The following table will only be displayed when the LaTeX-package 
35018 \series bold
35019 braket
35020 \series default
35021  is installed.
35022 \end_layout
35023
35024 \end_inset
35025
35026
35027 \end_layout
35028
35029 \begin_layout Standard
35030 The following commands are defined:
35031 \end_layout
35032
35033 \begin_layout Standard
35034 \align center
35035 \begin_inset Tabular
35036 <lyxtabular version="3" rows="4" columns="2">
35037 <features tabularvalignment="middle">
35038 <column alignment="center" valignment="top" width="0">
35039 <column alignment="center" valignment="top" width="0">
35040 <row>
35041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35042 \begin_inset Text
35043
35044 \begin_layout Plain Layout
35045 Command
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054 Result
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 </row>
35060 <row>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \backslash
35067 Bra{
35068 \backslash
35069 psi
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078 \begin_inset Formula $\Bra{\psi}$
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \end_inset
35085 </cell>
35086 </row>
35087 <row>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092
35093 \backslash
35094 Ket{
35095 \backslash
35096 psi
35097 \end_layout
35098
35099 \end_inset
35100 </cell>
35101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 \begin_inset Formula $\Ket{\psi}$
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 <row>
35115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119
35120 \backslash
35121 Braket{
35122 \backslash
35123 psi|
35124 \backslash
35125 phi
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134 \begin_inset Formula $\Braket{\psi|\phi}$
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 </row>
35143 </lyxtabular>
35144
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \begin_layout Standard
35151 The command 
35152 \series bold
35153
35154 \backslash
35155 Braket
35156 \series default
35157  assures that all vertical bars are set in the size of the surrounding brackets:
35158 \begin_inset Formula 
35159 \[
35160 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35161 \]
35162
35163 \end_inset
35164
35165
35166 \begin_inset ERT
35167 status collapsed
35168
35169 \begin_layout Plain Layout
35170
35171
35172 \backslash
35173 else 
35174 \end_layout
35175
35176 \end_inset
35177
35178
35179 \begin_inset Note Note
35180 status open
35181
35182 \begin_layout Plain Layout
35183 The following will be displayed when the LaTeX-package 
35184 \series bold
35185 braket
35186 \series default
35187  is not installed:
35188 \end_layout
35189
35190 \end_inset
35191
35192
35193 \end_layout
35194
35195 \begin_layout Standard
35196 You need to install the LaTeX-package 
35197 \series bold
35198 braket
35199 \series default
35200  to see the rest of this subsection in the output.
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset ERT
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208
35209
35210 \backslash
35211 fi 
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 The effect of 
35221 \series bold
35222
35223 \backslash
35224 Braket
35225 \series default
35226  can also be achieved using the command 
35227 \series bold
35228
35229 \backslash
35230 middle
35231 \series default
35232 , that is described in 
35233 \begin_inset CommandInset ref
35234 LatexCommand ref
35235 reference "sub:Automatic-Bracket-Size"
35236
35237 \end_inset
35238
35239 .
35240 \end_layout
35241
35242 \begin_layout Subsection
35243 Self-defined Fractions
35244 \begin_inset CommandInset label
35245 LatexCommand label
35246 name "sub:Self-defined-Fractions"
35247
35248 \end_inset
35249
35250
35251 \begin_inset Index idx
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 Fractions ! self-defined
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \end_layout
35262
35263 \begin_layout Standard
35264 To define custom commands for fractions, the command 
35265 \series bold
35266
35267 \backslash
35268 genfrac
35269 \series default
35270
35271 \begin_inset Index idx
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275 Commands ! G ! 
35276 \backslash
35277 genfrac
35278 \end_layout
35279
35280 \end_inset
35281
35282  is used in the following scheme:
35283 \end_layout
35284
35285 \begin_layout Standard
35286
35287 \series bold
35288
35289 \backslash
35290 genfrac{left
35291 \series default
35292  
35293 \series bold
35294 bracket}{right
35295 \series default
35296  
35297 \series bold
35298 bracket}{fraction bar thickness}{style}
35299 \begin_inset Newline newline
35300 \end_inset
35301
35302
35303 \begin_inset Phantom HPhantom
35304 status open
35305
35306 \begin_layout Plain Layout
35307
35308 \series bold
35309
35310 \backslash
35311 genfrac
35312 \end_layout
35313
35314 \end_inset
35315
35316 {numerator}{denominator}
35317 \end_layout
35318
35319 \begin_layout Standard
35320 The style is a number in the range of 0
35321 \begin_inset space \thinspace{}
35322 \end_inset
35323
35324 -
35325 \begin_inset space \thinspace{}
35326 \end_inset
35327
35328 3.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 \align center
35333 \begin_inset Tabular
35334 <lyxtabular version="3" rows="5" columns="2">
35335 <features tabularvalignment="middle">
35336 <column alignment="center" valignment="top" width="0">
35337 <column alignment="center" valignment="top" width="0">
35338 <row>
35339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35340 \begin_inset Text
35341
35342 \begin_layout Plain Layout
35343 Number
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352 Style (Size)
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 </row>
35358 <row>
35359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363 0
35364 \end_layout
35365
35366 \end_inset
35367 </cell>
35368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 display style formula
35373 \end_layout
35374
35375 \end_inset
35376 </cell>
35377 </row>
35378 <row>
35379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35380 \begin_inset Text
35381
35382 \begin_layout Plain Layout
35383 1
35384 \end_layout
35385
35386 \end_inset
35387 </cell>
35388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35389 \begin_inset Text
35390
35391 \begin_layout Plain Layout
35392 inline formula
35393 \end_layout
35394
35395 \end_inset
35396 </cell>
35397 </row>
35398 <row>
35399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35400 \begin_inset Text
35401
35402 \begin_layout Plain Layout
35403 2
35404 \end_layout
35405
35406 \end_inset
35407 </cell>
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412 small
35413 \end_layout
35414
35415 \end_inset
35416 </cell>
35417 </row>
35418 <row>
35419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35420 \begin_inset Text
35421
35422 \begin_layout Plain Layout
35423 3
35424 \end_layout
35425
35426 \end_inset
35427 </cell>
35428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35429 \begin_inset Text
35430
35431 \begin_layout Plain Layout
35432 tiny
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 </row>
35438 </lyxtabular>
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 When no style is given, the size is adjusted to the surrounding environment
35447  like for the command 
35448 \series bold
35449
35450 \backslash
35451 frac
35452 \series default
35453 .
35454 \end_layout
35455
35456 \begin_layout Standard
35457 When no fraction bar thickness is given, the predefined value of 0.4
35458 \begin_inset space \thinspace{}
35459 \end_inset
35460
35461 pt will be used.
35462 \end_layout
35463
35464 \begin_layout Standard
35465 \begin_inset VSpace medskip
35466 \end_inset
35467
35468 For example, the commands 
35469 \series bold
35470
35471 \backslash
35472 dfrac
35473 \series default
35474  and 
35475 \series bold
35476
35477 \backslash
35478 tbinom
35479 \series default
35480  from 
35481 \begin_inset CommandInset ref
35482 LatexCommand ref
35483 reference "sub:Fractions"
35484
35485 \end_inset
35486
35487  are defined with the commands
35488 \end_layout
35489
35490 \begin_layout Standard
35491
35492 \series bold
35493
35494 \backslash
35495 newcommand{
35496 \backslash
35497 dfrac}[2]{
35498 \backslash
35499 genfrac{}{}{}{0}{#1}{#2}}
35500 \end_layout
35501
35502 \begin_layout Standard
35503 and
35504 \end_layout
35505
35506 \begin_layout Standard
35507
35508 \series bold
35509
35510 \backslash
35511 newcommand{
35512 \backslash
35513 tbinom}[2]{
35514 \backslash
35515 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35516 \end_layout
35517
35518 \begin_layout Standard
35519 \begin_inset VSpace medskip
35520 \end_inset
35521
35522 To define a fraction where the fraction bar thickness can be given as optional
35523  argument, the following line is inserted to the LaTeX-preamble:
35524 \end_layout
35525
35526 \begin_layout Standard
35527
35528 \series bold
35529
35530 \backslash
35531 newcommand{
35532 \backslash
35533 fracS}[3][]{
35534 \backslash
35535 genfrac{}{}{#1}{}{#2}{#3}}
35536 \end_layout
35537
35538 \begin_layout Standard
35539 A test:
35540 \begin_inset Formula 
35541 \begin{align*}
35542 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35543 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35544 \end{align*}
35545
35546 \end_inset
35547
35548 As one can see, the distance of the numerator and the denominator to the
35549  fraction bar is round about three times the bar thickness.
35550 \end_layout
35551
35552 \begin_layout Subsection
35553 Canceled Formulas
35554 \begin_inset Index idx
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558 Formula ! canceled
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Standard
35567 To cancel formulas or formula parts, the LaTeX-package 
35568 \series bold
35569 cancel
35570 \series default
35571
35572 \begin_inset Index idx
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576 Packages ! cancel
35577 \end_layout
35578
35579 \end_inset
35580
35581  has to be loaded with the LaTeX-preamble line
35582 \end_layout
35583
35584 \begin_layout Standard
35585
35586 \series bold
35587
35588 \backslash
35589 usepackage[samesize]{cancel}
35590 \end_layout
35591
35592 \begin_layout Standard
35593 \begin_inset ERT
35594 status collapsed
35595
35596 \begin_layout Plain Layout
35597
35598
35599 \backslash
35600 ifcancel 
35601 \end_layout
35602
35603 \end_inset
35604
35605
35606 \begin_inset Note Note
35607 status open
35608
35609 \begin_layout Plain Layout
35610 The following table will only be displayed when the LaTeX-package 
35611 \series bold
35612 cancel
35613 \series default
35614  is installed.
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Standard
35623 There are four ways to cancel formulas:
35624 \end_layout
35625
35626 \begin_layout Standard
35627 \align center
35628 \begin_inset Tabular
35629 <lyxtabular version="3" rows="5" columns="2">
35630 <features tabularvalignment="middle">
35631 <column alignment="center" valignment="top" width="0">
35632 <column alignment="center" valignment="top" width="0">
35633 <row>
35634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35635 \begin_inset Text
35636
35637 \begin_layout Plain Layout
35638 Command
35639 \end_layout
35640
35641 \end_inset
35642 </cell>
35643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35644 \begin_inset Text
35645
35646 \begin_layout Plain Layout
35647 Result
35648 \begin_inset Note Note
35649 status collapsed
35650
35651 \begin_layout Plain Layout
35652 The space and
35653 \series bold
35654  
35655 \backslash
35656 raisebox
35657 \series default
35658  are used here as spacer.
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \end_layout
35665
35666 \end_inset
35667 </cell>
35668 </row>
35669 <row>
35670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674
35675 \backslash
35676 cancel{
35677 \backslash
35678 int
35679 \begin_inset ERT
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683
35684
35685 \backslash
35686 spce 
35687 \end_layout
35688
35689 \end_inset
35690
35691 A=B
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35701 \end_inset
35702
35703
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 </row>
35709 <row>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714
35715 \backslash
35716 bcancel{
35717 \backslash
35718 int
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 spce 
35727 \end_layout
35728
35729 \end_inset
35730
35731 A=B
35732 \end_layout
35733
35734 \end_inset
35735 </cell>
35736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35737 \begin_inset Text
35738
35739 \begin_layout Plain Layout
35740 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 </row>
35749 <row>
35750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754
35755 \backslash
35756 xcancel{
35757 \backslash
35758 int
35759 \begin_inset ERT
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763
35764
35765 \backslash
35766 spce 
35767 \end_layout
35768
35769 \end_inset
35770
35771 A=B
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35777 \begin_inset Text
35778
35779 \begin_layout Plain Layout
35780 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \end_inset
35787 </cell>
35788 </row>
35789 <row>
35790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35791 \begin_inset Text
35792
35793 \begin_layout Plain Layout
35794
35795 \backslash
35796 cancelto{1
35797 \begin_inset Formula $\to$
35798 \end_inset
35799
35800
35801 \backslash
35802 {
35803 \backslash
35804 int
35805 \begin_inset ERT
35806 status collapsed
35807
35808 \begin_layout Plain Layout
35809
35810
35811 \backslash
35812 spce 
35813 \end_layout
35814
35815 \end_inset
35816
35817 A=B
35818 \end_layout
35819
35820 \end_inset
35821 </cell>
35822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35823 \begin_inset Text
35824
35825 \begin_layout Plain Layout
35826 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \end_inset
35833 </cell>
35834 </row>
35835 </lyxtabular>
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843
35844 \series bold
35845
35846 \backslash
35847 cancelto
35848 \series default
35849  is especially suitable to visualize the reduction of fractions within formulas:
35850 \begin_inset Formula 
35851 \[
35852 \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}}}
35853 \]
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 \begin_inset ERT
35862 status collapsed
35863
35864 \begin_layout Plain Layout
35865
35866
35867 \backslash
35868 else 
35869 \end_layout
35870
35871 \end_inset
35872
35873
35874 \begin_inset Note Note
35875 status open
35876
35877 \begin_layout Plain Layout
35878 The following will be displayed when the LaTeX-package 
35879 \series bold
35880 cancel
35881 \series default
35882  is not installed:
35883 \end_layout
35884
35885 \end_inset
35886
35887
35888 \end_layout
35889
35890 \begin_layout Standard
35891 You need to install the LaTeX-package 
35892 \series bold
35893 cancel
35894 \series default
35895  to see the rest of this subsection in the output.
35896 \end_layout
35897
35898 \begin_layout Standard
35899 \begin_inset ERT
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904
35905 \backslash
35906 fi 
35907 \end_layout
35908
35909 \end_inset
35910
35911
35912 \end_layout
35913
35914 \begin_layout Subsection
35915 Formulas in Section Headings
35916 \begin_inset CommandInset label
35917 LatexCommand label
35918 name "sub:Formulas-in-Section"
35919
35920 \end_inset
35921
35922
35923 \begin_inset Index idx
35924 status collapsed
35925
35926 \begin_layout Plain Layout
35927 Formula ! in section headings
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \begin_layout Standard
35936 When formulas are used in section headings, the following has to be taken
35937  into account:
35938 \end_layout
35939
35940 \begin_layout Standard
35941 \begin_inset Note Greyedout
35942 status open
35943
35944 \begin_layout Plain Layout
35945 When 
35946 \series bold
35947 hyperref
35948 \series default
35949
35950 \begin_inset Index idx
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954 Packages ! hyperref
35955 \end_layout
35956
35957 \end_inset
35958
35959  support is enabled in the document settings dialog under 
35960 \family sans
35961 PDF
35962 \begin_inset space ~
35963 \end_inset
35964
35965 Properties
35966 \family default
35967 , PDF-bookmarks are created for every section heading in the table of contents.
35968  If a section heading contains formulas, they are incorrectly displayed
35969  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35970 s.
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \end_layout
35977
35978 \begin_layout Standard
35979 Both problems can be solved by inserting at the end of the section heading
35980  a short title with the menu 
35981 \family sans
35982 Insert\SpecialChar \menuseparator
35983 Short
35984 \begin_inset space ~
35985 \end_inset
35986
35987 Title
35988 \family default
35989 .
35990  Short titles are used as alternative for multiline section headings to
35991  keep the table of contents clearly arranged.
35992  Only the short title appears in the table of contents and therefore also
35993  in the PDF-bookmark.
35994 \end_layout
35995
35996 \begin_layout Standard
35997 When formulas should be used in the table of contents but 
35998 \series bold
35999 hyperref
36000 \series default
36001  is used, one can use the following command in TeX-mode:
36002 \end_layout
36003
36004 \begin_layout Standard
36005
36006 \series bold
36007
36008 \backslash
36009 texorpdfstring{part}{alternative}
36010 \begin_inset Index idx
36011 status collapsed
36012
36013 \begin_layout Plain Layout
36014 Commands ! T ! 
36015 \backslash
36016 texorpdfstring
36017 \end_layout
36018
36019 \end_inset
36020
36021
36022 \end_layout
36023
36024 \begin_layout Standard
36025 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36026  This can be characters, formulas, footnotes, but also cross-references.
36027  The alternative is used instead of the part for the bookmark.
36028 \end_layout
36029
36030 \begin_layout Standard
36031 Here are two example headings:
36032 \begin_inset VSpace -3mm
36033 \end_inset
36034
36035
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 boldmath 
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \end_layout
36050
36051 \begin_layout Subsubsection
36052 Heading without formula in table of contents 
36053 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36054 \end_inset
36055
36056
36057 \begin_inset Argument
36058 status collapsed
36059
36060 \begin_layout Plain Layout
36061 Heading without formula in table of contents
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \end_layout
36068
36069 \begin_layout Subsubsection
36070 Heading with formula in table of contents
36071 \begin_inset ERT
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075
36076
36077 \backslash
36078 texorpdfstring{
36079 \end_layout
36080
36081 \end_inset
36082
36083  
36084 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36085 \end_inset
36086
36087
36088 \begin_inset ERT
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092
36093 }{}
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \begin_layout Standard
36102 \begin_inset ERT
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107
36108 \backslash
36109 unboldmath 
36110 \end_layout
36111
36112 \end_inset
36113
36114 In the first heading a short title was used, in the second one 
36115 \series bold
36116
36117 \backslash
36118 texorpdfstring
36119 \series default
36120 .
36121 \end_layout
36122
36123 \begin_layout Standard
36124 To get the same formatting as for the other headings, the complete heading
36125  was set into a 
36126 \series bold
36127 boldmath
36128 \series default
36129  environment
36130 \begin_inset Foot
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134 see 
36135 \begin_inset CommandInset ref
36136 LatexCommand ref
36137 reference "sub:Bold-Formulas"
36138
36139 \end_inset
36140
36141
36142 \end_layout
36143
36144 \end_inset
36145
36146 .
36147 \end_layout
36148
36149 \begin_layout Subsection
36150 Formulas in multi-column Text
36151 \begin_inset Index idx
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 Formula ! in multi-column text
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \end_layout
36162
36163 \begin_layout Standard
36164 Formulas in multi-column text are often too wide to fit into a column and
36165  thus need to be set over the whole page width.
36166  This is done by using the LaTeX-package 
36167 \series bold
36168 multicol
36169 \series default
36170
36171 \begin_inset Foot
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175
36176 \series bold
36177 multicol
36178 \series default
36179  is part of every LaTeX standard installation.
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Packages ! multicol
36190 \end_layout
36191
36192 \end_inset
36193
36194 , that is loaded with the LaTeX-preamble line
36195 \end_layout
36196
36197 \begin_layout Standard
36198
36199 \series bold
36200
36201 \backslash
36202 usepackage{multicol}
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \begin_inset Note Greyedout
36207 status open
36208
36209 \begin_layout Plain Layout
36210 Note herby that the setting 
36211 \family sans
36212 Two-column
36213 \begin_inset space ~
36214 \end_inset
36215
36216 document
36217 \family default
36218  in the menu 
36219 \family sans
36220 Document\SpecialChar \menuseparator
36221 Settings
36222 \family default
36223  under 
36224 \family sans
36225 Text
36226 \begin_inset space ~
36227 \end_inset
36228
36229 Layout
36230 \family default
36231 \emph on
36232  
36233 \emph default
36234 must 
36235 \emph on
36236 not
36237 \emph default
36238  be selected.
36239 \end_layout
36240
36241 \end_inset
36242
36243
36244 \end_layout
36245
36246 \begin_layout Standard
36247 Before the multi-column text the command
36248 \end_layout
36249
36250 \begin_layout Standard
36251
36252 \series bold
36253
36254 \backslash
36255 begin{multicols}{column number}
36256 \end_layout
36257
36258 \begin_layout Standard
36259 is written in TeX-mode.
36260  The column number is a number in the range of 2
36261 \begin_inset space \thinspace{}
36262 \end_inset
36263
36264 -
36265 \begin_inset space \thinspace{}
36266 \end_inset
36267
36268 10.
36269  Before the formula the multi-column text is ended by inserting the command
36270 \end_layout
36271
36272 \begin_layout Standard
36273
36274 \series bold
36275
36276 \backslash
36277 end{multicols}
36278 \end_layout
36279
36280 \begin_layout Standard
36281 in TeX-mode.
36282 \end_layout
36283
36284 \begin_layout Standard
36285 Due to the command some space is automatically added before the formula.
36286  To revert this, -6
36287 \begin_inset space \thinspace{}
36288 \end_inset
36289
36290 mm vertical space is inserted before the formula.
36291  When the formula style 
36292 \series bold
36293 Indented
36294 \begin_inset Foot
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298 formula styles see 
36299 \begin_inset CommandInset ref
36300 LatexCommand ref
36301 reference "sec:Formula-Styles"
36302
36303 \end_inset
36304
36305
36306 \end_layout
36307
36308 \end_inset
36309
36310
36311 \series default
36312  is used, -9
36313 \begin_inset space \thinspace{}
36314 \end_inset
36315
36316 mm space is inserted instead.
36317 \end_layout
36318
36319 \begin_layout Standard
36320 As example a multi-column text with a displayed formula:
36321 \end_layout
36322
36323 \begin_layout Standard
36324
36325 \lang german
36326 \begin_inset ERT
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331
36332 \backslash
36333 begin{multicols}{2}
36334 \end_layout
36335
36336 \end_inset
36337
36338 Das Spektrum wird fouriertransformiert.
36339  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36340 , Lösungsmittel) zu trennen.
36341  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36342  nun das Aussehen des Ausgangssignals.
36343  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36344  über alle Phasen integrieren muss.
36345  Sei nun 
36346 \begin_inset Formula $S$
36347 \end_inset
36348
36349  unser normiertes Ausgangssignal und 
36350 \begin_inset Formula $P$
36351 \end_inset
36352
36353  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36354 \begin_inset ERT
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358
36359
36360 \backslash
36361 end{multicols}
36362 \end_layout
36363
36364 \end_inset
36365
36366
36367 \begin_inset VSpace -6mm
36368 \end_inset
36369
36370
36371 \begin_inset Formula 
36372 \begin{equation}
36373 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36374 \end{equation}
36375
36376 \end_inset
36377
36378
36379 \begin_inset ERT
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383
36384
36385 \backslash
36386 begin{multicols}{2}
36387 \end_layout
36388
36389 \end_inset
36390
36391 wobei 
36392 \begin_inset Formula $S_{0}$
36393 \end_inset
36394
36395  das Signal ohne Gradient ist und die Normierungsbedingung 
36396 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36397 \end_inset
36398
36399  gilt.
36400  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36401  Direkt nach dem 
36402 \begin_inset Formula $\nicefrac{\pi}{2}$
36403 \end_inset
36404
36405
36406 \begin_inset space \thinspace{}
36407 \end_inset
36408
36409 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36410  das Signal zusätzlich abschwächt.
36411  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36412  
36413 \begin_inset Formula $T_{2}$
36414 \end_inset
36415
36416 -Zeit.
36417 \end_layout
36418
36419 \begin_layout Standard
36420
36421 \lang german
36422 \begin_inset ERT
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426
36427
36428 \backslash
36429 end{multicols}
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Subsection
36438 Formulas with Description of Variables
36439 \begin_inset Index idx
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443 Formula ! with description of variables
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 To describe variables within a formula, like in formula 
36453 \begin_inset CommandInset ref
36454 LatexCommand eqref
36455 reference "eq:within"
36456
36457 \end_inset
36458
36459 , a 2
36460 \series bold
36461 ×
36462 \series default
36463
36464 \begin_inset Formula $n$
36465 \end_inset
36466
36467
36468 \begin_inset space ~
36469 \end_inset
36470
36471 matrix is used with left aligned columns for the 
36472 \begin_inset Formula $n$
36473 \end_inset
36474
36475  used variables.
36476 \begin_inset Foot
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480 matrices see 
36481 \begin_inset CommandInset ref
36482 LatexCommand ref
36483 reference "sec:Matrices"
36484
36485 \end_inset
36486
36487
36488 \end_layout
36489
36490 \end_inset
36491
36492  To set the description in a smaller size, before the matrix e.
36493 \begin_inset space \thinspace{}
36494 \end_inset
36495
36496 g.
36497 \begin_inset space \space{}
36498 \end_inset
36499
36500 the command 
36501 \series bold
36502
36503 \backslash
36504 footnotesize
36505 \series default
36506  is inserted.
36507 \begin_inset Foot
36508 status collapsed
36509
36510 \begin_layout Plain Layout
36511 font sizes see 
36512 \begin_inset CommandInset ref
36513 LatexCommand ref
36514 reference "sub:Font-Sizes"
36515
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Standard
36527 When the formula style 
36528 \series bold
36529 Indented
36530 \begin_inset Foot
36531 status collapsed
36532
36533 \begin_layout Plain Layout
36534 formula styles see 
36535 \begin_inset CommandInset ref
36536 LatexCommand ref
36537 reference "sec:Formula-Styles"
36538
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \end_inset
36545
36546
36547 \series default
36548  is used, a 
36549 \series bold
36550
36551 \backslash
36552 hfill
36553 \series default
36554
36555 \begin_inset Foot
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559
36560 \series bold
36561
36562 \backslash
36563 hfill
36564 \series default
36565  only works in formulas with the style 
36566 \series bold
36567 Indented
36568 \series default
36569 , see 
36570 \begin_inset CommandInset ref
36571 LatexCommand ref
36572 reference "sub:Variable-Space"
36573
36574 \end_inset
36575
36576 .
36577 \end_layout
36578
36579 \end_inset
36580
36581  is inserted before and after the matrix to have the same separation of
36582  the matrix from the equation and the side margin.
36583 \end_layout
36584
36585 \begin_layout Standard
36586 When the formula style 
36587 \series bold
36588 Centered
36589 \series default
36590  is used, the method described in 
36591 \begin_inset CommandInset ref
36592 LatexCommand ref
36593 reference "sub:Flalign-Environment"
36594
36595 \end_inset
36596
36597  is used to indent formulas.
36598  Formula 
36599 \begin_inset CommandInset ref
36600 LatexCommand eqref
36601 reference "eq:within"
36602
36603 \end_inset
36604
36605  consists of five columns whereas in the first two columns contain the equation,
36606  the third the matrix and the last one an empty TeX-brace.
36607 \begin_inset Formula 
36608 \begin{flalign}
36609 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36610 \rho & \textrm{density}\\
36611 V & \textrm{volume}\\
36612 g & \textrm{gravitational acceleration}
36613 \end{array} &  & {}\label{eq:within}
36614 \end{flalign}
36615
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \begin_layout Subsection
36622 Upright small Greek Letters
36623 \begin_inset CommandInset label
36624 LatexCommand label
36625 name "sub:Upright-small-Greek"
36626
36627 \end_inset
36628
36629
36630 \begin_inset Index idx
36631 status collapsed
36632
36633 \begin_layout Plain Layout
36634 Greek letters ! upright
36635 \end_layout
36636
36637 \end_inset
36638
36639
36640 \end_layout
36641
36642 \begin_layout Standard
36643 Most of the math fonts only provide italic small Greek letters.
36644  But for symbols of elementary particles like pions and neutrinos, upright
36645  Greek letters are needed.
36646  The file 
36647 \series bold
36648 upgreek.sty
36649 \series default
36650
36651 \begin_inset Foot
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655
36656 \series bold
36657 upgreek
36658 \series default
36659  is part of the LaTeX-package 
36660 \series bold
36661 was
36662 \series default
36663
36664 \begin_inset Index idx
36665 status collapsed
36666
36667 \begin_layout Plain Layout
36668 Packages ! was
36669 \begin_inset ERT
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673
36674
36675 \backslash
36676 vspace{4mm}
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \end_inset
36685
36686 .
36687 \end_layout
36688
36689 \end_inset
36690
36691
36692 \begin_inset Index idx
36693 status collapsed
36694
36695 \begin_layout Plain Layout
36696 Packages ! upgreek
36697 \end_layout
36698
36699 \end_inset
36700
36701  that is loaded with the LaTeX-preamble line
36702 \end_layout
36703
36704 \begin_layout Standard
36705
36706 \series bold
36707
36708 \backslash
36709 usepackage{upgreek}
36710 \end_layout
36711
36712 \begin_layout Standard
36713 provides them.
36714  
36715 \begin_inset ERT
36716 status collapsed
36717
36718 \begin_layout Plain Layout
36719
36720
36721 \backslash
36722 ifupgreek 
36723 \end_layout
36724
36725 \end_inset
36726
36727
36728 \begin_inset Note Note
36729 status open
36730
36731 \begin_layout Plain Layout
36732 The following table will only be displayed when the LaTeX-package 
36733 \series bold
36734 upgreek
36735 \series default
36736  is installed:
36737 \end_layout
36738
36739 \end_inset
36740
36741  They are created when the command for a small Greek letters is started
36742  with 
36743 \series bold
36744 up
36745 \series default
36746 .
36747  For example the command 
36748 \series bold
36749
36750 \backslash
36751 uptau
36752 \series default
36753  creates this: 
36754 \begin_inset Formula $\uptau$
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \begin_layout Standard
36761 With these commands reactions of elementary particles can be typeset:
36762 \begin_inset Formula 
36763 \[
36764 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36765 \]
36766
36767 \end_inset
36768
36769
36770 \end_layout
36771
36772 \begin_layout Standard
36773 The upright letters are more bold and wider than the italic ones.
36774  They should therefore not be used for units like 
36775 \begin_inset Quotes eld
36776 \end_inset
36777
36778 µm
36779 \begin_inset Quotes erd
36780 \end_inset
36781
36782 .
36783 \end_layout
36784
36785 \begin_layout Standard
36786 \begin_inset ERT
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790
36791
36792 \backslash
36793 else 
36794 \end_layout
36795
36796 \end_inset
36797
36798
36799 \begin_inset Note Note
36800 status open
36801
36802 \begin_layout Plain Layout
36803 The following will be displayed when the LaTeX-package 
36804 \series bold
36805 upgreek
36806 \series default
36807  is not installed:
36808 \end_layout
36809
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Standard
36816 You need to install the LaTeX-package 
36817 \series bold
36818 upgreek
36819 \series default
36820  to see the rest of this subsection in the output.
36821 \end_layout
36822
36823 \begin_layout Standard
36824 \begin_inset ERT
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828
36829
36830 \backslash
36831 fi 
36832 \end_layout
36833
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \begin_layout Subsection
36840 Text Characters in Formulas
36841 \begin_inset CommandInset label
36842 LatexCommand label
36843 name "sub:Text-Characters-in"
36844
36845 \end_inset
36846
36847
36848 \begin_inset Index idx
36849 status collapsed
36850
36851 \begin_layout Plain Layout
36852 Text ! in formulas
36853 \end_layout
36854
36855 \end_inset
36856
36857
36858 \end_layout
36859
36860 \begin_layout Standard
36861 In some cases you might want to insert text characters directly into formulas.
36862  When for example the centered dot · is often used in formulas like 
36863 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36864 \end_inset
36865
36866 , one would have to insert the command 
36867 \series bold
36868
36869 \backslash
36870 cdot
36871 \series default
36872
36873 \begin_inset Foot
36874 status collapsed
36875
36876 \begin_layout Plain Layout
36877 see 
36878 \begin_inset CommandInset ref
36879 LatexCommand ref
36880 reference "sub:Binary-Operators"
36881
36882 \end_inset
36883
36884
36885 \end_layout
36886
36887 \end_inset
36888
36889  all the time, because this character is defined in all encodings as text
36890  character.
36891  But the encoding can be changed by this LaTeX-preamble line:
36892 \end_layout
36893
36894 \begin_layout Standard
36895
36896 \series bold
36897
36898 \backslash
36899 Declare Inputtext{183}{
36900 \backslash
36901 ifmmode
36902 \backslash
36903 cdot
36904 \backslash
36905 else
36906 \backslash
36907 textperiodcentered
36908 \backslash
36909 f\SpecialChar \textcompwordmark{}
36910 i}
36911 \end_layout
36912
36913 \begin_layout Standard
36914 The character encoding (menu 
36915 \family sans
36916 Document\SpecialChar \menuseparator
36917 Settings\SpecialChar \menuseparator
36918 Language
36919 \family default
36920 ) specifies what character appears when a keyboard key is pressed.
36921  When the key for the character '·' is pressed, internally the command 
36922 \series bold
36923
36924 \backslash
36925 textperiodcentered
36926 \series default
36927  is used.
36928  But this command is not available in a formula so that you would get LaTeX-erro
36929 rs.
36930  With the changed encoding the right command is chosen automatically, depending
36931  on if the character was inserted into a formula or not.
36932 \end_layout
36933
36934 \begin_layout Standard
36935 The encoding of several characters is saved in definition files.
36936  Fore example the encoding 
36937 \series bold
36938 latin9
36939 \series default
36940  is defined in the file 
36941 \series bold
36942 latin9.def
36943 \series default
36944  that is in the installation folder of LaTeX.
36945  Encodings should only be changed via the LaTeX-preamble and not in the
36946  definition files.
36947  Otherwise own documents could not be edited by other LyX users working
36948  on other computers.
36949 \end_layout
36950
36951 \begin_layout Standard
36952 \begin_inset VSpace medskip
36953 \end_inset
36954
36955 Besides the centered dot, in this document the degree sign ° is defined
36956  with the following LaTeX-preamble line so that it can directly be inserted
36957  to a formula:
36958 \end_layout
36959
36960 \begin_layout Standard
36961
36962 \series bold
36963
36964 \backslash
36965 DeclareInputtext{176}{
36966 \backslash
36967 ifmmode^
36968 \backslash
36969 circ
36970 \backslash
36971 else
36972 \backslash
36973 textdegree
36974 \backslash
36975 f\SpecialChar \textcompwordmark{}
36976 i}
36977 \end_layout
36978
36979 \begin_layout Standard
36980 \begin_inset Newpage newpage
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \begin_layout Section
36987 \start_of_appendix
36988 Typographic Advice
36989 \begin_inset Index idx
36990 status collapsed
36991
36992 \begin_layout Plain Layout
36993 Typographic advice
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002 This section is a summary of the most important typographic rules, listed
37003  in ISO norms.
37004 \begin_inset Foot
37005 status collapsed
37006
37007 \begin_layout Plain Layout
37008 This collection was partly taken from the German semi-official dictionary
37009  called 
37010 \begin_inset Quotes eld
37011 \end_inset
37012
37013 Duden
37014 \begin_inset Quotes erd
37015 \end_inset
37016
37017  
37018 \begin_inset CommandInset citation
37019 LatexCommand cite
37020 key "Duden"
37021
37022 \end_inset
37023
37024  that lists some of the ISO rules.
37025  More rules are listed in 
37026 \begin_inset CommandInset citation
37027 LatexCommand cite
37028 key "Checklist"
37029
37030 \end_inset
37031
37032 .
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \end_layout
37039
37040 \begin_layout Itemize
37041 Physical units are 
37042 \emph on
37043 always
37044 \emph default
37045  set upright
37046 \begin_inset Foot
37047 status collapsed
37048
37049 \begin_layout Plain Layout
37050 done with font styles, see 
37051 \begin_inset CommandInset ref
37052 LatexCommand ref
37053 reference "sub:Font-Styles"
37054
37055 \end_inset
37056
37057
37058 \end_layout
37059
37060 \end_inset
37061
37062 , no matter if they appear in italic text: 30
37063 \begin_inset space \thinspace{}
37064 \end_inset
37065
37066 km/h
37067 \begin_inset Newline newline
37068 \end_inset
37069
37070 Between the value and the unit is the smallest space, see 
37071 \begin_inset CommandInset ref
37072 LatexCommand ref
37073 reference "sub:Predefined-Space"
37074
37075 \end_inset
37076
37077 .
37078 \begin_inset Newline newline
37079 \end_inset
37080
37081 This convention is automatically fulfilled when the command 
37082 \series bold
37083
37084 \backslash
37085 unittwo
37086 \series default
37087  is used.
37088  When it is entered to a formula, two boxes appear.
37089  In the first one the value is inserted, in the second one the unit, and
37090  one gets as above: 
37091 \begin_inset Formula $\unit[30]{km/h}$
37092 \end_inset
37093
37094
37095 \begin_inset space \thinspace{}
37096 \end_inset
37097
37098 .
37099  Note that 
37100 \series bold
37101
37102 \backslash
37103 unittwo
37104 \series default
37105  is not a real LaTeX command but the command 
37106 \series bold
37107
37108 \backslash
37109 unit[value]{unit}
37110 \series default
37111 , therefore you cannot use it in TeX code.
37112 \end_layout
37113
37114 \begin_layout Itemize
37115 Percent and perthousand signs are set like physical units:
37116 \begin_inset Newline newline
37117 \end_inset
37118
37119 1,2
37120 \begin_inset space \thinspace{}
37121 \end_inset
37122
37123 ‰ alcohol in blood
37124 \end_layout
37125
37126 \begin_layout Itemize
37127 The degree sign follows directly on the value: 15°, but not when it is used
37128  in units: 15
37129 \begin_inset space \thinspace{}
37130 \end_inset
37131
37132 °C
37133 \end_layout
37134
37135 \begin_layout Itemize
37136 In numbers with more than four digits the smallest space is inserted before
37137  every third digit to group them: 
37138 \family roman
37139 \series medium
37140 \shape up
37141 \size normal
37142 \emph off
37143 \bar no
37144 \noun off
37145 \color none
37146 18
37147 \begin_inset space \thinspace{}
37148 \end_inset
37149
37150 473
37151 \begin_inset space \thinspace{}
37152 \end_inset
37153
37154 588
37155 \end_layout
37156
37157 \begin_layout Itemize
37158 For dimensions like 120×90×40
37159 \begin_inset space \thinspace{}
37160 \end_inset
37161
37162 cm the multiplication sign 
37163 \begin_inset Quotes eld
37164 \end_inset
37165
37166 ×
37167 \begin_inset Quotes erd
37168 \end_inset
37169
37170  is used.
37171  It is available either via the command 
37172 \series bold
37173
37174 \backslash
37175 times
37176 \series default
37177  or via the menu 
37178 \family sans
37179 Insert\SpecialChar \menuseparator
37180 Special Character\SpecialChar \menuseparator
37181 Symbols
37182 \family default
37183 .
37184 \end_layout
37185
37186 \begin_layout Itemize
37187 Functions with names consisting of several letters are set upright to avoid
37188  confusions, see 
37189 \begin_inset CommandInset ref
37190 LatexCommand ref
37191 reference "sub:Predefined-Functions"
37192
37193 \end_inset
37194
37195 .
37196 \end_layout
37197
37198 \begin_layout Itemize
37199 Indices consisting of several letters, are set upright: 
37200 \begin_inset Formula $E_{\mathrm{kin}}$
37201 \end_inset
37202
37203
37204 \begin_inset Newline newline
37205 \end_inset
37206
37207 Components of matrices are set italic: 
37208 \begin_inset Formula $\hat{H}_{kl}$
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Itemize
37215 The differentiation/integration operator 'd', the Euler's number 'e' and
37216  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37217  other variables.
37218 \end_layout
37219
37220 \begin_layout Itemize
37221 The character that denotes a 
37222 \noun on
37223 Fourier
37224 \noun default
37225  transformation is inserted either by the command 
37226 \series bold
37227
37228 \backslash
37229 mathscr
37230 \begin_inset ERT
37231 status collapsed
37232
37233 \begin_layout Plain Layout
37234
37235
37236 \backslash
37237 spce 
37238 \end_layout
37239
37240 \end_inset
37241
37242 F
37243 \series default
37244  or via the menu 
37245 \family sans
37246 Insert\SpecialChar \menuseparator
37247 Special Character\SpecialChar \menuseparator
37248 Symbols\SpecialChar \menuseparator
37249 Letterlike
37250 \begin_inset space ~
37251 \end_inset
37252
37253 Symbols
37254 \family default
37255
37256 \begin_inset Formula $\mathscr{F}$
37257 \end_inset
37258
37259
37260 \end_layout
37261
37262 \begin_layout Standard
37263 \begin_inset Newpage newpage
37264 \end_inset
37265
37266
37267 \end_layout
37268
37269 \begin_layout Section
37270 Synonyms
37271 \begin_inset Index idx
37272 status collapsed
37273
37274 \begin_layout Plain Layout
37275 Synonyms
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \end_layout
37282
37283 \begin_layout Standard
37284 Some characters and symbols can be created with several commands.
37285  Here is a list of the synonym commands:
37286 \end_layout
37287
37288 \begin_layout Standard
37289 \begin_inset VSpace bigskip
37290 \end_inset
37291
37292
37293 \begin_inset space \hfill{}
37294 \end_inset
37295
37296
37297 \begin_inset Tabular
37298 <lyxtabular version="3" rows="12" columns="2">
37299 <features tabularvalignment="middle">
37300 <column alignment="center" valignment="top" width="0pt">
37301 <column alignment="center" valignment="top" width="0pt">
37302 <row>
37303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307 Command
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316 equivalent to
37317 \begin_inset Note Note
37318 status collapsed
37319
37320 \begin_layout Plain Layout
37321
37322 \series bold
37323
37324 \backslash
37325 raisebox
37326 \series default
37327  is only used as spacer.
37328 \end_layout
37329
37330 \end_inset
37331
37332
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 </row>
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343
37344 \backslash
37345 ast
37346 \end_layout
37347
37348 \end_inset
37349 </cell>
37350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37351 \begin_inset Text
37352
37353 \begin_layout Plain Layout
37354 \begin_inset ERT
37355 status collapsed
37356
37357 \begin_layout Plain Layout
37358
37359
37360 \backslash
37361 raisebox{-1.2mm}{
37362 \end_layout
37363
37364 \end_inset
37365
37366 *
37367 \begin_inset ERT
37368 status collapsed
37369
37370 \begin_layout Plain Layout
37371
37372 }
37373 \end_layout
37374
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 <row>
37384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388
37389 \backslash
37390 choose
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399
37400 \backslash
37401 binom
37402 \end_layout
37403
37404 \end_inset
37405 </cell>
37406 </row>
37407 <row>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 geq
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37420 \begin_inset Text
37421
37422 \begin_layout Plain Layout
37423
37424 \backslash
37425 ge
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 </row>
37431 <row>
37432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 lbrace
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447 {
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 </row>
37453 <row>
37454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout Plain Layout
37458
37459 \backslash
37460 lbracket
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37466 \begin_inset Text
37467
37468 \begin_layout Plain Layout
37469 [
37470 \end_layout
37471
37472 \end_inset
37473 </cell>
37474 </row>
37475 <row>
37476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37477 \begin_inset Text
37478
37479 \begin_layout Plain Layout
37480
37481 \backslash
37482 leftarrow
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491
37492 \backslash
37493 gets
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 <row>
37500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 leq
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515
37516 \backslash
37517 le
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 lor
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539
37540 \backslash
37541 vee
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 </row>
37547 <row>
37548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 neq
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563
37564 \backslash
37565 not=
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 </row>
37571 <row>
37572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 slash
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587 /
37588 \end_layout
37589
37590 \end_inset
37591 </cell>
37592 </row>
37593 <row>
37594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37595 \begin_inset Text
37596
37597 \begin_layout Plain Layout
37598
37599 \backslash
37600 vert
37601 \end_layout
37602
37603 \end_inset
37604 </cell>
37605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37606 \begin_inset Text
37607
37608 \begin_layout Plain Layout
37609 |
37610 \end_layout
37611
37612 \end_inset
37613 </cell>
37614 </row>
37615 </lyxtabular>
37616
37617 \end_inset
37618
37619
37620 \begin_inset space \hfill{}
37621 \end_inset
37622
37623
37624 \begin_inset Tabular
37625 <lyxtabular version="3" rows="12" columns="2">
37626 <features tabularvalignment="middle">
37627 <column alignment="center" valignment="top" width="0pt">
37628 <column alignment="center" valignment="top" width="0pt">
37629 <row>
37630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634 Command
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643 equivalent to
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 <row>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 backslash
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665
37666 \backslash
37667
37668 \backslash
37669
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 </row>
37675 <row>
37676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37677 \begin_inset Text
37678
37679 \begin_layout Plain Layout
37680
37681 \backslash
37682 dasharrow
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691
37692 \backslash
37693 dashrightarrow
37694 \end_layout
37695
37696 \end_inset
37697 </cell>
37698 </row>
37699 <row>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704
37705 \backslash
37706 land
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715
37716 \backslash
37717 wedge
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 </row>
37723 <row>
37724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728
37729 \backslash
37730 rbrace
37731 \end_layout
37732
37733 \end_inset
37734 </cell>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739 }
37740 \end_layout
37741
37742 \end_inset
37743 </cell>
37744 </row>
37745 <row>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 rbracket
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761 ]
37762 \end_layout
37763
37764 \end_inset
37765 </cell>
37766 </row>
37767 <row>
37768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout Plain Layout
37772
37773 \backslash
37774 rightarrow
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783
37784 \backslash
37785 to
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 </row>
37791 <row>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796
37797 \backslash
37798 lnot
37799 \end_layout
37800
37801 \end_inset
37802 </cell>
37803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37804 \begin_inset Text
37805
37806 \begin_layout Plain Layout
37807
37808 \backslash
37809 neg
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 </row>
37815 <row>
37816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820
37821 \backslash
37822 ne
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831
37832 \backslash
37833 not=
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 </row>
37839 <row>
37840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844
37845 \backslash
37846 owns
37847 \end_layout
37848
37849 \end_inset
37850 </cell>
37851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37852 \begin_inset Text
37853
37854 \begin_layout Plain Layout
37855
37856 \backslash
37857 ni
37858 \end_layout
37859
37860 \end_inset
37861 </cell>
37862 </row>
37863 <row>
37864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37865 \begin_inset Text
37866
37867 \begin_layout Plain Layout
37868
37869 \backslash
37870 square
37871 \end_layout
37872
37873 \end_inset
37874 </cell>
37875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37876 \begin_inset Text
37877
37878 \begin_layout Plain Layout
37879
37880 \backslash
37881 Box
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 </row>
37887 <row>
37888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37889 \begin_inset Text
37890
37891 \begin_layout Plain Layout
37892
37893 \backslash
37894 Vert
37895 \end_layout
37896
37897 \end_inset
37898 </cell>
37899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903
37904 \backslash
37905 |
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 </row>
37911 </lyxtabular>
37912
37913 \end_inset
37914
37915
37916 \begin_inset space \hfill{}
37917 \end_inset
37918
37919
37920 \end_layout
37921
37922 \begin_layout Standard
37923 \begin_inset Newpage newpage
37924 \end_inset
37925
37926
37927 \end_layout
37928
37929 \begin_layout Bibliography
37930 \labelwidthstring References
37931 \begin_inset CommandInset bibitem
37932 LatexCommand bibitem
37933 key "TLC2"
37934
37935 \end_inset
37936
37937
37938 \shape smallcaps
37939 Mittelbach, F.
37940  ; Goossens, M.
37941 \shape default
37942
37943 \shape italic
37944 The LaTeX Companion
37945 \shape default
37946 .
37947  Addison Wesley, 2004
37948 \end_layout
37949
37950 \begin_layout Bibliography
37951 \labelwidthstring References
37952 \begin_inset CommandInset bibitem
37953 LatexCommand bibitem
37954 key "Mathmode"
37955
37956 \end_inset
37957
37958
37959 \begin_inset CommandInset href
37960 LatexCommand href
37961 name "Description"
37962 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37963
37964 \end_inset
37965
37966  of LaTeX's math abilities
37967 \end_layout
37968
37969 \begin_layout Bibliography
37970 \labelwidthstring References
37971 \begin_inset CommandInset bibitem
37972 LatexCommand bibitem
37973 key "AMS"
37974
37975 \end_inset
37976
37977
37978 \begin_inset CommandInset href
37979 LatexCommand href
37980 name "Description"
37981 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37982
37983 \end_inset
37984
37985  of 
37986 \begin_inset ERT
37987 status collapsed
37988
37989 \begin_layout Plain Layout
37990
37991
37992 \backslash
37993 AmS
37994 \end_layout
37995
37996 \end_inset
37997
37998 -LaTeX
37999 \end_layout
38000
38001 \begin_layout Bibliography
38002 \labelwidthstring References
38003 \begin_inset CommandInset bibitem
38004 LatexCommand bibitem
38005 key "Symbols"
38006
38007 \end_inset
38008
38009
38010 \begin_inset CommandInset href
38011 LatexCommand href
38012 name "List"
38013 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38014
38015 \end_inset
38016
38017  of all symbols available with LaTeX-packages
38018 \end_layout
38019
38020 \begin_layout Bibliography
38021 \labelwidthstring References
38022 \begin_inset CommandInset bibitem
38023 LatexCommand bibitem
38024 key "hyperref"
38025
38026 \end_inset
38027
38028
38029 \begin_inset CommandInset href
38030 LatexCommand href
38031 name "Documentation"
38032 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38033
38034 \end_inset
38035
38036  of the LaTeX-package 
38037 \series bold
38038 hyperref
38039 \series default
38040
38041 \begin_inset Index idx
38042 status collapsed
38043
38044 \begin_layout Plain Layout
38045 Packages ! hyperref
38046 \end_layout
38047
38048 \end_inset
38049
38050
38051 \end_layout
38052
38053 \begin_layout Bibliography
38054 \labelwidthstring References
38055 \begin_inset CommandInset bibitem
38056 LatexCommand bibitem
38057 key "mhchem"
38058
38059 \end_inset
38060
38061
38062 \begin_inset CommandInset href
38063 LatexCommand href
38064 name "Documentation"
38065 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38066
38067 \end_inset
38068
38069  of the LaTeX-package 
38070 \series bold
38071 mhchem
38072 \series default
38073
38074 \begin_inset Index idx
38075 status collapsed
38076
38077 \begin_layout Plain Layout
38078 Packages ! mhchem
38079 \end_layout
38080
38081 \end_inset
38082
38083
38084 \end_layout
38085
38086 \begin_layout Bibliography
38087 \labelwidthstring References
38088 \begin_inset CommandInset bibitem
38089 LatexCommand bibitem
38090 key "Mathclap"
38091
38092 \end_inset
38093
38094
38095 \begin_inset CommandInset href
38096 LatexCommand href
38097 name "Description"
38098 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38099
38100 \end_inset
38101
38102  of the command 
38103 \series bold
38104
38105 \backslash
38106 mathclap
38107 \series default
38108 , described in 
38109 \begin_inset CommandInset ref
38110 LatexCommand ref
38111 reference "sub:Operator-Limits"
38112
38113 \end_inset
38114
38115
38116 \begin_inset Index idx
38117 status collapsed
38118
38119 \begin_layout Plain Layout
38120 Commands ! M ! 
38121 \backslash
38122 mathclap
38123 \end_layout
38124
38125 \end_inset
38126
38127
38128 \end_layout
38129
38130 \begin_layout Bibliography
38131 \labelwidthstring References
38132 \begin_inset CommandInset bibitem
38133 LatexCommand bibitem
38134 key "Duden"
38135
38136 \end_inset
38137
38138
38139 \emph on
38140 Duden Band 1
38141 \emph default
38142 .
38143  22.
38144  Auflage, Duden 2001
38145 \end_layout
38146
38147 \begin_layout Bibliography
38148 \labelwidthstring References
38149 \begin_inset CommandInset bibitem
38150 LatexCommand bibitem
38151 key "Checklist"
38152
38153 \end_inset
38154
38155
38156 \begin_inset CommandInset href
38157 LatexCommand href
38158 name "Check list"
38159 target "http://physics.nist.gov/Document/checklist.pdf"
38160
38161 \end_inset
38162
38163  for reviewing manuscripts
38164 \end_layout
38165
38166 \begin_layout Standard
38167 \begin_inset CommandInset index_print
38168 LatexCommand printindex
38169 type "idx"
38170
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \end_body
38177 \end_document