]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
8cf42c41363d7b6171e2bfabf085e0d9c3731c96
[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 Minuscule Numbers
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 Minuscule numbers
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \begin_layout Standard
27689 Minuscule numbers are created with the command 
27690 \series bold
27691
27692 \backslash
27693 oldstylenums
27694 \series default
27695
27696 \begin_inset Index idx
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700 Commands ! O ! 
27701 \backslash
27702 oldstylenums
27703 \end_layout
27704
27705 \end_inset
27706
27707 .
27708  The command can be used in formulas and in TeX-mode.
27709  The command scheme is:
27710 \end_layout
27711
27712 \begin_layout Standard
27713
27714 \series bold
27715
27716 \backslash
27717 oldstylenums{number}
27718 \end_layout
27719
27720 \begin_layout Standard
27721 The command 
27722 \series bold
27723
27724 \backslash
27725 oldstylenums{0123456789
27726 \series default
27727  produces: 
27728 \begin_inset Formula $\oldstylenums{0123456789}$
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Subsection
27735 Miscellaneous special Characters
27736 \begin_inset CommandInset label
27737 LatexCommand label
27738 name "sub:Miscellaneous-special-Characters"
27739
27740 \end_inset
27741
27742
27743 \begin_inset Index idx
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747 Special characters ! miscellaneous
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \begin_layout Standard
27756 The following characters can only be inserted to formulas by using commands:
27757 \end_layout
27758
27759 \begin_layout Standard
27760 \align center
27761 \begin_inset Tabular
27762 <lyxtabular version="3" rows="4" columns="2">
27763 <features tabularvalignment="middle">
27764 <column alignment="center" valignment="top" width="0">
27765 <column alignment="center" valignment="top" width="0">
27766 <row>
27767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771 Command
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780 Result
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 </row>
27786 <row>
27787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791
27792 \backslash
27793 ^
27794 \begin_inset ERT
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798
27799
27800 \backslash
27801 spce 
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \end_inset
27810 </cell>
27811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815 \begin_inset Formula $\mathcircumflex$
27816 \end_inset
27817
27818
27819 \end_layout
27820
27821 \end_inset
27822 </cell>
27823 </row>
27824 <row>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829
27830 \backslash
27831 _
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 \begin_inset Formula $\_$
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 </row>
27849 <row>
27850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 ^
27855 \begin_inset ERT
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859
27860
27861 \backslash
27862 spce 
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \backslash
27869 circ
27870 \begin_inset Index idx
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875 \backslash
27876
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 \begin_inset Formula $^{\circ}$
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 </row>
27899 </lyxtabular>
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Standard
27907 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27908  contains the following line
27909 \begin_inset Foot
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913 More about this is described in 
27914 \begin_inset CommandInset ref
27915 LatexCommand ref
27916 reference "sub:Text-Characters-in"
27917
27918 \end_inset
27919
27920 .
27921 \end_layout
27922
27923 \end_inset
27924
27925 :
27926 \end_layout
27927
27928 \begin_layout Standard
27929
27930 \series bold
27931
27932 \backslash
27933 DeclareInputtext{176}{
27934 \backslash
27935 ifmmode^
27936 \backslash
27937 circ
27938 \backslash
27939 else
27940 \backslash
27941 textdegree
27942 \backslash
27943 fi}
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \begin_inset Newpage newpage
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Section
27954 Formula Styles
27955 \begin_inset CommandInset label
27956 LatexCommand label
27957 name "sec:Formula-Styles"
27958
27959 \end_inset
27960
27961
27962 \begin_inset Index idx
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966 Formula ! styles
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Itemize
27975 There are two different alignment styles:
27976 \end_layout
27977
27978 \begin_deeper
27979 \begin_layout Description
27980 Centered is the predefined standard
27981 \end_layout
27982
27983 \begin_layout Description
27984 Indented for this the option 
27985 \series bold
27986 fleqn
27987 \series default
27988  must be inserted in the menu 
27989 \family sans
27990 Document\SpecialChar \menuseparator
27991 Settings
27992 \family default
27993  under 
27994 \family sans
27995 Document
27996 \begin_inset space ~
27997 \end_inset
27998
27999 Class
28000 \end_layout
28001
28002 \begin_layout Standard
28003 When 
28004 \series bold
28005 Indented
28006 \series default
28007  is used, the indentation can be adjusted with the length 
28008 \series bold
28009
28010 \backslash
28011 mathindent
28012 \series default
28013
28014 \begin_inset Index idx
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Commands ! M ! 
28019 \backslash
28020 mathindent
28021 \end_layout
28022
28023 \end_inset
28024
28025 .
28026  Should the distance be 15
28027 \begin_inset space \thinspace{}
28028 \end_inset
28029
28030 mm, the following command line is inserted in the LaTeX-preamble
28031 \end_layout
28032
28033 \begin_layout Standard
28034
28035 \series bold
28036
28037 \backslash
28038 setlength{
28039 \backslash
28040 mathindent}{15mm}
28041 \end_layout
28042
28043 \begin_layout Standard
28044 When no length is specified, the predefined value of 30
28045 \begin_inset space \thinspace{}
28046 \end_inset
28047
28048 pt will be used.
28049 \end_layout
28050
28051 \end_deeper
28052 \begin_layout Itemize
28053 And two different numbering styles:
28054 \end_layout
28055
28056 \begin_deeper
28057 \begin_layout Description
28058 Right is the predefined standard
28059 \end_layout
28060
28061 \begin_layout Description
28062 Left for this the option 
28063 \series bold
28064 leqno
28065 \series default
28066  must be inserted in the menu 
28067 \family sans
28068 Document\SpecialChar \menuseparator
28069 Settings
28070 \family default
28071  under 
28072 \family sans
28073 Document
28074 \begin_inset space ~
28075 \end_inset
28076
28077 Class
28078 \end_layout
28079
28080 \end_deeper
28081 \begin_layout Standard
28082
28083 \series bold
28084 fleqn
28085 \series default
28086  and 
28087 \series bold
28088 leqno
28089 \series default
28090  can also be used together.
28091  In this case both options are inserted, separated by a comma.
28092 \end_layout
28093
28094 \begin_layout Standard
28095 The chosen styles are used for all displayed formulas of the document.
28096  When both, centered and indented formulas should be created in a document,
28097  the style 
28098 \series bold
28099 Centered
28100 \series default
28101  is used.
28102  The indented formulas are then set in a flalign environment, see 
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "sub:Flalign-Environment"
28106
28107 \end_inset
28108
28109 .
28110 \end_layout
28111
28112 \begin_layout Section
28113 Multiline Formulas
28114 \begin_inset CommandInset label
28115 LatexCommand label
28116 name "sec:Multiline-Formulas"
28117
28118 \end_inset
28119
28120
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 Formula ! multiline
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Subsection
28134 General
28135 \end_layout
28136
28137 \begin_layout Standard
28138 In LyX multiline formulas are created by pressing 
28139 \series bold
28140
28141 \begin_inset Info
28142 type  "shortcut"
28143 arg   "newline-insert newline"
28144 \end_inset
28145
28146
28147 \series default
28148  inside a formula.
28149  This creates either an 
28150 \series bold
28151 eqnarray environment
28152 \series default
28153  that is described in 
28154 \begin_inset CommandInset ref
28155 LatexCommand ref
28156 reference "sub:Eqnarray-Environment"
28157
28158 \end_inset
28159
28160  or, when the option 
28161 \family sans
28162 Use AMS math package
28163 \family default
28164  in the document settings is selected, an 
28165 \series bold
28166 align environment
28167 \series default
28168  that is described in 
28169 \begin_inset CommandInset ref
28170 LatexCommand ref
28171 reference "sub:Standard-align-Environment"
28172
28173 \end_inset
28174
28175 .
28176 \end_layout
28177
28178 \begin_layout Standard
28179 There are other multiline formula environments that can be created via the
28180  menu 
28181 \family sans
28182 Insert\SpecialChar \menuseparator
28183 Math
28184 \family default
28185 .
28186  These environments are described in the following sections.
28187 \end_layout
28188
28189 \begin_layout Standard
28190 In all multiline formula environments a new line is created by pressing
28191  
28192 \begin_inset Info
28193 type  "shortcut"
28194 arg   "newline-insert newline"
28195 \end_inset
28196
28197 .
28198  To add or delete lines, the math toolbar buttons 
28199 \begin_inset Graphics
28200         filename ../images/tabular-feature_append-row.png
28201         scale 85
28202
28203 \end_inset
28204
28205  or 
28206 \begin_inset Graphics
28207         filename ../images/tabular-feature_delete-row.png
28208         scale 85
28209
28210 \end_inset
28211
28212 , respectively, or the menu 
28213 \family sans
28214 Edit\SpecialChar \menuseparator
28215 Rows & Columns
28216 \family default
28217  can be used.
28218 \end_layout
28219
28220 \begin_layout Subsubsection
28221 Line Separation
28222 \begin_inset CommandInset label
28223 LatexCommand label
28224 name "sub:Line-Separation"
28225
28226 \end_inset
28227
28228
28229 \begin_inset Index idx
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233 Formula ! multiline ! Line separation
28234 \end_layout
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \begin_layout Standard
28242 There is sometimes not enough space in multiline formulas between the lines:
28243 \begin_inset Formula 
28244 \begin{eqnarray*}
28245 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}\\
28246 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
28247 \end{eqnarray*}
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Standard
28255 In LaTeX additional line space is specified as optional argument of the
28256  new line command.
28257  This is not yet possible in LyX
28258 \begin_inset Foot
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 see 
28263 \begin_inset CommandInset href
28264 LatexCommand href
28265 name "LyX-bug #1505"
28266 target "http://www.lyx.org/trac/ticket/1505"
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \end_inset
28274
28275 , therefore the whole formula must be inserted in TeX-mode.
28276  To add in our example space, the command 
28277 \series bold
28278
28279 \backslash
28280
28281 \backslash
28282 [3mm]
28283 \series default
28284  is inserted at the end of the first line.
28285  One gets: 
28286 \begin_inset ERT
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290
28291
28292 \backslash
28293 begin{eqnarray*}
28294 \end_layout
28295
28296 \begin_layout Plain Layout
28297
28298 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28299  = & 
28300 \backslash
28301 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28302 \backslash
28303
28304 \backslash
28305 [3mm]
28306 \end_layout
28307
28308 \begin_layout Plain Layout
28309
28310 4x^{2}
28311 \backslash
28312 left(B^{2}+x_{0}^{2}
28313 \backslash
28314 right)+4x_{0}x
28315 \backslash
28316 left(D-B^{2}
28317 \backslash
28318 right)+B^{2}
28319 \backslash
28320 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28321 \backslash
28322 right) & = & 0
28323 \end_layout
28324
28325 \begin_layout Plain Layout
28326
28327
28328 \backslash
28329 end{eqnarray*}
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \begin_layout Standard
28338 \begin_inset VSpace bigskip
28339 \end_inset
28340
28341 To set the line separation for all lines in a formula, the length 
28342 \series bold
28343
28344 \backslash
28345 jot
28346 \series default
28347
28348 \begin_inset Index idx
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352 Commands ! J ! 
28353 \backslash
28354 jot
28355 \end_layout
28356
28357 \end_inset
28358
28359  is changed.
28360  The definition is: 
28361 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28362 \end_inset
28363
28364 .
28365  Predefined for 
28366 \series bold
28367
28368 \backslash
28369 jot
28370 \series default
28371  is the value 3
28372 \begin_inset space \thinspace{}
28373 \end_inset
28374
28375 pt.
28376  To create 3
28377 \begin_inset space \thinspace{}
28378 \end_inset
28379
28380 mm additional line separation as in the previous example, the command
28381 \end_layout
28382
28383 \begin_layout Standard
28384
28385 \series bold
28386
28387 \backslash
28388 setlength{
28389 \backslash
28390 jot}{3mm+3pt}
28391 \end_layout
28392
28393 \begin_layout Standard
28394 is inserted in TeX-mode before the formula.
28395  This requires that the LaTeX-package 
28396 \series bold
28397 calc
28398 \series default
28399
28400 \begin_inset Foot
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404
28405 \series bold
28406 calc
28407 \series default
28408  is part of every LaTeX standard installation.
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \begin_inset Index idx
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Packages ! calc
28419 \end_layout
28420
28421 \end_inset
28422
28423  was loaded in LaTeX-preamble with the line
28424 \end_layout
28425
28426 \begin_layout Standard
28427
28428 \series bold
28429
28430 \backslash
28431 usepackage{calc}
28432 \end_layout
28433
28434 \begin_layout Standard
28435 One gets: 
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441
28442 \backslash
28443 setlength{
28444 \backslash
28445 jot}{3mm+3pt}
28446 \end_layout
28447
28448 \end_inset
28449
28450
28451 \begin_inset Formula 
28452 \begin{eqnarray*}
28453 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}\\
28454 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
28455 \end{eqnarray*}
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset ERT
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467
28468
28469 \backslash
28470 setlength{
28471 \backslash
28472 jot}{3pt}
28473 \end_layout
28474
28475 \end_inset
28476
28477  To get back to the predefined distance, 
28478 \series bold
28479
28480 \backslash
28481 jot
28482 \series default
28483  is set to the value 3
28484 \begin_inset space \thinspace{}
28485 \end_inset
28486
28487 pt.
28488 \end_layout
28489
28490 \begin_layout Subsubsection
28491 Column Separation
28492 \begin_inset CommandInset label
28493 LatexCommand label
28494 name "sub:Column-Separation"
28495
28496 \end_inset
28497
28498
28499 \begin_inset Index idx
28500 status collapsed
28501
28502 \begin_layout Plain Layout
28503 Formula ! multiline ! Column separation
28504 \end_layout
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \begin_layout Standard
28512 Multiline formulas form a matrix.
28513  A formula in the eqnarray environment is for example a matrix with three
28514  columns.
28515  By changing the column separation in this environment, the space beside
28516  the relation sign can be changed.
28517 \end_layout
28518
28519 \begin_layout Standard
28520 The column separation is specified with the length 
28521 \series bold
28522
28523 \backslash
28524 arraycolsep
28525 \series default
28526
28527 \begin_inset Index idx
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Commands ! A ! 
28532 \backslash
28533 arraycolsep
28534 \end_layout
28535
28536 \end_inset
28537
28538  according to:
28539 \begin_inset Newline newline
28540 \end_inset
28541
28542 column separation = 2
28543 \begin_inset space \thinspace{}
28544 \end_inset
28545
28546
28547 \series bold
28548
28549 \backslash
28550 arraycolsep
28551 \series default
28552
28553 \begin_inset Newline newline
28554 \end_inset
28555
28556 Thus, the command
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 setlength{
28565 \backslash
28566 arraycolsep}{1cm}
28567 \end_layout
28568
28569 \begin_layout Standard
28570 inserted in TeX-mode, sets for all following formulas a column separation
28571  of 2
28572 \begin_inset space \thinspace{}
28573 \end_inset
28574
28575 cm.
28576  To get back to the predefined distance, 
28577 \series bold
28578
28579 \backslash
28580 arraycolsep
28581 \series default
28582  is set to 5
28583 \begin_inset space \thinspace{}
28584 \end_inset
28585
28586 pt.
28587 \end_layout
28588
28589 \begin_layout Standard
28590 A formula with 2
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 cm column separation:
28595 \begin_inset ERT
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599
28600
28601 \backslash
28602 setlength{
28603 \backslash
28604 arraycolsep}{1cm}
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \begin_inset Formula 
28611 \begin{eqnarray*}
28612 A & = & B\\
28613 C & \ne & A
28614 \end{eqnarray*}
28615
28616 \end_inset
28617
28618 A formula with the predefined column separation for matrices of 10
28619 \begin_inset space \thinspace{}
28620 \end_inset
28621
28622 pt:
28623 \begin_inset ERT
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627
28628
28629 \backslash
28630 setlength{
28631 \backslash
28632 arraycolsep}{5pt}
28633 \end_layout
28634
28635 \end_inset
28636
28637
28638 \begin_inset Formula 
28639 \begin{eqnarray*}
28640 A & = & B\\
28641 C & \ne & A
28642 \end{eqnarray*}
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Subsubsection
28650 Long Formulas
28651 \begin_inset Index idx
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Formula ! long
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Standard
28664 Long formulas can be typeset using these methods:
28665 \end_layout
28666
28667 \begin_layout Itemize
28668 When one side of the equation is much shorther than the line width, this
28669  one is chosen for the left side and the right side is typeset over two
28670  lines:
28671 \begin_inset Formula 
28672 \begin{eqnarray}
28673 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 \\
28674  &  & -\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}
28675 \end{eqnarray}
28676
28677 \end_inset
28678
28679 The minus sign at the beginning of the second line does normally not appear
28680  as operator because it is the first character of the line.
28681  Thus it would not be surrounded by space and could not be distinguished
28682  from the fraction bar.
28683  To avoid this, 3
28684 \begin_inset space \thinspace{}
28685 \end_inset
28686
28687 pt space was inserted behind the minus sign with the command 
28688 \series bold
28689
28690 \backslash
28691 hspace
28692 \series default
28693 .
28694 \begin_inset Foot
28695 status collapsed
28696
28697 \begin_layout Plain Layout
28698 more about 
28699 \series bold
28700
28701 \backslash
28702 hspace
28703 \series default
28704  see 
28705 \begin_inset CommandInset ref
28706 LatexCommand ref
28707 reference "sub:Variable-Space"
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \end_inset
28715
28716
28717 \begin_inset Index idx
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Commands ! H ! 
28722 \backslash
28723 hspace
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Itemize
28732 When both sides of the equation are too long, the command 
28733 \series bold
28734
28735 \backslash
28736 lefteqn
28737 \series default
28738
28739 \begin_inset Index idx
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 Commands ! L ! 
28744 \backslash
28745 lefteqn
28746 \end_layout
28747
28748 \end_inset
28749
28750  is used.
28751  It is inserted to the first column of the first line and effects that all
28752  further insertions overwrite the following columns:
28753 \begin_inset Formula 
28754 \begin{eqnarray}
28755 \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 \\
28756  &  & -\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 \\
28757  &  & =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}
28758 \end{eqnarray}
28759
28760 \end_inset
28761
28762 After the insertion of 
28763 \series bold
28764
28765 \backslash
28766 lefteqn
28767 \series default
28768 , the cursor is in a purple box that is a bit shifted to the left from the
28769  blue one.
28770  In this the formula is inserted.
28771 \begin_inset Newline newline
28772 \end_inset
28773
28774 The content of the further lines is inserted to the second or another formula
28775  column.
28776  The greater the column number where it was inserted, the larger the indentation.
28777 \begin_inset VSpace medskip
28778 \end_inset
28779
28780
28781 \begin_inset Newline newline
28782 \end_inset
28783
28784
28785 \begin_inset Note Greyedout
28786 status open
28787
28788 \begin_layout Plain Layout
28789 Note the following when using 
28790 \series bold
28791
28792 \backslash
28793 lefteqn
28794 \series default
28795 :
28796 \end_layout
28797
28798 \begin_layout Itemize
28799 The formula doesn't use the full page width.
28800  When e.
28801 \begin_inset space \thinspace{}
28802 \end_inset
28803
28804 g.
28805 \begin_inset space \space{}
28806 \end_inset
28807
28808 the term 
28809 \begin_inset Formula $-B^{2}$
28810 \end_inset
28811
28812  is added to the first line in the above example, it would have been outside
28813  the page margin.
28814  To better use the width, negative space can be inserted at the beginning
28815  of the first line.
28816 \end_layout
28817
28818 \begin_layout Itemize
28819 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28820  line.
28821 \begin_inset Foot
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825 \begin_inset CommandInset href
28826 LatexCommand href
28827 name "LyX-bug #1429"
28828 target "http://www.lyx.org/trac/ticket/1429"
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \end_inset
28836
28837  One can only set the cursor at the beginning of the line and move it with
28838  the arrow keys.
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Itemize
28847 Other methods to set long formulas are offered by the environments described
28848  in 
28849 \begin_inset CommandInset ref
28850 LatexCommand ref
28851 reference "sub:Multline-Environment"
28852
28853 \end_inset
28854
28855  and 
28856 \begin_inset CommandInset ref
28857 LatexCommand ref
28858 reference "sub:Multiline-Formula-Parts"
28859
28860 \end_inset
28861
28862 .
28863 \end_layout
28864
28865 \begin_layout Subsubsection
28866 Multiline Brackets
28867 \begin_inset CommandInset label
28868 LatexCommand label
28869 name "sub:Multiline-Brackets"
28870
28871 \end_inset
28872
28873
28874 \begin_inset Index idx
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 Brackets ! for multiline expressions
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \begin_layout Standard
28887 For brackets spanning multiple lines the following problem occurs:
28888 \begin_inset Formula 
28889 \begin{eqnarray*}
28890 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28891  &  & \left.\cdots+B-D\right]
28892 \end{eqnarray*}
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 The closing bracket is smaller than the opening bracket because brackets
28901  with variable size may not span multiple lines.
28902 \end_layout
28903
28904 \begin_layout Standard
28905 To set the bracket size for the second line correctly, the first line is
28906  ended with 
28907 \series bold
28908
28909 \backslash
28910 right.
28911 \series default
28912
28913 \begin_inset Index idx
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917 Commands ! R ! 
28918 \backslash
28919 right
28920 \end_layout
28921
28922 \end_inset
28923
28924  and the second line with 
28925 \series bold
28926
28927 \backslash
28928 left.
28929 \begin_inset Foot
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 for more about 
28934 \series bold
28935
28936 \backslash
28937 left
28938 \series default
28939  and 
28940 \series bold
28941
28942 \backslash
28943 right
28944 \series default
28945  see 
28946 \begin_inset CommandInset ref
28947 LatexCommand ref
28948 reference "sub:Automatic-Bracket-Size"
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \series default
28959
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Commands ! L ! 
28965 \backslash
28966 left
28967 \end_layout
28968
28969 \end_inset
28970
28971 .
28972  After 
28973 \series bold
28974
28975 \backslash
28976 left.
28977
28978 \series default
28979  the command 
28980 \series bold
28981
28982 \backslash
28983 vphantom
28984 \series default
28985
28986 \begin_inset ERT
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990
28991
28992 \backslash
28993 spce 
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \series bold
29000
29001 \backslash
29002 prod
29003 \series default
29004 ^
29005 \begin_inset ERT
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009
29010
29011 \backslash
29012 spce 
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \series bold
29019
29020 \backslash
29021 infty
29022 \series default
29023
29024 \begin_inset ERT
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 spce 
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \series bold
29038
29039 \begin_inset Formula $\downarrow$
29040 \end_inset
29041
29042 _R=1}
29043 \series default
29044
29045 \begin_inset Index idx
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Commands ! V ! 
29050 \backslash
29051 vphantom
29052 \end_layout
29053
29054 \end_inset
29055
29056  is inserted, because the multiplication operator with its limits is the
29057  largest symbol in the first line and this should be the size for the bracket
29058  in the second line.
29059 \end_layout
29060
29061 \begin_layout Standard
29062 The result is this:
29063 \begin_inset Formula 
29064 \begin{eqnarray*}
29065 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29066  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29067 \end{eqnarray*}
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Subsection
29075 Align Environments
29076 \end_layout
29077
29078 \begin_layout Standard
29079 Align environments can be used for every kind of multiline formulas.
29080  They are specially useful to set several formulas side by side.
29081 \end_layout
29082
29083 \begin_layout Standard
29084 Align environments consist of columns.
29085  The odd columns are right aligned, the even ones left aligned.
29086  Every line in an Align environment can be numbered.
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Align environments are created via the menu 
29091 \family sans
29092 Insert\SpecialChar \menuseparator
29093 Math
29094 \family default
29095 .
29096  With the menu 
29097 \family sans
29098 Edit\SpecialChar \menuseparator
29099 Math\SpecialChar \menuseparator
29100 Change Formula Type
29101 \family default
29102  already existing formulas can be converted to Align environments.
29103 \end_layout
29104
29105 \begin_layout Standard
29106 To add or delete columns, the math toolbar buttons 
29107 \begin_inset Graphics
29108         filename ../images/tabular-feature_append-column.png
29109         scale 85
29110
29111 \end_inset
29112
29113  or 
29114 \begin_inset Graphics
29115         filename ../images/tabular-feature_delete-column.png
29116         scale 85
29117
29118 \end_inset
29119
29120 , respectively, or the menu 
29121 \family sans
29122 Edit\SpecialChar \menuseparator
29123 Rows & Columns
29124 \family default
29125  can be used.
29126 \end_layout
29127
29128 \begin_layout Subsubsection
29129 Standard align Environment
29130 \begin_inset CommandInset label
29131 LatexCommand label
29132 name "sub:Standard-align-Environment"
29133
29134 \end_inset
29135
29136
29137 \begin_inset Index idx
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 Formula ! multiline ! align environment
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 This Align environment is created by presssing 
29151 \begin_inset Info
29152 type  "shortcut"
29153 arg   "newline-insert newline"
29154 \end_inset
29155
29156  in a formula or by the menu 
29157 \family sans
29158 Insert\SpecialChar \menuseparator
29159 Math\SpecialChar \menuseparator
29160 AMS align Environment
29161 \family default
29162 .
29163 \end_layout
29164
29165 \begin_layout Standard
29166 An example for two formulas set side by side, that are created with a four
29167  column align environment:
29168 \begin_inset Formula 
29169 \begin{align*}
29170 A & =\sin(B) & C & =D\\
29171 C & \ne A & B & \ne D
29172 \end{align*}
29173
29174 \end_inset
29175
29176 As it can be seen, the formulas in this environment are placed so as if
29177  there would be a 
29178 \series bold
29179
29180 \backslash
29181 hfill
29182 \begin_inset Foot
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186 more about 
29187 \series bold
29188
29189 \backslash
29190 hfill
29191 \series default
29192  see 
29193 \begin_inset CommandInset ref
29194 LatexCommand ref
29195 reference "sub:Variable-Space"
29196
29197 \end_inset
29198
29199
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \series default
29206  before the first and after every even column.
29207  When the formula style 
29208 \series bold
29209 Indented
29210 \begin_inset Foot
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214 formula styles see 
29215 \begin_inset CommandInset ref
29216 LatexCommand ref
29217 reference "sec:Formula-Styles"
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \series default
29228  is used, the formula is set without the 
29229 \series bold
29230
29231 \backslash
29232 hfill
29233 \series default
29234  before the first column.
29235 \end_layout
29236
29237 \begin_layout Subsubsection
29238 Alignat Environment
29239 \begin_inset Index idx
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 Formula ! multiline ! alignat environment
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \begin_layout Standard
29252 The alignat environment has no predefined column separation.
29253  It can be inserted manually with the spaces that are described 
29254 \begin_inset CommandInset ref
29255 LatexCommand ref
29256 reference "sub:Space"
29257
29258 \end_inset
29259
29260 .
29261 \end_layout
29262
29263 \begin_layout Standard
29264 The above example in the alignat environment where 1
29265 \begin_inset space \thinspace{}
29266 \end_inset
29267
29268 cm space was inserted at the beginning of the second formula:
29269 \begin_inset Formula 
29270 \begin{alignat*}{2}
29271 A & =\sin(B) & \hspace{1cm}C & =D\\
29272 C & \ne A & B & \ne D
29273 \end{alignat*}
29274
29275 \end_inset
29276
29277 Because the column separation can be set separately for every column, this
29278  environment is especially suitable to set three and more formulas side
29279  by side.
29280 \end_layout
29281
29282 \begin_layout Subsubsection
29283 Flalign Environment
29284 \begin_inset CommandInset label
29285 LatexCommand label
29286 name "sub:Flalign-Environment"
29287
29288 \end_inset
29289
29290
29291 \begin_inset Index idx
29292 status collapsed
29293
29294 \begin_layout Plain Layout
29295 Formula ! multiline ! flalign environment
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \end_layout
29302
29303 \begin_layout Standard
29304 In this environment the first two columns are always set as much as possible
29305  to the left and the last two ones to the right.
29306  An example:
29307 \begin_inset Formula 
29308 \begin{flalign*}
29309 A & =1 & B & =2 & C & =3\\
29310 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29311 \end{flalign*}
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 By creating a flalign environment with an odd number of columns where an
29320  empty TeX-brace is inserted to the last column, several formulas in a document
29321  can be set to the left, although the formula style 
29322 \series bold
29323 Centered
29324 \series default
29325  is used.
29326  As example the indented formula 
29327 \begin_inset CommandInset ref
29328 LatexCommand eqref
29329 reference "eq:VolInt"
29330
29331 \end_inset
29332
29333 :
29334 \begin_inset Formula 
29335 \begin{flalign}
29336 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29337 \end{flalign}
29338
29339 \end_inset
29340
29341 The first two columns contain the formula.
29342  To indent it as with the formula style 
29343 \series bold
29344 Indented
29345 \series default
29346 , 30
29347 \begin_inset space \thinspace{}
29348 \end_inset
29349
29350 pt space was inserted at the beginning of the first column.
29351 \end_layout
29352
29353 \begin_layout Subsection
29354 Eqnarray Environment
29355 \begin_inset CommandInset label
29356 LatexCommand label
29357 name "sub:Eqnarray-Environment"
29358
29359 \end_inset
29360
29361
29362 \begin_inset Index idx
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366 Formula ! multiline ! eqnarray environment
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 When this environment has been created, three blue boxes appear.
29376  The content of the first box is right aligned, the content of the last
29377  one left aligned.
29378  The content of the middle box appears centered and a bit smaller, because
29379  it is designed to insert there only relation characters.
29380 \begin_inset Formula 
29381 \begin{eqnarray*}
29382 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29383 AB & AB & AB\\
29384 A & = & A
29385 \end{eqnarray*}
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Subsection
29393 Gather Environment
29394 \begin_inset Index idx
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 Formula ! multiline ! gather environment
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Standard
29407 This environment consists of only one centered column.
29408  Every line can be numbered.
29409 \begin_inset Formula 
29410 \begin{gather}
29411 A=1\\
29412 X=\textrm{-}1
29413 \end{gather}
29414
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \begin_layout Subsection
29421 Multline Environment
29422 \begin_inset CommandInset label
29423 LatexCommand label
29424 name "sub:Multline-Environment"
29425
29426 \end_inset
29427
29428
29429 \begin_inset Index idx
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Formula ! multiline ! multline environment
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 The multline environment consists, like the gather environment, of only
29443  one column.
29444  But the first line is left aligned, the last one right aligned.
29445  All other lines are centered.
29446  Therefore this environment is suitable for long formulas.
29447  As example formula 
29448 \begin_inset CommandInset ref
29449 LatexCommand eqref
29450 reference "eq:lefteqn"
29451
29452 \end_inset
29453
29454  in the multline environment:
29455 \begin_inset Formula 
29456 \begin{multline}
29457 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}\\
29458 -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}\\
29459 =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}}
29460 \end{multline}
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 In the output only the last (first) line of a multline environment appears
29469  numbered when the document numbering is right (left).
29470 \begin_inset Foot
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 numbering styles see 
29475 \begin_inset CommandInset ref
29476 LatexCommand ref
29477 reference "sec:Formula-Styles"
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 With the commands 
29491 \series bold
29492
29493 \backslash
29494 shoveright
29495 \series default
29496
29497 \begin_inset Index idx
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501 Commands ! S ! 
29502 \backslash
29503 shoveright
29504 \end_layout
29505
29506 \end_inset
29507
29508  and 
29509 \series bold
29510
29511 \backslash
29512 shoveleft
29513 \series default
29514
29515 \begin_inset Index idx
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Commands ! S ! 
29520 \backslash
29521 shoveleft
29522 \end_layout
29523
29524 \end_inset
29525
29526  a centered line can be right or left aligned, respectively.
29527  The commands are used as follows:
29528 \end_layout
29529
29530 \begin_layout Standard
29531
29532 \series bold
29533
29534 \backslash
29535 shoveright{line content}
29536 \series default
29537  and 
29538 \series bold
29539
29540 \backslash
29541 shoveleft{line content}
29542 \end_layout
29543
29544 \begin_layout Standard
29545 \begin_inset VSpace medskip
29546 \end_inset
29547
29548 The length 
29549 \series bold
29550
29551 \backslash
29552 multlinegap
29553 \series default
29554
29555 \begin_inset Index idx
29556 status collapsed
29557
29558 \begin_layout Plain Layout
29559 Commands ! M ! 
29560 \backslash
29561 multlinegap
29562 \end_layout
29563
29564 \end_inset
29565
29566  specifies the distance of the first line from the left page margin.
29567  Predefined is the length 0
29568 \begin_inset space \thinspace{}
29569 \end_inset
29570
29571 pt.
29572 \end_layout
29573
29574 \begin_layout Standard
29575 As example the above formula where the command
29576 \end_layout
29577
29578 \begin_layout Standard
29579
29580 \series bold
29581
29582 \backslash
29583 setlength{
29584 \backslash
29585 multlinegap}{2cm}
29586 \end_layout
29587
29588 \begin_layout Standard
29589 was inserted in TeX-mode before:
29590 \begin_inset ERT
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594
29595
29596 \backslash
29597 setlength{
29598 \backslash
29599 multlinegap}{2cm}
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \begin_inset Formula 
29606 \begin{multline}
29607 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}\\
29608 \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}}\\
29609 =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}}
29610 \end{multline}
29611
29612 \end_inset
29613
29614
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620
29621 \backslash
29622 setlength{
29623 \backslash
29624 multlinegap}{0pt}
29625 \end_layout
29626
29627 \end_inset
29628
29629 The second line was left aligned using 
29630 \series bold
29631
29632 \backslash
29633 shoveleft
29634 \series default
29635 .
29636 \end_layout
29637
29638 \begin_layout Subsection
29639 Multiline Formula Parts
29640 \begin_inset CommandInset label
29641 LatexCommand label
29642 name "sub:Multiline-Formula-Parts"
29643
29644 \end_inset
29645
29646
29647 \begin_inset Index idx
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Formula ! multiline ! formula parts
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 To display only parts of a formula with multiple lines, one of the following
29661  environments are used: 
29662 \series bold
29663 aligned
29664 \series default
29665
29666 \series bold
29667 alignedat
29668 \series default
29669
29670 \series bold
29671 gathered
29672 \series default
29673  or 
29674 \series bold
29675 split
29676 \series default
29677 .
29678  They can be inserted via the menu 
29679 \family sans
29680 Insert\SpecialChar \menuseparator
29681 Math
29682 \family default
29683  or by using the commands described in this section.
29684 \end_layout
29685
29686 \begin_layout Standard
29687 The first three have the same properties as the corresponding multiline
29688  formula environments, but it is possible to set further formula parts beside
29689  them.
29690  An example:
29691 \begin_inset Formula 
29692 \[
29693 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29694 \Delta E\Delta t & \ge\frac{\hbar}{2}
29695 \end{aligned}
29696 \right\} \textrm{Uncertainty relations}
29697 \]
29698
29699 \end_inset
29700
29701
29702 \end_layout
29703
29704 \begin_layout Standard
29705 To get this formula, a displayed formula is created where the command 
29706 \series bold
29707
29708 \backslash
29709 aligned
29710 \series default
29711
29712 \begin_inset Index idx
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 Commands ! A ! 
29717 \backslash
29718 aligned
29719 \end_layout
29720
29721 \end_inset
29722
29723  is inserted.
29724  A purple box appears around the blue formula box where now columns and
29725  lines can be added.
29726  Outside the multiline environment other formula parts can be set, like
29727  the brace.
29728 \end_layout
29729
29730 \begin_layout Standard
29731 The aligned environment is also suitable for long formulas whose lines are
29732  horizontally aligned.
29733  Using aligned in a displayed formula has the advantage that the formula
29734  number is vertically centered behind the lines.
29735  As example formula 
29736 \begin_inset CommandInset ref
29737 LatexCommand eqref
29738 reference "eq:shortlong"
29739
29740 \end_inset
29741
29742  in the aligned environment:
29743 \begin_inset Formula 
29744 \begin{equation}
29745 \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}|}\\
29746  & -\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}|}
29747 \end{aligned}
29748 \end{equation}
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \begin_layout Standard
29756 To use the environments 
29757 \series bold
29758 alignedat
29759 \series default
29760
29761 \series bold
29762 gathered
29763 \series default
29764 , or 
29765 \series bold
29766 split
29767 \series default
29768 , the command 
29769 \series bold
29770
29771 \backslash
29772 alignedat
29773 \series default
29774 ,
29775 \begin_inset Index idx
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779 Commands ! A ! 
29780 \backslash
29781 alignedat
29782 \end_layout
29783
29784 \end_inset
29785
29786  
29787 \series bold
29788
29789 \backslash
29790 gathered
29791 \series default
29792
29793 \begin_inset Index idx
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 Commands ! G ! 
29798 \backslash
29799 gathered
29800 \end_layout
29801
29802 \end_inset
29803
29804 , or 
29805 \series bold
29806
29807 \backslash
29808 split
29809 \series default
29810
29811 \begin_inset Index idx
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815 Commands ! S ! 
29816 \backslash
29817 split
29818 \end_layout
29819
29820 \end_inset
29821
29822  are inserted, respectively.
29823  The split environment has the same properties as the aligned environment
29824  but it can only have two columns.
29825 \end_layout
29826
29827 \begin_layout Subsection
29828 Text in multiline Formulas
29829 \begin_inset CommandInset label
29830 LatexCommand label
29831 name "sub:Text-in-multiline"
29832
29833 \end_inset
29834
29835
29836 \begin_inset Index idx
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840 Text ! in formulas
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \begin_inset Index idx
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850 Formula ! multiline ! text
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Standard
29859 In the Align environments, and the multline and gather environment, text
29860  can be inserted that will appear in a separate line and doesn't affect
29861  the column alignment.
29862  To do this, the command 
29863 \series bold
29864
29865 \backslash
29866 intertext
29867 \series default
29868
29869 \begin_inset Index idx
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873 Commands ! I ! 
29874 \backslash
29875 intertext
29876 \end_layout
29877
29878 \end_inset
29879
29880  is used in the following scheme:
29881 \end_layout
29882
29883 \begin_layout Standard
29884
29885 \series bold
29886
29887 \backslash
29888 intertext{text}
29889 \end_layout
29890
29891 \begin_layout Standard
29892 The text should not be longer than a line because it cannot be hyphenated.
29893  As LyX doesn't yet support 
29894 \series bold
29895
29896 \backslash
29897 intertext
29898 \series default
29899  directly, the text is written as mathematical text.
29900  
29901 \series bold
29902
29903 \backslash
29904 intertext
29905 \series default
29906  must hereby be at the beginning of a line and appears in the output above
29907  this line.
29908  An example where the text was inserted at the beginning of the second line:
29909 \begin_inset Formula 
29910 \begin{align}
29911 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29912 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29913 \end{align}
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \begin_layout Standard
29921 \begin_inset Newpage newpage
29922 \end_inset
29923
29924
29925 \end_layout
29926
29927 \begin_layout Section
29928 Formula Numbering
29929 \begin_inset Index idx
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933 Formula numbering
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \begin_inset Index idx
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Formula ! numbering|see
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949 {
29950 \end_layout
29951
29952 \end_inset
29953
29954 Formula numbering
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960 }
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Subsection
29974 General
29975 \end_layout
29976
29977 \begin_layout Standard
29978 Numbered formulas can be created with the menu 
29979 \family sans
29980 Insert\SpecialChar \menuseparator
29981 Math\SpecialChar \menuseparator
29982 Numbered
29983 \begin_inset space ~
29984 \end_inset
29985
29986 Formula
29987 \family default
29988  (shortcut 
29989 \family sans
29990 Ctrl+Alt
29991 \begin_inset space ~
29992 \end_inset
29993
29994 N
29995 \family default
29996 ).
29997  Existing formulas can be numbered with the menu 
29998 \family sans
29999 Edit\SpecialChar \menuseparator
30000 Math\SpecialChar \menuseparator
30001 Toggle
30002 \begin_inset space ~
30003 \end_inset
30004
30005 Numbering
30006 \family default
30007  (shortcut 
30008 \begin_inset Info
30009 type  "shortcut"
30010 arg   "math-number-toggle"
30011 \end_inset
30012
30013 ).
30014  The formula number is displayed in LyX behind the formula as number sign
30015  in parentheses.
30016  The number sign is replaced in the output by the formula number.
30017 \end_layout
30018
30019 \begin_layout Standard
30020 When numbering is turned on in multiline formulas, all lines will be numbered.
30021  But the numbering can be controlled with the menu 
30022 \family sans
30023 Edit\SpecialChar \menuseparator
30024 Math\SpecialChar \menuseparator
30025 Toggle
30026 \begin_inset space ~
30027 \end_inset
30028
30029 Numbering
30030 \begin_inset space ~
30031 \end_inset
30032
30033 of
30034 \begin_inset space ~
30035 \end_inset
30036
30037 Line
30038 \family default
30039  (shortcut
30040 \begin_inset Info
30041 type  "shortcut"
30042 arg   "math-number-line-toggle"
30043 \end_inset
30044
30045 ) for every line.
30046 \end_layout
30047
30048 \begin_layout Standard
30049 Except for inline formulas, all formulas can be numbered with two different
30050  styles, see 
30051 \begin_inset CommandInset ref
30052 LatexCommand ref
30053 reference "sec:Formula-Styles"
30054
30055 \end_inset
30056
30057 .
30058 \end_layout
30059
30060 \begin_layout Subsection
30061 Cross-References
30062 \begin_inset Index idx
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066 Cross-references ! to formulas
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 All labeled formulas can be cross-referenced.
30076  A label is added by the menu 
30077 \family sans
30078 Insert\SpecialChar \menuseparator
30079 Label
30080 \family default
30081  or the toolbar button 
30082 \begin_inset Graphics
30083         filename ../images/label-insert.png
30084         scale 85
30085
30086 \end_inset
30087
30088 .
30089  The cursor must hereby be inside a displayed formula.
30090  A dialog pops up displaying the prefix 
30091 \series bold
30092 eq:
30093 \series default
30094  in a text field.
30095  The label is inserted there behind the prefix.
30096  The predefined prefix means 
30097 \begin_inset Quotes eld
30098 \end_inset
30099
30100 equation
30101 \begin_inset Quotes erd
30102 \end_inset
30103
30104  and makes it easier to find labels in large documents because it marks
30105  it as formula label to divide it from e.
30106 \begin_inset space \thinspace{}
30107 \end_inset
30108
30109 g.
30110 \begin_inset space \space{}
30111 \end_inset
30112
30113 section labels.
30114  To change a label, the menu 
30115 \family sans
30116 Insert\SpecialChar \menuseparator
30117 Label
30118 \family default
30119  is used again.
30120 \end_layout
30121
30122 \begin_layout Standard
30123 The name of the label is displayed in LyX within two parentheses behind
30124  formula.
30125  A formula with a label is always numbered.
30126 \end_layout
30127
30128 \begin_layout Standard
30129 Cross-references are inserted via the menu 
30130 \family sans
30131 Insert\SpecialChar \menuseparator
30132 Cross-Reference
30133 \family default
30134  or with the toolbar button 
30135 \begin_inset Graphics
30136         filename ../images/dialog-show-new-inset_ref.png
30137         scale 85
30138
30139 \end_inset
30140
30141 .
30142  A formula cross-reference appears in the output as formula number.
30143  When in the cross-reference dialog window the format 
30144 \series bold
30145 (<reference>)
30146 \series default
30147  is chosen, the cross-reference appears in the output as formula number
30148  in parentheses.
30149 \begin_inset Newline newline
30150 \end_inset
30151
30152 By right-clicking on a cross-reference in LyX, one jumps to the formula
30153  that is referenced.
30154 \end_layout
30155
30156 \begin_layout Standard
30157 Here are as examples cross-references to formulas of the following subsections:
30158 \begin_inset Note Note
30159 status open
30160
30161 \begin_layout Plain Layout
30162 Note the different cross-reference types.
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Standard
30171 The equations 
30172 \begin_inset CommandInset ref
30173 LatexCommand eqref
30174 reference "eq:tag"
30175
30176 \end_inset
30177
30178  and 
30179 \begin_inset CommandInset ref
30180 LatexCommand eqref
30181 reference "eq:c"
30182
30183 \end_inset
30184
30185  are equivalent.
30186  In (
30187 \begin_inset CommandInset ref
30188 LatexCommand ref
30189 reference "eq:Lat"
30190
30191 \end_inset
30192
30193 ) big Latin letters are used for the numbering in contrary to (
30194 \begin_inset CommandInset ref
30195 LatexCommand ref
30196 reference "eq:Rom"
30197
30198 \end_inset
30199
30200 ).
30201 \end_layout
30202
30203 \begin_layout Standard
30204 \begin_inset VSpace medskip
30205 \end_inset
30206
30207 When the argument of 
30208 \series bold
30209
30210 \backslash
30211 tag
30212 \begin_inset Foot
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217 \series bold
30218
30219 \backslash
30220 tag
30221 \series default
30222  is described in 
30223 \begin_inset CommandInset ref
30224 LatexCommand ref
30225 reference "sub:User-defined-Numbering"
30226
30227 \end_inset
30228
30229 .
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \series default
30236  contains a box like in 
30237 \begin_inset CommandInset ref
30238 LatexCommand ref
30239 reference "sub:Paragraph-Boxes"
30240
30241 \end_inset
30242
30243 , the formula cannot be referenced.
30244 \end_layout
30245
30246 \begin_layout Subsection
30247 Subnumbering
30248 \begin_inset Index idx
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252 Formula numbering ! subnumbering
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \end_layout
30259
30260 \begin_layout Standard
30261 With the help of the commands 
30262 \series bold
30263
30264 \backslash
30265 begin{subequations}
30266 \series default
30267  and 
30268 \series bold
30269
30270 \backslash
30271 end{subequations}
30272 \series default
30273  formulas can be subnumbered.
30274  Both commands are inserted in TeX-mode.
30275 \end_layout
30276
30277 \begin_layout Standard
30278 An example:
30279 \begin_inset Formula 
30280 \begin{equation}
30281 A=C-B\label{eq:a}
30282 \end{equation}
30283
30284 \end_inset
30285
30286
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292
30293 \backslash
30294 addtocounter{equation}{-1}
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \begin_inset ERT
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 begin{subequations}
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \begin_inset VSpace -5mm
30314 \end_inset
30315
30316
30317 \begin_inset Formula 
30318 \begin{equation}
30319 B=C-A\label{eq:b}
30320 \end{equation}
30321
30322 \end_inset
30323
30324
30325 \begin_inset Formula 
30326 \begin{equation}
30327 C=A+B\label{eq:c}
30328 \end{equation}
30329
30330 \end_inset
30331
30332
30333 \end_layout
30334
30335 \begin_layout Standard
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 end{subequations}
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Standard
30352 To create the example, the following is done:
30353 \end_layout
30354
30355 \begin_layout Enumerate
30356 first formula is inserted
30357 \end_layout
30358
30359 \begin_layout Enumerate
30360
30361 \series bold
30362
30363 \backslash
30364 addtocounter{equation}{-1} 
30365 \backslash
30366 begin{subequations}
30367 \begin_inset Index idx
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371 Commands ! A ! 
30372 \backslash
30373 addtocounter
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \begin_inset Newline newline
30380 \end_inset
30381
30382
30383 \series default
30384 is inserted after the first formula
30385 \end_layout
30386
30387 \begin_layout Enumerate
30388 second formula is inserted
30389 \end_layout
30390
30391 \begin_layout Enumerate
30392 third formula is inserted
30393 \end_layout
30394
30395 \begin_layout Enumerate
30396
30397 \series bold
30398
30399 \backslash
30400 end{subequations}
30401 \series default
30402  is inserted after the third formula
30403 \end_layout
30404
30405 \begin_layout Standard
30406 Every formula between the commands 
30407 \series bold
30408
30409 \backslash
30410 begin
30411 \series default
30412  and 
30413 \series bold
30414
30415 \backslash
30416 end
30417 \series default
30418  is subnumbered as a, b, 
30419 \begin_inset Newline linebreak
30420 \end_inset
30421
30422 c, \SpecialChar \ldots{}
30423  For multiline formulas every line will be subnumbered.
30424  All subnumbered formulas are treated as 
30425 \emph on
30426 one
30427 \emph default
30428  numbered formula.
30429  But as every numbered formula increases the counter 
30430 \series bold
30431 equation
30432 \series default
30433  by one, the command 
30434 \series bold
30435
30436 \backslash
30437 addtocounter
30438 \series default
30439  is needed to decrease it.
30440  Otherwise the formulas 
30441 \begin_inset CommandInset ref
30442 LatexCommand eqref
30443 reference "eq:a"
30444
30445 \end_inset
30446
30447
30448 \begin_inset CommandInset ref
30449 LatexCommand eqref
30450 reference "eq:b"
30451
30452 \end_inset
30453
30454
30455 \begin_inset CommandInset ref
30456 LatexCommand eqref
30457 reference "eq:c"
30458
30459 \end_inset
30460
30461  would be numbered as 
30462 \begin_inset CommandInset ref
30463 LatexCommand eqref
30464 reference "eq:a"
30465
30466 \end_inset
30467
30468
30469 \begin_inset CommandInset ref
30470 LatexCommand eqref
30471 reference "eq:d"
30472
30473 \end_inset
30474
30475
30476 \begin_inset CommandInset ref
30477 LatexCommand eqref
30478 reference "eq:f"
30479
30480 \end_inset
30481
30482 .
30483 \end_layout
30484
30485 \begin_layout Standard
30486 By inserting the commands in TeX-mode, a space is created between the first
30487  two formulas.
30488  To revert this -5
30489 \begin_inset space \thinspace{}
30490 \end_inset
30491
30492 mm vertical space is inserted after the command 
30493 \series bold
30494
30495 \backslash
30496 begin{subequations}
30497 \series default
30498 .
30499  When the formula style 
30500 \series bold
30501 Indented
30502 \begin_inset Foot
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506 formula styles see 
30507 \begin_inset CommandInset ref
30508 LatexCommand ref
30509 reference "sec:Formula-Styles"
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \series default
30520  is used, -7
30521 \begin_inset space \thinspace{}
30522 \end_inset
30523
30524 mm space is inserted instead.
30525 \end_layout
30526
30527 \begin_layout Standard
30528 Here is an example for a multiline formula where the numbering was turned
30529  off for the second line:
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 begin{subequations}
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \begin_inset Formula 
30544 \begin{eqnarray}
30545 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30546  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30547  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30548 \end{eqnarray}
30549
30550 \end_inset
30551
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 end{subequations}
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Subsection
30569 User-defined Numbering
30570 \begin_inset CommandInset label
30571 LatexCommand label
30572 name "sub:User-defined-Numbering"
30573
30574 \end_inset
30575
30576
30577 \begin_inset Index idx
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581 Formula numbering ! user-defined
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 \begin_inset Index idx
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 Formula numbering ! self-defined delimiters
30595 \end_layout
30596
30597 \end_inset
30598
30599 With the standard numbering parentheses are set around the formula number.
30600  To replace the parentheses for example by vertical bars, the following
30601  line is added to the LaTeX-preamble:
30602 \end_layout
30603
30604 \begin_layout Standard
30605
30606 \series bold
30607
30608 \backslash
30609 def
30610 \backslash
30611 tagform@#1{
30612 \backslash
30613 maketag@@@{|#1|}}
30614 \series default
30615
30616 \begin_inset Note Note
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 This macro is already declared in the LaTeX-preamble for testing.
30621  To activate it, remove the percent sign at the beginning.
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Standard
30630 To use other characters, the vertical bars besides the 
30631 \series bold
30632 #1
30633 \series default
30634  are replaced by one ore more characters.
30635  To get only the formula number the vertical bars are omitted.
30636 \end_layout
30637
30638 \begin_layout Standard
30639 \begin_inset VSpace bigskip
30640 \end_inset
30641
30642 When there should be an expression of your choice instead of the consecutive
30643  formula number in parentheses behind the formula, the command 
30644 \series bold
30645
30646 \backslash
30647 tag
30648 \series default
30649
30650 \begin_inset Index idx
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654 Commands ! T ! 
30655 \backslash
30656 tag
30657 \end_layout
30658
30659 \end_inset
30660
30661  is used:
30662 \begin_inset Formula 
30663 \begin{equation}
30664 A+B=C\tag{something}\label{eq:tag}
30665 \end{equation}
30666
30667 \end_inset
30668
30669 In this example the command 
30670 \series bold
30671
30672 \backslash
30673 tag
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 spce 
30682 \end_layout
30683
30684 \end_inset
30685
30686 something
30687 \series default
30688  was inserted to the formula.
30689 \end_layout
30690
30691 \begin_layout Standard
30692 When the command 
30693 \series bold
30694
30695 \backslash
30696 tag*
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702
30703 \backslash
30704 spce 
30705 \end_layout
30706
30707 \end_inset
30708
30709 something
30710 \series default
30711  is inserted instead, the star prevents the parentheses around the expression:
30712 \begin_inset Formula 
30713 \[
30714 A+B=C\tag*{something}
30715 \]
30716
30717 \end_inset
30718
30719
30720 \end_layout
30721
30722 \begin_layout Standard
30723 \begin_inset VSpace bigskip
30724 \end_inset
30725
30726 To restart the formula numbering with new document parts or sections, the
30727  following command is used:
30728 \end_layout
30729
30730 \begin_layout Standard
30731
30732 \series bold
30733
30734 \backslash
30735 @addtoreset{equation}{part}
30736 \series default
30737
30738 \begin_inset Index idx
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742 Commands ! 
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748 "
30749 \end_layout
30750
30751 \end_inset
30752
30753 @
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 "
30760 \end_layout
30761
30762 \end_inset
30763
30764  ! 
30765 \backslash
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 "
30773 \end_layout
30774
30775 \end_inset
30776
30777 @
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 "
30784 \end_layout
30785
30786 \end_inset
30787
30788 addtoreset
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797 resp.
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801
30802 \series bold
30803
30804 \backslash
30805 @addtoreset{equation}{section}
30806 \end_layout
30807
30808 \begin_layout Standard
30809 To be able to use these commands in TeX-mode, the 
30810 \begin_inset Quotes eld
30811 \end_inset
30812
30813 @
30814 \begin_inset Quotes erd
30815 \end_inset
30816
30817  character has to be made 
30818 \begin_inset Quotes eld
30819 \end_inset
30820
30821 active
30822 \begin_inset Quotes erd
30823 \end_inset
30824
30825  for LaTeX using the command 
30826 \series bold
30827
30828 \backslash
30829 makeatletter.
30830
30831 \series default
30832  The command 
30833 \series bold
30834
30835 \backslash
30836 makeatother
30837 \series default
30838  reverts this.
30839  So the command sequence in TeX-mode is:
30840 \end_layout
30841
30842 \begin_layout Standard
30843
30844 \series bold
30845
30846 \backslash
30847 makeatletter
30848 \begin_inset Newline newline
30849 \end_inset
30850
30851
30852 \backslash
30853 @addtoreset{equation}{section}
30854 \begin_inset Newline newline
30855 \end_inset
30856
30857
30858 \backslash
30859 makeatother
30860 \end_layout
30861
30862 \begin_layout Standard
30863 In the LaTeX-preamble 
30864 \series bold
30865
30866 \backslash
30867 makeatletter
30868 \series default
30869  and 
30870 \series bold
30871
30872 \backslash
30873 makeatother
30874 \series default
30875  can be omitted as they are automatically internally inserted by LyX.
30876 \end_layout
30877
30878 \begin_layout Standard
30879 To revert 
30880 \series bold
30881
30882 \backslash
30883 @addtoreset
30884 \series default
30885 , the file 
30886 \series bold
30887 remreset.sty
30888 \series default
30889
30890 \begin_inset Foot
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895 \series bold
30896 remreset
30897 \series default
30898  is part of the LaTeX-package 
30899 \series bold
30900 carlisle
30901 \series default
30902
30903 \begin_inset Index idx
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907 Packages ! carlisle
30908 \end_layout
30909
30910 \end_inset
30911
30912  that is part of every LaTeX standard installation.
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Packages ! remreset
30923 \end_layout
30924
30925 \end_inset
30926
30927  has to be loaded in the LaTeX-preamble with the line
30928 \end_layout
30929
30930 \begin_layout Standard
30931
30932 \series bold
30933
30934 \backslash
30935 usepackage{remreset}
30936 \end_layout
30937
30938 \begin_layout Standard
30939 Then the command 
30940 \series bold
30941
30942 \backslash
30943 @removefromreset
30944 \series default
30945
30946 \begin_inset Index idx
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 Commands ! 
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956 "
30957 \end_layout
30958
30959 \end_inset
30960
30961 @
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967 "
30968 \end_layout
30969
30970 \end_inset
30971
30972  ! 
30973 \backslash
30974
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980 "
30981 \end_layout
30982
30983 \end_inset
30984
30985 @
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991 "
30992 \end_layout
30993
30994 \end_inset
30995
30996 removefromreset
30997 \end_layout
30998
30999 \end_inset
31000
31001  can be used with the same scheme as 
31002 \series bold
31003
31004 \backslash
31005 @addtoreset
31006 \series default
31007 .
31008 \end_layout
31009
31010 \begin_layout Standard
31011 \begin_inset VSpace bigskip
31012 \end_inset
31013
31014 Sometimes formulas should be numbered in the following form:
31015 \end_layout
31016
31017 \begin_layout Standard
31018
31019 \family typewriter
31020 (section number.formula number)
31021 \end_layout
31022
31023 \begin_layout Standard
31024 The formula number should start with every section with 
31025 \begin_inset Quotes eld
31026 \end_inset
31027
31028 1
31029 \begin_inset Quotes erd
31030 \end_inset
31031
31032 .
31033 \end_layout
31034
31035 \begin_layout Standard
31036 For this case there is the command 
31037 \series bold
31038
31039 \backslash
31040 numberwithin
31041 \series default
31042
31043 \begin_inset Index idx
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047 Commands ! N ! 
31048 \backslash
31049 numberwithin
31050 \end_layout
31051
31052 \end_inset
31053
31054 , which is used with the following scheme:
31055 \end_layout
31056
31057 \begin_layout Standard
31058
31059 \series bold
31060
31061 \backslash
31062 numberwithin{counter}{sectioning}
31063 \end_layout
31064
31065 \begin_layout Standard
31066 Counter denotes what kind of numbering is affected, sectioning denotes what
31067  number is before the dot.
31068 \end_layout
31069
31070 \begin_layout Standard
31071 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
31072 \end_layout
31073
31074 \begin_layout Standard
31075
31076 \series bold
31077
31078 \backslash
31079 numberwithin{equation}{section}
31080 \end_layout
31081
31082 \begin_layout Standard
31083 This is the result:
31084 \begin_inset ERT
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088
31089
31090 \backslash
31091 numberwithin{equation}{section}
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \begin_inset Formula 
31098 \begin{equation}
31099 A+B=C
31100 \end{equation}
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Standard
31108 To number e.
31109 \begin_inset space \thinspace{}
31110 \end_inset
31111
31112 g.
31113 \begin_inset space \space{}
31114 \end_inset
31115
31116 tables so that the number of the part is the sectioning,
31117 \begin_inset Newline newline
31118 \end_inset
31119
31120
31121 \series bold
31122
31123 \backslash
31124 numberwithin{table}{part}
31125 \series default
31126  is used.
31127 \end_layout
31128
31129 \begin_layout Standard
31130 To go back to the standard numbering or to prevent this kind of numbering
31131  when it is defined by the document class, the following command is inserted
31132  as TeX-Code or to the LaTeX-preamble:
31133 \end_layout
31134
31135 \begin_layout Standard
31136
31137 \series bold
31138
31139 \backslash
31140 renewcommand{
31141 \backslash
31142 theequation}{
31143 \backslash
31144 arabic{equation}}
31145 \begin_inset Index idx
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149 Commands ! A ! 
31150 \backslash
31151 arabic
31152 \end_layout
31153
31154 \end_inset
31155
31156
31157 \series default
31158
31159 \begin_inset ERT
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163
31164
31165 \backslash
31166 renewcommand{
31167 \backslash
31168 theequation}{
31169 \backslash
31170 arabic{equation}}
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \series bold
31177
31178 \begin_inset Newline newline
31179 \end_inset
31180
31181
31182 \series default
31183 or
31184 \series bold
31185
31186 \begin_inset Newline newline
31187 \end_inset
31188
31189
31190 \backslash
31191 renewcommand{
31192 \backslash
31193 thetable}{
31194 \backslash
31195 arabic{table}}
31196 \end_layout
31197
31198 \begin_layout Standard
31199
31200 \series bold
31201
31202 \backslash
31203 numberwithin
31204 \series default
31205  uses internally the command 
31206 \series bold
31207
31208 \backslash
31209 @addtoreset
31210 \series default
31211 , described above, that also needs to be reverted.
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 makeatletter
31220 \end_layout
31221
31222 \begin_layout Plain Layout
31223
31224
31225 \backslash
31226 @removefromreset{equation}{section}
31227 \end_layout
31228
31229 \begin_layout Plain Layout
31230
31231
31232 \backslash
31233 makeatother
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \begin_layout Subsection
31242 Numbering with Roman Numbers and Letters
31243 \begin_inset Index idx
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 Formula numbering ! with letters
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Formula numbering ! with Roman numbers
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \end_layout
31264
31265 \begin_layout Standard
31266 Formulas can also be numbered with Roman numbers and Latin letters.
31267  To number for example with small Roman numbers, the command
31268 \end_layout
31269
31270 \begin_layout Standard
31271
31272 \series bold
31273
31274 \backslash
31275 renewcommand{
31276 \backslash
31277 theequation}{
31278 \backslash
31279 roman{equation}}
31280 \end_layout
31281
31282 \begin_layout Standard
31283 is inserted before the formula in TeX-mode.
31284  
31285 \series bold
31286
31287 \backslash
31288 renewcommand
31289 \series default
31290
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Commands ! R ! 
31296 \backslash
31297 renewcommand
31298 \end_layout
31299
31300 \end_inset
31301
31302  redefines the predefined command 
31303 \series bold
31304
31305 \backslash
31306 theequation
31307 \series default
31308  to the command 
31309 \series bold
31310
31311 \backslash
31312 roman{equation}
31313 \series default
31314 .
31315 \begin_inset Foot
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 The command 
31320 \series bold
31321
31322 \backslash
31323 renewcommand
31324 \series default
31325  has the same scheme like the command 
31326 \series bold
31327
31328 \backslash
31329 newcommand
31330 \series default
31331  that is described in 
31332 \begin_inset CommandInset ref
31333 LatexCommand ref
31334 reference "sub:The-Command-newcommand"
31335
31336 \end_inset
31337
31338 .
31339 \end_layout
31340
31341 \end_inset
31342
31343  
31344 \series bold
31345 equation
31346 \series default
31347  is the formula counter.
31348  When the command 
31349 \series bold
31350
31351 \backslash
31352 the
31353 \series default
31354  is used as prefix for a counter, the value of the counter is output as
31355  Arabic number.
31356  When a formula is numbered, LaTeX sets internally the command 
31357 \series bold
31358
31359 \backslash
31360 theequation
31361 \series default
31362  behind the formula.
31363  
31364 \series bold
31365
31366 \backslash
31367 roman{equation}
31368 \begin_inset Index idx
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372 Commands ! R ! 
31373 \backslash
31374 roman
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \series default
31381  outputs the counter as small Roman number.
31382 \end_layout
31383
31384 \begin_layout Standard
31385 All formulas behind the command 
31386 \series bold
31387
31388 \backslash
31389 renew
31390 \series default
31391 c
31392 \series bold
31393 ommand
31394 \series default
31395  are now numbered Roman.
31396  To switch to numbering with big Roman numbers, the command is inserted
31397  again, but 
31398 \series bold
31399
31400 \backslash
31401 roman
31402 \series default
31403  is replaced by 
31404 \series bold
31405
31406 \backslash
31407 Roman
31408 \series default
31409
31410 \begin_inset Index idx
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414 Commands ! R ! 
31415 \backslash
31416 roman@
31417 \backslash
31418 Roman
31419 \end_layout
31420
31421 \end_inset
31422
31423 .
31424  To 
31425 \begin_inset Quotes eld
31426 \end_inset
31427
31428 number
31429 \begin_inset Quotes erd
31430 \end_inset
31431
31432  with small Latin letters there is the command 
31433 \series bold
31434
31435 \backslash
31436 alph
31437 \series default
31438
31439 \begin_inset Index idx
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 Commands ! A ! 
31444 \backslash
31445 alph
31446 \end_layout
31447
31448 \end_inset
31449
31450 , for big ones there is the command 
31451 \series bold
31452
31453 \backslash
31454 Alph
31455 \series default
31456
31457 \begin_inset Index idx
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461 Commands ! A ! 
31462 \backslash
31463 alph@
31464 \backslash
31465 Alph
31466 \end_layout
31467
31468 \end_inset
31469
31470 .
31471 \end_layout
31472
31473 \begin_layout Standard
31474 \begin_inset Note Greyedout
31475 status open
31476
31477 \begin_layout Plain Layout
31478
31479 \series bold
31480 Note:
31481 \series default
31482  Only maximal 26 formulas can be numbered with Latin letters in one document.
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Standard
31491 \begin_inset ERT
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495
31496
31497 \backslash
31498 renewcommand{
31499 \backslash
31500 theequation}{
31501 \backslash
31502 roman{equation}}
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \begin_layout Standard
31511 \begin_inset Formula 
31512 \begin{equation}
31513 A=\textrm{small roman}
31514 \end{equation}
31515
31516 \end_inset
31517
31518
31519 \begin_inset ERT
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523
31524
31525 \backslash
31526 renewcommand{
31527 \backslash
31528 theequation}{
31529 \backslash
31530 Roman{equation}}
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \begin_inset Formula 
31537 \begin{equation}
31538 B=\textrm{big Roman}\label{eq:Rom}
31539 \end{equation}
31540
31541 \end_inset
31542
31543
31544 \begin_inset ERT
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548
31549
31550 \backslash
31551 renewcommand{
31552 \backslash
31553 theequation}{
31554 \backslash
31555 alph{equation}}
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \begin_inset Formula 
31562 \begin{equation}
31563 C=\textrm{small Latin}
31564 \end{equation}
31565
31566 \end_inset
31567
31568
31569 \begin_inset ERT
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573
31574
31575 \backslash
31576 renewcommand{
31577 \backslash
31578 theequation}{
31579 \backslash
31580 Alph{equation}}
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \begin_inset Formula 
31587 \begin{equation}
31588 D=\textrm{big Latin}\label{eq:Lat}
31589 \end{equation}
31590
31591 \end_inset
31592
31593
31594 \end_layout
31595
31596 \begin_layout Standard
31597 To switch back to the default numbering, insert the command:
31598 \end_layout
31599
31600 \begin_layout Standard
31601
31602 \series bold
31603
31604 \backslash
31605 renewcommand{
31606 \backslash
31607 theequation}{
31608 \backslash
31609 arabic{equation}}
31610 \begin_inset Index idx
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614 Commands ! A ! 
31615 \backslash
31616 arabic
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 renewcommand{
31633 \backslash
31634 theequation}{
31635 \backslash
31636 arabic{equation}}
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \begin_inset Formula 
31643 \begin{equation}
31644 E=\textrm{Arabic}
31645 \end{equation}
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset VSpace medskip
31654 \end_inset
31655
31656 As you see, formulas are numbered serially independent from the numbering
31657  style.
31658  When then numbering should start with 
31659 \begin_inset Quotes eld
31660 \end_inset
31661
31662 1
31663 \begin_inset Quotes erd
31664 \end_inset
31665
31666  when the style is changed, new equation counters have to be defined.
31667  A description about this can be found in the file 
31668 \begin_inset CommandInset href
31669 LatexCommand href
31670 name "Formula-numbering.lyx"
31671 target "run:Formula-numbering.lyx"
31672
31673 \end_inset
31674
31675 .
31676 \end_layout
31677
31678 \begin_layout Section
31679 Chemical Symbols and Equations
31680 \begin_inset CommandInset label
31681 LatexCommand label
31682 name "sub:Chemical-Symbols-and"
31683
31684 \end_inset
31685
31686
31687 \begin_inset Index idx
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691 Chemical characters ! Symbols
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \begin_inset Index idx
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701 Chemical equations
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \begin_inset Index idx
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Symbols ! chemical
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Standard
31720 An example text from chemistry:
31721 \end_layout
31722
31723 \begin_layout Quote
31724 The 
31725 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31726 \end_inset
31727
31728 -ion reacts with two 
31729 \begin_inset Formula $\mathrm{Na^{+}}$
31730 \end_inset
31731
31732 -ions to sodium sulfate 
31733 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31734 \end_inset
31735
31736 .
31737  The chemical equation for this is:
31738 \begin_inset Formula 
31739 \begin{equation}
31740 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31741 \end{equation}
31742
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \begin_layout Standard
31749 This chemical equation can directly be created as formula.
31750  To avoid that the symbols appear italic, everything is highlighted and
31751  changed by the shortcut 
31752 \begin_inset Info
31753 type  "shortcut"
31754 arg   "font-roman"
31755 \end_inset
31756
31757  to the upright font style.
31758 \begin_inset Foot
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762 font styles
31763 \series bold
31764  
31765 \series default
31766 see 
31767 \begin_inset CommandInset ref
31768 LatexCommand ref
31769 reference "sub:Font-Styles"
31770
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \begin_layout Standard
31782 A more convenient way to typeset chemical formulas is to use the command
31783  
31784 \series bold
31785
31786 \backslash
31787 ce
31788 \series default
31789
31790 \begin_inset Index idx
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794 Commands ! C ! 
31795 \backslash
31796 ce
31797 \end_layout
31798
31799 \end_inset
31800
31801  that is available when the LaTeX-package 
31802 \series bold
31803 mhchem
31804 \series default
31805
31806 \begin_inset Index idx
31807 status collapsed
31808
31809 \begin_layout Plain Layout
31810 Packages ! mhchem
31811 \end_layout
31812
31813 \end_inset
31814
31815  is installed.
31816  After inserting 
31817 \series bold
31818
31819 \backslash
31820 ce
31821 \series default
31822  to a formula a new blue box appears where chemical formulas can be inserted
31823  in an intuitive way.
31824 \end_layout
31825
31826 \begin_layout Standard
31827 \align center
31828 \begin_inset Tabular
31829 <lyxtabular version="3" rows="9" columns="2">
31830 <features tabularvalignment="middle">
31831 <column alignment="center" valignment="top" width="0">
31832 <column alignment="center" valignment="top" width="0">
31833 <row>
31834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31835 \begin_inset Text
31836
31837 \begin_layout Plain Layout
31838 Command
31839 \end_layout
31840
31841 \end_inset
31842 </cell>
31843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31844 \begin_inset Text
31845
31846 \begin_layout Plain Layout
31847 Result
31848 \begin_inset Note Note
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852
31853 \series bold
31854
31855 \backslash
31856 raisebox
31857 \series default
31858  is only used as spacer.
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \end_inset
31867 </cell>
31868 </row>
31869 <row>
31870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874
31875 \backslash
31876 ce
31877 \begin_inset ERT
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881
31882
31883 \backslash
31884 spce 
31885 \end_layout
31886
31887 \end_inset
31888
31889 H2CO3
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31895 \begin_inset Text
31896
31897 \begin_layout Plain Layout
31898 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \end_inset
31905 </cell>
31906 </row>
31907 <row>
31908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31909 \begin_inset Text
31910
31911 \begin_layout Plain Layout
31912
31913 \backslash
31914 ce
31915 \begin_inset ERT
31916 status collapsed
31917
31918 \begin_layout Plain Layout
31919
31920
31921 \backslash
31922 spce 
31923 \end_layout
31924
31925 \end_inset
31926
31927 SO4^2-
31928 \end_layout
31929
31930 \end_inset
31931 </cell>
31932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31933 \begin_inset Text
31934
31935 \begin_layout Plain Layout
31936 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \end_inset
31943 </cell>
31944 </row>
31945 <row>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31947 \begin_inset Text
31948
31949 \begin_layout Plain Layout
31950
31951 \backslash
31952 ce
31953 \begin_inset ERT
31954 status collapsed
31955
31956 \begin_layout Plain Layout
31957
31958
31959 \backslash
31960 spce 
31961 \end_layout
31962
31963 \end_inset
31964
31965 (NH4)2S
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981 </cell>
31982 </row>
31983 <row>
31984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988
31989 \backslash
31990 ce
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 spce 
31999 \end_layout
32000
32001 \end_inset
32002
32003 KCr(SO4)2.12H2O
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 </row>
32021 <row>
32022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32023 \begin_inset Text
32024
32025 \begin_layout Plain Layout
32026
32027 \backslash
32028 ce
32029 \begin_inset ERT
32030 status collapsed
32031
32032 \begin_layout Plain Layout
32033
32034
32035 \backslash
32036 spce 
32037 \end_layout
32038
32039 \end_inset
32040
32041 A-B
32042 \backslash
32043 dbond
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 spce 
32052 \end_layout
32053
32054 \end_inset
32055
32056 C
32057 \backslash
32058 tbond
32059 \begin_inset ERT
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063
32064
32065 \backslash
32066 spce 
32067 \end_layout
32068
32069 \end_inset
32070
32071 D
32072 \end_layout
32073
32074 \end_inset
32075 </cell>
32076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32077 \begin_inset Text
32078
32079 \begin_layout Plain Layout
32080 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \end_inset
32087 </cell>
32088 </row>
32089 <row>
32090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094
32095 \backslash
32096 ce
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102
32103 \backslash
32104 spce 
32105 \end_layout
32106
32107 \end_inset
32108
32109 ^227
32110 \begin_inset Formula $\downarrow$
32111 \end_inset
32112
32113 _90
32114 \begin_inset Formula $\to$
32115 \end_inset
32116
32117 Th+
32118 \end_layout
32119
32120 \end_inset
32121 </cell>
32122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 </row>
32135 <row>
32136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140
32141 \backslash
32142 ce
32143 \begin_inset ERT
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147
32148
32149 \backslash
32150 spce 
32151 \end_layout
32152
32153 \end_inset
32154
32155 CO2
32156 \begin_inset ERT
32157 status collapsed
32158
32159 \begin_layout Plain Layout
32160
32161
32162 \backslash
32163 spce 
32164 \end_layout
32165
32166 \end_inset
32167
32168 +
32169 \begin_inset ERT
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173
32174
32175 \backslash
32176 spce 
32177 \end_layout
32178
32179 \end_inset
32180
32181 C
32182 \begin_inset ERT
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186
32187
32188 \backslash
32189 spce 
32190 \end_layout
32191
32192 \end_inset
32193
32194 <=>
32195 \begin_inset ERT
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199
32200
32201 \backslash
32202 spce 
32203 \end_layout
32204
32205 \end_inset
32206
32207 2CO
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \end_inset
32223 </cell>
32224 </row>
32225 <row>
32226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32227 \begin_inset Text
32228
32229 \begin_layout Plain Layout
32230
32231 \backslash
32232 ce
32233 \begin_inset ERT
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237
32238
32239 \backslash
32240 spce 
32241 \end_layout
32242
32243 \end_inset
32244
32245 CO2
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 spce 
32254 \end_layout
32255
32256 \end_inset
32257
32258 +
32259 \begin_inset ERT
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264
32265 \backslash
32266 spce 
32267 \end_layout
32268
32269 \end_inset
32270
32271 C
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 spce 
32280 \end_layout
32281
32282 \end_inset
32283
32284 ->[
32285 \backslash
32286 alpha][
32287 \backslash
32288 beta]
32289 \begin_inset ERT
32290 status collapsed
32291
32292 \begin_layout Plain Layout
32293
32294
32295 \backslash
32296 spce 
32297 \end_layout
32298
32299 \end_inset
32300
32301 2CO}
32302 \end_layout
32303
32304 \end_inset
32305 </cell>
32306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32307 \begin_inset Text
32308
32309 \begin_layout Plain Layout
32310 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \end_inset
32317 </cell>
32318 </row>
32319 </lyxtabular>
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 \begin_inset Note Greyedout
32328 status open
32329
32330 \begin_layout Plain Layout
32331
32332 \series bold
32333 Note:
32334 \series default
32335  Inserting a formula to a 
32336 \series bold
32337
32338 \backslash
32339 ce
32340 \series default
32341  box will lead to LaTeX errors.
32342  In this case TeX code has to be used like for 
32343 \series bold
32344
32345 \backslash
32346 ce{$
32347 \backslash
32348 mu
32349 \backslash
32350 hyphen$Cl}
32351 \series default
32352
32353 \begin_inset ERT
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357
32358
32359 \backslash
32360 ce{$
32361 \backslash
32362 mu
32363 \backslash
32364 hyphen$Cl}
32365 \end_layout
32366
32367 \end_inset
32368
32369  
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 Using 
32379 \series bold
32380
32381 \backslash
32382 ce
32383 \series default
32384  the command for equation
32385 \begin_inset space ~
32386 \end_inset
32387
32388
32389 \begin_inset CommandInset ref
32390 LatexCommand eqref
32391 reference "eq:chem-reaction"
32392
32393 \end_inset
32394
32395  is:
32396 \begin_inset Newline newline
32397 \end_inset
32398
32399
32400 \series bold
32401  
32402 \backslash
32403 ce
32404 \begin_inset ERT
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408
32409
32410 \backslash
32411 spce 
32412 \end_layout
32413
32414 \end_inset
32415
32416 2Na+
32417 \begin_inset ERT
32418 status collapsed
32419
32420 \begin_layout Plain Layout
32421
32422
32423 \backslash
32424 spce 
32425 \end_layout
32426
32427 \end_inset
32428
32429 +
32430 \begin_inset ERT
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434
32435
32436 \backslash
32437 spce 
32438 \end_layout
32439
32440 \end_inset
32441
32442 SO4^2-
32443 \begin_inset ERT
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447
32448
32449 \backslash
32450 spce 
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \begin_inset ERT
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460
32461
32462 \backslash
32463 spce 
32464 \end_layout
32465
32466 \end_inset
32467
32468 ->
32469 \begin_inset ERT
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473
32474
32475 \backslash
32476 spce 
32477 \end_layout
32478
32479 \end_inset
32480
32481 Na2SO4
32482 \end_layout
32483
32484 \begin_layout Standard
32485 To create multiline chemical equations first a multiline formula is created
32486  as described in 
32487 \begin_inset CommandInset ref
32488 LatexCommand ref
32489 reference "sec:Multiline-Formulas"
32490
32491 \end_inset
32492
32493 .
32494  Afterwards the command 
32495 \series bold
32496
32497 \backslash
32498 ce
32499 \series default
32500  is used in every small blue box of the formula.
32501  
32502 \begin_inset CommandInset ref
32503 LatexCommand eqref
32504 reference "eq:TEOS-reaction-1"
32505
32506 \end_inset
32507
32508  and 
32509 \begin_inset CommandInset ref
32510 LatexCommand eqref
32511 reference "eq:TEOS-reaction-2"
32512
32513 \end_inset
32514
32515  are an example of a multi-stage chemical reaction where every equation
32516  has its own number.
32517 \begin_inset Formula 
32518 \begin{eqnarray}
32519 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32520 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32521 \end{eqnarray}
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529 Besides 
32530 \series bold
32531
32532 \backslash
32533 ce
32534 \series default
32535  the 
32536 \series bold
32537 mhchem
32538 \series default
32539  package provides the command 
32540 \series bold
32541
32542 \backslash
32543 cf
32544 \series default
32545
32546 \begin_inset Index idx
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550 Commands ! C ! 
32551 \backslash
32552 cf
32553 \end_layout
32554
32555 \end_inset
32556
32557  that has to be used for special cases.
32558  For more information about 
32559 \series bold
32560
32561 \backslash
32562 cf
32563 \series default
32564  and more examples have a look at the documentation of 
32565 \series bold
32566 mhchem
32567 \series default
32568
32569 \begin_inset CommandInset citation
32570 LatexCommand cite
32571 key "mhchem"
32572
32573 \end_inset
32574
32575 .
32576 \end_layout
32577
32578 \begin_layout Section
32579 Diagrams
32580 \end_layout
32581
32582 \begin_layout Standard
32583 LyX supports two types of commutative diagrams: 
32584 \series bold
32585 amscd
32586 \series default
32587  and 
32588 \series bold
32589 xymatrix
32590 \series default
32591  that are explained in the following.
32592 \end_layout
32593
32594 \begin_layout Subsection
32595 Amscd Diagrams
32596 \begin_inset Index idx
32597 status collapsed
32598
32599 \begin_layout Plain Layout
32600 Diagrams ! amscd
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Standard
32609 Diagrams of this type visualize relations by vertical and horizontal lines
32610  or arrows:
32611 \begin_inset Formula 
32612 \[
32613 \begin{CD}A@>>>B@>>>C\\
32614 @AAA@.@VVV\\
32615 F@<<<E@<<<D
32616 \end{CD}
32617 \]
32618
32619 \end_inset
32620
32621
32622 \end_layout
32623
32624 \begin_layout Standard
32625 To get them, the command 
32626 \series bold
32627
32628 \backslash
32629 CD
32630 \begin_inset Index idx
32631 status collapsed
32632
32633 \begin_layout Plain Layout
32634 Commands ! C ! 
32635 \backslash
32636 CD
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \series default
32643  is inserted to a formula.
32644  A blue box appears with two dashed lines where further commands can be
32645  inserted.
32646  With 
32647 \begin_inset Info
32648 type  "shortcut"
32649 arg   "newline-insert newline"
32650 \end_inset
32651
32652  a new line is created.
32653  Horizontal relations are inserted in odd, vertical in even formula lines.
32654 \end_layout
32655
32656 \begin_layout Standard
32657 To create the relations there are the following commands:
32658 \end_layout
32659
32660 \begin_layout Itemize
32661
32662 \series bold
32663 @<<<
32664 \series default
32665  creates a left arrow, 
32666 \series bold
32667 @>>>
32668 \series default
32669  a right arrow and 
32670 \series bold
32671 @=
32672 \series default
32673  a long equal sign
32674 \end_layout
32675
32676 \begin_layout Itemize
32677
32678 \series bold
32679 @AAA
32680 \series default
32681  creates an up arrow, 
32682 \series bold
32683 @VVV
32684 \series default
32685  an down arrow and 
32686 \series bold
32687 @|
32688 \series default
32689  a vertical equal sign
32690 \end_layout
32691
32692 \begin_layout Itemize
32693
32694 \series bold
32695 @.
32696
32697 \series default
32698  is a placeholder for non-existent relations
32699 \end_layout
32700
32701 \begin_layout Standard
32702 All arrows can be labeled as follows:
32703 \end_layout
32704
32705 \begin_layout Itemize
32706 Is text inserted between the first and second < or >, resp., it is placed
32707  above the arrow.
32708  When it is inserted between the second and third one, it appears under
32709  the arrow.
32710 \end_layout
32711
32712 \begin_layout Itemize
32713 When text for vertical arrows is inserted between the first and second A
32714  or V, resp., it is placed left beside the arrow.
32715  When it is inserted between the second and third one, it appears right
32716  beside the arrow.
32717  If the text contains an A or V, these letters must be set into a TeX-brace.
32718 \end_layout
32719
32720 \begin_layout Standard
32721 As example a diagram with all possible relations:
32722 \end_layout
32723
32724 \begin_layout Standard
32725 \begin_inset Formula 
32726 \[
32727 \begin{CD}A@>j>>B@>>k>C@=F\\
32728 @AmAA@.@VV{V}V@|\\
32729 D@<<j<E@>k>>F@=C
32730 \end{CD}
32731 \]
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 The command for this is:
32740 \begin_inset Newline newline
32741 \end_inset
32742
32743
32744 \series bold
32745
32746 \backslash
32747 CD
32748 \begin_inset ERT
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752
32753
32754 \backslash
32755 spce 
32756 \end_layout
32757
32758 \end_inset
32759
32760 A@>j>>B@>>k>C@=F Ctrl+Return
32761 \begin_inset Newline newline
32762 \end_inset
32763
32764
32765 \begin_inset Phantom HPhantom
32766 status open
32767
32768 \begin_layout Plain Layout
32769
32770 \series bold
32771
32772 \backslash
32773 CD
32774 \begin_inset ERT
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778
32779
32780 \backslash
32781 spce 
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \end_inset
32790
32791 @AmAA@.@VV
32792 \backslash
32793 {V
32794 \series default
32795
32796 \begin_inset Formula $\to$
32797 \end_inset
32798
32799
32800 \series bold
32801 V@| Ctrl+Return
32802 \begin_inset Newline newline
32803 \end_inset
32804
32805
32806 \begin_inset Phantom HPhantom
32807 status open
32808
32809 \begin_layout Plain Layout
32810
32811 \series bold
32812
32813 \backslash
32814 CD
32815 \begin_inset ERT
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819
32820
32821 \backslash
32822 spce 
32823 \end_layout
32824
32825 \end_inset
32826
32827
32828 \end_layout
32829
32830 \end_inset
32831
32832 D@<<j<E@>k>>F@=C
32833 \end_layout
32834
32835 \begin_layout Subsection
32836 Xymatrix Diagrams
32837 \begin_inset Index idx
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841 Diagrams ! xymatrix
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Standard
32850 To be able to use xymatrices, the LaTeX-package 
32851 \series bold
32852 xypic
32853 \series default
32854  must be installed.
32855  A xymatrix is created by inserting the command 
32856 \series bold
32857
32858 \backslash
32859 xymatrix
32860 \series default
32861  in a formula.
32862  Then you are able to add new matrix columns and rows like for normal matrices,
32863  see 
32864 \begin_inset CommandInset ref
32865 LatexCommand ref
32866 reference "sec:Matrices"
32867
32868 \end_inset
32869
32870 .
32871 \end_layout
32872
32873 \begin_layout Standard
32874 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32875  and much more.
32876  All possibilities to create commutative diagrams and decorations are explained
32877  in detail in the 
32878 \emph on
32879 XY-pic manual
32880 \emph default
32881  that you find in the menu 
32882 \family sans
32883 Help\SpecialChar \menuseparator
32884 Specific
32885 \begin_inset space ~
32886 \end_inset
32887
32888 Manuals
32889 \family default
32890 .
32891 \end_layout
32892
32893 \begin_layout Subsection
32894
32895 \noun on
32896 Feynman
32897 \noun default
32898  Diagrams
32899 \begin_inset Index idx
32900 status collapsed
32901
32902 \begin_layout Plain Layout
32903 Diagrams ! Feynman
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 To be able to use 
32913 \noun on
32914 Feynman
32915 \noun default
32916 -diagrams, the LaTeX-package 
32917 \series bold
32918 feyn
32919 \series default
32920  must be installed.
32921  A 
32922 \noun on
32923 Feynman
32924 \noun default
32925 -diagram is created by inserting the command 
32926 \series bold
32927
32928 \backslash
32929 Diagram
32930 \series default
32931  in a formula.
32932  Then you are able to add new matrix columns and rows like for normal matrices,
32933  see 
32934 \begin_inset CommandInset ref
32935 LatexCommand ref
32936 reference "sec:Matrices"
32937
32938 \end_inset
32939
32940 .
32941 \end_layout
32942
32943 \begin_layout Standard
32944 Examples how to create 
32945 \noun on
32946 Feynman-
32947 \noun default
32948 diagrams in LyX is given in the 
32949 \emph on
32950 Feynman-diagram manual
32951 \emph default
32952  that you find in the menu 
32953 \family sans
32954 Help\SpecialChar \menuseparator
32955 Specific
32956 \begin_inset space ~
32957 \end_inset
32958
32959 Manuals
32960 \family default
32961 .
32962 \end_layout
32963
32964 \begin_layout Section
32965 User-defined Commands
32966 \begin_inset Index idx
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970 User-defined commands
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Standard
32979 \begin_inset Note Greyedout
32980 status open
32981
32982 \begin_layout Plain Layout
32983
32984 \series bold
32985 Note:
32986 \series default
32987  The names of user-defined commands and macros may only consist of Latin
32988  letters.
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Subsection
32997 The Command 
32998 \backslash
32999 newcommand
33000 \begin_inset CommandInset label
33001 LatexCommand label
33002 name "sub:The-Command-newcommand"
33003
33004 \end_inset
33005
33006
33007 \begin_inset Index idx
33008 status collapsed
33009
33010 \begin_layout Plain Layout
33011 User-defined commands ! 
33012 \backslash
33013 newcommand
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \begin_inset Index idx
33020 status collapsed
33021
33022 \begin_layout Plain Layout
33023 Commands ! N ! 
33024 \backslash
33025 newcommand
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 Many LaTeX-commands are too long to be used frequently.
33035  But it is possible to define with the command 
33036 \series bold
33037
33038 \backslash
33039 newcommand
33040 \series default
33041  new shorter commands.
33042 \end_layout
33043
33044 \begin_layout Standard
33045 The command scheme of 
33046 \series bold
33047
33048 \backslash
33049 newcommand
33050 \series default
33051  is:
33052 \end_layout
33053
33054 \begin_layout Standard
33055
33056 \series bold
33057
33058 \backslash
33059 newcommand{new command name}[number of arguments][optional
33060 \series default
33061  
33062 \series bold
33063 value]
33064 \begin_inset Newline newline
33065 \end_inset
33066
33067
33068 \begin_inset Phantom HPhantom
33069 status open
33070
33071 \begin_layout Plain Layout
33072
33073 \series bold
33074
33075 \backslash
33076 newcommand
33077 \end_layout
33078
33079 \end_inset
33080
33081 {command definition}
33082 \end_layout
33083
33084 \begin_layout Standard
33085 \begin_inset Note Greyedout
33086 status open
33087
33088 \begin_layout Plain Layout
33089
33090 \series bold
33091 Note:
33092 \series default
33093  Assure that the name of the new command is not already used in your document
33094  or by LaTeX-packages that you use.
33095  When you for example define the command 
33096 \series bold
33097
33098 \backslash
33099 le
33100 \series default
33101  for 
33102 \series bold
33103
33104 \backslash
33105 Leftarrow
33106 \series default
33107 , you get an error message because 
33108 \series bold
33109
33110 \backslash
33111 le
33112 \series default
33113  is already defined as command for 
33114 \begin_inset Quotes eld
33115 \end_inset
33116
33117
33118 \begin_inset Formula $\le$
33119 \end_inset
33120
33121
33122 \begin_inset Quotes erd
33123 \end_inset
33124
33125 .
33126 \end_layout
33127
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Standard
33134 The number of arguments is an integer in the range 0
33135 \begin_inset space \thinspace{}
33136 \end_inset
33137
33138 -
33139 \begin_inset space \thinspace{}
33140 \end_inset
33141
33142 9 and specifies how many arguments the new command should have.
33143  With the optional value a value for an optional argument can be predefined.
33144  When this is done, the 
33145 \emph on
33146 first
33147 \emph default
33148  
33149 \emph on
33150 a
33151 \emph default
33152 rgument of the new command is automatically an optional one.
33153 \end_layout
33154
33155 \begin_layout Standard
33156 Here are some examples:
33157 \end_layout
33158
33159 \begin_layout Itemize
33160 To define the command 
33161 \series bold
33162
33163 \backslash
33164 gr
33165 \series default
33166  for 
33167 \series bold
33168
33169 \backslash
33170 Longrightarrow
33171 \series default
33172 , the LaTeX-preamble line is:
33173 \begin_inset VSpace medskip
33174 \end_inset
33175
33176
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180
33181 \series bold
33182
33183 \backslash
33184 newcommand{
33185 \backslash
33186 gr}{
33187 \backslash
33188 Longrightarrow}
33189 \end_layout
33190
33191 \begin_layout Itemize
33192 To define the command 
33193 \series bold
33194
33195 \backslash
33196 us
33197 \series default
33198  for 
33199 \series bold
33200
33201 \backslash
33202 underline
33203 \series default
33204 , the argument (that should be underlined) must be taken into account.
33205  For this the preamble line is:
33206 \begin_inset VSpace medskip
33207 \end_inset
33208
33209
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213
33214 \series bold
33215
33216 \backslash
33217 newcommand{
33218 \backslash
33219 us}[1]{
33220 \backslash
33221 underline{#1}}
33222 \series default
33223
33224 \begin_inset VSpace medskip
33225 \end_inset
33226
33227
33228 \begin_inset Newline newline
33229 \end_inset
33230
33231 The character 
33232 \series bold
33233 #
33234 \series default
33235  acts as argument placeholder, the 
33236 \series bold
33237 1
33238 \series default
33239  behind it denotes that it is the placeholder for the first argument.
33240 \end_layout
33241
33242 \begin_layout Itemize
33243 For 
33244 \series bold
33245
33246 \backslash
33247 framebox
33248 \series default
33249  one can e.
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 g.
33254 \begin_inset space \space{}
33255 \end_inset
33256
33257 define the command 
33258 \series bold
33259
33260 \backslash
33261 fb
33262 \series default
33263 :
33264 \begin_inset VSpace medskip
33265 \end_inset
33266
33267
33268 \begin_inset Newline newline
33269 \end_inset
33270
33271
33272 \series bold
33273
33274 \backslash
33275 newcommand{
33276 \backslash
33277 fb}[3]{
33278 \backslash
33279 framebox#1#2{$#3$}}
33280 \series default
33281
33282 \begin_inset VSpace medskip
33283 \end_inset
33284
33285
33286 \begin_inset Newline newline
33287 \end_inset
33288
33289 The two Dollar signs creates the extra formula needed for 
33290 \series bold
33291
33292 \backslash
33293 framebox
33294 \series default
33295 , see 
33296 \begin_inset CommandInset ref
33297 LatexCommand ref
33298 reference "sub:Boxes-with-Frame"
33299
33300 \end_inset
33301
33302 .
33303 \end_layout
33304
33305 \begin_layout Itemize
33306 To create a new command for 
33307 \series bold
33308
33309 \backslash
33310 fcolorbox
33311 \series default
33312  where the color for the box needn't to be specified, the argument for the
33313  color is defined optional:
33314 \begin_inset VSpace medskip
33315 \end_inset
33316
33317
33318 \begin_inset Newline newline
33319 \end_inset
33320
33321
33322 \series bold
33323
33324 \backslash
33325 newcommand{
33326 \backslash
33327 cb}[3][white]{
33328 \backslash
33329 fcolorbox{#2}{#1}{$#3$}}
33330 \series default
33331
33332 \begin_inset VSpace medskip
33333 \end_inset
33334
33335
33336 \begin_inset Newline newline
33337 \end_inset
33338
33339 When the color is not specified when using 
33340 \series bold
33341
33342 \backslash
33343 cb
33344 \series default
33345 , the predefined color 
33346 \series bold
33347 white
33348 \series default
33349  will be used.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 A test of the new defined commands:
33354 \end_layout
33355
33356 \begin_layout Standard
33357 \align center
33358 \begin_inset Tabular
33359 <lyxtabular version="3" rows="6" columns="2">
33360 <features tabularvalignment="middle">
33361 <column alignment="center" valignment="top" width="0">
33362 <column alignment="center" valignment="top" width="0">
33363 <row>
33364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 Command
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 Result
33378 \begin_inset Note Note
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382
33383 \series bold
33384
33385 \backslash
33386 raisebox
33387 \series default
33388  is only used as spacer.
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 </row>
33399 <row>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 A
33405 \backslash
33406 gr
33407 \begin_inset ERT
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411
33412
33413 \backslash
33414 spce 
33415 \end_layout
33416
33417 \end_inset
33418
33419 B
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428 \begin_inset Formula $A\gr B$
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \end_inset
33435 </cell>
33436 </row>
33437 <row>
33438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33439 \begin_inset Text
33440
33441 \begin_layout Plain Layout
33442
33443 \backslash
33444 us{ABcd
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33454 \end_inset
33455
33456
33457 \end_layout
33458
33459 \end_inset
33460 </cell>
33461 </row>
33462 <row>
33463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467
33468 \backslash
33469 fb{[2cm]
33470 \begin_inset Formula $\to$
33471 \end_inset
33472
33473
33474 \backslash
33475 {
33476 \begin_inset Formula $\to$
33477 \end_inset
33478
33479
33480 \backslash
33481 {
33482 \backslash
33483 int
33484 \begin_inset ERT
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488
33489
33490 \backslash
33491 spce 
33492 \end_layout
33493
33494 \end_inset
33495
33496 A=B
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519
33520 \backslash
33521 cb{red
33522 \begin_inset Formula $\to$
33523 \end_inset
33524
33525
33526 \backslash
33527 {
33528 \backslash
33529 int
33530 \begin_inset ERT
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534
33535
33536 \backslash
33537 spce 
33538 \end_layout
33539
33540 \end_inset
33541
33542 A=B
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 </row>
33560 <row>
33561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Plain Layout
33565
33566 \backslash
33567 cb[green]
33568 \backslash
33569 {red
33570 \begin_inset Formula $\to$
33571 \end_inset
33572
33573
33574 \backslash
33575 {
33576 \backslash
33577 int
33578 \begin_inset ERT
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582
33583
33584 \backslash
33585 spce 
33586 \end_layout
33587
33588 \end_inset
33589
33590 A=B
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \end_inset
33606 </cell>
33607 </row>
33608 </lyxtabular>
33609
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \begin_layout Subsection
33616 Math Macros
33617 \begin_inset Index idx
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621 User-defined commands! Math macros
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \begin_inset Index idx
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 Macros
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \end_layout
33638
33639 \begin_layout Standard
33640 User-defined commands are especially convenient for complex expressions.
33641  When you are for example dealing in a document with quadratic equations,
33642  the same solution type occurs several times.
33643  The general form of a quadratic equation is
33644 \begin_inset Formula 
33645 \[
33646 0=\lambda^{2}+p\lambda+q
33647 \]
33648
33649 \end_inset
33650
33651 The general form of the solution is
33652 \begin_inset Formula 
33653 \[
33654 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33655 \]
33656
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 To define a command for the solution formula where only the three parameters
33664  
33665 \begin_inset Formula $\lambda$
33666 \end_inset
33667
33668
33669 \begin_inset Formula $p$
33670 \end_inset
33671
33672  and 
33673 \begin_inset Formula $q$
33674 \end_inset
33675
33676  need to be specified and the index of 
33677 \begin_inset Formula $\lambda$
33678 \end_inset
33679
33680  can be given optionally, the LaTeX-preamble line is
33681 \begin_inset Newline newline
33682 \end_inset
33683
33684
33685 \series bold
33686
33687 \backslash
33688 newcommand{
33689 \backslash
33690 qG}[4][1,
33691 \backslash
33692 ,2]{#2_{#1}=-
33693 \backslash
33694 frac{#3}{2}
33695 \backslash
33696 pm
33697 \begin_inset Newline newline
33698 \end_inset
33699
33700
33701 \begin_inset Phantom HPhantom
33702 status open
33703
33704 \begin_layout Plain Layout
33705
33706 \series bold
33707
33708 \backslash
33709 newcommand
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \backslash
33716 sqrt{
33717 \backslash
33718 frac{#3^{2}}{4}-#4}}
33719 \end_layout
33720
33721 \begin_layout Standard
33722 To create with this the solution formula, the command
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \series bold
33728
33729 \backslash
33730 qG{
33731 \backslash
33732 lambda
33733 \begin_inset Formula $\to$
33734 \end_inset
33735
33736
33737 \backslash
33738 {p
33739 \begin_inset Formula $\to$
33740 \end_inset
33741
33742
33743 \backslash
33744 {q
33745 \series default
33746  is inserted to a formula
33747 \series bold
33748 .
33749 \end_layout
33750
33751 \begin_layout Standard
33752 The definition of the new command is unintuitive because one has to know
33753  the schemes of all used LaTeX commands, e.
33754 \begin_inset space \thinspace{}
33755 \end_inset
33756
33757 g.
33758 \begin_inset space \space{}
33759 \end_inset
33760
33761 that a fraction is inserted in LaTeX as 
33762 \series bold
33763
33764 \backslash
33765 frac{numerator}{denominator}
33766 \series default
33767 .
33768  Furthermore one can easily forget a brace in the definition and cannot
33769  see in LyX what the new command is doing.
33770  To avoid these problems LyX offers the possibility to use math macros instead
33771  of the command 
33772 \series bold
33773
33774 \backslash
33775 newcommand
33776 \series default
33777 .
33778 \end_layout
33779
33780 \begin_layout Standard
33781 A math macro is created by using the menu 
33782 \family sans
33783 Insert\SpecialChar \menuseparator
33784 Math\SpecialChar \menuseparator
33785 Macro
33786 \family default
33787  or the toolbar button 
33788 \begin_inset Graphics
33789         filename ../images/math-macro_newmacroname_newcommand.png
33790         scale 85
33791
33792 \end_inset
33793
33794 .
33795  The math macro toolbar appears together with the following box where the
33796  macro is defined:
33797 \begin_inset Newline newline
33798 \end_inset
33799
33800
33801 \begin_inset space \hspace*{\fill}
33802 \end_inset
33803
33804
33805 \begin_inset Graphics
33806         filename clipart/macrobox.png
33807
33808 \end_inset
33809
33810
33811 \begin_inset space \hspace*{\fill}
33812 \end_inset
33813
33814
33815 \begin_inset Newline newline
33816 \end_inset
33817
33818
33819 \begin_inset FormulaMacro
33820 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33821 \end_inset
33822
33823
33824 \backslash
33825 newmacroname is the default name of the macro that should be changed to
33826  something sensible.
33827  The wanted formula is inserted in the first blue box.
33828  An argument placeholder is inserted with the command 
33829 \series bold
33830
33831 \backslash
33832 #argumentnumber
33833 \series default
33834 , e.
33835 \begin_inset space \thinspace{}
33836 \end_inset
33837
33838 g
33839 \begin_inset space \space{}
33840 \end_inset
33841
33842
33843 \series bold
33844
33845 \backslash
33846 #1
33847 \series default
33848  or by using the macro toolbar button 
33849 \begin_inset Graphics
33850         filename ../images/math-macro-add-param.png
33851         scale 85
33852
33853 \end_inset
33854
33855 .
33856  Argument placeholders are displayed red.
33857  Maximum 9 arguments are possible.
33858  Optional arguments are created with the toolbar button 
33859 \begin_inset Graphics
33860         filename ../images/math-macro-add-optional-param.png
33861         scale 85
33862
33863 \end_inset
33864
33865 .
33866  The first non-optional argument can be transformed to an optional one with
33867  the toolbar button 
33868 \begin_inset Graphics
33869         filename ../images/math-macro-make-optional.png
33870         scale 85
33871
33872 \end_inset
33873
33874 .
33875  In the second blue box the appearance of the macro in LyX can be defined.
33876  Normally you want to see it as it is defined, so the box is kept empty.
33877  But when you have created a macro that needs lot of space on the screen,
33878  you can insert in the box for example
33879 \begin_inset Newline newline
33880 \end_inset
33881
33882
33883 \series bold
33884 qG: 
33885 \backslash
33886 #1
33887 \series default
33888  
33889 \series bold
33890 ,
33891 \series default
33892  
33893 \series bold
33894
33895 \backslash
33896 #2
33897 \series default
33898  
33899 \series bold
33900 ,
33901 \series default
33902  
33903 \series bold
33904
33905 \backslash
33906 #3, 
33907 \backslash
33908 #4
33909 \begin_inset Newline newline
33910 \end_inset
33911
33912
33913 \series default
33914 For the macro only the arguments with the macro name in front of them will
33915  then be displayed in LyX, leading to a better overview.
33916  The formula appears in the output as defined in the first box.
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920 The appearance of macros in formulas can furthermore be changed for single
33921  macros by setting the cursor in the macro and using the menu 
33922 \family sans
33923 View\SpecialChar \menuseparator
33924 (Un)fold
33925 \begin_inset space ~
33926 \end_inset
33927
33928 Math
33929 \begin_inset space ~
33930 \end_inset
33931
33932 Macro
33933 \family default
33934 .
33935 \end_layout
33936
33937 \begin_layout Standard
33938 To use a macro, the macro name is inserted as command to a formula, in our
33939  case 
33940 \series bold
33941
33942 \backslash
33943 qG
33944 \series default
33945 .
33946  Our macro looks in LyX like this:
33947 \begin_inset Newline newline
33948 \end_inset
33949
33950
33951 \begin_inset space \hspace*{\fill}
33952 \end_inset
33953
33954
33955 \begin_inset Graphics
33956         filename clipart/macrouse.png
33957
33958 \end_inset
33959
33960
33961 \begin_inset space \hspace*{\fill}
33962 \end_inset
33963
33964
33965 \begin_inset Newline newline
33966 \end_inset
33967
33968 Here is our macro example with the arguments 
33969 \begin_inset Formula $x$
33970 \end_inset
33971
33972
33973 \begin_inset Formula $\ln(x)$
33974 \end_inset
33975
33976  and 
33977 \begin_inset Formula $B$
33978 \end_inset
33979
33980 :
33981 \end_layout
33982
33983 \begin_layout Standard
33984 \begin_inset Formula 
33985 \[
33986 \qG x{\ln(x)}B
33987 \]
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \begin_layout Standard
33995 LyX offers in the menu 
33996 \family sans
33997 Tools\SpecialChar \menuseparator
33998 Preferences\SpecialChar \menuseparator
33999 Editing\SpecialChar \menuseparator
34000 Control
34001 \family default
34002  different styles to edit macros.
34003  To find the style that suits you the most, choose a style and set the cursor
34004  in a macro formula to see the difference.
34005 \end_layout
34006
34007 \begin_layout Standard
34008 A math macro is transformed internally to a 
34009 \series bold
34010
34011 \backslash
34012 newcommand
34013 \series default
34014  command when exporting the document.
34015  The created 
34016 \series bold
34017
34018 \backslash
34019 newcommand
34020 \series default
34021  command is not placed in the LaTeX-preamble, therefore macros can only
34022  be used in formulas that are in the document below the macro definition
34023  box.
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Math macros can also be directly be created from a 
34028 \series bold
34029
34030 \backslash
34031 newcommand
34032 \series default
34033  command.
34034  When writing for example the command
34035 \series bold
34036
34037 \begin_inset Newline newline
34038 \end_inset
34039
34040
34041 \backslash
34042 newcommand{
34043 \backslash
34044 larrow}[2]{
34045 \backslash
34046 xleftarrow[#2]{#1}}
34047 \begin_inset Newline newline
34048 \end_inset
34049
34050
34051 \series default
34052 in LyX as normal text, highlighting it completely and using then the shortcut
34053  
34054 \family sans
34055 Ctrl+M
34056 \family default
34057 , the command will be transformed to a math macro.
34058  Using this method you need to be careful that the 
34059 \series bold
34060
34061 \backslash
34062 newcommand
34063 \series default
34064  command is typed correctly, otherwise you get a faulty macro leading to
34065  LaTeX errors.
34066 \end_layout
34067
34068 \begin_layout Standard
34069 Math macros currently yet have the problem that further formulas in macro
34070  definitions are handled wrongly.
34071  Therefore the example 
34072 \series bold
34073
34074 \backslash
34075 fb
34076 \series default
34077  from 
34078 \begin_inset CommandInset ref
34079 LatexCommand ref
34080 reference "sub:The-Command-newcommand"
34081
34082 \end_inset
34083
34084  cannot be created as macro.
34085 \end_layout
34086
34087 \begin_layout Standard
34088 When the cursor is in a macro definition box, you will see the macro toolbar
34089  in LyX:
34090 \end_layout
34091
34092 \begin_layout Standard
34093 \begin_inset VSpace defskip
34094 \end_inset
34095
34096
34097 \end_layout
34098
34099 \begin_layout Standard
34100 \begin_inset Graphics
34101         filename clipart/MacroToolbar.png
34102
34103 \end_inset
34104
34105
34106 \begin_inset Index idx
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110 Macros ! Toolbar
34111 \end_layout
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \begin_layout Standard
34119 \begin_inset VSpace defskip
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 The macro toolbar contains from left to right the following buttons:
34127 \end_layout
34128
34129 \begin_layout Standard
34130 \begin_inset VSpace defskip
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \begin_layout Standard
34137 \begin_inset Tabular
34138 <lyxtabular version="3" rows="9" columns="2">
34139 <features islongtable="true" longtabularalignment="center">
34140 <column alignment="left" valignment="top" width="0">
34141 <column alignment="left" valignment="top" width="85col%">
34142 <row interlinespace="2.5mm">
34143 <cell alignment="center" valignment="top" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 \begin_inset Graphics
34148         filename ../images/math-macro-remove-param.png
34149         rotateOrigin center
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 <cell alignment="center" valignment="top" usebox="none">
34159 \begin_inset Text
34160
34161 \begin_layout Plain Layout
34162
34163 \family sans
34164 Edit\SpecialChar \menuseparator
34165 Math\SpecialChar \menuseparator
34166 Macro
34167 \begin_inset space ~
34168 \end_inset
34169
34170 Definition\SpecialChar \menuseparator
34171 Remove Last Argument
34172 \end_layout
34173
34174 \end_inset
34175 </cell>
34176 </row>
34177 <row interlinespace="2.5mm">
34178 <cell alignment="center" valignment="top" usebox="none">
34179 \begin_inset Text
34180
34181 \begin_layout Plain Layout
34182 \begin_inset Graphics
34183         filename ../images/math-macro-add-param.png
34184         rotateOrigin center
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \end_inset
34192 </cell>
34193 <cell alignment="center" valignment="top" usebox="none">
34194 \begin_inset Text
34195
34196 \begin_layout Plain Layout
34197
34198 \family sans
34199 Edit\SpecialChar \menuseparator
34200 Math\SpecialChar \menuseparator
34201 Macro
34202 \begin_inset space ~
34203 \end_inset
34204
34205 Definition\SpecialChar \menuseparator
34206 Append Argument
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 </row>
34212 <row interlinespace="2.5mm">
34213 <cell alignment="center" valignment="top" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217 \begin_inset Graphics
34218         filename ../images/math-macro-make-optional.png
34219         rotateOrigin center
34220
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \end_inset
34227 </cell>
34228 <cell alignment="center" valignment="top" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232
34233 \family sans
34234 Edit\SpecialChar \menuseparator
34235 Math\SpecialChar \menuseparator
34236 Macro
34237 \begin_inset space ~
34238 \end_inset
34239
34240 Definition\SpecialChar \menuseparator
34241 Make First Non-Optional into
34242 \begin_inset Newline newline
34243 \end_inset
34244
34245
34246 \begin_inset Phantom HPhantom
34247 status open
34248
34249 \begin_layout Plain Layout
34250
34251 \family sans
34252 Edit\SpecialChar \menuseparator
34253 Math\SpecialChar \menuseparator
34254 Macro
34255 \begin_inset space ~
34256 \end_inset
34257
34258 Definition\SpecialChar \menuseparator
34259
34260 \end_layout
34261
34262 \end_inset
34263
34264 Optional Argument
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 </row>
34270 <row interlinespace="2.5mm">
34271 <cell alignment="center" valignment="top" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275 \begin_inset Graphics
34276         filename ../images/math-macro-make-nonoptional.png
34277         rotateOrigin center
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 <cell alignment="center" valignment="top" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290
34291 \family sans
34292 Edit\SpecialChar \menuseparator
34293 Math\SpecialChar \menuseparator
34294 Macro
34295 \begin_inset space ~
34296 \end_inset
34297
34298 Definition\SpecialChar \menuseparator
34299 Make Last Optional into
34300 \begin_inset Newline newline
34301 \end_inset
34302
34303
34304 \begin_inset Phantom HPhantom
34305 status open
34306
34307 \begin_layout Plain Layout
34308
34309 \family sans
34310 Edit\SpecialChar \menuseparator
34311 Math\SpecialChar \menuseparator
34312 Macro
34313 \begin_inset space ~
34314 \end_inset
34315
34316 Definition\SpecialChar \menuseparator
34317
34318 \end_layout
34319
34320 \end_inset
34321
34322 Non-Optional Argument
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 </row>
34328 <row interlinespace="2.5mm">
34329 <cell alignment="center" valignment="top" usebox="none">
34330 \begin_inset Text
34331
34332 \begin_layout Plain Layout
34333 \begin_inset Graphics
34334         filename ../images/math-macro-remove-optional-param.png
34335         rotateOrigin center
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \end_inset
34343 </cell>
34344 <cell alignment="center" valignment="top" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Plain Layout
34348
34349 \family sans
34350 Edit\SpecialChar \menuseparator
34351 Math\SpecialChar \menuseparator
34352 Macro
34353 \begin_inset space ~
34354 \end_inset
34355
34356 Definition\SpecialChar \menuseparator
34357 Remove Optional Argument
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 </row>
34363 <row interlinespace="2.5mm">
34364 <cell alignment="center" valignment="top" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368 \begin_inset Graphics
34369         filename ../images/math-macro-add-optional-param.png
34370         rotateOrigin center
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383
34384 \family sans
34385 Edit\SpecialChar \menuseparator
34386 Math\SpecialChar \menuseparator
34387 Macro
34388 \begin_inset space ~
34389 \end_inset
34390
34391 Definition\SpecialChar \menuseparator
34392 Insert Optional Argument
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 </row>
34398 <row interlinespace="2.5mm">
34399 <cell alignment="center" valignment="top" usebox="none">
34400 \begin_inset Text
34401
34402 \begin_layout Plain Layout
34403 \begin_inset Graphics
34404         filename ../images/math-macro-remove-greedy-param.png
34405         rotateOrigin center
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 <cell alignment="center" valignment="top" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418
34419 \family sans
34420 Edit\SpecialChar \menuseparator
34421 Math\SpecialChar \menuseparator
34422 Macro
34423 \begin_inset space ~
34424 \end_inset
34425
34426 Definition\SpecialChar \menuseparator
34427 Remove Last Argument
34428 \begin_inset Newline newline
34429 \end_inset
34430
34431
34432 \begin_inset Phantom HPhantom
34433 status open
34434
34435 \begin_layout Plain Layout
34436
34437 \family sans
34438 Edit\SpecialChar \menuseparator
34439 Math\SpecialChar \menuseparator
34440 Macro
34441 \begin_inset space ~
34442 \end_inset
34443
34444 Definition\SpecialChar \menuseparator
34445
34446 \end_layout
34447
34448 \end_inset
34449
34450 Spitting Out To The Right
34451 \end_layout
34452
34453 \end_inset
34454 </cell>
34455 </row>
34456 <row interlinespace="2.5mm">
34457 <cell alignment="center" valignment="top" usebox="none">
34458 \begin_inset Text
34459
34460 \begin_layout Plain Layout
34461 \begin_inset Graphics
34462         filename ../images/math-macro-append-greedy-param.png
34463         rotateOrigin center
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476
34477 \family sans
34478 Edit\SpecialChar \menuseparator
34479 Math\SpecialChar \menuseparator
34480 Macro
34481 \begin_inset space ~
34482 \end_inset
34483
34484 Definition\SpecialChar \menuseparator
34485 Append Argument
34486 \begin_inset Newline newline
34487 \end_inset
34488
34489
34490 \begin_inset Phantom HPhantom
34491 status open
34492
34493 \begin_layout Plain Layout
34494
34495 \family sans
34496 Edit\SpecialChar \menuseparator
34497 Math\SpecialChar \menuseparator
34498 Macro
34499 \begin_inset space ~
34500 \end_inset
34501
34502 Definition\SpecialChar \menuseparator
34503
34504 \end_layout
34505
34506 \end_inset
34507
34508 Eating From The Right
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row interlinespace="2.5mm">
34515 <cell alignment="center" valignment="top" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 \begin_inset Graphics
34520         filename ../images/math-macro-add-greedy-optional-param.png
34521         rotateOrigin center
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \end_inset
34529 </cell>
34530 <cell alignment="center" valignment="top" usebox="none">
34531 \begin_inset Text
34532
34533 \begin_layout Plain Layout
34534
34535 \family sans
34536 Edit\SpecialChar \menuseparator
34537 Math\SpecialChar \menuseparator
34538 Macro
34539 \begin_inset space ~
34540 \end_inset
34541
34542 Definition\SpecialChar \menuseparator
34543 Append Optional Argument
34544 \begin_inset Newline newline
34545 \end_inset
34546
34547
34548 \begin_inset Phantom HPhantom
34549 status open
34550
34551 \begin_layout Plain Layout
34552
34553 \family sans
34554 Edit\SpecialChar \menuseparator
34555 Math\SpecialChar \menuseparator
34556 Macro
34557 \begin_inset space ~
34558 \end_inset
34559
34560 Definition\SpecialChar \menuseparator
34561
34562 \end_layout
34563
34564 \end_inset
34565
34566 Eating From The Right
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 </row>
34572 </lyxtabular>
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Section
34580 Computer Algebra Systems
34581 \end_layout
34582
34583 \begin_layout Standard
34584 LyX offers the exchange between mathematical expressions written in LyX's
34585  math editor and external applications or user defined scripts.
34586  Currently supported applications are 
34587 \family sans
34588 Maple
34589 \family default
34590
34591 \family sans
34592 Mathematica
34593 \family default
34594
34595 \family sans
34596 Maxima
34597 \family default
34598  and 
34599 \family sans
34600 Octave
34601 \family default
34602 .
34603  Note that the set of supported mathematical constructs is limited only
34604  to very simple cases.
34605 \end_layout
34606
34607 \begin_layout Subsection
34608 Usage
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Write some expression in a formula, go to the 
34613 \family sans
34614 Edit\SpecialChar \menuseparator
34615 Math\SpecialChar \menuseparator
34616 Use Computer Algebra System
34617 \family default
34618  menu and choose the application you have installed on the computer.
34619  After that the result of computation should show on the right side of the
34620  expression together with the 
34621 \begin_inset Quotes eld
34622 \end_inset
34623
34624 =
34625 \begin_inset Quotes erd
34626 \end_inset
34627
34628  operator.
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Here are few simple examples (with results from 
34633 \family typewriter
34634 Maxima
34635 \family default
34636 ) to show what kind of computations can be performed:
34637 \end_layout
34638
34639 \begin_layout Itemize
34640 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Itemize
34647 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \begin_layout Itemize
34654 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \begin_layout Itemize
34661 \begin_inset Formula $\det\left[\begin{array}{ccc}
34662 1 & 6 & 7\\
34663 2 & 5 & 8\\
34664 3 & 4 & 17
34665 \end{array}\right]=-56$
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Itemize
34672 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Subsection
34679 Keyboard shortcut
34680 \end_layout
34681
34682 \begin_layout Standard
34683 Currently there is no keyboard shortcut for calling the algebra applications.
34684  One can easily bind a shortcut to the 
34685 \family sans
34686 math-extern
34687 \family default
34688  LyX function (see the 
34689 \family sans
34690 \emph on
34691 LyX Functions
34692 \family default
34693 \emph default
34694  manual).
34695  One could e.
34696 \begin_inset space \thinspace{}
34697 \end_inset
34698
34699 g.
34700 \begin_inset space ~
34701 \end_inset
34702
34703 bind the 
34704 \family sans
34705 Return
34706 \family default
34707  key inside the math editor.
34708  To bind it to 
34709 \family typewriter
34710 Maxima
34711 \family default
34712  one would use this shortcut definition command:
34713 \end_layout
34714
34715 \begin_layout Standard
34716
34717 \series bold
34718 command-alternatives break-paragraph;math-extern maxima
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset Newpage newpage
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Section
34729 Tips
34730 \begin_inset Index idx
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734 Tips
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Subsection
34743 Negative Numbers
34744 \begin_inset Index idx
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748 Numbers ! negative
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Standard
34757 Negative numbers often look ugly in formulas because the minus sign before
34758  the number is set with the same length as the minus operator sign.
34759  When writing the negative number in normal text, the minus sign appears
34760  correctly.
34761 \end_layout
34762
34763 \begin_layout Standard
34764 Thus, the problem disappears when converting the minus sign to mathematical
34765  text.
34766 \end_layout
34767
34768 \begin_layout Standard
34769 An example to visualize the problem:
34770 \end_layout
34771
34772 \begin_layout Standard
34773 \align center
34774 \begin_inset Tabular
34775 <lyxtabular version="3" rows="3" columns="2">
34776 <features tabularvalignment="middle">
34777 <column alignment="right" valignment="top" width="0">
34778 <column alignment="left" valignment="top" width="0">
34779 <row>
34780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784 normal text:
34785 \end_layout
34786
34787 \end_inset
34788 </cell>
34789 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793 x = -2
34794 \end_layout
34795
34796 \end_inset
34797 </cell>
34798 </row>
34799 <row>
34800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804 formula:
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34810 \begin_inset Text
34811
34812 \begin_layout Plain Layout
34813 \begin_inset Formula $x=-2$
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 </row>
34822 <row>
34823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827 solution:
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 \begin_inset Formula $x=\textrm{-}2$
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 </row>
34845 </lyxtabular>
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Subsection
34853 Comma as decimal Separator
34854 \begin_inset Index idx
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858 Comma
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \begin_layout Standard
34867 In LaTeX a comma inside a formula is used, according to the English convention,
34868  as number group separator.
34869  So there will be space added behind all commas in formulas.
34870 \end_layout
34871
34872 \begin_layout Standard
34873 To avoid this, the comma is highlighted and changed to mathematical text
34874  (shortcut 
34875 \begin_inset Info
34876 type  "shortcut"
34877 arg   "math-mode"
34878 \end_inset
34879
34880 ).
34881 \end_layout
34882
34883 \begin_layout Standard
34884 To use all formula commas in the document as decimal separator, the file
34885  
34886 \series bold
34887 icomma.sty
34888 \series default
34889
34890 \begin_inset Foot
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894
34895 \series bold
34896 icomma
34897 \series default
34898  is part of the LaTeX-package 
34899 \series bold
34900 was
34901 \series default
34902
34903 \begin_inset Index idx
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907 Packages ! was
34908 \begin_inset ERT
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912
34913
34914 \backslash
34915 vspace{4mm}
34916 \end_layout
34917
34918 \end_inset
34919
34920
34921 \end_layout
34922
34923 \end_inset
34924
34925 .
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \begin_inset Index idx
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935 Packages ! icomma
34936 \end_layout
34937
34938 \end_inset
34939
34940  is loaded with the LaTeX-preamble line
34941 \end_layout
34942
34943 \begin_layout Standard
34944
34945 \series bold
34946
34947 \backslash
34948 usepackage{icomma}
34949 \end_layout
34950
34951 \begin_layout Subsection
34952 Physical Vectors
34953 \begin_inset CommandInset label
34954 LatexCommand label
34955 name "sub:Physical-Vectors"
34956
34957 \end_inset
34958
34959
34960 \begin_inset Index idx
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964 Vectors ! physical
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Standard
34973 Predefined vectors are offered by the LaTeX-package 
34974 \series bold
34975 braket
34976 \series default
34977
34978 \begin_inset Index idx
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982 Packages ! braket
34983 \end_layout
34984
34985 \end_inset
34986
34987  that is loaded with the LaTeX-preamble line
34988 \end_layout
34989
34990 \begin_layout Standard
34991
34992 \series bold
34993
34994 \backslash
34995 usepackage{braket}
34996 \end_layout
34997
34998 \begin_layout Standard
34999 \begin_inset ERT
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003
35004
35005 \backslash
35006 ifbraket 
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \begin_inset Note Note
35013 status open
35014
35015 \begin_layout Plain Layout
35016 The following table will only be displayed when the LaTeX-package 
35017 \series bold
35018 braket
35019 \series default
35020  is installed.
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 The following commands are defined:
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \align center
35034 \begin_inset Tabular
35035 <lyxtabular version="3" rows="4" columns="2">
35036 <features tabularvalignment="middle">
35037 <column alignment="center" valignment="top" width="0">
35038 <column alignment="center" valignment="top" width="0">
35039 <row>
35040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35041 \begin_inset Text
35042
35043 \begin_layout Plain Layout
35044 Command
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053 Result
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 </row>
35059 <row>
35060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064
35065 \backslash
35066 Bra{
35067 \backslash
35068 psi
35069 \end_layout
35070
35071 \end_inset
35072 </cell>
35073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077 \begin_inset Formula $\Bra{\psi}$
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 <row>
35087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091
35092 \backslash
35093 Ket{
35094 \backslash
35095 psi
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104 \begin_inset Formula $\Ket{\psi}$
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \end_inset
35111 </cell>
35112 </row>
35113 <row>
35114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35115 \begin_inset Text
35116
35117 \begin_layout Plain Layout
35118
35119 \backslash
35120 Braket{
35121 \backslash
35122 psi|
35123 \backslash
35124 phi
35125 \end_layout
35126
35127 \end_inset
35128 </cell>
35129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133 \begin_inset Formula $\Braket{\psi|\phi}$
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 </row>
35142 </lyxtabular>
35143
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \begin_layout Standard
35150 The command 
35151 \series bold
35152
35153 \backslash
35154 Braket
35155 \series default
35156  assures that all vertical bars are set in the size of the surrounding brackets:
35157 \begin_inset Formula 
35158 \[
35159 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35160 \]
35161
35162 \end_inset
35163
35164
35165 \begin_inset ERT
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169
35170
35171 \backslash
35172 else 
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \begin_inset Note Note
35179 status open
35180
35181 \begin_layout Plain Layout
35182 The following will be displayed when the LaTeX-package 
35183 \series bold
35184 braket
35185 \series default
35186  is not installed:
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 You need to install the LaTeX-package 
35196 \series bold
35197 braket
35198 \series default
35199  to see the rest of this subsection in the output.
35200 \end_layout
35201
35202 \begin_layout Standard
35203 \begin_inset ERT
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207
35208
35209 \backslash
35210 fi 
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219 The effect of 
35220 \series bold
35221
35222 \backslash
35223 Braket
35224 \series default
35225  can also be achieved using the command 
35226 \series bold
35227
35228 \backslash
35229 middle
35230 \series default
35231 , that is described in 
35232 \begin_inset CommandInset ref
35233 LatexCommand ref
35234 reference "sub:Automatic-Bracket-Size"
35235
35236 \end_inset
35237
35238 .
35239 \end_layout
35240
35241 \begin_layout Subsection
35242 Self-defined Fractions
35243 \begin_inset CommandInset label
35244 LatexCommand label
35245 name "sub:Self-defined-Fractions"
35246
35247 \end_inset
35248
35249
35250 \begin_inset Index idx
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254 Fractions ! self-defined
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \begin_layout Standard
35263 To define custom commands for fractions, the command 
35264 \series bold
35265
35266 \backslash
35267 genfrac
35268 \series default
35269
35270 \begin_inset Index idx
35271 status collapsed
35272
35273 \begin_layout Plain Layout
35274 Commands ! G ! 
35275 \backslash
35276 genfrac
35277 \end_layout
35278
35279 \end_inset
35280
35281  is used in the following scheme:
35282 \end_layout
35283
35284 \begin_layout Standard
35285
35286 \series bold
35287
35288 \backslash
35289 genfrac{left
35290 \series default
35291  
35292 \series bold
35293 bracket}{right
35294 \series default
35295  
35296 \series bold
35297 bracket}{fraction bar thickness}{style}
35298 \begin_inset Newline newline
35299 \end_inset
35300
35301
35302 \begin_inset Phantom HPhantom
35303 status open
35304
35305 \begin_layout Plain Layout
35306
35307 \series bold
35308
35309 \backslash
35310 genfrac
35311 \end_layout
35312
35313 \end_inset
35314
35315 {numerator}{denominator}
35316 \end_layout
35317
35318 \begin_layout Standard
35319 The style is a number in the range of 0
35320 \begin_inset space \thinspace{}
35321 \end_inset
35322
35323 -
35324 \begin_inset space \thinspace{}
35325 \end_inset
35326
35327 3.
35328 \end_layout
35329
35330 \begin_layout Standard
35331 \align center
35332 \begin_inset Tabular
35333 <lyxtabular version="3" rows="5" columns="2">
35334 <features tabularvalignment="middle">
35335 <column alignment="center" valignment="top" width="0">
35336 <column alignment="center" valignment="top" width="0">
35337 <row>
35338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342 Number
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 Style (Size)
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 </row>
35357 <row>
35358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362 0
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371 display style formula
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 </row>
35377 <row>
35378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35379 \begin_inset Text
35380
35381 \begin_layout Plain Layout
35382 1
35383 \end_layout
35384
35385 \end_inset
35386 </cell>
35387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35388 \begin_inset Text
35389
35390 \begin_layout Plain Layout
35391 inline formula
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 </row>
35397 <row>
35398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35399 \begin_inset Text
35400
35401 \begin_layout Plain Layout
35402 2
35403 \end_layout
35404
35405 \end_inset
35406 </cell>
35407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Plain Layout
35411 small
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 </row>
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 3
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Plain Layout
35431 tiny
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 </row>
35437 </lyxtabular>
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \begin_layout Standard
35445 When no style is given, the size is adjusted to the surrounding environment
35446  like for the command 
35447 \series bold
35448
35449 \backslash
35450 frac
35451 \series default
35452 .
35453 \end_layout
35454
35455 \begin_layout Standard
35456 When no fraction bar thickness is given, the predefined value of 0.4
35457 \begin_inset space \thinspace{}
35458 \end_inset
35459
35460 pt will be used.
35461 \end_layout
35462
35463 \begin_layout Standard
35464 \begin_inset VSpace medskip
35465 \end_inset
35466
35467 For example, the commands 
35468 \series bold
35469
35470 \backslash
35471 dfrac
35472 \series default
35473  and 
35474 \series bold
35475
35476 \backslash
35477 tbinom
35478 \series default
35479  from 
35480 \begin_inset CommandInset ref
35481 LatexCommand ref
35482 reference "sub:Fractions"
35483
35484 \end_inset
35485
35486  are defined with the commands
35487 \end_layout
35488
35489 \begin_layout Standard
35490
35491 \series bold
35492
35493 \backslash
35494 newcommand{
35495 \backslash
35496 dfrac}[2]{
35497 \backslash
35498 genfrac{}{}{}{0}{#1}{#2}}
35499 \end_layout
35500
35501 \begin_layout Standard
35502 and
35503 \end_layout
35504
35505 \begin_layout Standard
35506
35507 \series bold
35508
35509 \backslash
35510 newcommand{
35511 \backslash
35512 tbinom}[2]{
35513 \backslash
35514 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35515 \end_layout
35516
35517 \begin_layout Standard
35518 \begin_inset VSpace medskip
35519 \end_inset
35520
35521 To define a fraction where the fraction bar thickness can be given as optional
35522  argument, the following line is inserted to the LaTeX-preamble:
35523 \end_layout
35524
35525 \begin_layout Standard
35526
35527 \series bold
35528
35529 \backslash
35530 newcommand{
35531 \backslash
35532 fracS}[3][]{
35533 \backslash
35534 genfrac{}{}{#1}{}{#2}{#3}}
35535 \end_layout
35536
35537 \begin_layout Standard
35538 A test:
35539 \begin_inset Formula 
35540 \begin{align*}
35541 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35542 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35543 \end{align*}
35544
35545 \end_inset
35546
35547 As one can see, the distance of the numerator and the denominator to the
35548  fraction bar is round about three times the bar thickness.
35549 \end_layout
35550
35551 \begin_layout Subsection
35552 Canceled Formulas
35553 \begin_inset Index idx
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557 Formula ! canceled
35558 \end_layout
35559
35560 \end_inset
35561
35562
35563 \end_layout
35564
35565 \begin_layout Standard
35566 To cancel formulas or formula parts, the LaTeX-package 
35567 \series bold
35568 cancel
35569 \series default
35570
35571 \begin_inset Index idx
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575 Packages ! cancel
35576 \end_layout
35577
35578 \end_inset
35579
35580  has to be loaded with the LaTeX-preamble line
35581 \end_layout
35582
35583 \begin_layout Standard
35584
35585 \series bold
35586
35587 \backslash
35588 usepackage[samesize]{cancel}
35589 \end_layout
35590
35591 \begin_layout Standard
35592 \begin_inset ERT
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596
35597
35598 \backslash
35599 ifcancel 
35600 \end_layout
35601
35602 \end_inset
35603
35604
35605 \begin_inset Note Note
35606 status open
35607
35608 \begin_layout Plain Layout
35609 The following table will only be displayed when the LaTeX-package 
35610 \series bold
35611 cancel
35612 \series default
35613  is installed.
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \begin_layout Standard
35622 There are four ways to cancel formulas:
35623 \end_layout
35624
35625 \begin_layout Standard
35626 \align center
35627 \begin_inset Tabular
35628 <lyxtabular version="3" rows="5" columns="2">
35629 <features tabularvalignment="middle">
35630 <column alignment="center" valignment="top" width="0">
35631 <column alignment="center" valignment="top" width="0">
35632 <row>
35633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35634 \begin_inset Text
35635
35636 \begin_layout Plain Layout
35637 Command
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646 Result
35647 \begin_inset Note Note
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651 The space and
35652 \series bold
35653  
35654 \backslash
35655 raisebox
35656 \series default
35657  are used here as spacer.
35658 \end_layout
35659
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \end_inset
35666 </cell>
35667 </row>
35668 <row>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673
35674 \backslash
35675 cancel{
35676 \backslash
35677 int
35678 \begin_inset ERT
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682
35683
35684 \backslash
35685 spce 
35686 \end_layout
35687
35688 \end_inset
35689
35690 A=B
35691 \end_layout
35692
35693 \end_inset
35694 </cell>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 </row>
35708 <row>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713
35714 \backslash
35715 bcancel{
35716 \backslash
35717 int
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 spce 
35726 \end_layout
35727
35728 \end_inset
35729
35730 A=B
35731 \end_layout
35732
35733 \end_inset
35734 </cell>
35735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \end_inset
35746 </cell>
35747 </row>
35748 <row>
35749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35750 \begin_inset Text
35751
35752 \begin_layout Plain Layout
35753
35754 \backslash
35755 xcancel{
35756 \backslash
35757 int
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 spce 
35766 \end_layout
35767
35768 \end_inset
35769
35770 A=B
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \end_inset
35786 </cell>
35787 </row>
35788 <row>
35789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35790 \begin_inset Text
35791
35792 \begin_layout Plain Layout
35793
35794 \backslash
35795 cancelto{1
35796 \begin_inset Formula $\to$
35797 \end_inset
35798
35799
35800 \backslash
35801 {
35802 \backslash
35803 int
35804 \begin_inset ERT
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808
35809
35810 \backslash
35811 spce 
35812 \end_layout
35813
35814 \end_inset
35815
35816 A=B
35817 \end_layout
35818
35819 \end_inset
35820 </cell>
35821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35822 \begin_inset Text
35823
35824 \begin_layout Plain Layout
35825 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 </row>
35834 </lyxtabular>
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842
35843 \series bold
35844
35845 \backslash
35846 cancelto
35847 \series default
35848  is especially suitable to visualize the reduction of fractions within formulas:
35849 \begin_inset Formula 
35850 \[
35851 \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}}}
35852 \]
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \begin_layout Standard
35860 \begin_inset ERT
35861 status collapsed
35862
35863 \begin_layout Plain Layout
35864
35865
35866 \backslash
35867 else 
35868 \end_layout
35869
35870 \end_inset
35871
35872
35873 \begin_inset Note Note
35874 status open
35875
35876 \begin_layout Plain Layout
35877 The following will be displayed when the LaTeX-package 
35878 \series bold
35879 cancel
35880 \series default
35881  is not installed:
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Standard
35890 You need to install the LaTeX-package 
35891 \series bold
35892 cancel
35893 \series default
35894  to see the rest of this subsection in the output.
35895 \end_layout
35896
35897 \begin_layout Standard
35898 \begin_inset ERT
35899 status collapsed
35900
35901 \begin_layout Plain Layout
35902
35903
35904 \backslash
35905 fi 
35906 \end_layout
35907
35908 \end_inset
35909
35910
35911 \end_layout
35912
35913 \begin_layout Subsection
35914 Formulas in Section Headings
35915 \begin_inset CommandInset label
35916 LatexCommand label
35917 name "sub:Formulas-in-Section"
35918
35919 \end_inset
35920
35921
35922 \begin_inset Index idx
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926 Formula ! in section headings
35927 \end_layout
35928
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \begin_layout Standard
35935 When formulas are used in section headings, the following has to be taken
35936  into account:
35937 \end_layout
35938
35939 \begin_layout Standard
35940 \begin_inset Note Greyedout
35941 status open
35942
35943 \begin_layout Plain Layout
35944 When 
35945 \series bold
35946 hyperref
35947 \series default
35948
35949 \begin_inset Index idx
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 Packages ! hyperref
35954 \end_layout
35955
35956 \end_inset
35957
35958  support is enabled in the document settings dialog under 
35959 \family sans
35960 PDF
35961 \begin_inset space ~
35962 \end_inset
35963
35964 Properties
35965 \family default
35966 , PDF-bookmarks are created for every section heading in the table of contents.
35967  If a section heading contains formulas, they are incorrectly displayed
35968  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35969 s.
35970 \end_layout
35971
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978 Both problems can be solved by inserting at the end of the section heading
35979  a short title with the menu 
35980 \family sans
35981 Insert\SpecialChar \menuseparator
35982 Short
35983 \begin_inset space ~
35984 \end_inset
35985
35986 Title
35987 \family default
35988 .
35989  Short titles are used as alternative for multiline section headings to
35990  keep the table of contents clearly arranged.
35991  Only the short title appears in the table of contents and therefore also
35992  in the PDF-bookmark.
35993 \end_layout
35994
35995 \begin_layout Standard
35996 When formulas should be used in the table of contents but 
35997 \series bold
35998 hyperref
35999 \series default
36000  is used, one can use the following command in TeX-mode:
36001 \end_layout
36002
36003 \begin_layout Standard
36004
36005 \series bold
36006
36007 \backslash
36008 texorpdfstring{part}{alternative}
36009 \begin_inset Index idx
36010 status collapsed
36011
36012 \begin_layout Plain Layout
36013 Commands ! T ! 
36014 \backslash
36015 texorpdfstring
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \end_layout
36022
36023 \begin_layout Standard
36024 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36025  This can be characters, formulas, footnotes, but also cross-references.
36026  The alternative is used instead of the part for the bookmark.
36027 \end_layout
36028
36029 \begin_layout Standard
36030 Here are two example headings:
36031 \begin_inset VSpace -3mm
36032 \end_inset
36033
36034
36035 \begin_inset ERT
36036 status collapsed
36037
36038 \begin_layout Plain Layout
36039
36040
36041 \backslash
36042 boldmath 
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \begin_layout Subsubsection
36051 Heading without formula in table of contents 
36052 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36053 \end_inset
36054
36055
36056 \begin_inset Argument
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060 Heading without formula in table of contents
36061 \end_layout
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \begin_layout Subsubsection
36069 Heading with formula in table of contents
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 texorpdfstring{
36078 \end_layout
36079
36080 \end_inset
36081
36082  
36083 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36084 \end_inset
36085
36086
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092 }{}
36093 \end_layout
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \begin_layout Standard
36101 \begin_inset ERT
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105
36106
36107 \backslash
36108 unboldmath 
36109 \end_layout
36110
36111 \end_inset
36112
36113 In the first heading a short title was used, in the second one 
36114 \series bold
36115
36116 \backslash
36117 texorpdfstring
36118 \series default
36119 .
36120 \end_layout
36121
36122 \begin_layout Standard
36123 To get the same formatting as for the other headings, the complete heading
36124  was set into a 
36125 \series bold
36126 boldmath
36127 \series default
36128  environment
36129 \begin_inset Foot
36130 status collapsed
36131
36132 \begin_layout Plain Layout
36133 see 
36134 \begin_inset CommandInset ref
36135 LatexCommand ref
36136 reference "sub:Bold-Formulas"
36137
36138 \end_inset
36139
36140
36141 \end_layout
36142
36143 \end_inset
36144
36145 .
36146 \end_layout
36147
36148 \begin_layout Subsection
36149 Formulas in multi-column Text
36150 \begin_inset Index idx
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 Formula ! in multi-column text
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \end_layout
36161
36162 \begin_layout Standard
36163 Formulas in multi-column text are often too wide to fit into a column and
36164  thus need to be set over the whole page width.
36165  This is done by using the LaTeX-package 
36166 \series bold
36167 multicol
36168 \series default
36169
36170 \begin_inset Foot
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174
36175 \series bold
36176 multicol
36177 \series default
36178  is part of every LaTeX standard installation.
36179 \end_layout
36180
36181 \end_inset
36182
36183
36184 \begin_inset Index idx
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 Packages ! multicol
36189 \end_layout
36190
36191 \end_inset
36192
36193 , that is loaded with the LaTeX-preamble line
36194 \end_layout
36195
36196 \begin_layout Standard
36197
36198 \series bold
36199
36200 \backslash
36201 usepackage{multicol}
36202 \end_layout
36203
36204 \begin_layout Standard
36205 \begin_inset Note Greyedout
36206 status open
36207
36208 \begin_layout Plain Layout
36209 Note herby that the setting 
36210 \family sans
36211 Two-column
36212 \begin_inset space ~
36213 \end_inset
36214
36215 document
36216 \family default
36217  in the menu 
36218 \family sans
36219 Document\SpecialChar \menuseparator
36220 Settings
36221 \family default
36222  under 
36223 \family sans
36224 Text
36225 \begin_inset space ~
36226 \end_inset
36227
36228 Layout
36229 \family default
36230 \emph on
36231  
36232 \emph default
36233 must 
36234 \emph on
36235 not
36236 \emph default
36237  be selected.
36238 \end_layout
36239
36240 \end_inset
36241
36242
36243 \end_layout
36244
36245 \begin_layout Standard
36246 Before the multi-column text the command
36247 \end_layout
36248
36249 \begin_layout Standard
36250
36251 \series bold
36252
36253 \backslash
36254 begin{multicols}{column number}
36255 \end_layout
36256
36257 \begin_layout Standard
36258 is written in TeX-mode.
36259  The column number is a number in the range of 2
36260 \begin_inset space \thinspace{}
36261 \end_inset
36262
36263 -
36264 \begin_inset space \thinspace{}
36265 \end_inset
36266
36267 10.
36268  Before the formula the multi-column text is ended by inserting the command
36269 \end_layout
36270
36271 \begin_layout Standard
36272
36273 \series bold
36274
36275 \backslash
36276 end{multicols}
36277 \end_layout
36278
36279 \begin_layout Standard
36280 in TeX-mode.
36281 \end_layout
36282
36283 \begin_layout Standard
36284 Due to the command some space is automatically added before the formula.
36285  To revert this, -6
36286 \begin_inset space \thinspace{}
36287 \end_inset
36288
36289 mm vertical space is inserted before the formula.
36290  When the formula style 
36291 \series bold
36292 Indented
36293 \begin_inset Foot
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 formula styles see 
36298 \begin_inset CommandInset ref
36299 LatexCommand ref
36300 reference "sec:Formula-Styles"
36301
36302 \end_inset
36303
36304
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \series default
36311  is used, -9
36312 \begin_inset space \thinspace{}
36313 \end_inset
36314
36315 mm space is inserted instead.
36316 \end_layout
36317
36318 \begin_layout Standard
36319 As example a multi-column text with a displayed formula:
36320 \end_layout
36321
36322 \begin_layout Standard
36323
36324 \lang german
36325 \begin_inset ERT
36326 status collapsed
36327
36328 \begin_layout Plain Layout
36329
36330
36331 \backslash
36332 begin{multicols}{2}
36333 \end_layout
36334
36335 \end_inset
36336
36337 Das Spektrum wird fouriertransformiert.
36338  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36339 , Lösungsmittel) zu trennen.
36340  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36341  nun das Aussehen des Ausgangssignals.
36342  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36343  über alle Phasen integrieren muss.
36344  Sei nun 
36345 \begin_inset Formula $S$
36346 \end_inset
36347
36348  unser normiertes Ausgangssignal und 
36349 \begin_inset Formula $P$
36350 \end_inset
36351
36352  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36353 \begin_inset ERT
36354 status collapsed
36355
36356 \begin_layout Plain Layout
36357
36358
36359 \backslash
36360 end{multicols}
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \begin_inset VSpace -6mm
36367 \end_inset
36368
36369
36370 \begin_inset Formula 
36371 \begin{equation}
36372 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36373 \end{equation}
36374
36375 \end_inset
36376
36377
36378 \begin_inset ERT
36379 status collapsed
36380
36381 \begin_layout Plain Layout
36382
36383
36384 \backslash
36385 begin{multicols}{2}
36386 \end_layout
36387
36388 \end_inset
36389
36390 wobei 
36391 \begin_inset Formula $S_{0}$
36392 \end_inset
36393
36394  das Signal ohne Gradient ist und die Normierungsbedingung 
36395 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36396 \end_inset
36397
36398  gilt.
36399  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36400  Direkt nach dem 
36401 \begin_inset Formula $\nicefrac{\pi}{2}$
36402 \end_inset
36403
36404
36405 \begin_inset space \thinspace{}
36406 \end_inset
36407
36408 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36409  das Signal zusätzlich abschwächt.
36410  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36411  
36412 \begin_inset Formula $T_{2}$
36413 \end_inset
36414
36415 -Zeit.
36416 \end_layout
36417
36418 \begin_layout Standard
36419
36420 \lang german
36421 \begin_inset ERT
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425
36426
36427 \backslash
36428 end{multicols}
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Subsection
36437 Formulas with Description of Variables
36438 \begin_inset Index idx
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442 Formula ! with description of variables
36443 \end_layout
36444
36445 \end_inset
36446
36447
36448 \end_layout
36449
36450 \begin_layout Standard
36451 To describe variables within a formula, like in formula 
36452 \begin_inset CommandInset ref
36453 LatexCommand eqref
36454 reference "eq:within"
36455
36456 \end_inset
36457
36458 , a 2
36459 \series bold
36460 ×
36461 \series default
36462
36463 \begin_inset Formula $n$
36464 \end_inset
36465
36466
36467 \begin_inset space ~
36468 \end_inset
36469
36470 matrix is used with left aligned columns for the 
36471 \begin_inset Formula $n$
36472 \end_inset
36473
36474  used variables.
36475 \begin_inset Foot
36476 status collapsed
36477
36478 \begin_layout Plain Layout
36479 matrices see 
36480 \begin_inset CommandInset ref
36481 LatexCommand ref
36482 reference "sec:Matrices"
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \end_inset
36490
36491  To set the description in a smaller size, before the matrix e.
36492 \begin_inset space \thinspace{}
36493 \end_inset
36494
36495 g.
36496 \begin_inset space \space{}
36497 \end_inset
36498
36499 the command 
36500 \series bold
36501
36502 \backslash
36503 footnotesize
36504 \series default
36505  is inserted.
36506 \begin_inset Foot
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510 font sizes see 
36511 \begin_inset CommandInset ref
36512 LatexCommand ref
36513 reference "sub:Font-Sizes"
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \end_layout
36524
36525 \begin_layout Standard
36526 When the formula style 
36527 \series bold
36528 Indented
36529 \begin_inset Foot
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 formula styles see 
36534 \begin_inset CommandInset ref
36535 LatexCommand ref
36536 reference "sec:Formula-Styles"
36537
36538 \end_inset
36539
36540
36541 \end_layout
36542
36543 \end_inset
36544
36545
36546 \series default
36547  is used, a 
36548 \series bold
36549
36550 \backslash
36551 hfill
36552 \series default
36553
36554 \begin_inset Foot
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558
36559 \series bold
36560
36561 \backslash
36562 hfill
36563 \series default
36564  only works in formulas with the style 
36565 \series bold
36566 Indented
36567 \series default
36568 , see 
36569 \begin_inset CommandInset ref
36570 LatexCommand ref
36571 reference "sub:Variable-Space"
36572
36573 \end_inset
36574
36575 .
36576 \end_layout
36577
36578 \end_inset
36579
36580  is inserted before and after the matrix to have the same separation of
36581  the matrix from the equation and the side margin.
36582 \end_layout
36583
36584 \begin_layout Standard
36585 When the formula style 
36586 \series bold
36587 Centered
36588 \series default
36589  is used, the method described in 
36590 \begin_inset CommandInset ref
36591 LatexCommand ref
36592 reference "sub:Flalign-Environment"
36593
36594 \end_inset
36595
36596  is used to indent formulas.
36597  Formula 
36598 \begin_inset CommandInset ref
36599 LatexCommand eqref
36600 reference "eq:within"
36601
36602 \end_inset
36603
36604  consists of five columns whereas in the first two columns contain the equation,
36605  the third the matrix and the last one an empty TeX-brace.
36606 \begin_inset Formula 
36607 \begin{flalign}
36608 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36609 \rho & \textrm{density}\\
36610 V & \textrm{volume}\\
36611 g & \textrm{gravitational acceleration}
36612 \end{array} &  & {}\label{eq:within}
36613 \end{flalign}
36614
36615 \end_inset
36616
36617
36618 \end_layout
36619
36620 \begin_layout Subsection
36621 Upright small Greek Letters
36622 \begin_inset CommandInset label
36623 LatexCommand label
36624 name "sub:Upright-small-Greek"
36625
36626 \end_inset
36627
36628
36629 \begin_inset Index idx
36630 status collapsed
36631
36632 \begin_layout Plain Layout
36633 Greek letters ! upright
36634 \end_layout
36635
36636 \end_inset
36637
36638
36639 \end_layout
36640
36641 \begin_layout Standard
36642 Most of the math fonts only provide italic small Greek letters.
36643  But for symbols of elementary particles like pions and neutrinos, upright
36644  Greek letters are needed.
36645  The file 
36646 \series bold
36647 upgreek.sty
36648 \series default
36649
36650 \begin_inset Foot
36651 status collapsed
36652
36653 \begin_layout Plain Layout
36654
36655 \series bold
36656 upgreek
36657 \series default
36658  is part of the LaTeX-package 
36659 \series bold
36660 was
36661 \series default
36662
36663 \begin_inset Index idx
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667 Packages ! was
36668 \begin_inset ERT
36669 status collapsed
36670
36671 \begin_layout Plain Layout
36672
36673
36674 \backslash
36675 vspace{4mm}
36676 \end_layout
36677
36678 \end_inset
36679
36680
36681 \end_layout
36682
36683 \end_inset
36684
36685 .
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \begin_inset Index idx
36692 status collapsed
36693
36694 \begin_layout Plain Layout
36695 Packages ! upgreek
36696 \end_layout
36697
36698 \end_inset
36699
36700  that is loaded with the LaTeX-preamble line
36701 \end_layout
36702
36703 \begin_layout Standard
36704
36705 \series bold
36706
36707 \backslash
36708 usepackage{upgreek}
36709 \end_layout
36710
36711 \begin_layout Standard
36712 provides them.
36713  
36714 \begin_inset ERT
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718
36719
36720 \backslash
36721 ifupgreek 
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \begin_inset Note Note
36728 status open
36729
36730 \begin_layout Plain Layout
36731 The following table will only be displayed when the LaTeX-package 
36732 \series bold
36733 upgreek
36734 \series default
36735  is installed:
36736 \end_layout
36737
36738 \end_inset
36739
36740  They are created when the command for a small Greek letters is started
36741  with 
36742 \series bold
36743 up
36744 \series default
36745 .
36746  For example the command 
36747 \series bold
36748
36749 \backslash
36750 uptau
36751 \series default
36752  creates this: 
36753 \begin_inset Formula $\uptau$
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \begin_layout Standard
36760 With these commands reactions of elementary particles can be typeset:
36761 \begin_inset Formula 
36762 \[
36763 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36764 \]
36765
36766 \end_inset
36767
36768
36769 \end_layout
36770
36771 \begin_layout Standard
36772 The upright letters are more bold and wider than the italic ones.
36773  They should therefore not be used for units like 
36774 \begin_inset Quotes eld
36775 \end_inset
36776
36777 µm
36778 \begin_inset Quotes erd
36779 \end_inset
36780
36781 .
36782 \end_layout
36783
36784 \begin_layout Standard
36785 \begin_inset ERT
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789
36790
36791 \backslash
36792 else 
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \begin_inset Note Note
36799 status open
36800
36801 \begin_layout Plain Layout
36802 The following will be displayed when the LaTeX-package 
36803 \series bold
36804 upgreek
36805 \series default
36806  is not installed:
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Standard
36815 You need to install the LaTeX-package 
36816 \series bold
36817 upgreek
36818 \series default
36819  to see the rest of this subsection in the output.
36820 \end_layout
36821
36822 \begin_layout Standard
36823 \begin_inset ERT
36824 status collapsed
36825
36826 \begin_layout Plain Layout
36827
36828
36829 \backslash
36830 fi 
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \begin_layout Subsection
36839 Text Characters in Formulas
36840 \begin_inset CommandInset label
36841 LatexCommand label
36842 name "sub:Text-Characters-in"
36843
36844 \end_inset
36845
36846
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 Text ! in formulas
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 In some cases you might want to insert text characters directly into formulas.
36861  When for example the centered dot · is often used in formulas like 
36862 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36863 \end_inset
36864
36865 , one would have to insert the command 
36866 \series bold
36867
36868 \backslash
36869 cdot
36870 \series default
36871
36872 \begin_inset Foot
36873 status collapsed
36874
36875 \begin_layout Plain Layout
36876 see 
36877 \begin_inset CommandInset ref
36878 LatexCommand ref
36879 reference "sub:Binary-Operators"
36880
36881 \end_inset
36882
36883
36884 \end_layout
36885
36886 \end_inset
36887
36888  all the time, because this character is defined in all encodings as text
36889  character.
36890  But the encoding can be changed by this LaTeX-preamble line:
36891 \end_layout
36892
36893 \begin_layout Standard
36894
36895 \series bold
36896
36897 \backslash
36898 Declare Inputtext{183}{
36899 \backslash
36900 ifmmode
36901 \backslash
36902 cdot
36903 \backslash
36904 else
36905 \backslash
36906 textperiodcentered
36907 \backslash
36908 f\SpecialChar \textcompwordmark{}
36909 i}
36910 \end_layout
36911
36912 \begin_layout Standard
36913 The character encoding (menu 
36914 \family sans
36915 Document\SpecialChar \menuseparator
36916 Settings\SpecialChar \menuseparator
36917 Language
36918 \family default
36919 ) specifies what character appears when a keyboard key is pressed.
36920  When the key for the character '·' is pressed, internally the command 
36921 \series bold
36922
36923 \backslash
36924 textperiodcentered
36925 \series default
36926  is used.
36927  But this command is not available in a formula so that you would get LaTeX-erro
36928 rs.
36929  With the changed encoding the right command is chosen automatically, depending
36930  on if the character was inserted into a formula or not.
36931 \end_layout
36932
36933 \begin_layout Standard
36934 The encoding of several characters is saved in definition files.
36935  Fore example the encoding 
36936 \series bold
36937 latin9
36938 \series default
36939  is defined in the file 
36940 \series bold
36941 latin9.def
36942 \series default
36943  that is in the installation folder of LaTeX.
36944  Encodings should only be changed via the LaTeX-preamble and not in the
36945  definition files.
36946  Otherwise own documents could not be edited by other LyX users working
36947  on other computers.
36948 \end_layout
36949
36950 \begin_layout Standard
36951 \begin_inset VSpace medskip
36952 \end_inset
36953
36954 Besides the centered dot, in this document the degree sign ° is defined
36955  with the following LaTeX-preamble line so that it can directly be inserted
36956  to a formula:
36957 \end_layout
36958
36959 \begin_layout Standard
36960
36961 \series bold
36962
36963 \backslash
36964 DeclareInputtext{176}{
36965 \backslash
36966 ifmmode^
36967 \backslash
36968 circ
36969 \backslash
36970 else
36971 \backslash
36972 textdegree
36973 \backslash
36974 f\SpecialChar \textcompwordmark{}
36975 i}
36976 \end_layout
36977
36978 \begin_layout Standard
36979 \begin_inset Newpage newpage
36980 \end_inset
36981
36982
36983 \end_layout
36984
36985 \begin_layout Section
36986 \start_of_appendix
36987 Typographic Advice
36988 \begin_inset Index idx
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 Typographic advice
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \begin_layout Standard
37001 This section is a summary of the most important typographic rules, listed
37002  in ISO norms.
37003 \begin_inset Foot
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 This collection was partly taken from the German semi-official dictionary
37008  called 
37009 \begin_inset Quotes eld
37010 \end_inset
37011
37012 Duden
37013 \begin_inset Quotes erd
37014 \end_inset
37015
37016  
37017 \begin_inset CommandInset citation
37018 LatexCommand cite
37019 key "Duden"
37020
37021 \end_inset
37022
37023  that lists some of the ISO rules.
37024  More rules are listed in 
37025 \begin_inset CommandInset citation
37026 LatexCommand cite
37027 key "Checklist"
37028
37029 \end_inset
37030
37031 .
37032 \end_layout
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Itemize
37040 Physical units are 
37041 \emph on
37042 always
37043 \emph default
37044  set upright
37045 \begin_inset Foot
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049 done with font styles, see 
37050 \begin_inset CommandInset ref
37051 LatexCommand ref
37052 reference "sub:Font-Styles"
37053
37054 \end_inset
37055
37056
37057 \end_layout
37058
37059 \end_inset
37060
37061 , no matter if they appear in italic text: 30
37062 \begin_inset space \thinspace{}
37063 \end_inset
37064
37065 km/h
37066 \begin_inset Newline newline
37067 \end_inset
37068
37069 Between the value and the unit is the smallest space, see 
37070 \begin_inset CommandInset ref
37071 LatexCommand ref
37072 reference "sub:Predefined-Space"
37073
37074 \end_inset
37075
37076 .
37077 \begin_inset Newline newline
37078 \end_inset
37079
37080 This convention is automatically fulfilled when the command 
37081 \series bold
37082
37083 \backslash
37084 unittwo
37085 \series default
37086  is used.
37087  When it is entered to a formula, two boxes appear.
37088  In the first one the value is inserted, in the second one the unit, and
37089  one gets as above: 
37090 \begin_inset Formula $\unit[30]{km/h}$
37091 \end_inset
37092
37093
37094 \begin_inset space \thinspace{}
37095 \end_inset
37096
37097 .
37098  Note that 
37099 \series bold
37100
37101 \backslash
37102 unittwo
37103 \series default
37104  is not a real LaTeX command but the command 
37105 \series bold
37106
37107 \backslash
37108 unit[value]{unit}
37109 \series default
37110 , therefore you cannot use it in TeX code.
37111 \end_layout
37112
37113 \begin_layout Itemize
37114 Percent and perthousand signs are set like physical units:
37115 \begin_inset Newline newline
37116 \end_inset
37117
37118 1,2
37119 \begin_inset space \thinspace{}
37120 \end_inset
37121
37122 ‰ alcohol in blood
37123 \end_layout
37124
37125 \begin_layout Itemize
37126 The degree sign follows directly on the value: 15°, but not when it is used
37127  in units: 15
37128 \begin_inset space \thinspace{}
37129 \end_inset
37130
37131 °C
37132 \end_layout
37133
37134 \begin_layout Itemize
37135 In numbers with more than four digits the smallest space is inserted before
37136  every third digit to group them: 
37137 \family roman
37138 \series medium
37139 \shape up
37140 \size normal
37141 \emph off
37142 \bar no
37143 \noun off
37144 \color none
37145 18
37146 \begin_inset space \thinspace{}
37147 \end_inset
37148
37149 473
37150 \begin_inset space \thinspace{}
37151 \end_inset
37152
37153 588
37154 \end_layout
37155
37156 \begin_layout Itemize
37157 For dimensions like 120×90×40
37158 \begin_inset space \thinspace{}
37159 \end_inset
37160
37161 cm the multiplication sign 
37162 \begin_inset Quotes eld
37163 \end_inset
37164
37165 ×
37166 \begin_inset Quotes erd
37167 \end_inset
37168
37169  is used.
37170  It is available either via the command 
37171 \series bold
37172
37173 \backslash
37174 times
37175 \series default
37176  or via the menu 
37177 \family sans
37178 Insert\SpecialChar \menuseparator
37179 Special Character\SpecialChar \menuseparator
37180 Symbols
37181 \family default
37182 .
37183 \end_layout
37184
37185 \begin_layout Itemize
37186 Functions with names consisting of several letters are set upright to avoid
37187  confusions, see 
37188 \begin_inset CommandInset ref
37189 LatexCommand ref
37190 reference "sub:Predefined-Functions"
37191
37192 \end_inset
37193
37194 .
37195 \end_layout
37196
37197 \begin_layout Itemize
37198 Indices consisting of several letters, are set upright: 
37199 \begin_inset Formula $E_{\mathrm{kin}}$
37200 \end_inset
37201
37202
37203 \begin_inset Newline newline
37204 \end_inset
37205
37206 Components of matrices are set italic: 
37207 \begin_inset Formula $\hat{H}_{kl}$
37208 \end_inset
37209
37210
37211 \end_layout
37212
37213 \begin_layout Itemize
37214 The differentiation/integration operator 'd', the Euler's number 'e' and
37215  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37216  other variables.
37217 \end_layout
37218
37219 \begin_layout Itemize
37220 The character that denotes a 
37221 \noun on
37222 Fourier
37223 \noun default
37224  transformation is inserted either by the command 
37225 \series bold
37226
37227 \backslash
37228 mathscr
37229 \begin_inset ERT
37230 status collapsed
37231
37232 \begin_layout Plain Layout
37233
37234
37235 \backslash
37236 spce 
37237 \end_layout
37238
37239 \end_inset
37240
37241 F
37242 \series default
37243  or via the menu 
37244 \family sans
37245 Insert\SpecialChar \menuseparator
37246 Special Character\SpecialChar \menuseparator
37247 Symbols\SpecialChar \menuseparator
37248 Letterlike
37249 \begin_inset space ~
37250 \end_inset
37251
37252 Symbols
37253 \family default
37254
37255 \begin_inset Formula $\mathscr{F}$
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \begin_layout Standard
37262 \begin_inset Newpage newpage
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \begin_layout Section
37269 Synonyms
37270 \begin_inset Index idx
37271 status collapsed
37272
37273 \begin_layout Plain Layout
37274 Synonyms
37275 \end_layout
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \begin_layout Standard
37283 Some characters and symbols can be created with several commands.
37284  Here is a list of the synonym commands:
37285 \end_layout
37286
37287 \begin_layout Standard
37288 \begin_inset VSpace bigskip
37289 \end_inset
37290
37291
37292 \begin_inset space \hfill{}
37293 \end_inset
37294
37295
37296 \begin_inset Tabular
37297 <lyxtabular version="3" rows="12" columns="2">
37298 <features tabularvalignment="middle">
37299 <column alignment="center" valignment="top" width="0pt">
37300 <column alignment="center" valignment="top" width="0pt">
37301 <row>
37302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 Command
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 equivalent to
37316 \begin_inset Note Note
37317 status collapsed
37318
37319 \begin_layout Plain Layout
37320
37321 \series bold
37322
37323 \backslash
37324 raisebox
37325 \series default
37326  is only used as spacer.
37327 \end_layout
37328
37329 \end_inset
37330
37331
37332 \end_layout
37333
37334 \end_inset
37335 </cell>
37336 </row>
37337 <row>
37338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342
37343 \backslash
37344 ast
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353 \begin_inset ERT
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357
37358
37359 \backslash
37360 raisebox{-1.2mm}{
37361 \end_layout
37362
37363 \end_inset
37364
37365 *
37366 \begin_inset ERT
37367 status collapsed
37368
37369 \begin_layout Plain Layout
37370
37371 }
37372 \end_layout
37373
37374 \end_inset
37375
37376
37377 \end_layout
37378
37379 \end_inset
37380 </cell>
37381 </row>
37382 <row>
37383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37384 \begin_inset Text
37385
37386 \begin_layout Plain Layout
37387
37388 \backslash
37389 choose
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398
37399 \backslash
37400 binom
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 </row>
37406 <row>
37407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411
37412 \backslash
37413 geq
37414 \end_layout
37415
37416 \end_inset
37417 </cell>
37418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 ge
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 </row>
37430 <row>
37431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37432 \begin_inset Text
37433
37434 \begin_layout Plain Layout
37435
37436 \backslash
37437 lbrace
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446 {
37447 \end_layout
37448
37449 \end_inset
37450 </cell>
37451 </row>
37452 <row>
37453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457
37458 \backslash
37459 lbracket
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 [
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 </row>
37474 <row>
37475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479
37480 \backslash
37481 leftarrow
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 gets
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 </row>
37498 <row>
37499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503
37504 \backslash
37505 leq
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 le
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 </row>
37522 <row>
37523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527
37528 \backslash
37529 lor
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538
37539 \backslash
37540 vee
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 </row>
37546 <row>
37547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37548 \begin_inset Text
37549
37550 \begin_layout Plain Layout
37551
37552 \backslash
37553 neq
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562
37563 \backslash
37564 not=
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575
37576 \backslash
37577 slash
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 /
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 </row>
37592 <row>
37593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 vert
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608 |
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 </row>
37614 </lyxtabular>
37615
37616 \end_inset
37617
37618
37619 \begin_inset space \hfill{}
37620 \end_inset
37621
37622
37623 \begin_inset Tabular
37624 <lyxtabular version="3" rows="12" columns="2">
37625 <features tabularvalignment="middle">
37626 <column alignment="center" valignment="top" width="0pt">
37627 <column alignment="center" valignment="top" width="0pt">
37628 <row>
37629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633 Command
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37639 \begin_inset Text
37640
37641 \begin_layout Plain Layout
37642 equivalent to
37643 \end_layout
37644
37645 \end_inset
37646 </cell>
37647 </row>
37648 <row>
37649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37650 \begin_inset Text
37651
37652 \begin_layout Plain Layout
37653
37654 \backslash
37655 backslash
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664
37665 \backslash
37666
37667 \backslash
37668
37669 \end_layout
37670
37671 \end_inset
37672 </cell>
37673 </row>
37674 <row>
37675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37676 \begin_inset Text
37677
37678 \begin_layout Plain Layout
37679
37680 \backslash
37681 dasharrow
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690
37691 \backslash
37692 dashrightarrow
37693 \end_layout
37694
37695 \end_inset
37696 </cell>
37697 </row>
37698 <row>
37699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37700 \begin_inset Text
37701
37702 \begin_layout Plain Layout
37703
37704 \backslash
37705 land
37706 \end_layout
37707
37708 \end_inset
37709 </cell>
37710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37711 \begin_inset Text
37712
37713 \begin_layout Plain Layout
37714
37715 \backslash
37716 wedge
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 </row>
37722 <row>
37723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37724 \begin_inset Text
37725
37726 \begin_layout Plain Layout
37727
37728 \backslash
37729 rbrace
37730 \end_layout
37731
37732 \end_inset
37733 </cell>
37734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout Plain Layout
37738 }
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 </row>
37744 <row>
37745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37746 \begin_inset Text
37747
37748 \begin_layout Plain Layout
37749
37750 \backslash
37751 rbracket
37752 \end_layout
37753
37754 \end_inset
37755 </cell>
37756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37757 \begin_inset Text
37758
37759 \begin_layout Plain Layout
37760 ]
37761 \end_layout
37762
37763 \end_inset
37764 </cell>
37765 </row>
37766 <row>
37767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771
37772 \backslash
37773 rightarrow
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37779 \begin_inset Text
37780
37781 \begin_layout Plain Layout
37782
37783 \backslash
37784 to
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 </row>
37790 <row>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795
37796 \backslash
37797 lnot
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37803 \begin_inset Text
37804
37805 \begin_layout Plain Layout
37806
37807 \backslash
37808 neg
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 </row>
37814 <row>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819
37820 \backslash
37821 ne
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830
37831 \backslash
37832 not=
37833 \end_layout
37834
37835 \end_inset
37836 </cell>
37837 </row>
37838 <row>
37839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843
37844 \backslash
37845 owns
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854
37855 \backslash
37856 ni
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 <row>
37863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867
37868 \backslash
37869 square
37870 \end_layout
37871
37872 \end_inset
37873 </cell>
37874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878
37879 \backslash
37880 Box
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 </row>
37886 <row>
37887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891
37892 \backslash
37893 Vert
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902
37903 \backslash
37904 |
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 </row>
37910 </lyxtabular>
37911
37912 \end_inset
37913
37914
37915 \begin_inset space \hfill{}
37916 \end_inset
37917
37918
37919 \end_layout
37920
37921 \begin_layout Standard
37922 \begin_inset Newpage newpage
37923 \end_inset
37924
37925
37926 \end_layout
37927
37928 \begin_layout Bibliography
37929 \labelwidthstring References
37930 \begin_inset CommandInset bibitem
37931 LatexCommand bibitem
37932 key "TLC2"
37933
37934 \end_inset
37935
37936
37937 \shape smallcaps
37938 Mittelbach, F.
37939  ; Goossens, M.
37940 \shape default
37941
37942 \shape italic
37943 The LaTeX Companion
37944 \shape default
37945 .
37946  Addison Wesley, 2004
37947 \end_layout
37948
37949 \begin_layout Bibliography
37950 \labelwidthstring References
37951 \begin_inset CommandInset bibitem
37952 LatexCommand bibitem
37953 key "Mathmode"
37954
37955 \end_inset
37956
37957
37958 \begin_inset CommandInset href
37959 LatexCommand href
37960 name "Description"
37961 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37962
37963 \end_inset
37964
37965  of LaTeX's math abilities
37966 \end_layout
37967
37968 \begin_layout Bibliography
37969 \labelwidthstring References
37970 \begin_inset CommandInset bibitem
37971 LatexCommand bibitem
37972 key "AMS"
37973
37974 \end_inset
37975
37976
37977 \begin_inset CommandInset href
37978 LatexCommand href
37979 name "Description"
37980 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37981
37982 \end_inset
37983
37984  of 
37985 \begin_inset ERT
37986 status collapsed
37987
37988 \begin_layout Plain Layout
37989
37990
37991 \backslash
37992 AmS
37993 \end_layout
37994
37995 \end_inset
37996
37997 -LaTeX
37998 \end_layout
37999
38000 \begin_layout Bibliography
38001 \labelwidthstring References
38002 \begin_inset CommandInset bibitem
38003 LatexCommand bibitem
38004 key "Symbols"
38005
38006 \end_inset
38007
38008
38009 \begin_inset CommandInset href
38010 LatexCommand href
38011 name "List"
38012 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38013
38014 \end_inset
38015
38016  of all symbols available with LaTeX-packages
38017 \end_layout
38018
38019 \begin_layout Bibliography
38020 \labelwidthstring References
38021 \begin_inset CommandInset bibitem
38022 LatexCommand bibitem
38023 key "hyperref"
38024
38025 \end_inset
38026
38027
38028 \begin_inset CommandInset href
38029 LatexCommand href
38030 name "Documentation"
38031 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38032
38033 \end_inset
38034
38035  of the LaTeX-package 
38036 \series bold
38037 hyperref
38038 \series default
38039
38040 \begin_inset Index idx
38041 status collapsed
38042
38043 \begin_layout Plain Layout
38044 Packages ! hyperref
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \begin_layout Bibliography
38053 \labelwidthstring References
38054 \begin_inset CommandInset bibitem
38055 LatexCommand bibitem
38056 key "mhchem"
38057
38058 \end_inset
38059
38060
38061 \begin_inset CommandInset href
38062 LatexCommand href
38063 name "Documentation"
38064 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38065
38066 \end_inset
38067
38068  of the LaTeX-package 
38069 \series bold
38070 mhchem
38071 \series default
38072
38073 \begin_inset Index idx
38074 status collapsed
38075
38076 \begin_layout Plain Layout
38077 Packages ! mhchem
38078 \end_layout
38079
38080 \end_inset
38081
38082
38083 \end_layout
38084
38085 \begin_layout Bibliography
38086 \labelwidthstring References
38087 \begin_inset CommandInset bibitem
38088 LatexCommand bibitem
38089 key "Mathclap"
38090
38091 \end_inset
38092
38093
38094 \begin_inset CommandInset href
38095 LatexCommand href
38096 name "Description"
38097 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38098
38099 \end_inset
38100
38101  of the command 
38102 \series bold
38103
38104 \backslash
38105 mathclap
38106 \series default
38107 , described in 
38108 \begin_inset CommandInset ref
38109 LatexCommand ref
38110 reference "sub:Operator-Limits"
38111
38112 \end_inset
38113
38114
38115 \begin_inset Index idx
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119 Commands ! M ! 
38120 \backslash
38121 mathclap
38122 \end_layout
38123
38124 \end_inset
38125
38126
38127 \end_layout
38128
38129 \begin_layout Bibliography
38130 \labelwidthstring References
38131 \begin_inset CommandInset bibitem
38132 LatexCommand bibitem
38133 key "Duden"
38134
38135 \end_inset
38136
38137
38138 \emph on
38139 Duden Band 1
38140 \emph default
38141 .
38142  22.
38143  Auflage, Duden 2001
38144 \end_layout
38145
38146 \begin_layout Bibliography
38147 \labelwidthstring References
38148 \begin_inset CommandInset bibitem
38149 LatexCommand bibitem
38150 key "Checklist"
38151
38152 \end_inset
38153
38154
38155 \begin_inset CommandInset href
38156 LatexCommand href
38157 name "Check list"
38158 target "http://physics.nist.gov/Document/checklist.pdf"
38159
38160 \end_inset
38161
38162  for reviewing manuscripts
38163 \end_layout
38164
38165 \begin_layout Standard
38166 \begin_inset CommandInset index_print
38167 LatexCommand printindex
38168 type "idx"
38169
38170 \end_inset
38171
38172
38173 \end_layout
38174
38175 \end_body
38176 \end_document