]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
d85a32bb12d54a6ce89cef64c211ff577cdc8d3a
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % To be able to enter the character ° and · directly in LyX,
34 % see sec. 22.11
35 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
36 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
37
38 % increase link area for cross-references and autoname them,
39 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
40 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
41 \addto\extrasenglish{%
42  \renewcommand*{\equationautorefname}[1]{}%
43  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
44  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
45  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
46 }
47
48 % don't load packages twice
49 % see first footnote in sec. 9.3
50 \@ifundefined{textcolor}{\usepackage{color}}{}
51
52 % the pages of the TOC are numbered roman
53 % and a PDF-bookmark for the TOC is added
54 \pagenumbering{roman}
55 \let\myTOC\tableofcontents
56 \renewcommand{\tableofcontents}{%
57  \vspace{1cm}
58  \pdfbookmark[1]{\contentsname}{}
59  \myTOC
60  \cleardoublepage
61  \pagenumbering{arabic}}
62
63 % insert additional vertical space of 1.5 mm between footnotes,
64 \let\myFoot\footnote
65 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
66
67 % provides caption formatting
68 \setkomafont{captionlabel}{\bfseries}
69
70 % used in sec. 24.5
71 \usepackage[samesize]{cancel}
72
73 % enables calculation of values
74 \usepackage{calc}
75
76 % for multiple columns used in sec. 24.7
77 \usepackage{multicol}
78
79 % needed in sec. 19.4
80 \usepackage{remreset}
81
82 % for the Fourier transformation symbol
83 \usepackage{mathrsfs}
84
85 % define a color, used in sec.9.3
86 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
87
88 % declare operators (see sec. 10.4 and sec. 15.2)
89 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
90 \DeclareMathOperator{\sgn}{sgn}
91
92 \newcommand{\spce}{\textvisiblespace}
93
94 % example definitions for sec. 20.1 
95 \newcommand{\gr}{\Longrightarrow}
96 \newcommand{\us}[1]{\underline{#1}}
97 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
98 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
99 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
100
101 % example macro from sec. 19.4
102 %\def\tagform@#1{\maketag@@@{|#1|}}
103
104 % macro from sec. 10.2
105 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
106 \def\mathclap {\mathpalette \mathclapinternal}
107 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
108
109
110 % ------------------------------------
111 % used to check for needed LaTeX packages
112 \usepackage{ifthen}
113
114 % check for package eurosym
115 % used for the Euro symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % check for package braket
123 % used for physical vectors
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % check for package cancel
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
145 \use_default_options false
146 \maintain_unincluded_children false
147 \language english
148 \language_package default
149 \inputencoding auto
150 \fontencoding global
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_math auto
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161 \graphics default
162 \default_output_format default
163 \output_sync 0
164 \bibtex_command default
165 \index_command default
166 \paperfontsize 12
167 \spacing single
168 \use_hyperref true
169 \pdf_title "LyX's Math Manual"
170 \pdf_author "LyX Team, Uwe Stöhr"
171 \pdf_subject "LyX-documentation about math"
172 \pdf_keywords "LyX, Mathed"
173 \pdf_bookmarks true
174 \pdf_bookmarksnumbered true
175 \pdf_bookmarksopen true
176 \pdf_bookmarksopenlevel 1
177 \pdf_breaklinks false
178 \pdf_pdfborder false
179 \pdf_colorlinks true
180 \pdf_backref false
181 \pdf_pdfusetitle false
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
183 \papersize a4paper
184 \use_geometry false
185 \use_package amsmath 2
186 \use_package amssymb 2
187 \use_package cancel 0
188 \use_package esint 1
189 \use_package mathdots 1
190 \use_package mathtools 0
191 \use_package mhchem 1
192 \use_package stackrel 0
193 \use_package stmaryrd 0
194 \use_package undertilde 0
195 \cite_engine basic
196 \cite_engine_type default
197 \biblio_style plain
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \justification true
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Index
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 LyX's detailed Math manual
231 \end_layout
232
233 \begin_layout Author
234 by the LyX Team
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 If you have comments or error corrections, please send them to the LyX Documenta
241 tion mailing list: 
242 \family typewriter
243
244 \begin_inset CommandInset href
245 LatexCommand href
246 name "lyx-docs@lists.lyx.org"
247 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
248 type "mailto:"
249
250 \end_inset
251
252
253 \end_layout
254
255 \end_inset
256
257
258 \begin_inset Note Note
259 status collapsed
260
261 \begin_layout Plain Layout
262 author: Uwe Stöhr
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \family sans
277 Version 2.0.x
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset CommandInset toc
282 LatexCommand tableofcontents
283
284 \end_inset
285
286
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset Note Note
291 status open
292
293 \begin_layout Plain Layout
294 To export this document to PDF, PS or DVI the LaTeX-packages 
295 \series bold
296 braket, cancel, eurosym, mathdots, mhchem
297 \series default
298  and 
299 \series bold
300 was
301 \series default
302  should be installed.
303  If they are not installed the document can be exported anyway but the sections
304  where the packages are required will not appear in the output.
305  An exception is 
306 \series bold
307 mhchem
308 \series default
309 ; if it is not installed, this file cannot be exported.
310 \end_layout
311
312 \begin_layout Plain Layout
313 The latest PDF-version of this document can be found here:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Newpage newpage
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Section
335 Introduction
336 \end_layout
337
338 \begin_layout Standard
339 This document explains LyX's math features and is furthermore a collection
340  of LaTeX-commands used for mathematical characters and constructs.
341  The explanations are designed for the usage of commands.
342  It is therefore required that you have read the section 
343 \family typewriter
344 Mathematical
345 \begin_inset space ~
346 \end_inset
347
348 Formulas
349 \family default
350  of the User's Guide.
351 \end_layout
352
353 \begin_layout Standard
354 Most of the characters and many constructs explained in this manual are
355  also accessible via the menu 
356 \family sans
357 Insert
358 \series bold
359 \SpecialChar \menuseparator
360
361 \series default
362 Math
363 \family default
364  or the 
365 \family sans
366 math
367 \family default
368 \series bold
369  
370 \family sans
371 \series default
372 toolbar
373 \family default
374 .
375  But everybody who has to write lots of formulas will notice that it is
376  much faster to use commands instead of the math toolbar.
377  Therefore this manual is focused on commands but also mentions the correspondin
378 g toolbar buttons when available.
379 \end_layout
380
381 \begin_layout Standard
382 If not specially mentioned the commands are only available within formulas.
383  To be able to use all commands explained in this document, the option 
384 \family sans
385 Use AMS math package
386 \family default
387  must be checked in the document settings (menu 
388 \family sans
389 Document\SpecialChar \menuseparator
390 Settings\SpecialChar \menuseparator
391 Math
392 \begin_inset space ~
393 \end_inset
394
395 Options
396 \family default
397 ).
398 \begin_inset Foot
399 status collapsed
400
401 \begin_layout Plain Layout
402 The option 
403 \family sans
404 Use AMS math package automatically
405 \family default
406  only uses 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math when math constructs are found that are supported by LyX.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 This document doesn't list all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS 
437 \end_layout
438
439 \end_inset
440
441 -math commands
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446 A list with all 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS
455 \end_layout
456
457 \end_inset
458
459 -math commands is in the file 
460 \family sans
461
462 \begin_inset CommandInset href
463 LatexCommand href
464 name "amsguide.ps"
465 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
466
467 \end_inset
468
469
470 \family default
471 , which is part of every LaTeX standard installation.
472 \end_layout
473
474 \end_inset
475
476  for lucidity reasons.
477 \end_layout
478
479 \begin_layout Section
480 General Instructions
481 \end_layout
482
483 \begin_layout Standard
484 To create an inline formula
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Formula ! inline
490 \end_layout
491
492 \end_inset
493
494  that is embedded into a text line, use one of the shortcuts 
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-mode"
498 \end_inset
499
500  or the toolbar button 
501 \begin_inset Graphics
502         filename ../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507 .
508 \begin_inset Newline newline
509 \end_inset
510
511 To create a display style formula
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formula ! display style
517 \end_layout
518
519 \end_inset
520
521  which will appear bigger, has a different format, and will be in a separate
522  paragraph, use one of these shortcuts: 
523 \begin_inset Info
524 type  "shortcuts"
525 arg   "math-display"
526 \end_inset
527
528 .
529 \end_layout
530
531 \begin_layout Standard
532 To change a display style formula to an inline formula, set the cursor into
533  the formula and use one of the shortcuts 
534 \begin_inset Info
535 type  "shortcuts"
536 arg   "math-mode"
537 \end_inset
538
539  or the menu 
540 \family sans
541 Edit\SpecialChar \menuseparator
542 Math\SpecialChar \menuseparator
543 Change formula type
544 \family default
545 .
546  The same way is used to change an inline formula to a display style formula.
547 \end_layout
548
549 \begin_layout Standard
550 To display parts of an inline formula in the size of a display style formula,
551  enter the command 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Commands ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  to a formula.
570  Then a new blue box appears in which the desired formula part is inserted.
571 \end_layout
572
573 \begin_layout Standard
574 Only inline formulas are allowed inside tables.
575 \end_layout
576
577 \begin_layout Standard
578 The 
579 \family sans
580 math toolbar
581 \family default
582  can be turned on in the menu 
583 \family sans
584 View\SpecialChar \menuseparator
585 Toolbars
586 \family default
587 .
588  When you click there on 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Math
593 \begin_inset Quotes erd
594 \end_inset
595
596  the toolbar will be shown permanently at the bottom; this state is visualized
597  in the 
598 \family sans
599 Toolbars
600 \family default
601  menu with a checkmark.
602  When you click in this state again on 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Math
607 \begin_inset Quotes erd
608 \end_inset
609
610  in the 
611 \family sans
612 Toolbars
613 \family default
614  menu, the 
615 \family sans
616 math toolbar
617 \family default
618  is only shown when the cursor is within a formula; this state is visualized
619  by the renaming of the menu entry from 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset Quotes erd
625 \end_inset
626
627  to 
628 \begin_inset Quotes eld
629 \end_inset
630
631 Math
632 \begin_inset space ~
633 \end_inset
634
635 (auto)
636 \begin_inset Quotes erd
637 \end_inset
638
639 .
640 \end_layout
641
642 \begin_layout Standard
643 The TeX-mode
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 T@TeX-mode
649 \end_layout
650
651 \end_inset
652
653  is invoked by pressing the toolbar button 
654 \begin_inset Graphics
655         filename ../images/ert-insert.png
656         scale 85
657
658 \end_inset
659
660  or by using the menu 
661 \family sans
662 Insert\SpecialChar \menuseparator
663 Te
664 \begin_inset ERT
665 status collapsed
666
667 \begin_layout Plain Layout
668
669 {}
670 \end_layout
671
672 \end_inset
673
674 X Code
675 \family default
676  (shortcut 
677 \begin_inset Info
678 type  "shortcut"
679 arg   "ert-insert"
680 \end_inset
681
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX there are three 
688 \begin_inset Quotes eld
689 \end_inset
690
691 proper names
692 \begin_inset Quotes erd
693 \end_inset
694
695  that appear in the output with sub- and superscript letters: TeX, LaTeX
696  and LyX
697 \end_layout
698
699 \begin_layout Plain Layout
700 To avoid that these names are recognized as proper names, a TeX-brace pair
701  is inserted.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 To change the LaTeX-preamble
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 L@LaTeX-preamble
716 \end_layout
717
718 \end_inset
719
720 , use the menu 
721 \family sans
722 Document\SpecialChar \menuseparator
723 Settings\SpecialChar \menuseparator
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX
736 \family default
737  
738 \family sans
739 Preamble
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 To edit matrices, case differentiations and multiline formulas subsequently,
746  use the menus 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Math
750 \family default
751  and 
752 \family sans
753 Edit\SpecialChar \menuseparator
754 Rows
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Columns,
763 \family default
764  or the 
765 \family sans
766 table toolbar
767 \family default
768 .
769  When lines and columns are swapped via the menu, the column or line where
770  the cursor is in is exchanged with the column to the right or the line
771  below, respectively.
772  Is the cursor in the last column or row, the exchange is done with the
773  column to the left or the line above.
774 \end_layout
775
776 \begin_layout Standard
777 To write text in formulas
778 \begin_inset Foot
779 status collapsed
780
781 \begin_layout Plain Layout
782 For multiline formulas the command 
783 \series bold
784
785 \backslash
786 intertext
787 \series default
788  is used, see 
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "sub:Text-in-multiline"
792
793 \end_inset
794
795 .
796 \end_layout
797
798 \end_inset
799
800  
801 \emph on
802 mathematical text
803 \emph default
804
805 \begin_inset Index idx
806 status collapsed
807
808 \begin_layout Plain Layout
809 Text ! in formulas
810 \end_layout
811
812 \end_inset
813
814
815 \begin_inset Index idx
816 status collapsed
817
818 \begin_layout Plain Layout
819 Mathematical text
820 \end_layout
821
822 \end_inset
823
824  is used.
825  This mode is invoked with the shortcut 
826 \begin_inset Info
827 type  "shortcut"
828 arg   "font-default"
829 \end_inset
830
831  or by the insertion of the command 
832 \series bold
833
834 \backslash
835 text
836 \series default
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 Commands ! T ! 
843 \backslash
844 text
845 \end_layout
846
847 \end_inset
848
849 .
850  The text appears black in LyX and can therefore be distinguished from the
851  other formula parts which appear blue.
852  In the output mathematical text is set upright, in contrary to other formula
853  parts.
854 \end_layout
855
856 \begin_layout Subsection*
857 Command Scheme
858 \end_layout
859
860 \begin_layout Standard
861 Most of the LaTeX-commands for math constructs have the following scheme:
862 \end_layout
863
864 \begin_layout Standard
865
866 \series bold
867
868 \backslash
869 commandname[optional
870 \series default
871  
872 \series bold
873 argument]{required
874 \series default
875  
876 \series bold
877 argument}
878 \end_layout
879
880 \begin_layout Standard
881 A command always starts with a backslash 
882 \begin_inset Quotes gld
883 \end_inset
884
885
886 \series bold
887
888 \backslash
889
890 \series default
891
892 \begin_inset Quotes grd
893 \end_inset
894
895 .
896  To omit optional arguments, also omit the associated brackets.
897  The braces around the required arguments are named in this document as
898  TeX-braces
899 \begin_inset Index idx
900 status collapsed
901
902 \begin_layout Plain Layout
903 T@TeX-braces
904 \end_layout
905
906 \end_inset
907
908 .
909  If you add in a formula a left brace to a command name, LyX automatically
910  creates a TeX-brace.
911  In all other cases TeX-braces are created in formulas with the command
912  
913 \series bold
914
915 \backslash
916 {
917 \series default
918 .
919  TeX-braces appear red in LyX, in contrary to normal braces which appear
920  blue.
921  In TeX-mode no command is needed to get TeX-braces.
922  TeX-braces don't appear in the output.
923 \end_layout
924
925 \begin_layout Standard
926 When commands without arguments, like commands for symbols are entered in
927  TeX-mode, a space character must 
928 \emph on
929 always
930 \emph default
931  be behind the command to end it.
932  This space doesn't appear in the output.
933  When the space should appear in the output, the space must be followed
934  by a protected space in normal text.
935 \end_layout
936
937 \begin_layout Standard
938 A protected space is inserted with 
939 \begin_inset Info
940 type  "shortcuts"
941 arg   "command-alternatives space-insert protected ; math-space"
942 \end_inset
943
944 .
945 \end_layout
946
947 \begin_layout Subsection*
948 \begin_inset Newpage newpage
949 \end_inset
950
951 Syntax Explanation
952 \end_layout
953
954 \begin_layout Itemize
955 The symbol
956 \begin_inset Foot
957 status collapsed
958
959 \begin_layout Plain Layout
960 This visible space character can be created with the command 
961 \series bold
962
963 \backslash
964 textvisiblespace
965 \series default
966
967 \begin_inset Index idx
968 status collapsed
969
970 \begin_layout Plain Layout
971 Commands ! T ! 
972 \backslash
973 textvisiblespace
974 \end_layout
975
976 \end_inset
977
978 , inserted in TeX-mode.
979 \end_layout
980
981 \end_inset
982
983  
984 \begin_inset ERT
985 status collapsed
986
987 \begin_layout Plain Layout
988
989
990 \backslash
991 spce 
992 \end_layout
993
994 \end_inset
995
996
997 \begin_inset space ~
998 \end_inset
999
1000 denotes a space character to be input.
1001 \end_layout
1002
1003 \begin_layout Itemize
1004 An arrow like 
1005 \begin_inset Formula $\to$
1006 \end_inset
1007
1008  denotes the usage of the corresponding arrow key on the keyboard.
1009  The 
1010 \family sans
1011 Tab
1012 \family default
1013  key can often be used instead of 
1014 \begin_inset Formula $\to$
1015 \end_inset
1016
1017  and 
1018 \begin_inset Formula $\downarrow$
1019 \end_inset
1020
1021 , and 
1022 \family sans
1023 Shift+Tab
1024 \family default
1025  instead of 
1026 \begin_inset Formula $\leftarrow$
1027 \end_inset
1028
1029  and 
1030 \begin_inset Formula $\uparrow$
1031 \end_inset
1032
1033 .
1034 \end_layout
1035
1036 \begin_layout Subsection*
1037 Available units
1038 \end_layout
1039
1040 \begin_layout Standard
1041 \align center
1042 \begin_inset Float table
1043 placement H
1044 wide false
1045 sideways false
1046 status open
1047
1048 \begin_layout Plain Layout
1049 \align center
1050 \begin_inset Caption Standard
1051
1052 \begin_layout Plain Layout
1053 \begin_inset CommandInset label
1054 LatexCommand label
1055 name "tab:Available-units"
1056
1057 \end_inset
1058
1059 Available units
1060 \end_layout
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \begin_layout Plain Layout
1068 \align center
1069 \begin_inset Tabular
1070 <lyxtabular version="3" rows="13" columns="2">
1071 <features rotate="0" tabularvalignment="middle">
1072 <column alignment="center" valignment="top">
1073 <column alignment="center" valignment="top">
1074 <row>
1075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 Unit
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 Name / Description
1089 \end_layout
1090
1091 \end_inset
1092 </cell>
1093 </row>
1094 <row>
1095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 mm
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1105 \begin_inset Text
1106
1107 \begin_layout Plain Layout
1108 Millimeter
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 cm
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Centimeter
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 </row>
1134 <row>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 in
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 Inch (1
1149 \begin_inset space \thinspace{}
1150 \end_inset
1151
1152 in = 2,54
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 cm)
1157 \end_layout
1158
1159 \end_inset
1160 </cell>
1161 </row>
1162 <row>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 pt
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 Point (72.27
1177 \begin_inset space \thinspace{}
1178 \end_inset
1179
1180 pt = 1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 in)
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 </row>
1190 <row>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 pc
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 Pica (1
1205 \begin_inset space \thinspace{}
1206 \end_inset
1207
1208 pc = 12
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 pt)
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 </row>
1218 <row>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 sp
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 scaled point (65536
1233 \begin_inset space \thinspace{}
1234 \end_inset
1235
1236 sp = 1
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 pt)
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 </row>
1246 <row>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 bp
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 big point (72
1261 \begin_inset space \thinspace{}
1262 \end_inset
1263
1264 bp = 1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 in)
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 </row>
1274 <row>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 dd
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 Didot (1
1289 \begin_inset space \thinspace{}
1290 \end_inset
1291
1292 dd 
1293 \begin_inset Formula $\approx$
1294 \end_inset
1295
1296  0.376
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 mm)
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 </row>
1306 <row>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 cc
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 Cicero (1
1321 \begin_inset space \thinspace{}
1322 \end_inset
1323
1324 cc = 12
1325 \begin_inset space \thinspace{}
1326 \end_inset
1327
1328 dd)
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 ex
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Height of letter 
1349 \emph on
1350
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354 x
1355 \emph default
1356
1357 \begin_inset Quotes erd
1358 \end_inset
1359
1360  in the current font
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 </row>
1366 <row>
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 em
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1377 \begin_inset Text
1378
1379 \begin_layout Plain Layout
1380 width of letter 
1381 \begin_inset Quotes eld
1382 \end_inset
1383
1384
1385 \emph on
1386 M
1387 \emph default
1388
1389 \begin_inset Quotes erd
1390 \end_inset
1391
1392  in the current font
1393 \end_layout
1394
1395 \end_inset
1396 </cell>
1397 </row>
1398 <row>
1399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1400 \begin_inset Text
1401
1402 \begin_layout Plain Layout
1403 mu
1404 \end_layout
1405
1406 \end_inset
1407 </cell>
1408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1409 \begin_inset Text
1410
1411 \begin_layout Plain Layout
1412 math unit (1
1413 \begin_inset space \thinspace{}
1414 \end_inset
1415
1416 mu = 
1417 \begin_inset Formula $\nicefrac{1}{18}$
1418 \end_inset
1419
1420
1421 \begin_inset space \thinspace{}
1422 \end_inset
1423
1424 em)
1425 \end_layout
1426
1427 \end_inset
1428 </cell>
1429 </row>
1430 </lyxtabular>
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \begin_layout Standard
1443 \begin_inset Newpage newpage
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \begin_layout Section
1450 Basic Functions
1451 \end_layout
1452
1453 \begin_layout Subsection
1454 Exponents
1455 \begin_inset Index idx
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 Exponents
1460 \end_layout
1461
1462 \end_inset
1463
1464  and Indices
1465 \begin_inset Index idx
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469 Indices
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 Superscripts|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Exponents
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506
1507 \begin_inset Index idx
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511 Subscripts|see
1512 \begin_inset ERT
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516
1517 {
1518 \end_layout
1519
1520 \end_inset
1521
1522 Indices
1523 \begin_inset ERT
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527
1528 }
1529 \end_layout
1530
1531 \end_inset
1532
1533
1534 \end_layout
1535
1536 \end_inset
1537
1538
1539 \end_layout
1540
1541 \begin_layout Standard
1542 Indices are created with an underscore 
1543 \begin_inset Quotes eld
1544 \end_inset
1545
1546 _
1547 \begin_inset Quotes erd
1548 \end_inset
1549
1550  or via the math toolbar button 
1551 \begin_inset Graphics
1552         filename ../images/math-subscript.png
1553         scale 85
1554
1555 \end_inset
1556
1557 , exponents with a caret 
1558 \begin_inset Quotes eld
1559 \end_inset
1560
1561 ^
1562 \begin_inset Quotes erd
1563 \end_inset
1564
1565  or via the math toolbar button 
1566 \begin_inset Graphics
1567         filename ../images/math-superscript.png
1568         scale 85
1569
1570 \end_inset
1571
1572 .
1573 \end_layout
1574
1575 \begin_layout Standard
1576 \align center
1577 \begin_inset Tabular
1578 <lyxtabular version="3" rows="4" columns="2">
1579 <features rotate="0" tabularvalignment="middle">
1580 <column alignment="center" valignment="top" width="0pt">
1581 <column alignment="center" valignment="top" width="0pt">
1582 <row>
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 command
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596 Result
1597 \begin_inset Note Note
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601
1602 \series bold
1603
1604 \backslash
1605 raisebox
1606 \series default
1607  is only used as spacer.
1608 \end_layout
1609
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 </row>
1618 <row>
1619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623 B_V
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632 \begin_inset Formula $B_{V}$
1633 \end_inset
1634
1635
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 </row>
1641 <row>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 B^V
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \end_inset
1662 </cell>
1663 </row>
1664 <row>
1665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1666 \begin_inset Text
1667
1668 \begin_layout Plain Layout
1669 B^
1670 \begin_inset ERT
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674
1675
1676 \backslash
1677 spce 
1678 \end_layout
1679
1680 \end_inset
1681
1682 A
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \end_inset
1698 </cell>
1699 </row>
1700 </lyxtabular>
1701
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \begin_layout Standard
1708 As the caret is in some languages an accent, vowels will be accentuated
1709  in this case and not set as exponents
1710 \begin_inset Foot
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 Depending on the used keyboard settings this can also happen for characters
1715  other than vowels.
1716 \end_layout
1717
1718 \end_inset
1719
1720 .
1721  To get exponents in this case, press 
1722 \family sans
1723 Space
1724 \family default
1725  after the caret as in the last example.
1726 \end_layout
1727
1728 \begin_layout Subsection
1729 Fractions
1730 \begin_inset CommandInset label
1731 LatexCommand label
1732 name "sub:Fractions"
1733
1734 \end_inset
1735
1736
1737 \begin_inset Index idx
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741 Fractions
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \end_layout
1748
1749 \begin_layout Standard
1750 Fractions are generated with the command 
1751 \series bold
1752
1753 \backslash
1754 frac
1755 \series default
1756
1757 \begin_inset Index idx
1758 status collapsed
1759
1760 \begin_layout Plain Layout
1761 Commands ! F ! 
1762 \backslash
1763 frac
1764 \end_layout
1765
1766 \end_inset
1767
1768  or via the math toolbar button 
1769 \begin_inset Graphics
1770         filename ../images/math/frac.png
1771         scale 50
1772
1773 \end_inset
1774
1775 .
1776  The font size is adjusted automatically, depending on whether the fraction
1777  is in an inline or display style formula.
1778  With the math toolbar button 
1779 \begin_inset Graphics
1780         filename ../images/math/frac-square.png
1781         scale 85
1782
1783 \end_inset
1784
1785  you can select different fraction types.
1786 \end_layout
1787
1788 \begin_layout Standard
1789 With the command 
1790 \series bold
1791
1792 \backslash
1793 dfrac
1794 \series default
1795
1796 \begin_inset Index idx
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800 Commands ! D ! 
1801 \backslash
1802 dfrac
1803 \end_layout
1804
1805 \end_inset
1806
1807  a fraction can be created that always has the size of a display style formula.
1808  With 
1809 \series bold
1810
1811 \backslash
1812 tfrac
1813 \series default
1814
1815 \begin_inset Index idx
1816 status collapsed
1817
1818 \begin_layout Plain Layout
1819 Commands ! T ! 
1820 \backslash
1821 tfrac
1822 \end_layout
1823
1824 \end_inset
1825
1826  the fraction appears always with the size of an inline formula.
1827  An example:
1828 \end_layout
1829
1830 \begin_layout Standard
1831 A line with the fraction 
1832 \begin_inset Formula $\frac{1}{2}$
1833 \end_inset
1834
1835  that was created with the command 
1836 \series bold
1837
1838 \backslash
1839 frac
1840 \series default
1841 .
1842 \end_layout
1843
1844 \begin_layout Standard
1845 A line with the fraction 
1846 \begin_inset Formula $\dfrac{1}{2}$
1847 \end_inset
1848
1849  that was created with the command 
1850 \series bold
1851
1852 \backslash
1853 dfrac
1854 \series default
1855 .
1856 \end_layout
1857
1858 \begin_layout Standard
1859 \align center
1860 \begin_inset Tabular
1861 <lyxtabular version="3" rows="4" columns="2">
1862 <features rotate="0" tabularvalignment="middle">
1863 <column alignment="center" valignment="top" width="0pt">
1864 <column alignment="center" valignment="top" width="0pt">
1865 <row>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870 Command
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 Result
1880 \begin_inset Note Note
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884
1885 \series bold
1886
1887 \backslash
1888 raisebox
1889 \series default
1890  is only used as spacer.
1891 \end_layout
1892
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 <row>
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \backslash
1908 frac
1909 \begin_inset ERT
1910 status collapsed
1911
1912 \begin_layout Plain Layout
1913
1914
1915 \backslash
1916 spce 
1917 \end_layout
1918
1919 \end_inset
1920
1921 A
1922 \begin_inset Formula $\downarrow$
1923 \end_inset
1924
1925 B
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \backslash
1950 dfrac
1951 \begin_inset ERT
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955
1956
1957 \backslash
1958 spce 
1959 \end_layout
1960
1961 \end_inset
1962
1963 A
1964 \begin_inset Formula $\downarrow$
1965 \end_inset
1966
1967 B
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Plain Layout
1976 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1977 \end_inset
1978
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \backslash
1992 dfrac
1993 \begin_inset ERT
1994 status collapsed
1995
1996 \begin_layout Plain Layout
1997
1998
1999 \backslash
2000 spce 
2001 \end_layout
2002
2003 \end_inset
2004
2005 e^
2006 \backslash
2007 frac
2008 \begin_inset ERT
2009 status collapsed
2010
2011 \begin_layout Plain Layout
2012
2013
2014 \backslash
2015 spce 
2016 \end_layout
2017
2018 \end_inset
2019
2020 1
2021 \begin_inset Formula $\downarrow$
2022 \end_inset
2023
2024 2
2025 \begin_inset Formula $\downarrow\downarrow$
2026 \end_inset
2027
2028 3
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \end_inset
2044 </cell>
2045 </row>
2046 </lyxtabular>
2047
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054 \begin_inset VSpace bigskip
2055 \end_inset
2056
2057
2058 \begin_inset Newpage newpage
2059 \end_inset
2060
2061 For nested fractions the command 
2062 \series bold
2063
2064 \backslash
2065 cfrac
2066 \series default
2067
2068 \begin_inset Index idx
2069 status collapsed
2070
2071 \begin_layout Plain Layout
2072 Commands ! C ! 
2073 \backslash
2074 cfrac
2075 \end_layout
2076
2077 \end_inset
2078
2079  can be used.
2080  Here is an example:
2081 \begin_inset VSpace -3mm
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 \begin_inset Formula 
2089 \begin{align*}
2090 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2091 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2092 \end{align*}
2093
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 The command for the example above is:
2101 \end_layout
2102
2103 \begin_layout Standard
2104
2105 \series bold
2106
2107 \backslash
2108 cfrac
2109 \begin_inset ERT
2110 status collapsed
2111
2112 \begin_layout Plain Layout
2113
2114
2115 \backslash
2116 spce 
2117 \end_layout
2118
2119 \end_inset
2120
2121 A
2122 \begin_inset Formula $\downarrow$
2123 \end_inset
2124
2125 B+
2126 \backslash
2127 cfrac
2128 \begin_inset ERT
2129 status collapsed
2130
2131 \begin_layout Plain Layout
2132
2133
2134 \backslash
2135 spce 
2136 \end_layout
2137
2138 \end_inset
2139
2140 C+
2141 \backslash
2142 cfrac
2143 \begin_inset ERT
2144 status collapsed
2145
2146 \begin_layout Plain Layout
2147
2148
2149 \backslash
2150 spce 
2151 \end_layout
2152
2153 \end_inset
2154
2155 E
2156 \begin_inset Formula $\downarrow$
2157 \end_inset
2158
2159 F
2160 \begin_inset Formula $\downarrow$
2161 \end_inset
2162
2163 D
2164 \end_layout
2165
2166 \begin_layout Standard
2167 \begin_inset VSpace medskip
2168 \end_inset
2169
2170
2171 \end_layout
2172
2173 \begin_layout Standard
2174
2175 \series bold
2176
2177 \backslash
2178 cfrac
2179 \series default
2180  sets the fraction always in the size of a displayed formula, also when
2181  it is part of another fraction.
2182 \end_layout
2183
2184 \begin_layout Standard
2185 It is possible to specify the alignment of the numerator.
2186  The command 
2187 \series bold
2188
2189 \backslash
2190 cfracleft
2191 \series default
2192  is used to left align it, the command 
2193 \series bold
2194
2195 \backslash
2196 cfracright
2197 \series default
2198  to right-align it.
2199  
2200 \series bold
2201
2202 \backslash
2203 cfrac
2204 \series default
2205  centers the numerator.
2206  These fractions demonstrate the different alignments:
2207 \end_layout
2208
2209 \begin_layout Standard
2210
2211 \series bold
2212 \begin_inset Formula 
2213 \[
2214 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2215 \]
2216
2217 \end_inset
2218
2219
2220 \end_layout
2221
2222 \begin_layout Standard
2223 \begin_inset Note Greyedout
2224 status open
2225
2226 \begin_layout Plain Layout
2227
2228 \series bold
2229 Note:
2230 \series default
2231  
2232 \series bold
2233
2234 \backslash
2235 cfracleft
2236 \series default
2237  and 
2238 \series bold
2239
2240 \backslash
2241 cfracright
2242 \series default
2243  are no real LaTeX commands but represent the command 
2244 \series bold
2245
2246 \backslash
2247 cfrac[alignment]{numerator}{denominator}
2248 \series default
2249  .
2250  Therefore you cannot use them in TeX code.
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 \begin_inset VSpace medskip
2260 \end_inset
2261
2262 It is often advantageous to combine 
2263 \series bold
2264
2265 \backslash
2266 cfrac
2267 \series default
2268  and 
2269 \series bold
2270
2271 \backslash
2272 frac
2273 \series default
2274 :
2275 \begin_inset Formula 
2276 \[
2277 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2278 \]
2279
2280 \end_inset
2281
2282
2283 \end_layout
2284
2285 \begin_layout Standard
2286 For inline fractions with a sloped fraction stroke you can use the command
2287  
2288 \series bold
2289
2290 \backslash
2291 nicefrac
2292 \series default
2293
2294 \begin_inset Index idx
2295 status collapsed
2296
2297 \begin_layout Plain Layout
2298 Commands ! N ! 
2299 \backslash
2300 nicefrac
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \begin_inset Formula $\nicefrac{5}{31}$
2307 \end_inset
2308
2309  or 
2310 \series bold
2311
2312 \backslash
2313 unitfrac
2314 \series default
2315
2316 \begin_inset Index idx
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Commands ! U ! 
2321 \backslash
2322 unitfrac
2323 \end_layout
2324
2325 \end_inset
2326
2327
2328 \begin_inset Formula $\unitfrac{5}{31}$
2329 \end_inset
2330
2331  There is furthermore the command 
2332 \series bold
2333
2334 \backslash
2335 unitfracthree
2336 \series default
2337  that offers to write a fraction in combination with a number: 
2338 \begin_inset Formula $\unitfrac[2]{1}{3}$
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 \begin_inset Note Greyedout
2346 status open
2347
2348 \begin_layout Plain Layout
2349
2350 \series bold
2351 Note:
2352 \series default
2353  
2354 \series bold
2355
2356 \backslash
2357 unitfracthree
2358 \series default
2359  is not a real LaTeX command but the command
2360 \begin_inset Newline newline
2361 \end_inset
2362
2363
2364 \series bold
2365
2366 \backslash
2367 unitfrac[number]{numerator}{denominator}
2368 \series default
2369  .
2370  Therefore you cannot use it in TeX code.
2371 \end_layout
2372
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \begin_layout Standard
2379 How to define own fractions where the fraction stroke can be changed, is
2380  explained in 
2381 \begin_inset CommandInset ref
2382 LatexCommand ref
2383 reference "sub:Self-defined-Fractions"
2384
2385 \end_inset
2386
2387 .
2388 \end_layout
2389
2390 \begin_layout Standard
2391 \begin_inset Newpage newpage
2392 \end_inset
2393
2394
2395 \end_layout
2396
2397 \begin_layout Subsection
2398 Roots
2399 \begin_inset Index idx
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403 Roots
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Standard
2412 Square roots are created with 
2413 \series bold
2414
2415 \backslash
2416 sqrt
2417 \series default
2418
2419 \begin_inset Index idx
2420 status collapsed
2421
2422 \begin_layout Plain Layout
2423 Commands ! S ! 
2424 \backslash
2425 sqrt
2426 \end_layout
2427
2428 \end_inset
2429
2430  or the math toolbar button 
2431 \begin_inset Graphics
2432         filename ../images/math/sqrt.png
2433         scale 85
2434
2435 \end_inset
2436
2437 , all other roots with the command 
2438 \series bold
2439
2440 \backslash
2441 root
2442 \series default
2443
2444 \begin_inset Index idx
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 Commands ! R ! 
2449 \backslash
2450 root
2451 \end_layout
2452
2453 \end_inset
2454
2455  or with the math toolbar button 
2456 \begin_inset Graphics
2457         filename ../images/math/root.png
2458         scale 85
2459
2460 \end_inset
2461
2462 .
2463 \end_layout
2464
2465 \begin_layout Standard
2466 \align center
2467 \begin_inset Tabular
2468 <lyxtabular version="3" rows="3" columns="2">
2469 <features rotate="0" tabularvalignment="middle">
2470 <column alignment="center" valignment="top" width="0pt">
2471 <column alignment="center" valignment="top" width="0pt">
2472 <row>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477 Command
2478 \end_layout
2479
2480 \end_inset
2481 </cell>
2482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2483 \begin_inset Text
2484
2485 \begin_layout Plain Layout
2486 Result
2487 \begin_inset Note Note
2488 status collapsed
2489
2490 \begin_layout Plain Layout
2491
2492 \series bold
2493
2494 \backslash
2495 raisebox
2496 \series default
2497  is only used as spacer.
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 </row>
2508 <row>
2509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2510 \begin_inset Text
2511
2512 \begin_layout Plain Layout
2513
2514 \backslash
2515 sqrt
2516 \begin_inset ERT
2517 status collapsed
2518
2519 \begin_layout Plain Layout
2520
2521
2522 \backslash
2523 spce 
2524 \end_layout
2525
2526 \end_inset
2527
2528 A-B
2529 \end_layout
2530
2531 \end_inset
2532 </cell>
2533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2534 \begin_inset Text
2535
2536 \begin_layout Plain Layout
2537 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 </row>
2546 <row>
2547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2548 \begin_inset Text
2549
2550 \begin_layout Plain Layout
2551
2552 \backslash
2553 root
2554 \begin_inset ERT
2555 status collapsed
2556
2557 \begin_layout Plain Layout
2558
2559
2560 \backslash
2561 spce 
2562 \end_layout
2563
2564 \end_inset
2565
2566 3
2567 \begin_inset Formula $\downarrow$
2568 \end_inset
2569
2570 A-B
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2580 \end_inset
2581
2582
2583 \end_layout
2584
2585 \end_inset
2586 </cell>
2587 </row>
2588 </lyxtabular>
2589
2590 \end_inset
2591
2592
2593 \end_layout
2594
2595 \begin_layout Standard
2596 A square root can also be created with 
2597 \series bold
2598
2599 \backslash
2600 root
2601 \series default
2602  when the root index field is left empty.
2603 \end_layout
2604
2605 \begin_layout Standard
2606 With certain indices the distance to the root is too small, like in this
2607  formula: 
2608 \begin_inset Formula $\sqrt[\beta]{B}$
2609 \end_inset
2610
2611
2612 \begin_inset Newline newline
2613 \end_inset
2614
2615 The 
2616 \begin_inset Formula $\beta$
2617 \end_inset
2618
2619  touches the root.
2620  To avoid this, the commands 
2621 \series bold
2622
2623 \backslash
2624 leftroot
2625 \series default
2626
2627 \begin_inset Index idx
2628 status collapsed
2629
2630 \begin_layout Plain Layout
2631 Commands ! L ! 
2632 \backslash
2633 leftroot
2634 \end_layout
2635
2636 \end_inset
2637
2638  and 
2639 \series bold
2640
2641 \backslash
2642 uproot
2643 \series default
2644
2645 \begin_inset Index idx
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Commands ! U ! 
2650 \backslash
2651 uproot
2652 \end_layout
2653
2654 \end_inset
2655
2656  are used with the following scheme:
2657 \end_layout
2658
2659 \begin_layout Standard
2660
2661 \series bold
2662
2663 \backslash
2664 leftroot{distance}
2665 \series default
2666  and 
2667 \series bold
2668
2669 \backslash
2670 uproot{distance}
2671 \end_layout
2672
2673 \begin_layout Standard
2674 Distance is the number of Big Points (unit bp; 
2675 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2676 \end_inset
2677
2678 ), that the index should be moved to the left or top, resp..
2679  The commands are written to the index.
2680  This way the command
2681 \begin_inset Newline newline
2682 \end_inset
2683
2684
2685 \series bold
2686
2687 \backslash
2688 root
2689 \backslash
2690 leftroot{-1
2691 \begin_inset Formula $\to$
2692 \end_inset
2693
2694
2695 \backslash
2696 uproot{2
2697 \begin_inset Formula $\to$
2698 \end_inset
2699
2700
2701 \backslash
2702 beta
2703 \begin_inset ERT
2704 status collapsed
2705
2706 \begin_layout Plain Layout
2707
2708
2709 \backslash
2710 spce 
2711 \end_layout
2712
2713 \end_inset
2714
2715
2716 \begin_inset Formula $\to$
2717 \end_inset
2718
2719 B
2720 \begin_inset Newline newline
2721 \end_inset
2722
2723
2724 \series default
2725 produces a correct typeset formula: 
2726 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Subsection
2733 Binomial Coefficients
2734 \begin_inset Index idx
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Binomial coefficients
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \end_layout
2745
2746 \begin_layout Standard
2747 Binomial coefficients are inserted with the command 
2748 \series bold
2749
2750 \backslash
2751 binom
2752 \series default
2753
2754 \begin_inset Index idx
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 Commands ! B ! 
2759 \backslash
2760 binom
2761 \end_layout
2762
2763 \end_inset
2764
2765  or with the submenu of the math toolbar button 
2766 \begin_inset Graphics
2767         filename ../images/math/frac-square.png
2768         scale 85
2769
2770 \end_inset
2771
2772 .
2773  As with fractions (
2774 \series bold
2775
2776 \backslash
2777 frac
2778 \series default
2779 ) in addition to 
2780 \series bold
2781
2782 \backslash
2783 binom
2784 \series default
2785  there are the commands 
2786 \series bold
2787
2788 \backslash
2789 dbinom
2790 \series default
2791
2792 \begin_inset Index idx
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796 Commands ! D ! 
2797 \backslash
2798 dbinom
2799 \end_layout
2800
2801 \end_inset
2802
2803  and 
2804 \series bold
2805
2806 \backslash
2807 tbinom
2808 \series default
2809
2810 \begin_inset Index idx
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814 Commands ! T ! 
2815 \backslash
2816 tbinom
2817 \end_layout
2818
2819 \end_inset
2820
2821 .
2822  For other brackets around binomial coeficients there are the commands 
2823 \series bold
2824
2825 \backslash
2826 brace
2827 \series default
2828
2829 \begin_inset Index idx
2830 status collapsed
2831
2832 \begin_layout Plain Layout
2833 Commands ! B ! 
2834 \backslash
2835 brace
2836 \end_layout
2837
2838 \end_inset
2839
2840  and 
2841 \series bold
2842
2843 \backslash
2844 brack
2845 \series default
2846
2847 \begin_inset Index idx
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851 Commands ! B ! 
2852 \backslash
2853 brack
2854 \end_layout
2855
2856 \end_inset
2857
2858 .
2859 \end_layout
2860
2861 \begin_layout Standard
2862 \align center
2863 \begin_inset Tabular
2864 <lyxtabular version="3" rows="6" columns="2">
2865 <features rotate="0" tabularvalignment="middle">
2866 <column alignment="center" valignment="top" width="0pt">
2867 <column alignment="center" valignment="top" width="0pt">
2868 <row>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 Command
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882 Result
2883 \begin_inset Note Note
2884 status collapsed
2885
2886 \begin_layout Plain Layout
2887
2888 \series bold
2889
2890 \backslash
2891 raisebox
2892 \series default
2893  is only used as spacer.
2894 \end_layout
2895
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 binom
2912 \begin_inset ERT
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916
2917
2918 \backslash
2919 spce 
2920 \end_layout
2921
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\downarrow$
2926 \end_inset
2927
2928 B
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row>
2947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \backslash
2953 dbinom
2954 \begin_inset ERT
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958
2959
2960 \backslash
2961 spce 
2962 \end_layout
2963
2964 \end_inset
2965
2966 A
2967 \begin_inset Formula $\downarrow$
2968 \end_inset
2969
2970 B
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 tbinom
2996 \begin_inset ERT
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000
3001
3002 \backslash
3003 spce 
3004 \end_layout
3005
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\downarrow$
3010 \end_inset
3011
3012 B
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \backslash
3037 brack
3038 \begin_inset ERT
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042
3043
3044 \backslash
3045 spce 
3046 \end_layout
3047
3048 \end_inset
3049
3050 A
3051 \begin_inset Formula $\downarrow$
3052 \end_inset
3053
3054 B
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \backslash
3079 brace
3080 \begin_inset ERT
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084
3085
3086 \backslash
3087 spce 
3088 \end_layout
3089
3090 \end_inset
3091
3092 A
3093 \begin_inset Formula $\downarrow$
3094 \end_inset
3095
3096 B
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 </row>
3114 </lyxtabular>
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Subsection
3122 Case Differentiations
3123 \begin_inset Index idx
3124 status collapsed
3125
3126 \begin_layout Plain Layout
3127 Case differentiations 
3128 \end_layout
3129
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \begin_layout Standard
3136 \align center
3137 \begin_inset Tabular
3138 <lyxtabular version="3" rows="3" columns="2">
3139 <features rotate="0" tabularvalignment="middle">
3140 <column alignment="center" valignment="top" width="0pt">
3141 <column alignment="center" valignment="top" width="0pt">
3142 <row>
3143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147 Command
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156 Result
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row>
3163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \backslash
3169 cases
3170 \begin_inset ERT
3171 status collapsed
3172
3173 \begin_layout Plain Layout
3174
3175
3176 \backslash
3177 spce 
3178 \end_layout
3179
3180 \end_inset
3181
3182 A
3183 \begin_inset Formula $\to$
3184 \end_inset
3185
3186 B>0
3187 \begin_inset Index idx
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191 Commands ! C ! 
3192 \backslash
3193 cases
3194 \end_layout
3195
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 \begin_inset Formula $\begin{cases}
3208 A & B>0\end{cases}$
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \backslash
3224 cases
3225 \begin_inset ERT
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229
3230
3231 \backslash
3232 spce 
3233 \end_layout
3234
3235 \end_inset
3236
3237
3238 \begin_inset Info
3239 type  "shortcut"
3240 arg   "newline-insert newline"
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 \begin_inset Formula $\begin{cases}
3253 A & \textrm{for }x>0\\
3254 B & \textrm{for }x=0
3255 \end{cases}$
3256 \end_inset
3257
3258
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 </lyxtabular>
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Standard
3272 After inserting 
3273 \series bold
3274
3275 \backslash
3276 cases
3277 \series default
3278  or pressing the math toolbar button 
3279 \begin_inset Graphics
3280         filename ../images/math/cases.png
3281         scale 85
3282
3283 \end_inset
3284
3285  you can create new lines with the shortcut 
3286 \begin_inset Info
3287 type  "shortcut"
3288 arg   "newline-insert newline"
3289 \end_inset
3290
3291  or the table toolbar button 
3292 \begin_inset Graphics
3293         filename ../images/tabular-feature_append-row.png
3294         scale 85
3295
3296 \end_inset
3297
3298 .
3299 \end_layout
3300
3301 \begin_layout Standard
3302 The command 
3303 \series bold
3304
3305 \backslash
3306 cases
3307 \series default
3308  is also available via the menu 
3309 \family sans
3310 Insert\SpecialChar \menuseparator
3311 Math\SpecialChar \menuseparator
3312 Cases-Environment
3313 \family default
3314 .
3315 \end_layout
3316
3317 \begin_layout Subsection
3318 Negations
3319 \begin_inset Index idx
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 Negations
3324 \end_layout
3325
3326 \end_inset
3327
3328
3329 \end_layout
3330
3331 \begin_layout Standard
3332 By inserting 
3333 \series bold
3334
3335 \backslash
3336 not
3337 \series default
3338
3339 \begin_inset Index idx
3340 status collapsed
3341
3342 \begin_layout Plain Layout
3343 Commands ! N ! 
3344 \backslash
3345 not
3346 \end_layout
3347
3348 \end_inset
3349
3350  every character can be displayed canceled.
3351  The characters are quasi accentuated by a slash.
3352 \end_layout
3353
3354 \begin_layout Standard
3355 \align center
3356 \begin_inset Tabular
3357 <lyxtabular version="3" rows="4" columns="2">
3358 <features rotate="0" tabularvalignment="middle">
3359 <column alignment="center" valignment="top" width="0pt">
3360 <column alignment="center" valignment="top" width="0pt">
3361 <row>
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Command
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 Result
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \backslash
3388 not=
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 \begin_inset Formula $\not=$
3398 \end_inset
3399
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \backslash
3413 not 
3414 \backslash
3415 le
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 \begin_inset Formula $\not\le$
3425 \end_inset
3426
3427
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 </row>
3433 <row>
3434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438
3439 \backslash
3440 not 
3441 \backslash
3442 parallel
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 \begin_inset Formula $\not\parallel$
3452 \end_inset
3453
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 </lyxtabular>
3461
3462 \end_inset
3463
3464
3465 \end_layout
3466
3467 \begin_layout Standard
3468 The last example shows that not all negations look good.
3469  Therefore there are special commands for some negations (see 
3470 \begin_inset CommandInset ref
3471 LatexCommand ref
3472 reference "sub:Mathematical-Symbols"
3473
3474 \end_inset
3475
3476  and 
3477 \begin_inset CommandInset ref
3478 LatexCommand ref
3479 reference "sec:Relations"
3480
3481 \end_inset
3482
3483 ).
3484 \end_layout
3485
3486 \begin_layout Subsection
3487 Placeholders
3488 \begin_inset CommandInset label
3489 LatexCommand label
3490 name "sub:Placeholders"
3491
3492 \end_inset
3493
3494
3495 \begin_inset Index idx
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499 Placeholders
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \begin_inset Index idx
3506 status collapsed
3507
3508 \begin_layout Plain Layout
3509 Chemical characters ! Isotopes
3510 \end_layout
3511
3512 \end_inset
3513
3514
3515 \begin_inset Index idx
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519 Isotopes|see
3520 \begin_inset ERT
3521 status collapsed
3522
3523 \begin_layout Plain Layout
3524
3525 {
3526 \end_layout
3527
3528 \end_inset
3529
3530 Chemical characters
3531 \begin_inset ERT
3532 status collapsed
3533
3534 \begin_layout Plain Layout
3535
3536 }
3537 \end_layout
3538
3539 \end_inset
3540
3541
3542 \end_layout
3543
3544 \end_inset
3545
3546
3547 \end_layout
3548
3549 \begin_layout Standard
3550 When displaying e.
3551 \begin_inset space \thinspace{}
3552 \end_inset
3553
3554 g.
3555 \begin_inset space \space{}
3556 \end_inset
3557
3558 isotopes
3559 \begin_inset Foot
3560 status collapsed
3561
3562 \begin_layout Plain Layout
3563 Typesetting isotopes and chemical symbols is described in 
3564 \begin_inset CommandInset ref
3565 LatexCommand ref
3566 reference "sub:Chemical-Symbols-and"
3567
3568 \end_inset
3569
3570 .
3571 \end_layout
3572
3573 \end_inset
3574
3575  the following problem occurs:
3576 \end_layout
3577
3578 \begin_layout Standard
3579 \align center
3580 \begin_inset Tabular
3581 <lyxtabular version="3" rows="2" columns="2">
3582 <features rotate="0" tabularvalignment="middle">
3583 <column alignment="center" valignment="top" width="0pt">
3584 <column alignment="center" valignment="top" width="0pt">
3585 <row>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Indices created with sub- and superscripts:
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3600 \end_inset
3601
3602
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 correct indices:
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3623 \end_inset
3624
3625
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 </lyxtabular>
3632
3633 \end_inset
3634
3635
3636 \begin_inset Note Note
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640
3641 \series bold
3642
3643 \backslash
3644 raisebox
3645 \series default
3646  is only used as spacer.
3647 \end_layout
3648
3649 \end_inset
3650
3651
3652 \end_layout
3653
3654 \begin_layout Standard
3655 The shorter index is by default placed below or above the first character
3656  of the longer index.
3657  To avoid this there is the command 
3658 \series bold
3659
3660 \backslash
3661 phantom
3662 \series default
3663
3664 \begin_inset Index idx
3665 status collapsed
3666
3667 \begin_layout Plain Layout
3668 Commands ! P ! 
3669 \backslash
3670 phantom
3671 \end_layout
3672
3673 \end_inset
3674
3675  or the math toolbar button
3676 \begin_inset space \thinspace{}
3677 \end_inset
3678
3679
3680 \begin_inset Foot
3681 status collapsed
3682
3683 \begin_layout Plain Layout
3684 can be found in the submenu of the toolbar button 
3685 \begin_inset Graphics
3686         filename ../images/math/space.png
3687         scale 85
3688
3689 \end_inset
3690
3691
3692 \end_layout
3693
3694 \end_inset
3695
3696  
3697 \begin_inset Graphics
3698         filename ../images/math/phantom.png
3699         scale 85
3700
3701 \end_inset
3702
3703  that creates one or more phantom characters.
3704  When inserting 
3705 \series bold
3706
3707 \backslash
3708 phantom
3709 \series default
3710  a small blue box appears that is superposed with two red arrows.
3711  The arrows indicate that the complete width and height of the box content
3712  will be created as placeholder.
3713  Phantom characters are accordingly placeholders with the size of the characters.
3714 \end_layout
3715
3716 \begin_layout Standard
3717 \align center
3718 \begin_inset Tabular
3719 <lyxtabular version="3" rows="4" columns="2">
3720 <features rotate="0" tabularvalignment="middle">
3721 <column alignment="center" valignment="top">
3722 <column alignment="center" valignment="top">
3723 <row>
3724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 Command
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 Result
3738 \begin_inset Note Note
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744
3745 \backslash
3746 raisebox
3747 \series default
3748  is only used as spacer.
3749 \end_layout
3750
3751 \end_inset
3752
3753
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 </row>
3759 <row>
3760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 ^19
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 spce 
3773 \end_layout
3774
3775 \end_inset
3776
3777 _
3778 \backslash
3779 phantom
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 spce 
3788 \end_layout
3789
3790 \end_inset
3791
3792 1
3793 \begin_inset Formula $\to$
3794 \end_inset
3795
3796 9
3797 \begin_inset ERT
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801
3802
3803 \backslash
3804 spce 
3805 \end_layout
3806
3807 \end_inset
3808
3809 F
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 ^235
3833 \begin_inset ERT
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838
3839 \backslash
3840 spce 
3841 \end_layout
3842
3843 \end_inset
3844
3845 _
3846 \backslash
3847 phantom
3848 \begin_inset ERT
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852
3853
3854 \backslash
3855 spce 
3856 \end_layout
3857
3858 \end_inset
3859
3860 23
3861 \begin_inset Formula $\to$
3862 \end_inset
3863
3864 9
3865 \begin_inset ERT
3866 status collapsed
3867
3868 \begin_layout Plain Layout
3869
3870
3871 \backslash
3872 spce 
3873 \end_layout
3874
3875 \end_inset
3876
3877 F
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \backslash
3902 Lambda^
3903 \begin_inset ERT
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907
3908
3909 \backslash
3910 spce 
3911 \end_layout
3912
3913 \end_inset
3914
3915
3916 \backslash
3917 phantom
3918 \begin_inset ERT
3919 status collapsed
3920
3921 \begin_layout Plain Layout
3922
3923
3924 \backslash
3925 spce 
3926 \end_layout
3927
3928 \end_inset
3929
3930 ii
3931 \begin_inset Formula $\to$
3932 \end_inset
3933
3934 t
3935 \begin_inset ERT
3936 status collapsed
3937
3938 \begin_layout Plain Layout
3939
3940
3941 \backslash
3942 spce 
3943 \end_layout
3944
3945 \end_inset
3946
3947 _MMt
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3957 \end_inset
3958
3959
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 </lyxtabular>
3966
3967 \end_inset
3968
3969
3970 \end_layout
3971
3972 \begin_layout Standard
3973 Furthermore there are the commands 
3974 \series bold
3975
3976 \backslash
3977 vphantom
3978 \series default
3979
3980 \begin_inset Index idx
3981 status collapsed
3982
3983 \begin_layout Plain Layout
3984 Commands ! V ! 
3985 \backslash
3986 vphantom
3987 \end_layout
3988
3989 \end_inset
3990
3991  (toolbar button 
3992 \begin_inset space ~
3993 \end_inset
3994
3995
3996 \begin_inset Graphics
3997         filename ../images/math/vphantom.png
3998         scale 85
3999
4000 \end_inset
4001
4002 ) and 
4003 \series bold
4004
4005 \backslash
4006 hphantom
4007 \series default
4008
4009 \begin_inset Index idx
4010 status collapsed
4011
4012 \begin_layout Plain Layout
4013 Commands ! H ! 
4014 \backslash
4015 hphantom
4016 \end_layout
4017
4018 \end_inset
4019
4020  (toolbar button 
4021 \begin_inset space ~
4022 \end_inset
4023
4024
4025 \begin_inset Graphics
4026         filename ../images/math/hphantom.png
4027         scale 85
4028
4029 \end_inset
4030
4031 ).
4032  
4033 \series bold
4034
4035 \backslash
4036 hphantom
4037 \series default
4038  creates only space for the maximal height of the characters in the box
4039  but not for its width.
4040  
4041 \series bold
4042
4043 \backslash
4044 vphantom
4045 \series default
4046  creates only space for the width of the box content.
4047  Therefore  the boxes of both commands have only one red arrow.
4048 \end_layout
4049
4050 \begin_layout Standard
4051 For example the command 
4052 \series bold
4053
4054 \backslash
4055 vphantom
4056 \series default
4057
4058 \begin_inset ERT
4059 status collapsed
4060
4061 \begin_layout Plain Layout
4062
4063
4064 \backslash
4065 spce 
4066 \end_layout
4067
4068 \end_inset
4069
4070
4071 \series bold
4072 a
4073 \backslash
4074 int
4075 \series default
4076  creates space for the height of the integral sign,
4077 \begin_inset Foot
4078 status collapsed
4079
4080 \begin_layout Plain Layout
4081 The command 
4082 \series bold
4083
4084 \backslash
4085 int
4086 \series default
4087  creates an integral sign, see 
4088 \begin_inset CommandInset ref
4089 LatexCommand ref
4090 reference "sub:Big-Operators"
4091
4092 \end_inset
4093
4094 .
4095 \end_layout
4096
4097 \end_inset
4098
4099  because this is the larger character.
4100  An example application is in 
4101 \begin_inset CommandInset ref
4102 LatexCommand ref
4103 reference "sub:Multiline-Brackets"
4104
4105 \end_inset
4106
4107 .
4108 \end_layout
4109
4110 \begin_layout Standard
4111 Placeholders can also be used for text when they are inserted via the menu
4112  
4113 \family sans
4114 Insert\SpecialChar \menuseparator
4115 Formatting\SpecialChar \menuseparator
4116 Phantom
4117 \family default
4118 :
4119 \end_layout
4120
4121 \begin_layout Standard
4122 This is a sentence.
4123 \begin_inset Newline newline
4124 \end_inset
4125
4126
4127 \begin_inset Phantom Phantom
4128 status open
4129
4130 \begin_layout Plain Layout
4131 This
4132 \end_layout
4133
4134 \end_inset
4135
4136  is a sentence.
4137 \end_layout
4138
4139 \begin_layout Subsection
4140 Lines
4141 \begin_inset Index idx
4142 status collapsed
4143
4144 \begin_layout Plain Layout
4145 Lines
4146 \end_layout
4147
4148 \end_inset
4149
4150
4151 \begin_inset Index idx
4152 status collapsed
4153
4154 \begin_layout Plain Layout
4155 Formula ! underlined
4156 \end_layout
4157
4158 \end_inset
4159
4160
4161 \end_layout
4162
4163 \begin_layout Standard
4164 \align center
4165 \begin_inset Tabular
4166 <lyxtabular version="3" rows="4" columns="2">
4167 <features rotate="0" tabularvalignment="middle">
4168 <column alignment="center" valignment="top" width="0pt">
4169 <column alignment="center" valignment="top" width="0pt">
4170 <row>
4171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Command
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Result
4185 \begin_inset Note Note
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191
4192 \backslash
4193 raisebox
4194 \series default
4195  is only used as spacer.
4196 \end_layout
4197
4198 \end_inset
4199
4200
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 </row>
4206 <row>
4207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \backslash
4213 overline
4214 \begin_inset ERT
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218
4219
4220 \backslash
4221 spce 
4222 \end_layout
4223
4224 \end_inset
4225
4226 A+B
4227 \begin_inset Index idx
4228 status collapsed
4229
4230 \begin_layout Plain Layout
4231 Commands ! O ! 
4232 \backslash
4233 overline
4234 \end_layout
4235
4236 \end_inset
4237
4238
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4248 \end_inset
4249
4250
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \backslash
4263 underline
4264 \begin_inset ERT
4265 status collapsed
4266
4267 \begin_layout Plain Layout
4268
4269
4270 \backslash
4271 spce 
4272 \end_layout
4273
4274 \end_inset
4275
4276 A+B
4277 \begin_inset Index idx
4278 status collapsed
4279
4280 \begin_layout Plain Layout
4281 Commands ! U ! 
4282 \backslash
4283 underline
4284 \end_layout
4285
4286 \end_inset
4287
4288
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4298 \end_inset
4299
4300
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \backslash
4313 overline
4314 \begin_inset ERT
4315 status collapsed
4316
4317 \begin_layout Plain Layout
4318
4319
4320 \backslash
4321 spce 
4322 \end_layout
4323
4324 \end_inset
4325
4326
4327 \backslash
4328 underline
4329 \begin_inset ERT
4330 status collapsed
4331
4332 \begin_layout Plain Layout
4333
4334
4335 \backslash
4336 spce 
4337 \end_layout
4338
4339 \end_inset
4340
4341 A+B
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4351 \end_inset
4352
4353
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 </lyxtabular>
4360
4361 \end_inset
4362
4363
4364 \end_layout
4365
4366 \begin_layout Standard
4367 In the last example it doesn't matter if first 
4368 \series bold
4369
4370 \backslash
4371 overline
4372 \series default
4373  or 
4374 \series bold
4375
4376 \backslash
4377 underline
4378 \series default
4379  is inserted.
4380 \end_layout
4381
4382 \begin_layout Standard
4383 To double underline use 
4384 \series bold
4385
4386 \backslash
4387 underline
4388 \series default
4389  twice.
4390 \end_layout
4391
4392 \begin_layout Standard
4393 It is possible to place up to 6 lines above or below characters.
4394 \end_layout
4395
4396 \begin_layout Standard
4397 \begin_inset VSpace bigskip
4398 \end_inset
4399
4400 Custom lines can be created using the command 
4401 \series bold
4402
4403 \backslash
4404 rule
4405 \series default
4406
4407 \begin_inset Index idx
4408 status collapsed
4409
4410 \begin_layout Plain Layout
4411 Commands ! R ! 
4412 \backslash
4413 rule
4414 \end_layout
4415
4416 \end_inset
4417
4418  which has the following scheme:
4419 \end_layout
4420
4421 \begin_layout Standard
4422
4423 \series bold
4424
4425 \backslash
4426 rule[vertical offset]{length}{thickness}
4427 \end_layout
4428
4429 \begin_layout Standard
4430 The optional vertical offset shifts the line upwards (or downwards, when
4431  the value is negative).
4432  The units listed in 
4433 \begin_inset CommandInset ref
4434 LatexCommand ref
4435 reference "tab:Available-units"
4436
4437 \end_inset
4438
4439  can be used for the values.
4440  Here are two example lines created with the commands
4441 \begin_inset Newline newline
4442 \end_inset
4443
4444
4445 \series bold
4446
4447 \backslash
4448 rule[-2ex]{3cm}{2pt}
4449 \series default
4450  and 
4451 \series bold
4452
4453 \backslash
4454 rule{2cm}{1pt}
4455 \series default
4456 :
4457 \end_layout
4458
4459 \begin_layout Standard
4460 This is a sentence 
4461 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4462 \end_inset
4463
4464  with two lines.
4465 \end_layout
4466
4467 \begin_layout Standard
4468
4469 \series bold
4470
4471 \backslash
4472 rule
4473 \series default
4474  can also be used for text when a line is inserted via the menu 
4475 \family sans
4476 Insert\SpecialChar \menuseparator
4477 Formatting\SpecialChar \menuseparator
4478 Horizontal
4479 \begin_inset space ~
4480 \end_inset
4481
4482 Line
4483 \family default
4484 :
4485 \end_layout
4486
4487 \begin_layout Standard
4488 This is a sentence 
4489 \begin_inset CommandInset line
4490 LatexCommand rule
4491 offset "0.5ex"
4492 width "3cm"
4493 height "1pt"
4494
4495 \end_inset
4496
4497  with one line.
4498 \end_layout
4499
4500 \begin_layout Subsection
4501 Ellipses
4502 \begin_inset CommandInset label
4503 LatexCommand label
4504 name "sub:Ellipses"
4505
4506 \end_inset
4507
4508
4509 \begin_inset Index idx
4510 status collapsed
4511
4512 \begin_layout Plain Layout
4513 Ellipses
4514 \end_layout
4515
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \begin_layout Standard
4522 There are different types of ellipses available.
4523 \begin_inset Foot
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527 In the math toolbar in the submenu of the button 
4528 \begin_inset Graphics
4529         filename ../images/math/ldots.png
4530         scale 85
4531
4532 \end_inset
4533
4534
4535 \end_layout
4536
4537 \end_inset
4538
4539  For listings dots at the baseline are used (
4540 \series bold
4541
4542 \backslash
4543 ldots
4544 \series default
4545
4546 \begin_inset Index idx
4547 status collapsed
4548
4549 \begin_layout Plain Layout
4550 Commands ! L ! 
4551 \backslash
4552 ldots
4553 \end_layout
4554
4555 \end_inset
4556
4557 ), while for operations dots are needed that are on the same height as the
4558  operators (
4559 \series bold
4560
4561 \backslash
4562 cdots
4563 \series default
4564
4565 \begin_inset Index idx
4566 status collapsed
4567
4568 \begin_layout Plain Layout
4569 Commands ! C ! 
4570 \backslash
4571 cdots
4572 \end_layout
4573
4574 \end_inset
4575
4576 ).
4577  When using the command 
4578 \series bold
4579
4580 \backslash
4581 dots
4582 \series default
4583
4584 \begin_inset Index idx
4585 status collapsed
4586
4587 \begin_layout Plain Layout
4588 Commands ! D ! 
4589 \backslash
4590 dots
4591 \end_layout
4592
4593 \end_inset
4594
4595 , LaTeX decides on the basis of the next character what type is used.
4596 \end_layout
4597
4598 \begin_layout Standard
4599 \align center
4600 \begin_inset Tabular
4601 <lyxtabular version="3" rows="9" columns="2">
4602 <features rotate="0" tabularvalignment="middle">
4603 <column alignment="center" valignment="top" width="0pt">
4604 <column alignment="center" valignment="top" width="0pt">
4605 <row>
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 Command
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Result
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 </row>
4625 <row>
4626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 A_1
4631 \begin_inset ERT
4632 status collapsed
4633
4634 \begin_layout Plain Layout
4635
4636
4637 \backslash
4638 spce 
4639 \end_layout
4640
4641 \end_inset
4642
4643 ,
4644 \backslash
4645 dots
4646 \begin_inset ERT
4647 status collapsed
4648
4649 \begin_layout Plain Layout
4650
4651
4652 \backslash
4653 spce 
4654 \end_layout
4655
4656 \end_inset
4657
4658 ,A_n
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 \begin_inset Formula $A_{1},\dots,A_{n}$
4668 \end_inset
4669
4670
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 A_1
4682 \begin_inset ERT
4683 status collapsed
4684
4685 \begin_layout Plain Layout
4686
4687
4688 \backslash
4689 spce 
4690 \end_layout
4691
4692 \end_inset
4693
4694 +
4695 \backslash
4696 dots
4697 \begin_inset ERT
4698 status collapsed
4699
4700 \begin_layout Plain Layout
4701
4702
4703 \backslash
4704 spce 
4705 \end_layout
4706
4707 \end_inset
4708
4709 +A_n
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 \begin_inset Formula $A_{1}+\dots+A_{n}$
4719 \end_inset
4720
4721
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 A_1
4733 \begin_inset ERT
4734 status collapsed
4735
4736 \begin_layout Plain Layout
4737
4738
4739 \backslash
4740 spce 
4741 \end_layout
4742
4743 \end_inset
4744
4745 ,
4746 \backslash
4747 ldots
4748 \begin_inset ERT
4749 status collapsed
4750
4751 \begin_layout Plain Layout
4752
4753
4754 \backslash
4755 spce 
4756 \end_layout
4757
4758 \end_inset
4759
4760 ,A_n
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 \begin_inset Formula $A_{1},\ldots,A_{n}$
4770 \end_inset
4771
4772
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 A_1
4784 \begin_inset ERT
4785 status collapsed
4786
4787 \begin_layout Plain Layout
4788
4789
4790 \backslash
4791 spce 
4792 \end_layout
4793
4794 \end_inset
4795
4796 +
4797 \backslash
4798 cdots
4799 \begin_inset ERT
4800 status collapsed
4801
4802 \begin_layout Plain Layout
4803
4804
4805 \backslash
4806 spce 
4807 \end_layout
4808
4809 \end_inset
4810
4811 +A_n
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \backslash
4836 vdots
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 \begin_inset Formula $\vdots$
4846 \end_inset
4847
4848
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \backslash
4861 ddots
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 \begin_inset Formula $\ddots$
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \backslash
4886 iddots
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 \begin_inset Formula $\iddots$
4896 \end_inset
4897
4898
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 </row>
4904 <row>
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 3×3
4910 \begin_inset space \thinspace{}
4911 \end_inset
4912
4913 matrix with the different dots
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 \begin_inset Formula $\begin{array}{ccc}
4923 A_{11} & \cdots & A_{1m}\\
4924 \vdots & \ddots & \vdots\\
4925 A_{n1} & \cdots & A_{nm}
4926 \end{array}$
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 </lyxtabular>
4936
4937 \end_inset
4938
4939
4940 \end_layout
4941
4942 \begin_layout Standard
4943 The ellipses available in menu 
4944 \family sans
4945 Insert\SpecialChar \menuseparator
4946 Special
4947 \begin_inset space ~
4948 \end_inset
4949
4950 Character
4951 \family default
4952  are 
4953 \series bold
4954
4955 \backslash
4956 ldots
4957 \series default
4958 .
4959 \end_layout
4960
4961 \begin_layout Standard
4962 \begin_inset VSpace medskip
4963 \end_inset
4964
4965 To use 
4966 \series bold
4967
4968 \backslash
4969 iddots
4970 \series default
4971 , one of the options 
4972 \family sans
4973 Use mathdots package (automatically)
4974 \family default
4975  must be set in the document settings under 
4976 \family sans
4977 Math
4978 \begin_inset space ~
4979 \end_inset
4980
4981 Options
4982 \family default
4983 .
4984 \begin_inset Newline newline
4985 \end_inset
4986
4987 Using the option 
4988 \family sans
4989 Use mathdots package
4990 \family default
4991  will improve the appearance of all dots in the documents if their font
4992  style or size is not the default.
4993 \end_layout
4994
4995 \begin_layout Standard
4996 \begin_inset VSpace medskip
4997 \end_inset
4998
4999 Specially for matrices there are ellipses that span over several columns.
5000  They are created with the command 
5001 \series bold
5002
5003 \backslash
5004 hdotsfor
5005 \series default
5006
5007 \begin_inset Index idx
5008 status collapsed
5009
5010 \begin_layout Plain Layout
5011 Commands ! H ! 
5012 \backslash
5013 hdotsfor
5014 \end_layout
5015
5016 \end_inset
5017
5018 , that has the following scheme:
5019 \end_layout
5020
5021 \begin_layout Standard
5022
5023 \series bold
5024
5025 \backslash
5026 hdotsfor[distance]{number of columns}
5027 \end_layout
5028
5029 \begin_layout Standard
5030 The number of columns specifies how many columns should be spanned.
5031  Distance is a factor for the distance between the dots.
5032 \end_layout
5033
5034 \begin_layout Standard
5035 In the following matrix the command 
5036 \series bold
5037
5038 \backslash
5039 hdotsfor[2]{4}
5040 \series default
5041  was inserted in the first box of the second line, to get an ellipsis with
5042  a dot distance twice as long as with the command 
5043 \series bold
5044
5045 \backslash
5046 dots
5047 \series default
5048 :
5049 \begin_inset Formula 
5050 \[
5051 \left(\begin{array}{cccc}
5052 A & B & C & D\\
5053 \hdotsfor[2]{4}\\
5054 q & w & e & r
5055 \end{array}\right)
5056 \]
5057
5058 \end_inset
5059
5060 Note that the matrix fields that should be spanned must be empty, otherwise
5061  you get LaTeX-errors.
5062 \end_layout
5063
5064 \begin_layout Standard
5065 \begin_inset VSpace bigskip
5066 \end_inset
5067
5068 Furthermore you can fill with the command 
5069 \series bold
5070
5071 \backslash
5072 dotfill
5073 \series default
5074
5075 \begin_inset Index idx
5076 status collapsed
5077
5078 \begin_layout Plain Layout
5079 Commands ! D ! 
5080 \backslash
5081 dotfill
5082 \end_layout
5083
5084 \end_inset
5085
5086  the rest of a line with dots.
5087  The effect of these commands is the same as with 
5088 \series bold
5089
5090 \backslash
5091 hfill
5092 \series default
5093 , see 
5094 \begin_inset CommandInset ref
5095 LatexCommand ref
5096 reference "sub:Variable-Space"
5097
5098 \end_inset
5099
5100 .
5101 \end_layout
5102
5103 \begin_layout Standard
5104 For example the command 
5105 \series bold
5106 A
5107 \backslash
5108 dotfill
5109 \begin_inset ERT
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113
5114
5115 \backslash
5116 spce 
5117 \end_layout
5118
5119 \end_inset
5120
5121 B
5122 \series default
5123  produces
5124 \end_layout
5125
5126 \begin_layout Standard
5127 \begin_inset Formula $A\dotfill B$
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \begin_layout Standard
5134 Similar to
5135 \series bold
5136  
5137 \backslash
5138 dotfill
5139 \series default
5140  there is for a line the command 
5141 \series bold
5142
5143 \backslash
5144 hrulefill
5145 \series default
5146
5147 \begin_inset Index idx
5148 status collapsed
5149
5150 \begin_layout Plain Layout
5151 Commands ! H ! 
5152 \backslash
5153 hrulefill
5154 \end_layout
5155
5156 \end_inset
5157
5158 :
5159 \end_layout
5160
5161 \begin_layout Standard
5162 \begin_inset Formula $A\hrulefill B$
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Standard
5169 To use the commands for text, they have to be inserted in TeX-mode.
5170 \end_layout
5171
5172 \begin_layout Section
5173 Matrices
5174 \begin_inset CommandInset label
5175 LatexCommand label
5176 name "sec:Matrices"
5177
5178 \end_inset
5179
5180
5181 \begin_inset Index idx
5182 status collapsed
5183
5184 \begin_layout Plain Layout
5185 Matrices
5186 \end_layout
5187
5188 \end_inset
5189
5190
5191 \end_layout
5192
5193 \begin_layout Standard
5194 Matrices can be inserted via the math toolbar button 
5195 \begin_inset Graphics
5196         filename ../images/dialog-show_mathmatrix.png
5197         scale 85
5198
5199 \end_inset
5200
5201  or the menu 
5202 \family sans
5203 Insert\SpecialChar \menuseparator
5204 Math\SpecialChar \menuseparator
5205 Matrix
5206 \family default
5207 .
5208  In the matrix dialog you can specify the number of columns and rows, the
5209  alignment and the decoration.
5210  The vertical alignment is only of importance for matrices in inline formulas:
5211 \end_layout
5212
5213 \begin_layout Standard
5214 The first matrix is top 
5215 \begin_inset Formula $\begin{array}[t]{cccc}
5216 A & D & G & J\\
5217 B & E & H & K\\
5218 C & F & I & L
5219 \end{array}$
5220 \end_inset
5221
5222 , the second middle 
5223 \begin_inset Formula $\begin{array}{cccc}
5224 A & D & G & J\\
5225 B & E & H & K\\
5226 C & F & I & L
5227 \end{array}$
5228 \end_inset
5229
5230  and the third bottom 
5231 \begin_inset Formula $\begin{array}[b]{cccc}
5232 A & D & G & J\\
5233 B & E & H & K\\
5234 C & F & I & L
5235 \end{array}$
5236 \end_inset
5237
5238  aligned.
5239 \end_layout
5240
5241 \begin_layout Standard
5242 The horizontal alignment specifies how the column entries should be aligned.
5243  It is set by entering a letter for every column.
5244  
5245 \emph on
5246 l
5247 \emph default
5248  denotes left aligned, 
5249 \emph on
5250 c
5251 \emph default
5252  centered and 
5253 \emph on
5254 r
5255 \emph default
5256  right aligned.
5257  To create for example a 4
5258 \series bold
5259 ×
5260 \series default
5261 4
5262 \begin_inset space ~
5263 \end_inset
5264
5265 matrix where the first column is left aligned, the second and third are
5266  centered and the last one is right aligned, one enters for the horizontal
5267  alignment 
5268 \series bold
5269 lccr
5270 \series default
5271 .
5272  Normally in a matrix all columns are centered, therefore the default for
5273  every column is a 
5274 \series bold
5275 c
5276 \series default
5277 .
5278 \end_layout
5279
5280 \begin_layout Standard
5281 Horizontal alignment:
5282 \end_layout
5283
5284 \begin_layout Standard
5285
5286 \series bold
5287 lll
5288 \series default
5289  : 
5290 \begin_inset Formula $\begin{array}{lll}
5291 10000 & D & G\\
5292 B & 10000 & H\\
5293 C & F & 10000
5294 \end{array}$
5295 \end_inset
5296
5297  , 
5298 \series bold
5299 ccc
5300 \series default
5301  : 
5302 \begin_inset Formula $\begin{array}{ccc}
5303 10000 & D & G\\
5304 B & 10000 & H\\
5305 C & F & 10000
5306 \end{array}$
5307 \end_inset
5308
5309  , 
5310 \series bold
5311 rrr
5312 \series default
5313  : 
5314 \begin_inset Formula $\begin{array}{rrr}
5315 10000 & D & G\\
5316 B & 10000 & H\\
5317 C & F & 10000
5318 \end{array}$
5319 \end_inset
5320
5321
5322 \end_layout
5323
5324 \begin_layout Standard
5325 To add or delete rows and columns subsequently, the math toolbar buttons
5326  
5327 \begin_inset Graphics
5328         filename ../images/tabular-feature_append-row.png
5329         scale 85
5330
5331 \end_inset
5332
5333
5334 \begin_inset Graphics
5335         filename ../images/tabular-feature_delete-row.png
5336         scale 85
5337
5338 \end_inset
5339
5340 , etc.
5341 \begin_inset space \thinspace{}
5342 \end_inset
5343
5344 , or the menu 
5345 \family sans
5346 Edit\SpecialChar \menuseparator
5347 Rows & Columns
5348 \family default
5349  can be used.
5350  New rows can also be created with 
5351 \begin_inset Info
5352 type  "shortcut"
5353 arg   "newline-insert newline"
5354 \end_inset
5355
5356 .
5357 \end_layout
5358
5359 \begin_layout Standard
5360 \begin_inset VSpace bigskip
5361 \end_inset
5362
5363 The 
5364 \family sans
5365 Decoration
5366 \family default
5367  adds parentheses in the selected style around the matrix.
5368  Alternatively, parentheses can can either be created with the commands
5369  
5370 \series bold
5371
5372 \backslash
5373 left
5374 \series default
5375
5376 \begin_inset Index idx
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380 Commands ! L ! 
5381 \backslash
5382 left
5383 \end_layout
5384
5385 \end_inset
5386
5387  and 
5388 \series bold
5389
5390 \backslash
5391 right
5392 \series default
5393
5394 \begin_inset Index idx
5395 status collapsed
5396
5397 \begin_layout Plain Layout
5398 Commands ! R ! 
5399 \backslash
5400 right
5401 \end_layout
5402
5403 \end_inset
5404
5405  (shortcut 
5406 \family sans
5407 Alt+M
5408 \begin_inset space ~
5409 \end_inset
5410
5411 Parenthesis
5412 \family default
5413 ), see 
5414 \begin_inset CommandInset ref
5415 LatexCommand ref
5416 reference "sub:Automatic-Bracket-Size"
5417
5418 \end_inset
5419
5420 , or by using the following commands:
5421 \begin_inset VSpace medskip
5422 \end_inset
5423
5424
5425 \end_layout
5426
5427 \begin_layout Standard
5428 \begin_inset space \hfill{}
5429 \end_inset
5430
5431
5432 \begin_inset Tabular
5433 <lyxtabular version="3" rows="4" columns="2">
5434 <features rotate="0" tabularvalignment="middle">
5435 <column alignment="center" valignment="top">
5436 <column alignment="center" valignment="top">
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Command
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 Result
5452 \begin_inset Note Note
5453 status collapsed
5454
5455 \begin_layout Plain Layout
5456
5457 \series bold
5458
5459 \backslash
5460 raisebox
5461 \series default
5462  is only used as spacer.
5463 \end_layout
5464
5465 \end_inset
5466
5467
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478
5479 \backslash
5480 bmatrix
5481 \begin_inset ERT
5482 status collapsed
5483
5484 \begin_layout Plain Layout
5485
5486
5487 \backslash
5488 spce 
5489 \end_layout
5490
5491 \end_inset
5492
5493 2
5494 \series bold
5495 ×
5496 \series default
5497 2
5498 \begin_inset space \thinspace{}
5499 \end_inset
5500
5501 matrix
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5511 0 & \textrm{-}\mathrm{i}\\
5512 \mathrm{i} & 0
5513 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527
5528 \backslash
5529 Bmatrix
5530 \begin_inset ERT
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534
5535
5536 \backslash
5537 spce 
5538 \end_layout
5539
5540 \end_inset
5541
5542 2
5543 \series bold
5544 ×
5545 \series default
5546 2
5547 \begin_inset space \thinspace{}
5548 \end_inset
5549
5550 matrix
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5560 0 & \textrm{-}\mathrm{i}\\
5561 \mathrm{i} & 0
5562 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \backslash
5578 pmatrix
5579 \begin_inset ERT
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583
5584
5585 \backslash
5586 spce 
5587 \end_layout
5588
5589 \end_inset
5590
5591 2
5592 \series bold
5593 ×
5594 \series default
5595 2
5596 \begin_inset space \thinspace{}
5597 \end_inset
5598
5599 matrix
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5609 0 & \textrm{-}\mathrm{i}\\
5610 \mathrm{i} & 0
5611 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 </row>
5620 </lyxtabular>
5621
5622 \end_inset
5623
5624
5625 \begin_inset space \hfill{}
5626 \end_inset
5627
5628
5629 \begin_inset Tabular
5630 <lyxtabular version="3" rows="4" columns="2">
5631 <features rotate="0" tabularvalignment="middle">
5632 <column alignment="center" valignment="top">
5633 <column alignment="center" valignment="top">
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 Command
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 Result
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 </row>
5654 <row>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659
5660 \backslash
5661 vmatrix
5662 \begin_inset ERT
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666
5667
5668 \backslash
5669 spce 
5670 \end_layout
5671
5672 \end_inset
5673
5674 2
5675 \series bold
5676 ×
5677 \series default
5678 2
5679 \begin_inset space \thinspace{}
5680 \end_inset
5681
5682 matrix
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5692 0 & \textrm{-}\mathrm{i}\\
5693 \mathrm{i} & 0
5694 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708
5709 \backslash
5710 Vmatrix
5711 \begin_inset ERT
5712 status collapsed
5713
5714 \begin_layout Plain Layout
5715
5716
5717 \backslash
5718 spce 
5719 \end_layout
5720
5721 \end_inset
5722
5723 2
5724 \series bold
5725 ×
5726 \series default
5727 2
5728 \begin_inset space \thinspace{}
5729 \end_inset
5730
5731 matrix
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5741 0 & \textrm{-}\mathrm{i}\\
5742 \mathrm{i} & 0
5743 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5744 \end_inset
5745
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757
5758 \backslash
5759 matrix
5760 \begin_inset ERT
5761 status collapsed
5762
5763 \begin_layout Plain Layout
5764
5765
5766 \backslash
5767 spce 
5768 \end_layout
5769
5770 \end_inset
5771
5772 2
5773 \series bold
5774 ×
5775 \series default
5776 2
5777 \begin_inset space \thinspace{}
5778 \end_inset
5779
5780 matrix
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5790 0 & \textrm{-}\mathrm{i}\\
5791 \mathrm{i} & 0
5792 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 </lyxtabular>
5802
5803 \end_inset
5804
5805
5806 \begin_inset space \hfill{}
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \begin_layout Standard
5813 \begin_inset VSpace medskip
5814 \end_inset
5815
5816 When e.
5817 \begin_inset space \thinspace{}
5818 \end_inset
5819
5820 g.
5821 \begin_inset space \space{}
5822 \end_inset
5823
5824
5825 \series bold
5826
5827 \backslash
5828 vmatrix
5829 \series default
5830  is inserted, a blue box appears between two vertical lines where the matrix
5831  is inserted.
5832 \begin_inset Newline newline
5833 \end_inset
5834
5835 Note that decorated matrices ignore the vertical alignment.
5836 \end_layout
5837
5838 \begin_layout Standard
5839 \begin_inset VSpace bigskip
5840 \end_inset
5841
5842 As all multiline formulas are matrices, the length 
5843 \series bold
5844
5845 \backslash
5846 arraycolsep
5847 \series default
5848
5849 \begin_inset Index idx
5850 status collapsed
5851
5852 \begin_layout Plain Layout
5853 Commands ! A ! 
5854 \backslash
5855 arraycolsep
5856 \end_layout
5857
5858 \end_inset
5859
5860  that is described in 
5861 \begin_inset CommandInset ref
5862 LatexCommand ref
5863 reference "sub:Column-Separation"
5864
5865 \end_inset
5866
5867  can also be used to change the column separation of matrices.
5868 \end_layout
5869
5870 \begin_layout Standard
5871 To change the row separation, the command 
5872 \series bold
5873
5874 \backslash
5875 arraystretch
5876 \series default
5877
5878 \begin_inset Index idx
5879 status collapsed
5880
5881 \begin_layout Plain Layout
5882 Commands ! A ! 
5883 \backslash
5884 arraystretch
5885 \end_layout
5886
5887 \end_inset
5888
5889  is used.
5890  It is used as follows:
5891 \end_layout
5892
5893 \begin_layout Standard
5894
5895 \series bold
5896
5897 \backslash
5898 renewcommand{
5899 \backslash
5900 arraystretch}{stretch factor}
5901 \begin_inset Index idx
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905 Commands ! R ! 
5906 \backslash
5907 renewcommand
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \begin_layout Standard
5916 The command 
5917 \series bold
5918
5919 \backslash
5920 renewcommand
5921 \series default
5922  assigns the stretch factor to the predefined command 
5923 \series bold
5924
5925 \backslash
5926 arraystretch
5927 \series default
5928 .
5929  To double e.
5930 \begin_inset space \thinspace{}
5931 \end_inset
5932
5933 g.
5934 \begin_inset space \space{}
5935 \end_inset
5936
5937 the row separation, use the factor 2.
5938  This is then used for all following matrices.
5939  To go back to the original separation, assign the factor 1 to 
5940 \series bold
5941
5942 \backslash
5943 arraystretch
5944 \series default
5945 .
5946 \end_layout
5947
5948 \begin_layout Standard
5949 To set matrices into a text line, the command 
5950 \series bold
5951
5952 \backslash
5953 smallmatrix
5954 \series default
5955
5956 \begin_inset Index idx
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960 Commands ! S ! 
5961 \backslash
5962 smallmatrix
5963 \end_layout
5964
5965 \end_inset
5966
5967  is used.
5968  When it is inserted a blue box with two dashed lines appears.
5969  In this box the matrix is inserted.
5970 \end_layout
5971
5972 \begin_layout Standard
5973 This is a matrix 
5974 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5975 C & D
5976 \end{smallmatrix}\right)$
5977 \end_inset
5978
5979  in a text line.
5980 \end_layout
5981
5982 \begin_layout Section
5983 Brackets and Delimiters
5984 \begin_inset Index idx
5985 status collapsed
5986
5987 \begin_layout Plain Layout
5988 Brackets
5989 \end_layout
5990
5991 \end_inset
5992
5993
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 Delimiters
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Subsection
6007 Vertical Brackets and Delimiters
6008 \begin_inset Index idx
6009 status collapsed
6010
6011 \begin_layout Plain Layout
6012 Brackets ! vertical
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \begin_layout Standard
6021 \begin_inset space \hfill{}
6022 \end_inset
6023
6024
6025 \begin_inset Tabular
6026 <lyxtabular version="3" rows="9" columns="2">
6027 <features rotate="0" tabularvalignment="middle">
6028 <column alignment="center" valignment="top" width="0pt">
6029 <column alignment="center" valignment="top" width="0pt">
6030 <row>
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 Command
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 Result
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 (
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 \begin_inset Formula $($
6065 \end_inset
6066
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 {
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 \begin_inset Formula $\{$
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 </row>
6096 <row>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 [
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 \begin_inset Formula $[$
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \backslash
6126 langle
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $\langle$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \backslash
6151 lceil
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Formula $\lceil$
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \backslash
6176 lfloor
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 \begin_inset Formula $\lfloor$
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 /
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 \begin_inset Formula $/$
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 |
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 \begin_inset Formula $|$
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 </lyxtabular>
6241
6242 \end_inset
6243
6244
6245 \begin_inset space \hfill{}
6246 \end_inset
6247
6248
6249 \begin_inset Tabular
6250 <lyxtabular version="3" rows="9" columns="2">
6251 <features rotate="0" tabularvalignment="middle">
6252 <column alignment="center" valignment="top" width="0pt">
6253 <column alignment="center" valignment="top" width="0pt">
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 Command
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 Result
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 )
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $)$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 }
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 \begin_inset Formula $\}$
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 </row>
6320 <row>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 ]
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 \begin_inset Formula $]$
6335 \end_inset
6336
6337
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 </row>
6343 <row>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \backslash
6350 rangle
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 \begin_inset Formula $\rangle$
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \backslash
6375 rceil
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 \begin_inset Formula $\rceil$
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398
6399 \backslash
6400 rfloor
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\rfloor$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \backslash
6425
6426 \backslash
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 \begin_inset Formula $\backslash$
6437 \end_inset
6438
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450
6451 \backslash
6452 |
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Formula $\|$
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 </lyxtabular>
6471
6472 \end_inset
6473
6474
6475 \begin_inset space \hfill{}
6476 \end_inset
6477
6478
6479 \end_layout
6480
6481 \begin_layout Standard
6482
6483 \series medium
6484 \begin_inset Note Greyedout
6485 status open
6486
6487 \begin_layout Plain Layout
6488
6489 \series bold
6490 Note:
6491 \series default
6492  In TeX-mode the command 
6493 \series bold
6494
6495 \backslash
6496 textbackslash
6497 \series default
6498
6499 \begin_inset Index idx
6500 status collapsed
6501
6502 \begin_layout Plain Layout
6503 Commands ! T ! 
6504 \backslash
6505 textbackslash
6506 \end_layout
6507
6508 \end_inset
6509
6510  must be used for the backslash, because the command 
6511 \series bold
6512
6513 \backslash
6514
6515 \backslash
6516
6517 \series default
6518  produces a line break there.
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \begin_layout Standard
6527 For all characters listed above the size can be adjusted with the commands
6528  described in the following two subsections.
6529  When using these commands, the characters < and > can directly be used
6530  instead of the commands 
6531 \series bold
6532
6533 \backslash
6534 langle
6535 \series default
6536  and 
6537 \series bold
6538
6539 \backslash
6540 rangle
6541 \series default
6542 .
6543 \end_layout
6544
6545 \begin_layout Subsubsection
6546 Manual Bracket Size
6547 \begin_inset CommandInset label
6548 LatexCommand label
6549 name "sub:Manual-Bracket-Size"
6550
6551 \end_inset
6552
6553
6554 \begin_inset Index idx
6555 status collapsed
6556
6557 \begin_layout Plain Layout
6558 Bracket size ! manual
6559 \end_layout
6560
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \begin_layout Standard
6567 The bracket size can be specified manually by the LaTeX-commands 
6568 \series bold
6569
6570 \backslash
6571 big
6572 \series default
6573
6574 \begin_inset Index idx
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 Commands ! B ! 
6579 \backslash
6580 big
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \series bold
6587
6588 \backslash
6589 Big
6590 \series default
6591
6592 \series bold
6593
6594 \backslash
6595 bigg
6596 \series default
6597  and 
6598 \series bold
6599
6600 \backslash
6601 Bigg
6602 \series default
6603 .
6604  
6605 \series bold
6606
6607 \backslash
6608 big
6609 \series default
6610  denotes the smallest and 
6611 \series bold
6612
6613 \backslash
6614 Bigg
6615 \series default
6616  the largest bracket size.
6617 \end_layout
6618
6619 \begin_layout Standard
6620 These commands are used to emphasize levels of brackets:
6621 \end_layout
6622
6623 \begin_layout Standard
6624 \align center
6625 \begin_inset Tabular
6626 <lyxtabular version="3" rows="2" columns="2">
6627 <features rotate="0" tabularvalignment="middle">
6628 <column alignment="center" valignment="top" width="0pt">
6629 <column alignment="center" valignment="top" width="0pt">
6630 <row>
6631 <cell alignment="center" valignment="top" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 all brackets in the same size:
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6645 \end_inset
6646
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 this looks better:
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6668 \end_inset
6669
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 </lyxtabular>
6677
6678 \end_inset
6679
6680
6681 \begin_inset Note Note
6682 status collapsed
6683
6684 \begin_layout Plain Layout
6685
6686 \series bold
6687
6688 \backslash
6689 raisebox
6690 \series default
6691  is only used as spacer.
6692 \end_layout
6693
6694 \end_inset
6695
6696
6697 \end_layout
6698
6699 \begin_layout Standard
6700 For the second formula the command 
6701 \series bold
6702
6703 \backslash
6704 Big((A+B)(A-B)
6705 \backslash
6706 Big)^
6707 \begin_inset ERT
6708 status collapsed
6709
6710 \begin_layout Plain Layout
6711
6712
6713 \backslash
6714 spce 
6715 \end_layout
6716
6717 \end_inset
6718
6719 C
6720 \series default
6721  has been used.
6722 \end_layout
6723
6724 \begin_layout Standard
6725 Here is an overview about all bracket sizes:
6726 \end_layout
6727
6728 \begin_layout Standard
6729 \align center
6730
6731 \backslash
6732 Bigg(
6733 \backslash
6734 exp
6735 \backslash
6736 bigg<
6737 \backslash
6738 Big[
6739 \backslash
6740 big{
6741 \backslash
6742 ln(3x)
6743 \backslash
6744 big}^2
6745 \begin_inset ERT
6746 status collapsed
6747
6748 \begin_layout Plain Layout
6749
6750
6751 \backslash
6752 spce 
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \backslash
6759 sin(x)
6760 \backslash
6761 Big]^
6762 \begin_inset ERT
6763 status collapsed
6764
6765 \begin_layout Plain Layout
6766
6767
6768 \backslash
6769 spce 
6770 \end_layout
6771
6772 \end_inset
6773
6774 A
6775 \begin_inset ERT
6776 status collapsed
6777
6778 \begin_layout Plain Layout
6779
6780
6781 \backslash
6782 spce 
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \backslash
6789 bigg>
6790 \backslash
6791 Bigg)^0,5
6792 \end_layout
6793
6794 \begin_layout Standard
6795 \align center
6796 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \begin_layout Standard
6803 Besides the 
6804 \series bold
6805
6806 \backslash
6807 big
6808 \series default
6809 -commands there is the variant 
6810 \series bold
6811
6812 \backslash
6813 bigm
6814 \series default
6815
6816 \begin_inset Index idx
6817 status collapsed
6818
6819 \begin_layout Plain Layout
6820 Commands ! B ! 
6821 \backslash
6822 bigm
6823 \end_layout
6824
6825 \end_inset
6826
6827  that adds a bit more space between the bracket and its content, and the
6828  variant 
6829 \series bold
6830
6831 \backslash
6832 bigl
6833 \series default
6834 -
6835 \series bold
6836
6837 \backslash
6838 bigr
6839 \series default
6840
6841 \begin_inset Index idx
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845 Commands ! B ! 
6846 \backslash
6847 bigl - 
6848 \backslash
6849 bigr
6850 \end_layout
6851
6852 \end_inset
6853
6854 , that don't add additional space.
6855  The 
6856 \emph on
6857 l
6858 \emph default
6859  at the end of the command 
6860 \series bold
6861
6862 \backslash
6863 bigl
6864 \series default
6865  is for a left bracket; for a right bracket this will be replaced by an
6866  
6867 \emph on
6868 r
6869 \emph default
6870 .
6871  A left or right bracket can each be an opening or closing bracket.
6872 \end_layout
6873
6874 \begin_layout Standard
6875 In the following table is a comparison of the variants:
6876 \end_layout
6877
6878 \begin_layout Standard
6879 \align center
6880 \begin_inset Tabular
6881 <lyxtabular version="3" rows="5" columns="2">
6882 <features rotate="0" tabularvalignment="middle">
6883 <column alignment="center" valignment="middle">
6884 <column alignment="center" valignment="middle">
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 Command
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 Result
6900 \begin_inset Note Note
6901 status collapsed
6902
6903 \begin_layout Plain Layout
6904
6905 \series bold
6906
6907 \backslash
6908 raisebox
6909 \series default
6910  is only used as spacer.
6911 \end_layout
6912
6913 \end_inset
6914
6915
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 <row>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926
6927 \backslash
6928 Bigm(
6929 \backslash
6930 bigm(
6931 \backslash
6932 ln(3x)
6933 \backslash
6934 bigm)^2
6935 \series bold
6936
6937 \begin_inset ERT
6938 status collapsed
6939
6940 \begin_layout Plain Layout
6941
6942
6943 \backslash
6944 spce 
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \series default
6951
6952 \backslash
6953 Bigm)
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 </row>
6971 <row>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \backslash
6978 Big(
6979 \backslash
6980 big(
6981 \backslash
6982 ln(3x)
6983 \backslash
6984 big)^2
6985 \series bold
6986
6987 \begin_inset ERT
6988 status collapsed
6989
6990 \begin_layout Plain Layout
6991
6992
6993 \backslash
6994 spce 
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \series default
7001
7002 \backslash
7003 Big)
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7013 \end_inset
7014
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row>
7022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026
7027 \backslash
7028 Bigl(
7029 \backslash
7030 bigl(
7031 \backslash
7032 ln(3x)
7033 \backslash
7034 bigr)^2
7035 \series bold
7036
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042
7043 \backslash
7044 spce 
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \series default
7051
7052 \backslash
7053 Bigr)
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7063 \end_inset
7064
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076
7077 \backslash
7078 bigl)
7079 \backslash
7080 ln(3x)
7081 \backslash
7082 bigr(
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7092 \end_inset
7093
7094
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 </lyxtabular>
7101
7102 \end_inset
7103
7104
7105 \end_layout
7106
7107 \begin_layout Subsubsection
7108 Automatic Bracket Size
7109 \begin_inset CommandInset label
7110 LatexCommand label
7111 name "sub:Automatic-Bracket-Size"
7112
7113 \end_inset
7114
7115
7116 \begin_inset Index idx
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120 Bracket size ! automatic
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \begin_layout Standard
7129 Brackets with variable size can be inserted with the commands 
7130 \series bold
7131
7132 \backslash
7133 left
7134 \series default
7135
7136 \begin_inset Index idx
7137 status collapsed
7138
7139 \begin_layout Plain Layout
7140 Commands ! L ! 
7141 \backslash
7142 left
7143 \end_layout
7144
7145 \end_inset
7146
7147  and 
7148 \series bold
7149
7150 \backslash
7151 right
7152 \series default
7153
7154 \begin_inset Index idx
7155 status collapsed
7156
7157 \begin_layout Plain Layout
7158 Commands ! R ! 
7159 \backslash
7160 right
7161 \end_layout
7162
7163 \end_inset
7164
7165  or via the math toolbar button 
7166 \begin_inset Graphics
7167         filename ../images/dialog-show_mathdelimiter.png
7168         scale 85
7169
7170 \end_inset
7171
7172 .
7173  Directly behind 
7174 \series bold
7175
7176 \backslash
7177 left
7178 \series default
7179  and 
7180 \series bold
7181
7182 \backslash
7183 right
7184 \series default
7185  the wanted bracket must be inserted.
7186  The bracket size will then automatically be calculated for the output.
7187 \end_layout
7188
7189 \begin_layout Standard
7190 \align center
7191 normal bracket: The command 
7192 \series bold
7193
7194 \backslash
7195 ln(
7196 \backslash
7197 frac
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 spce 
7206 \end_layout
7207
7208 \end_inset
7209
7210 A
7211 \begin_inset Formula $\downarrow$
7212 \end_inset
7213
7214 C
7215 \begin_inset ERT
7216 status collapsed
7217
7218 \begin_layout Plain Layout
7219
7220
7221 \backslash
7222 spce 
7223 \end_layout
7224
7225 \end_inset
7226
7227 )
7228 \series default
7229  creates
7230 \begin_inset Formula 
7231 \[
7232 \ln(\frac{A}{C})
7233 \]
7234
7235 \end_inset
7236
7237
7238 \end_layout
7239
7240 \begin_layout Standard
7241 \align center
7242 multiline bracket: The command 
7243 \series bold
7244
7245 \backslash
7246 ln
7247 \backslash
7248 left(
7249 \backslash
7250 frac
7251 \begin_inset ERT
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255
7256
7257 \backslash
7258 spce 
7259 \end_layout
7260
7261 \end_inset
7262
7263 A
7264 \begin_inset Formula $\downarrow$
7265 \end_inset
7266
7267 C
7268 \begin_inset ERT
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272
7273
7274 \backslash
7275 spce 
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \backslash
7282 right)
7283 \series default
7284  creates
7285 \begin_inset Formula 
7286 \[
7287 \ln\left(\frac{A}{C}\right)
7288 \]
7289
7290 \end_inset
7291
7292
7293 \end_layout
7294
7295 \begin_layout Standard
7296 Instead of 
7297 \series bold
7298
7299 \backslash
7300 left
7301 \series default
7302  and 
7303 \series bold
7304
7305 \backslash
7306 right
7307 \series default
7308  the shortcut 
7309 \family sans
7310 Alt+M
7311 \begin_inset space ~
7312 \end_inset
7313
7314 Bracket
7315 \family default
7316  can be used.
7317  This has the advantage that you can see in LyX immediately the real bracket
7318  size and that the matching right bracket will be created too.
7319 \begin_inset Newline newline
7320 \end_inset
7321
7322 The command for the last example would then be: 
7323 \series bold
7324
7325 \backslash
7326 ln Alt+M
7327 \series default
7328  
7329 \series bold
7330 (
7331 \backslash
7332 frac
7333 \begin_inset ERT
7334 status collapsed
7335
7336 \begin_layout Plain Layout
7337
7338
7339 \backslash
7340 spce 
7341 \end_layout
7342
7343 \end_inset
7344
7345 A
7346 \begin_inset Formula $\downarrow$
7347 \end_inset
7348
7349 C
7350 \end_layout
7351
7352 \begin_layout Standard
7353 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7354  For example the command 
7355 \series bold
7356
7357 \backslash
7358 left.
7359 \backslash
7360 frac
7361 \begin_inset ERT
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365
7366
7367 \backslash
7368 spce 
7369 \end_layout
7370
7371 \end_inset
7372
7373 A
7374 \begin_inset Formula $\downarrow$
7375 \end_inset
7376
7377 B
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 spce 
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \backslash
7392 right}
7393 \series default
7394  creates:
7395 \series bold
7396
7397 \begin_inset Formula 
7398 \[
7399 \left.\frac{A}{B}\right\} 
7400 \]
7401
7402 \end_inset
7403
7404
7405 \series default
7406 The commands 
7407 \series bold
7408
7409 \backslash
7410 left
7411 \series default
7412  and 
7413 \series bold
7414
7415 \backslash
7416 right
7417 \series default
7418  will be converted by LyX to brackets in the right size when the document
7419  is reloaded and an omitted bracket will appear as dashed line.
7420 \end_layout
7421
7422 \begin_layout Standard
7423 \begin_inset VSpace bigskip
7424 \end_inset
7425
7426 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7427  the command 
7428 \series bold
7429
7430 \backslash
7431 middle
7432 \series default
7433
7434 \begin_inset Index idx
7435 status collapsed
7436
7437 \begin_layout Plain Layout
7438 Commands ! M ! 
7439 \backslash
7440 middle
7441 \end_layout
7442
7443 \end_inset
7444
7445  is additionally available for all brackets and limits.
7446  With this command the height of the following character is adapted to the
7447  one of the surrounding brackets, what is e.
7448 \begin_inset space \thinspace{}
7449 \end_inset
7450
7451 g.
7452 \begin_inset space \space{}
7453 \end_inset
7454
7455 needed for physical vectors:
7456 \begin_inset Formula 
7457 \[
7458 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7459 \]
7460
7461 \end_inset
7462
7463 For physical vectors there is a special LaTeX-package, described in 
7464 \begin_inset CommandInset ref
7465 LatexCommand ref
7466 reference "sub:Physical-Vectors"
7467
7468 \end_inset
7469
7470 .
7471 \end_layout
7472
7473 \begin_layout Subsection
7474 Horizontal Brackets
7475 \begin_inset Index idx
7476 status collapsed
7477
7478 \begin_layout Plain Layout
7479 Brackets ! horizontal
7480 \end_layout
7481
7482 \end_inset
7483
7484
7485 \end_layout
7486
7487 \begin_layout Standard
7488 \align center
7489 \begin_inset Tabular
7490 <lyxtabular version="3" rows="4" columns="2">
7491 <features rotate="0" tabularvalignment="middle">
7492 <column alignment="center" valignment="top" width="0pt">
7493 <column alignment="center" valignment="top" width="0pt">
7494 <row>
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 Command
7500 \begin_inset Note Note
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505 \series bold
7506
7507 \backslash
7508 raisebox
7509 \series default
7510  is only used as spacer.
7511 \end_layout
7512
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 Result
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 \begin_inset ERT
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539
7540
7541 \backslash
7542 raisebox{2.3mm}{
7543 \end_layout
7544
7545 \end_inset
7546
7547
7548 \backslash
7549 overbrace
7550 \begin_inset ERT
7551 status collapsed
7552
7553 \begin_layout Plain Layout
7554
7555
7556 \backslash
7557 spce 
7558 \end_layout
7559
7560 \end_inset
7561
7562 A+B
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 spce 
7571 \end_layout
7572
7573 \end_inset
7574
7575 ^
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 3
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594 }
7595 \end_layout
7596
7597 \end_inset
7598
7599
7600 \begin_inset Index idx
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 Commands ! O ! 
7605 \backslash
7606 overbrace
7607 \end_layout
7608
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 \begin_inset Formula $\overbrace{A+B}^{3}$
7621 \end_inset
7622
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 </row>
7629 <row>
7630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 \begin_inset ERT
7635 status collapsed
7636
7637 \begin_layout Plain Layout
7638
7639
7640 \backslash
7641 raisebox{-2.2mm}{
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \backslash
7648 underbrace
7649 \begin_inset ERT
7650 status collapsed
7651
7652 \begin_layout Plain Layout
7653
7654
7655 \backslash
7656 spce 
7657 \end_layout
7658
7659 \end_inset
7660
7661 A+B
7662 \begin_inset ERT
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666
7667
7668 \backslash
7669 spce 
7670 \end_layout
7671
7672 \end_inset
7673
7674 _5
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680 }
7681 \end_layout
7682
7683 \end_inset
7684
7685
7686 \begin_inset Index idx
7687 status collapsed
7688
7689 \begin_layout Plain Layout
7690 Commands ! U ! 
7691 \backslash
7692 underbrace
7693 \end_layout
7694
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 \begin_inset Formula $\underbrace{A+B}_{5}$
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \backslash
7722 overbrace
7723 \begin_inset ERT
7724 status collapsed
7725
7726 \begin_layout Plain Layout
7727
7728
7729 \backslash
7730 spce 
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \backslash
7737 underbrace
7738 \begin_inset ERT
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742
7743
7744 \backslash
7745 spce 
7746 \end_layout
7747
7748 \end_inset
7749
7750 A+B_w
7751 \begin_inset ERT
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755
7756
7757 \backslash
7758 spce 
7759 \end_layout
7760
7761 \end_inset
7762
7763
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 _7
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 ^
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 C
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7825 \end_inset
7826
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 </lyxtabular>
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \begin_layout Standard
7841 In the last example it doesn't matter if 
7842 \series bold
7843
7844 \backslash
7845 overbrace
7846 \series default
7847  or 
7848 \series bold
7849
7850 \backslash
7851 underbrace
7852 \series default
7853  is inserted at first.
7854 \end_layout
7855
7856 \begin_layout Standard
7857 \begin_inset VSpace bigskip
7858 \end_inset
7859
7860 When brackets are needed that overlap each other, multiline formulas, as
7861  described in 
7862 \begin_inset CommandInset ref
7863 LatexCommand ref
7864 reference "sec:Multiline-Formulas"
7865
7866 \end_inset
7867
7868 , must be used:
7869 \begin_inset Formula 
7870 \begin{eqnarray*}
7871 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7872  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7873 \end{eqnarray*}
7874
7875 \end_inset
7876
7877 In the first row the formula is inserted together with the first brace.
7878  It is hereby important that the space command
7879 \begin_inset Foot
7880 status collapsed
7881
7882 \begin_layout Plain Layout
7883 Space commands are explained in 
7884 \begin_inset CommandInset ref
7885 LatexCommand ref
7886 reference "sub:Predefined-Space"
7887
7888 \end_inset
7889
7890 .
7891 \end_layout
7892
7893 \end_inset
7894
7895  
7896 \series bold
7897
7898 \backslash
7899 :
7900 \series default
7901  is inserted before the first 
7902 \begin_inset Formula $d$
7903 \end_inset
7904
7905 , because the brace that ends behind the 
7906 \begin_inset Formula $q$
7907 \end_inset
7908
7909  prevents that the following 
7910 \begin_inset Quotes eld
7911 \end_inset
7912
7913 +
7914 \begin_inset Quotes erd
7915 \end_inset
7916
7917  is surrounded by space.
7918 \begin_inset Foot
7919 status collapsed
7920
7921 \begin_layout Plain Layout
7922 because a bracket is not handled as a character, see 
7923 \begin_inset CommandInset ref
7924 LatexCommand ref
7925 reference "sub:Binary-Operators"
7926
7927 \end_inset
7928
7929
7930 \end_layout
7931
7932 \end_inset
7933
7934  In the second row the second brace is inserted.
7935  As it should begin before the 
7936 \begin_inset Formula $b$
7937 \end_inset
7938
7939 , first the command 
7940 \series bold
7941
7942 \backslash
7943 hphantom{gggg+
7944 \backslash
7945 :}
7946 \series default
7947  is inserted.
7948 \begin_inset Foot
7949 status collapsed
7950
7951 \begin_layout Plain Layout
7952 more about 
7953 \series bold
7954
7955 \backslash
7956 hphantom
7957 \series default
7958  see 
7959 \begin_inset CommandInset ref
7960 LatexCommand ref
7961 reference "sub:Placeholders"
7962
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969
7970  This space is needed because the 
7971 \begin_inset Quotes eld
7972 \end_inset
7973
7974 +
7975 \begin_inset Quotes erd
7976 \end_inset
7977
7978  is also surrounded by space in the formula.
7979  The brace is placed under the command 
7980 \series bold
7981
7982 \backslash
7983 hphantom{bbqq+dddd}
7984 \series default
7985 .
7986 \end_layout
7987
7988 \begin_layout Standard
7989 It gets more complicated when brackets overlap each other, like in the following
7990  example:
7991 \begin_inset ERT
7992 status collapsed
7993
7994 \begin_layout Plain Layout
7995
7996
7997 \backslash
7998 setlength{
7999 \backslash
8000 jot}{-6pt}
8001 \end_layout
8002
8003 \end_inset
8004
8005
8006 \begin_inset Formula 
8007 \begin{eqnarray*}
8008  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8009 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8010 \end{eqnarray*}
8011
8012 \end_inset
8013
8014
8015 \begin_inset ERT
8016 status collapsed
8017
8018 \begin_layout Plain Layout
8019
8020
8021 \backslash
8022 setlength{
8023 \backslash
8024 jot}{3pt}
8025 \end_layout
8026
8027 \end_inset
8028
8029 The first formula row is the same as the second row of the previous example,
8030  with the difference that the brace is above.
8031  The second row contains the formula together with the second brace.
8032  To avoid that there is space between the upper brace in the first row and
8033  the formula, the row spacing needs to be reduced.
8034  This is not easily possible due to a bug in LyX
8035 \begin_inset Foot
8036 status collapsed
8037
8038 \begin_layout Plain Layout
8039 \begin_inset CommandInset href
8040 LatexCommand href
8041 name "LyX-bug #1505"
8042 target "http://www.lyx.org/trac/ticket/1505"
8043
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050
8051 .
8052  As a solution for the problem, the global formula row separation 
8053 \series bold
8054
8055 \backslash
8056 jot
8057 \series default
8058
8059 \begin_inset Index idx
8060 status collapsed
8061
8062 \begin_layout Plain Layout
8063 Commands ! J ! 
8064 \backslash
8065 jot
8066 \end_layout
8067
8068 \end_inset
8069
8070  must be changed to -6
8071 \begin_inset space \thinspace{}
8072 \end_inset
8073
8074 pt before the formula with the command 
8075 \series bold
8076
8077 \backslash
8078 setlength{
8079 \backslash
8080 jot}{-6pt}
8081 \series default
8082  in TeX-mode.
8083  
8084 \series bold
8085
8086 \backslash
8087 jot
8088 \series default
8089  is set back after the formula to the standard value of 3
8090 \begin_inset space \thinspace{}
8091 \end_inset
8092
8093 pt using the same command.
8094  More about the row separation in formulas is explained in 
8095 \begin_inset CommandInset ref
8096 LatexCommand ref
8097 reference "sub:Line-Separation"
8098
8099 \end_inset
8100
8101 .
8102 \end_layout
8103
8104 \begin_layout Section
8105 Arrows
8106 \begin_inset Index idx
8107 status collapsed
8108
8109 \begin_layout Plain Layout
8110 Arrows
8111 \end_layout
8112
8113 \end_inset
8114
8115
8116 \end_layout
8117
8118 \begin_layout Standard
8119 Arrows can be inserted via the math toolbar button 
8120 \begin_inset Graphics
8121         filename ../images/math/leftarrow.png
8122         scale 85
8123
8124 \end_inset
8125
8126  or the commands listed in the following subsections.
8127 \end_layout
8128
8129 \begin_layout Subsection
8130 Horizontal Arrows
8131 \begin_inset Index idx
8132 status collapsed
8133
8134 \begin_layout Plain Layout
8135 Arrows ! horizontal
8136 \end_layout
8137
8138 \end_inset
8139
8140
8141 \end_layout
8142
8143 \begin_layout Standard
8144 \begin_inset space \hfill{}
8145 \end_inset
8146
8147
8148 \begin_inset Tabular
8149 <lyxtabular version="3" rows="8" columns="2">
8150 <features rotate="0" tabularvalignment="middle">
8151 <column alignment="center" valignment="top" width="0pt">
8152 <column alignment="center" valignment="top" width="0pt">
8153 <row>
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Command
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Result
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \backslash
8180 gets
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 \begin_inset Formula $\gets$
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 Leftarrow
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 \begin_inset Formula $\Leftarrow$
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \backslash
8230 longleftarrow
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 \begin_inset Formula $\longleftarrow$
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \backslash
8255 Longleftarrow
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\Longleftarrow$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \backslash
8280 leftharpoonup
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 \begin_inset Formula $\leftharpoonup$
8290 \end_inset
8291
8292
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 leftharpoondown
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\leftharpoondown$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 hookleftarrow
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\hookleftarrow$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 </lyxtabular>
8349
8350 \end_inset
8351
8352
8353 \begin_inset space \hfill{}
8354 \end_inset
8355
8356
8357 \begin_inset Tabular
8358 <lyxtabular version="3" rows="8" columns="2">
8359 <features rotate="0" tabularvalignment="middle">
8360 <column alignment="center" valignment="top" width="0pt">
8361 <column alignment="center" valignment="top" width="0pt">
8362 <row>
8363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Command
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Result
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \backslash
8389 to
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 \begin_inset Formula $\to$
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 Rightarrow
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\Rightarrow$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 longrightarrow
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\longrightarrow$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 Longrightarrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\Longrightarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 rightharpoonup
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\rightharpoonup$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 rightharpoondown
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\rightharpoondown$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 hookrightarrow
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\hookrightarrow$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 </lyxtabular>
8558
8559 \end_inset
8560
8561
8562 \begin_inset space \hfill{}
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \begin_layout Standard
8569 \begin_inset space \hfill{}
8570 \end_inset
8571
8572
8573 \begin_inset Tabular
8574 <lyxtabular version="3" rows="6" columns="2">
8575 <features rotate="0" tabularvalignment="middle">
8576 <column alignment="center" valignment="top" width="0pt">
8577 <column alignment="center" valignment="top" width="0pt">
8578 <row>
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Command
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Result
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \backslash
8605 leftrightarrow
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 \begin_inset Formula $\leftrightarrow$
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 Leftrightarrow
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\Leftrightarrow$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \backslash
8655 longleftrightarrow
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 \begin_inset Formula $\longleftrightarrow$
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \backslash
8680 Longleftrightarrow
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 \begin_inset Formula $\Longleftrightarrow$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \backslash
8705 rightleftharpoons
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 \begin_inset Formula $\rightleftharpoons$
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 </lyxtabular>
8724
8725 \end_inset
8726
8727
8728 \begin_inset space \hspace{}
8729 \length 25pt
8730 \end_inset
8731
8732
8733 \begin_inset space \hfill{}
8734 \end_inset
8735
8736
8737 \begin_inset Tabular
8738 <lyxtabular version="3" rows="5" columns="2">
8739 <features rotate="0" tabularvalignment="middle">
8740 <column alignment="center" valignment="top" width="0pt">
8741 <column alignment="center" valignment="top" width="0pt">
8742 <row>
8743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Command
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Result
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \backslash
8769 mapsto
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 \begin_inset Formula $\mapsto$
8779 \end_inset
8780
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \backslash
8794 longmapsto
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 \begin_inset Formula $\longmapsto$
8804 \end_inset
8805
8806
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \backslash
8819 leadsto
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 \begin_inset Formula $\leadsto$
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \backslash
8844 dasharrow
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 \begin_inset Formula $\dasharrow$
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 </lyxtabular>
8863
8864 \end_inset
8865
8866
8867 \begin_inset space \hfill{}
8868 \end_inset
8869
8870
8871 \end_layout
8872
8873 \begin_layout Standard
8874 \begin_inset VSpace medskip
8875 \end_inset
8876
8877 Arrows used as accents like e.
8878 \begin_inset space \thinspace{}
8879 \end_inset
8880
8881 g.
8882 \begin_inset space \space{}
8883 \end_inset
8884
8885 vector arrows are listed in 
8886 \begin_inset CommandInset ref
8887 LatexCommand ref
8888 reference "sec:Accents"
8889
8890 \end_inset
8891
8892 .
8893 \end_layout
8894
8895 \begin_layout Standard
8896 \begin_inset VSpace bigskip
8897 \end_inset
8898
8899 Furthermore there are the labeled arrows
8900 \begin_inset Index idx
8901 status collapsed
8902
8903 \begin_layout Plain Layout
8904 Arrows ! labeled
8905 \end_layout
8906
8907 \end_inset
8908
8909  
8910 \series bold
8911
8912 \backslash
8913 xleftarrow
8914 \series default
8915
8916 \begin_inset Index idx
8917 status collapsed
8918
8919 \begin_layout Plain Layout
8920 Commands ! X ! 
8921 \backslash
8922 xleftarrow
8923 \end_layout
8924
8925 \end_inset
8926
8927  and 
8928 \series bold
8929
8930 \backslash
8931 xrightarrow
8932 \series default
8933
8934 \begin_inset Index idx
8935 status collapsed
8936
8937 \begin_layout Plain Layout
8938 Commands ! X ! 
8939 \backslash
8940 xrightarrow
8941 \begin_inset ERT
8942 status collapsed
8943
8944 \begin_layout Plain Layout
8945
8946
8947 \backslash
8948 vspace{4mm}
8949 \end_layout
8950
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \end_inset
8957
8958 .
8959  When inserting one of these commands in a formula, an arrow with two blue
8960  boxes appear where the label can be inserted.
8961  The length of the arrow adapts to the label width.
8962 \end_layout
8963
8964 \begin_layout Standard
8965 \align center
8966 \begin_inset Tabular
8967 <lyxtabular version="3" rows="3" columns="2">
8968 <features rotate="0" tabularvalignment="middle">
8969 <column alignment="center" valignment="top" width="0pt">
8970 <column alignment="center" valignment="top" width="0pt">
8971 <row>
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Command
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 Result
8986 \begin_inset Note Note
8987 status collapsed
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992
8993 \backslash
8994 raisebox
8995 \series default
8996  is only used as spacer.
8997 \end_layout
8998
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 F(a)
9013 \backslash
9014 xleftarrow
9015 \begin_inset ERT
9016 status collapsed
9017
9018 \begin_layout Plain Layout
9019
9020
9021 \backslash
9022 spce 
9023 \end_layout
9024
9025 \end_inset
9026
9027 x=a
9028 \begin_inset Formula $\downarrow$
9029 \end_inset
9030
9031 x>0
9032 \begin_inset Formula $\to$
9033 \end_inset
9034
9035 F(x)
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9045 \end_inset
9046
9047
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 F(x)
9059 \backslash
9060 xrightarrow
9061 \begin_inset ERT
9062 status collapsed
9063
9064 \begin_layout Plain Layout
9065
9066
9067 \backslash
9068 spce 
9069 \end_layout
9070
9071 \end_inset
9072
9073 x=a
9074 \begin_inset Formula $\downarrow$
9075 \end_inset
9076
9077 x>0
9078 \begin_inset Formula $\to$
9079 \end_inset
9080
9081 F(a)
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 </lyxtabular>
9100
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \begin_layout Subsection
9107 Vertical and diagonal Arrows
9108 \begin_inset Index idx
9109 status collapsed
9110
9111 \begin_layout Plain Layout
9112 Arrows ! diagonal
9113 \end_layout
9114
9115 \end_inset
9116
9117
9118 \begin_inset Index idx
9119 status collapsed
9120
9121 \begin_layout Plain Layout
9122 Arrows ! vertical
9123 \end_layout
9124
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \begin_layout Standard
9131 \begin_inset space \hfill{}
9132 \end_inset
9133
9134
9135 \begin_inset Tabular
9136 <lyxtabular version="3" rows="7" columns="2">
9137 <features rotate="0" tabularvalignment="middle">
9138 <column alignment="center" valignment="top" width="0pt">
9139 <column alignment="center" valignment="top" width="0pt">
9140 <row>
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Command
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Result
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \backslash
9167 uparrow
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 \begin_inset Formula $\uparrow$
9177 \end_inset
9178
9179
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \backslash
9192 Uparrow
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\Uparrow$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 updownarrow
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 \begin_inset Formula $\updownarrow$
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \backslash
9242 Updownarrow
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 \begin_inset Formula $\Updownarrow$
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \backslash
9267 Downarrow
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 \begin_inset Formula $\Downarrow$
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \backslash
9292 downarrow
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Formula $\downarrow$
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 </lyxtabular>
9311
9312 \end_inset
9313
9314
9315 \begin_inset space \hfill{}
9316 \end_inset
9317
9318
9319 \begin_inset Tabular
9320 <lyxtabular version="3" rows="5" columns="2">
9321 <features rotate="0" tabularvalignment="middle">
9322 <column alignment="center" valignment="top" width="0pt">
9323 <column alignment="center" valignment="top" width="0pt">
9324 <row>
9325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Command
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Result
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \backslash
9351 nearrow
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 \begin_inset Formula $\nearrow$
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \backslash
9376 searrow
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 \begin_inset Formula $\searrow$
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \backslash
9401 swarrow
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 \begin_inset Formula $\swarrow$
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \backslash
9426 nwarrow
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 \begin_inset Formula $\nwarrow$
9436 \end_inset
9437
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 </lyxtabular>
9445
9446 \end_inset
9447
9448
9449 \begin_inset space \hfill{}
9450 \end_inset
9451
9452
9453 \end_layout
9454
9455 \begin_layout Standard
9456 \begin_inset VSpace medskip
9457 \end_inset
9458
9459 Vertical arrows can be used also as delimiters together with the commands
9460  described in 
9461 \begin_inset CommandInset ref
9462 LatexCommand ref
9463 reference "sub:Manual-Bracket-Size"
9464
9465 \end_inset
9466
9467  and 
9468 \begin_inset CommandInset ref
9469 LatexCommand ref
9470 reference "sub:Automatic-Bracket-Size"
9471
9472 \end_inset
9473
9474 .
9475 \end_layout
9476
9477 \begin_layout Section
9478 Accents
9479 \begin_inset CommandInset label
9480 LatexCommand label
9481 name "sec:Accents"
9482
9483 \end_inset
9484
9485
9486 \begin_inset Index idx
9487 status collapsed
9488
9489 \begin_layout Plain Layout
9490 Accents
9491 \end_layout
9492
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \begin_layout Standard
9499 Accents can be inserted via the math toolbar button 
9500 \begin_inset Graphics
9501         filename ../images/math/hat.png
9502         scale 85
9503
9504 \end_inset
9505
9506  or the commands listed in the following subsections.
9507 \end_layout
9508
9509 \begin_layout Subsection
9510 Accents for one Character
9511 \begin_inset ERT
9512 status collapsed
9513
9514 \begin_layout Plain Layout
9515
9516
9517 \backslash
9518 texorpdfstring{
9519 \end_layout
9520
9521 \end_inset
9522
9523
9524 \begin_inset Foot
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528 accents in text see 
9529 \begin_inset CommandInset ref
9530 LatexCommand ref
9531 reference "sub:Accents-in-Text"
9532
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539
9540
9541 \begin_inset ERT
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546 }{}
9547 \end_layout
9548
9549 \end_inset
9550
9551
9552 \begin_inset Note Note
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557 \series bold
9558
9559 \backslash
9560 texorpdfstring
9561 \series default
9562  is used to avoid that the footnote appears in the PDF-bookmark.
9563 \end_layout
9564
9565 \begin_layout Plain Layout
9566 More about 
9567 \series bold
9568
9569 \backslash
9570 texorpdfstring
9571 \series default
9572  is in section 
9573 \begin_inset CommandInset ref
9574 LatexCommand ref
9575 reference "sub:Formulas-in-Section"
9576
9577 \end_inset
9578
9579 .
9580 \end_layout
9581
9582 \end_inset
9583
9584
9585 \begin_inset CommandInset label
9586 LatexCommand label
9587 name "sub:Accents-for-one"
9588
9589 \end_inset
9590
9591
9592 \begin_inset Index idx
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596 Accents ! for one character
9597 \end_layout
9598
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \begin_layout Standard
9605 \begin_inset space \hfill{}
9606 \end_inset
9607
9608
9609 \begin_inset Tabular
9610 <lyxtabular version="3" rows="8" columns="2">
9611 <features rotate="0" tabularvalignment="middle">
9612 <column alignment="center" valignment="top" width="0pt">
9613 <column alignment="center" valignment="top" width="0pt">
9614 <row>
9615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 Command
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Result
9629 \begin_inset Note Note
9630 status collapsed
9631
9632 \begin_layout Plain Layout
9633
9634 \series bold
9635
9636 \backslash
9637 raisebox
9638 \series default
9639  is only used as spacer.
9640 \end_layout
9641
9642 \end_inset
9643
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \backslash
9657 dot
9658 \begin_inset ERT
9659 status collapsed
9660
9661 \begin_layout Plain Layout
9662
9663
9664 \backslash
9665 spce 
9666 \end_layout
9667
9668 \end_inset
9669
9670 A
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9680 \end_inset
9681
9682
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \backslash
9695 ddot
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 spce 
9704 \end_layout
9705
9706 \end_inset
9707
9708 A
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \backslash
9733 dddot
9734 \begin_inset ERT
9735 status collapsed
9736
9737 \begin_layout Plain Layout
9738
9739
9740 \backslash
9741 spce 
9742 \end_layout
9743
9744 \end_inset
9745
9746 A
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row>
9765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 ddddot
9772 \begin_inset ERT
9773 status collapsed
9774
9775 \begin_layout Plain Layout
9776
9777
9778 \backslash
9779 spce 
9780 \end_layout
9781
9782 \end_inset
9783
9784 A
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \backslash
9809 vec
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814
9815
9816 \backslash
9817 spce 
9818 \end_layout
9819
9820 \end_inset
9821
9822 A
9823 \begin_inset Index idx
9824 status collapsed
9825
9826 \begin_layout Plain Layout
9827 Vectors
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row>
9851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \backslash
9857 bar
9858 \begin_inset ERT
9859 status collapsed
9860
9861 \begin_layout Plain Layout
9862
9863
9864 \backslash
9865 spce 
9866 \end_layout
9867
9868 \end_inset
9869
9870 A
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9880 \end_inset
9881
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 </row>
9888 <row>
9889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \backslash
9895 mathring
9896 \begin_inset ERT
9897 status collapsed
9898
9899 \begin_layout Plain Layout
9900
9901
9902 \backslash
9903 spce 
9904 \end_layout
9905
9906 \end_inset
9907
9908 A
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 </lyxtabular>
9927
9928 \end_inset
9929
9930
9931 \begin_inset space \hfill{}
9932 \end_inset
9933
9934
9935 \begin_inset Tabular
9936 <lyxtabular version="3" rows="7" columns="2">
9937 <features rotate="0" tabularvalignment="middle">
9938 <column alignment="center" valignment="top" width="0pt">
9939 <column alignment="center" valignment="top" width="0pt">
9940 <row>
9941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Command
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 Result
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \backslash
9967 tilde
9968 \begin_inset ERT
9969 status collapsed
9970
9971 \begin_layout Plain Layout
9972
9973
9974 \backslash
9975 spce 
9976 \end_layout
9977
9978 \end_inset
9979
9980 A
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row>
9999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \backslash
10005 hat
10006 \begin_inset ERT
10007 status collapsed
10008
10009 \begin_layout Plain Layout
10010
10011
10012 \backslash
10013 spce 
10014 \end_layout
10015
10016 \end_inset
10017
10018 A
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \backslash
10043 check
10044 \begin_inset ERT
10045 status collapsed
10046
10047 \begin_layout Plain Layout
10048
10049
10050 \backslash
10051 spce 
10052 \end_layout
10053
10054 \end_inset
10055
10056 A
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10066 \end_inset
10067
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \backslash
10081 acute
10082 \begin_inset ERT
10083 status collapsed
10084
10085 \begin_layout Plain Layout
10086
10087
10088 \backslash
10089 spce 
10090 \end_layout
10091
10092 \end_inset
10093
10094 A
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10104 \end_inset
10105
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \backslash
10119 grave
10120 \begin_inset ERT
10121 status collapsed
10122
10123 \begin_layout Plain Layout
10124
10125
10126 \backslash
10127 spce 
10128 \end_layout
10129
10130 \end_inset
10131
10132 A
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10142 \end_inset
10143
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 </row>
10150 <row>
10151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \backslash
10157 breve
10158 \begin_inset ERT
10159 status collapsed
10160
10161 \begin_layout Plain Layout
10162
10163
10164 \backslash
10165 spce 
10166 \end_layout
10167
10168 \end_inset
10169
10170 A
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10180 \end_inset
10181
10182
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 </lyxtabular>
10189
10190 \end_inset
10191
10192
10193 \begin_inset space \hfill{}
10194 \end_inset
10195
10196
10197 \end_layout
10198
10199 \begin_layout Standard
10200 \begin_inset VSpace bigskip
10201 \end_inset
10202
10203
10204 \end_layout
10205
10206 \begin_layout Standard
10207 You can directly insert accents like é to formulas.
10208  LyX will transform them to the corresponding accent command.
10209  For umlauts
10210 \begin_inset Index idx
10211 status collapsed
10212
10213 \begin_layout Plain Layout
10214 Umlauts
10215 \end_layout
10216
10217 \end_inset
10218
10219  it is better to insert a quotation mark before the vowel.
10220  These two characters are then treated by LaTeX as 
10221 \emph on
10222 one
10223 \emph default
10224  character when the formula part with the umlaut is marked as German.
10225  In contrary to 
10226 \series bold
10227
10228 \backslash
10229 ddot
10230 \series default
10231 , with this method 
10232 \begin_inset Quotes eld
10233 \end_inset
10234
10235 real
10236 \begin_inset Quotes erd
10237 \end_inset
10238
10239  umlauts are created as demonstrated in the following example:
10240 \end_layout
10241
10242 \begin_layout Standard
10243 \begin_inset VSpace -2mm
10244 \end_inset
10245
10246
10247 \end_layout
10248
10249 \begin_layout Standard
10250 \align center
10251 \begin_inset Tabular
10252 <lyxtabular version="3" rows="3" columns="2">
10253 <features rotate="0" tabularvalignment="middle">
10254 <column alignment="center" valignment="top">
10255 <column alignment="center" valignment="top">
10256 <row>
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Command
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Result
10271 \begin_inset Note Note
10272 status collapsed
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277
10278 \backslash
10279 raisebox
10280 \series default
10281  and the 0
10282 \begin_inset space \thinspace{}
10283 \end_inset
10284
10285 pt space are only used as spacer.
10286 \end_layout
10287
10288 \end_inset
10289
10290
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \lang ngerman
10303 \begin_inset Quotes grd
10304 \end_inset
10305
10306 i
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 \begin_inset space \hspace{}
10316 \length 0pt
10317 \end_inset
10318
10319
10320 \lang ngerman
10321
10322 \begin_inset Formula $"i$
10323 \end_inset
10324
10325
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 </row>
10331 <row>
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \backslash
10338 ddot
10339 \begin_inset ERT
10340 status collapsed
10341
10342 \begin_layout Plain Layout
10343
10344
10345 \backslash
10346 spce 
10347 \end_layout
10348
10349 \end_inset
10350
10351 i
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10361 \end_inset
10362
10363
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 </lyxtabular>
10370
10371 \end_inset
10372
10373
10374 \end_layout
10375
10376 \begin_layout Standard
10377 Another advantage to 
10378 \series bold
10379
10380 \backslash
10381 ddot
10382 \series default
10383  is that umlauts can directly be converted to mathematical text because
10384  the accent commands above are 
10385 \emph on
10386 not allowed
10387 \emph default
10388  
10389 \emph on
10390 in mathematical text
10391 \emph default
10392 .
10393  To convert an accented character to mathematical text, only the character
10394  under the accent may be converted.
10395  This applies also for all other conversions, e.
10396 \begin_inset space \thinspace{}
10397 \end_inset
10398
10399 g.
10400 \begin_inset space \space{}
10401 \end_inset
10402
10403 to italic or bold.
10404 \end_layout
10405
10406 \begin_layout Standard
10407 In mathematical text, umlauts and other accented characters can directly
10408  be inserted.
10409 \end_layout
10410
10411 \begin_layout Subsection
10412 Accents for several Characters
10413 \begin_inset Index idx
10414 status collapsed
10415
10416 \begin_layout Plain Layout
10417 Accents ! for several characters
10418 \end_layout
10419
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \begin_layout Standard
10426 \begin_inset space \hfill{}
10427 \end_inset
10428
10429
10430 \begin_inset Tabular
10431 <lyxtabular version="3" rows="5" columns="2">
10432 <features rotate="0" tabularvalignment="middle">
10433 <column alignment="center" valignment="top" width="0pt">
10434 <column alignment="center" valignment="top" width="0pt">
10435 <row>
10436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Command
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Result
10450 \begin_inset Note Note
10451 status collapsed
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456
10457 \backslash
10458 raisebox
10459 \series default
10460  is only used as spacer.
10461 \end_layout
10462
10463 \end_inset
10464
10465
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \backslash
10478 overleftarrow
10479 \begin_inset ERT
10480 status collapsed
10481
10482 \begin_layout Plain Layout
10483
10484
10485 \backslash
10486 spce 
10487 \end_layout
10488
10489 \end_inset
10490
10491 A=B
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10501 \end_inset
10502
10503
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \backslash
10516 underleftarrow
10517 \begin_inset ERT
10518 status collapsed
10519
10520 \begin_layout Plain Layout
10521
10522
10523 \backslash
10524 spce 
10525 \end_layout
10526
10527 \end_inset
10528
10529 A=B
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 overleftrightarrow
10555 \begin_inset ERT
10556 status collapsed
10557
10558 \begin_layout Plain Layout
10559
10560
10561 \backslash
10562 spce 
10563 \end_layout
10564
10565 \end_inset
10566
10567 A=B
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \backslash
10592 underleftrightarrow
10593 \begin_inset ERT
10594 status collapsed
10595
10596 \begin_layout Plain Layout
10597
10598
10599 \backslash
10600 spce 
10601 \end_layout
10602
10603 \end_inset
10604
10605 A=B
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10615 \end_inset
10616
10617
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 </lyxtabular>
10624
10625 \end_inset
10626
10627
10628 \begin_inset space \hfill{}
10629 \end_inset
10630
10631
10632 \begin_inset Tabular
10633 <lyxtabular version="3" rows="5" columns="2">
10634 <features rotate="0" tabularvalignment="middle">
10635 <column alignment="center" valignment="top" width="0pt">
10636 <column alignment="center" valignment="top" width="0pt">
10637 <row>
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Command
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Result
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \backslash
10664 overrightarrow
10665 \begin_inset ERT
10666 status collapsed
10667
10668 \begin_layout Plain Layout
10669
10670
10671 \backslash
10672 spce 
10673 \end_layout
10674
10675 \end_inset
10676
10677 A=B
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10687 \end_inset
10688
10689
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row>
10696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \backslash
10702 underrightarrow
10703 \begin_inset ERT
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707
10708
10709 \backslash
10710 spce 
10711 \end_layout
10712
10713 \end_inset
10714
10715 A=B
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10725 \end_inset
10726
10727
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \backslash
10740 widetilde
10741 \begin_inset ERT
10742 status collapsed
10743
10744 \begin_layout Plain Layout
10745
10746
10747 \backslash
10748 spce 
10749 \end_layout
10750
10751 \end_inset
10752
10753 A=B
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row>
10772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \backslash
10778 widehat
10779 \begin_inset ERT
10780 status collapsed
10781
10782 \begin_layout Plain Layout
10783
10784
10785 \backslash
10786 spce 
10787 \end_layout
10788
10789 \end_inset
10790
10791 A=B
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 </lyxtabular>
10810
10811 \end_inset
10812
10813
10814 \begin_inset space \hfill{}
10815 \end_inset
10816
10817
10818 \end_layout
10819
10820 \begin_layout Standard
10821 \begin_inset VSpace medskip
10822 \end_inset
10823
10824 With these commands as many characters as you like can be accented.
10825  But the accents 
10826 \series bold
10827
10828 \backslash
10829 widetilde
10830 \series default
10831  and 
10832 \series bold
10833
10834 \backslash
10835 widehat
10836 \series default
10837  will only be set in the output with a length of three characters, as shown
10838  in the following example:
10839 \begin_inset Formula 
10840 \[
10841 \widetilde{A+B=C-D}
10842 \]
10843
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \begin_layout Standard
10850 With the commands 
10851 \series bold
10852
10853 \backslash
10854 overset
10855 \series default
10856
10857 \begin_inset Index idx
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861 Commands ! O ! 
10862 \backslash
10863 overset
10864 \end_layout
10865
10866 \end_inset
10867
10868  and 
10869 \series bold
10870
10871 \backslash
10872 underset
10873 \series default
10874
10875 \begin_inset Index idx
10876 status collapsed
10877
10878 \begin_layout Plain Layout
10879 Commands ! U ! 
10880 \backslash
10881 underset
10882 \end_layout
10883
10884 \end_inset
10885
10886  described in the previous subsection it is also possible to accent several
10887  characters.
10888  The command 
10889 \series bold
10890
10891 \backslash
10892 underset
10893 \begin_inset ERT
10894 status collapsed
10895
10896 \begin_layout Plain Layout
10897
10898
10899 \backslash
10900 spce 
10901 \end_layout
10902
10903 \end_inset
10904
10905 A=B
10906 \begin_inset Formula $\downarrow$
10907 \end_inset
10908
10909 ***
10910 \series default
10911  creates:
10912 \begin_inset Formula 
10913 \[
10914 \underset{***}{A=B}
10915 \]
10916
10917 \end_inset
10918
10919
10920 \end_layout
10921
10922 \begin_layout Standard
10923 \begin_inset Newpage newpage
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \begin_layout Section
10930 Space
10931 \begin_inset CommandInset label
10932 LatexCommand label
10933 name "sub:Space"
10934
10935 \end_inset
10936
10937
10938 \begin_inset Index idx
10939 status collapsed
10940
10941 \begin_layout Plain Layout
10942 Space ! horizontal
10943 \end_layout
10944
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \begin_layout Subsection
10951 Predefined Space
10952 \begin_inset CommandInset label
10953 LatexCommand label
10954 name "sub:Predefined-Space"
10955
10956 \end_inset
10957
10958
10959 \begin_inset Index idx
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963 Space ! horizontal ! predefined
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Standard
10972 Sometimes it is necessary to insert horizontal space into a formula.
10973  This is done by inserting a protected space (shortcut 
10974 \begin_inset Info
10975 type  "shortcut"
10976 arg   "command-alternatives space-insert protected ; math-space"
10977 \end_inset
10978
10979 ).
10980  A 
10981 \begin_inset Quotes eld
10982 \end_inset
10983
10984
10985 \color blue
10986
10987 \begin_inset ERT
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992
10993 \backslash
10994 spce 
10995 \end_layout
10996
10997 \end_inset
10998
10999
11000 \color inherit
11001
11002 \begin_inset Quotes erd
11003 \end_inset
11004
11005  appears and by pressing 
11006 \family sans
11007 Space
11008 \family default
11009  several times one can select one of eight different space sizes.
11010  The spaces can also be inserted using the math toolbar button 
11011 \begin_inset Graphics
11012         filename ../images/math/space.png
11013         scale 85
11014
11015 \end_inset
11016
11017  or special commands.
11018  Independent from the inserted command, one can select the size again by
11019  pressing 
11020 \family sans
11021 Space
11022 \family default
11023  afterwards.
11024 \end_layout
11025
11026 \begin_layout Standard
11027 \noindent
11028 \align center
11029 \begin_inset VSpace -5mm
11030 \end_inset
11031
11032
11033 \begin_inset Tabular
11034 <lyxtabular version="3" rows="3" columns="7">
11035 <features rotate="0" tabularvalignment="middle">
11036 <column alignment="center" valignment="middle" width="6.8cm">
11037 <column alignment="center" valignment="top">
11038 <column alignment="center" valignment="top">
11039 <column alignment="center" valignment="top">
11040 <column alignment="center" valignment="top">
11041 <column alignment="center" valignment="top">
11042 <column alignment="center" valignment="top">
11043 <row>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Command
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \backslash
11059 ,
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \backslash
11070 :
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \backslash
11081 ;
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \backslash
11092 quad
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \backslash
11103 qquad
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \backslash
11114 !
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Number of 
11126 \family sans
11127 Space
11128 \family default
11129  keystrokes after inserting the protected space
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 0
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 1
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 2
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 3
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 4
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 5
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 </row>
11189 <row>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 Result
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Formula $A\, B$
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 \begin_inset Formula $A\: B$
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\; B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Formula $A\quad B$
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 \begin_inset Formula $A\qquad B$
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 \begin_inset Formula $A\! B$
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 </lyxtabular>
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 The last size seem to produce no space.
11281  It is displayed red in LyX contrary to the other sizes, because it is a
11282  negative space.
11283  There are two more negative spaces:
11284 \end_layout
11285
11286 \begin_layout Standard
11287 \align center
11288 \begin_inset Tabular
11289 <lyxtabular version="3" rows="3" columns="3">
11290 <features rotate="0" tabularvalignment="middle">
11291 <column alignment="center" valignment="middle" width="6.8cm">
11292 <column alignment="center" valignment="top" width="0pt">
11293 <column alignment="center" valignment="top" width="0pt">
11294 <row>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 Command
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308
11309 \backslash
11310 negmedspace
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319
11320 \backslash
11321 negthickspace
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 </row>
11327 <row>
11328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 Number of 
11333 \family sans
11334 Space
11335 \family default
11336  keystrokes after inserting the protected space
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 6
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 7
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 Result
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Formula $A\negmedspace B$
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 \begin_inset Formula $A\negthickspace B$
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 </lyxtabular>
11396
11397 \end_inset
11398
11399
11400 \end_layout
11401
11402 \begin_layout Standard
11403 Negative spaces can lead to characters overlapping each other.
11404  Thus they can be used to enforce ligatures, which are e.
11405 \begin_inset space \thinspace{}
11406 \end_inset
11407
11408 g.
11409 \begin_inset space \space{}
11410 \end_inset
11411
11412 useful for summation operators:
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \align center
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="2">
11419 <features rotate="0" tabularvalignment="middle">
11420 <column alignment="center" valignment="top">
11421 <column alignment="center" valignment="top">
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 Command
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 Result
11437 \begin_inset Note Note
11438 status collapsed
11439
11440 \begin_layout Plain Layout
11441
11442 \series bold
11443
11444 \backslash
11445 raisebox
11446 \series default
11447  is only used as spacer.
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 sum
11466 \backslash
11467 sum
11468 \begin_inset ERT
11469 status collapsed
11470
11471 \begin_layout Plain Layout
11472
11473
11474 \backslash
11475 spce 
11476 \end_layout
11477
11478 \end_inset
11479
11480 f_kl
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503
11504 \backslash
11505 sum
11506 \backslash
11507 negmedspace
11508 \backslash
11509 sum
11510 \begin_inset ERT
11511 status collapsed
11512
11513 \begin_layout Plain Layout
11514
11515
11516 \backslash
11517 spce 
11518 \end_layout
11519
11520 \end_inset
11521
11522 f_kl
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 </lyxtabular>
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Standard
11548 Relations like for example equal signs, are always surrounded by space.
11549  To suppress this, the equal sign is placed into a TeX-brace.
11550  The following example demonstrates this:
11551 \end_layout
11552
11553 \begin_layout Standard
11554 \align center
11555 \begin_inset Tabular
11556 <lyxtabular version="3" rows="2" columns="2">
11557 <features rotate="0" tabularvalignment="middle">
11558 <column alignment="center" valignment="top" width="0pt">
11559 <column alignment="center" valignment="top" width="0pt">
11560 <row>
11561 <cell alignment="center" valignment="top" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 normal equation
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell alignment="center" valignment="top" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574 \begin_inset Formula $A=B$
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 </row>
11583 <row>
11584 <cell alignment="center" valignment="top" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Note Note
11589 status collapsed
11590
11591 \begin_layout Plain Layout
11592
11593 \series bold
11594
11595 \backslash
11596 raisebox
11597 \series default
11598  is only used as spacer.
11599 \end_layout
11600
11601 \end_inset
11602
11603
11604 \begin_inset Formula $\raisebox{5mm}{}$
11605 \end_inset
11606
11607 equation without space
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 \begin_inset Formula $A{=}B$
11617 \end_inset
11618
11619
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 </lyxtabular>
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Standard
11633 \noindent
11634 The command for the last formula is: 
11635 \series bold
11636 A
11637 \backslash
11638 {=
11639 \begin_inset Formula $\to$
11640 \end_inset
11641
11642 B
11643 \end_layout
11644
11645 \begin_layout Standard
11646 \begin_inset VSpace bigskip
11647 \end_inset
11648
11649 Spaces are needed for physical units, because the space between the value
11650  and the unit is the smallest one and not a normal space.
11651  For units in text, the smallest space is inserted via the menu 
11652 \family sans
11653 Insert\SpecialChar \menuseparator
11654 Formatting\SpecialChar \menuseparator
11655 Thin
11656 \begin_inset space ~
11657 \end_inset
11658
11659 Space
11660 \family default
11661  (shortcut 
11662 \begin_inset Info
11663 type  "shortcut"
11664 arg   "space-insert thin"
11665 \end_inset
11666
11667 ).
11668 \end_layout
11669
11670 \begin_layout Standard
11671 An example to visualize the difference:
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \begin_inset Tabular
11676 <lyxtabular version="3" rows="2" columns="2">
11677 <features rotate="0" tabularvalignment="middle">
11678 <column alignment="left" valignment="top">
11679 <column alignment="left" valignment="top">
11680 <row>
11681 <cell alignment="center" valignment="top" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 24 kW
11686 \begin_inset Formula $\cdot$
11687 \end_inset
11688
11689 h
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 space between value and unit
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 <row>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 24
11710 \begin_inset space \thinspace{}
11711 \end_inset
11712
11713 kW
11714 \begin_inset Formula $\cdot$
11715 \end_inset
11716
11717 h
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 smallest space between value and unit
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 </lyxtabular>
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \begin_layout Subsection
11740 Variable Space
11741 \begin_inset ERT
11742 status collapsed
11743
11744 \begin_layout Plain Layout
11745
11746
11747 \backslash
11748 texorpdfstring{
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset Foot
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 for vertical space in formulas see 
11759 \begin_inset CommandInset ref
11760 LatexCommand ref
11761 reference "sub:Line-Separation"
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \begin_inset ERT
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775
11776 }{}
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \begin_inset Note Note
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786
11787 \backslash
11788 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11789 \end_layout
11790
11791 \begin_layout Plain Layout
11792 More about 
11793 \backslash
11794 texorpdfstring is in section 
11795 \begin_inset CommandInset ref
11796 LatexCommand ref
11797 reference "sub:Formulas-in-Section"
11798
11799 \end_inset
11800
11801 .
11802 \end_layout
11803
11804 \end_inset
11805
11806
11807 \begin_inset CommandInset label
11808 LatexCommand label
11809 name "sub:Variable-Space"
11810
11811 \end_inset
11812
11813
11814 \begin_inset Index idx
11815 status collapsed
11816
11817 \begin_layout Plain Layout
11818 Space ! horizontal ! variable
11819 \end_layout
11820
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \begin_layout Standard
11827 Space with a defined length can be inserted with the command 
11828 \series bold
11829
11830 \backslash
11831 hspace
11832 \series default
11833
11834 \begin_inset Index idx
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838 Commands ! H ! 
11839 \backslash
11840 hspace
11841 \end_layout
11842
11843 \end_inset
11844
11845 .
11846  Then a long 
11847 \begin_inset Quotes eld
11848 \end_inset
11849
11850
11851 \color blue
11852
11853 \begin_inset ERT
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857
11858
11859 \backslash
11860 spce 
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \color inherit
11867
11868 \begin_inset Quotes erd
11869 \end_inset
11870
11871  appears.
11872  The length can be specified by left-clicking on the 
11873 \begin_inset Quotes eld
11874 \end_inset
11875
11876
11877 \color blue
11878
11879 \begin_inset ERT
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883
11884
11885 \backslash
11886 spce 
11887 \end_layout
11888
11889 \end_inset
11890
11891
11892 \color inherit
11893
11894 \begin_inset Quotes erd
11895 \end_inset
11896
11897 .
11898  The length may also be negative.
11899  To insert as much space as is available, the command 
11900 \series bold
11901
11902 \backslash
11903 hfill
11904 \series default
11905
11906 \begin_inset Index idx
11907 status collapsed
11908
11909 \begin_layout Plain Layout
11910 Commands ! H ! 
11911 \backslash
11912 hfill
11913 \end_layout
11914
11915 \end_inset
11916
11917  is used.
11918 \end_layout
11919
11920 \begin_layout Standard
11921 \begin_inset VSpace -1mm
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 \align center
11929 \begin_inset Tabular
11930 <lyxtabular version="3" rows="4" columns="2">
11931 <features rotate="0" tabularvalignment="middle">
11932 <column alignment="center" valignment="top">
11933 <column alignment="center" valignment="top">
11934 <row>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 Command (
11940 \backslash
11941 hspace length)
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 Result
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 A=B
11962 \backslash
11963 hspace
11964 \begin_inset ERT
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968
11969
11970 \backslash
11971 spce 
11972 \end_layout
11973
11974 \end_inset
11975
11976
11977 \begin_inset Formula $\to$
11978 \end_inset
11979
11980 A
11981 \backslash
11982 not=C (3
11983 \begin_inset space \thinspace{}
11984 \end_inset
11985
11986 cm)
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 </row>
12004 <row>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 A
12010 \backslash
12011 hspace
12012 \begin_inset ERT
12013 status collapsed
12014
12015 \begin_layout Plain Layout
12016
12017
12018 \backslash
12019 spce 
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \begin_inset Formula $\to$
12026 \end_inset
12027
12028 A
12029 \backslash
12030 not=A (-1
12031 \begin_inset space \thinspace{}
12032 \end_inset
12033
12034 mm)
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 </row>
12052 <row>
12053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 A=A
12058 \backslash
12059 hfill
12060 \begin_inset ERT
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064
12065
12066 \backslash
12067 spce 
12068 \end_layout
12069
12070 \end_inset
12071
12072 B=B
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 \begin_inset Formula $A=A\hfill B=B$
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 </row>
12090 </lyxtabular>
12091
12092 \end_inset
12093
12094
12095 \end_layout
12096
12097 \begin_layout Standard
12098 In the last example the available space is given by the longest column entry
12099  of the table.
12100  In an inline formula the space depends on the length of the line in which
12101  
12102 \series bold
12103
12104 \backslash
12105 hfill
12106 \series default
12107  is inserted.
12108  Thus, when the line uses the full width, no space will be created.
12109  
12110 \series bold
12111
12112 \backslash
12113 hfill
12114 \series default
12115  only has an effect on displayed formulas when the formula style 
12116 \series bold
12117 Indented
12118 \series default
12119  is used.
12120  (Formula styles are explained in 
12121 \begin_inset CommandInset ref
12122 LatexCommand ref
12123 reference "sec:Formula-Styles"
12124
12125 \end_inset
12126
12127 .)
12128 \end_layout
12129
12130 \begin_layout Standard
12131 Besides 
12132 \series bold
12133
12134 \backslash
12135 hfill
12136 \series default
12137 , there are the commands 
12138 \series bold
12139
12140 \backslash
12141 dotfill
12142 \series default
12143  and 
12144 \series bold
12145
12146 \backslash
12147 hrulefill
12148 \series default
12149  that fill the space with a pattern, see 
12150 \begin_inset CommandInset ref
12151 LatexCommand ref
12152 reference "sub:Ellipses"
12153
12154 \end_inset
12155
12156  for an example.
12157 \end_layout
12158
12159 \begin_layout Standard
12160 For text, variable space can be inserted via the menu 
12161 \family sans
12162 Insert\SpecialChar \menuseparator
12163 Formatting\SpecialChar \menuseparator
12164 Horizontal
12165 \begin_inset space ~
12166 \end_inset
12167
12168 Space
12169 \family default
12170 :
12171 \end_layout
12172
12173 \begin_layout Standard
12174 This is a line with
12175 \begin_inset space \hspace{}
12176 \length 2cm
12177 \end_inset
12178
12179 2
12180 \begin_inset space \thinspace{}
12181 \end_inset
12182
12183 cm space.
12184 \end_layout
12185
12186 \begin_layout Standard
12187 This is a line with
12188 \begin_inset space \hfill{}
12189 \end_inset
12190
12191 maximum space.
12192 \end_layout
12193
12194 \begin_layout Subsection
12195 Space besides inline Formulas
12196 \begin_inset Index idx
12197 status collapsed
12198
12199 \begin_layout Plain Layout
12200 Space ! besides inline formulas
12201 \end_layout
12202
12203 \end_inset
12204
12205
12206 \end_layout
12207
12208 \begin_layout Standard
12209 The space that surrounds inline formulas can be adjusted with the length
12210  
12211 \series bold
12212
12213 \backslash
12214 mathsurround
12215 \series default
12216
12217 \begin_inset Index idx
12218 status collapsed
12219
12220 \begin_layout Plain Layout
12221 Commands ! M ! 
12222 \backslash
12223 mathsurround
12224 \end_layout
12225
12226 \end_inset
12227
12228 .
12229  The value of a length is set with the command 
12230 \series bold
12231
12232 \backslash
12233 setlength
12234 \series default
12235
12236 \begin_inset Index idx
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240 Commands ! S ! 
12241 \backslash
12242 setlength
12243 \end_layout
12244
12245 \end_inset
12246
12247  which has the following scheme:
12248 \end_layout
12249
12250 \begin_layout Standard
12251
12252 \series bold
12253
12254 \backslash
12255 setlength{length name}{value}
12256 \end_layout
12257
12258 \begin_layout Standard
12259 To set 
12260 \series bold
12261
12262 \backslash
12263 mathsurround
12264 \series default
12265  to the value 5
12266 \begin_inset space \thinspace{}
12267 \end_inset
12268
12269 mm, the command
12270 \end_layout
12271
12272 \begin_layout Standard
12273
12274 \series bold
12275
12276 \backslash
12277 setlength{
12278 \backslash
12279 mathsurround}{5mm}
12280 \end_layout
12281
12282 \begin_layout Standard
12283 is inserted in TeX-mode.
12284  5
12285 \begin_inset space \thinspace{}
12286 \end_inset
12287
12288 mm space will now be set around all inline formulas:
12289 \begin_inset ERT
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293
12294
12295 \backslash
12296 setlength{
12297 \backslash
12298 mathsurround}{5mm}
12299 \end_layout
12300
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \begin_layout Standard
12307 This is a line with an inline formula 
12308 \begin_inset Formula $A=B$
12309 \end_inset
12310
12311  with 5
12312 \begin_inset space \thinspace{}
12313 \end_inset
12314
12315 mm surrounding space.
12316 \begin_inset ERT
12317 status collapsed
12318
12319 \begin_layout Plain Layout
12320
12321
12322 \backslash
12323 setlength{
12324 \backslash
12325 mathsurround}{0pt}
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \end_layout
12332
12333 \begin_layout Standard
12334 To return to the predefined value, 
12335 \series bold
12336
12337 \backslash
12338 mathsurround
12339 \series default
12340  is set to the value 0
12341 \begin_inset space \thinspace{}
12342 \end_inset
12343
12344 pt.
12345 \end_layout
12346
12347 \begin_layout Section
12348 Boxes and Frames
12349 \begin_inset Index idx
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353 Boxes
12354 \end_layout
12355
12356 \end_inset
12357
12358
12359 \begin_inset Index idx
12360 status collapsed
12361
12362 \begin_layout Plain Layout
12363 Frames | see
12364 \begin_inset ERT
12365 status collapsed
12366
12367 \begin_layout Plain Layout
12368
12369 {
12370 \end_layout
12371
12372 \end_inset
12373
12374 Boxes
12375 \begin_inset ERT
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379
12380 }
12381 \end_layout
12382
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \end_inset
12389
12390
12391 \end_layout
12392
12393 \begin_layout Standard
12394 Boxes for text are described in chapter 
12395 \family typewriter
12396 Boxes
12397 \family default
12398  in the 
12399 \family typewriter
12400 Embedded
12401 \begin_inset space ~
12402 \end_inset
12403
12404 Objects
12405 \family default
12406  manual.
12407 \end_layout
12408
12409 \begin_layout Subsection
12410 Boxes with Frame
12411 \begin_inset CommandInset label
12412 LatexCommand label
12413 name "sub:Boxes-with-Frame"
12414
12415 \end_inset
12416
12417
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 Boxes ! with frame
12423 \end_layout
12424
12425 \end_inset
12426
12427
12428 \end_layout
12429
12430 \begin_layout Standard
12431 It is possible to frame a formula or part of one with the commands 
12432 \series bold
12433
12434 \backslash
12435 fbox
12436 \series default
12437
12438 \begin_inset Index idx
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Commands ! F ! 
12443 \backslash
12444 fbox
12445 \end_layout
12446
12447 \end_inset
12448
12449  and 
12450 \series bold
12451
12452 \backslash
12453 boxed
12454 \series default
12455
12456 \begin_inset Index idx
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460 Commands ! B ! 
12461 \backslash
12462 boxed
12463 \end_layout
12464
12465 \end_inset
12466
12467 .
12468 \end_layout
12469
12470 \begin_layout Standard
12471 When one of these commands is inserted in a formula, a blue box appears
12472  within a frame to enter formula parts.
12473  For 
12474 \series bold
12475
12476 \backslash
12477 fbox
12478 \series default
12479  an additional formula has to be created by 
12480 \family sans
12481 Ctrl+M
12482 \family default
12483  within this box, because the box content will otherwise be treated as mathemati
12484 cal text.
12485  When 
12486 \series bold
12487
12488 \backslash
12489 boxed
12490 \series default
12491  is used, a new formula is automatically created inside the frame.
12492 \end_layout
12493
12494 \begin_layout Standard
12495 The command 
12496 \series bold
12497
12498 \backslash
12499 fbox
12500 \series default
12501  is not suitable to frame displayed formulas because the formula will always
12502  be set in the size of the text.
12503  
12504 \series bold
12505
12506 \backslash
12507 boxed
12508 \series default
12509  is in contrary not suitable to frame inline formulas, because the formula
12510  will always be set in the size of a displayed formula.
12511 \end_layout
12512
12513 \begin_layout Standard
12514 An extension to 
12515 \series bold
12516
12517 \backslash
12518 fbox
12519 \series default
12520  is the command 
12521 \series bold
12522
12523 \backslash
12524 framebox
12525 \series default
12526
12527 \begin_inset Index idx
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531 Commands ! F ! 
12532 \backslash
12533 framebox
12534 \end_layout
12535
12536 \end_inset
12537
12538  where additionally the frame width and the alignment can be specified.
12539  
12540 \series bold
12541
12542 \backslash
12543 framebox
12544 \series default
12545  is used in the following scheme:
12546 \end_layout
12547
12548 \begin_layout Standard
12549
12550 \series bold
12551
12552 \backslash
12553 framebox[frame width][position]{box content}
12554 \end_layout
12555
12556 \begin_layout Standard
12557 The position can either be 
12558 \emph on
12559 l
12560 \emph default
12561  or 
12562 \emph on
12563 r
12564 \emph default
12565 .
12566  
12567 \emph on
12568 l
12569 \emph default
12570  left aligns, 
12571 \emph on
12572 r
12573 \emph default
12574  right aligns the formula in the box.
12575  When no position is given, the formula will be centered.
12576 \begin_inset Newline newline
12577 \end_inset
12578
12579 If no width is given, also no position can be given.
12580  In this case the frame width is adjusted to the box content like for 
12581 \series bold
12582
12583 \backslash
12584 fbox
12585 \series default
12586 .
12587 \end_layout
12588
12589 \begin_layout Standard
12590 When the command 
12591 \series bold
12592
12593 \backslash
12594 framebox
12595 \series default
12596  is inserted, a box appears containing three blue boxes.
12597  The first two boxes are surrounded by brackets and denote the two optional
12598  arguments.
12599  The third box is for formula parts like for 
12600 \series bold
12601
12602 \backslash
12603 fbox
12604 \series default
12605 .
12606 \end_layout
12607
12608 \begin_layout Standard
12609 \begin_inset Newpage newpage
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \begin_layout Standard
12616 \align center
12617 \begin_inset Tabular
12618 <lyxtabular version="3" rows="5" columns="2">
12619 <features rotate="0" tabularvalignment="middle">
12620 <column alignment="center" valignment="top">
12621 <column alignment="center" valignment="top">
12622 <row>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 Command
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 Result
12637 \begin_inset Note Note
12638 status collapsed
12639
12640 \begin_layout Plain Layout
12641
12642 \series bold
12643
12644 \backslash
12645 raisebox
12646 \series default
12647  is only used as spacer.
12648 \end_layout
12649
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663
12664 \backslash
12665 fbox
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 spce 
12674 \end_layout
12675
12676 \end_inset
12677
12678
12679 \family sans
12680 Ctrl+M
12681 \family default
12682  
12683 \backslash
12684 int
12685 \begin_inset ERT
12686 status collapsed
12687
12688 \begin_layout Plain Layout
12689
12690
12691 \backslash
12692 spce 
12693 \end_layout
12694
12695 \end_inset
12696
12697 A=B
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 <row>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720
12721 \backslash
12722 boxed
12723 \begin_inset ERT
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727
12728
12729 \backslash
12730 spce 
12731 \end_layout
12732
12733 \end_inset
12734
12735
12736 \backslash
12737 int
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743
12744 \backslash
12745 spce 
12746 \end_layout
12747
12748 \end_inset
12749
12750 A=B
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12760 \end_inset
12761
12762
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 <row>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 A+
12774 \backslash
12775 fbox
12776 \begin_inset ERT
12777 status collapsed
12778
12779 \begin_layout Plain Layout
12780
12781
12782 \backslash
12783 spce 
12784 \end_layout
12785
12786 \end_inset
12787
12788 B
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 </row>
12806 <row>
12807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811
12812 \backslash
12813 framebox
12814 \begin_inset ERT
12815 status collapsed
12816
12817 \begin_layout Plain Layout
12818
12819
12820 \backslash
12821 spce 
12822 \end_layout
12823
12824 \end_inset
12825
12826 20mm
12827 \begin_inset Formula $\to$
12828 \end_inset
12829
12830
12831 \begin_inset Formula $\to$
12832 \end_inset
12833
12834
12835 \family sans
12836 Ctrl+M
12837 \family default
12838  
12839 \backslash
12840 frac
12841 \begin_inset ERT
12842 status collapsed
12843
12844 \begin_layout Plain Layout
12845
12846
12847 \backslash
12848 spce 
12849 \end_layout
12850
12851 \end_inset
12852
12853 A
12854 \begin_inset Formula $\downarrow$
12855 \end_inset
12856
12857 B
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 \begin_inset Formula $\raisebox{6mm}{}$
12867 \end_inset
12868
12869
12870 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12871 \end_inset
12872
12873
12874 \begin_inset Formula $\raisebox{-4mm}{}$
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 </row>
12883 </lyxtabular>
12884
12885 \end_inset
12886
12887
12888 \end_layout
12889
12890 \begin_layout Standard
12891 The frame thickness can also be adjusted.
12892  To do this the following commands have to be inserted in TeX-mode before
12893  the formula
12894 \end_layout
12895
12896 \begin_layout Standard
12897
12898 \series bold
12899
12900 \backslash
12901 fboxrule
12902 \series default
12903  
12904 \series bold
12905
12906 \begin_inset Quotes eld
12907 \end_inset
12908
12909 thickness
12910 \begin_inset Quotes erd
12911 \end_inset
12912
12913
12914 \series default
12915  
12916 \series bold
12917
12918 \backslash
12919 fboxsep
12920 \series default
12921  
12922 \series bold
12923
12924 \begin_inset Quotes eld
12925 \end_inset
12926
12927 distance
12928 \begin_inset Quotes erd
12929 \end_inset
12930
12931
12932 \end_layout
12933
12934 \begin_layout Standard
12935 \begin_inset Quotes eld
12936 \end_inset
12937
12938 distance
12939 \begin_inset Quotes erd
12940 \end_inset
12941
12942  specifies the minimal distance between the frame and the first character
12943  in the box.
12944  An example for this is the following framed formula:
12945 \begin_inset ERT
12946 status collapsed
12947
12948 \begin_layout Plain Layout
12949
12950
12951 \backslash
12952 fboxrule 2mm 
12953 \backslash
12954 fboxsep 3mm
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \begin_inset Formula 
12961 \[
12962 \boxed{A+B=C}
12963 \]
12964
12965 \end_inset
12966
12967 Before this formula the commands
12968 \end_layout
12969
12970 \begin_layout Standard
12971
12972 \series bold
12973
12974 \backslash
12975 fboxrule
12976 \series default
12977  
12978 \series bold
12979 2mm
12980 \series default
12981  
12982 \series bold
12983
12984 \backslash
12985 fboxsep
12986 \series default
12987  
12988 \series bold
12989 3mm
12990 \end_layout
12991
12992 \begin_layout Standard
12993 were inserted in TeX-mode.
12994  The given values are used for all following boxes.
12995 \end_layout
12996
12997 \begin_layout Standard
12998 To return to the standard frame size, the command
12999 \end_layout
13000
13001 \begin_layout Standard
13002
13003 \series bold
13004
13005 \backslash
13006 fboxrule
13007 \series default
13008  
13009 \series bold
13010 0.4pt
13011 \series default
13012  
13013 \series bold
13014
13015 \backslash
13016 fboxsep
13017 \series default
13018  
13019 \series bold
13020 3pt
13021 \series default
13022
13023 \begin_inset ERT
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027
13028
13029 \backslash
13030 fboxrule 0.4pt 
13031 \backslash
13032 fboxsep 3pt
13033 \end_layout
13034
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \begin_layout Standard
13041 is inserted in TeX-mode before the next formula.
13042 \end_layout
13043
13044 \begin_layout Subsection
13045 Boxes without Frame
13046 \begin_inset CommandInset label
13047 LatexCommand label
13048 name "sub:Boxes-without-Frame"
13049
13050 \end_inset
13051
13052
13053 \begin_inset Index idx
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057 Boxes ! without frame
13058 \end_layout
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \begin_layout Standard
13066 For boxes without a frame there are the following box commands: 
13067 \series bold
13068
13069 \backslash
13070 mbox
13071 \series default
13072
13073 \begin_inset Index idx
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077 Commands ! M ! 
13078 \backslash
13079 mbox
13080 \end_layout
13081
13082 \end_inset
13083
13084
13085 \series bold
13086
13087 \backslash
13088 makebox
13089 \series default
13090
13091 \begin_inset Index idx
13092 status collapsed
13093
13094 \begin_layout Plain Layout
13095 Commands ! M ! 
13096 \backslash
13097 makebox
13098 \end_layout
13099
13100 \end_inset
13101
13102  and 
13103 \series bold
13104
13105 \backslash
13106 raisebox
13107 \series default
13108
13109 \begin_inset Index idx
13110 status collapsed
13111
13112 \begin_layout Plain Layout
13113 Commands ! R ! 
13114 \backslash
13115 raisebox
13116 \end_layout
13117
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \begin_layout Standard
13124 With 
13125 \series bold
13126
13127 \backslash
13128 raisebox
13129 \series default
13130  a box can be super- or subscripted.
13131  But in contrary to normal super- and subscripting, the characters in the
13132  box keep their font size.
13133  
13134 \series bold
13135
13136 \backslash
13137 raisebox
13138 \series default
13139  is used in the following scheme:
13140 \end_layout
13141
13142 \begin_layout Standard
13143
13144 \series bold
13145
13146 \backslash
13147 raisebox{height}{box content}
13148 \end_layout
13149
13150 \begin_layout Standard
13151 When the box should contain a formula, an extra formula is needed like for
13152  
13153 \series bold
13154
13155 \backslash
13156 fbox
13157 \series default
13158 .
13159  
13160 \series medium
13161
13162 \begin_inset Note Greyedout
13163 status open
13164
13165 \begin_layout Plain Layout
13166
13167 \series bold
13168 Note:
13169 \series default
13170  For 
13171 \series bold
13172
13173 \backslash
13174 raisebox
13175 \series default
13176  this extra formula is created by pressing 
13177 \family sans
13178 Ctrl+M
13179 \family default
13180  twice instead of once because LyX doesn't yet support 
13181 \series bold
13182
13183 \backslash
13184 raisebox
13185 \series default
13186  directly.
13187 \end_layout
13188
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \begin_layout Standard
13195 \align center
13196 \begin_inset Tabular
13197 <lyxtabular version="3" rows="4" columns="2">
13198 <features rotate="0" tabularvalignment="middle">
13199 <column alignment="center" valignment="top">
13200 <column alignment="center" valignment="top">
13201 <row>
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 Command
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 Result
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 </row>
13221 <row>
13222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 H
13227 \backslash
13228 raisebox{2mm
13229 \begin_inset Formula $\to$
13230 \end_inset
13231
13232
13233 \backslash
13234 {al
13235 \begin_inset Formula $\to$
13236 \end_inset
13237
13238  lo
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 </row>
13256 <row>
13257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 H
13262 \backslash
13263 raisebox{-2mm
13264 \begin_inset Formula $\to$
13265 \end_inset
13266
13267
13268 \backslash
13269 {al
13270 \begin_inset Formula $\to$
13271 \end_inset
13272
13273 lo
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13283 \end_inset
13284
13285
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 </row>
13291 <row>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 A=
13297 \backslash
13298 raisebox{-2mm
13299 \begin_inset Formula $\to$
13300 \end_inset
13301
13302
13303 \backslash
13304 {
13305 \family sans
13306 Ctrl+M
13307 \family default
13308  
13309 \family sans
13310 Ctrl+M
13311 \family default
13312  
13313 \backslash
13314 sqrt
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319
13320
13321 \backslash
13322 spce 
13323 \end_layout
13324
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 </row>
13345 </lyxtabular>
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 The command 
13354 \series bold
13355
13356 \backslash
13357 mbox
13358 \series default
13359  is equivalent to 
13360 \series bold
13361
13362 \backslash
13363 fbox
13364 \series default
13365  and 
13366 \series bold
13367
13368 \backslash
13369 makebox
13370 \series default
13371  is equivalent to 
13372 \series bold
13373
13374 \backslash
13375 framebox
13376 \series default
13377 , with the difference that there is no frame.
13378 \end_layout
13379
13380 \begin_layout Subsection
13381 Colored Boxes
13382 \begin_inset CommandInset label
13383 LatexCommand label
13384 name "sub:Colored-Boxes"
13385
13386 \end_inset
13387
13388
13389 \begin_inset Index idx
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393 Boxes ! colored
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402 To be able to use all commands explained in this section, the LaTeX-package
13403  
13404 \series bold
13405 color
13406 \series default
13407
13408 \begin_inset Foot
13409 status collapsed
13410
13411 \begin_layout Plain Layout
13412 The LaTeX-package 
13413 \series bold
13414 color
13415 \series default
13416  is part of every LaTeX standard installation.
13417 \end_layout
13418
13419 \end_inset
13420
13421
13422 \begin_inset Index idx
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426 Packages ! color
13427 \end_layout
13428
13429 \end_inset
13430
13431  has to be loaded in the LaTeX-preamble with the line
13432 \begin_inset Foot
13433 status collapsed
13434
13435 \begin_layout Plain Layout
13436 When text is colored somewhere in the document with a predefined color,
13437  LyX loads the LaTeX-package 
13438 \series bold
13439 color
13440 \series default
13441  automatically.
13442  Thus it is possible that the package is loaded twice, but this does not
13443  cause problems.
13444 \end_layout
13445
13446 \end_inset
13447
13448
13449 \begin_inset Note Note
13450 status collapsed
13451
13452 \begin_layout Plain Layout
13453 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13454 amble.
13455 \end_layout
13456
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \begin_layout Standard
13463
13464 \series bold
13465
13466 \backslash
13467 usepackage{color}
13468 \end_layout
13469
13470 \begin_layout Standard
13471 \begin_inset VSpace medskip
13472 \end_inset
13473
13474 To color boxes, the command 
13475 \series bold
13476
13477 \backslash
13478 colorbox
13479 \series default
13480
13481 \begin_inset Index idx
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 Commands ! C ! 
13486 \backslash
13487 colorbox
13488 \end_layout
13489
13490 \end_inset
13491
13492  is used in the following scheme:
13493 \end_layout
13494
13495 \begin_layout Standard
13496
13497 \series bold
13498
13499 \backslash
13500 colorbox{color}{box content}
13501 \end_layout
13502
13503 \begin_layout Standard
13504 The box content can also be a box and a 
13505 \series bold
13506
13507 \backslash
13508 colorbox
13509 \series default
13510  can also be part of another box (see the 2nd and 3rd example).
13511  When the box should contain a formula, an extra formula has to be created,
13512  the same way as for 
13513 \series bold
13514
13515 \backslash
13516 raisebox
13517 \series default
13518 .
13519 \begin_inset Foot
13520 status collapsed
13521
13522 \begin_layout Plain Layout
13523 This also applies for the command 
13524 \series bold
13525
13526 \backslash
13527 fcolorbox
13528 \series default
13529 .
13530 \end_layout
13531
13532 \end_inset
13533
13534
13535 \end_layout
13536
13537 \begin_layout Standard
13538 One of the following predefined colors can be chosen:
13539 \end_layout
13540
13541 \begin_layout Standard
13542
13543 \series bold
13544 black
13545 \series default
13546
13547 \series bold
13548 blue
13549 \series default
13550
13551 \series bold
13552 cyan
13553 \series default
13554
13555 \series bold
13556 green
13557 \series default
13558
13559 \series bold
13560 magenta
13561 \series default
13562
13563 \series bold
13564 red
13565 \series default
13566
13567 \series bold
13568 white
13569 \series default
13570  and 
13571 \series bold
13572 yellow
13573 \end_layout
13574
13575 \begin_layout Standard
13576 \align center
13577 \begin_inset Tabular
13578 <lyxtabular version="3" rows="4" columns="2">
13579 <features rotate="0" tabularvalignment="middle">
13580 <column alignment="center" valignment="top">
13581 <column alignment="center" valignment="top">
13582 <row>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 Command
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 Result
13597 \begin_inset Note Note
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 \series bold
13603
13604 \backslash
13605 raisebox
13606 \series default
13607  is only used as spacer.
13608 \end_layout
13609
13610 \end_inset
13611
13612
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 </row>
13618 <row>
13619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623
13624 \backslash
13625 colorbox{yellow
13626 \begin_inset Formula $\to$
13627 \end_inset
13628
13629
13630 \backslash
13631 {A=B
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 </row>
13649 <row>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654
13655 \backslash
13656 colorbox{green
13657 \begin_inset Formula $\to$
13658 \end_inset
13659
13660
13661 \backslash
13662 {
13663 \backslash
13664 fbox
13665 \begin_inset ERT
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669
13670
13671 \backslash
13672 spce 
13673 \end_layout
13674
13675 \end_inset
13676
13677 A=B
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 </row>
13695 <row>
13696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700
13701 \backslash
13702 fbox
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708
13709 \backslash
13710 spce 
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \backslash
13717 colorbox{green
13718 \begin_inset Formula $\to$
13719 \end_inset
13720
13721
13722 \backslash
13723 {
13724 \family sans
13725 Ctrl+M
13726 \family default
13727  
13728 \family sans
13729 Ctrl+M
13730 \family default
13731  
13732 \backslash
13733 int
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739
13740 \backslash
13741 spce 
13742 \end_layout
13743
13744 \end_inset
13745
13746 C=D
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 </lyxtabular>
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Standard
13772
13773 \series bold
13774
13775 \backslash
13776 colorbox
13777 \series default
13778  only colors the box but not the characters in the box.
13779  To color all characters, the whole formula is highlighted and the desired
13780  color is chosen in the 
13781 \family sans
13782 Text
13783 \begin_inset space ~
13784 \end_inset
13785
13786 Style
13787 \family default
13788  dialog.
13789  The dialog can be called with the toolbar button 
13790 \begin_inset Graphics
13791         filename ../images/dialog-show_character.png
13792         scale 85
13793
13794 \end_inset
13795
13796  or the menu 
13797 \family sans
13798 Edit\SpecialChar \menuseparator
13799 Text
13800 \begin_inset space ~
13801 \end_inset
13802
13803 Style\SpecialChar \menuseparator
13804 Customized
13805 \family default
13806 .
13807  The formula number then has the same color as the formula.
13808  When the formula number should get another color than the formula characters,
13809  the color must be changed within the formula.
13810 \end_layout
13811
13812 \begin_layout Standard
13813 An example:
13814 \end_layout
13815
13816 \begin_layout Standard
13817
13818 \color red
13819 \begin_inset Formula 
13820 \begin{equation}
13821 \int A=B\label{eq:red}
13822 \end{equation}
13823
13824 \end_inset
13825
13826
13827 \color green
13828
13829 \begin_inset Formula 
13830 \begin{equation}
13831 \textcolor{red}{\int A=B}\label{eq:redgreen}
13832 \end{equation}
13833
13834 \end_inset
13835
13836
13837 \end_layout
13838
13839 \begin_layout Standard
13840 Formula 
13841 \begin_inset CommandInset ref
13842 LatexCommand eqref
13843 reference "eq:red"
13844
13845 \end_inset
13846
13847  is completely colored red.
13848 \begin_inset Newline newline
13849 \end_inset
13850
13851 Formula 
13852 \begin_inset CommandInset ref
13853 LatexCommand eqref
13854 reference "eq:redgreen"
13855
13856 \end_inset
13857
13858  was first completely colored green to set the color for the formula number.
13859  Subsequently the formula characters were colored red.
13860 \end_layout
13861
13862 \begin_layout Standard
13863 \begin_inset VSpace bigskip
13864 \end_inset
13865
13866 To color the frame different than the rest of the box, the command 
13867 \series bold
13868
13869 \backslash
13870 fcolorbox
13871 \series default
13872
13873 \begin_inset Index idx
13874 status collapsed
13875
13876 \begin_layout Plain Layout
13877 Commands ! F ! 
13878 \backslash
13879 fcolorbox
13880 \end_layout
13881
13882 \end_inset
13883
13884  is used in the following scheme:
13885 \end_layout
13886
13887 \begin_layout Standard
13888
13889 \series bold
13890
13891 \backslash
13892 fcolorbox{frame color}{color}{box content}
13893 \end_layout
13894
13895 \begin_layout Standard
13896 So 
13897 \series bold
13898
13899 \backslash
13900 fcolorbox
13901 \series default
13902  is an extension of the command 
13903 \series bold
13904
13905 \backslash
13906 colorbox
13907 \series default
13908 .
13909  The frame width is set, like for 
13910 \series bold
13911
13912 \backslash
13913 framebox
13914 \series default
13915 , with 
13916 \series bold
13917
13918 \backslash
13919 fboxrule
13920 \series default
13921  and 
13922 \series bold
13923
13924 \backslash
13925 fboxsep
13926 \series default
13927 .
13928  An example:
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 fboxrule 1mm 
13937 \backslash
13938 fboxsep 1mm
13939 \end_layout
13940
13941 \end_inset
13942
13943
13944 \begin_inset Formula 
13945 \[
13946 \fcolorbox{cyan}{magenta}{A=B}
13947 \]
13948
13949 \end_inset
13950
13951
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957
13958 \backslash
13959 fboxrule 0.4pt 
13960 \backslash
13961 fboxsep 3pt
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 This formula was created with the command
13971 \begin_inset Newline newline
13972 \end_inset
13973
13974
13975 \series bold
13976
13977 \backslash
13978 fcolorbox{cyan
13979 \begin_inset Formula $\to$
13980 \end_inset
13981
13982
13983 \backslash
13984 {magenta
13985 \begin_inset Formula $\to$
13986 \end_inset
13987
13988
13989 \backslash
13990 {A=B
13991 \series default
13992 .
13993 \end_layout
13994
13995 \begin_layout Standard
13996 \begin_inset VSpace bigskip
13997 \end_inset
13998
13999 To use other colors than the predefined ones, they have to be defined first.
14000 \end_layout
14001
14002 \begin_layout Standard
14003 One can for example define the color 
14004 \begin_inset Quotes eld
14005 \end_inset
14006
14007
14008 \series bold
14009 darkgreen
14010 \series default
14011
14012 \begin_inset Quotes erd
14013 \end_inset
14014
14015  with the LaTeX-preamble line:
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021
14022 \backslash
14023 definecolor{darkgreen}{cmyk}{0.5,
14024 \series default
14025  
14026 \series bold
14027 0,
14028 \series default
14029  
14030 \series bold
14031 1,
14032 \series default
14033  
14034 \series bold
14035 0.5}
14036 \series default
14037
14038 \begin_inset Index idx
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042 Commands ! D ! 
14043 \backslash
14044 definecolor
14045 \end_layout
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \begin_layout Standard
14053
14054 \series bold
14055 cmyk
14056 \series default
14057  is the color space that denotes the colors 
14058 \series bold
14059 cyan
14060 \series default
14061
14062 \series bold
14063 magenta
14064 \series default
14065
14066 \series bold
14067 yellow
14068 \series default
14069  and 
14070 \series bold
14071 black
14072 \series default
14073 .
14074  The four comma separated numbers are the portion factor for the corresponding
14075  colors of the color space.
14076  The factors can be in the range of 0
14077 \begin_inset space \thinspace{}
14078 \end_inset
14079
14080 -
14081 \begin_inset space \thinspace{}
14082 \end_inset
14083
14084 1.
14085  Instead of 
14086 \series bold
14087 cmyk
14088 \series default
14089  also the color space 
14090 \series bold
14091 rgb
14092 \series default
14093  can be used for definitions.
14094  
14095 \series bold
14096 rgb
14097 \series default
14098  denotes 
14099 \series bold
14100 red
14101 \series default
14102
14103 \series bold
14104 green
14105 \series default
14106  and 
14107 \series bold
14108 blue
14109 \series default
14110 , so that there are in this case three portion factors for the corresponding
14111  colors.
14112  Furthermore there is the color space 
14113 \series bold
14114 gray
14115 \series default
14116  with one portion factor for the gray value.
14117 \end_layout
14118
14119 \begin_layout Standard
14120 As example a framed box with the new defined color 
14121 \series bold
14122 darkgreen
14123 \series default
14124  where the characters have been colored 
14125 \series bold
14126 yellow
14127 \series default
14128 :
14129 \begin_inset Formula 
14130 \begin{equation}
14131 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14132 \end{equation}
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140 Self-defined colors can also be used for text with the help of the command
14141  
14142 \series bold
14143
14144 \backslash
14145 textcolor
14146 \series default
14147 :
14148 \begin_inset Index idx
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152 Text ! colored
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Standard
14161 \begin_inset ERT
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165
14166
14167 \backslash
14168 textcolor{darkgreen}{
14169 \end_layout
14170
14171 \end_inset
14172
14173 This sentence is 
14174 \begin_inset Quotes eld
14175 \end_inset
14176
14177 darkgreen
14178 \begin_inset Quotes erd
14179 \end_inset
14180
14181 .
14182 \begin_inset ERT
14183 status collapsed
14184
14185 \begin_layout Plain Layout
14186
14187 }
14188 \end_layout
14189
14190 \end_inset
14191
14192
14193 \end_layout
14194
14195 \begin_layout Standard
14196
14197 \series bold
14198
14199 \backslash
14200 textcolor
14201 \series default
14202
14203 \begin_inset Index idx
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207 Commands ! T ! 
14208 \backslash
14209 textcolor
14210 \end_layout
14211
14212 \end_inset
14213
14214  is used in the scheme 
14215 \series bold
14216
14217 \backslash
14218 textcolor{color}{characters to color}
14219 \series default
14220 .
14221 \end_layout
14222
14223 \begin_layout Subsection
14224 Paragraph Boxes
14225 \begin_inset CommandInset label
14226 LatexCommand label
14227 name "sub:Paragraph-Boxes"
14228
14229 \end_inset
14230
14231
14232 \begin_inset Index idx
14233 status collapsed
14234
14235 \begin_layout Plain Layout
14236 Boxes ! as paragraph
14237 \end_layout
14238
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \begin_layout Standard
14245 A box that can contain several lines and paragraphs, a so-called paragraph
14246  box (parbox), can be created with the menu 
14247 \family sans
14248 Insert\SpecialChar \menuseparator
14249 Box
14250 \family default
14251  or the toolbar button 
14252 \begin_inset Graphics
14253         filename ../images/box-insert.png
14254         scale 85
14255
14256 \end_inset
14257
14258 .
14259 \end_layout
14260
14261 \begin_layout Standard
14262 The following example shows a framed parbox in a line:
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \begin_inset VSpace medskip
14267 \end_inset
14268
14269 This is a line 
14270 \begin_inset Box Boxed
14271 position "c"
14272 hor_pos "c"
14273 has_inner_box 1
14274 inner_pos "t"
14275 use_parbox 1
14276 use_makebox 0
14277 width "5cm"
14278 special "none"
14279 height "1in"
14280 height_special "totalheight"
14281 status open
14282
14283 \begin_layout Plain Layout
14284 This is a paragraph box.
14285  It is exactly 5
14286 \begin_inset space \thinspace{}
14287 \end_inset
14288
14289 cm long and can also contain formulas: 
14290 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \end_inset
14297
14298  with a parbox.
14299 \end_layout
14300
14301 \begin_layout Standard
14302 \begin_inset VSpace medskip
14303 \end_inset
14304
14305
14306 \end_layout
14307
14308 \begin_layout Standard
14309 Such a box is created by right-clicking on the gray box inset.
14310  A dialog pops up showing the box properties.
14311  In our case set: 
14312 \emph on
14313 Decoration
14314 \emph default
14315 : Rectangular box, 
14316 \emph on
14317 Inner Box
14318 \emph default
14319 : Parbox, 
14320 \emph on
14321 Width
14322 \emph default
14323 : 5
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 cm, 
14328 \emph on
14329 Vertical Box Alignment
14330 \emph default
14331 : Middle
14332 \end_layout
14333
14334 \begin_layout Standard
14335 \begin_inset VSpace medskip
14336 \end_inset
14337
14338 In LaTeX a parbox is created with the command 
14339 \series bold
14340
14341 \backslash
14342 parbox
14343 \series default
14344
14345 \begin_inset Index idx
14346 status collapsed
14347
14348 \begin_layout Plain Layout
14349 Commands ! P ! 
14350 \backslash
14351 parbox
14352 \end_layout
14353
14354 \end_inset
14355
14356  which has the following scheme:
14357 \end_layout
14358
14359 \begin_layout Standard
14360
14361 \series bold
14362
14363 \backslash
14364 parbox[position]{width}{box content}
14365 \end_layout
14366
14367 \begin_layout Standard
14368 The positions 
14369 \emph on
14370 b
14371 \emph default
14372  and 
14373 \emph on
14374 t
14375 \emph default
14376  are possible.
14377  
14378 \emph on
14379 b
14380 \emph default
14381  for 
14382 \begin_inset Quotes eld
14383 \end_inset
14384
14385 bottom
14386 \begin_inset Quotes erd
14387 \end_inset
14388
14389  means that the box is aligned within the surrounding text with its last
14390  line.
14391  With 
14392 \emph on
14393 t
14394 \emph default
14395  for 
14396 \begin_inset Quotes eld
14397 \end_inset
14398
14399 top
14400 \begin_inset Quotes erd
14401 \end_inset
14402
14403  this is done with the first line.
14404  When no position is given, the box will be vertically centered, see section
14405  
14406 \emph on
14407 Boxes
14408 \emph default
14409  of the 
14410 \emph on
14411 Embedded
14412 \begin_inset space ~
14413 \end_inset
14414
14415 Objects
14416 \emph default
14417  manual for examples.
14418 \end_layout
14419
14420 \begin_layout Standard
14421 \begin_inset VSpace bigskip
14422 \end_inset
14423
14424 To frame formulas completely, including the formula number, the formula
14425  must be set into a parbox.
14426  To do this, the command 
14427 \series bold
14428
14429 \backslash
14430 fbox{
14431 \backslash
14432 parbox{
14433 \backslash
14434 linewidth-2
14435 \backslash
14436 fboxsep-2
14437 \backslash
14438 fboxrule}{
14439 \series default
14440  is inserted in TeX-mode before the formula.
14441  
14442 \series bold
14443
14444 \backslash
14445 linewidth
14446 \series default
14447
14448 \begin_inset Index idx
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452 Commands ! L ! 
14453 \backslash
14454 linewidth
14455 \end_layout
14456
14457 \end_inset
14458
14459  is hereby the line width set for the document.
14460  Because the frame is outside the parbox, 2
14461 \begin_inset space \thinspace{}
14462 \end_inset
14463
14464 times the frame separation and the frame thickness must be subtracted from
14465  the line width.
14466  As this is not automatically done by LyX due to a bug
14467 \begin_inset Foot
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 \begin_inset CommandInset href
14472 LatexCommand href
14473 name "LyX-bug #4483"
14474 target "http://www.lyx.org/trac/ticket/4483"
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \end_inset
14482
14483 , TeX-mode has to be used.
14484  To be able to multiply and subtract in arguments, the LaTeX-package 
14485 \series bold
14486 calc
14487 \series default
14488
14489 \begin_inset Foot
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493
14494 \series bold
14495 calc
14496 \series default
14497  is part of every LaTeX standard installation.
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \begin_inset Index idx
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Packages ! calc
14508 \end_layout
14509
14510 \end_inset
14511
14512  must be loaded in the LaTeX-preamble with the line
14513 \end_layout
14514
14515 \begin_layout Standard
14516
14517 \series bold
14518
14519 \backslash
14520 usepackage{calc}
14521 \end_layout
14522
14523 \begin_layout Standard
14524 Behind the formula both boxes are closed by entering 
14525 \series bold
14526 }}
14527 \series default
14528  in TeX-mode.
14529  Here is an example:
14530 \begin_inset ERT
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534
14535
14536 \backslash
14537 fboxsep 5mm 
14538 \backslash
14539 fboxrule 5mm
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \begin_layout Standard
14548 \begin_inset ERT
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552
14553
14554 \backslash
14555 fbox{
14556 \backslash
14557 parbox{
14558 \backslash
14559 linewidth-2
14560 \backslash
14561 fboxsep-2
14562 \backslash
14563 fboxrule}{
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \begin_inset Formula 
14570 \begin{equation}
14571 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14572 \end{equation}
14573
14574 \end_inset
14575
14576
14577 \begin_inset ERT
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581
14582 }}
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \begin_inset ERT
14589 status collapsed
14590
14591 \begin_layout Plain Layout
14592
14593
14594 \backslash
14595 fboxrule 0.4pt 
14596 \backslash
14597 fboxsep 3pt
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \begin_layout Standard
14606 \begin_inset VSpace medskip
14607 \end_inset
14608
14609 As a parbox is used as the argument of 
14610 \series bold
14611
14612 \backslash
14613 fbox
14614 \series default
14615 , there is in this case no difference between 
14616 \series bold
14617
14618 \backslash
14619 fbox
14620 \series default
14621  and 
14622 \series bold
14623
14624 \backslash
14625 boxed
14626 \series default
14627 .
14628 \end_layout
14629
14630 \begin_layout Standard
14631 \begin_inset VSpace bigskip
14632 \end_inset
14633
14634 Paragraph boxes are very useful to comment formulas directly.
14635  To do this, 
14636 \series bold
14637
14638 \backslash
14639 parbox
14640 \series default
14641  is used in combination with the command 
14642 \series bold
14643
14644 \backslash
14645 tag
14646 \series default
14647 .
14648  (more about 
14649 \series bold
14650
14651 \backslash
14652 tag
14653 \series default
14654  see 
14655 \begin_inset CommandInset ref
14656 LatexCommand ref
14657 reference "sub:User-defined-Numbering"
14658
14659 \end_inset
14660
14661 )
14662 \end_layout
14663
14664 \begin_layout Standard
14665 An example of a formula commented with 
14666 \series bold
14667
14668 \backslash
14669 parbox
14670 \series default
14671 :
14672 \end_layout
14673
14674 \begin_layout Standard
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 [5x-7b=3b
14683 \backslash
14684 tag*{
14685 \backslash
14686 parbox{5cm}{
14687 \end_layout
14688
14689 \end_inset
14690
14691 This is a description.
14692  It is distinctly separated from the formula and multiline.
14693 \begin_inset ERT
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697
14698 }}
14699 \backslash
14700 ]
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \begin_layout Standard
14709 Such a formula must be inserted completely in TeX-mode because LyX does
14710  not yet support the command 
14711 \series bold
14712
14713 \backslash
14714 parbox
14715 \series default
14716  in formulas.
14717  The formula is created with the following command sequence:
14718 \end_layout
14719
14720 \begin_layout Standard
14721 The command 
14722 \series bold
14723
14724 \backslash
14725 [5x-7b=3b
14726 \backslash
14727 tag*
14728 \backslash
14729 {
14730 \backslash
14731 parbox{5cm}{
14732 \series default
14733  is inserted in TeX-mode.
14734 \begin_inset Foot
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 When the formula style 
14739 \series bold
14740 Indented
14741 \series default
14742  is used, 
14743 \series bold
14744
14745 \backslash
14746 tag*
14747 \backslash
14748 {
14749 \series default
14750  can also be replaced by 
14751 \series bold
14752
14753 \backslash
14754 hfill
14755 \series default
14756 .
14757  (formula styles see 
14758 \begin_inset CommandInset ref
14759 LatexCommand ref
14760 reference "sec:Formula-Styles"
14761
14762 \end_inset
14763
14764 )
14765 \end_layout
14766
14767 \end_inset
14768
14769  Then the description follows as normal text and finally 
14770 \series bold
14771 }}
14772 \backslash
14773 ]
14774 \series default
14775  is inserted in TeX-mode.
14776  The commands 
14777 \series bold
14778
14779 \backslash
14780 [
14781 \series default
14782  and 
14783 \series bold
14784
14785 \backslash
14786 ]
14787 \series default
14788  hereby create a displayed formula.
14789 \end_layout
14790
14791 \begin_layout Standard
14792 The advantages of 
14793 \series bold
14794
14795 \backslash
14796 parbox
14797 \series default
14798  can be seen in this example that was 
14799 \begin_inset Quotes eld
14800 \end_inset
14801
14802 commented
14803 \begin_inset Quotes erd
14804 \end_inset
14805
14806  using the mathematical textmode:
14807 \begin_inset Formula 
14808 \[
14809 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14810 \]
14811
14812 \end_inset
14813
14814
14815 \end_layout
14816
14817 \begin_layout Section
14818 Operators
14819 \begin_inset Index idx
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 Operators
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Subsection
14832 Big Operators
14833 \begin_inset CommandInset label
14834 LatexCommand label
14835 name "sub:Big-Operators"
14836
14837 \end_inset
14838
14839
14840 \begin_inset Index idx
14841 status collapsed
14842
14843 \begin_layout Plain Layout
14844 Operators ! big
14845 \end_layout
14846
14847 \end_inset
14848
14849
14850 \begin_inset Index idx
14851 status collapsed
14852
14853 \begin_layout Plain Layout
14854 Sums
14855 \end_layout
14856
14857 \end_inset
14858
14859
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Integrals
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 To be able to use all integral operators listed here, the option 
14874 \family sans
14875 Use esint package automatically
14876 \family default
14877  must be set in the document settings under 
14878 \family sans
14879 Math
14880 \begin_inset space ~
14881 \end_inset
14882
14883 Options
14884 \family default
14885 .
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset space \hfill{}
14890 \end_inset
14891
14892
14893 \begin_inset Tabular
14894 <lyxtabular version="3" rows="11" columns="2">
14895 <features rotate="0" tabularvalignment="middle">
14896 <column alignment="center" valignment="top" width="0pt">
14897 <column alignment="center" valignment="top" width="0pt">
14898 <row>
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 Command
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 Result
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 <row>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923
14924 \backslash
14925 int
14926 \begin_inset Index idx
14927 status collapsed
14928
14929 \begin_layout Plain Layout
14930 Commands ! I ! 
14931 \backslash
14932 int
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 \begin_inset Formula $\int$
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 </row>
14955 <row>
14956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960
14961 \backslash
14962 oint
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 \begin_inset Formula $\oint$
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 </row>
14980 <row>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \backslash
14987 ointctrclockwise
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 \begin_inset Formula $\ointctrclockwise$
14997 \end_inset
14998
14999
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 <row>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010
15011 \backslash
15012 ointclockwise
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 \begin_inset Formula $\ointclockwise$
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 </row>
15030 <row>
15031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035
15036 \backslash
15037 sqint
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 \begin_inset Formula $\sqint$
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 </row>
15055 <row>
15056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060
15061 \backslash
15062 fint
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071  
15072 \begin_inset Formula $\fint$
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \backslash
15088 landupint
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097  
15098 \begin_inset Formula $\landupint$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 landdownint
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123  
15124 \begin_inset Formula $\landdownint$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \backslash
15140 bigcap
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Formula $\bigcap$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 bigcup
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $\bigcup$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 </lyxtabular>
15184
15185 \end_inset
15186
15187
15188 \begin_inset space \hfill{}
15189 \end_inset
15190
15191
15192 \begin_inset Tabular
15193 <lyxtabular version="3" rows="11" columns="2">
15194 <features rotate="0" tabularvalignment="middle">
15195 <column alignment="center" valignment="top" width="0pt">
15196 <column alignment="center" valignment="top" width="0pt">
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 Command
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 Result
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 sum
15225 \begin_inset Index idx
15226 status collapsed
15227
15228 \begin_layout Plain Layout
15229 Commands ! S ! 
15230 \backslash
15231 sum
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245 \begin_inset Formula $\sum$
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259
15260 \backslash
15261 prod
15262 \begin_inset Index idx
15263 status collapsed
15264
15265 \begin_layout Plain Layout
15266 Commands ! P ! 
15267 \backslash
15268 prod
15269 \begin_inset ERT
15270 status collapsed
15271
15272 \begin_layout Plain Layout
15273
15274
15275 \backslash
15276 vspace{4mm}
15277 \end_layout
15278
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 \begin_inset Formula $\prod$
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \backslash
15311 coprod
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 \begin_inset Formula $\coprod$
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 <row>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334
15335 \backslash
15336 bigodot
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345 \begin_inset Formula $\bigodot$
15346 \end_inset
15347
15348
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 </row>
15354 <row>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359
15360 \backslash
15361 bigotimes
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 \begin_inset Formula $\bigotimes$
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \end_inset
15377 </cell>
15378 </row>
15379 <row>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \backslash
15386 bigoplus
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395 \begin_inset Formula $\bigoplus$
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \backslash
15411 bigwedge
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420 \begin_inset Formula $\bigwedge$
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 </row>
15429 <row>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \backslash
15436 bigvee
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset Formula $\bigvee$
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \backslash
15461 bigsqcup
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 \begin_inset Formula $\bigsqcup$
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 <row>
15480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \backslash
15486 biguplus
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495 \begin_inset Formula $\biguplus$
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 </lyxtabular>
15505
15506 \end_inset
15507
15508
15509 \begin_inset space \hfill{}
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \begin_layout Standard
15516 All big operators can also be inserted via the math toolbar button 
15517 \begin_inset Graphics
15518         filename ../images/math/intop.png
15519         scale 85
15520
15521 \end_inset
15522
15523 .
15524 \end_layout
15525
15526 \begin_layout Standard
15527 The operators are called big because they are bigger than the sometimes
15528  equal looking binary operators.
15529  All big operators can have limits as described in the next subsection.
15530 \end_layout
15531
15532 \begin_layout Standard
15533 For all integral operators there is a second version available, ending in
15534  
15535 \series bold
15536 op
15537 \series default
15538
15539 \series bold
15540
15541 \backslash
15542 intop
15543 \series default
15544
15545 \series bold
15546
15547 \backslash
15548 ointop
15549 \series default
15550  etc..
15551  These operators are different from 
15552 \series bold
15553
15554 \backslash
15555 int
15556 \series default
15557  etc.
15558 \begin_inset space \space{}
15559 \end_inset
15560
15561 in the style the operator limits are displayed, see 
15562 \begin_inset CommandInset ref
15563 LatexCommand ref
15564 reference "sub:Operator-Limits"
15565
15566 \end_inset
15567
15568 .
15569  
15570 \end_layout
15571
15572 \begin_layout Subsubsection*
15573 Advice for Integrals
15574 \end_layout
15575
15576 \begin_layout Standard
15577 The letter 
15578 \emph on
15579 d
15580 \emph default
15581  in an integral is an operator, that therefore has to be set upright.
15582  This is done by highlighting the 
15583 \emph on
15584 d
15585 \emph default
15586  and using the keyboard shortcut 
15587 \begin_inset Info
15588 type  "shortcut"
15589 arg   "font-roman"
15590 \end_inset
15591
15592
15593 \begin_inset Foot
15594 status collapsed
15595
15596 \begin_layout Plain Layout
15597 Font styles
15598 \series bold
15599  
15600 \series default
15601 see 
15602 \begin_inset CommandInset ref
15603 LatexCommand ref
15604 reference "sub:Font-Styles"
15605
15606 \end_inset
15607
15608
15609 \end_layout
15610
15611 \end_inset
15612
15613 .
15614  Finally the smallest space is inserted before the 
15615 \emph on
15616 d
15617 \emph default
15618 , as this is usual for operators.
15619  An example:
15620 \end_layout
15621
15622 \begin_layout Standard
15623 incorrect: 
15624 \begin_inset Formula $\int A(x)dx$
15625 \end_inset
15626
15627
15628 \begin_inset Newline newline
15629 \end_inset
15630
15631
15632 \begin_inset Phantom HPhantom
15633 status open
15634
15635 \begin_layout Plain Layout
15636 in
15637 \end_layout
15638
15639 \end_inset
15640
15641 correct: 
15642 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649 For multiple integrals there are the following commands:
15650 \begin_inset VSpace medskip
15651 \end_inset
15652
15653
15654 \end_layout
15655
15656 \begin_layout Standard
15657 \begin_inset space \hfill{}
15658 \end_inset
15659
15660
15661 \begin_inset Tabular
15662 <lyxtabular version="3" rows="4" columns="2">
15663 <features rotate="0" tabularvalignment="middle">
15664 <column alignment="center" valignment="top">
15665 <column alignment="center" valignment="top">
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 Command
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680 Result
15681 \begin_inset Note Note
15682 status collapsed
15683
15684 \begin_layout Plain Layout
15685
15686 \series bold
15687
15688 \backslash
15689 raisebox
15690 \series default
15691  is only used as spacer.
15692 \end_layout
15693
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707
15708 \backslash
15709 iint
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 <row>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \backslash
15734 oiint
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15744 \end_inset
15745
15746
15747 \end_layout
15748
15749 \end_inset
15750 </cell>
15751 </row>
15752 <row>
15753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15754 \begin_inset Text
15755
15756 \begin_layout Plain Layout
15757
15758 \backslash
15759 sqiint
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 </row>
15777 </lyxtabular>
15778
15779 \end_inset
15780
15781
15782 \begin_inset space \hfill{}
15783 \end_inset
15784
15785
15786 \begin_inset Tabular
15787 <lyxtabular version="3" rows="4" columns="2">
15788 <features rotate="0" tabularvalignment="middle">
15789 <column alignment="center" valignment="top">
15790 <column alignment="center" valignment="top">
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 Command
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805 Result
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \backslash
15818 iiint
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15828 \end_inset
15829
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \backslash
15843 iiiint
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \backslash
15868 dotsint
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 </lyxtabular>
15887
15888 \end_inset
15889
15890
15891 \begin_inset space \hfill{}
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \begin_layout Standard
15898 \begin_inset Newpage newpage
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \begin_layout Subsection
15905 Operator Limits
15906 \begin_inset CommandInset label
15907 LatexCommand label
15908 name "sub:Operator-Limits"
15909
15910 \end_inset
15911
15912
15913 \begin_inset Index idx
15914 status collapsed
15915
15916 \begin_layout Plain Layout
15917 Operators ! Limits
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \begin_layout Standard
15926 Limits are created by super- and subscripts:
15927 \end_layout
15928
15929 \begin_layout Standard
15930 \align center
15931 \begin_inset Tabular
15932 <lyxtabular version="3" rows="2" columns="2">
15933 <features rotate="0" tabularvalignment="middle">
15934 <column alignment="center" valignment="top" width="0pt">
15935 <column alignment="center" valignment="top" width="0pt">
15936 <row>
15937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 Command
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 Result
15951 \begin_inset Note Note
15952 status collapsed
15953
15954 \begin_layout Plain Layout
15955
15956 \series bold
15957
15958 \backslash
15959 raisebox
15960 \series default
15961  is only used as spacer.
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 <row>
15973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977
15978 \backslash
15979 prod^
15980 \backslash
15981 infty
15982 \begin_inset ERT
15983 status collapsed
15984
15985 \begin_layout Plain Layout
15986
15987
15988 \backslash
15989 spce 
15990 \end_layout
15991
15992 \end_inset
15993
15994
15995 \begin_inset Formula $\to$
15996 \end_inset
15997
15998 _0
15999 \begin_inset Formula $\to$
16000 \end_inset
16001
16002 A(x)
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 </row>
16020 </lyxtabular>
16021
16022 \end_inset
16023
16024
16025 \end_layout
16026
16027 \begin_layout Standard
16028 Limits of inline formulas are set right beside the operator.
16029  Limits in displayed formulas are set above or below the operator, except
16030  for integral limits.
16031 \end_layout
16032
16033 \begin_layout Standard
16034 To force that the limits are set beside the operator, the cursor is set
16035  directly behind the operator and the limits type is changed with the menu
16036  
16037 \family sans
16038 Edit\SpecialChar \menuseparator
16039 Math\SpecialChar \menuseparator
16040 Change Limits Type
16041 \family default
16042  to 
16043 \family sans
16044 \series bold
16045 Inline
16046 \family default
16047 \series default
16048  (shortcut 
16049 \begin_inset Info
16050 type  "shortcut"
16051 arg   "math-limits"
16052 \end_inset
16053
16054 ).
16055  An example:
16056 \end_layout
16057
16058 \begin_layout Standard
16059 The default limits type is this:
16060 \begin_inset Formula 
16061 \[
16062 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16063 \]
16064
16065 \end_inset
16066
16067 This is how it looks when the limits type was changed to 
16068 \family sans
16069 \series bold
16070 Inline
16071 \family default
16072 \series default
16073 :
16074 \begin_inset Formula 
16075 \[
16076 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16077 \]
16078
16079 \end_inset
16080
16081 For integrals, except those ending with 
16082 \series bold
16083 op
16084 \series default
16085  like 
16086 \series bold
16087
16088 \backslash
16089 intop
16090 \series default
16091
16092 \series bold
16093
16094 \backslash
16095 ointop
16096 \series default
16097  etc., the limits are by default set beside the operator.
16098  But for multiple integrals the limits are often set below the operator.
16099  In the following example the limits type was therefore set to 
16100 \series bold
16101 Display
16102 \series default
16103  and so set below the integrals:
16104 \begin_inset Formula 
16105 \begin{equation}
16106 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16107 \end{equation}
16108
16109 \end_inset
16110
16111
16112 \end_layout
16113
16114 \begin_layout Standard
16115 \begin_inset VSpace medskip
16116 \end_inset
16117
16118 To specify conditions for limits, the commands 
16119 \series bold
16120
16121 \backslash
16122 subarray
16123 \series default
16124
16125 \begin_inset Index idx
16126 status collapsed
16127
16128 \begin_layout Plain Layout
16129 Commands ! S ! 
16130 \backslash
16131 subarray
16132 \end_layout
16133
16134 \end_inset
16135
16136  and 
16137 \series bold
16138
16139 \backslash
16140 substack
16141 \series default
16142
16143 \begin_inset Index idx
16144 status collapsed
16145
16146 \begin_layout Plain Layout
16147 Commands ! S ! 
16148 \backslash
16149 substack
16150 \end_layout
16151
16152 \end_inset
16153
16154  are used.
16155  To create for example this expression 
16156 \begin_inset Formula 
16157 \begin{equation}
16158 \sum_{\begin{subarray}{c}
16159 0<k<1000\\
16160 \\
16161 k\,\in\,\mathbb{N}
16162 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16163 \end{equation}
16164
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Standard
16171 the following has to be done:
16172 \begin_inset Newline newline
16173 \end_inset
16174
16175 First the command 
16176 \series bold
16177
16178 \backslash
16179 sum
16180 \series default
16181 ^
16182 \series bold
16183 n
16184 \begin_inset ERT
16185 status collapsed
16186
16187 \begin_layout Plain Layout
16188
16189
16190 \backslash
16191 spce 
16192 \end_layout
16193
16194 \end_inset
16195
16196 _
16197 \series default
16198  is typed in.
16199  One is now in a blue box under the summation operator and insert there
16200  the command 
16201 \series bold
16202
16203 \backslash
16204 subarray
16205 \begin_inset ERT
16206 status collapsed
16207
16208 \begin_layout Plain Layout
16209
16210
16211 \backslash
16212 spce 
16213 \end_layout
16214
16215 \end_inset
16216
16217
16218 \series default
16219 .
16220  The blue box is now within a purple box and now several lines can be written
16221  among each other.
16222  A new line is created by inserting a line break (
16223 \begin_inset Info
16224 type  "shortcut"
16225 arg   "newline-insert newline"
16226 \end_inset
16227
16228 ).
16229  When now
16230 \begin_inset Newline newline
16231 \end_inset
16232
16233
16234 \series bold
16235 0<k<1000 Ctrl+Return
16236 \begin_inset Newline newline
16237 \end_inset
16238
16239
16240 \series default
16241 is typed in, a new box appears below for the new line.
16242 \end_layout
16243
16244 \begin_layout Standard
16245 The alignment of the lines can be changed to left aligned with the 
16246 \family sans
16247 table
16248 \family default
16249  
16250 \family sans
16251 toolbar
16252 \family default
16253  or the menu 
16254 \family sans
16255 Edit\SpecialChar \menuseparator
16256 Rows &Columns
16257 \family default
16258 .
16259  To get right alignment, 
16260 \series bold
16261
16262 \backslash
16263 hfill
16264 \begin_inset ERT
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268
16269
16270 \backslash
16271 spce 
16272 \end_layout
16273
16274 \end_inset
16275
16276
16277 \series default
16278  is inserted at the beginning of the line.
16279 \end_layout
16280
16281 \begin_layout Standard
16282 The command 
16283 \series bold
16284
16285 \backslash
16286 substack
16287 \series default
16288  is equivalent to 
16289 \series bold
16290
16291 \backslash
16292 subarray
16293 \series default
16294  with the difference that the lines are always centered.
16295 \end_layout
16296
16297 \begin_layout Standard
16298 \begin_inset VSpace bigskip
16299 \end_inset
16300
16301 Like in formula 
16302 \begin_inset CommandInset ref
16303 LatexCommand eqref
16304 reference "eq:substack"
16305
16306 \end_inset
16307
16308  there can be too much space beside an operator, because the characters
16309  following the operator are set beside the limits.
16310 \end_layout
16311
16312 \begin_layout Standard
16313 To avoid this, the following macro can be used in the LaTeX-preamble:
16314 \end_layout
16315
16316 \begin_layout Standard
16317
16318 \series bold
16319
16320 \backslash
16321 def
16322 \backslash
16323 clap#1{
16324 \backslash
16325 hbox to 0pt{
16326 \backslash
16327 hss #1
16328 \backslash
16329 hss}}
16330 \begin_inset Newline newline
16331 \end_inset
16332
16333
16334 \backslash
16335 def
16336 \backslash
16337 mathclap {
16338 \backslash
16339 mathpalette 
16340 \backslash
16341 mathclapinternal}
16342 \begin_inset Newline newline
16343 \end_inset
16344
16345
16346 \backslash
16347 def
16348 \backslash
16349 mathclapinternal #1#2{
16350 \backslash
16351 clap{$
16352 \backslash
16353 mathsurround =0pt #1{#2}$}}
16354 \end_layout
16355
16356 \begin_layout Standard
16357 This defines the command 
16358 \series bold
16359
16360 \backslash
16361 mathclap
16362 \series default
16363
16364 \begin_inset Index idx
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368 Commands ! M ! 
16369 \backslash
16370 mathclap
16371 \end_layout
16372
16373 \end_inset
16374
16375  that sets the width of the limit to 0
16376 \begin_inset space \thinspace{}
16377 \end_inset
16378
16379 pt.
16380  The command scheme is
16381 \end_layout
16382
16383 \begin_layout Standard
16384
16385 \series bold
16386
16387 \backslash
16388 mathclap{limit}
16389 \end_layout
16390
16391 \begin_layout Standard
16392 where the limit can consist of several conditions.
16393 \end_layout
16394
16395 \begin_layout Standard
16396 Applied on formula 
16397 \begin_inset CommandInset ref
16398 LatexCommand eqref
16399 reference "eq:substack"
16400
16401 \end_inset
16402
16403 , one uses the command
16404 \end_layout
16405
16406 \begin_layout Standard
16407
16408 \series bold
16409
16410 \backslash
16411 sum_
16412 \backslash
16413 mathclap{
16414 \backslash
16415 substack
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 0<k<1000 Ctrl+Return
16429 \end_layout
16430
16431 \begin_layout Standard
16432 to create the lower limit.
16433  The summand is now directly behind the summation operator:
16434 \begin_inset Formula 
16435 \[
16436 \sum_{\mathclap{\substack{0<k<1000\\
16437 \\
16438 k\,\in\,\mathbb{N}
16439 }
16440 }}^{n}k^{-2}
16441 \]
16442
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset VSpace bigskip
16450 \end_inset
16451
16452 How to use one limit for several operators is described in 
16453 \begin_inset CommandInset ref
16454 LatexCommand ref
16455 reference "sub:Self-defined-Operators"
16456
16457 \end_inset
16458
16459 .
16460 \end_layout
16461
16462 \begin_layout Subsection
16463 Decoration for Operators
16464 \begin_inset Index idx
16465 status collapsed
16466
16467 \begin_layout Plain Layout
16468 Operators ! Decoration
16469 \end_layout
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Standard
16477 With the commands 
16478 \series bold
16479
16480 \backslash
16481 overset
16482 \series default
16483
16484 \begin_inset Index idx
16485 status collapsed
16486
16487 \begin_layout Plain Layout
16488 Commands ! O ! 
16489 \backslash
16490 overset
16491 \end_layout
16492
16493 \end_inset
16494
16495  and 
16496 \series bold
16497
16498 \backslash
16499 underset
16500 \series default
16501
16502 \begin_inset Index idx
16503 status collapsed
16504
16505 \begin_layout Plain Layout
16506 Commands ! U ! 
16507 \backslash
16508 underset
16509 \end_layout
16510
16511 \end_inset
16512
16513  characters can be placed above or below an operator, respectively.
16514  With the command 
16515 \series bold
16516
16517 \backslash
16518 sideset
16519 \series default
16520
16521 \begin_inset Index idx
16522 status collapsed
16523
16524 \begin_layout Plain Layout
16525 Commands ! S ! 
16526 \backslash
16527 sideset
16528 \end_layout
16529
16530 \end_inset
16531
16532  characters can be set before and behind a big operator.
16533  The command scheme is:
16534 \end_layout
16535
16536 \begin_layout Standard
16537
16538 \series bold
16539
16540 \backslash
16541 sideset{character
16542 \series default
16543  
16544 \series bold
16545 before}{character
16546 \series default
16547  
16548 \series bold
16549 behind}
16550 \end_layout
16551
16552 \begin_layout Standard
16553
16554 \series bold
16555
16556 \backslash
16557 sideset
16558 \series default
16559  must always be before the operator.
16560  You can decorate with several characters and even with other operators
16561  and symbols.
16562  To place for example only characters behind a big operator, write nothing
16563  between the first braces but don't omit the braces.
16564 \end_layout
16565
16566 \begin_layout Standard
16567 For example the command 
16568 \series bold
16569
16570 \backslash
16571 sideset{
16572 \begin_inset Formula $\to$
16573 \end_inset
16574
16575
16576 \backslash
16577 {
16578 \series default
16579 '
16580 \series bold
16581
16582 \begin_inset Formula $\to$
16583 \end_inset
16584
16585
16586 \backslash
16587 sum_k=1
16588 \begin_inset ERT
16589 status collapsed
16590
16591 \begin_layout Plain Layout
16592
16593
16594 \backslash
16595 spce 
16596 \end_layout
16597
16598 \end_inset
16599
16600
16601 \series default
16602 ^
16603 \series bold
16604 n
16605 \series default
16606  produces:
16607 \begin_inset Formula 
16608 \[
16609 \sideset{}{'}\sum_{k=1}^{n}
16610 \]
16611
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \begin_layout Standard
16618 \begin_inset Note Greyedout
16619 status open
16620
16621 \begin_layout Plain Layout
16622
16623 \series bold
16624 Note: 
16625 \backslash
16626 sideset
16627 \series default
16628  can only be used to decorate big operators, binary operators are not allowed.
16629 \end_layout
16630
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \begin_layout Standard
16637
16638 \series bold
16639
16640 \backslash
16641 overset
16642 \series default
16643  and 
16644 \series bold
16645
16646 \backslash
16647 underset
16648 \series default
16649  can also be used to decorate symbols and characters.
16650  For example, the command 
16651 \series bold
16652
16653 \backslash
16654 overset
16655 \begin_inset ERT
16656 status collapsed
16657
16658 \begin_layout Plain Layout
16659
16660
16661 \backslash
16662 spce 
16663 \end_layout
16664
16665 \end_inset
16666
16667
16668 \backslash
16669 maltese
16670 \begin_inset ERT
16671 status collapsed
16672
16673 \begin_layout Plain Layout
16674
16675
16676 \backslash
16677 spce 
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \series default
16684
16685 \begin_inset Formula $\uparrow$
16686 \end_inset
16687
16688
16689 \series bold
16690 a
16691 \series default
16692  produces:
16693 \begin_inset Formula 
16694 \[
16695 \overset{a}{\maltese}
16696 \]
16697
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \begin_layout Subsection
16704 Binary Operators
16705 \begin_inset CommandInset label
16706 LatexCommand label
16707 name "sub:Binary-Operators"
16708
16709 \end_inset
16710
16711
16712 \begin_inset Index idx
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716 Operators ! binary
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \begin_layout Standard
16725 Binary operators are surrounded by space when there is a character before
16726  and after them.
16727 \begin_inset VSpace medskip
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \begin_layout Standard
16734 \begin_inset space \hfill{}
16735 \end_inset
16736
16737
16738 \begin_inset Tabular
16739 <lyxtabular version="3" rows="13" columns="2">
16740 <features rotate="0" tabularvalignment="middle">
16741 <column alignment="center" valignment="top" width="0pt">
16742 <column alignment="center" valignment="top" width="0pt">
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 Command
16749 \begin_inset Note Note
16750 status collapsed
16751
16752 \begin_layout Plain Layout
16753
16754 \series bold
16755
16756 \backslash
16757 raisebox
16758 \series default
16759  is only used as spacer.
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 Result
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 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $-$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 pm
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\pm$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 mp
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\mp$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 cdot
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\cdot$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 times
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\times$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 div
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\div$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 raisebox{-1.2mm}{
16963 \end_layout
16964
16965 \end_inset
16966
16967 *
16968 \begin_inset ERT
16969 status collapsed
16970
16971 \begin_layout Plain Layout
16972
16973 }
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $*$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \backslash
17003 star
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Formula $\star$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \backslash
17028 circ
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\circ$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 <row>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \backslash
17053 diamond
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 \begin_inset Formula $\diamond$
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 <row>
17072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076
17077 \backslash
17078 bullet
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 \begin_inset Formula $\bullet$
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 </row>
17096 </lyxtabular>
17097
17098 \end_inset
17099
17100
17101 \begin_inset space \hfill{}
17102 \end_inset
17103
17104
17105 \begin_inset Tabular
17106 <lyxtabular version="3" rows="13" columns="2">
17107 <features rotate="0" tabularvalignment="middle">
17108 <column alignment="center" valignment="top" width="0pt">
17109 <column alignment="center" valignment="top" width="0pt">
17110 <row>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 Command
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 Result
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 nabla
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\nabla$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 bigtriangledown
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\bigtriangledown$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 bigtriangleup
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\bigtriangleup$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 Box
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\Box$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \backslash
17237 cap 
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 \begin_inset Formula $\cap$
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \backslash
17262 cup
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $\cup$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 dagger
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\dagger$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 ddagger
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\ddagger$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 wr
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\wr$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 bigcirc
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\bigcirc$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \backslash
17387 wedge
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\wedge$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 vee
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\vee$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 </lyxtabular>
17431
17432 \end_inset
17433
17434
17435 \begin_inset space \hfill{}
17436 \end_inset
17437
17438
17439 \begin_inset Tabular
17440 <lyxtabular version="3" rows="13" columns="2">
17441 <features rotate="0" tabularvalignment="middle">
17442 <column alignment="center" valignment="top" width="0pt">
17443 <column alignment="center" valignment="top" width="0pt">
17444 <row>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 Command
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 Result
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 oplus
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\oplus$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 ominus
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\ominus$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 otimes
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\otimes$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 <row>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \backslash
17546 oslash
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\oslash$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 <row>
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \backslash
17571 odot
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 \begin_inset Formula $\odot$
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \backslash
17596 amalg
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Formula $\amalg$
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619
17620 \backslash
17621 uplus
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Formula $\uplus$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 setminus
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655 \begin_inset Formula $\setminus$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \backslash
17671 sqcap
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Formula $\sqcap$
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 </row>
17689 <row>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694
17695 \backslash
17696 sqcup
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\sqcup$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719
17720 \backslash
17721 triangleleft
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730 \begin_inset Formula $\triangleleft$
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 <row>
17740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \backslash
17746 triangleright
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 \begin_inset Formula $\triangleright$
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 </row>
17764 </lyxtabular>
17765
17766 \end_inset
17767
17768
17769 \begin_inset space \hfill{}
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Standard
17776 All binary operators can also be inserted via the math toolbar button 
17777 \begin_inset Graphics
17778         filename ../images/math/pm.png
17779         scale 85
17780
17781 \end_inset
17782
17783 .
17784 \end_layout
17785
17786 \begin_layout Standard
17787 To typeset the Laplace operator also 
17788 \series bold
17789
17790 \backslash
17791 Delta
17792 \series default
17793  or 
17794 \series bold
17795
17796 \backslash
17797 nabla
17798 \series default
17799 ^
17800 \series bold
17801 2
17802 \series default
17803  (
17804 \begin_inset Formula $\nabla^{2}$
17805 \end_inset
17806
17807 ) can be used instead of 
17808 \series bold
17809
17810 \backslash
17811 bigtriangleup
17812 \series default
17813  .
17814 \end_layout
17815
17816 \begin_layout Standard
17817 The character 
17818 \family sans
17819 Menu Separator
17820 \family default
17821  from the menu 
17822 \family sans
17823 Insert\SpecialChar \menuseparator
17824 Special Character
17825 \family default
17826  is the operator 
17827 \series bold
17828
17829 \backslash
17830 triangleright
17831 \series default
17832 .
17833 \end_layout
17834
17835 \begin_layout Subsection
17836 Self-defined Operators
17837 \begin_inset CommandInset label
17838 LatexCommand label
17839 name "sub:Self-defined-Operators"
17840
17841 \end_inset
17842
17843
17844 \begin_inset Index idx
17845 status collapsed
17846
17847 \begin_layout Plain Layout
17848 Operators ! self-defined
17849 \end_layout
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Standard
17857 With the help of the command 
17858 \series bold
17859
17860 \backslash
17861 DeclareMathOperator
17862 \series default
17863
17864 \begin_inset Index idx
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868 Commands ! D ! 
17869 \backslash
17870 dbinom@
17871 \backslash
17872 DeclareMathOperator
17873 \end_layout
17874
17875 \end_inset
17876
17877  custom operators can be defined in the LaTeX-preamble.
17878  Its command scheme is:
17879 \end_layout
17880
17881 \begin_layout Standard
17882
17883 \series bold
17884
17885 \backslash
17886 DeclareMathOperator{new command}{display}
17887 \end_layout
17888
17889 \begin_layout Standard
17890 Display can be characters or symbols that define how the operator looks
17891  in the output.
17892  To define a big operator a * is set behind the command.
17893  All self-defined big operators can have limits as described in 
17894 \begin_inset CommandInset ref
17895 LatexCommand ref
17896 reference "sub:Operator-Limits"
17897
17898 \end_inset
17899
17900 .
17901 \end_layout
17902
17903 \begin_layout Standard
17904 For example the LaTeX-preamble line
17905 \end_layout
17906
17907 \begin_layout Standard
17908
17909 \series bold
17910
17911 \backslash
17912 DeclareMathOperator*{
17913 \backslash
17914 Lozenge}{
17915 \backslash
17916 blacklozenge}
17917 \end_layout
17918
17919 \begin_layout Standard
17920 defines the command 
17921 \series bold
17922
17923 \backslash
17924 Lozenge
17925 \series default
17926 , that inserts a big operator consisting of the lozenge symbol from 
17927 \begin_inset CommandInset ref
17928 LatexCommand ref
17929 reference "sub:Miscellaneous-Symbols"
17930
17931 \end_inset
17932
17933 :
17934 \begin_inset Formula 
17935 \[
17936 \Lozenge_{n=1}^{\infty}
17937 \]
17938
17939 \end_inset
17940
17941 The command for this formula is: 
17942 \series bold
17943
17944 \backslash
17945 Lozenge
17946 \series default
17947 ^
17948 \series bold
17949
17950 \backslash
17951 infty
17952 \begin_inset Formula $\to$
17953 \end_inset
17954
17955 _n=1
17956 \end_layout
17957
17958 \begin_layout Standard
17959 \begin_inset VSpace bigskip
17960 \end_inset
17961
17962 When self-defined operators are not used several times in the document,
17963  they can also be defined with the commands 
17964 \series bold
17965
17966 \backslash
17967 mathop
17968 \series default
17969
17970 \begin_inset Index idx
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974 Commands ! M ! 
17975 \backslash
17976 mathop
17977 \end_layout
17978
17979 \end_inset
17980
17981  and 
17982 \series bold
17983
17984 \backslash
17985 mathbin
17986 \series default
17987
17988 \begin_inset Index idx
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992 Commands ! M ! 
17993 \backslash
17994 mathbin
17995 \end_layout
17996
17997 \end_inset
17998
17999 , which have the following scheme:
18000 \end_layout
18001
18002 \begin_layout Standard
18003
18004 \series bold
18005
18006 \backslash
18007 mathop{display}
18008 \series default
18009  and 
18010 \series bold
18011
18012 \backslash
18013 mathbin{display}
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019
18020 \backslash
18021 mathop
18022 \series default
18023  defines big operators, 
18024 \series bold
18025
18026 \backslash
18027 mathbin
18028 \series default
18029  binary operators.
18030 \end_layout
18031
18032 \begin_layout Standard
18033
18034 \series bold
18035
18036 \backslash
18037 mathop
18038 \series default
18039  can e.
18040 \begin_inset space \thinspace{}
18041 \end_inset
18042
18043 g.
18044 \begin_inset space \space{}
18045 \end_inset
18046
18047 be used to use one limit for several operators:
18048 \end_layout
18049
18050 \begin_layout Standard
18051 \begin_inset Formula 
18052 \[
18053 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18054 \]
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 The command for the formula above is:
18063 \begin_inset Newline newline
18064 \end_inset
18065
18066
18067 \series bold
18068
18069 \backslash
18070 mathop{
18071 \backslash
18072 sum
18073 \backslash
18074 negmedspace
18075 \backslash
18076 sum
18077 \series default
18078
18079 \begin_inset ERT
18080 status collapsed
18081
18082 \begin_layout Plain Layout
18083
18084
18085 \backslash
18086 spce 
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \series bold
18093
18094 \begin_inset Formula $\to$
18095 \end_inset
18096
18097 ^N
18098 \series default
18099
18100 \begin_inset ERT
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104
18105
18106 \backslash
18107 spce 
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \series bold
18114 _i,j=1
18115 \end_layout
18116
18117 \begin_layout Section
18118 Fonts
18119 \begin_inset Index idx
18120 status collapsed
18121
18122 \begin_layout Plain Layout
18123 Fonts
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \begin_layout Subsection
18132 Font Styles
18133 \begin_inset CommandInset label
18134 LatexCommand label
18135 name "sub:Font-Styles"
18136
18137 \end_inset
18138
18139
18140 \begin_inset Index idx
18141 status collapsed
18142
18143 \begin_layout Plain Layout
18144 Font ! style
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Standard
18153 Latin letters in formulas can be set in one of the following font styles:
18154 \begin_inset VSpace -2mm
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="7" columns="3">
18164 <features rotate="0" tabularvalignment="middle">
18165 <column alignment="center" valignment="top">
18166 <column alignment="center" valignment="top">
18167 <column alignment="center" valignment="top">
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Command
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Result
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 shortcut
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 <row>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202
18203 \backslash
18204 mathbb
18205 \series bold
18206
18207 \begin_inset ERT
18208 status collapsed
18209
18210 \begin_layout Plain Layout
18211
18212
18213 \backslash
18214 spce 
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \series default
18221 ABC
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 \begin_inset Formula $\mathbb{ABC}$
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 \begin_inset Info
18243 type  "shortcuts"
18244 arg   "font-noun"
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 <row>
18254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258
18259 \backslash
18260 mathbf
18261 \series bold
18262
18263 \begin_inset ERT
18264 status collapsed
18265
18266 \begin_layout Plain Layout
18267
18268
18269 \backslash
18270 spce 
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \series default
18277 AbC
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 \begin_inset Formula $\mathbf{AbC}$
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 \begin_inset Info
18299 type  "shortcuts"
18300 arg   "font-bold"
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 </row>
18309 <row>
18310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314
18315 \backslash
18316 boldsymbol
18317 \series bold
18318
18319 \begin_inset ERT
18320 status collapsed
18321
18322 \begin_layout Plain Layout
18323
18324
18325 \backslash
18326 spce 
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \series default
18333 AbC
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 \begin_inset Formula $\boldsymbol{AbC}$
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 \begin_inset Info
18355 type  "shortcuts"
18356 arg   "font-boldsymbol"
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \backslash
18372 mathcal
18373 \series bold
18374
18375 \begin_inset ERT
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379
18380
18381 \backslash
18382 spce 
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \series default
18389 ABC
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 \begin_inset Formula $\mathcal{ABC}$
18399 \end_inset
18400
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 \begin_inset Info
18411 type  "shortcuts"
18412 arg   "font-emph"
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \backslash
18428 mathfrak
18429 \series bold
18430
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 spce 
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \series default
18445 AbC
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 \begin_inset Formula $\mathfrak{AbC}$
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 -
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 </row>
18472 <row>
18473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \backslash
18479 mathscr
18480 \series bold
18481
18482 \begin_inset ERT
18483 status collapsed
18484
18485 \begin_layout Plain Layout
18486
18487
18488 \backslash
18489 spce 
18490 \end_layout
18491
18492 \end_inset
18493
18494
18495 \series default
18496 AbC
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 \begin_inset Formula $\mathscr{AbC}$
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 -
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 </lyxtabular>
18524
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \begin_layout Standard
18531 \align center
18532 \begin_inset Tabular
18533 <lyxtabular version="3" rows="5" columns="3">
18534 <features rotate="0" tabularvalignment="middle">
18535 <column alignment="center" valignment="top">
18536 <column alignment="center" valignment="top">
18537 <column alignment="center" valignment="top">
18538 <row>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 Command
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 Result
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 shortcut
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \backslash
18574 mathit
18575 \series bold
18576
18577 \begin_inset ERT
18578 status collapsed
18579
18580 \begin_layout Plain Layout
18581
18582
18583 \backslash
18584 spce 
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \series default
18591 AbC
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 \begin_inset Formula $\mathit{AbC}$
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 -
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \backslash
18625 mathrm
18626 \series bold
18627
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 spce 
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \series default
18642 AbC
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 \begin_inset Formula $\mathrm{AbC}$
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 \begin_inset Info
18664 type  "shortcuts"
18665 arg   "font-roman"
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \backslash
18681 mathsf
18682 \series bold
18683
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 spce 
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \series default
18698 AbC
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707 \begin_inset Formula $\mathsf{AbC}$
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 \begin_inset Info
18720 type  "shortcuts"
18721 arg   "font-sans"
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 </row>
18730 <row>
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735
18736 \backslash
18737 mathtt
18738 \series bold
18739
18740 \begin_inset ERT
18741 status collapsed
18742
18743 \begin_layout Plain Layout
18744
18745
18746 \backslash
18747 spce 
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \series default
18754 AbC
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 \begin_inset Formula $\mathtt{AbC}$
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 \begin_inset Info
18776 type  "shortcuts"
18777 arg   "font-typewriter"
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 </row>
18786 </lyxtabular>
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Standard
18794 \begin_inset Note Greyedout
18795 status open
18796
18797 \begin_layout Plain Layout
18798
18799 \series bold
18800 Note:
18801 \series default
18802  The styles 
18803 \series bold
18804
18805 \backslash
18806 mathbb
18807 \series default
18808  and 
18809 \series bold
18810
18811 \backslash
18812 mathcal
18813 \series default
18814  can only be used for big letters.
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 Predefined is the style 
18824 \series bold
18825
18826 \backslash
18827 mathnormal
18828 \series default
18829 .
18830 \end_layout
18831
18832 \begin_layout Standard
18833 The style commands work also for letters in mathematical constructs:
18834 \begin_inset Formula 
18835 \[
18836 \mathfrak{A=\frac{b}{C}}
18837 \]
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Standard
18845 Characters in mathematical text don't appear in a math font style but in
18846  the text font style 
18847 \series bold
18848
18849 \backslash
18850 textrm
18851 \series default
18852 .
18853  That their style can't be set correctly via the text style dialog is a
18854  bug in LyX.
18855 \begin_inset Foot
18856 status collapsed
18857
18858 \begin_layout Plain Layout
18859 \begin_inset CommandInset href
18860 LatexCommand href
18861 name "LyX-bug #4629"
18862 target "http://www.lyx.org/trac/ticket/4629"
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \begin_layout Standard
18875 Instead of the style commands the dialog 
18876 \family sans
18877 Edit\SpecialChar \menuseparator
18878 Math\SpecialChar \menuseparator
18879 Text Style
18880 \family default
18881  or the toolbar button 
18882 \begin_inset Graphics
18883         filename ../images/math/font.png
18884         scale 85
18885
18886 \end_inset
18887
18888  can be used.
18889 \end_layout
18890
18891 \begin_layout Subsection
18892 Bold Formulas
18893 \begin_inset CommandInset label
18894 LatexCommand label
18895 name "sub:Bold-Formulas"
18896
18897 \end_inset
18898
18899
18900 \begin_inset Index idx
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904 Formula ! bold
18905 \end_layout
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Standard
18913 To make a complete formula bold, the command 
18914 \series bold
18915
18916 \backslash
18917 mathbf
18918 \series default
18919  from the previous subsection cannot be used, because it doesn't work for
18920  small Greek letters.
18921  Furthermore it prints Latin letters always upright, like in the following
18922  equation:
18923 \end_layout
18924
18925 \begin_layout Standard
18926 \begin_inset Formula 
18927 \[
18928 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18929 \]
18930
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \begin_layout Standard
18937 To display the formula correctly, the command 
18938 \series bold
18939
18940 \backslash
18941 boldsymbol
18942 \series default
18943  is used:
18944 \begin_inset Formula 
18945 \[
18946 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18947 \]
18948
18949 \end_inset
18950
18951 It is also possible to set the formula in a 
18952 \series bold
18953 boldmath environment
18954 \series default
18955 .
18956  This environment is created by inserting the command 
18957 \series bold
18958
18959 \backslash
18960 boldmath
18961 \series default
18962
18963 \begin_inset Index idx
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967 Commands ! B ! 
18968 \backslash
18969 boldmath
18970 \end_layout
18971
18972 \end_inset
18973
18974  in TeX-mode.
18975  To end the environment, the command 
18976 \series bold
18977
18978 \backslash
18979 unboldmath
18980 \series default
18981
18982 \begin_inset Index idx
18983 status collapsed
18984
18985 \begin_layout Plain Layout
18986 Commands ! U ! 
18987 \backslash
18988 unboldmath
18989 \end_layout
18990
18991 \end_inset
18992
18993  is inserted in TeX-mode.
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999
19000 \backslash
19001 boldmath 
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \begin_inset Formula 
19008 \[
19009 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19010 \]
19011
19012 \end_inset
19013
19014
19015 \begin_inset ERT
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019
19020
19021 \backslash
19022 unboldmath 
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Colored Formulas
19032 \begin_inset Index idx
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036 Formula ! colored
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Formulas can be colored like normal text: Highlight a formula or a formula
19046  part and use the 
19047 \family sans
19048 Text Style
19049 \family default
19050  dialog.
19051  Here is a formula in magenta:
19052 \begin_inset Formula 
19053 \[
19054 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19055 \]
19056
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \begin_layout Standard
19063 You can also define your own colors as described in 
19064 \begin_inset CommandInset ref
19065 LatexCommand ref
19066 reference "sub:Colored-Boxes"
19067
19068 \end_inset
19069
19070 .
19071  They can be used with the TeX code command 
19072 \series bold
19073
19074 \backslash
19075 textcolor
19076 \series default
19077
19078 \begin_inset Index idx
19079 status collapsed
19080
19081 \begin_layout Plain Layout
19082 Commands ! T ! 
19083 \backslash
19084 textcolor
19085 \end_layout
19086
19087 \end_inset
19088
19089  in the scheme
19090 \end_layout
19091
19092 \begin_layout Standard
19093
19094 \series bold
19095
19096 \backslash
19097 textcolor{color}{characters or formula}
19098 \end_layout
19099
19100 \begin_layout Standard
19101 The following example was colored completely dark green and partly red:
19102 \end_layout
19103
19104 \begin_layout Standard
19105 \begin_inset ERT
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109
19110
19111 \backslash
19112 textcolor{darkgreen}{
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \begin_inset Formula 
19119 \[
19120 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19121 \]
19122
19123 \end_inset
19124
19125
19126 \begin_inset ERT
19127 status collapsed
19128
19129 \begin_layout Plain Layout
19130
19131 }
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 Due to a bug in LyX only complete formulas can be colored with self-defined
19141  colors.
19142 \begin_inset Foot
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 \begin_inset CommandInset href
19147 LatexCommand href
19148 name "LyX-bug #5269"
19149 target "http://www.lyx.org/trac/ticket/5269"
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Subsection
19162 Font Sizes
19163 \begin_inset CommandInset label
19164 LatexCommand label
19165 name "sub:Font-Sizes"
19166
19167 \end_inset
19168
19169
19170 \begin_inset Index idx
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174 Font ! size
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Standard
19183 For characters in formulas there are, analog to characters in text, the
19184  following size commands:
19185 \end_layout
19186
19187 \begin_layout Standard
19188
19189 \series bold
19190
19191 \backslash
19192 Huge
19193 \series default
19194
19195 \series bold
19196
19197 \backslash
19198 huge
19199 \series default
19200
19201 \series bold
19202
19203 \backslash
19204 LARGE
19205 \series default
19206
19207 \series bold
19208
19209 \backslash
19210 Large
19211 \series default
19212
19213 \series bold
19214
19215 \backslash
19216 large
19217 \series default
19218
19219 \series bold
19220
19221 \backslash
19222 normalsize
19223 \series default
19224
19225 \series bold
19226
19227 \backslash
19228 small
19229 \series default
19230 ,
19231 \begin_inset Newline newline
19232 \end_inset
19233
19234
19235 \series bold
19236
19237 \backslash
19238 footnotesize
19239 \series default
19240
19241 \series bold
19242
19243 \backslash
19244 scriptsize
19245 \series default
19246  and 
19247 \series bold
19248
19249 \backslash
19250 tiny
19251 \end_layout
19252
19253 \begin_layout Standard
19254 The size produced by the commands depends on the document font size, which
19255  corresponds to the command 
19256 \series bold
19257
19258 \backslash
19259 normalsize
19260 \series default
19261 .
19262  The other commands produce smaller or larger sizes than 
19263 \series bold
19264
19265 \backslash
19266 normalsize
19267 \series default
19268 .
19269  The font size can however not exceed a certain value.
19270  Is for example the document font size 12
19271 \begin_inset space \thinspace{}
19272 \end_inset
19273
19274 pt, the command 
19275 \series bold
19276
19277 \backslash
19278 Huge
19279 \series default
19280  switches to the same size as 
19281 \series bold
19282
19283 \backslash
19284 huge
19285 \series default
19286 .
19287  
19288 \end_layout
19289
19290 \begin_layout Standard
19291 A size command is inserted in TeX-mode before the formula and sets the size
19292  for all following formula and text characters.
19293  To switch back to the initial size, the command 
19294 \series bold
19295
19296 \backslash
19297 normalsize
19298 \series default
19299  is inserted behind the formula in TeX-mode.
19300 \end_layout
19301
19302 \begin_layout Standard
19303 Within a formula the size can be changed using the following size commands:
19304 \end_layout
19305
19306 \begin_layout Standard
19307 \noindent
19308 \align center
19309 \begin_inset Tabular
19310 <lyxtabular version="3" rows="5" columns="2">
19311 <features rotate="0" tabularvalignment="middle">
19312 <column alignment="center" valignment="top">
19313 <column alignment="center" valignment="top">
19314 <row>
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 Command
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 Result
19329 \begin_inset Note Note
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333
19334 \series bold
19335
19336 \backslash
19337 raisebox
19338 \series default
19339  is only used as spacer.
19340 \end_layout
19341
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \backslash
19357 displaystyle
19358 \begin_inset Index idx
19359 status collapsed
19360
19361 \begin_layout Plain Layout
19362 Commands ! D ! 
19363 \backslash
19364 displaystyle
19365 \end_layout
19366
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 </row>
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \backslash
19394 textstyle
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 <row>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417
19418 \backslash
19419 scriptstyle
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \backslash
19444 scriptscriptstyle
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 </row>
19462 </lyxtabular>
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 After entering these commands, a blue box appears in which the formula parts
19471  are inserted.
19472 \end_layout
19473
19474 \begin_layout Standard
19475 There is a further method to change the font size, that though only works
19476  for symbols or letters in mathematical text.
19477  To use it, one of the above text size commands is inserted in mathematical
19478  text.
19479  All following characters until the end of the mathematical text or until
19480  another size command will have the selected size.
19481  Two examples:
19482 \begin_inset VSpace -2mm
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \begin_layout Standard
19489 \begin_inset ERT
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493
19494
19495 \backslash
19496 huge 
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \begin_inset Formula 
19503 \[
19504 A=\frac{B}{c}\cdot\maltese
19505 \]
19506
19507 \end_inset
19508
19509
19510 \begin_inset Formula 
19511 \[
19512 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19513 \]
19514
19515 \end_inset
19516
19517
19518 \begin_inset ERT
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522
19523
19524 \backslash
19525 normalsize 
19526 \end_layout
19527
19528 \end_inset
19529
19530
19531 \end_layout
19532
19533 \begin_layout Standard
19534 \begin_inset VSpace medskip
19535 \end_inset
19536
19537 Before both formulas the command 
19538 \series bold
19539
19540 \backslash
19541 huge
19542 \series default
19543  was inserted.
19544  The command for the second formula is:
19545 \begin_inset Newline newline
19546 \end_inset
19547
19548
19549 \series bold
19550
19551 \backslash
19552 maltese
19553 \begin_inset ERT
19554 status collapsed
19555
19556 \begin_layout Plain Layout
19557
19558
19559 \backslash
19560 spce 
19561 \end_layout
19562
19563 \end_inset
19564
19565 A Alt+M M 
19566 \backslash
19567 Large
19568 \begin_inset ERT
19569 status collapsed
19570
19571 \begin_layout Plain Layout
19572
19573
19574 \backslash
19575 spce 
19576 \end_layout
19577
19578 \end_inset
19579
19580
19581 \backslash
19582 maltese
19583 \begin_inset ERT
19584 status collapsed
19585
19586 \begin_layout Plain Layout
19587
19588
19589 \backslash
19590 spce 
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \backslash
19597 textit
19598 \begin_inset ERT
19599 status collapsed
19600
19601 \begin_layout Plain Layout
19602
19603
19604 \backslash
19605 spce 
19606 \end_layout
19607
19608 \end_inset
19609
19610 A
19611 \begin_inset Formula $\to$
19612 \end_inset
19613
19614
19615 \begin_inset Formula $\to$
19616 \end_inset
19617
19618
19619 \begin_inset Newline newline
19620 \end_inset
19621
19622
19623 \begin_inset space \hspace*{}
19624 \length 1cm
19625 \end_inset
19626
19627 Alt+M
19628 \series default
19629  
19630 \series bold
19631
19632 \backslash
19633 tiny
19634 \begin_inset ERT
19635 status collapsed
19636
19637 \begin_layout Plain Layout
19638
19639
19640 \backslash
19641 spce 
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \backslash
19648 maltese
19649 \begin_inset ERT
19650 status collapsed
19651
19652 \begin_layout Plain Layout
19653
19654
19655 \backslash
19656 spce 
19657 \end_layout
19658
19659 \end_inset
19660
19661
19662 \backslash
19663 textit
19664 \begin_inset ERT
19665 status collapsed
19666
19667 \begin_layout Plain Layout
19668
19669
19670 \backslash
19671 spce 
19672 \end_layout
19673
19674 \end_inset
19675
19676 A
19677 \end_layout
19678
19679 \begin_layout Standard
19680 If a symbol cannot be displayed in different sizes, it will always be displayed
19681  in the default size.
19682 \end_layout
19683
19684 \begin_layout Section
19685 Greek Letters
19686 \begin_inset Index idx
19687 status collapsed
19688
19689 \begin_layout Plain Layout
19690 Greek letters
19691 \end_layout
19692
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \begin_layout Standard
19699 Greek letters can also be inserted via the toolbar button 
19700 \begin_inset Graphics
19701         filename ../images/math/alpha.png
19702         scale 85
19703
19704 \end_inset
19705
19706 .
19707  All international typesetting norms purport that Greek letters in math
19708  have to be typeset italic/slanted.
19709  In some languages, like French or Russian, they are nevertheless sometimes
19710  typeset upright.
19711 \end_layout
19712
19713 \begin_layout Subsection
19714 Small Letters
19715 \begin_inset Index idx
19716 status collapsed
19717
19718 \begin_layout Plain Layout
19719 Greek letters ! small
19720 \end_layout
19721
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \begin_layout Standard
19728 \begin_inset space \hfill{}
19729 \end_inset
19730
19731
19732 \begin_inset Tabular
19733 <lyxtabular version="3" rows="11" columns="2">
19734 <features rotate="0" tabularvalignment="middle">
19735 <column alignment="center" valignment="top" width="0pt">
19736 <column alignment="center" valignment="top" width="0pt">
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 Command
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 Result
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \backslash
19764 alpha
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Formula $\alpha$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \backslash
19789 beta
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 \begin_inset Formula $\beta$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 gamma
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\gamma$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 delta
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\delta$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 epsilon
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\epsilon$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 varepsilon
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\varepsilon$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 zeta
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\zeta$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 eta
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\eta$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 theta
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\theta$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 vartheta
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\vartheta$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 </lyxtabular>
20008
20009 \end_inset
20010
20011
20012 \begin_inset space \hfill{}
20013 \end_inset
20014
20015
20016 \begin_inset Tabular
20017 <lyxtabular version="3" rows="12" columns="2">
20018 <features rotate="0" tabularvalignment="middle">
20019 <column alignment="center" valignment="top" width="0pt">
20020 <column alignment="center" valignment="top" width="0pt">
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 Command
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 Result
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 iota
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\iota$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 kappa
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\kappa$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 varkappa
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\varkappa$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row>
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \backslash
20123 lambda
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Formula $\lambda$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146
20147 \backslash
20148 mu
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Formula $\mu$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 <row>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171
20172 \backslash
20173 nu
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182 \begin_inset Formula $\nu$
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row>
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196
20197 \backslash
20198 xi
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 $\xi$
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 o
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $o$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 pi
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\pi$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 varpi
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Formula $\varpi$
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \backslash
20296 rho
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Formula $\rho$
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 </lyxtabular>
20315
20316 \end_inset
20317
20318
20319 \begin_inset space \hfill{}
20320 \end_inset
20321
20322
20323 \begin_inset Tabular
20324 <lyxtabular version="3" rows="11" columns="2">
20325 <features rotate="0" tabularvalignment="middle">
20326 <column alignment="center" valignment="top" width="0pt">
20327 <column alignment="center" valignment="top" width="0pt">
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 Command
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 Result
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 varrho
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\varrho$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \backslash
20380 sigma
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\sigma$
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 <row>
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \backslash
20405 varsigma
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\varsigma$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 tau
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 \begin_inset Formula $\tau$
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 </row>
20448 <row>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453
20454 \backslash
20455 upsilon
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 \begin_inset Formula $\upsilon$
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 phi
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\phi$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 varphi
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\varphi$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 chi
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\chi$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 psi
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\psi$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 omega
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\omega$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 </lyxtabular>
20599
20600 \end_inset
20601
20602
20603 \begin_inset space \hfill{}
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \begin_layout Standard
20610 \begin_inset VSpace medskip
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \begin_layout Standard
20617 How to create special upright Greek letters is explained in 
20618 \begin_inset CommandInset ref
20619 LatexCommand ref
20620 reference "sub:Upright-small-Greek"
20621
20622 \end_inset
20623
20624 .
20625 \end_layout
20626
20627 \begin_layout Subsection
20628 Big Letters
20629 \begin_inset Index idx
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633 Greek letters ! big
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \begin_layout Standard
20642 \begin_inset space \hfill{}
20643 \end_inset
20644
20645
20646 \begin_inset Tabular
20647 <lyxtabular version="3" rows="7" columns="2">
20648 <features rotate="0" tabularvalignment="middle">
20649 <column alignment="center" valignment="top" width="0pt">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 Command
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 Result
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Gamma
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Gamma$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 Delta
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\Delta$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 Theta
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\Theta$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 Lambda
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\Lambda$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 <row>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776
20777 \backslash
20778 Xi
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 \begin_inset Formula $\Xi$
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 Pi
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\Pi$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 </lyxtabular>
20822
20823 \end_inset
20824
20825
20826 \begin_inset space \hfill{}
20827 \end_inset
20828
20829
20830 \begin_inset Tabular
20831 <lyxtabular version="3" rows="6" columns="2">
20832 <features rotate="0" tabularvalignment="middle">
20833 <column alignment="center" valignment="top" width="0pt">
20834 <column alignment="center" valignment="top" width="0pt">
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 Command
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 Result
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 Sigma
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\Sigma$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 Upsilon
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\Upsilon$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 Phi
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\Phi$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 <row>
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935
20936 \backslash
20937 Psi
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 \begin_inset Formula $\Psi$
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \backslash
20962 Omega
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\Omega$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 </lyxtabular>
20981
20982 \end_inset
20983
20984
20985 \begin_inset space \hfill{}
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \begin_layout Standard
20992 \begin_inset VSpace medskip
20993 \end_inset
20994
20995 That the big Greek letters appear upright is caused by a design bug when
20996  TeX was developed.
20997  To get correct italic big letters, begin every command with 
20998 \series bold
20999 var
21000 \series default
21001 .
21002  For example the command 
21003 \series bold
21004
21005 \backslash
21006 varGamma
21007 \series default
21008  produces 
21009 \begin_inset Formula $\varGamma$
21010 \end_inset
21011
21012 .
21013  Another way is to load the package 
21014 \series bold
21015 fixmath
21016 \series default
21017
21018 \begin_inset Foot
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022
21023 \series bold
21024 fixmath
21025 \series default
21026  is part of the LaTeX-package 
21027 \series bold
21028 was
21029 \series default
21030
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 Packages ! was
21036 \begin_inset ERT
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040
21041
21042 \backslash
21043 vspace{4mm}
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \end_inset
21052
21053 .
21054 \end_layout
21055
21056 \end_inset
21057
21058
21059 \begin_inset Index idx
21060 status collapsed
21061
21062 \begin_layout Plain Layout
21063 Packages ! fixmath
21064 \end_layout
21065
21066 \end_inset
21067
21068  with the LaTeX-preamble line
21069 \end_layout
21070
21071 \begin_layout Standard
21072
21073 \series bold
21074
21075 \backslash
21076 usepackage{fixmath}
21077 \end_layout
21078
21079 \begin_layout Standard
21080 Then all big Greek letters in a document will automatically be typeset italic.
21081 \end_layout
21082
21083 \begin_layout Subsection
21084 Bold Letters
21085 \begin_inset Index idx
21086 status collapsed
21087
21088 \begin_layout Plain Layout
21089 Greek letters ! bold
21090 \end_layout
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 Greek letters cannot be set with different font styles like Latin letters.
21099  They can only be made bold with the command 
21100 \series bold
21101
21102 \backslash
21103 boldsymbol
21104 \series default
21105
21106 \begin_inset Index idx
21107 status collapsed
21108
21109 \begin_layout Plain Layout
21110 Commands ! B ! 
21111 \backslash
21112 boldsymbol
21113 \end_layout
21114
21115 \end_inset
21116
21117 .
21118 \end_layout
21119
21120 \begin_layout Standard
21121 \align center
21122 \begin_inset Tabular
21123 <lyxtabular version="3" rows="3" columns="2">
21124 <features rotate="0" tabularvalignment="middle">
21125 <column alignment="center" valignment="top">
21126 <column alignment="center" valignment="top">
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 Command
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 Result
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 Upsilon
21155 \backslash
21156 boldsymbol
21157 \backslash
21158 Upsilon
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 theta
21184 \backslash
21185 boldsymbol
21186 \backslash
21187 theta
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\theta\boldsymbol{\theta}$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 </lyxtabular>
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \begin_layout Section
21213 Symbols
21214 \begin_inset ERT
21215 status collapsed
21216
21217 \begin_layout Plain Layout
21218
21219
21220 \backslash
21221 texorpdfstring{
21222 \end_layout
21223
21224 \end_inset
21225
21226
21227 \begin_inset Foot
21228 status collapsed
21229
21230 \begin_layout Plain Layout
21231 A list with all symbols of most of the LaTeX-packages can be found in 
21232 \begin_inset CommandInset citation
21233 LatexCommand cite
21234 key "Symbols"
21235
21236 \end_inset
21237
21238 .
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \begin_inset ERT
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248
21249 }{}
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \begin_inset Note Note
21256 status collapsed
21257
21258 \begin_layout Plain Layout
21259
21260 \backslash
21261 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21262 \end_layout
21263
21264 \begin_layout Plain Layout
21265 More about 
21266 \backslash
21267 texorpdfstring is in section 
21268 \begin_inset CommandInset ref
21269 LatexCommand ref
21270 reference "sub:Formulas-in-Section"
21271
21272 \end_inset
21273
21274 .
21275 \end_layout
21276
21277 \end_inset
21278
21279
21280 \begin_inset Index idx
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284 Symbols
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Standard
21293 Many of the symbols listed in this section can also be inserted via the
21294  toolbar buttons 
21295 \begin_inset Graphics
21296         filename ../images/math/nabla.png
21297         scale 85
21298
21299 \end_inset
21300
21301  and 
21302 \begin_inset Graphics
21303         filename ../images/math/digamma.png
21304         scale 85
21305
21306 \end_inset
21307
21308 .
21309 \end_layout
21310
21311 \begin_layout Subsection
21312 Mathematical Symbols
21313 \begin_inset CommandInset label
21314 LatexCommand label
21315 name "sub:Mathematical-Symbols"
21316
21317 \end_inset
21318
21319
21320 \begin_inset Index idx
21321 status collapsed
21322
21323 \begin_layout Plain Layout
21324 Symbols ! mathematical
21325 \end_layout
21326
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \begin_layout Standard
21333 \begin_inset space \hfill{}
21334 \end_inset
21335
21336
21337 \begin_inset Tabular
21338 <lyxtabular version="3" rows="10" columns="2">
21339 <features rotate="0" tabularvalignment="middle">
21340 <column alignment="center" valignment="top" width="0pt">
21341 <column alignment="center" valignment="top" width="0pt">
21342 <row>
21343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347 Command
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 Result
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 neg
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\neg$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 Im
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\Im$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 Re
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\Re$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 aleph
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\aleph$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 partial
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\partial$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 infty
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\infty$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 wp
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\wp$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 imath
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\imath$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 jmath
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\jmath$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 </lyxtabular>
21588
21589 \end_inset
21590
21591
21592 \begin_inset space \hfill{}
21593 \end_inset
21594
21595
21596 \begin_inset Tabular
21597 <lyxtabular version="3" rows="10" columns="2">
21598 <features rotate="0" tabularvalignment="middle">
21599 <column alignment="center" valignment="top" width="0pt">
21600 <column alignment="center" valignment="top" width="0pt">
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 Command
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 Result
21616 \begin_inset Note Note
21617 status collapsed
21618
21619 \begin_layout Plain Layout
21620
21621 \series bold
21622
21623 \backslash
21624 raisebox
21625 \series default
21626  is only used as spacer.
21627 \end_layout
21628
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 forall
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\forall$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \backslash
21669 exists
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\exists$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \backslash
21694 nexists
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 \begin_inset Formula $\nexists$
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \backslash
21719 emptyset
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Formula $\emptyset$
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 </row>
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \backslash
21744 varnothing
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Formula $\varnothing$
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 <row>
21763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767
21768 \backslash
21769 dag
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778 \begin_inset Formula $\dag$
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 </row>
21787 <row>
21788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792
21793 \backslash
21794 ddag
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 \begin_inset Formula $\ddag$
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 </row>
21812 <row>
21813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817
21818 \backslash
21819 complement
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828 \begin_inset ERT
21829 status collapsed
21830
21831 \begin_layout Plain Layout
21832
21833
21834 \backslash
21835 raisebox{-0.8mm}{
21836 \end_layout
21837
21838 \end_inset
21839
21840
21841 \begin_inset Formula $\complement$
21842 \end_inset
21843
21844
21845 \begin_inset ERT
21846 status collapsed
21847
21848 \begin_layout Plain Layout
21849
21850 }
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 Bbbk
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\Bbbk$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 </lyxtabular>
21887
21888 \end_inset
21889
21890
21891 \begin_inset space \hfill{}
21892 \end_inset
21893
21894
21895 \begin_inset Tabular
21896 <lyxtabular version="3" rows="10" columns="2">
21897 <features rotate="0" tabularvalignment="middle">
21898 <column alignment="center" valignment="top" width="0pt">
21899 <column alignment="center" valignment="top" width="0pt">
21900 <row>
21901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 Command
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 Result
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 prime
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\prime$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 backprime
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\backprime$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 mho
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\mho$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 triangle
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\triangle$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 angle
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\angle$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 measuredangle
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\measuredangle$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \backslash
22077 sphericalangle
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 \begin_inset Formula $\sphericalangle$
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \backslash
22102 top
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Formula $\top$
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \backslash
22127 bot
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $\bot$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 </lyxtabular>
22146
22147 \end_inset
22148
22149
22150 \begin_inset space \hfill{}
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Subsection
22157 Miscellaneous Symbols
22158 \begin_inset CommandInset label
22159 LatexCommand label
22160 name "sub:Miscellaneous-Symbols"
22161
22162 \end_inset
22163
22164
22165 \begin_inset Index idx
22166 status collapsed
22167
22168 \begin_layout Plain Layout
22169 Symbols ! miscellaneous
22170 \end_layout
22171
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \begin_layout Standard
22178 \noindent
22179 \align center
22180 \begin_inset Tabular
22181 <lyxtabular version="3" rows="10" columns="2">
22182 <features rotate="0" tabularvalignment="middle">
22183 <column alignment="center" valignment="top" width="0pt">
22184 <column alignment="center" valignment="top" width="0pt">
22185 <row>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 Command
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 Result
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 <row>
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210
22211 \backslash
22212 flat
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 \begin_inset Formula $\flat$
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 </row>
22230 <row>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \backslash
22237 natural
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Formula $\natural$
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 </row>
22255 <row>
22256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260
22261 \backslash
22262 sharp
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 \begin_inset Formula $\sharp$
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 </row>
22280 <row>
22281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285
22286 \backslash
22287 surd
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 \begin_inset Formula $\surd$
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 </row>
22305 <row>
22306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310
22311 \backslash
22312 checkmark
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 \begin_inset Formula $\checkmark$
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 </row>
22330 <row>
22331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \backslash
22337 yen
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Formula $\yen$
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 </row>
22355 <row>
22356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \backslash
22362 pounds
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 \begin_inset Formula $\pounds$
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 </row>
22380 <row>
22381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 $
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\$$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 §
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $§$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 </row>
22426 </lyxtabular>
22427
22428 \end_inset
22429
22430
22431 \begin_inset Tabular
22432 <lyxtabular version="3" rows="10" columns="2">
22433 <features rotate="0" tabularvalignment="middle">
22434 <column alignment="center" valignment="top">
22435 <column alignment="center" valignment="top">
22436 <row>
22437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 Command
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 Result
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 hbar
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\hbar$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 <row>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \backslash
22488 hslash
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\hslash$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 <row>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \backslash
22513 clubsuit
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 \begin_inset Formula $\clubsuit$
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536
22537 \backslash
22538 spadesuit
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 \begin_inset Formula $\spadesuit$
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 </row>
22556 <row>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561
22562 \backslash
22563 bigstar
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\bigstar$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 <row>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586
22587 \backslash
22588 blacklozenge
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Formula $\blacklozenge$
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 <row>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611
22612 \backslash
22613 blacktriangle
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 \begin_inset Formula $\blacktriangle$
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 </row>
22631 <row>
22632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636
22637 \backslash
22638 blacktiangledown
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 \begin_inset Formula $\blacktriangledown$
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661
22662 \backslash
22663 bullet
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 \begin_inset Formula $\bullet$
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 </lyxtabular>
22682
22683 \end_inset
22684
22685
22686 \begin_inset Tabular
22687 <lyxtabular version="3" rows="10" columns="2">
22688 <features rotate="0" tabularvalignment="middle">
22689 <column alignment="center" valignment="top" width="0pt">
22690 <column alignment="center" valignment="top" width="0pt">
22691 <row>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 Command
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 Result
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 diamondsuit
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\diamondsuit$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 Diamond
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\Diamond$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \backslash
22768 heartsuit
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Formula $\heartsuit$
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 P
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\P$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 <row>
22812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816
22817 \backslash
22818 copyright
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $\copyright$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \backslash
22843 circledR
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 \begin_inset Formula $\circledR$
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 </row>
22861 <row>
22862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866
22867 \backslash
22868 maltese
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 \begin_inset Formula $\maltese$
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891
22892 \backslash
22893 diagup
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Formula $\diagup$
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916
22917 \backslash
22918 diagdown
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Formula $\diagdown$
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 </lyxtabular>
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 \begin_inset VSpace medskip
22945 \end_inset
22946
22947 More symbols are listed in 
22948 \begin_inset CommandInset ref
22949 LatexCommand ref
22950 reference "sub:Miscellaneous-special-Characters"
22951
22952 \end_inset
22953
22954 .
22955 \end_layout
22956
22957 \begin_layout Standard
22958 Some symbols can be displayed in different sizes, see 
22959 \begin_inset CommandInset ref
22960 LatexCommand ref
22961 reference "sub:Font-Sizes"
22962
22963 \end_inset
22964
22965 .
22966 \end_layout
22967
22968 \begin_layout Subsection
22969 The Euro-Symbol €
22970 \begin_inset Index idx
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974 Symbols ! Euro-symbol
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \begin_inset Index idx
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 @
22987 \begin_inset ERT
22988 status collapsed
22989
22990 \begin_layout Plain Layout
22991
22992
22993 \backslash
22994 officialeuro
22995 \end_layout
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \begin_layout Standard
23008 To use the Euro symbol in formulas, the LaTeX-package 
23009 \series bold
23010 eurosym
23011 \series default
23012
23013 \begin_inset Index idx
23014 status collapsed
23015
23016 \begin_layout Plain Layout
23017 Packages ! eurosym
23018 \end_layout
23019
23020 \end_inset
23021
23022  must be installed and loaded with the LaTeX-preamble line
23023 \end_layout
23024
23025 \begin_layout Standard
23026
23027 \series bold
23028
23029 \backslash
23030 usepackage[gennarrow]{eurosym}
23031 \end_layout
23032
23033 \begin_layout Standard
23034 The Euro symbol can now be inserted with the command 
23035 \series bold
23036
23037 \backslash
23038 euro
23039 \series default
23040
23041 \begin_inset Index idx
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045 Commands ! E ! 
23046 \backslash
23047 euro
23048 \end_layout
23049
23050 \end_inset
23051
23052 .
23053 \end_layout
23054
23055 \begin_layout Standard
23056 The Euro symbol can directly be inserted with the € key in mathematical
23057  text, without having 
23058 \series bold
23059 eurosym
23060 \series default
23061  installed.
23062  When 
23063 \series bold
23064 eurosym
23065 \series default
23066  is installed, 
23067 \series bold
23068
23069 \backslash
23070 euro
23071 \series default
23072  can also be inserted in TeX-mode.
23073  The official currency symbol can then be inserted with the command 
23074 \series bold
23075
23076 \backslash
23077 officialeuro
23078 \series default
23079
23080 \begin_inset Index idx
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084 Commands ! O ! 
23085 \backslash
23086 officialeuro
23087 \end_layout
23088
23089 \end_inset
23090
23091 , that is only available in TeX-mode.
23092 \end_layout
23093
23094 \begin_layout Standard
23095 \begin_inset ERT
23096 status collapsed
23097
23098 \begin_layout Plain Layout
23099
23100
23101 \backslash
23102 ifeurosym 
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \begin_inset Note Note
23109 status open
23110
23111 \begin_layout Plain Layout
23112 The following table will only be displayed when the LaTeX-package 
23113 \series bold
23114 eurosym
23115 \series default
23116  is installed.
23117 \end_layout
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \begin_layout Standard
23125 An overview about the different Euro symbols:
23126 \end_layout
23127
23128 \begin_layout Standard
23129 \align center
23130 \begin_inset Tabular
23131 <lyxtabular version="3" rows="4" columns="3">
23132 <features rotate="0" tabularvalignment="middle">
23133 <column alignment="center" valignment="top" width="0pt">
23134 <column alignment="center" valignment="top" width="0pt">
23135 <column alignment="center" valignment="top" width="0pt">
23136 <row>
23137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 Command 
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 Result
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 <row>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170 formula
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179
23180 \backslash
23181 euro
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 \begin_inset Formula $\euro$
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204 mathematical text
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $\mbox{€}$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 TeX-mode
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245
23246 \backslash
23247 officialeuro
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 \begin_inset ERT
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260
23261
23262 \backslash
23263 officialeuro
23264 \end_layout
23265
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 </row>
23274 </lyxtabular>
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Standard
23282 \begin_inset ERT
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286
23287
23288 \backslash
23289 else 
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \begin_inset Note Note
23296 status open
23297
23298 \begin_layout Plain Layout
23299 The following will be displayed when the LaTeX-package 
23300 \series bold
23301 eurosym
23302 \series default
23303  is not installed:
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \begin_layout Standard
23312 You need to install the LaTeX-package 
23313 \series bold
23314 eurosym
23315 \series default
23316  to see the rest of this subsection in the output.
23317 \end_layout
23318
23319 \begin_layout Standard
23320 \begin_inset ERT
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324
23325
23326 \backslash
23327 fi 
23328 \end_layout
23329
23330 \end_inset
23331
23332
23333 \end_layout
23334
23335 \begin_layout Section
23336 Relations
23337 \begin_inset CommandInset label
23338 LatexCommand label
23339 name "sec:Relations"
23340
23341 \end_inset
23342
23343
23344 \begin_inset Index idx
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348 Relations
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \begin_inset Index idx
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358 Comparisons|see
23359 \begin_inset ERT
23360 status collapsed
23361
23362 \begin_layout Plain Layout
23363
23364 {
23365 \end_layout
23366
23367 \end_inset
23368
23369 Relations
23370 \begin_inset ERT
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374
23375 }
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Standard
23389 All relations can also be inserted via the toolbar button 
23390 \begin_inset Graphics
23391         filename ../images/math/leq.png
23392         scale 85
23393
23394 \end_inset
23395
23396 .
23397 \end_layout
23398
23399 \begin_layout Standard
23400 \begin_inset space \hfill{}
23401 \end_inset
23402
23403
23404 \begin_inset Tabular
23405 <lyxtabular version="3" rows="17" columns="2">
23406 <features rotate="0" tabularvalignment="middle">
23407 <column alignment="center" valignment="top" width="0pt">
23408 <column alignment="center" valignment="top" width="0pt">
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 Command
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 Result
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 <
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $<$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 le
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\le$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 ll
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\ll$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 prec
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\prec$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 preceq
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\preceq$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 subset
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\subset$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 subseteq
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\subseteq$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 sqsubseteq
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\sqsubseteq$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 in
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\in$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 vdash
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\vdash$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 smile
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\smile$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 lhd
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\lhd$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 unlhd
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\unlhd$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \backslash
23759 gtrless
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 \begin_inset Formula $\gtrless$
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \backslash
23784 mid
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 \begin_inset Formula $\mid$
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 <row>
23803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807
23808 \backslash
23809 nmid
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818 \begin_inset Formula $\nmid$
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 </row>
23827 </lyxtabular>
23828
23829 \end_inset
23830
23831
23832 \begin_inset space \hfill{}
23833 \end_inset
23834
23835
23836 \begin_inset Tabular
23837 <lyxtabular version="3" rows="17" columns="2">
23838 <features rotate="0" tabularvalignment="middle">
23839 <column alignment="center" valignment="top" width="0pt">
23840 <column alignment="center" valignment="top" width="0pt">
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 Command
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 Result
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 =
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $=$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 not=
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 \begin_inset Formula $\not=$
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \backslash
23916 equiv
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 \begin_inset Formula $\equiv$
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 sim
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Formula $\sim$
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 </row>
23959 <row>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964
23965 \backslash
23966 simeq
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975 \begin_inset Formula $\simeq$
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \backslash
23991 approx
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $\approx$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 cong
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\cong$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 bowtie
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\bowtie$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 notin
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\notin$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 perp
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 \begin_inset Formula $\perp$
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \backslash
24116 propto
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Formula $\propto$
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 asymp
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\asymp$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 doteq
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\doteq$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 circeq
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Formula $\circeq$
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 </row>
24209 <row>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \backslash
24216 models
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 \begin_inset Formula $\models$
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 <row>
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 widehat=
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 \begin_inset Formula $\widehat{=}$
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 </row>
24259 </lyxtabular>
24260
24261 \end_inset
24262
24263
24264 \begin_inset space \hfill{}
24265 \end_inset
24266
24267
24268 \begin_inset Tabular
24269 <lyxtabular version="3" rows="17" columns="2">
24270 <features rotate="0" tabularvalignment="middle">
24271 <column alignment="center" valignment="top" width="0pt">
24272 <column alignment="center" valignment="top" width="0pt">
24273 <row>
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 Command
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 Result
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 </row>
24293 <row>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 >
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Formula $>$
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 ge
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Formula $\ge$
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 gg
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\gg$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \backslash
24373 succ
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 \begin_inset Formula $\succ$
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 succeq
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $\succeq$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 supset
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $\supset$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 supseteq
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\supseteq$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 sqsupseteq
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\sqsupseteq$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 ni
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\ni$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 dashv
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\dashv$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 frown
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\frown$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 rhd
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\rhd$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 unrhd
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 \begin_inset Formula $\unrhd$
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 <row>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621
24622 \backslash
24623 lessgtr
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Formula $\lessgtr$
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 </row>
24641 <row>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 parallel
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 \begin_inset Formula $\parallel$
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671
24672 \backslash
24673 nparallel
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 \begin_inset Formula $\nparallel$
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 </row>
24691 </lyxtabular>
24692
24693 \end_inset
24694
24695
24696 \begin_inset space \hfill{}
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset VSpace medskip
24704 \end_inset
24705
24706 The characters 
24707 \series bold
24708
24709 \backslash
24710 lhd
24711 \series default
24712  and 
24713 \series bold
24714
24715 \backslash
24716 rhd
24717 \series default
24718  are bigger than the equal looking operators 
24719 \series bold
24720
24721 \backslash
24722 triangleleft
24723 \series default
24724  and 
24725 \series bold
24726
24727 \backslash
24728 triangleright
24729 \series default
24730 , respectively.
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Relations are, in contrary to symbols, always surrounded by space.
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Relations with labels can be created with the command 
24739 \series bold
24740
24741 \backslash
24742 stackrel
24743 \series default
24744
24745 \begin_inset Index idx
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 Commands ! S ! 
24750 \backslash
24751 stackrel
24752 \end_layout
24753
24754 \end_inset
24755
24756 :
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \align center
24761 \begin_inset Tabular
24762 <lyxtabular version="3" rows="2" columns="2">
24763 <features rotate="0" tabularvalignment="middle">
24764 <column alignment="center" valignment="top">
24765 <column alignment="center" valignment="top">
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 Command
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780 Result
24781 \begin_inset Note Note
24782 status collapsed
24783
24784 \begin_layout Plain Layout
24785
24786 \series bold
24787
24788 \backslash
24789 raisebox
24790 \series default
24791  is only used as spacer.
24792 \end_layout
24793
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 A(r)
24808 \backslash
24809 stackrel
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 spce 
24818 \end_layout
24819
24820 \end_inset
24821
24822 r
24823 \backslash
24824 to
24825 \backslash
24826 infty
24827 \begin_inset ERT
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831
24832
24833 \backslash
24834 spce 
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset Formula $\downarrow$
24841 \end_inset
24842
24843
24844 \backslash
24845 approx
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850
24851
24852 \backslash
24853 spce 
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \begin_inset ERT
24860 status collapsed
24861
24862 \begin_layout Plain Layout
24863
24864
24865 \backslash
24866 spce 
24867 \end_layout
24868
24869 \end_inset
24870
24871 B
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 </row>
24889 </lyxtabular>
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Section
24897 Functions
24898 \end_layout
24899
24900 \begin_layout Subsection
24901 Predefined Functions
24902 \begin_inset CommandInset label
24903 LatexCommand label
24904 name "sub:Predefined-Functions"
24905
24906 \end_inset
24907
24908
24909 \begin_inset Index idx
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913 Functions ! predefined
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922 In general, variables are set 
24923 \emph on
24924 italic
24925 \emph default
24926  in mathematical expressions, but not function names, because 
24927 \begin_inset Formula $sin$
24928 \end_inset
24929
24930  could be misunderstood as 
24931 \begin_inset Formula $s\cdot i\cdot n$
24932 \end_inset
24933
24934 .
24935  Therefore there are predefined functionswhich are additionally a bit separated
24936  from prefactors.
24937  They are inserted as commands starting with a backslash before their name.
24938 \end_layout
24939
24940 \begin_layout Standard
24941 \align center
24942 \begin_inset Tabular
24943 <lyxtabular version="3" rows="2" columns="4">
24944 <features rotate="0" tabularvalignment="middle">
24945 <column alignment="center" valignment="top" width="0pt">
24946 <column alignment="center" valignment="top" width="0pt">
24947 <column alignment="center" valignment="top" width="0pt">
24948 <column alignment="center" valignment="top" width="0pt">
24949 <row>
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 Command
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 Result
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 Command
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 Result
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 </row>
24987 <row>
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 Asin(x)+B
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 \begin_inset Formula $Asin(x)+B$
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 A
25014 \backslash
25015 sin(x)+B
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Formula $A\sin(x)+B$
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 </row>
25033 </lyxtabular>
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 The following functions are predefined:
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset VSpace -2mm
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \align center
25053 \begin_inset Tabular
25054 <lyxtabular version="3" rows="9" columns="4">
25055 <features rotate="0" tabularvalignment="middle">
25056 <column alignment="center" valignment="top" width="0pt">
25057 <column alignment="center" valignment="top" width="0pt">
25058 <column alignment="center" valignment="top" width="0pt">
25059 <column alignment="center" valignment="top" width="0pt">
25060 <row>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Command
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 Command
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 Command
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092 Command
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 </row>
25098 <row>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 sin
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 sinh
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 arcsin
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \backslash
25138 sup
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 </row>
25144 <row>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 cos
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 cosh
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 arccos
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182
25183 \backslash
25184 inf
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 </row>
25190 <row>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 tan
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 tanh
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 arctan
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \backslash
25230 lim
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 <row>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 cot
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 coth
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 arg
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 liminf
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 </row>
25282 <row>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 sec
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 min
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 deg
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320
25321 \backslash
25322 limsup
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 </row>
25328 <row>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333
25334 \backslash
25335 csc
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 max
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 det
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 Pr
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 </row>
25374 <row>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \backslash
25381 ln
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \backslash
25392 exp
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \backslash
25403 dim
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \backslash
25414 hom
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 </row>
25420 <row>
25421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 lg
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 log
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447
25448 \backslash
25449 ker
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 gcd
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 </lyxtabular>
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Standard
25474 They can also be inserted with the math toolbar button 
25475 \begin_inset Graphics
25476         filename ../images/math/functions.png
25477         scale 85
25478
25479 \end_inset
25480
25481 .
25482 \end_layout
25483
25484 \begin_layout Subsection
25485 Self-defined Functions
25486 \begin_inset Index idx
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490 Functions ! self-defined
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \begin_layout Standard
25499 To use a function that is not predefined, like for example the sign function
25500  sgn(x), there are two possibilities:
25501 \end_layout
25502
25503 \begin_layout Itemize
25504 Define the function by inserting the following line to the LaTeX-preamble
25505 \begin_inset Foot
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509 For more about 
25510 \series bold
25511
25512 \backslash
25513 DeclareMathOperator
25514 \series default
25515  see 
25516 \begin_inset CommandInset ref
25517 LatexCommand ref
25518 reference "sub:Self-defined-Operators"
25519
25520 \end_inset
25521
25522 .
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \begin_inset Newline newline
25529 \end_inset
25530
25531
25532 \begin_inset VSpace -3mm
25533 \end_inset
25534
25535
25536 \begin_inset Newline newline
25537 \end_inset
25538
25539
25540 \series bold
25541
25542 \backslash
25543 DeclareMathOperator{
25544 \backslash
25545 sgn}{sgn}
25546 \series default
25547
25548 \begin_inset Index idx
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552 Commands ! D ! 
25553 \backslash
25554 dbinom@
25555 \backslash
25556 DeclareMathOperator
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \begin_inset Newline newline
25563 \end_inset
25564
25565
25566 \begin_inset VSpace -2mm
25567 \end_inset
25568
25569
25570 \begin_inset Newline newline
25571 \end_inset
25572
25573 Now the new defined function can be called with the command 
25574 \series bold
25575
25576 \backslash
25577 sgn
25578 \series default
25579 .
25580 \end_layout
25581
25582 \begin_layout Itemize
25583 Write the formula as usual, mark the formula name, in our example the letters
25584  
25585 \emph on
25586 sgn
25587 \emph default
25588 , and change it to mathematical text.
25589  Finally, a space is inserted between prefactor and function.
25590 \end_layout
25591
25592 \begin_layout Standard
25593 The result is the same with both methods as with a predefined function
25594 \begin_inset Foot
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598 In LyX self-defined functions are displayed red, predefined ones black.
25599 \end_layout
25600
25601 \end_inset
25602
25603 :
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \align center
25608 \begin_inset Tabular
25609 <lyxtabular version="3" rows="3" columns="2">
25610 <features rotate="0" tabularvalignment="middle">
25611 <column alignment="center" valignment="top" width="0pt">
25612 <column alignment="center" valignment="top" width="0pt">
25613 <row>
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 Command
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 Result
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 <row>
25634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 A
25639 \backslash
25640 sgn(x)+B
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $A\sgn(x)+B$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 <row>
25659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 A
25664 \backslash
25665 ,
25666 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25667 \end_inset
25668
25669 (x)+B
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 </lyxtabular>
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 The first method is more suitable when the self-defined function should
25696  be used several times.
25697 \end_layout
25698
25699 \begin_layout Subsection
25700 Limits
25701 \begin_inset Index idx
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705 Limits
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Standard
25714 For limits, in addition to the commands 
25715 \series bold
25716
25717 \backslash
25718 lim
25719 \series default
25720
25721 \begin_inset Index idx
25722 status collapsed
25723
25724 \begin_layout Plain Layout
25725 Commands ! L ! 
25726 \backslash
25727 lim
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \series bold
25734
25735 \backslash
25736 liminf
25737 \series default
25738  and 
25739 \series bold
25740
25741 \backslash
25742 limsup
25743 \series default
25744  the following functions are defined:
25745 \end_layout
25746
25747 \begin_layout Standard
25748 \align center
25749 \begin_inset Tabular
25750 <lyxtabular version="3" rows="5" columns="2">
25751 <features rotate="0" tabularvalignment="middle">
25752 <column alignment="center" valignment="top">
25753 <column alignment="center" valignment="top">
25754 <row>
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 Command
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 Result
25769 \begin_inset Note Note
25770 status collapsed
25771
25772 \begin_layout Plain Layout
25773
25774 \series bold
25775
25776 \backslash
25777 raisebox
25778 \series default
25779  is only used as spacer.
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 varliminf
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset Formula $\varliminf$
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 <row>
25816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820
25821 \backslash
25822 varlimsup
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 \begin_inset Formula $\varlimsup$
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \backslash
25847 varprojlim
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 \begin_inset Formula $\varprojlim$
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 </row>
25865 <row>
25866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870
25871 \backslash
25872 varinjlim
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 \begin_inset Formula $\varinjlim$
25882 \end_inset
25883
25884
25885 \begin_inset Formula $\raisebox{-2.5mm}{}$
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \end_inset
25892 </cell>
25893 </row>
25894 </lyxtabular>
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset VSpace medskip
25903 \end_inset
25904
25905 The limit is created by inserting a subscript.
25906  It is set right beside the function in an inline formula:
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \align center
25911 \begin_inset Tabular
25912 <lyxtabular version="3" rows="2" columns="2">
25913 <features rotate="0" tabularvalignment="middle">
25914 <column alignment="center" valignment="top" width="0pt">
25915 <column alignment="center" valignment="top" width="0pt">
25916 <row>
25917 <cell alignment="center" valignment="top" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 Command
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset space \hspace{}
25931 \length 1cm
25932 \end_inset
25933
25934 Result
25935 \begin_inset Note Note
25936 status collapsed
25937
25938 \begin_layout Plain Layout
25939 The space and
25940 \series bold
25941  
25942 \backslash
25943 raisebox
25944 \series default
25945  are used here as spacer.
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 </row>
25956 <row>
25957 <cell alignment="center" valignment="top" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961
25962 \backslash
25963 lim_x
25964 \backslash
25965 to
25966 \begin_inset ERT
25967 status collapsed
25968
25969 \begin_layout Plain Layout
25970
25971
25972 \backslash
25973 spce 
25974 \end_layout
25975
25976 \end_inset
25977
25978 A
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984
25985 \backslash
25986 spce 
25987 \end_layout
25988
25989 \end_inset
25990
25991 x=B
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 </row>
26009 </lyxtabular>
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 In a displayed formula the limit is set below the formula, as usual:
26018 \begin_inset Formula 
26019 \[
26020 \lim_{x\to A}x=B
26021 \]
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Subsection
26029 Modulo-Functions
26030 \begin_inset Index idx
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034 Functions ! modulo-
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Standard
26043 The modulo-function is special, because it exists in four variants.
26044  The variants in a displayed formula are:
26045 \begin_inset Formula 
26046 \begin{align*}
26047 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26048 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26049 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26050 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26051 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26052 \end{align*}
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 In an inline formula less space is set before the function names for all
26061  variants.
26062  By default the modulo-functions take only the first following character
26063  into account.
26064  To use more than one character, one has to put them into TeX-braces:
26065 \begin_inset Formula 
26066 \begin{align*}
26067 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26068 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26069 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26070 \end{align*}
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Section
26078 Special Characters
26079 \begin_inset Index idx
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083 Special characters
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Subsection
26092 Special Characters in Mathematical Text
26093 \end_layout
26094
26095 \begin_layout Standard
26096 The following commands can only be used in mathematical text or in TeX-mode:
26097 \end_layout
26098
26099 \begin_layout Standard
26100 \begin_inset space \hfill{}
26101 \end_inset
26102
26103
26104 \begin_inset Tabular
26105 <lyxtabular version="3" rows="8" columns="2">
26106 <features rotate="0" tabularvalignment="middle">
26107 <column alignment="block" valignment="top">
26108 <column alignment="block" valignment="top">
26109 <row>
26110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 Command
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 Result
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 oe
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset Formula $\textrm{œ}$
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161 OE
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 \begin_inset Formula $\textrm{Œ}$
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 </row>
26179 <row>
26180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Plain Layout
26184
26185 \backslash
26186 ae
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 \begin_inset Formula $\textrm{æ}$
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209
26210 \backslash
26211 AE
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset Formula $\textrm{Æ}$
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \backslash
26236 aa
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 \begin_inset Formula $\textrm{\aa}$
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 <row>
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \backslash
26261 AA
26262 \begin_inset Index idx
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266
26267 \backslash
26268 @
26269 \begin_inset ERT
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 textrm{
26277 \backslash
26278 AA}
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 \begin_inset Formula $\textrm{Å}$
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 </row>
26306 <row>
26307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311
26312 \backslash
26313 i
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322 \begin_inset Formula $\textrm{ı}$
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 </row>
26331 </lyxtabular>
26332
26333 \end_inset
26334
26335
26336 \begin_inset space \hfill{}
26337 \end_inset
26338
26339
26340 \begin_inset Tabular
26341 <lyxtabular version="3" rows="8" columns="2">
26342 <features rotate="0" tabularvalignment="middle">
26343 <column alignment="block" valignment="top">
26344 <column alignment="center" valignment="top">
26345 <row>
26346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350 command
26351 \begin_inset Note Note
26352 status collapsed
26353
26354 \begin_layout Plain Layout
26355 The space of 0
26356 \begin_inset space \thinspace{}
26357 \end_inset
26358
26359 mm is used for separation, because otherwise the output will be ¡ and ¿
26360  respectively.
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 Result
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 o
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset Formula $\textrm{ø}$
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 <row>
26406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410
26411 \backslash
26412 O
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 \begin_inset Formula $\textrm{Ø}$
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 </row>
26430 <row>
26431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435
26436 \backslash
26437 l
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 \begin_inset Formula $\textrm{ł}$
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 </row>
26455 <row>
26456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26457 \begin_inset Text
26458
26459 \begin_layout Plain Layout
26460
26461 \backslash
26462 L
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 \begin_inset Formula $\textrm{Ł}$
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 !
26486 \begin_inset space \hspace{}
26487 \length 0mm
26488 \end_inset
26489
26490 `
26491 \begin_inset ERT
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495
26496
26497 \backslash
26498 spce 
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 \begin_inset Formula $\textrm{!`}$
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 </row>
26521 <row>
26522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526 ?
26527 \begin_inset space \hspace{}
26528 \length 0mm
26529 \end_inset
26530
26531 `
26532 \begin_inset ERT
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536
26537
26538 \backslash
26539 spce 
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 \begin_inset Formula $\textrm{?`}$
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 </row>
26562 <row>
26563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \backslash
26569 j
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578 \begin_inset Formula $\textrm{ȷ}$
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 </lyxtabular>
26588
26589 \end_inset
26590
26591
26592 \begin_inset space \hfill{}
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Standard
26599 The characters 
26600 \begin_inset Formula $\textrm{\textrm{Å}}$
26601 \end_inset
26602
26603  and 
26604 \begin_inset Formula $\textrm{\textrm{Ø}}$
26605 \end_inset
26606
26607  can also be inserted via the math toolbar button 
26608 \begin_inset Graphics
26609         filename ../images/math/digamma.png
26610         scale 85
26611
26612 \end_inset
26613
26614 .
26615 \end_layout
26616
26617 \begin_layout Standard
26618 An exception are the commands 
26619 \series bold
26620 !
26621 \begin_inset space \hspace{}
26622 \length 0mm
26623 \end_inset
26624
26625 `
26626 \series default
26627  and 
26628 \series bold
26629 ?
26630 \begin_inset space \hspace{}
26631 \length 0mm
26632 \end_inset
26633
26634 `
26635 \series default
26636 , because they can be inserted in LyX directly to text.
26637 \end_layout
26638
26639 \begin_layout Subsection
26640 Accents in Text
26641 \begin_inset CommandInset label
26642 LatexCommand label
26643 name "sub:Accents-in-Text"
26644
26645 \end_inset
26646
26647
26648 \begin_inset Index idx
26649 status collapsed
26650
26651 \begin_layout Plain Layout
26652 Accents ! in text
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \begin_layout Standard
26661 With the following commands all letters can be accented.
26662  The commands must be inserted in TeX-mode.
26663 \end_layout
26664
26665 \begin_layout Standard
26666 \begin_inset space \hfill{}
26667 \end_inset
26668
26669
26670 \begin_inset Tabular
26671 <lyxtabular version="3" rows="8" columns="2">
26672 <features rotate="0" tabularvalignment="middle">
26673 <column alignment="block" valignment="top">
26674 <column alignment="block" valignment="top">
26675 <row>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 Command
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 Result
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 </row>
26695 <row>
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700
26701 \backslash
26702
26703 \begin_inset Quotes grd
26704 \end_inset
26705
26706 e
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26712 \begin_inset Text
26713
26714 \begin_layout Plain Layout
26715 \begin_inset ERT
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719
26720
26721 \backslash
26722 "e
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 </row>
26733 <row>
26734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738
26739 \backslash
26740 `e
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 `e
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 </row>
26767 <row>
26768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772
26773 \backslash
26774 ^
26775 \begin_inset ERT
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779
26780
26781 \backslash
26782 spce 
26783 \end_layout
26784
26785 \end_inset
26786
26787 e
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796 \begin_inset ERT
26797 status collapsed
26798
26799 \begin_layout Plain Layout
26800
26801
26802 \backslash
26803 ^e
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 </row>
26814 <row>
26815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26816 \begin_inset Text
26817
26818 \begin_layout Plain Layout
26819
26820 \backslash
26821 =e
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830 \begin_inset ERT
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834
26835
26836 \backslash
26837 =e
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 <row>
26849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853
26854 \backslash
26855 u
26856 \begin_inset ERT
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860
26861
26862 \backslash
26863 spce 
26864 \end_layout
26865
26866 \end_inset
26867
26868 e
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877 \begin_inset ERT
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 u e
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 </row>
26895 <row>
26896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900
26901 \backslash
26902 b
26903 \begin_inset ERT
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907
26908
26909 \backslash
26910 spce 
26911 \end_layout
26912
26913 \end_inset
26914
26915 e
26916 \end_layout
26917
26918 \end_inset
26919 </cell>
26920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26921 \begin_inset Text
26922
26923 \begin_layout Plain Layout
26924 \begin_inset ERT
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928
26929
26930 \backslash
26931 b e
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 </row>
26942 <row>
26943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947
26948 \backslash
26949 t
26950 \begin_inset ERT
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954
26955
26956 \backslash
26957 spce 
26958 \end_layout
26959
26960 \end_inset
26961
26962 ee
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 t ee
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 </row>
26989 </lyxtabular>
26990
26991 \end_inset
26992
26993
26994 \begin_inset space \hfill{}
26995 \end_inset
26996
26997
26998 \begin_inset Tabular
26999 <lyxtabular version="3" rows="8" columns="2">
27000 <features rotate="0" tabularvalignment="middle">
27001 <column alignment="block" valignment="top">
27002 <column alignment="center" valignment="top">
27003 <row>
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 Command
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017 Result
27018 \end_layout
27019
27020 \end_inset
27021 </cell>
27022 </row>
27023 <row>
27024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27025 \begin_inset Text
27026
27027 \begin_layout Plain Layout
27028
27029 \backslash
27030 H
27031 \begin_inset ERT
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035
27036
27037 \backslash
27038 spce 
27039 \end_layout
27040
27041 \end_inset
27042
27043 e
27044 \end_layout
27045
27046 \end_inset
27047 </cell>
27048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Plain Layout
27052 \begin_inset ERT
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056
27057
27058 \backslash
27059 H e
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 </row>
27070 <row>
27071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27072 \begin_inset Text
27073
27074 \begin_layout Plain Layout
27075
27076 \backslash
27077 'e
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086 \begin_inset ERT
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090
27091
27092 \backslash
27093 'e
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 </row>
27104 <row>
27105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109
27110 \backslash
27111 ~e
27112 \begin_inset Index idx
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116 Tilde
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130 \begin_inset ERT
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135
27136 \backslash
27137 ~e
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 </row>
27148 <row>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153
27154 \backslash
27155 .e
27156 \end_layout
27157
27158 \end_inset
27159 </cell>
27160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27161 \begin_inset Text
27162
27163 \begin_layout Plain Layout
27164 \begin_inset ERT
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168
27169
27170 \backslash
27171 .e
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \end_inset
27180 </cell>
27181 </row>
27182 <row>
27183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187
27188 \backslash
27189 v
27190 \begin_inset ERT
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194
27195
27196 \backslash
27197 spce 
27198 \end_layout
27199
27200 \end_inset
27201
27202 e
27203 \end_layout
27204
27205 \end_inset
27206 </cell>
27207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27208 \begin_inset Text
27209
27210 \begin_layout Plain Layout
27211 \begin_inset ERT
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215
27216
27217 \backslash
27218 v e
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \end_inset
27227 </cell>
27228 </row>
27229 <row>
27230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27231 \begin_inset Text
27232
27233 \begin_layout Plain Layout
27234
27235 \backslash
27236 d
27237 \begin_inset ERT
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241
27242
27243 \backslash
27244 spce 
27245 \end_layout
27246
27247 \end_inset
27248
27249 e
27250 \end_layout
27251
27252 \end_inset
27253 </cell>
27254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27255 \begin_inset Text
27256
27257 \begin_layout Plain Layout
27258 \begin_inset ERT
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262
27263
27264 \backslash
27265 d e
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 </row>
27276 <row>
27277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27278 \begin_inset Text
27279
27280 \begin_layout Plain Layout
27281
27282 \backslash
27283 c
27284 \begin_inset ERT
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288
27289
27290 \backslash
27291 spce 
27292 \end_layout
27293
27294 \end_inset
27295
27296 e
27297 \end_layout
27298
27299 \end_inset
27300 </cell>
27301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27302 \begin_inset Text
27303
27304 \begin_layout Plain Layout
27305 \begin_inset ERT
27306 status collapsed
27307
27308 \begin_layout Plain Layout
27309
27310
27311 \backslash
27312 c e
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 </row>
27323 </lyxtabular>
27324
27325 \end_inset
27326
27327
27328 \begin_inset space \hfill{}
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Standard
27335 \begin_inset VSpace medskip
27336 \end_inset
27337
27338 With the command 
27339 \series bold
27340
27341 \backslash
27342 t
27343 \series default
27344  also two different characters can be accented.
27345  The command 
27346 \series bold
27347
27348 \backslash
27349 t
27350 \begin_inset ERT
27351 status collapsed
27352
27353 \begin_layout Plain Layout
27354
27355
27356 \backslash
27357 spce 
27358 \end_layout
27359
27360 \end_inset
27361
27362 sz
27363 \series default
27364  creates: 
27365 \begin_inset ERT
27366 status collapsed
27367
27368 \begin_layout Plain Layout
27369
27370
27371 \backslash
27372 t sz
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Standard
27381 The accents 
27382 \series bold
27383 `
27384 \series default
27385  , 
27386 \series bold
27387 '
27388 \series default
27389  and 
27390 \series bold
27391 ^
27392 \series default
27393  can in combination with vowels directly be inserted with the keyboard without
27394  using TeX-mode.
27395  The same applies for the tilde
27396 \begin_inset Foot
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 This only applies for keyboards where the tilde is defined as accent.
27401 \end_layout
27402
27403 \end_inset
27404
27405  
27406 \series bold
27407 ~
27408 \series default
27409  in combination with 
27410 \emph on
27411 a
27412 \emph default
27413  , 
27414 \emph on
27415 n
27416 \emph default
27417  , or 
27418 \emph on
27419 o
27420 \emph default
27421 .
27422 \end_layout
27423
27424 \begin_layout Standard
27425 The commands 
27426 \series bold
27427
27428 \backslash
27429 b
27430 \series default
27431  , 
27432 \series bold
27433
27434 \backslash
27435 c
27436 \series default
27437  , 
27438 \series bold
27439
27440 \backslash
27441 d
27442 \series default
27443  , 
27444 \series bold
27445
27446 \backslash
27447 H
27448 \series default
27449  , 
27450 \series bold
27451
27452 \backslash
27453 t
27454 \series default
27455  , 
27456 \series bold
27457
27458 \backslash
27459 u
27460 \series default
27461  , 
27462 \series bold
27463
27464 \backslash
27465 v
27466 \series default
27467  and accents that are inserted directly with the keyboard are also available
27468  in mathematical text.
27469  For the other accents there are special math commands to be used in formulas,
27470  see 
27471 \begin_inset CommandInset ref
27472 LatexCommand ref
27473 reference "sub:Accents-for-one"
27474
27475 \end_inset
27476
27477 .
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \begin_inset VSpace bigskip
27482 \end_inset
27483
27484 Furthermore, with the command 
27485 \series bold
27486
27487 \backslash
27488 textcircled
27489 \series default
27490
27491 \begin_inset Index idx
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 Commands ! T ! 
27496 \backslash
27497 textcircled
27498 \end_layout
27499
27500 \end_inset
27501
27502  all numbers and letters can be set into a circle, quasi accented with a
27503  circle, similar to the copyright symbol.
27504 \end_layout
27505
27506 \begin_layout Standard
27507 \align center
27508 \begin_inset Tabular
27509 <lyxtabular version="3" rows="3" columns="2">
27510 <features rotate="0" tabularvalignment="middle">
27511 <column alignment="center" valignment="top">
27512 <column alignment="center" valignment="top">
27513 <row>
27514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Plain Layout
27518 Command
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Plain Layout
27527 Result
27528 \begin_inset Note Note
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532
27533 \series bold
27534
27535 \backslash
27536 raisebox
27537 \series default
27538  is only used as spacer.
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 </row>
27549 <row>
27550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27551 \begin_inset Text
27552
27553 \begin_layout Plain Layout
27554
27555 \backslash
27556 textcircled{w}
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565 \begin_inset ERT
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569
27570
27571 \backslash
27572 textcircled{w}
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \end_inset
27581 </cell>
27582 </row>
27583 <row>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588
27589 \backslash
27590 Large 
27591 \backslash
27592 textcircled{
27593 \backslash
27594 normalsize
27595 \backslash
27596 protect
27597 \backslash
27598 raisebox{-1.5pt}{W}}
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 \begin_inset Formula $\raisebox{4.5mm}{}$
27608 \end_inset
27609
27610
27611 \begin_inset ERT
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615
27616
27617 \backslash
27618 Large 
27619 \backslash
27620 textcircled{
27621 \backslash
27622 normalsize
27623 \backslash
27624 protect
27625 \backslash
27626 raisebox{-1.5pt}W}
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \begin_inset Formula $\raisebox{-2mm}{}$
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 </row>
27641 </lyxtabular>
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Standard
27649 One has to take care that the character fits in the circle.
27650  
27651 \series bold
27652
27653 \backslash
27654 Large
27655 \series default
27656
27657 \begin_inset Foot
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 see 
27662 \begin_inset CommandInset ref
27663 LatexCommand ref
27664 reference "sub:Font-Sizes"
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \end_inset
27672
27673  specifies thereby the size of the circle.
27674  With the help of 
27675 \series bold
27676
27677 \backslash
27678 raisebox
27679 \series default
27680
27681 \begin_inset Foot
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 see 
27686 \begin_inset CommandInset ref
27687 LatexCommand ref
27688 reference "sub:Boxes-without-Frame"
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696
27697  the character can be centered.
27698 \end_layout
27699
27700 \begin_layout Subsection
27701 Old-style Figures
27702 \begin_inset Index idx
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706 Old-style Figures
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Standard
27715 Old-style figures (also known as old-style numerals) are created with the
27716  command 
27717 \series bold
27718
27719 \backslash
27720 oldstylenums
27721 \series default
27722
27723 \begin_inset Index idx
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Commands ! O ! 
27728 \backslash
27729 oldstylenums
27730 \end_layout
27731
27732 \end_inset
27733
27734 .
27735  The command can be used in formulas and in TeX-mode.
27736  The command scheme is:
27737 \end_layout
27738
27739 \begin_layout Standard
27740
27741 \series bold
27742
27743 \backslash
27744 oldstylenums{number}
27745 \end_layout
27746
27747 \begin_layout Standard
27748 The command 
27749 \series bold
27750
27751 \backslash
27752 oldstylenums{0123456789
27753 \series default
27754  produces: 
27755 \begin_inset Formula $\oldstylenums{0123456789}$
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Subsection
27762 Miscellaneous special Characters
27763 \begin_inset CommandInset label
27764 LatexCommand label
27765 name "sub:Miscellaneous-special-Characters"
27766
27767 \end_inset
27768
27769
27770 \begin_inset Index idx
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774 Special characters ! miscellaneous
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 The following characters can only be inserted to formulas by using commands:
27784 \end_layout
27785
27786 \begin_layout Standard
27787 \align center
27788 \begin_inset Tabular
27789 <lyxtabular version="3" rows="4" columns="2">
27790 <features rotate="0" tabularvalignment="middle">
27791 <column alignment="center" valignment="top">
27792 <column alignment="center" valignment="top">
27793 <row>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 Command
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 Result
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 </row>
27813 <row>
27814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Plain Layout
27818
27819 \backslash
27820 ^
27821 \begin_inset ERT
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825
27826
27827 \backslash
27828 spce 
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 \begin_inset Formula $\mathcircumflex$
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 </row>
27851 <row>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856
27857 \backslash
27858 _
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 \begin_inset Formula $\_$
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 </row>
27876 <row>
27877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 ^
27882 \begin_inset ERT
27883 status collapsed
27884
27885 \begin_layout Plain Layout
27886
27887
27888 \backslash
27889 spce 
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \backslash
27896 circ
27897 \begin_inset Index idx
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902 \backslash
27903
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 \begin_inset Formula $^{\circ}$
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \end_inset
27924 </cell>
27925 </row>
27926 </lyxtabular>
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Standard
27934 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27935  contains the following line
27936 \begin_inset Foot
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940 More about this is described in 
27941 \begin_inset CommandInset ref
27942 LatexCommand ref
27943 reference "sub:Text-Characters-in"
27944
27945 \end_inset
27946
27947 .
27948 \end_layout
27949
27950 \end_inset
27951
27952 :
27953 \end_layout
27954
27955 \begin_layout Standard
27956
27957 \series bold
27958
27959 \backslash
27960 DeclareInputtext{176}{
27961 \backslash
27962 ifmmode^
27963 \backslash
27964 circ
27965 \backslash
27966 else
27967 \backslash
27968 textdegree
27969 \backslash
27970 fi}
27971 \end_layout
27972
27973 \begin_layout Section
27974 Formula Styles
27975 \begin_inset CommandInset label
27976 LatexCommand label
27977 name "sec:Formula-Styles"
27978
27979 \end_inset
27980
27981
27982 \begin_inset Index idx
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986 Formula ! styles
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Itemize
27995 There are two different alignment styles:
27996 \end_layout
27997
27998 \begin_deeper
27999 \begin_layout Description
28000 Centered is the predefined standard
28001 \end_layout
28002
28003 \begin_layout Description
28004 Indented for this the option 
28005 \series bold
28006 fleqn
28007 \series default
28008  must be inserted in the menu 
28009 \family sans
28010 Document\SpecialChar \menuseparator
28011 Settings
28012 \family default
28013  under 
28014 \family sans
28015 Document
28016 \begin_inset space ~
28017 \end_inset
28018
28019 Class
28020 \end_layout
28021
28022 \begin_layout Standard
28023 When 
28024 \series bold
28025 Indented
28026 \series default
28027  is used, the indentation can be adjusted with the length 
28028 \series bold
28029
28030 \backslash
28031 mathindent
28032 \series default
28033
28034 \begin_inset Index idx
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038 Commands ! M ! 
28039 \backslash
28040 mathindent
28041 \end_layout
28042
28043 \end_inset
28044
28045 .
28046  Should the distance be 15
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050 mm, the following command line is inserted in the LaTeX-preamble
28051 \end_layout
28052
28053 \begin_layout Standard
28054
28055 \series bold
28056
28057 \backslash
28058 setlength{
28059 \backslash
28060 mathindent}{15mm}
28061 \end_layout
28062
28063 \begin_layout Standard
28064 When no length is specified, the predefined value of 30
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 pt will be used.
28069 \end_layout
28070
28071 \end_deeper
28072 \begin_layout Itemize
28073 And two different numbering styles:
28074 \end_layout
28075
28076 \begin_deeper
28077 \begin_layout Description
28078 Right is the predefined standard
28079 \end_layout
28080
28081 \begin_layout Description
28082 Left for this the option 
28083 \series bold
28084 leqno
28085 \series default
28086  must be inserted in the menu 
28087 \family sans
28088 Document\SpecialChar \menuseparator
28089 Settings
28090 \family default
28091  under 
28092 \family sans
28093 Document
28094 \begin_inset space ~
28095 \end_inset
28096
28097 Class
28098 \end_layout
28099
28100 \end_deeper
28101 \begin_layout Standard
28102
28103 \series bold
28104 fleqn
28105 \series default
28106  and 
28107 \series bold
28108 leqno
28109 \series default
28110  can also be used together.
28111  In this case both options are inserted, separated by a comma.
28112 \end_layout
28113
28114 \begin_layout Standard
28115 The chosen styles are used for all displayed formulas of the document.
28116  When both, centered and indented formulas should be created in a document,
28117  the style 
28118 \series bold
28119 Centered
28120 \series default
28121  is used.
28122  The indented formulas are then set in a flalign environment, see 
28123 \begin_inset CommandInset ref
28124 LatexCommand ref
28125 reference "sub:Flalign-Environment"
28126
28127 \end_inset
28128
28129 .
28130 \end_layout
28131
28132 \begin_layout Section
28133 Multiline Formulas
28134 \begin_inset CommandInset label
28135 LatexCommand label
28136 name "sec:Multiline-Formulas"
28137
28138 \end_inset
28139
28140
28141 \begin_inset Index idx
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 Formula ! multiline
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Subsection
28154 General
28155 \end_layout
28156
28157 \begin_layout Standard
28158 In LyX multiline formulas are created by pressing 
28159 \series bold
28160
28161 \begin_inset Info
28162 type  "shortcut"
28163 arg   "newline-insert newline"
28164 \end_inset
28165
28166
28167 \series default
28168  inside a formula.
28169  This creates either an 
28170 \series bold
28171 eqnarray environment
28172 \series default
28173  that is described in 
28174 \begin_inset CommandInset ref
28175 LatexCommand ref
28176 reference "sub:Eqnarray-Environment"
28177
28178 \end_inset
28179
28180  or, when the option 
28181 \family sans
28182 Use AMS math package
28183 \family default
28184  in the document settings is selected, an 
28185 \series bold
28186 align environment
28187 \series default
28188  that is described in 
28189 \begin_inset CommandInset ref
28190 LatexCommand ref
28191 reference "sub:Standard-align-Environment"
28192
28193 \end_inset
28194
28195 .
28196  The align environment is recommended because it provides in any case a
28197  typographically correct output.
28198 \end_layout
28199
28200 \begin_layout Standard
28201 There are other multiline formula environments that can be created via the
28202  menu 
28203 \family sans
28204 Insert\SpecialChar \menuseparator
28205 Math
28206 \family default
28207 .
28208  These environments are described in the following sections.
28209 \end_layout
28210
28211 \begin_layout Standard
28212 In all multiline formula environments a new line is created by pressing
28213  
28214 \begin_inset Info
28215 type  "shortcut"
28216 arg   "newline-insert newline"
28217 \end_inset
28218
28219 .
28220  To add or delete lines, the math toolbar buttons 
28221 \begin_inset Graphics
28222         filename ../images/tabular-feature_append-row.png
28223         scale 85
28224
28225 \end_inset
28226
28227  or 
28228 \begin_inset Graphics
28229         filename ../images/tabular-feature_delete-row.png
28230         scale 85
28231
28232 \end_inset
28233
28234 , respectively, or the menu 
28235 \family sans
28236 Edit\SpecialChar \menuseparator
28237 Rows & Columns
28238 \family default
28239  can be used.
28240 \end_layout
28241
28242 \begin_layout Subsubsection
28243 Line Separation
28244 \begin_inset CommandInset label
28245 LatexCommand label
28246 name "sub:Line-Separation"
28247
28248 \end_inset
28249
28250
28251 \begin_inset Index idx
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255 Formula ! multiline ! Line separation
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 There is sometimes not enough space in multiline formulas between the lines:
28265 \begin_inset Formula 
28266 \begin{eqnarray*}
28267 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}\\
28268 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
28269 \end{eqnarray*}
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 In LaTeX additional line space is specified as optional argument of the
28278  new line command.
28279  This is not yet possible in LyX
28280 \begin_inset Foot
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 see 
28285 \begin_inset CommandInset href
28286 LatexCommand href
28287 name "LyX-bug #1505"
28288 target "http://www.lyx.org/trac/ticket/1505"
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \end_inset
28296
28297 , therefore the whole formula must be inserted in TeX-mode.
28298  To add in our example space, the command 
28299 \series bold
28300
28301 \backslash
28302
28303 \backslash
28304 [3mm]
28305 \series default
28306  is inserted at the end of the first line.
28307  One gets: 
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313
28314 \backslash
28315 begin{eqnarray*}
28316 \end_layout
28317
28318 \begin_layout Plain Layout
28319
28320 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28321  = & 
28322 \backslash
28323 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28324 \backslash
28325
28326 \backslash
28327 [3mm]
28328 \end_layout
28329
28330 \begin_layout Plain Layout
28331
28332 4x^{2}
28333 \backslash
28334 left(B^{2}+x_{0}^{2}
28335 \backslash
28336 right)+4x_{0}x
28337 \backslash
28338 left(D-B^{2}
28339 \backslash
28340 right)+B^{2}
28341 \backslash
28342 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28343 \backslash
28344 right) & = & 0
28345 \end_layout
28346
28347 \begin_layout Plain Layout
28348
28349
28350 \backslash
28351 end{eqnarray*}
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Standard
28360 \begin_inset VSpace bigskip
28361 \end_inset
28362
28363 To set the line separation for all lines in a formula, the length 
28364 \series bold
28365
28366 \backslash
28367 jot
28368 \series default
28369
28370 \begin_inset Index idx
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 Commands ! J ! 
28375 \backslash
28376 jot
28377 \end_layout
28378
28379 \end_inset
28380
28381  is changed.
28382  The definition is: 
28383 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28384 \end_inset
28385
28386 .
28387  Predefined for 
28388 \series bold
28389
28390 \backslash
28391 jot
28392 \series default
28393  is the value 3
28394 \begin_inset space \thinspace{}
28395 \end_inset
28396
28397 pt.
28398  To create 3
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 mm additional line separation as in the previous example, the command
28403 \end_layout
28404
28405 \begin_layout Standard
28406
28407 \series bold
28408
28409 \backslash
28410 setlength{
28411 \backslash
28412 jot}{3mm+3pt}
28413 \end_layout
28414
28415 \begin_layout Standard
28416 is inserted in TeX-mode before the formula.
28417  This requires that the LaTeX-package 
28418 \series bold
28419 calc
28420 \series default
28421
28422 \begin_inset Foot
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427 \series bold
28428 calc
28429 \series default
28430  is part of every LaTeX standard installation.
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \begin_inset Index idx
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440 Packages ! calc
28441 \end_layout
28442
28443 \end_inset
28444
28445  was loaded in LaTeX-preamble with the line
28446 \end_layout
28447
28448 \begin_layout Standard
28449
28450 \series bold
28451
28452 \backslash
28453 usepackage{calc}
28454 \end_layout
28455
28456 \begin_layout Standard
28457 One gets: 
28458 \begin_inset ERT
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462
28463
28464 \backslash
28465 setlength{
28466 \backslash
28467 jot}{3mm+3pt}
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \begin_inset Formula 
28474 \begin{eqnarray*}
28475 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}\\
28476 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
28477 \end{eqnarray*}
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Standard
28485 \begin_inset ERT
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489
28490
28491 \backslash
28492 setlength{
28493 \backslash
28494 jot}{3pt}
28495 \end_layout
28496
28497 \end_inset
28498
28499  To get back to the predefined distance, 
28500 \series bold
28501
28502 \backslash
28503 jot
28504 \series default
28505  is set to the value 3
28506 \begin_inset space \thinspace{}
28507 \end_inset
28508
28509 pt.
28510 \end_layout
28511
28512 \begin_layout Subsubsection
28513 Column Separation
28514 \begin_inset CommandInset label
28515 LatexCommand label
28516 name "sub:Column-Separation"
28517
28518 \end_inset
28519
28520
28521 \begin_inset Index idx
28522 status collapsed
28523
28524 \begin_layout Plain Layout
28525 Formula ! multiline ! Column separation
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Standard
28534 Multiline formulas form a matrix.
28535  A formula in the eqnarray environment is for example a matrix with three
28536  columns.
28537  By changing the column separation in this environment, the space beside
28538  the relation sign can be changed.
28539 \end_layout
28540
28541 \begin_layout Standard
28542 The column separation is specified with the length 
28543 \series bold
28544
28545 \backslash
28546 arraycolsep
28547 \series default
28548
28549 \begin_inset Index idx
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 Commands ! A ! 
28554 \backslash
28555 arraycolsep
28556 \end_layout
28557
28558 \end_inset
28559
28560  according to:
28561 \begin_inset Newline newline
28562 \end_inset
28563
28564 column separation = 2
28565 \begin_inset space \thinspace{}
28566 \end_inset
28567
28568
28569 \series bold
28570
28571 \backslash
28572 arraycolsep
28573 \series default
28574
28575 \begin_inset Newline newline
28576 \end_inset
28577
28578 Thus, the command
28579 \end_layout
28580
28581 \begin_layout Standard
28582
28583 \series bold
28584
28585 \backslash
28586 setlength{
28587 \backslash
28588 arraycolsep}{1cm}
28589 \end_layout
28590
28591 \begin_layout Standard
28592 inserted in TeX-mode, sets for all following formulas a column separation
28593  of 2
28594 \begin_inset space \thinspace{}
28595 \end_inset
28596
28597 cm.
28598  To get back to the predefined distance, 
28599 \series bold
28600
28601 \backslash
28602 arraycolsep
28603 \series default
28604  is set to 5
28605 \begin_inset space \thinspace{}
28606 \end_inset
28607
28608 pt.
28609 \end_layout
28610
28611 \begin_layout Standard
28612 A formula with 2
28613 \begin_inset space \thinspace{}
28614 \end_inset
28615
28616 cm column separation:
28617 \begin_inset ERT
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621
28622
28623 \backslash
28624 setlength{
28625 \backslash
28626 arraycolsep}{1cm}
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \begin_inset Formula 
28633 \begin{eqnarray*}
28634 A & = & B\\
28635 C & \ne & A
28636 \end{eqnarray*}
28637
28638 \end_inset
28639
28640 A formula with the predefined column separation for matrices of 10
28641 \begin_inset space \thinspace{}
28642 \end_inset
28643
28644 pt:
28645 \begin_inset ERT
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 setlength{
28653 \backslash
28654 arraycolsep}{5pt}
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \begin_inset Formula 
28661 \begin{eqnarray*}
28662 A & = & B\\
28663 C & \ne & A
28664 \end{eqnarray*}
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Subsubsection
28672 Long Formulas
28673 \begin_inset Index idx
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677 Formula ! long
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \begin_layout Standard
28686 Long formulas can be typeset using these methods:
28687 \end_layout
28688
28689 \begin_layout Itemize
28690 When one side of the equation is much shorter than the line width, this
28691  one is chosen for the left side and the right side is typeset over two
28692  lines:
28693 \begin_inset Formula 
28694 \begin{eqnarray}
28695 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 \\
28696  &  & -\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}
28697 \end{eqnarray}
28698
28699 \end_inset
28700
28701 The minus sign at the beginning of the second line does normally not appear
28702  as an operator because it is the first character of the line.
28703  Thus it would not be surrounded by space and could not be distinguished
28704  from the fraction bar.
28705  To avoid this, 3
28706 \begin_inset space \thinspace{}
28707 \end_inset
28708
28709 pt space was inserted behind the minus sign with the command 
28710 \series bold
28711
28712 \backslash
28713 hspace
28714 \series default
28715 .
28716 \begin_inset Foot
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720 for more about 
28721 \series bold
28722
28723 \backslash
28724 hspace
28725 \series default
28726  see 
28727 \begin_inset CommandInset ref
28728 LatexCommand ref
28729 reference "sub:Variable-Space"
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \begin_inset Index idx
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 Commands ! H ! 
28744 \backslash
28745 hspace
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Itemize
28754 When both sides of the equation are too long, the command 
28755 \series bold
28756
28757 \backslash
28758 lefteqn
28759 \series default
28760
28761 \begin_inset Index idx
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 Commands ! L ! 
28766 \backslash
28767 lefteqn
28768 \end_layout
28769
28770 \end_inset
28771
28772  is used.
28773  It is inserted in the first column of the first line and causes all further
28774  insertions to overwrite the following columns:
28775 \begin_inset Formula 
28776 \begin{eqnarray}
28777 \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 \\
28778  &  & -\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 \\
28779  &  & =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}
28780 \end{eqnarray}
28781
28782 \end_inset
28783
28784 After the insertion of 
28785 \series bold
28786
28787 \backslash
28788 lefteqn
28789 \series default
28790 , the cursor is in a purple box that is a bit shifted to the left from the
28791  blue one.
28792  In this the formula is inserted.
28793 \begin_inset Newline newline
28794 \end_inset
28795
28796 The content of the further lines is inserted to the second or another formula
28797  column.
28798  The greater the column number where it was inserted, the larger the indentation.
28799 \begin_inset VSpace medskip
28800 \end_inset
28801
28802
28803 \begin_inset Newline newline
28804 \end_inset
28805
28806
28807 \begin_inset Note Greyedout
28808 status open
28809
28810 \begin_layout Plain Layout
28811 Note the following when using 
28812 \series bold
28813
28814 \backslash
28815 lefteqn
28816 \series default
28817 :
28818 \end_layout
28819
28820 \begin_layout Itemize
28821 The formula doesn't use the full page width.
28822  When e.
28823 \begin_inset space \thinspace{}
28824 \end_inset
28825
28826 g.
28827 \begin_inset space \space{}
28828 \end_inset
28829
28830 the term 
28831 \begin_inset Formula $-B^{2}$
28832 \end_inset
28833
28834  is added to the first line in the above example, it would have been outside
28835  the page margin.
28836  To better use the width, negative space can be inserted at the beginning
28837  of the first line.
28838 \end_layout
28839
28840 \begin_layout Itemize
28841 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28842  line.
28843 \begin_inset Foot
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847 \begin_inset CommandInset href
28848 LatexCommand href
28849 name "LyX-bug #1429"
28850 target "http://www.lyx.org/trac/ticket/1429"
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \end_inset
28858
28859  One can only set the cursor at the beginning of the line and move it with
28860  the arrow keys.
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Itemize
28869 Other methods to set long formulas are offered by the environments described
28870  in 
28871 \begin_inset CommandInset ref
28872 LatexCommand ref
28873 reference "sub:Multline-Environment"
28874
28875 \end_inset
28876
28877  and 
28878 \begin_inset CommandInset ref
28879 LatexCommand ref
28880 reference "sub:Multiline-Formula-Parts"
28881
28882 \end_inset
28883
28884 .
28885 \end_layout
28886
28887 \begin_layout Subsubsection
28888 Multiline Brackets
28889 \begin_inset CommandInset label
28890 LatexCommand label
28891 name "sub:Multiline-Brackets"
28892
28893 \end_inset
28894
28895
28896 \begin_inset Index idx
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 Brackets ! for multiline expressions
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909 For brackets spanning multiple lines the following problem occurs:
28910 \begin_inset Formula 
28911 \begin{eqnarray*}
28912 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28913  &  & \left.\cdots+B-D\right]
28914 \end{eqnarray*}
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Standard
28922 The closing bracket is smaller than the opening bracket because brackets
28923  with variable size may not span multiple lines.
28924 \end_layout
28925
28926 \begin_layout Standard
28927 To set the bracket size for the second line correctly, the first line is
28928  ended with 
28929 \series bold
28930
28931 \backslash
28932 right.
28933 \series default
28934
28935 \begin_inset Index idx
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939 Commands ! R ! 
28940 \backslash
28941 right
28942 \end_layout
28943
28944 \end_inset
28945
28946  and the second line with 
28947 \series bold
28948
28949 \backslash
28950 left.
28951 \begin_inset Foot
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 for more about 
28956 \series bold
28957
28958 \backslash
28959 left
28960 \series default
28961  and 
28962 \series bold
28963
28964 \backslash
28965 right
28966 \series default
28967  see 
28968 \begin_inset CommandInset ref
28969 LatexCommand ref
28970 reference "sub:Automatic-Bracket-Size"
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \series default
28981
28982 \begin_inset Index idx
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986 Commands ! L ! 
28987 \backslash
28988 left
28989 \end_layout
28990
28991 \end_inset
28992
28993 .
28994  After 
28995 \series bold
28996
28997 \backslash
28998 left.
28999
29000 \series default
29001  the command 
29002 \series bold
29003
29004 \backslash
29005 vphantom
29006 \series default
29007
29008 \begin_inset ERT
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012
29013
29014 \backslash
29015 spce 
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \series bold
29022
29023 \backslash
29024 prod
29025 \series default
29026 ^
29027 \begin_inset ERT
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031
29032
29033 \backslash
29034 spce 
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \series bold
29041
29042 \backslash
29043 infty
29044 \series default
29045
29046 \begin_inset ERT
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050
29051
29052 \backslash
29053 spce 
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \series bold
29060
29061 \begin_inset Formula $\downarrow$
29062 \end_inset
29063
29064 _R=1}
29065 \series default
29066
29067 \begin_inset Index idx
29068 status collapsed
29069
29070 \begin_layout Plain Layout
29071 Commands ! V ! 
29072 \backslash
29073 vphantom
29074 \end_layout
29075
29076 \end_inset
29077
29078  is inserted, because the multiplication operator with its limits is the
29079  largest symbol in the first line and this should be the size for the bracket
29080  in the second line.
29081 \end_layout
29082
29083 \begin_layout Standard
29084 The result is this:
29085 \begin_inset Formula 
29086 \begin{eqnarray*}
29087 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29088  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29089 \end{eqnarray*}
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \begin_layout Subsection
29097 Align Environments
29098 \end_layout
29099
29100 \begin_layout Standard
29101 Align environments can be used for every kind of multiline formulas.
29102  They are especially useful to set several formulas side by side.
29103 \end_layout
29104
29105 \begin_layout Standard
29106 Align environments consist of columns.
29107  The odd columns are right aligned, the even ones left aligned.
29108  Every line in an Align environment can be numbered.
29109 \end_layout
29110
29111 \begin_layout Standard
29112 Align environments are created via the menu 
29113 \family sans
29114 Insert\SpecialChar \menuseparator
29115 Math
29116 \family default
29117 .
29118  With the menu 
29119 \family sans
29120 Edit\SpecialChar \menuseparator
29121 Math\SpecialChar \menuseparator
29122 Change Formula Type
29123 \family default
29124  already existing formulas can be converted to Align environments.
29125 \end_layout
29126
29127 \begin_layout Standard
29128 To add or delete columns, the math toolbar buttons 
29129 \begin_inset Graphics
29130         filename ../images/tabular-feature_append-column.png
29131         scale 85
29132
29133 \end_inset
29134
29135  or 
29136 \begin_inset Graphics
29137         filename ../images/tabular-feature_delete-column.png
29138         scale 85
29139
29140 \end_inset
29141
29142 , respectively, or the menu 
29143 \family sans
29144 Edit\SpecialChar \menuseparator
29145 Rows & Columns
29146 \family default
29147  can be used.
29148 \end_layout
29149
29150 \begin_layout Subsubsection
29151 Standard align Environment
29152 \begin_inset CommandInset label
29153 LatexCommand label
29154 name "sub:Standard-align-Environment"
29155
29156 \end_inset
29157
29158
29159 \begin_inset Index idx
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Formula ! multiline ! align environment
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 This Align environment is created by pressing 
29173 \begin_inset Info
29174 type  "shortcut"
29175 arg   "newline-insert newline"
29176 \end_inset
29177
29178  in a formula or by the menu 
29179 \family sans
29180 Insert\SpecialChar \menuseparator
29181 Math\SpecialChar \menuseparator
29182 AMS align Environment
29183 \family default
29184 .
29185 \end_layout
29186
29187 \begin_layout Standard
29188 An example for two formulas set side by side, that are created with a four
29189  column align environment:
29190 \begin_inset Formula 
29191 \begin{align*}
29192 A & =\sin(B) & C & =D\\
29193 C & \ne A & B & \ne D
29194 \end{align*}
29195
29196 \end_inset
29197
29198 As it can be seen, the formulas in this environment are placed so as if
29199  there would be a 
29200 \series bold
29201
29202 \backslash
29203 hfill
29204 \begin_inset Foot
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 more about 
29209 \series bold
29210
29211 \backslash
29212 hfill
29213 \series default
29214  see 
29215 \begin_inset CommandInset ref
29216 LatexCommand ref
29217 reference "sub:Variable-Space"
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \series default
29228  before the first and after every even column.
29229  When the formula style 
29230 \series bold
29231 Indented
29232 \begin_inset Foot
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236 formula styles see 
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "sec:Formula-Styles"
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \series default
29250  is used, the formula is set without the 
29251 \series bold
29252
29253 \backslash
29254 hfill
29255 \series default
29256  before the first column.
29257 \end_layout
29258
29259 \begin_layout Subsubsection
29260 Alignat Environment
29261 \begin_inset Index idx
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 Formula ! multiline ! alignat environment
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 The alignat environment has no predefined column separation.
29275  It can be inserted manually with the spaces that are described 
29276 \begin_inset CommandInset ref
29277 LatexCommand ref
29278 reference "sub:Space"
29279
29280 \end_inset
29281
29282 .
29283 \end_layout
29284
29285 \begin_layout Standard
29286 The above example in the alignat environment where 1
29287 \begin_inset space \thinspace{}
29288 \end_inset
29289
29290 cm space was inserted at the beginning of the second formula:
29291 \begin_inset Formula 
29292 \begin{alignat*}{2}
29293 A & =\sin(B) & \hspace{1cm}C & =D\\
29294 C & \ne A & B & \ne D
29295 \end{alignat*}
29296
29297 \end_inset
29298
29299 Because the column separation can be set separately for every column, this
29300  environment is especially suitable to set three and more formulas side
29301  by side.
29302 \end_layout
29303
29304 \begin_layout Subsubsection
29305 Flalign Environment
29306 \begin_inset CommandInset label
29307 LatexCommand label
29308 name "sub:Flalign-Environment"
29309
29310 \end_inset
29311
29312
29313 \begin_inset Index idx
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Formula ! multiline ! flalign environment
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 In this environment the first two columns are always set as much as possible
29327  to the left and the last two ones to the right.
29328  An example:
29329 \begin_inset Formula 
29330 \begin{flalign*}
29331 A & =1 & B & =2 & C & =3\\
29332 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29333 \end{flalign*}
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 By creating a flalign environment with an odd number of columns where an
29342  empty TeX-brace is inserted to the last column, several formulas in a document
29343  can be set to the left, although the formula style 
29344 \series bold
29345 Centered
29346 \series default
29347  is used.
29348  As example the indented formula 
29349 \begin_inset CommandInset ref
29350 LatexCommand eqref
29351 reference "eq:VolInt"
29352
29353 \end_inset
29354
29355 :
29356 \begin_inset Formula 
29357 \begin{flalign}
29358 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29359 \end{flalign}
29360
29361 \end_inset
29362
29363 The first two columns contain the formula.
29364  To indent it as with the formula style 
29365 \series bold
29366 Indented
29367 \series default
29368 , 30
29369 \begin_inset space \thinspace{}
29370 \end_inset
29371
29372 pt space was inserted at the beginning of the first column.
29373 \end_layout
29374
29375 \begin_layout Subsection
29376 Eqnarray Environment
29377 \begin_inset CommandInset label
29378 LatexCommand label
29379 name "sub:Eqnarray-Environment"
29380
29381 \end_inset
29382
29383
29384 \begin_inset Index idx
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 Formula ! multiline ! eqnarray environment
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Standard
29397 When this environment has been created, three blue boxes appear.
29398  The content of the first box is right aligned, the content of the last
29399  one left aligned.
29400  The content of the middle box appears centered and a bit smaller, because
29401  it is designed to insert there only relation characters.
29402 \begin_inset Formula 
29403 \begin{eqnarray*}
29404 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29405 AB & AB & AB\\
29406 A & = & A
29407 \end{eqnarray*}
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Subsection
29415 Gather Environment
29416 \begin_inset Index idx
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420 Formula ! multiline ! gather environment
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \end_layout
29427
29428 \begin_layout Standard
29429 This environment consists of only one centered column.
29430  Every line can be numbered.
29431 \begin_inset Formula 
29432 \begin{gather}
29433 A=1\\
29434 X=\textrm{-}1
29435 \end{gather}
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \begin_layout Subsection
29443 Multline Environment
29444 \begin_inset CommandInset label
29445 LatexCommand label
29446 name "sub:Multline-Environment"
29447
29448 \end_inset
29449
29450
29451 \begin_inset Index idx
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455 Formula ! multiline ! multline environment
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Standard
29464 The multline environment consists, like the gather environment, of only
29465  one column.
29466  But the first line is left aligned, the last one right aligned.
29467  All other lines are centered.
29468  Therefore this environment is suitable for long formulas.
29469  As example formula 
29470 \begin_inset CommandInset ref
29471 LatexCommand eqref
29472 reference "eq:lefteqn"
29473
29474 \end_inset
29475
29476  in the multline environment:
29477 \begin_inset Formula 
29478 \begin{multline}
29479 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}\\
29480 -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}\\
29481 =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}}
29482 \end{multline}
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 In the output only the last (first) line of a multline environment appears
29491  numbered when the document numbering is right (left).
29492 \begin_inset Foot
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 numbering styles see 
29497 \begin_inset CommandInset ref
29498 LatexCommand ref
29499 reference "sec:Formula-Styles"
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 With the commands 
29513 \series bold
29514
29515 \backslash
29516 shoveright
29517 \series default
29518
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Commands ! S ! 
29524 \backslash
29525 shoveright
29526 \end_layout
29527
29528 \end_inset
29529
29530  and 
29531 \series bold
29532
29533 \backslash
29534 shoveleft
29535 \series default
29536
29537 \begin_inset Index idx
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Commands ! S ! 
29542 \backslash
29543 shoveleft
29544 \end_layout
29545
29546 \end_inset
29547
29548  a centered line can be right or left aligned, respectively.
29549  The commands are used as follows:
29550 \end_layout
29551
29552 \begin_layout Standard
29553
29554 \series bold
29555
29556 \backslash
29557 shoveright{line content}
29558 \series default
29559  and 
29560 \series bold
29561
29562 \backslash
29563 shoveleft{line content}
29564 \end_layout
29565
29566 \begin_layout Standard
29567 \begin_inset VSpace medskip
29568 \end_inset
29569
29570 The length 
29571 \series bold
29572
29573 \backslash
29574 multlinegap
29575 \series default
29576
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 Commands ! M ! 
29582 \backslash
29583 multlinegap
29584 \end_layout
29585
29586 \end_inset
29587
29588  specifies the distance of the first line from the left page margin.
29589  Predefined is the length 0
29590 \begin_inset space \thinspace{}
29591 \end_inset
29592
29593 pt.
29594 \end_layout
29595
29596 \begin_layout Standard
29597 As example the above formula where the command
29598 \end_layout
29599
29600 \begin_layout Standard
29601
29602 \series bold
29603
29604 \backslash
29605 setlength{
29606 \backslash
29607 multlinegap}{2cm}
29608 \end_layout
29609
29610 \begin_layout Standard
29611 was inserted in TeX-mode before:
29612 \begin_inset ERT
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616
29617
29618 \backslash
29619 setlength{
29620 \backslash
29621 multlinegap}{2cm}
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \begin_inset Formula 
29628 \begin{multline}
29629 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}\\
29630 \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}}\\
29631 =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}}
29632 \end{multline}
29633
29634 \end_inset
29635
29636
29637 \begin_inset ERT
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641
29642
29643 \backslash
29644 setlength{
29645 \backslash
29646 multlinegap}{0pt}
29647 \end_layout
29648
29649 \end_inset
29650
29651 The second line was left aligned using 
29652 \series bold
29653
29654 \backslash
29655 shoveleft
29656 \series default
29657 .
29658 \end_layout
29659
29660 \begin_layout Subsection
29661 Multiline Formula Parts
29662 \begin_inset CommandInset label
29663 LatexCommand label
29664 name "sub:Multiline-Formula-Parts"
29665
29666 \end_inset
29667
29668
29669 \begin_inset Index idx
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673 Formula ! multiline ! formula parts
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \begin_layout Standard
29682 To display only parts of a formula with multiple lines, one of the following
29683  environments is used: 
29684 \series bold
29685 aligned
29686 \series default
29687
29688 \series bold
29689 alignedat
29690 \series default
29691
29692 \series bold
29693 gathered
29694 \series default
29695  or 
29696 \series bold
29697 split
29698 \series default
29699 .
29700  They can be inserted via the menu 
29701 \family sans
29702 Insert\SpecialChar \menuseparator
29703 Math
29704 \family default
29705  or by using the commands described in this section.
29706 \end_layout
29707
29708 \begin_layout Standard
29709 The first three have the same properties as the corresponding multiline
29710  formula environments, but it is possible to set further formula parts beside
29711  them.
29712  An example:
29713 \begin_inset Formula 
29714 \[
29715 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29716 \Delta E\Delta t & \ge\frac{\hbar}{2}
29717 \end{aligned}
29718 \right\} \textrm{Uncertainty relations}
29719 \]
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Standard
29727 To get this formula, a displayed formula is created where the command 
29728 \series bold
29729
29730 \backslash
29731 aligned
29732 \series default
29733
29734 \begin_inset Index idx
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738 Commands ! A ! 
29739 \backslash
29740 aligned
29741 \end_layout
29742
29743 \end_inset
29744
29745  is inserted.
29746  A purple box appears around the blue formula box where now columns and
29747  lines can be added.
29748  Outside the multiline environment other formula parts can be set, like
29749  the brace.
29750 \end_layout
29751
29752 \begin_layout Standard
29753 The aligned environment is also suitable for long formulas whose lines are
29754  horizontally aligned.
29755  Using aligned in a displayed formula has the advantage that the formula
29756  number is vertically centered behind the lines.
29757  As example formula 
29758 \begin_inset CommandInset ref
29759 LatexCommand eqref
29760 reference "eq:shortlong"
29761
29762 \end_inset
29763
29764  in the aligned environment:
29765 \begin_inset Formula 
29766 \begin{equation}
29767 \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}|}\\
29768  & -\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}|}
29769 \end{aligned}
29770 \end{equation}
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \begin_layout Standard
29778 To use the environments 
29779 \series bold
29780 alignedat
29781 \series default
29782
29783 \series bold
29784 gathered
29785 \series default
29786 , or 
29787 \series bold
29788 split
29789 \series default
29790 , the command 
29791 \series bold
29792
29793 \backslash
29794 alignedat
29795 \series default
29796 ,
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 Commands ! A ! 
29802 \backslash
29803 alignedat
29804 \end_layout
29805
29806 \end_inset
29807
29808  
29809 \series bold
29810
29811 \backslash
29812 gathered
29813 \series default
29814
29815 \begin_inset Index idx
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819 Commands ! G ! 
29820 \backslash
29821 gathered
29822 \end_layout
29823
29824 \end_inset
29825
29826 , or 
29827 \series bold
29828
29829 \backslash
29830 split
29831 \series default
29832
29833 \begin_inset Index idx
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837 Commands ! S ! 
29838 \backslash
29839 split
29840 \end_layout
29841
29842 \end_inset
29843
29844  are inserted, respectively.
29845  The split environment has the same properties as the aligned environment
29846  but it can only have two columns.
29847 \end_layout
29848
29849 \begin_layout Subsection
29850 Text in multiline Formulas
29851 \begin_inset CommandInset label
29852 LatexCommand label
29853 name "sub:Text-in-multiline"
29854
29855 \end_inset
29856
29857
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Text ! in formulas
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 Formula ! multiline ! text
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \begin_layout Standard
29881 In the Align environments, and the multline and gather environment, text
29882  can be inserted that will appear in a separate line and doesn't affect
29883  the column alignment.
29884  To do this, the command 
29885 \series bold
29886
29887 \backslash
29888 intertext
29889 \series default
29890
29891 \begin_inset Index idx
29892 status collapsed
29893
29894 \begin_layout Plain Layout
29895 Commands ! I ! 
29896 \backslash
29897 intertext
29898 \end_layout
29899
29900 \end_inset
29901
29902  is used in the following scheme:
29903 \end_layout
29904
29905 \begin_layout Standard
29906
29907 \series bold
29908
29909 \backslash
29910 intertext{text}
29911 \end_layout
29912
29913 \begin_layout Standard
29914 The text should not be longer than a line because it cannot be hyphenated.
29915  As LyX doesn't yet support 
29916 \series bold
29917
29918 \backslash
29919 intertext
29920 \series default
29921  directly, the text is written as mathematical text.
29922  
29923 \series bold
29924
29925 \backslash
29926 intertext
29927 \series default
29928  must hereby be at the beginning of a line and appears in the output above
29929  this line.
29930  An example where the text was inserted at the beginning of the second line:
29931 \begin_inset Formula 
29932 \begin{align}
29933 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29934 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29935 \end{align}
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Section
29943 Formula Numbering
29944 \begin_inset Index idx
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948 Formula numbering
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \begin_inset Index idx
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958 Formula ! numbering|see
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964 {
29965 \end_layout
29966
29967 \end_inset
29968
29969 Formula numbering
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975 }
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \end_inset
29984
29985
29986 \end_layout
29987
29988 \begin_layout Subsection
29989 General
29990 \end_layout
29991
29992 \begin_layout Standard
29993 Numbered formulas can be created with the menu 
29994 \family sans
29995 Insert\SpecialChar \menuseparator
29996 Math\SpecialChar \menuseparator
29997 Numbered
29998 \begin_inset space ~
29999 \end_inset
30000
30001 Formula
30002 \family default
30003  (shortcut 
30004 \family sans
30005 Ctrl+Alt
30006 \begin_inset space ~
30007 \end_inset
30008
30009 N
30010 \family default
30011 ).
30012  Existing formulas can be numbered with the menu 
30013 \family sans
30014 Edit\SpecialChar \menuseparator
30015 Math\SpecialChar \menuseparator
30016 Toggle
30017 \begin_inset space ~
30018 \end_inset
30019
30020 Numbering
30021 \family default
30022  (shortcut 
30023 \begin_inset Info
30024 type  "shortcut"
30025 arg   "math-number-toggle"
30026 \end_inset
30027
30028 ).
30029  The formula number is displayed in LyX behind the formula as a number sign
30030  in parentheses.
30031  The number sign is replaced in the output by the formula number.
30032 \end_layout
30033
30034 \begin_layout Standard
30035 When numbering is turned on in multiline formulas, all lines will be numbered.
30036  But the numbering can be controlled with the menu 
30037 \family sans
30038 Edit\SpecialChar \menuseparator
30039 Math\SpecialChar \menuseparator
30040 Toggle
30041 \begin_inset space ~
30042 \end_inset
30043
30044 Numbering
30045 \begin_inset space ~
30046 \end_inset
30047
30048 of
30049 \begin_inset space ~
30050 \end_inset
30051
30052 Line
30053 \family default
30054  (shortcut 
30055 \begin_inset Info
30056 type  "shortcut"
30057 arg   "math-number-line-toggle"
30058 \end_inset
30059
30060 ) for every line.
30061 \end_layout
30062
30063 \begin_layout Standard
30064 Except for inline formulas, all formulas can be numbered with two different
30065  styles, see 
30066 \begin_inset CommandInset ref
30067 LatexCommand ref
30068 reference "sec:Formula-Styles"
30069
30070 \end_inset
30071
30072 .
30073 \end_layout
30074
30075 \begin_layout Subsection
30076 Cross-References
30077 \begin_inset Index idx
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081 Cross-references ! to formulas
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 All labeled formulas can be cross-referenced.
30091  A label is added by the menu 
30092 \family sans
30093 Insert\SpecialChar \menuseparator
30094 Label
30095 \family default
30096  or the toolbar button 
30097 \begin_inset Graphics
30098         filename ../images/label-insert.png
30099         scale 85
30100
30101 \end_inset
30102
30103 .
30104  The cursor must hereby be inside a displayed formula.
30105  Alternatively you can right-click on the formula and choose 
30106 \family sans
30107 Equation Label
30108 \family default
30109 .
30110  A dialog pops up displaying the prefix 
30111 \series bold
30112 eq:
30113 \series default
30114  in a text field.
30115  The label is inserted there behind the prefix.
30116  The predefined prefix means 
30117 \begin_inset Quotes eld
30118 \end_inset
30119
30120 equation
30121 \begin_inset Quotes erd
30122 \end_inset
30123
30124  and makes it easier to find labels in large documents because it marks
30125  it as formula label to divide it from e.
30126 \begin_inset space \thinspace{}
30127 \end_inset
30128
30129 g.
30130 \begin_inset space \space{}
30131 \end_inset
30132
30133 section labels.
30134  To change a label, the menu 
30135 \family sans
30136 Insert\SpecialChar \menuseparator
30137 Label
30138 \family default
30139  is used again or you right-click on a formula and then on 
30140 \family sans
30141 Equation Label
30142 \family default
30143 .
30144 \end_layout
30145
30146 \begin_layout Standard
30147 The name of the label is displayed in LyX within two parentheses behind
30148  formula.
30149  A formula with a label is always numbered.
30150 \end_layout
30151
30152 \begin_layout Standard
30153 Cross-references are inserted via the menu 
30154 \family sans
30155 Insert\SpecialChar \menuseparator
30156 Cross-Reference
30157 \family default
30158  or with the toolbar button 
30159 \begin_inset Graphics
30160         filename ../images/dialog-show-new-inset_ref.png
30161         scale 85
30162
30163 \end_inset
30164
30165 .
30166  A formula cross-reference appears in the output as formula number.
30167  When in the cross-reference dialog window the format 
30168 \series bold
30169 (<reference>)
30170 \series default
30171  is chosen, the cross-reference appears in the output as formula number
30172  in parentheses.
30173 \begin_inset Newline newline
30174 \end_inset
30175
30176 By right-clicking on a cross-reference in LyX, one jumps to the formula
30177  that is referenced.
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Here are as examples cross-references to formulas of the following subsections:
30182 \begin_inset Note Note
30183 status open
30184
30185 \begin_layout Plain Layout
30186 Note the different cross-reference types.
30187 \end_layout
30188
30189 \end_inset
30190
30191
30192 \end_layout
30193
30194 \begin_layout Standard
30195 The equations 
30196 \begin_inset CommandInset ref
30197 LatexCommand eqref
30198 reference "eq:tag"
30199
30200 \end_inset
30201
30202  and 
30203 \begin_inset CommandInset ref
30204 LatexCommand eqref
30205 reference "eq:c"
30206
30207 \end_inset
30208
30209  are equivalent.
30210  In (
30211 \begin_inset CommandInset ref
30212 LatexCommand ref
30213 reference "eq:Lat"
30214
30215 \end_inset
30216
30217 ) big Latin letters are used for the numbering in contrary to (
30218 \begin_inset CommandInset ref
30219 LatexCommand ref
30220 reference "eq:Rom"
30221
30222 \end_inset
30223
30224 ).
30225 \end_layout
30226
30227 \begin_layout Standard
30228 \begin_inset VSpace medskip
30229 \end_inset
30230
30231 When the argument of 
30232 \series bold
30233
30234 \backslash
30235 tag
30236 \begin_inset Foot
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241 \series bold
30242
30243 \backslash
30244 tag
30245 \series default
30246  is described in 
30247 \begin_inset CommandInset ref
30248 LatexCommand ref
30249 reference "sub:User-defined-Numbering"
30250
30251 \end_inset
30252
30253 .
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \series default
30260  contains a box like in 
30261 \begin_inset CommandInset ref
30262 LatexCommand ref
30263 reference "sub:Paragraph-Boxes"
30264
30265 \end_inset
30266
30267 , the formula cannot be referenced.
30268 \end_layout
30269
30270 \begin_layout Subsection
30271 Subnumbering
30272 \begin_inset Index idx
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Formula numbering ! subnumbering
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \end_layout
30283
30284 \begin_layout Standard
30285 With the help of the commands 
30286 \series bold
30287
30288 \backslash
30289 begin{subequations}
30290 \series default
30291  and 
30292 \series bold
30293
30294 \backslash
30295 end{subequations}
30296 \series default
30297  formulas can be subnumbered.
30298  Both commands are inserted in TeX-mode.
30299 \end_layout
30300
30301 \begin_layout Standard
30302 An example:
30303 \begin_inset Formula 
30304 \begin{equation}
30305 A=C-B\label{eq:a}
30306 \end{equation}
30307
30308 \end_inset
30309
30310
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 addtocounter{equation}{-1}
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \begin_inset ERT
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328
30329
30330 \backslash
30331 begin{subequations}
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \begin_inset VSpace -5mm
30338 \end_inset
30339
30340
30341 \begin_inset Formula 
30342 \begin{equation}
30343 B=C-A\label{eq:b}
30344 \end{equation}
30345
30346 \end_inset
30347
30348
30349 \begin_inset Formula 
30350 \begin{equation}
30351 C=A+B\label{eq:c}
30352 \end{equation}
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365
30366 \backslash
30367 end{subequations}
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 To create the example, the following is done:
30377 \end_layout
30378
30379 \begin_layout Enumerate
30380 first formula is inserted
30381 \end_layout
30382
30383 \begin_layout Enumerate
30384
30385 \series bold
30386
30387 \backslash
30388 addtocounter{equation}{-1} 
30389 \backslash
30390 begin{subequations}
30391 \begin_inset Index idx
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395 Commands ! A ! 
30396 \backslash
30397 addtocounter
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \begin_inset Newline newline
30404 \end_inset
30405
30406
30407 \series default
30408 is inserted after the first formula
30409 \end_layout
30410
30411 \begin_layout Enumerate
30412 second formula is inserted
30413 \end_layout
30414
30415 \begin_layout Enumerate
30416 third formula is inserted
30417 \end_layout
30418
30419 \begin_layout Enumerate
30420
30421 \series bold
30422
30423 \backslash
30424 end{subequations}
30425 \series default
30426  is inserted after the third formula
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Every formula between the commands 
30431 \series bold
30432
30433 \backslash
30434 begin
30435 \series default
30436  and 
30437 \series bold
30438
30439 \backslash
30440 end
30441 \series default
30442  is subnumbered as a, b, 
30443 \begin_inset Newline linebreak
30444 \end_inset
30445
30446 c, \SpecialChar \ldots{}
30447  For multiline formulas every line will be subnumbered.
30448  All subnumbered formulas are treated as 
30449 \emph on
30450 one
30451 \emph default
30452  numbered formula.
30453  But as every numbered formula increases the counter 
30454 \series bold
30455 equation
30456 \series default
30457  by one, the command 
30458 \series bold
30459
30460 \backslash
30461 addtocounter
30462 \series default
30463  is needed to decrease it.
30464  Otherwise the formulas 
30465 \begin_inset CommandInset ref
30466 LatexCommand eqref
30467 reference "eq:a"
30468
30469 \end_inset
30470
30471
30472 \begin_inset CommandInset ref
30473 LatexCommand eqref
30474 reference "eq:b"
30475
30476 \end_inset
30477
30478
30479 \begin_inset CommandInset ref
30480 LatexCommand eqref
30481 reference "eq:c"
30482
30483 \end_inset
30484
30485  would be numbered as 
30486 \begin_inset CommandInset ref
30487 LatexCommand eqref
30488 reference "eq:a"
30489
30490 \end_inset
30491
30492
30493 \begin_inset CommandInset ref
30494 LatexCommand eqref
30495 reference "eq:d"
30496
30497 \end_inset
30498
30499
30500 \begin_inset CommandInset ref
30501 LatexCommand eqref
30502 reference "eq:f"
30503
30504 \end_inset
30505
30506 .
30507 \end_layout
30508
30509 \begin_layout Standard
30510 By inserting the commands in TeX-mode, a space is created between the first
30511  two formulas.
30512  To revert this -5
30513 \begin_inset space \thinspace{}
30514 \end_inset
30515
30516 mm vertical space is inserted after the command 
30517 \series bold
30518
30519 \backslash
30520 begin{subequations}
30521 \series default
30522 .
30523  When the formula style 
30524 \series bold
30525 Indented
30526 \begin_inset Foot
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530 formula styles see 
30531 \begin_inset CommandInset ref
30532 LatexCommand ref
30533 reference "sec:Formula-Styles"
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \series default
30544  is used, -7
30545 \begin_inset space \thinspace{}
30546 \end_inset
30547
30548 mm space is inserted instead.
30549 \end_layout
30550
30551 \begin_layout Standard
30552 Here is an example for a multiline formula where the numbering was turned
30553  off for the second line:
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559
30560 \backslash
30561 begin{subequations}
30562 \end_layout
30563
30564 \end_inset
30565
30566
30567 \begin_inset Formula 
30568 \begin{eqnarray}
30569 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30570  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30571  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30572 \end{eqnarray}
30573
30574 \end_inset
30575
30576
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 end{subequations}
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Subsection
30593 User-defined Numbering
30594 \begin_inset CommandInset label
30595 LatexCommand label
30596 name "sub:User-defined-Numbering"
30597
30598 \end_inset
30599
30600
30601 \begin_inset Index idx
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605 Formula numbering ! user-defined
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 \begin_inset Index idx
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 Formula numbering ! self-defined delimiters
30619 \end_layout
30620
30621 \end_inset
30622
30623 With the standard numbering parentheses are set around the formula number.
30624  To replace the parentheses for example by vertical bars, the following
30625  line is added to the LaTeX-preamble:
30626 \end_layout
30627
30628 \begin_layout Standard
30629
30630 \series bold
30631
30632 \backslash
30633 def
30634 \backslash
30635 tagform@#1{
30636 \backslash
30637 maketag@@@{|#1|}}
30638 \series default
30639
30640 \begin_inset Note Note
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 This macro is already declared in the LaTeX-preamble for testing.
30645  To activate it, remove the percent sign at the beginning.
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \begin_layout Standard
30654 To use other characters, the vertical bars besides the 
30655 \series bold
30656 #1
30657 \series default
30658  are replaced by one ore more characters.
30659  To get only the formula number the vertical bars are omitted.
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset VSpace bigskip
30664 \end_inset
30665
30666 When there should be an expression of your choice instead of the consecutive
30667  formula number in parentheses behind the formula, the command 
30668 \series bold
30669
30670 \backslash
30671 tag
30672 \series default
30673
30674 \begin_inset Index idx
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678 Commands ! T ! 
30679 \backslash
30680 tag
30681 \end_layout
30682
30683 \end_inset
30684
30685  is used:
30686 \begin_inset Formula 
30687 \begin{equation}
30688 A+B=C\tag{something}\label{eq:tag}
30689 \end{equation}
30690
30691 \end_inset
30692
30693 In this example the command 
30694 \series bold
30695
30696 \backslash
30697 tag
30698 \begin_inset ERT
30699 status collapsed
30700
30701 \begin_layout Plain Layout
30702
30703
30704 \backslash
30705 spce 
30706 \end_layout
30707
30708 \end_inset
30709
30710 something
30711 \series default
30712  was inserted in the formula.
30713 \end_layout
30714
30715 \begin_layout Standard
30716 When the command 
30717 \series bold
30718
30719 \backslash
30720 tag*
30721 \begin_inset ERT
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725
30726
30727 \backslash
30728 spce 
30729 \end_layout
30730
30731 \end_inset
30732
30733 something
30734 \series default
30735  is inserted instead, the star prevents the parentheses around the expression:
30736 \begin_inset Formula 
30737 \[
30738 A+B=C\tag*{something}
30739 \]
30740
30741 \end_inset
30742
30743
30744 \end_layout
30745
30746 \begin_layout Standard
30747 \begin_inset VSpace bigskip
30748 \end_inset
30749
30750 To restart the formula numbering with new document parts or sections, the
30751  following command is used:
30752 \end_layout
30753
30754 \begin_layout Standard
30755
30756 \series bold
30757
30758 \backslash
30759 @addtoreset{equation}{part}
30760 \series default
30761
30762 \begin_inset Index idx
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766 Commands ! 
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  ! 
30789 \backslash
30790
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 "
30797 \end_layout
30798
30799 \end_inset
30800
30801 @
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807 "
30808 \end_layout
30809
30810 \end_inset
30811
30812 addtoreset
30813 \end_layout
30814
30815 \end_inset
30816
30817
30818 \begin_inset Newline newline
30819 \end_inset
30820
30821 resp.
30822 \begin_inset Newline newline
30823 \end_inset
30824
30825
30826 \series bold
30827
30828 \backslash
30829 @addtoreset{equation}{section}
30830 \end_layout
30831
30832 \begin_layout Standard
30833 To be able to use these commands in TeX-mode, the 
30834 \begin_inset Quotes eld
30835 \end_inset
30836
30837 @
30838 \begin_inset Quotes erd
30839 \end_inset
30840
30841  character has to be made 
30842 \begin_inset Quotes eld
30843 \end_inset
30844
30845 active
30846 \begin_inset Quotes erd
30847 \end_inset
30848
30849  for LaTeX using the command 
30850 \series bold
30851
30852 \backslash
30853 makeatletter.
30854
30855 \series default
30856  The command 
30857 \series bold
30858
30859 \backslash
30860 makeatother
30861 \series default
30862  reverts this.
30863  So the command sequence in TeX-mode is:
30864 \end_layout
30865
30866 \begin_layout Standard
30867
30868 \series bold
30869
30870 \backslash
30871 makeatletter
30872 \begin_inset Newline newline
30873 \end_inset
30874
30875
30876 \backslash
30877 @addtoreset{equation}{section}
30878 \begin_inset Newline newline
30879 \end_inset
30880
30881
30882 \backslash
30883 makeatother
30884 \end_layout
30885
30886 \begin_layout Standard
30887 In the LaTeX-preamble 
30888 \series bold
30889
30890 \backslash
30891 makeatletter
30892 \series default
30893  and 
30894 \series bold
30895
30896 \backslash
30897 makeatother
30898 \series default
30899  can be omitted as they are automatically internally inserted by LyX.
30900 \end_layout
30901
30902 \begin_layout Standard
30903 To revert 
30904 \series bold
30905
30906 \backslash
30907 @addtoreset
30908 \series default
30909 , the file 
30910 \series bold
30911 remreset.sty
30912 \series default
30913
30914 \begin_inset Foot
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919 \series bold
30920 remreset
30921 \series default
30922  is part of the LaTeX-package 
30923 \series bold
30924 carlisle
30925 \series default
30926
30927 \begin_inset Index idx
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931 Packages ! carlisle
30932 \end_layout
30933
30934 \end_inset
30935
30936  that is part of every LaTeX standard installation.
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \begin_inset Index idx
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946 Packages ! remreset
30947 \end_layout
30948
30949 \end_inset
30950
30951  has to be loaded in the LaTeX-preamble with the line
30952 \end_layout
30953
30954 \begin_layout Standard
30955
30956 \series bold
30957
30958 \backslash
30959 usepackage{remreset}
30960 \end_layout
30961
30962 \begin_layout Standard
30963 Then the command 
30964 \series bold
30965
30966 \backslash
30967 @removefromreset
30968 \series default
30969
30970 \begin_inset Index idx
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974 Commands ! 
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  ! 
30997 \backslash
30998
30999 \begin_inset ERT
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003
31004 "
31005 \end_layout
31006
31007 \end_inset
31008
31009 @
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015 "
31016 \end_layout
31017
31018 \end_inset
31019
31020 removefromreset
31021 \end_layout
31022
31023 \end_inset
31024
31025  can be used with the same scheme as 
31026 \series bold
31027
31028 \backslash
31029 @addtoreset
31030 \series default
31031 .
31032 \end_layout
31033
31034 \begin_layout Standard
31035 \begin_inset VSpace bigskip
31036 \end_inset
31037
31038 Sometimes formulas should be numbered in the following form:
31039 \end_layout
31040
31041 \begin_layout Standard
31042
31043 \family typewriter
31044 (section number.formula number)
31045 \end_layout
31046
31047 \begin_layout Standard
31048 The formula number should start with every section with 
31049 \begin_inset Quotes eld
31050 \end_inset
31051
31052 1
31053 \begin_inset Quotes erd
31054 \end_inset
31055
31056 .
31057 \end_layout
31058
31059 \begin_layout Standard
31060 For this case there is the command 
31061 \series bold
31062
31063 \backslash
31064 numberwithin
31065 \series default
31066
31067 \begin_inset Index idx
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071 Commands ! N ! 
31072 \backslash
31073 numberwithin
31074 \end_layout
31075
31076 \end_inset
31077
31078 , which is used with the following scheme:
31079 \end_layout
31080
31081 \begin_layout Standard
31082
31083 \series bold
31084
31085 \backslash
31086 numberwithin{counter}{sectioning}
31087 \end_layout
31088
31089 \begin_layout Standard
31090 Counter denotes what kind of numbering is affected, sectioning denotes what
31091  number is before the dot.
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Thus in our case the following LaTeX-preamble or TeX code line is used:
31096 \end_layout
31097
31098 \begin_layout Standard
31099
31100 \series bold
31101
31102 \backslash
31103 numberwithin{equation}{section}
31104 \end_layout
31105
31106 \begin_layout Standard
31107 This is the result:
31108 \begin_inset ERT
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112
31113
31114 \backslash
31115 numberwithin{equation}{section}
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \begin_inset Formula 
31122 \begin{equation}
31123 A+B=C
31124 \end{equation}
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \begin_layout Standard
31132 To number e.
31133 \begin_inset space \thinspace{}
31134 \end_inset
31135
31136 g.
31137 \begin_inset space \space{}
31138 \end_inset
31139
31140 tables so that the number of the part is the sectioning,
31141 \begin_inset Newline newline
31142 \end_inset
31143
31144
31145 \series bold
31146
31147 \backslash
31148 numberwithin{table}{part}
31149 \series default
31150  is used.
31151 \end_layout
31152
31153 \begin_layout Standard
31154 To go back to the standard numbering or to prevent this kind of numbering
31155  when it is defined by the document class, the following command is inserted
31156  as TeX code or to the LaTeX-preamble:
31157 \end_layout
31158
31159 \begin_layout Standard
31160
31161 \series bold
31162
31163 \backslash
31164 renewcommand{
31165 \backslash
31166 theequation}{
31167 \backslash
31168 arabic{equation}}
31169 \begin_inset Index idx
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173 Commands ! A ! 
31174 \backslash
31175 arabic
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \series default
31182
31183 \begin_inset ERT
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187
31188
31189 \backslash
31190 renewcommand{
31191 \backslash
31192 theequation}{
31193 \backslash
31194 arabic{equation}}
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \series bold
31201
31202 \begin_inset Newline newline
31203 \end_inset
31204
31205
31206 \series default
31207 or
31208 \series bold
31209
31210 \begin_inset Newline newline
31211 \end_inset
31212
31213
31214 \backslash
31215 renewcommand{
31216 \backslash
31217 thetable}{
31218 \backslash
31219 arabic{table}}
31220 \end_layout
31221
31222 \begin_layout Standard
31223
31224 \series bold
31225
31226 \backslash
31227 numberwithin
31228 \series default
31229  uses internally the command 
31230 \series bold
31231
31232 \backslash
31233 @addtoreset
31234 \series default
31235 , described above, that also needs to be reverted.
31236 \begin_inset ERT
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240
31241
31242 \backslash
31243 makeatletter
31244 \end_layout
31245
31246 \begin_layout Plain Layout
31247
31248
31249 \backslash
31250 @removefromreset{equation}{section}
31251 \end_layout
31252
31253 \begin_layout Plain Layout
31254
31255
31256 \backslash
31257 makeatother
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \end_layout
31264
31265 \begin_layout Subsection
31266 Numbering with Roman Numbers and Letters
31267 \begin_inset Index idx
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271 Formula numbering ! with letters
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \begin_inset Index idx
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281 Formula numbering ! with Roman numbers
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Formulas can also be numbered with Roman numbers and Latin letters.
31291  To number for example with small Roman numbers, the command
31292 \end_layout
31293
31294 \begin_layout Standard
31295
31296 \series bold
31297
31298 \backslash
31299 renewcommand{
31300 \backslash
31301 theequation}{
31302 \backslash
31303 roman{equation}}
31304 \end_layout
31305
31306 \begin_layout Standard
31307 is inserted before the formula in TeX-mode.
31308  
31309 \series bold
31310
31311 \backslash
31312 renewcommand
31313 \series default
31314
31315 \begin_inset Index idx
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 Commands ! R ! 
31320 \backslash
31321 renewcommand
31322 \end_layout
31323
31324 \end_inset
31325
31326  redefines the predefined command 
31327 \series bold
31328
31329 \backslash
31330 theequation
31331 \series default
31332  to the command 
31333 \series bold
31334
31335 \backslash
31336 roman{equation}
31337 \series default
31338 .
31339 \begin_inset Foot
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343 The command 
31344 \series bold
31345
31346 \backslash
31347 renewcommand
31348 \series default
31349  has the same scheme like the command 
31350 \series bold
31351
31352 \backslash
31353 newcommand
31354 \series default
31355  that is described in 
31356 \begin_inset CommandInset ref
31357 LatexCommand ref
31358 reference "sub:The-Command-newcommand"
31359
31360 \end_inset
31361
31362 .
31363 \end_layout
31364
31365 \end_inset
31366
31367  
31368 \series bold
31369 equation
31370 \series default
31371  is the formula counter.
31372  When the command 
31373 \series bold
31374
31375 \backslash
31376 the
31377 \series default
31378  is used as prefix for a counter, the value of the counter is output as
31379  Arabic number.
31380  When a formula is numbered, LaTeX sets internally the command 
31381 \series bold
31382
31383 \backslash
31384 theequation
31385 \series default
31386  behind the formula.
31387  
31388 \series bold
31389
31390 \backslash
31391 roman{equation}
31392 \begin_inset Index idx
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396 Commands ! R ! 
31397 \backslash
31398 roman
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \series default
31405  outputs the counter as small Roman number.
31406 \end_layout
31407
31408 \begin_layout Standard
31409 All formulas behind the command 
31410 \series bold
31411
31412 \backslash
31413 renew
31414 \series default
31415 c
31416 \series bold
31417 ommand
31418 \series default
31419  are now numbered Roman.
31420  To switch to numbering with big Roman numbers, the command is inserted
31421  again, but 
31422 \series bold
31423
31424 \backslash
31425 roman
31426 \series default
31427  is replaced by 
31428 \series bold
31429
31430 \backslash
31431 Roman
31432 \series default
31433
31434 \begin_inset Index idx
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438 Commands ! R ! 
31439 \backslash
31440 roman@
31441 \backslash
31442 Roman
31443 \end_layout
31444
31445 \end_inset
31446
31447 .
31448  To 
31449 \begin_inset Quotes eld
31450 \end_inset
31451
31452 number
31453 \begin_inset Quotes erd
31454 \end_inset
31455
31456  with small Latin letters there is the command 
31457 \series bold
31458
31459 \backslash
31460 alph
31461 \series default
31462
31463 \begin_inset Index idx
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467 Commands ! A ! 
31468 \backslash
31469 alph
31470 \end_layout
31471
31472 \end_inset
31473
31474 , for big ones there is the command 
31475 \series bold
31476
31477 \backslash
31478 Alph
31479 \series default
31480
31481 \begin_inset Index idx
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485 Commands ! A ! 
31486 \backslash
31487 alph@
31488 \backslash
31489 Alph
31490 \end_layout
31491
31492 \end_inset
31493
31494 .
31495 \end_layout
31496
31497 \begin_layout Standard
31498 \begin_inset Note Greyedout
31499 status open
31500
31501 \begin_layout Plain Layout
31502
31503 \series bold
31504 \color none
31505 Note:
31506 \series default
31507  Only maximal 26
31508 \begin_inset space ~
31509 \end_inset
31510
31511 formulas can be numbered with Latin letters in one document.
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 renewcommand{
31528 \backslash
31529 theequation}{
31530 \backslash
31531 roman{equation}}
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset Formula 
31541 \begin{equation}
31542 A=\textrm{small roman}
31543 \end{equation}
31544
31545 \end_inset
31546
31547
31548 \begin_inset ERT
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552
31553
31554 \backslash
31555 renewcommand{
31556 \backslash
31557 theequation}{
31558 \backslash
31559 Roman{equation}}
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \begin_inset Formula 
31566 \begin{equation}
31567 B=\textrm{big Roman}\label{eq:Rom}
31568 \end{equation}
31569
31570 \end_inset
31571
31572
31573 \begin_inset ERT
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577
31578
31579 \backslash
31580 renewcommand{
31581 \backslash
31582 theequation}{
31583 \backslash
31584 alph{equation}}
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \begin_inset Formula 
31591 \begin{equation}
31592 C=\textrm{small Latin}
31593 \end{equation}
31594
31595 \end_inset
31596
31597
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603
31604 \backslash
31605 renewcommand{
31606 \backslash
31607 theequation}{
31608 \backslash
31609 Alph{equation}}
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \begin_inset Formula 
31616 \begin{equation}
31617 D=\textrm{big Latin}\label{eq:Lat}
31618 \end{equation}
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \begin_layout Standard
31626 To switch back to the default numbering, insert the command:
31627 \end_layout
31628
31629 \begin_layout Standard
31630
31631 \series bold
31632
31633 \backslash
31634 renewcommand{
31635 \backslash
31636 theequation}{
31637 \backslash
31638 arabic{equation}}
31639 \begin_inset Index idx
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643 Commands ! A ! 
31644 \backslash
31645 arabic
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Standard
31654 \begin_inset ERT
31655 status collapsed
31656
31657 \begin_layout Plain Layout
31658
31659
31660 \backslash
31661 renewcommand{
31662 \backslash
31663 theequation}{
31664 \backslash
31665 arabic{equation}}
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Formula 
31672 \begin{equation}
31673 E=\textrm{Arabic}
31674 \end{equation}
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 \begin_inset VSpace medskip
31683 \end_inset
31684
31685 As you see, formulas are numbered serially independent from the numbering
31686  style.
31687  When then numbering should start with 
31688 \begin_inset Quotes eld
31689 \end_inset
31690
31691 1
31692 \begin_inset Quotes erd
31693 \end_inset
31694
31695  when the style is changed, new equation counters have to be defined.
31696  A description about this can be found in the file 
31697 \begin_inset CommandInset href
31698 LatexCommand href
31699 name "Formula-numbering.lyx"
31700 target "run:Formula-numbering.lyx"
31701
31702 \end_inset
31703
31704 .
31705 \end_layout
31706
31707 \begin_layout Standard
31708 \begin_inset Newpage newpage
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Section
31715 Chemical Symbols and Equations
31716 \begin_inset CommandInset label
31717 LatexCommand label
31718 name "sub:Chemical-Symbols-and"
31719
31720 \end_inset
31721
31722
31723 \begin_inset Index idx
31724 status collapsed
31725
31726 \begin_layout Plain Layout
31727 Chemical characters ! Symbols
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \begin_inset Index idx
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Chemical equations
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \begin_inset Index idx
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 Symbols ! chemical
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \end_layout
31754
31755 \begin_layout Standard
31756 An example text from chemistry:
31757 \end_layout
31758
31759 \begin_layout Quote
31760 The 
31761 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31762 \end_inset
31763
31764 -ion reacts with two 
31765 \begin_inset Formula $\mathrm{Na^{+}}$
31766 \end_inset
31767
31768 -ions to sodium sulfate 
31769 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31770 \end_inset
31771
31772 .
31773  The chemical equation for this is:
31774 \begin_inset Formula 
31775 \begin{equation}
31776 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31777 \end{equation}
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \begin_layout Standard
31785 This chemical equation can directly be created as formula.
31786  To avoid that the symbols appear italic, everything is highlighted and
31787  changed by the shortcut 
31788 \begin_inset Info
31789 type  "shortcut"
31790 arg   "font-roman"
31791 \end_inset
31792
31793  to the upright font style.
31794 \begin_inset Foot
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 font styles
31799 \series bold
31800  
31801 \series default
31802 see 
31803 \begin_inset CommandInset ref
31804 LatexCommand ref
31805 reference "sub:Font-Styles"
31806
31807 \end_inset
31808
31809
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \begin_layout Standard
31818 A more convenient way to typeset chemical formulas is to use the command
31819  
31820 \series bold
31821
31822 \backslash
31823 ce
31824 \series default
31825
31826 \begin_inset Index idx
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 Commands ! C ! 
31831 \backslash
31832 ce
31833 \end_layout
31834
31835 \end_inset
31836
31837  that is available when the LaTeX-package 
31838 \series bold
31839 mhchem
31840 \series default
31841
31842 \begin_inset Index idx
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 Packages ! mhchem
31847 \end_layout
31848
31849 \end_inset
31850
31851  is installed.
31852  After inserting 
31853 \series bold
31854
31855 \backslash
31856 ce
31857 \series default
31858  to a formula a new blue box appears where chemical formulas can be inserted
31859  in an intuitive way.
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \align center
31864 \begin_inset Tabular
31865 <lyxtabular version="3" rows="9" columns="2">
31866 <features rotate="0" tabularvalignment="middle">
31867 <column alignment="center" valignment="top">
31868 <column alignment="center" valignment="top">
31869 <row>
31870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 Command
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883 Result
31884 \begin_inset Note Note
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889 \series bold
31890
31891 \backslash
31892 raisebox
31893 \series default
31894  is only used as spacer.
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \end_layout
31901
31902 \end_inset
31903 </cell>
31904 </row>
31905 <row>
31906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31907 \begin_inset Text
31908
31909 \begin_layout Plain Layout
31910
31911 \backslash
31912 ce
31913 \begin_inset ERT
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917
31918
31919 \backslash
31920 spce 
31921 \end_layout
31922
31923 \end_inset
31924
31925 H2CO3
31926 \end_layout
31927
31928 \end_inset
31929 </cell>
31930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31931 \begin_inset Text
31932
31933 \begin_layout Plain Layout
31934 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31935 \end_inset
31936
31937
31938 \end_layout
31939
31940 \end_inset
31941 </cell>
31942 </row>
31943 <row>
31944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31945 \begin_inset Text
31946
31947 \begin_layout Plain Layout
31948
31949 \backslash
31950 ce
31951 \begin_inset ERT
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955
31956
31957 \backslash
31958 spce 
31959 \end_layout
31960
31961 \end_inset
31962
31963 SO4^2-
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \end_inset
31979 </cell>
31980 </row>
31981 <row>
31982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31983 \begin_inset Text
31984
31985 \begin_layout Plain Layout
31986
31987 \backslash
31988 ce
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 spce 
31997 \end_layout
31998
31999 \end_inset
32000
32001 (NH4)2S
32002 \end_layout
32003
32004 \end_inset
32005 </cell>
32006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32007 \begin_inset Text
32008
32009 \begin_layout Plain Layout
32010 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32011 \end_inset
32012
32013
32014 \end_layout
32015
32016 \end_inset
32017 </cell>
32018 </row>
32019 <row>
32020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32021 \begin_inset Text
32022
32023 \begin_layout Plain Layout
32024
32025 \backslash
32026 ce
32027 \begin_inset ERT
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031
32032
32033 \backslash
32034 spce 
32035 \end_layout
32036
32037 \end_inset
32038
32039 KCr(SO4)2.12H2O
32040 \end_layout
32041
32042 \end_inset
32043 </cell>
32044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 <row>
32058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062
32063 \backslash
32064 ce
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 spce 
32073 \end_layout
32074
32075 \end_inset
32076
32077 A-B
32078 \backslash
32079 dbond
32080 \begin_inset ERT
32081 status collapsed
32082
32083 \begin_layout Plain Layout
32084
32085
32086 \backslash
32087 spce 
32088 \end_layout
32089
32090 \end_inset
32091
32092 C
32093 \backslash
32094 tbond
32095 \begin_inset ERT
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099
32100
32101 \backslash
32102 spce 
32103 \end_layout
32104
32105 \end_inset
32106
32107 D
32108 \end_layout
32109
32110 \end_inset
32111 </cell>
32112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32113 \begin_inset Text
32114
32115 \begin_layout Plain Layout
32116 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \end_inset
32123 </cell>
32124 </row>
32125 <row>
32126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130
32131 \backslash
32132 ce
32133 \begin_inset ERT
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137
32138
32139 \backslash
32140 spce 
32141 \end_layout
32142
32143 \end_inset
32144
32145 ^227
32146 \begin_inset Formula $\downarrow$
32147 \end_inset
32148
32149 _90
32150 \begin_inset Formula $\to$
32151 \end_inset
32152
32153 Th+
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32159 \begin_inset Text
32160
32161 \begin_layout Plain Layout
32162 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 </row>
32171 <row>
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176
32177 \backslash
32178 ce
32179 \begin_inset ERT
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183
32184
32185 \backslash
32186 spce 
32187 \end_layout
32188
32189 \end_inset
32190
32191 CO2
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 spce 
32200 \end_layout
32201
32202 \end_inset
32203
32204 +
32205 \begin_inset ERT
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209
32210
32211 \backslash
32212 spce 
32213 \end_layout
32214
32215 \end_inset
32216
32217 C
32218 \begin_inset ERT
32219 status collapsed
32220
32221 \begin_layout Plain Layout
32222
32223
32224 \backslash
32225 spce 
32226 \end_layout
32227
32228 \end_inset
32229
32230 <=>
32231 \begin_inset ERT
32232 status collapsed
32233
32234 \begin_layout Plain Layout
32235
32236
32237 \backslash
32238 spce 
32239 \end_layout
32240
32241 \end_inset
32242
32243 2CO
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 </row>
32261 <row>
32262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266
32267 \backslash
32268 ce
32269 \begin_inset ERT
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273
32274
32275 \backslash
32276 spce 
32277 \end_layout
32278
32279 \end_inset
32280
32281 CO2
32282 \begin_inset ERT
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286
32287
32288 \backslash
32289 spce 
32290 \end_layout
32291
32292 \end_inset
32293
32294 +
32295 \begin_inset ERT
32296 status collapsed
32297
32298 \begin_layout Plain Layout
32299
32300
32301 \backslash
32302 spce 
32303 \end_layout
32304
32305 \end_inset
32306
32307 C
32308 \begin_inset ERT
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312
32313
32314 \backslash
32315 spce 
32316 \end_layout
32317
32318 \end_inset
32319
32320 ->[
32321 \backslash
32322 alpha][
32323 \backslash
32324 beta]
32325 \begin_inset ERT
32326 status collapsed
32327
32328 \begin_layout Plain Layout
32329
32330
32331 \backslash
32332 spce 
32333 \end_layout
32334
32335 \end_inset
32336
32337 2CO}
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32343 \begin_inset Text
32344
32345 \begin_layout Plain Layout
32346 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 </row>
32355 </lyxtabular>
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 \begin_inset Note Greyedout
32364 status open
32365
32366 \begin_layout Plain Layout
32367
32368 \series bold
32369 \color none
32370 Note:
32371 \series default
32372  Inserting a formula to a 
32373 \series bold
32374
32375 \backslash
32376 ce
32377 \series default
32378  box will lead to LaTeX errors due to a LyX bug.
32379 \color inherit
32380
32381 \begin_inset Foot
32382 status collapsed
32383
32384 \begin_layout Plain Layout
32385 \begin_inset CommandInset href
32386 LatexCommand href
32387 name "LyX-bug #8566"
32388 target "http://www.lyx.org/trac/ticket/8566"
32389
32390 \end_inset
32391
32392
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \color none
32399  In this case TeX code has to be used like for 
32400 \series bold
32401
32402 \backslash
32403 ce{$
32404 \backslash
32405 mu
32406 \backslash
32407 hyphen$Cl}
32408 \series default
32409
32410 \begin_inset ERT
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414
32415
32416 \backslash
32417 ce{$
32418 \backslash
32419 mu
32420 \backslash
32421 hyphen$Cl}
32422 \end_layout
32423
32424 \end_inset
32425
32426  
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Standard
32435 \begin_inset Note Greyedout
32436 status open
32437
32438 \begin_layout Plain Layout
32439
32440 \series bold
32441 \color none
32442 Note:
32443 \series default
32444  It is not possible in LyX to use the character ^ to get an up-arrow as
32445  described in the 
32446 \series bold
32447 mhchem
32448 \series default
32449  manual.
32450  One instead uses a negative thin space followed by the command 
32451 \series bold
32452
32453 \backslash
32454 uparrow
32455 \series default
32456
32457 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \end_inset
32464
32465
32466 \end_layout
32467
32468 \begin_layout Standard
32469 Using 
32470 \series bold
32471
32472 \backslash
32473 ce
32474 \series default
32475  the command for equation
32476 \begin_inset space ~
32477 \end_inset
32478
32479
32480 \begin_inset CommandInset ref
32481 LatexCommand eqref
32482 reference "eq:chem-reaction"
32483
32484 \end_inset
32485
32486  is:
32487 \begin_inset Newline newline
32488 \end_inset
32489
32490
32491 \series bold
32492  
32493 \backslash
32494 ce
32495 \begin_inset ERT
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499
32500
32501 \backslash
32502 spce 
32503 \end_layout
32504
32505 \end_inset
32506
32507 2Na+
32508 \begin_inset ERT
32509 status collapsed
32510
32511 \begin_layout Plain Layout
32512
32513
32514 \backslash
32515 spce 
32516 \end_layout
32517
32518 \end_inset
32519
32520 +
32521 \begin_inset ERT
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525
32526
32527 \backslash
32528 spce 
32529 \end_layout
32530
32531 \end_inset
32532
32533 SO4^2-
32534 \begin_inset ERT
32535 status collapsed
32536
32537 \begin_layout Plain Layout
32538
32539
32540 \backslash
32541 spce 
32542 \end_layout
32543
32544 \end_inset
32545
32546
32547 \begin_inset ERT
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551
32552
32553 \backslash
32554 spce 
32555 \end_layout
32556
32557 \end_inset
32558
32559 ->
32560 \begin_inset ERT
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564
32565
32566 \backslash
32567 spce 
32568 \end_layout
32569
32570 \end_inset
32571
32572 Na2SO4
32573 \end_layout
32574
32575 \begin_layout Standard
32576 To create multiline chemical equations first a multiline formula is created
32577  as described in 
32578 \begin_inset CommandInset ref
32579 LatexCommand ref
32580 reference "sec:Multiline-Formulas"
32581
32582 \end_inset
32583
32584 .
32585  Afterwards the command 
32586 \series bold
32587
32588 \backslash
32589 ce
32590 \series default
32591  is used in every small blue box of the formula.
32592  
32593 \begin_inset CommandInset ref
32594 LatexCommand eqref
32595 reference "eq:TEOS-reaction-1"
32596
32597 \end_inset
32598
32599  and 
32600 \begin_inset CommandInset ref
32601 LatexCommand eqref
32602 reference "eq:TEOS-reaction-2"
32603
32604 \end_inset
32605
32606  are an example of a multi-stage chemical reaction where every equation
32607  has its own number.
32608 \begin_inset Formula 
32609 \begin{eqnarray}
32610 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32611 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32612 \end{eqnarray}
32613
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Standard
32620 Besides 
32621 \series bold
32622
32623 \backslash
32624 ce
32625 \series default
32626  the 
32627 \series bold
32628 mhchem
32629 \series default
32630  package provides the command 
32631 \series bold
32632
32633 \backslash
32634 cf
32635 \series default
32636
32637 \begin_inset Index idx
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641 Commands ! C ! 
32642 \backslash
32643 cf
32644 \end_layout
32645
32646 \end_inset
32647
32648  that has to be used for special cases.
32649  For more information about 
32650 \series bold
32651
32652 \backslash
32653 cf
32654 \series default
32655  and more examples have a look at the documentation of 
32656 \series bold
32657 mhchem
32658 \series default
32659
32660 \begin_inset CommandInset citation
32661 LatexCommand cite
32662 key "mhchem"
32663
32664 \end_inset
32665
32666 .
32667 \end_layout
32668
32669 \begin_layout Section
32670 Diagrams
32671 \end_layout
32672
32673 \begin_layout Standard
32674 LyX supports two types of commutative diagrams: 
32675 \series bold
32676 amscd
32677 \series default
32678  and 
32679 \series bold
32680 xymatrix
32681 \series default
32682  that are explained in the following.
32683 \end_layout
32684
32685 \begin_layout Subsection
32686 Amscd Diagrams
32687 \begin_inset Index idx
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691 Diagrams ! amscd
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 Diagrams of this type visualize relations by vertical and horizontal lines
32701  or arrows:
32702 \begin_inset Formula 
32703 \[
32704 \begin{CD}A@>>>B@>>>C\\
32705 @AAA@.@VVV\\
32706 F@<<<E@<<<D
32707 \end{CD}
32708 \]
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Standard
32716 To get them, the command 
32717 \series bold
32718
32719 \backslash
32720 CD
32721 \begin_inset Index idx
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 Commands ! C ! 
32726 \backslash
32727 CD
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \series default
32734  is inserted to a formula.
32735  A blue box appears with two dashed lines where further commands can be
32736  inserted.
32737  With 
32738 \begin_inset Info
32739 type  "shortcut"
32740 arg   "newline-insert newline"
32741 \end_inset
32742
32743  a new line is created.
32744  Horizontal relations are inserted in odd, vertical in even formula lines.
32745 \end_layout
32746
32747 \begin_layout Standard
32748 To create the relations there are the following commands:
32749 \end_layout
32750
32751 \begin_layout Itemize
32752
32753 \series bold
32754 @<<<
32755 \series default
32756  creates a left arrow, 
32757 \series bold
32758 @>>>
32759 \series default
32760  a right arrow and 
32761 \series bold
32762 @=
32763 \series default
32764  a long equal sign
32765 \end_layout
32766
32767 \begin_layout Itemize
32768
32769 \series bold
32770 @AAA
32771 \series default
32772  creates an up arrow, 
32773 \series bold
32774 @VVV
32775 \series default
32776  a down arrow and 
32777 \series bold
32778 @|
32779 \series default
32780  a vertical equal sign
32781 \end_layout
32782
32783 \begin_layout Itemize
32784
32785 \series bold
32786 @.
32787
32788 \series default
32789  is a placeholder for non-existent relations
32790 \end_layout
32791
32792 \begin_layout Standard
32793 All arrows can be labeled as follows:
32794 \end_layout
32795
32796 \begin_layout Itemize
32797 If text inserted between the first and second < or >, resp., it is placed
32798  above the arrow.
32799  When it is inserted between the second and third one, it appears under
32800  the arrow.
32801 \end_layout
32802
32803 \begin_layout Itemize
32804 When text for vertical arrows is inserted between the first and second A
32805  or V, resp., it is placed left beside the arrow.
32806  When it is inserted between the second and third one, it appears right
32807  beside the arrow.
32808  If the text contains an A or V, these letters must be set into a TeX-brace.
32809 \end_layout
32810
32811 \begin_layout Standard
32812 As example a diagram with all possible relations:
32813 \end_layout
32814
32815 \begin_layout Standard
32816 \begin_inset Formula 
32817 \[
32818 \begin{CD}A@>j>>B@>>k>C@=F\\
32819 @AmAA@.@VV{V}V@|\\
32820 D@<<j<E@>k>>F@=C
32821 \end{CD}
32822 \]
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 The command for this is:
32831 \begin_inset Newline newline
32832 \end_inset
32833
32834
32835 \series bold
32836
32837 \backslash
32838 CD
32839 \begin_inset ERT
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843
32844
32845 \backslash
32846 spce 
32847 \end_layout
32848
32849 \end_inset
32850
32851 A@>j>>B@>>k>C@=F Ctrl+Return
32852 \begin_inset Newline newline
32853 \end_inset
32854
32855
32856 \begin_inset Phantom HPhantom
32857 status open
32858
32859 \begin_layout Plain Layout
32860
32861 \series bold
32862
32863 \backslash
32864 CD
32865 \begin_inset ERT
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869
32870
32871 \backslash
32872 spce 
32873 \end_layout
32874
32875 \end_inset
32876
32877
32878 \end_layout
32879
32880 \end_inset
32881
32882 @AmAA@.@VV
32883 \backslash
32884 {V
32885 \series default
32886
32887 \begin_inset Formula $\to$
32888 \end_inset
32889
32890
32891 \series bold
32892 V@| Ctrl+Return
32893 \begin_inset Newline newline
32894 \end_inset
32895
32896
32897 \begin_inset Phantom HPhantom
32898 status open
32899
32900 \begin_layout Plain Layout
32901
32902 \series bold
32903
32904 \backslash
32905 CD
32906 \begin_inset ERT
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910
32911
32912 \backslash
32913 spce 
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \end_inset
32922
32923 D@<<j<E@>k>>F@=C
32924 \end_layout
32925
32926 \begin_layout Subsection
32927 Xymatrix Diagrams
32928 \begin_inset Index idx
32929 status collapsed
32930
32931 \begin_layout Plain Layout
32932 Diagrams ! xymatrix
32933 \end_layout
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Standard
32941 To be able to use xymatrices, the LaTeX-package 
32942 \series bold
32943 xypic
32944 \series default
32945  must be installed.
32946  A xymatrix is created by inserting the command 
32947 \series bold
32948
32949 \backslash
32950 xymatrix
32951 \series default
32952  in a formula.
32953  Then you are able to add new matrix columns and rows like for normal matrices,
32954  see 
32955 \begin_inset CommandInset ref
32956 LatexCommand ref
32957 reference "sec:Matrices"
32958
32959 \end_inset
32960
32961 .
32962 \end_layout
32963
32964 \begin_layout Standard
32965 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32966  and much more.
32967  All possibilities to create commutative diagrams and decorations are explained
32968  in detail in the 
32969 \emph on
32970 XY-pic manual
32971 \emph default
32972  that you find in the menu 
32973 \family sans
32974 Help\SpecialChar \menuseparator
32975 Specific
32976 \begin_inset space ~
32977 \end_inset
32978
32979 Manuals
32980 \family default
32981 .
32982 \end_layout
32983
32984 \begin_layout Subsection
32985
32986 \noun on
32987 Feynman
32988 \noun default
32989  Diagrams
32990 \begin_inset Index idx
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 Diagrams ! Feynman
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \begin_layout Standard
33003 To be able to use 
33004 \noun on
33005 Feynman
33006 \noun default
33007 -diagrams, the LaTeX-package 
33008 \series bold
33009 feyn
33010 \series default
33011  must be installed.
33012  A 
33013 \noun on
33014 Feynman
33015 \noun default
33016 -diagram is created by inserting the command 
33017 \series bold
33018
33019 \backslash
33020 Diagram
33021 \series default
33022  in a formula.
33023  Then you are able to add new matrix columns and rows like for normal matrices,
33024  see 
33025 \begin_inset CommandInset ref
33026 LatexCommand ref
33027 reference "sec:Matrices"
33028
33029 \end_inset
33030
33031 .
33032 \end_layout
33033
33034 \begin_layout Standard
33035 Examples how to create 
33036 \noun on
33037 Feynman-
33038 \noun default
33039 diagrams in LyX is given in the 
33040 \emph on
33041 Feynman-diagram manual
33042 \emph default
33043  that you find in the menu 
33044 \family sans
33045 Help\SpecialChar \menuseparator
33046 Specific
33047 \begin_inset space ~
33048 \end_inset
33049
33050 Manuals
33051 \family default
33052 .
33053 \end_layout
33054
33055 \begin_layout Standard
33056 \begin_inset Newpage newpage
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \begin_layout Section
33063 User-defined Commands
33064 \begin_inset Index idx
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068 User-defined commands
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Standard
33077 \begin_inset Note Greyedout
33078 status open
33079
33080 \begin_layout Plain Layout
33081
33082 \series bold
33083 Note:
33084 \series default
33085  The names of user-defined commands and macros may only consist of Latin
33086  letters.
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Subsection
33095 The Command 
33096 \backslash
33097 newcommand
33098 \begin_inset CommandInset label
33099 LatexCommand label
33100 name "sub:The-Command-newcommand"
33101
33102 \end_inset
33103
33104
33105 \begin_inset Index idx
33106 status collapsed
33107
33108 \begin_layout Plain Layout
33109 User-defined commands ! 
33110 \backslash
33111 newcommand
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \begin_inset Index idx
33118 status collapsed
33119
33120 \begin_layout Plain Layout
33121 Commands ! N ! 
33122 \backslash
33123 newcommand
33124 \end_layout
33125
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Standard
33132 Many LaTeX-commands are too long to be used frequently.
33133  But it is possible to define with the command 
33134 \series bold
33135
33136 \backslash
33137 newcommand
33138 \series default
33139  new shorter commands.
33140 \end_layout
33141
33142 \begin_layout Standard
33143 The command scheme of 
33144 \series bold
33145
33146 \backslash
33147 newcommand
33148 \series default
33149  is:
33150 \end_layout
33151
33152 \begin_layout Standard
33153
33154 \series bold
33155
33156 \backslash
33157 newcommand{new command name}[number of arguments][optional
33158 \series default
33159  
33160 \series bold
33161 value]
33162 \begin_inset Newline newline
33163 \end_inset
33164
33165
33166 \begin_inset Phantom HPhantom
33167 status open
33168
33169 \begin_layout Plain Layout
33170
33171 \series bold
33172
33173 \backslash
33174 newcommand
33175 \end_layout
33176
33177 \end_inset
33178
33179 {command definition}
33180 \end_layout
33181
33182 \begin_layout Standard
33183 \begin_inset Note Greyedout
33184 status open
33185
33186 \begin_layout Plain Layout
33187
33188 \series bold
33189 Note:
33190 \series default
33191  Assure that the name of the new command is not already used in your document
33192  or by LaTeX-packages that you use.
33193  When you for example define the command 
33194 \series bold
33195
33196 \backslash
33197 le
33198 \series default
33199  for 
33200 \series bold
33201
33202 \backslash
33203 Leftarrow
33204 \series default
33205 , you get an error message because 
33206 \series bold
33207
33208 \backslash
33209 le
33210 \series default
33211  is already defined as command for 
33212 \begin_inset Quotes eld
33213 \end_inset
33214
33215
33216 \begin_inset Formula $\le$
33217 \end_inset
33218
33219
33220 \begin_inset Quotes erd
33221 \end_inset
33222
33223 .
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Standard
33232 The number of arguments is an integer in the range 0
33233 \begin_inset space \thinspace{}
33234 \end_inset
33235
33236 -
33237 \begin_inset space \thinspace{}
33238 \end_inset
33239
33240 9 and specifies how many arguments the new command should have.
33241  With the optional value a value for an optional argument can be predefined.
33242  When this is done, the 
33243 \emph on
33244 first
33245 \emph default
33246  
33247 \emph on
33248 a
33249 \emph default
33250 rgument of the new command is automatically an optional one.
33251 \end_layout
33252
33253 \begin_layout Standard
33254 Here are some examples:
33255 \end_layout
33256
33257 \begin_layout Itemize
33258 To define the command 
33259 \series bold
33260
33261 \backslash
33262 gr
33263 \series default
33264  for 
33265 \series bold
33266
33267 \backslash
33268 Longrightarrow
33269 \series default
33270 , the LaTeX-preamble line is:
33271 \begin_inset VSpace medskip
33272 \end_inset
33273
33274
33275 \begin_inset Newline newline
33276 \end_inset
33277
33278
33279 \series bold
33280
33281 \backslash
33282 newcommand{
33283 \backslash
33284 gr}{
33285 \backslash
33286 Longrightarrow}
33287 \end_layout
33288
33289 \begin_layout Itemize
33290 To define the command 
33291 \series bold
33292
33293 \backslash
33294 us
33295 \series default
33296  for 
33297 \series bold
33298
33299 \backslash
33300 underline
33301 \series default
33302 , the argument (that should be underlined) must be taken into account.
33303  For this the preamble line is:
33304 \begin_inset VSpace medskip
33305 \end_inset
33306
33307
33308 \begin_inset Newline newline
33309 \end_inset
33310
33311
33312 \series bold
33313
33314 \backslash
33315 newcommand{
33316 \backslash
33317 us}[1]{
33318 \backslash
33319 underline{#1}}
33320 \series default
33321
33322 \begin_inset VSpace medskip
33323 \end_inset
33324
33325
33326 \begin_inset Newline newline
33327 \end_inset
33328
33329 The character 
33330 \series bold
33331 #
33332 \series default
33333  acts as argument placeholder, the 
33334 \series bold
33335 1
33336 \series default
33337  behind it denotes that it is the placeholder for the first argument.
33338 \end_layout
33339
33340 \begin_layout Itemize
33341 For 
33342 \series bold
33343
33344 \backslash
33345 framebox
33346 \series default
33347  one can e.
33348 \begin_inset space \thinspace{}
33349 \end_inset
33350
33351 g.
33352 \begin_inset space \space{}
33353 \end_inset
33354
33355 define the command 
33356 \series bold
33357
33358 \backslash
33359 fb
33360 \series default
33361 :
33362 \begin_inset VSpace medskip
33363 \end_inset
33364
33365
33366 \begin_inset Newline newline
33367 \end_inset
33368
33369
33370 \series bold
33371
33372 \backslash
33373 newcommand{
33374 \backslash
33375 fb}[3]{
33376 \backslash
33377 framebox#1#2{$#3$}}
33378 \series default
33379
33380 \begin_inset VSpace medskip
33381 \end_inset
33382
33383
33384 \begin_inset Newline newline
33385 \end_inset
33386
33387 The two Dollar signs creates the extra formula needed for 
33388 \series bold
33389
33390 \backslash
33391 framebox
33392 \series default
33393 , see 
33394 \begin_inset CommandInset ref
33395 LatexCommand ref
33396 reference "sub:Boxes-with-Frame"
33397
33398 \end_inset
33399
33400 .
33401 \end_layout
33402
33403 \begin_layout Itemize
33404 To create a new command for 
33405 \series bold
33406
33407 \backslash
33408 fcolorbox
33409 \series default
33410  where the color for the box need not be specified, the argument for the
33411  color is defined optional:
33412 \begin_inset VSpace medskip
33413 \end_inset
33414
33415
33416 \begin_inset Newline newline
33417 \end_inset
33418
33419
33420 \series bold
33421
33422 \backslash
33423 newcommand{
33424 \backslash
33425 cb}[3][white]{
33426 \backslash
33427 fcolorbox{#2}{#1}{$#3$}}
33428 \series default
33429
33430 \begin_inset VSpace medskip
33431 \end_inset
33432
33433
33434 \begin_inset Newline newline
33435 \end_inset
33436
33437 When the color is not specified when using 
33438 \series bold
33439
33440 \backslash
33441 cb
33442 \series default
33443 , the predefined color 
33444 \series bold
33445 white
33446 \series default
33447  will be used.
33448 \end_layout
33449
33450 \begin_layout Standard
33451 A test of the new defined commands:
33452 \end_layout
33453
33454 \begin_layout Standard
33455 \align center
33456 \begin_inset Tabular
33457 <lyxtabular version="3" rows="6" columns="2">
33458 <features rotate="0" tabularvalignment="middle">
33459 <column alignment="center" valignment="top">
33460 <column alignment="center" valignment="top">
33461 <row>
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 Command
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 Result
33476 \begin_inset Note Note
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480
33481 \series bold
33482
33483 \backslash
33484 raisebox
33485 \series default
33486  is only used as spacer.
33487 \end_layout
33488
33489 \end_inset
33490
33491
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 </row>
33497 <row>
33498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33499 \begin_inset Text
33500
33501 \begin_layout Plain Layout
33502 A
33503 \backslash
33504 gr
33505 \begin_inset ERT
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509
33510
33511 \backslash
33512 spce 
33513 \end_layout
33514
33515 \end_inset
33516
33517 B
33518 \end_layout
33519
33520 \end_inset
33521 </cell>
33522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33523 \begin_inset Text
33524
33525 \begin_layout Plain Layout
33526 \begin_inset Formula $A\gr B$
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \end_inset
33533 </cell>
33534 </row>
33535 <row>
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540
33541 \backslash
33542 us{ABcd
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{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
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" leftline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Plain Layout
33565
33566 \backslash
33567 fb{[2cm]
33568 \begin_inset Formula $\to$
33569 \end_inset
33570
33571
33572 \backslash
33573 {
33574 \begin_inset Formula $\to$
33575 \end_inset
33576
33577
33578 \backslash
33579 {
33580 \backslash
33581 int
33582 \begin_inset ERT
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586
33587
33588 \backslash
33589 spce 
33590 \end_layout
33591
33592 \end_inset
33593
33594 A=B
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \end_inset
33610 </cell>
33611 </row>
33612 <row>
33613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33614 \begin_inset Text
33615
33616 \begin_layout Plain Layout
33617
33618 \backslash
33619 cb{red
33620 \begin_inset Formula $\to$
33621 \end_inset
33622
33623
33624 \backslash
33625 {
33626 \backslash
33627 int
33628 \begin_inset ERT
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633
33634 \backslash
33635 spce 
33636 \end_layout
33637
33638 \end_inset
33639
33640 A=B
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 </row>
33658 <row>
33659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663
33664 \backslash
33665 cb[green]
33666 \backslash
33667 {red
33668 \begin_inset Formula $\to$
33669 \end_inset
33670
33671
33672 \backslash
33673 {
33674 \backslash
33675 int
33676 \begin_inset ERT
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680
33681
33682 \backslash
33683 spce 
33684 \end_layout
33685
33686 \end_inset
33687
33688 A=B
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33694 \begin_inset Text
33695
33696 \begin_layout Plain Layout
33697 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 </lyxtabular>
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \begin_layout Subsection
33714 Math Macros
33715 \begin_inset Index idx
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719 User-defined commands! Math macros
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \begin_inset Index idx
33726 status collapsed
33727
33728 \begin_layout Plain Layout
33729 Macros
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 User-defined commands are especially convenient for complex expressions.
33739  When you are for example dealing with a document that has quadratic equations,
33740  the same solution type occurs several times.
33741  The general form of a quadratic equation is
33742 \begin_inset Formula 
33743 \[
33744 0=\lambda^{2}+p\lambda+q
33745 \]
33746
33747 \end_inset
33748
33749 The general form of the solution is
33750 \begin_inset Formula 
33751 \[
33752 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33753 \]
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Standard
33761 To define a command for the solution formula where only the three parameters
33762  
33763 \begin_inset Formula $\lambda$
33764 \end_inset
33765
33766
33767 \begin_inset Formula $p$
33768 \end_inset
33769
33770  and 
33771 \begin_inset Formula $q$
33772 \end_inset
33773
33774  need to be specified and the index of 
33775 \begin_inset Formula $\lambda$
33776 \end_inset
33777
33778  can be given optionally, the LaTeX-preamble line is
33779 \begin_inset Newline newline
33780 \end_inset
33781
33782
33783 \series bold
33784
33785 \backslash
33786 newcommand{
33787 \backslash
33788 qG}[4][1,
33789 \backslash
33790 ,2]{#2_{#1}=-
33791 \backslash
33792 frac{#3}{2}
33793 \backslash
33794 pm
33795 \begin_inset Newline newline
33796 \end_inset
33797
33798
33799 \begin_inset Phantom HPhantom
33800 status open
33801
33802 \begin_layout Plain Layout
33803
33804 \series bold
33805
33806 \backslash
33807 newcommand
33808 \end_layout
33809
33810 \end_inset
33811
33812
33813 \backslash
33814 sqrt{
33815 \backslash
33816 frac{#3^{2}}{4}-#4}}
33817 \end_layout
33818
33819 \begin_layout Standard
33820 To create with this the solution formula, the command
33821 \begin_inset Newline newline
33822 \end_inset
33823
33824
33825 \series bold
33826
33827 \backslash
33828 qG{
33829 \backslash
33830 lambda
33831 \begin_inset Formula $\to$
33832 \end_inset
33833
33834
33835 \backslash
33836 {p
33837 \begin_inset Formula $\to$
33838 \end_inset
33839
33840
33841 \backslash
33842 {q
33843 \series default
33844  is inserted to a formula
33845 \series bold
33846 .
33847 \end_layout
33848
33849 \begin_layout Standard
33850 The definition of the new command is unintuitive because one has to know
33851  the schemes of all used LaTeX commands, e.
33852 \begin_inset space \thinspace{}
33853 \end_inset
33854
33855 g.
33856 \begin_inset space \space{}
33857 \end_inset
33858
33859 that a fraction is inserted in LaTeX as 
33860 \series bold
33861
33862 \backslash
33863 frac{numerator}{denominator}
33864 \series default
33865 .
33866  Furthermore one can easily forget a brace in the definition and cannot
33867  see in LyX what the new command is doing.
33868  To avoid these problems LyX offers the possibility to use math macros instead
33869  of the command 
33870 \series bold
33871
33872 \backslash
33873 newcommand
33874 \series default
33875 .
33876 \end_layout
33877
33878 \begin_layout Standard
33879 A math macro is created by using the menu 
33880 \family sans
33881 Insert\SpecialChar \menuseparator
33882 Math\SpecialChar \menuseparator
33883 Macro
33884 \family default
33885  or the toolbar button 
33886 \begin_inset Graphics
33887         filename ../images/math-macro_newmacroname_newcommand.png
33888         scale 85
33889
33890 \end_inset
33891
33892 .
33893  The math macro toolbar appears together with the following box where the
33894  macro is defined:
33895 \begin_inset Newline newline
33896 \end_inset
33897
33898
33899 \begin_inset space \hspace*{\fill}
33900 \end_inset
33901
33902
33903 \begin_inset Graphics
33904         filename clipart/macrobox.png
33905
33906 \end_inset
33907
33908
33909 \begin_inset space \hspace*{\fill}
33910 \end_inset
33911
33912
33913 \begin_inset Newline newline
33914 \end_inset
33915
33916
33917 \begin_inset FormulaMacro
33918 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33919 \end_inset
33920
33921
33922 \backslash
33923 newmacroname is the default name of the macro that should be changed to
33924  something sensible.
33925  The wanted formula is inserted in the first blue box.
33926  An argument placeholder is inserted with the command 
33927 \series bold
33928
33929 \backslash
33930 #argumentnumber
33931 \series default
33932 , e.
33933 \begin_inset space \thinspace{}
33934 \end_inset
33935
33936 g
33937 \begin_inset space \space{}
33938 \end_inset
33939
33940
33941 \series bold
33942
33943 \backslash
33944 #1
33945 \series default
33946  or by using the macro toolbar button 
33947 \begin_inset Graphics
33948         filename ../images/math-macro-add-param.png
33949         scale 85
33950
33951 \end_inset
33952
33953 .
33954  Argument placeholders are displayed red.
33955  A maximum of 9
33956 \begin_inset space ~
33957 \end_inset
33958
33959 arguments are possible.
33960  Optional arguments are created with the toolbar button 
33961 \begin_inset Graphics
33962         filename ../images/math-macro-add-optional-param.png
33963         scale 85
33964
33965 \end_inset
33966
33967 .
33968  The first non-optional argument can be transformed to an optional one with
33969  the toolbar button 
33970 \begin_inset Graphics
33971         filename ../images/math-macro-make-optional.png
33972         scale 85
33973
33974 \end_inset
33975
33976 .
33977  In the second blue box the appearance of the macro in LyX can be defined.
33978  Normally you want to see it as it is defined, so the box is kept empty.
33979  But when you have created a macro that needs lot of space on the screen,
33980  you can insert in the box for example
33981 \begin_inset Newline newline
33982 \end_inset
33983
33984
33985 \series bold
33986 qG: 
33987 \backslash
33988 #1
33989 \series default
33990  
33991 \series bold
33992 ,
33993 \series default
33994  
33995 \series bold
33996
33997 \backslash
33998 #2
33999 \series default
34000  
34001 \series bold
34002 ,
34003 \series default
34004  
34005 \series bold
34006
34007 \backslash
34008 #3, 
34009 \backslash
34010 #4
34011 \begin_inset Newline newline
34012 \end_inset
34013
34014
34015 \series default
34016 For the macro only the arguments with the macro name in front of them will
34017  then be displayed in LyX, leading to a better overview.
34018  The formula appears in the output as defined in the first box.
34019 \begin_inset Newline newline
34020 \end_inset
34021
34022 The appearance of macros in formulas can furthermore be changed for single
34023  macros by setting the cursor in the macro and using the menu 
34024 \family sans
34025 View\SpecialChar \menuseparator
34026 (Un)fold
34027 \begin_inset space ~
34028 \end_inset
34029
34030 Math
34031 \begin_inset space ~
34032 \end_inset
34033
34034 Macro
34035 \family default
34036 .
34037 \end_layout
34038
34039 \begin_layout Standard
34040 To use a macro, the macro name is inserted as command to a formula, in our
34041  case 
34042 \series bold
34043
34044 \backslash
34045 qG
34046 \series default
34047 .
34048  Our macro looks in LyX like this:
34049 \begin_inset Newline newline
34050 \end_inset
34051
34052
34053 \begin_inset space \hspace*{\fill}
34054 \end_inset
34055
34056
34057 \begin_inset Graphics
34058         filename clipart/macrouse.png
34059
34060 \end_inset
34061
34062
34063 \begin_inset space \hspace*{\fill}
34064 \end_inset
34065
34066
34067 \begin_inset Newline newline
34068 \end_inset
34069
34070 Here is our macro example with the arguments 
34071 \begin_inset Formula $x$
34072 \end_inset
34073
34074
34075 \begin_inset Formula $\ln(x)$
34076 \end_inset
34077
34078  and 
34079 \begin_inset Formula $B$
34080 \end_inset
34081
34082 :
34083 \end_layout
34084
34085 \begin_layout Standard
34086 \begin_inset Formula 
34087 \[
34088 \qG x{\ln(x)}B
34089 \]
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097 LyX offers in the menu 
34098 \family sans
34099 Tools\SpecialChar \menuseparator
34100 Preferences\SpecialChar \menuseparator
34101 Editing\SpecialChar \menuseparator
34102 Control
34103 \family default
34104  different styles to edit macros.
34105  To find the style that suits you the most, choose a style and set the cursor
34106  in a macro formula to see the difference.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 A math macro is transformed internally to a 
34111 \series bold
34112
34113 \backslash
34114 newcommand
34115 \series default
34116  command when exporting the document.
34117  The created 
34118 \series bold
34119
34120 \backslash
34121 newcommand
34122 \series default
34123  command is not placed in the LaTeX-preamble, therefore macros can only
34124  be used in formulas that are in the document below the macro definition
34125  box.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Math macros can also be directly created from a 
34130 \series bold
34131
34132 \backslash
34133 newcommand
34134 \series default
34135  command.
34136  When writing for example the command
34137 \series bold
34138
34139 \begin_inset Newline newline
34140 \end_inset
34141
34142
34143 \backslash
34144 newcommand{
34145 \backslash
34146 larrow}[2]{
34147 \backslash
34148 xleftarrow[#2]{#1}}
34149 \begin_inset Newline newline
34150 \end_inset
34151
34152
34153 \series default
34154 in LyX as normal text, highlighting it completely and using then the shortcut
34155  
34156 \family sans
34157 Ctrl+M
34158 \family default
34159 , the command will be transformed to a math macro.
34160  Using this method you need to be careful that the 
34161 \series bold
34162
34163 \backslash
34164 newcommand
34165 \series default
34166  command is typed correctly, otherwise you get a faulty macro leading to
34167  LaTeX errors.
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Math macros currently have the problem that further formulas in macro definition
34172 s are handled wrongly.
34173  Therefore the example 
34174 \series bold
34175
34176 \backslash
34177 fb
34178 \series default
34179  from 
34180 \begin_inset CommandInset ref
34181 LatexCommand ref
34182 reference "sub:The-Command-newcommand"
34183
34184 \end_inset
34185
34186  cannot be created as macro.
34187 \end_layout
34188
34189 \begin_layout Standard
34190 When the cursor is in a macro definition box, you will see the macro toolbar
34191  in LyX:
34192 \end_layout
34193
34194 \begin_layout Standard
34195 \begin_inset VSpace defskip
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 \begin_inset Graphics
34203         filename clipart/MacroToolbar.png
34204
34205 \end_inset
34206
34207
34208 \begin_inset Index idx
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212 Macros ! Toolbar
34213 \end_layout
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Standard
34221 \begin_inset VSpace defskip
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 The macro toolbar contains from left to right the following buttons:
34229 \end_layout
34230
34231 \begin_layout Standard
34232 \begin_inset VSpace defskip
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Standard
34239 \begin_inset Tabular
34240 <lyxtabular version="3" rows="9" columns="2">
34241 <features rotate="0" islongtable="true" longtabularalignment="center">
34242 <column alignment="left" valignment="top">
34243 <column alignment="left" valignment="top" width="85col%">
34244 <row interlinespace="2.5mm">
34245 <cell alignment="center" valignment="top" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249 \begin_inset Graphics
34250         filename ../images/math-macro-remove-param.png
34251         rotateOrigin center
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \end_inset
34259 </cell>
34260 <cell alignment="center" valignment="top" usebox="none">
34261 \begin_inset Text
34262
34263 \begin_layout Plain Layout
34264
34265 \family sans
34266 Edit\SpecialChar \menuseparator
34267 Math\SpecialChar \menuseparator
34268 Macro
34269 \begin_inset space ~
34270 \end_inset
34271
34272 Definition\SpecialChar \menuseparator
34273 Remove Last Argument
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 </row>
34279 <row interlinespace="2.5mm">
34280 <cell alignment="center" valignment="top" usebox="none">
34281 \begin_inset Text
34282
34283 \begin_layout Plain Layout
34284 \begin_inset Graphics
34285         filename ../images/math-macro-add-param.png
34286         rotateOrigin center
34287
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 <cell alignment="center" valignment="top" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299
34300 \family sans
34301 Edit\SpecialChar \menuseparator
34302 Math\SpecialChar \menuseparator
34303 Macro
34304 \begin_inset space ~
34305 \end_inset
34306
34307 Definition\SpecialChar \menuseparator
34308 Append Argument
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 </row>
34314 <row interlinespace="2.5mm">
34315 <cell alignment="center" valignment="top" usebox="none">
34316 \begin_inset Text
34317
34318 \begin_layout Plain Layout
34319 \begin_inset Graphics
34320         filename ../images/math-macro-make-optional.png
34321         rotateOrigin center
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \end_inset
34329 </cell>
34330 <cell alignment="center" valignment="top" usebox="none">
34331 \begin_inset Text
34332
34333 \begin_layout Plain Layout
34334
34335 \family sans
34336 Edit\SpecialChar \menuseparator
34337 Math\SpecialChar \menuseparator
34338 Macro
34339 \begin_inset space ~
34340 \end_inset
34341
34342 Definition\SpecialChar \menuseparator
34343 Make First Non-Optional into
34344 \begin_inset Newline newline
34345 \end_inset
34346
34347
34348 \begin_inset Phantom HPhantom
34349 status open
34350
34351 \begin_layout Plain Layout
34352
34353 \family sans
34354 Edit\SpecialChar \menuseparator
34355 Math\SpecialChar \menuseparator
34356 Macro
34357 \begin_inset space ~
34358 \end_inset
34359
34360 Definition\SpecialChar \menuseparator
34361
34362 \end_layout
34363
34364 \end_inset
34365
34366 Optional Argument
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 <row interlinespace="2.5mm">
34373 <cell alignment="center" valignment="top" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Plain Layout
34377 \begin_inset Graphics
34378         filename ../images/math-macro-make-nonoptional.png
34379         rotateOrigin center
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 <cell alignment="center" valignment="top" usebox="none">
34389 \begin_inset Text
34390
34391 \begin_layout Plain Layout
34392
34393 \family sans
34394 Edit\SpecialChar \menuseparator
34395 Math\SpecialChar \menuseparator
34396 Macro
34397 \begin_inset space ~
34398 \end_inset
34399
34400 Definition\SpecialChar \menuseparator
34401 Make Last Optional into
34402 \begin_inset Newline newline
34403 \end_inset
34404
34405
34406 \begin_inset Phantom HPhantom
34407 status open
34408
34409 \begin_layout Plain Layout
34410
34411 \family sans
34412 Edit\SpecialChar \menuseparator
34413 Math\SpecialChar \menuseparator
34414 Macro
34415 \begin_inset space ~
34416 \end_inset
34417
34418 Definition\SpecialChar \menuseparator
34419
34420 \end_layout
34421
34422 \end_inset
34423
34424 Non-Optional Argument
34425 \end_layout
34426
34427 \end_inset
34428 </cell>
34429 </row>
34430 <row interlinespace="2.5mm">
34431 <cell alignment="center" valignment="top" usebox="none">
34432 \begin_inset Text
34433
34434 \begin_layout Plain Layout
34435 \begin_inset Graphics
34436         filename ../images/math-macro-remove-optional-param.png
34437         rotateOrigin center
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \end_inset
34445 </cell>
34446 <cell alignment="center" valignment="top" usebox="none">
34447 \begin_inset Text
34448
34449 \begin_layout Plain Layout
34450
34451 \family sans
34452 Edit\SpecialChar \menuseparator
34453 Math\SpecialChar \menuseparator
34454 Macro
34455 \begin_inset space ~
34456 \end_inset
34457
34458 Definition\SpecialChar \menuseparator
34459 Remove Optional Argument
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 </row>
34465 <row interlinespace="2.5mm">
34466 <cell alignment="center" valignment="top" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470 \begin_inset Graphics
34471         filename ../images/math-macro-add-optional-param.png
34472         rotateOrigin center
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 <cell alignment="center" valignment="top" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485
34486 \family sans
34487 Edit\SpecialChar \menuseparator
34488 Math\SpecialChar \menuseparator
34489 Macro
34490 \begin_inset space ~
34491 \end_inset
34492
34493 Definition\SpecialChar \menuseparator
34494 Insert Optional Argument
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 </row>
34500 <row interlinespace="2.5mm">
34501 <cell alignment="center" valignment="top" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505 \begin_inset Graphics
34506         filename ../images/math-macro-remove-greedy-param.png
34507         rotateOrigin center
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 <cell alignment="center" valignment="top" usebox="none">
34517 \begin_inset Text
34518
34519 \begin_layout Plain Layout
34520
34521 \family sans
34522 Edit\SpecialChar \menuseparator
34523 Math\SpecialChar \menuseparator
34524 Macro
34525 \begin_inset space ~
34526 \end_inset
34527
34528 Definition\SpecialChar \menuseparator
34529 Remove Last Argument
34530 \begin_inset Newline newline
34531 \end_inset
34532
34533
34534 \begin_inset Phantom HPhantom
34535 status open
34536
34537 \begin_layout Plain Layout
34538
34539 \family sans
34540 Edit\SpecialChar \menuseparator
34541 Math\SpecialChar \menuseparator
34542 Macro
34543 \begin_inset space ~
34544 \end_inset
34545
34546 Definition\SpecialChar \menuseparator
34547
34548 \end_layout
34549
34550 \end_inset
34551
34552 Spitting Out To The Right
34553 \end_layout
34554
34555 \end_inset
34556 </cell>
34557 </row>
34558 <row interlinespace="2.5mm">
34559 <cell alignment="center" valignment="top" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563 \begin_inset Graphics
34564         filename ../images/math-macro-append-greedy-param.png
34565         rotateOrigin center
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578
34579 \family sans
34580 Edit\SpecialChar \menuseparator
34581 Math\SpecialChar \menuseparator
34582 Macro
34583 \begin_inset space ~
34584 \end_inset
34585
34586 Definition\SpecialChar \menuseparator
34587 Append Argument
34588 \begin_inset Newline newline
34589 \end_inset
34590
34591
34592 \begin_inset Phantom HPhantom
34593 status open
34594
34595 \begin_layout Plain Layout
34596
34597 \family sans
34598 Edit\SpecialChar \menuseparator
34599 Math\SpecialChar \menuseparator
34600 Macro
34601 \begin_inset space ~
34602 \end_inset
34603
34604 Definition\SpecialChar \menuseparator
34605
34606 \end_layout
34607
34608 \end_inset
34609
34610 Eating From The Right
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 </row>
34616 <row interlinespace="2.5mm">
34617 <cell alignment="center" valignment="top" usebox="none">
34618 \begin_inset Text
34619
34620 \begin_layout Plain Layout
34621 \begin_inset Graphics
34622         filename ../images/math-macro-add-greedy-optional-param.png
34623         rotateOrigin center
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 <cell alignment="center" valignment="top" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Plain Layout
34636
34637 \family sans
34638 Edit\SpecialChar \menuseparator
34639 Math\SpecialChar \menuseparator
34640 Macro
34641 \begin_inset space ~
34642 \end_inset
34643
34644 Definition\SpecialChar \menuseparator
34645 Append Optional Argument
34646 \begin_inset Newline newline
34647 \end_inset
34648
34649
34650 \begin_inset Phantom HPhantom
34651 status open
34652
34653 \begin_layout Plain Layout
34654
34655 \family sans
34656 Edit\SpecialChar \menuseparator
34657 Math\SpecialChar \menuseparator
34658 Macro
34659 \begin_inset space ~
34660 \end_inset
34661
34662 Definition\SpecialChar \menuseparator
34663
34664 \end_layout
34665
34666 \end_inset
34667
34668 Eating From The Right
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 </row>
34674 </lyxtabular>
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Section
34682 Computer Algebra Systems
34683 \end_layout
34684
34685 \begin_layout Standard
34686 LyX offers the exchange between mathematical expressions written in LyX's
34687  math editor and external applications or user defined scripts.
34688  Currently supported applications are 
34689 \family sans
34690 Maple
34691 \family default
34692
34693 \family sans
34694 Mathematica
34695 \family default
34696
34697 \family sans
34698 Maxima
34699 \family default
34700  and 
34701 \family sans
34702 Octave
34703 \family default
34704 .
34705  Note that the set of supported mathematical constructs is limited only
34706  to very simple cases.
34707 \end_layout
34708
34709 \begin_layout Subsection
34710 Usage
34711 \end_layout
34712
34713 \begin_layout Standard
34714 Write some expression in a formula, go to the 
34715 \family sans
34716 Edit\SpecialChar \menuseparator
34717 Math\SpecialChar \menuseparator
34718 Use Computer Algebra System
34719 \family default
34720  menu and choose the application you have installed on the computer.
34721  After that the result of computation should show on the right side of the
34722  expression together with the 
34723 \begin_inset Quotes eld
34724 \end_inset
34725
34726 =
34727 \begin_inset Quotes erd
34728 \end_inset
34729
34730  operator.
34731 \end_layout
34732
34733 \begin_layout Standard
34734 Here are few simple examples (with results from 
34735 \family typewriter
34736 Maxima
34737 \family default
34738 ) to show what kind of computations can be performed:
34739 \end_layout
34740
34741 \begin_layout Itemize
34742 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Itemize
34749 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Itemize
34756 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Itemize
34763 \begin_inset Formula $\det\left[\begin{array}{ccc}
34764 1 & 6 & 7\\
34765 2 & 5 & 8\\
34766 3 & 4 & 17
34767 \end{array}\right]=-56$
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Itemize
34774 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Subsection
34781 Keyboard shortcut
34782 \end_layout
34783
34784 \begin_layout Standard
34785 Currently there is no keyboard shortcut for calling the algebra applications.
34786  One can easily bind a shortcut to the 
34787 \family sans
34788 math-extern
34789 \family default
34790  LyX function (see the 
34791 \family sans
34792 \emph on
34793 LyX Functions
34794 \family default
34795 \emph default
34796  manual).
34797  One could e.
34798 \begin_inset space \thinspace{}
34799 \end_inset
34800
34801 g.
34802 \begin_inset space \space{}
34803 \end_inset
34804
34805 bind the 
34806 \family sans
34807 Return
34808 \family default
34809  key inside the math editor.
34810  To bind it to 
34811 \family typewriter
34812 Maxima
34813 \family default
34814  one would use this shortcut definition command:
34815 \end_layout
34816
34817 \begin_layout Standard
34818
34819 \series bold
34820 command-alternatives break-paragraph;math-extern maxima
34821 \end_layout
34822
34823 \begin_layout Section
34824 Miscellaneous
34825 \begin_inset Index idx
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829 Miscellaneous
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \end_layout
34836
34837 \begin_layout Subsection
34838 Negative Numbers
34839 \begin_inset Index idx
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843 Numbers ! negative
34844 \end_layout
34845
34846 \end_inset
34847
34848
34849 \end_layout
34850
34851 \begin_layout Standard
34852 Negative numbers often look ugly in formulas because the minus sign before
34853  the number is set with the same length as the minus operator sign.
34854  When writing the negative number in normal text, the minus sign appears
34855  correctly.
34856 \end_layout
34857
34858 \begin_layout Standard
34859 Thus, the problem disappears when converting the minus sign to mathematical
34860  text.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 An example to visualize the problem:
34865 \end_layout
34866
34867 \begin_layout Standard
34868 \align center
34869 \begin_inset Tabular
34870 <lyxtabular version="3" rows="3" columns="2">
34871 <features rotate="0" tabularvalignment="middle">
34872 <column alignment="right" valignment="top">
34873 <column alignment="left" valignment="top">
34874 <row>
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 normal text:
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888 x = -2
34889 \end_layout
34890
34891 \end_inset
34892 </cell>
34893 </row>
34894 <row>
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 formula:
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 \begin_inset Formula $x=-2$
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 </row>
34917 <row>
34918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 solution:
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931 \begin_inset Formula $x=\textrm{-}2$
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 </row>
34940 </lyxtabular>
34941
34942 \end_inset
34943
34944
34945 \end_layout
34946
34947 \begin_layout Subsection
34948 Comma as decimal Separator
34949 \begin_inset Index idx
34950 status collapsed
34951
34952 \begin_layout Plain Layout
34953 Comma
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Standard
34962 In LaTeX a comma inside a formula is used, according to the English convention,
34963  as number group separator.
34964  So there will be space added behind all commas in formulas.
34965 \end_layout
34966
34967 \begin_layout Standard
34968 To avoid this, the comma is highlighted and changed to mathematical text
34969  (shortcut 
34970 \begin_inset Info
34971 type  "shortcut"
34972 arg   "math-mode"
34973 \end_inset
34974
34975 ).
34976 \end_layout
34977
34978 \begin_layout Standard
34979 To use all formula commas in the document as decimal separator, the file
34980  
34981 \series bold
34982 icomma.sty
34983 \series default
34984
34985 \begin_inset Foot
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989
34990 \series bold
34991 icomma
34992 \series default
34993  is part of the LaTeX-package 
34994 \series bold
34995 was
34996 \series default
34997
34998 \begin_inset Index idx
34999 status collapsed
35000
35001 \begin_layout Plain Layout
35002 Packages ! was
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008
35009 \backslash
35010 vspace{4mm}
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \end_inset
35019
35020 .
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \begin_inset Index idx
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030 Packages ! icomma
35031 \end_layout
35032
35033 \end_inset
35034
35035  is loaded with the LaTeX-preamble line
35036 \end_layout
35037
35038 \begin_layout Standard
35039
35040 \series bold
35041
35042 \backslash
35043 usepackage{icomma}
35044 \end_layout
35045
35046 \begin_layout Subsection
35047 Physical Vectors
35048 \begin_inset CommandInset label
35049 LatexCommand label
35050 name "sub:Physical-Vectors"
35051
35052 \end_inset
35053
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Vectors ! physical
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Standard
35068 Predefined vectors are offered by the LaTeX-package 
35069 \series bold
35070 braket
35071 \series default
35072
35073 \begin_inset Index idx
35074 status collapsed
35075
35076 \begin_layout Plain Layout
35077 Packages ! braket
35078 \end_layout
35079
35080 \end_inset
35081
35082  that is loaded with the LaTeX-preamble line
35083 \end_layout
35084
35085 \begin_layout Standard
35086
35087 \series bold
35088
35089 \backslash
35090 usepackage{braket}
35091 \end_layout
35092
35093 \begin_layout Standard
35094 \begin_inset ERT
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098
35099
35100 \backslash
35101 ifbraket 
35102 \end_layout
35103
35104 \end_inset
35105
35106
35107 \begin_inset Note Note
35108 status open
35109
35110 \begin_layout Plain Layout
35111 The following table will only be displayed when the LaTeX-package 
35112 \series bold
35113 braket
35114 \series default
35115  is installed.
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Standard
35124 The following commands are defined:
35125 \end_layout
35126
35127 \begin_layout Standard
35128 \align center
35129 \begin_inset Tabular
35130 <lyxtabular version="3" rows="4" columns="2">
35131 <features rotate="0" tabularvalignment="middle">
35132 <column alignment="center" valignment="top">
35133 <column alignment="center" valignment="top">
35134 <row>
35135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139 Command
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35145 \begin_inset Text
35146
35147 \begin_layout Plain Layout
35148 Result
35149 \end_layout
35150
35151 \end_inset
35152 </cell>
35153 </row>
35154 <row>
35155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35156 \begin_inset Text
35157
35158 \begin_layout Plain Layout
35159
35160 \backslash
35161 Bra{
35162 \backslash
35163 psi
35164 \end_layout
35165
35166 \end_inset
35167 </cell>
35168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35169 \begin_inset Text
35170
35171 \begin_layout Plain Layout
35172 \begin_inset Formula $\Bra{\psi}$
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \end_inset
35179 </cell>
35180 </row>
35181 <row>
35182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186
35187 \backslash
35188 Ket{
35189 \backslash
35190 psi
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 \begin_inset Formula $\Ket{\psi}$
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \end_inset
35206 </cell>
35207 </row>
35208 <row>
35209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35210 \begin_inset Text
35211
35212 \begin_layout Plain Layout
35213
35214 \backslash
35215 Braket{
35216 \backslash
35217 psi|
35218 \backslash
35219 phi
35220 \end_layout
35221
35222 \end_inset
35223 </cell>
35224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228 \begin_inset Formula $\Braket{\psi|\phi}$
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 </row>
35237 </lyxtabular>
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Standard
35245 The command 
35246 \series bold
35247
35248 \backslash
35249 Braket
35250 \series default
35251  assures that all vertical bars are set in the size of the surrounding brackets:
35252 \begin_inset Formula 
35253 \[
35254 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35255 \]
35256
35257 \end_inset
35258
35259
35260 \begin_inset ERT
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264
35265
35266 \backslash
35267 else 
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset Note Note
35274 status open
35275
35276 \begin_layout Plain Layout
35277 The following will be displayed when the LaTeX-package 
35278 \series bold
35279 braket
35280 \series default
35281  is not installed:
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Standard
35290 You need to install the LaTeX-package 
35291 \series bold
35292 braket
35293 \series default
35294  to see the rest of this subsection in the output.
35295 \end_layout
35296
35297 \begin_layout Standard
35298 \begin_inset ERT
35299 status collapsed
35300
35301 \begin_layout Plain Layout
35302
35303
35304 \backslash
35305 fi 
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Standard
35314 The effect of 
35315 \series bold
35316
35317 \backslash
35318 Braket
35319 \series default
35320  can also be achieved using the command 
35321 \series bold
35322
35323 \backslash
35324 middle
35325 \series default
35326 , that is described in 
35327 \begin_inset CommandInset ref
35328 LatexCommand ref
35329 reference "sub:Automatic-Bracket-Size"
35330
35331 \end_inset
35332
35333 .
35334 \end_layout
35335
35336 \begin_layout Subsection
35337 Self-defined Fractions
35338 \begin_inset CommandInset label
35339 LatexCommand label
35340 name "sub:Self-defined-Fractions"
35341
35342 \end_inset
35343
35344
35345 \begin_inset Index idx
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349 Fractions ! self-defined
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \begin_layout Standard
35358 To define custom commands for fractions, the command 
35359 \series bold
35360
35361 \backslash
35362 genfrac
35363 \series default
35364
35365 \begin_inset Index idx
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369 Commands ! G ! 
35370 \backslash
35371 genfrac
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377
35378 \backslash
35379 vspace{4mm}
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \end_inset
35388
35389  is used in the following scheme:
35390 \end_layout
35391
35392 \begin_layout Standard
35393
35394 \series bold
35395
35396 \backslash
35397 genfrac{left
35398 \series default
35399  
35400 \series bold
35401 bracket}{right
35402 \series default
35403  
35404 \series bold
35405 bracket}{fraction bar thickness}{style}
35406 \begin_inset Newline newline
35407 \end_inset
35408
35409
35410 \begin_inset Phantom HPhantom
35411 status open
35412
35413 \begin_layout Plain Layout
35414
35415 \series bold
35416
35417 \backslash
35418 genfrac
35419 \end_layout
35420
35421 \end_inset
35422
35423 {numerator}{denominator}
35424 \end_layout
35425
35426 \begin_layout Standard
35427 The style is a number in the range of 0
35428 \begin_inset space \thinspace{}
35429 \end_inset
35430
35431 -
35432 \begin_inset space \thinspace{}
35433 \end_inset
35434
35435 3.
35436 \end_layout
35437
35438 \begin_layout Standard
35439 \align center
35440 \begin_inset Tabular
35441 <lyxtabular version="3" rows="5" columns="2">
35442 <features rotate="0" tabularvalignment="middle">
35443 <column alignment="center" valignment="top">
35444 <column alignment="center" valignment="top">
35445 <row>
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35447 \begin_inset Text
35448
35449 \begin_layout Plain Layout
35450 Number
35451 \end_layout
35452
35453 \end_inset
35454 </cell>
35455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35456 \begin_inset Text
35457
35458 \begin_layout Plain Layout
35459 Style (Size)
35460 \end_layout
35461
35462 \end_inset
35463 </cell>
35464 </row>
35465 <row>
35466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35467 \begin_inset Text
35468
35469 \begin_layout Plain Layout
35470 0
35471 \end_layout
35472
35473 \end_inset
35474 </cell>
35475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35476 \begin_inset Text
35477
35478 \begin_layout Plain Layout
35479 display style formula
35480 \end_layout
35481
35482 \end_inset
35483 </cell>
35484 </row>
35485 <row>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490 1
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35496 \begin_inset Text
35497
35498 \begin_layout Plain Layout
35499 inline formula
35500 \end_layout
35501
35502 \end_inset
35503 </cell>
35504 </row>
35505 <row>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 2
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35516 \begin_inset Text
35517
35518 \begin_layout Plain Layout
35519 small
35520 \end_layout
35521
35522 \end_inset
35523 </cell>
35524 </row>
35525 <row>
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 3
35531 \end_layout
35532
35533 \end_inset
35534 </cell>
35535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35536 \begin_inset Text
35537
35538 \begin_layout Plain Layout
35539 tiny
35540 \end_layout
35541
35542 \end_inset
35543 </cell>
35544 </row>
35545 </lyxtabular>
35546
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Standard
35553 When no style is given, the size is adjusted to the surrounding environment
35554  like for the command 
35555 \series bold
35556
35557 \backslash
35558 frac
35559 \series default
35560 .
35561 \end_layout
35562
35563 \begin_layout Standard
35564 When no fraction bar thickness is given, the predefined value of 0.4
35565 \begin_inset space \thinspace{}
35566 \end_inset
35567
35568 pt will be used.
35569 \end_layout
35570
35571 \begin_layout Standard
35572 \begin_inset VSpace medskip
35573 \end_inset
35574
35575 For example, the commands 
35576 \series bold
35577
35578 \backslash
35579 dfrac
35580 \series default
35581  and 
35582 \series bold
35583
35584 \backslash
35585 tbinom
35586 \series default
35587  from 
35588 \begin_inset CommandInset ref
35589 LatexCommand ref
35590 reference "sub:Fractions"
35591
35592 \end_inset
35593
35594  are defined with the commands
35595 \end_layout
35596
35597 \begin_layout Standard
35598
35599 \series bold
35600
35601 \backslash
35602 newcommand{
35603 \backslash
35604 dfrac}[2]{
35605 \backslash
35606 genfrac{}{}{}{0}{#1}{#2}}
35607 \end_layout
35608
35609 \begin_layout Standard
35610 and
35611 \end_layout
35612
35613 \begin_layout Standard
35614
35615 \series bold
35616
35617 \backslash
35618 newcommand{
35619 \backslash
35620 tbinom}[2]{
35621 \backslash
35622 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35623 \end_layout
35624
35625 \begin_layout Standard
35626 \begin_inset VSpace medskip
35627 \end_inset
35628
35629 To define a fraction where the fraction bar thickness can be given as optional
35630  argument, the following line is inserted to the LaTeX-preamble:
35631 \end_layout
35632
35633 \begin_layout Standard
35634
35635 \series bold
35636
35637 \backslash
35638 newcommand{
35639 \backslash
35640 fracS}[3][]{
35641 \backslash
35642 genfrac{}{}{#1}{}{#2}{#3}}
35643 \end_layout
35644
35645 \begin_layout Standard
35646 A test:
35647 \begin_inset Formula 
35648 \begin{align*}
35649 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35650 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35651 \end{align*}
35652
35653 \end_inset
35654
35655 As one can see, the distance of the numerator and the denominator to the
35656  fraction bar is round about three times the bar thickness.
35657 \end_layout
35658
35659 \begin_layout Subsection
35660 Canceled Formulas
35661 \begin_inset Index idx
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665 Formula ! canceled
35666 \end_layout
35667
35668 \end_inset
35669
35670
35671 \end_layout
35672
35673 \begin_layout Standard
35674 To cancel formulas or formula parts, the LaTeX-package 
35675 \series bold
35676 cancel
35677 \series default
35678
35679 \begin_inset Index idx
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683 Packages ! cancel
35684 \end_layout
35685
35686 \end_inset
35687
35688  has to be loaded with the LaTeX-preamble line
35689 \end_layout
35690
35691 \begin_layout Standard
35692
35693 \series bold
35694
35695 \backslash
35696 usepackage{cancel}
35697 \end_layout
35698
35699 \begin_layout Standard
35700 \begin_inset ERT
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704
35705
35706 \backslash
35707 ifcancel 
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \begin_inset Note Note
35714 status open
35715
35716 \begin_layout Plain Layout
35717 The following table will only be displayed when the LaTeX-package 
35718 \series bold
35719 cancel
35720 \series default
35721  is installed.
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Standard
35730 There are four ways to cancel formulas:
35731 \end_layout
35732
35733 \begin_layout Standard
35734 \align center
35735 \begin_inset Tabular
35736 <lyxtabular version="3" rows="5" columns="2">
35737 <features rotate="0" tabularvalignment="middle">
35738 <column alignment="center" valignment="top">
35739 <column alignment="center" valignment="top">
35740 <row>
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745 Command
35746 \end_layout
35747
35748 \end_inset
35749 </cell>
35750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754 Result
35755 \begin_inset Note Note
35756 status collapsed
35757
35758 \begin_layout Plain Layout
35759 The space and
35760 \series bold
35761  
35762 \backslash
35763 raisebox
35764 \series default
35765  are used here as spacer.
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 </row>
35776 <row>
35777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781
35782 \backslash
35783 cancel{
35784 \backslash
35785 int
35786 \begin_inset ERT
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790
35791
35792 \backslash
35793 spce 
35794 \end_layout
35795
35796 \end_inset
35797
35798 A=B
35799 \end_layout
35800
35801 \end_inset
35802 </cell>
35803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35804 \begin_inset Text
35805
35806 \begin_layout Plain Layout
35807 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \end_inset
35814 </cell>
35815 </row>
35816 <row>
35817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35818 \begin_inset Text
35819
35820 \begin_layout Plain Layout
35821
35822 \backslash
35823 bcancel{
35824 \backslash
35825 int
35826 \begin_inset ERT
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830
35831
35832 \backslash
35833 spce 
35834 \end_layout
35835
35836 \end_inset
35837
35838 A=B
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35848 \end_inset
35849
35850
35851 \end_layout
35852
35853 \end_inset
35854 </cell>
35855 </row>
35856 <row>
35857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Plain Layout
35861
35862 \backslash
35863 xcancel{
35864 \backslash
35865 int
35866 \begin_inset ERT
35867 status collapsed
35868
35869 \begin_layout Plain Layout
35870
35871
35872 \backslash
35873 spce 
35874 \end_layout
35875
35876 \end_inset
35877
35878 A=B
35879 \end_layout
35880
35881 \end_inset
35882 </cell>
35883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35884 \begin_inset Text
35885
35886 \begin_layout Plain Layout
35887 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \end_inset
35894 </cell>
35895 </row>
35896 <row>
35897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35898 \begin_inset Text
35899
35900 \begin_layout Plain Layout
35901
35902 \backslash
35903 cancelto{1
35904 \begin_inset Formula $\to$
35905 \end_inset
35906
35907
35908 \backslash
35909 {
35910 \backslash
35911 int
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917
35918 \backslash
35919 spce 
35920 \end_layout
35921
35922 \end_inset
35923
35924 A=B
35925 \end_layout
35926
35927 \end_inset
35928 </cell>
35929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35930 \begin_inset Text
35931
35932 \begin_layout Plain Layout
35933 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35934 \end_inset
35935
35936
35937 \end_layout
35938
35939 \end_inset
35940 </cell>
35941 </row>
35942 </lyxtabular>
35943
35944 \end_inset
35945
35946
35947 \end_layout
35948
35949 \begin_layout Standard
35950
35951 \series bold
35952
35953 \backslash
35954 cancelto
35955 \series default
35956  is especially suitable to visualize the reduction of fractions within formulas:
35957 \begin_inset Formula 
35958 \[
35959 \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}}}
35960 \]
35961
35962 \end_inset
35963
35964
35965 \end_layout
35966
35967 \begin_layout Standard
35968 To change the size of 
35969 \series bold
35970
35971 \backslash
35972 cancelto
35973 \series default
35974 's 
35975 \begin_inset Quotes eld
35976 \end_inset
35977
35978 subscript
35979 \begin_inset Quotes erd
35980 \end_inset
35981
35982  value one can load the package 
35983 \series bold
35984 cancel
35985 \series default
35986  with either the option 
35987 \series bold
35988 samesize
35989 \series default
35990  which leads to the same size as for the canceled value or with the option
35991  
35992 \series bold
35993 Smaller
35994 \series default
35995  which makes is it a bit smaller than the size one gets without using a
35996  package option.
35997  In this document 
35998 \series bold
35999 cancel
36000 \series default
36001  was loaded with this line:
36002 \end_layout
36003
36004 \begin_layout Standard
36005
36006 \series bold
36007
36008 \backslash
36009 usepackage[samesize]{cancel}
36010 \end_layout
36011
36012 \begin_layout Standard
36013 To color the cancellation bar one adds this command as TeX code:
36014 \end_layout
36015
36016 \begin_layout Standard
36017
36018 \series bold
36019
36020 \backslash
36021 renewcommand{
36022 \backslash
36023 CancelColor}{
36024 \backslash
36025 color{red}}
36026 \end_layout
36027
36028 \begin_layout Standard
36029
36030 \series bold
36031 red
36032 \series default
36033  can be replaced by a color of your choice.
36034 \end_layout
36035
36036 \begin_layout Standard
36037 \begin_inset ERT
36038 status collapsed
36039
36040 \begin_layout Plain Layout
36041
36042
36043 \backslash
36044 renewcommand{
36045 \backslash
36046 CancelColor}{
36047 \backslash
36048 color{red}}
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Standard
36057 \begin_inset Formula 
36058 \[
36059 \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}}}
36060 \]
36061
36062 \end_inset
36063
36064
36065 \end_layout
36066
36067 \begin_layout Standard
36068 \begin_inset ERT
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072
36073
36074 \backslash
36075 renewcommand{
36076 \backslash
36077 CancelColor}{
36078 \backslash
36079 color{black}}
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \begin_inset Note Note
36086 status open
36087
36088 \begin_layout Plain Layout
36089 reset the color
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \end_layout
36096
36097 \begin_layout Standard
36098 For further customizations, see the documentation of the package 
36099 \series bold
36100 cancel
36101 \series default
36102
36103 \begin_inset CommandInset citation
36104 LatexCommand cite
36105 key "cancel"
36106
36107 \end_inset
36108
36109 .
36110 \end_layout
36111
36112 \begin_layout Standard
36113 \begin_inset ERT
36114 status collapsed
36115
36116 \begin_layout Plain Layout
36117
36118
36119 \backslash
36120 else 
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \begin_inset Note Note
36127 status open
36128
36129 \begin_layout Plain Layout
36130 The following will be displayed when the LaTeX-package 
36131 \series bold
36132 cancel
36133 \series default
36134  is not installed:
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \begin_layout Standard
36143 You need to install the LaTeX-package 
36144 \series bold
36145 cancel
36146 \series default
36147  to see the rest of this subsection in the output.
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \begin_inset ERT
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155
36156
36157 \backslash
36158 fi 
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Standard
36167 \begin_inset Newpage newpage
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \begin_layout Subsection
36174 Formulas in Section Headings
36175 \begin_inset CommandInset label
36176 LatexCommand label
36177 name "sub:Formulas-in-Section"
36178
36179 \end_inset
36180
36181
36182 \begin_inset Index idx
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 Formula ! in section headings
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \begin_layout Standard
36195 When formulas are used in section headings, the following has to be taken
36196  into account:
36197 \end_layout
36198
36199 \begin_layout Standard
36200 \begin_inset Note Greyedout
36201 status open
36202
36203 \begin_layout Plain Layout
36204 When 
36205 \series bold
36206 hyperref
36207 \series default
36208
36209 \begin_inset Index idx
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 Packages ! hyperref
36214 \end_layout
36215
36216 \end_inset
36217
36218  support is enabled in the document settings dialog under 
36219 \family sans
36220 PDF
36221 \begin_inset space ~
36222 \end_inset
36223
36224 Properties
36225 \family default
36226 , PDF-bookmarks are created for every section heading in the table of contents.
36227  If a section heading contains formulas, they are incorrectly displayed
36228  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36229 s.
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Standard
36238 Both problems can be solved by inserting at the end of the section heading
36239  a short title with the menu 
36240 \family sans
36241 Insert\SpecialChar \menuseparator
36242 Short
36243 \begin_inset space ~
36244 \end_inset
36245
36246 Title
36247 \family default
36248 .
36249  Short titles are used as alternative for multiline section headings to
36250  keep the table of contents clearly arranged.
36251  Only the short title appears in the table of contents and therefore also
36252  in the PDF-bookmark.
36253 \end_layout
36254
36255 \begin_layout Standard
36256 When formulas should be used in the table of contents but 
36257 \series bold
36258 hyperref
36259 \series default
36260  is used, one can use the following command in TeX-mode:
36261 \end_layout
36262
36263 \begin_layout Standard
36264
36265 \series bold
36266
36267 \backslash
36268 texorpdfstring{part}{alternative}
36269 \begin_inset Index idx
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 Commands ! T ! 
36274 \backslash
36275 texorpdfstring
36276 \end_layout
36277
36278 \end_inset
36279
36280
36281 \end_layout
36282
36283 \begin_layout Standard
36284 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36285  This can be characters, formulas, footnotes, but also cross-references.
36286  The alternative is used instead of the part for the bookmark.
36287 \end_layout
36288
36289 \begin_layout Standard
36290 Here are two example headings:
36291 \begin_inset VSpace -3mm
36292 \end_inset
36293
36294
36295 \begin_inset ERT
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299
36300
36301 \backslash
36302 boldmath 
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Subsubsection
36311 Heading without formula in table of contents 
36312 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36313 \end_inset
36314
36315
36316 \begin_inset Argument 1
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 Heading without formula in table of contents
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Subsubsection
36329 Heading with formula in table of contents
36330 \begin_inset ERT
36331 status collapsed
36332
36333 \begin_layout Plain Layout
36334
36335
36336 \backslash
36337 texorpdfstring{
36338 \end_layout
36339
36340 \end_inset
36341
36342  
36343 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36344 \end_inset
36345
36346
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352 }{}
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \begin_layout Standard
36361 \begin_inset ERT
36362 status collapsed
36363
36364 \begin_layout Plain Layout
36365
36366
36367 \backslash
36368 unboldmath 
36369 \end_layout
36370
36371 \end_inset
36372
36373 In the first heading a short title was used, in the second one 
36374 \series bold
36375
36376 \backslash
36377 texorpdfstring
36378 \series default
36379 .
36380 \end_layout
36381
36382 \begin_layout Standard
36383 To get the same formatting as for the other headings, the complete heading
36384  was set into a 
36385 \series bold
36386 boldmath
36387 \series default
36388  environment
36389 \begin_inset Foot
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393 see 
36394 \begin_inset CommandInset ref
36395 LatexCommand ref
36396 reference "sub:Bold-Formulas"
36397
36398 \end_inset
36399
36400
36401 \end_layout
36402
36403 \end_inset
36404
36405 .
36406 \end_layout
36407
36408 \begin_layout Subsection
36409 Formulas in multi-column Text
36410 \begin_inset Index idx
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414 Formula ! in multi-column text
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Standard
36423 Formulas in multi-column text are often too wide to fit into a column and
36424  thus need to be set over the whole page width.
36425  This is done by using the LaTeX-package 
36426 \series bold
36427 multicol
36428 \series default
36429
36430 \begin_inset Foot
36431 status collapsed
36432
36433 \begin_layout Plain Layout
36434
36435 \series bold
36436 multicol
36437 \series default
36438  is part of every LaTeX standard installation.
36439 \end_layout
36440
36441 \end_inset
36442
36443
36444 \begin_inset Index idx
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448 Packages ! multicol
36449 \end_layout
36450
36451 \end_inset
36452
36453 , that is loaded with the LaTeX-preamble line
36454 \end_layout
36455
36456 \begin_layout Standard
36457
36458 \series bold
36459
36460 \backslash
36461 usepackage{multicol}
36462 \end_layout
36463
36464 \begin_layout Standard
36465 \begin_inset Note Greyedout
36466 status open
36467
36468 \begin_layout Plain Layout
36469 Note that in this case the setting 
36470 \family sans
36471 Two-column
36472 \begin_inset space ~
36473 \end_inset
36474
36475 document
36476 \family default
36477  in the menu 
36478 \family sans
36479 Document\SpecialChar \menuseparator
36480 Settings
36481 \family default
36482  under 
36483 \family sans
36484 Text
36485 \begin_inset space ~
36486 \end_inset
36487
36488 Layout
36489 \family default
36490 \emph on
36491  
36492 \emph default
36493 must 
36494 \emph on
36495 not
36496 \emph default
36497  be selected.
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Standard
36506 Before the multi-column text the command
36507 \end_layout
36508
36509 \begin_layout Standard
36510
36511 \series bold
36512
36513 \backslash
36514 begin{multicols}{column number}
36515 \end_layout
36516
36517 \begin_layout Standard
36518 is written in TeX-mode.
36519  The column number is a number in the range of 2
36520 \begin_inset space \thinspace{}
36521 \end_inset
36522
36523 -
36524 \begin_inset space \thinspace{}
36525 \end_inset
36526
36527 10.
36528  Before the formula the multi-column text is ended by inserting the command
36529 \end_layout
36530
36531 \begin_layout Standard
36532
36533 \series bold
36534
36535 \backslash
36536 end{multicols}
36537 \end_layout
36538
36539 \begin_layout Standard
36540 in TeX-mode.
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Due to the command some space is automatically added before the formula.
36545  To revert this, -6
36546 \begin_inset space \thinspace{}
36547 \end_inset
36548
36549 mm vertical space is inserted before the formula.
36550  When the formula style 
36551 \series bold
36552 Indented
36553 \begin_inset Foot
36554 status collapsed
36555
36556 \begin_layout Plain Layout
36557 formula styles see 
36558 \begin_inset CommandInset ref
36559 LatexCommand ref
36560 reference "sec:Formula-Styles"
36561
36562 \end_inset
36563
36564
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \series default
36571  is used, -9
36572 \begin_inset space \thinspace{}
36573 \end_inset
36574
36575 mm space is inserted instead.
36576 \end_layout
36577
36578 \begin_layout Standard
36579 As example a multi-column text with a displayed formula:
36580 \end_layout
36581
36582 \begin_layout Standard
36583
36584 \lang german
36585 \begin_inset ERT
36586 status collapsed
36587
36588 \begin_layout Plain Layout
36589
36590
36591 \backslash
36592 begin{multicols}{2}
36593 \end_layout
36594
36595 \end_inset
36596
36597 Das Spektrum wird fouriertransformiert.
36598  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36599 , Lösungsmittel) zu trennen.
36600  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36601  nun das Aussehen des Ausgangssignals.
36602  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36603  über alle Phasen integrieren muss.
36604  Sei nun 
36605 \begin_inset Formula $S$
36606 \end_inset
36607
36608  unser normiertes Ausgangssignal und 
36609 \begin_inset Formula $P$
36610 \end_inset
36611
36612  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36613 \begin_inset ERT
36614 status collapsed
36615
36616 \begin_layout Plain Layout
36617
36618
36619 \backslash
36620 end{multicols}
36621 \end_layout
36622
36623 \end_inset
36624
36625
36626 \begin_inset VSpace -6mm
36627 \end_inset
36628
36629
36630 \begin_inset Formula 
36631 \begin{equation}
36632 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36633 \end{equation}
36634
36635 \end_inset
36636
36637
36638 \begin_inset ERT
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642
36643
36644 \backslash
36645 begin{multicols}{2}
36646 \end_layout
36647
36648 \end_inset
36649
36650 wobei 
36651 \begin_inset Formula $S_{0}$
36652 \end_inset
36653
36654  das Signal ohne Gradient ist und die Normierungsbedingung 
36655 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36656 \end_inset
36657
36658  gilt.
36659  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36660  Direkt nach dem 
36661 \begin_inset Formula $\nicefrac{\pi}{2}$
36662 \end_inset
36663
36664
36665 \begin_inset space \thinspace{}
36666 \end_inset
36667
36668 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36669  das Signal zusätzlich abschwächt.
36670  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36671  
36672 \begin_inset Formula $T_{2}$
36673 \end_inset
36674
36675 -Zeit.
36676 \end_layout
36677
36678 \begin_layout Standard
36679
36680 \lang german
36681 \begin_inset ERT
36682 status collapsed
36683
36684 \begin_layout Plain Layout
36685
36686
36687 \backslash
36688 end{multicols}
36689 \end_layout
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \begin_layout Subsection
36697 Formulas with Description of Variables
36698 \begin_inset Index idx
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 Formula ! with description of variables
36703 \end_layout
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \begin_layout Standard
36711 To describe variables within a formula, like in formula 
36712 \begin_inset CommandInset ref
36713 LatexCommand eqref
36714 reference "eq:within"
36715
36716 \end_inset
36717
36718 , a 2
36719 \series bold
36720 ×
36721 \series default
36722
36723 \begin_inset Formula $n$
36724 \end_inset
36725
36726
36727 \begin_inset space ~
36728 \end_inset
36729
36730 matrix is used with left aligned columns for the 
36731 \begin_inset Formula $n$
36732 \end_inset
36733
36734  used variables.
36735 \begin_inset Foot
36736 status collapsed
36737
36738 \begin_layout Plain Layout
36739 matrices see 
36740 \begin_inset CommandInset ref
36741 LatexCommand ref
36742 reference "sec:Matrices"
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \end_inset
36750
36751  To set the description in a smaller size, before the matrix e.
36752 \begin_inset space \thinspace{}
36753 \end_inset
36754
36755 g.
36756 \begin_inset space \space{}
36757 \end_inset
36758
36759 the command 
36760 \series bold
36761
36762 \backslash
36763 footnotesize
36764 \series default
36765  is inserted.
36766 \begin_inset Foot
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770 font sizes see 
36771 \begin_inset CommandInset ref
36772 LatexCommand ref
36773 reference "sub:Font-Sizes"
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \end_inset
36781
36782
36783 \end_layout
36784
36785 \begin_layout Standard
36786 When the formula style 
36787 \series bold
36788 Indented
36789 \begin_inset Foot
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793 formula styles see 
36794 \begin_inset CommandInset ref
36795 LatexCommand ref
36796 reference "sec:Formula-Styles"
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \end_inset
36804
36805
36806 \series default
36807  is used, a 
36808 \series bold
36809
36810 \backslash
36811 hfill
36812 \series default
36813
36814 \begin_inset Foot
36815 status collapsed
36816
36817 \begin_layout Plain Layout
36818
36819 \series bold
36820
36821 \backslash
36822 hfill
36823 \series default
36824  only works in formulas with the style 
36825 \series bold
36826 Indented
36827 \series default
36828 , see 
36829 \begin_inset CommandInset ref
36830 LatexCommand ref
36831 reference "sub:Variable-Space"
36832
36833 \end_inset
36834
36835 .
36836 \end_layout
36837
36838 \end_inset
36839
36840  is inserted before and after the matrix to have the same separation of
36841  the matrix from the equation and the side margin.
36842 \end_layout
36843
36844 \begin_layout Standard
36845 When the formula style 
36846 \series bold
36847 Centered
36848 \series default
36849  is used, the method described in 
36850 \begin_inset CommandInset ref
36851 LatexCommand ref
36852 reference "sub:Flalign-Environment"
36853
36854 \end_inset
36855
36856  is used to indent formulas.
36857  Formula 
36858 \begin_inset CommandInset ref
36859 LatexCommand eqref
36860 reference "eq:within"
36861
36862 \end_inset
36863
36864  consists of five columns where in the first two columns contain the equation,
36865  the third the matrix and the last one an empty TeX-brace.
36866 \begin_inset Formula 
36867 \begin{flalign}
36868 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36869 \rho & \textrm{density}\\
36870 V & \textrm{volume}\\
36871 g & \textrm{gravitational acceleration}
36872 \end{array} &  & {}\label{eq:within}
36873 \end{flalign}
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Subsection
36881 Upright small Greek Letters
36882 \begin_inset CommandInset label
36883 LatexCommand label
36884 name "sub:Upright-small-Greek"
36885
36886 \end_inset
36887
36888
36889 \begin_inset Index idx
36890 status collapsed
36891
36892 \begin_layout Plain Layout
36893 Greek letters ! upright
36894 \end_layout
36895
36896 \end_inset
36897
36898
36899 \end_layout
36900
36901 \begin_layout Standard
36902 Most of the math fonts only provide italic small Greek letters.
36903  But for symbols of elementary particles like pions and neutrinos, upright
36904  Greek letters are needed.
36905  The file 
36906 \series bold
36907 upgreek.sty
36908 \series default
36909
36910 \begin_inset Foot
36911 status collapsed
36912
36913 \begin_layout Plain Layout
36914
36915 \series bold
36916 upgreek
36917 \series default
36918  is part of the LaTeX-package 
36919 \series bold
36920 was
36921 \series default
36922
36923 \begin_inset Index idx
36924 status collapsed
36925
36926 \begin_layout Plain Layout
36927 Packages ! was
36928 \begin_inset ERT
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932
36933
36934 \backslash
36935 vspace{4mm}
36936 \end_layout
36937
36938 \end_inset
36939
36940
36941 \end_layout
36942
36943 \end_inset
36944
36945 .
36946 \end_layout
36947
36948 \end_inset
36949
36950
36951 \begin_inset Index idx
36952 status collapsed
36953
36954 \begin_layout Plain Layout
36955 Packages ! upgreek
36956 \end_layout
36957
36958 \end_inset
36959
36960  that is loaded with the LaTeX-preamble line
36961 \end_layout
36962
36963 \begin_layout Standard
36964
36965 \series bold
36966
36967 \backslash
36968 usepackage{upgreek}
36969 \end_layout
36970
36971 \begin_layout Standard
36972 provides them.
36973  
36974 \begin_inset ERT
36975 status collapsed
36976
36977 \begin_layout Plain Layout
36978
36979
36980 \backslash
36981 ifupgreek 
36982 \end_layout
36983
36984 \end_inset
36985
36986
36987 \begin_inset Note Note
36988 status open
36989
36990 \begin_layout Plain Layout
36991 The following table will only be displayed when the LaTeX-package 
36992 \series bold
36993 upgreek
36994 \series default
36995  is installed:
36996 \end_layout
36997
36998 \end_inset
36999
37000  They are created when the command for a small Greek letter is started with
37001  
37002 \series bold
37003 up
37004 \series default
37005 .
37006  For example the command 
37007 \series bold
37008
37009 \backslash
37010 uptau
37011 \series default
37012  creates this: 
37013 \begin_inset Formula $\uptau$
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \begin_layout Standard
37020 With these commands reactions of elementary particles can be typeset:
37021 \begin_inset Formula 
37022 \[
37023 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37024 \]
37025
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Standard
37032 The upright letters are more bold and wider than the italic ones.
37033  They should therefore not be used for units like 
37034 \begin_inset Quotes eld
37035 \end_inset
37036
37037 µm
37038 \begin_inset Quotes erd
37039 \end_inset
37040
37041 .
37042 \end_layout
37043
37044 \begin_layout Standard
37045 \begin_inset ERT
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049
37050
37051 \backslash
37052 else 
37053 \end_layout
37054
37055 \end_inset
37056
37057
37058 \begin_inset Note Note
37059 status open
37060
37061 \begin_layout Plain Layout
37062 The following will be displayed when the LaTeX-package 
37063 \series bold
37064 upgreek
37065 \series default
37066  is not installed:
37067 \end_layout
37068
37069 \end_inset
37070
37071
37072 \end_layout
37073
37074 \begin_layout Standard
37075 You need to install the LaTeX-package 
37076 \series bold
37077 upgreek
37078 \series default
37079  to see the rest of this subsection in the output.
37080 \end_layout
37081
37082 \begin_layout Standard
37083 \begin_inset ERT
37084 status collapsed
37085
37086 \begin_layout Plain Layout
37087
37088
37089 \backslash
37090 fi 
37091 \end_layout
37092
37093 \end_inset
37094
37095
37096 \end_layout
37097
37098 \begin_layout Subsection
37099 Text Characters in Formulas
37100 \begin_inset CommandInset label
37101 LatexCommand label
37102 name "sub:Text-Characters-in"
37103
37104 \end_inset
37105
37106
37107 \begin_inset Index idx
37108 status collapsed
37109
37110 \begin_layout Plain Layout
37111 Text ! in formulas
37112 \end_layout
37113
37114 \end_inset
37115
37116
37117 \end_layout
37118
37119 \begin_layout Standard
37120 In some cases you might want to insert text characters directly into formulas.
37121  When for example the centered dot · is often used in formulas like 
37122 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37123 \end_inset
37124
37125 , one would have to insert the command 
37126 \series bold
37127
37128 \backslash
37129 cdot
37130 \series default
37131
37132 \begin_inset Foot
37133 status collapsed
37134
37135 \begin_layout Plain Layout
37136 see 
37137 \begin_inset CommandInset ref
37138 LatexCommand ref
37139 reference "sub:Binary-Operators"
37140
37141 \end_inset
37142
37143
37144 \end_layout
37145
37146 \end_inset
37147
37148  all the time, because this character is defined in all encodings as text
37149  character.
37150  But the encoding can be changed by this LaTeX-preamble line:
37151 \end_layout
37152
37153 \begin_layout Standard
37154
37155 \series bold
37156
37157 \backslash
37158 Declare Inputtext{183}{
37159 \backslash
37160 ifmmode
37161 \backslash
37162 cdot
37163 \backslash
37164 else
37165 \backslash
37166 textperiodcentered
37167 \backslash
37168 f\SpecialChar \textcompwordmark{}
37169 i}
37170 \end_layout
37171
37172 \begin_layout Standard
37173 The character encoding (menu 
37174 \family sans
37175 Document\SpecialChar \menuseparator
37176 Settings\SpecialChar \menuseparator
37177 Language
37178 \family default
37179 ) specifies what character appears when a keyboard key is pressed.
37180  When the key for the character '·' is pressed, internally the command 
37181 \series bold
37182
37183 \backslash
37184 textperiodcentered
37185 \series default
37186  is used.
37187  But this command is not available in a formula so that you would get LaTeX-erro
37188 rs.
37189  With the changed encoding the right command is chosen automatically, depending
37190  on if the character was inserted into a formula or not.
37191 \end_layout
37192
37193 \begin_layout Standard
37194 The encoding of several characters is saved in definition files.
37195  For example the encoding 
37196 \series bold
37197 latin9
37198 \series default
37199  is defined in the file 
37200 \series bold
37201 latin9.def
37202 \series default
37203  which is in the installation folder of LaTeX.
37204  Encodings should only be changed via the LaTeX-preamble and not in the
37205  definition files.
37206  Otherwise documents could not be edited by other LyX users working on other
37207  computers.
37208 \end_layout
37209
37210 \begin_layout Standard
37211 \begin_inset VSpace medskip
37212 \end_inset
37213
37214 Besides the centered dot, in this document the degree sign ° is defined
37215  with the following LaTeX-preamble line so that it can be directly inserted
37216  into a formula:
37217 \end_layout
37218
37219 \begin_layout Standard
37220
37221 \series bold
37222
37223 \backslash
37224 DeclareInputtext{176}{
37225 \backslash
37226 ifmmode^
37227 \backslash
37228 circ
37229 \backslash
37230 else
37231 \backslash
37232 textdegree
37233 \backslash
37234 f\SpecialChar \textcompwordmark{}
37235 i}
37236 \end_layout
37237
37238 \begin_layout Standard
37239 \begin_inset Newpage newpage
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \begin_layout Section
37246 \start_of_appendix
37247 Typographic Advice
37248 \begin_inset Index idx
37249 status collapsed
37250
37251 \begin_layout Plain Layout
37252 Typographic advice
37253 \end_layout
37254
37255 \end_inset
37256
37257
37258 \end_layout
37259
37260 \begin_layout Standard
37261 This section is a summary of the most important typographic rules, listed
37262  in ISO norms.
37263 \begin_inset Foot
37264 status collapsed
37265
37266 \begin_layout Plain Layout
37267 This collection was partly taken from the German semi-official dictionary
37268  called 
37269 \begin_inset Quotes eld
37270 \end_inset
37271
37272 Duden
37273 \begin_inset Quotes erd
37274 \end_inset
37275
37276  
37277 \begin_inset CommandInset citation
37278 LatexCommand cite
37279 key "Duden"
37280
37281 \end_inset
37282
37283  that lists some of the ISO rules.
37284  More rules are listed in 
37285 \begin_inset CommandInset citation
37286 LatexCommand cite
37287 key "Checklist"
37288
37289 \end_inset
37290
37291 .
37292 \end_layout
37293
37294 \end_inset
37295
37296
37297 \end_layout
37298
37299 \begin_layout Itemize
37300 Physical units are 
37301 \emph on
37302 always
37303 \emph default
37304  set upright
37305 \begin_inset Foot
37306 status collapsed
37307
37308 \begin_layout Plain Layout
37309 done with font styles, see 
37310 \begin_inset CommandInset ref
37311 LatexCommand ref
37312 reference "sub:Font-Styles"
37313
37314 \end_inset
37315
37316
37317 \end_layout
37318
37319 \end_inset
37320
37321 , no matter if they appear in italic text: 30
37322 \begin_inset space \thinspace{}
37323 \end_inset
37324
37325 km/h
37326 \begin_inset Newline newline
37327 \end_inset
37328
37329 Between the value and the unit is the smallest space, see 
37330 \begin_inset CommandInset ref
37331 LatexCommand ref
37332 reference "sub:Predefined-Space"
37333
37334 \end_inset
37335
37336 .
37337 \begin_inset Newline newline
37338 \end_inset
37339
37340 This convention is automatically fulfilled when the command 
37341 \series bold
37342
37343 \backslash
37344 unittwo
37345 \series default
37346  is used.
37347  When it is entered to a formula, two boxes appear.
37348  In the first one the value is inserted, in the second one the unit, and
37349  one gets as above: 
37350 \begin_inset Formula $\unit[30]{km/h}$
37351 \end_inset
37352
37353
37354 \begin_inset space \thinspace{}
37355 \end_inset
37356
37357 .
37358  Note that 
37359 \series bold
37360
37361 \backslash
37362 unittwo
37363 \series default
37364  is not a real LaTeX command but the command 
37365 \series bold
37366
37367 \backslash
37368 unit[value]{unit}
37369 \series default
37370 , therefore you cannot use it in TeX code.
37371 \end_layout
37372
37373 \begin_layout Itemize
37374 Percent and perthousand signs are set like physical units:
37375 \begin_inset Newline newline
37376 \end_inset
37377
37378 1.2
37379 \begin_inset space \thinspace{}
37380 \end_inset
37381
37382 ‰ alcohol in blood
37383 \end_layout
37384
37385 \begin_layout Itemize
37386 The degree sign follows directly on the value: 15°, but not when it is used
37387  in units: 15
37388 \begin_inset space \thinspace{}
37389 \end_inset
37390
37391 °C
37392 \end_layout
37393
37394 \begin_layout Itemize
37395 In numbers with more than four digits the smallest space is inserted before
37396  every third digit to group them: 
37397 \family roman
37398 \series medium
37399 \shape up
37400 \size normal
37401 \emph off
37402 \bar no
37403 \noun off
37404 \color none
37405 18
37406 \begin_inset space \thinspace{}
37407 \end_inset
37408
37409 473
37410 \begin_inset space \thinspace{}
37411 \end_inset
37412
37413 588
37414 \end_layout
37415
37416 \begin_layout Itemize
37417 For dimensions like 120×90×40
37418 \begin_inset space \thinspace{}
37419 \end_inset
37420
37421 cm the multiplication sign 
37422 \begin_inset Quotes eld
37423 \end_inset
37424
37425 ×
37426 \begin_inset Quotes erd
37427 \end_inset
37428
37429  is used.
37430  It is available either via the command 
37431 \series bold
37432
37433 \backslash
37434 times
37435 \series default
37436  or via the menu 
37437 \family sans
37438 Insert\SpecialChar \menuseparator
37439 Special Character\SpecialChar \menuseparator
37440 Symbols
37441 \family default
37442 .
37443 \end_layout
37444
37445 \begin_layout Itemize
37446 Functions with names consisting of several letters are set upright to avoid
37447  confusions, see 
37448 \begin_inset CommandInset ref
37449 LatexCommand ref
37450 reference "sub:Predefined-Functions"
37451
37452 \end_inset
37453
37454 .
37455 \end_layout
37456
37457 \begin_layout Itemize
37458 Indices consisting of several letters, are set upright: 
37459 \begin_inset Formula $E_{\mathrm{kin}}$
37460 \end_inset
37461
37462
37463 \begin_inset Newline newline
37464 \end_inset
37465
37466 Components of matrices are set italic: 
37467 \begin_inset Formula $\hat{H}_{kl}$
37468 \end_inset
37469
37470
37471 \end_layout
37472
37473 \begin_layout Itemize
37474 The differentiation/integration operator 'd', the Euler's number 'e' and
37475  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37476  other variables.
37477 \end_layout
37478
37479 \begin_layout Itemize
37480 The character that denotes a 
37481 \noun on
37482 Fourier
37483 \noun default
37484  transformation is inserted either by the command 
37485 \series bold
37486
37487 \backslash
37488 mathscr
37489 \begin_inset ERT
37490 status collapsed
37491
37492 \begin_layout Plain Layout
37493
37494
37495 \backslash
37496 spce 
37497 \end_layout
37498
37499 \end_inset
37500
37501 F
37502 \series default
37503  or via the menu 
37504 \family sans
37505 Insert\SpecialChar \menuseparator
37506 Special Character\SpecialChar \menuseparator
37507 Symbols\SpecialChar \menuseparator
37508 Letterlike
37509 \begin_inset space ~
37510 \end_inset
37511
37512 Symbols
37513 \family default
37514
37515 \begin_inset Formula $\mathscr{F}$
37516 \end_inset
37517
37518
37519 \end_layout
37520
37521 \begin_layout Standard
37522 \begin_inset Newpage newpage
37523 \end_inset
37524
37525
37526 \end_layout
37527
37528 \begin_layout Section
37529 Synonyms
37530 \begin_inset Index idx
37531 status collapsed
37532
37533 \begin_layout Plain Layout
37534 Synonyms
37535 \end_layout
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 Some characters and symbols can be created with several commands.
37544  Here is a list of the synonym commands:
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \begin_inset VSpace bigskip
37549 \end_inset
37550
37551
37552 \begin_inset space \hfill{}
37553 \end_inset
37554
37555
37556 \begin_inset Tabular
37557 <lyxtabular version="3" rows="12" columns="2">
37558 <features rotate="0" tabularvalignment="middle">
37559 <column alignment="center" valignment="top" width="0pt">
37560 <column alignment="center" valignment="top" width="0pt">
37561 <row>
37562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 Command
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 equivalent to
37576 \begin_inset Note Note
37577 status collapsed
37578
37579 \begin_layout Plain Layout
37580
37581 \series bold
37582
37583 \backslash
37584 raisebox
37585 \series default
37586  is only used as spacer.
37587 \end_layout
37588
37589 \end_inset
37590
37591
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 </row>
37597 <row>
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602
37603 \backslash
37604 ast
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 \begin_inset ERT
37614 status collapsed
37615
37616 \begin_layout Plain Layout
37617
37618
37619 \backslash
37620 raisebox{-1.2mm}{
37621 \end_layout
37622
37623 \end_inset
37624
37625 *
37626 \begin_inset ERT
37627 status collapsed
37628
37629 \begin_layout Plain Layout
37630
37631 }
37632 \end_layout
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 </row>
37642 <row>
37643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647
37648 \backslash
37649 choose
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37655 \begin_inset Text
37656
37657 \begin_layout Plain Layout
37658
37659 \backslash
37660 binom
37661 \end_layout
37662
37663 \end_inset
37664 </cell>
37665 </row>
37666 <row>
37667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37668 \begin_inset Text
37669
37670 \begin_layout Plain Layout
37671
37672 \backslash
37673 geq
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682
37683 \backslash
37684 ge
37685 \end_layout
37686
37687 \end_inset
37688 </cell>
37689 </row>
37690 <row>
37691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695
37696 \backslash
37697 lbrace
37698 \end_layout
37699
37700 \end_inset
37701 </cell>
37702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706 {
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 </row>
37712 <row>
37713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717
37718 \backslash
37719 lbracket
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728 [
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 </row>
37734 <row>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741 leftarrow
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 gets
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 </row>
37758 <row>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763
37764 \backslash
37765 leq
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774
37775 \backslash
37776 le
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 </row>
37782 <row>
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787
37788 \backslash
37789 lor
37790 \end_layout
37791
37792 \end_inset
37793 </cell>
37794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798
37799 \backslash
37800 vee
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 </row>
37806 <row>
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811
37812 \backslash
37813 neq
37814 \end_layout
37815
37816 \end_inset
37817 </cell>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822
37823 \backslash
37824 not=
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 </row>
37830 <row>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835
37836 \backslash
37837 slash
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846 /
37847 \end_layout
37848
37849 \end_inset
37850 </cell>
37851 </row>
37852 <row>
37853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37854 \begin_inset Text
37855
37856 \begin_layout Plain Layout
37857
37858 \backslash
37859 vert
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37865 \begin_inset Text
37866
37867 \begin_layout Plain Layout
37868 |
37869 \end_layout
37870
37871 \end_inset
37872 </cell>
37873 </row>
37874 </lyxtabular>
37875
37876 \end_inset
37877
37878
37879 \begin_inset space \hfill{}
37880 \end_inset
37881
37882
37883 \begin_inset Tabular
37884 <lyxtabular version="3" rows="12" columns="2">
37885 <features rotate="0" tabularvalignment="middle">
37886 <column alignment="center" valignment="top" width="0pt">
37887 <column alignment="center" valignment="top" width="0pt">
37888 <row>
37889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37890 \begin_inset Text
37891
37892 \begin_layout Plain Layout
37893 Command
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 equivalent to
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 </row>
37908 <row>
37909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913
37914 \backslash
37915 backslash
37916 \end_layout
37917
37918 \end_inset
37919 </cell>
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37921 \begin_inset Text
37922
37923 \begin_layout Plain Layout
37924
37925 \backslash
37926
37927 \backslash
37928
37929 \end_layout
37930
37931 \end_inset
37932 </cell>
37933 </row>
37934 <row>
37935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37936 \begin_inset Text
37937
37938 \begin_layout Plain Layout
37939
37940 \backslash
37941 dasharrow
37942 \end_layout
37943
37944 \end_inset
37945 </cell>
37946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37947 \begin_inset Text
37948
37949 \begin_layout Plain Layout
37950
37951 \backslash
37952 dashrightarrow
37953 \end_layout
37954
37955 \end_inset
37956 </cell>
37957 </row>
37958 <row>
37959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37960 \begin_inset Text
37961
37962 \begin_layout Plain Layout
37963
37964 \backslash
37965 land
37966 \end_layout
37967
37968 \end_inset
37969 </cell>
37970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37971 \begin_inset Text
37972
37973 \begin_layout Plain Layout
37974
37975 \backslash
37976 wedge
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 </row>
37982 <row>
37983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37984 \begin_inset Text
37985
37986 \begin_layout Plain Layout
37987
37988 \backslash
37989 rbrace
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37995 \begin_inset Text
37996
37997 \begin_layout Plain Layout
37998 }
37999 \end_layout
38000
38001 \end_inset
38002 </cell>
38003 </row>
38004 <row>
38005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009
38010 \backslash
38011 rbracket
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 ]
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 </row>
38026 <row>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \backslash
38033 rightarrow
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042
38043 \backslash
38044 to
38045 \end_layout
38046
38047 \end_inset
38048 </cell>
38049 </row>
38050 <row>
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055
38056 \backslash
38057 lnot
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066
38067 \backslash
38068 neg
38069 \end_layout
38070
38071 \end_inset
38072 </cell>
38073 </row>
38074 <row>
38075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079
38080 \backslash
38081 ne
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38087 \begin_inset Text
38088
38089 \begin_layout Plain Layout
38090
38091 \backslash
38092 not=
38093 \end_layout
38094
38095 \end_inset
38096 </cell>
38097 </row>
38098 <row>
38099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103
38104 \backslash
38105 owns
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114
38115 \backslash
38116 ni
38117 \end_layout
38118
38119 \end_inset
38120 </cell>
38121 </row>
38122 <row>
38123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127
38128 \backslash
38129 square
38130 \end_layout
38131
38132 \end_inset
38133 </cell>
38134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38135 \begin_inset Text
38136
38137 \begin_layout Plain Layout
38138
38139 \backslash
38140 Box
38141 \end_layout
38142
38143 \end_inset
38144 </cell>
38145 </row>
38146 <row>
38147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38148 \begin_inset Text
38149
38150 \begin_layout Plain Layout
38151
38152 \backslash
38153 Vert
38154 \end_layout
38155
38156 \end_inset
38157 </cell>
38158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38159 \begin_inset Text
38160
38161 \begin_layout Plain Layout
38162
38163 \backslash
38164 |
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 </row>
38170 </lyxtabular>
38171
38172 \end_inset
38173
38174
38175 \begin_inset space \hfill{}
38176 \end_inset
38177
38178
38179 \end_layout
38180
38181 \begin_layout Standard
38182 \begin_inset Newpage newpage
38183 \end_inset
38184
38185
38186 \end_layout
38187
38188 \begin_layout Bibliography
38189 \begin_inset CommandInset bibitem
38190 LatexCommand bibitem
38191 key "TLC2"
38192
38193 \end_inset
38194
38195
38196 \shape smallcaps
38197 Mittelbach, F.
38198  ; Goossens, M.
38199 \shape default
38200
38201 \shape italic
38202 The LaTeX Companion
38203 \shape default
38204 .
38205  Addison Wesley, 2004
38206 \end_layout
38207
38208 \begin_layout Bibliography
38209 \begin_inset CommandInset bibitem
38210 LatexCommand bibitem
38211 key "Mathmode"
38212
38213 \end_inset
38214
38215
38216 \begin_inset CommandInset href
38217 LatexCommand href
38218 name "Description"
38219 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38220
38221 \end_inset
38222
38223  of LaTeX's math abilities
38224 \end_layout
38225
38226 \begin_layout Bibliography
38227 \begin_inset CommandInset bibitem
38228 LatexCommand bibitem
38229 key "AMS"
38230
38231 \end_inset
38232
38233
38234 \begin_inset CommandInset href
38235 LatexCommand href
38236 name "Description"
38237 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38238
38239 \end_inset
38240
38241  of 
38242 \begin_inset ERT
38243 status collapsed
38244
38245 \begin_layout Plain Layout
38246
38247
38248 \backslash
38249 AmS
38250 \end_layout
38251
38252 \end_inset
38253
38254 -LaTeX
38255 \end_layout
38256
38257 \begin_layout Bibliography
38258 \begin_inset CommandInset bibitem
38259 LatexCommand bibitem
38260 key "Symbols"
38261
38262 \end_inset
38263
38264
38265 \begin_inset CommandInset href
38266 LatexCommand href
38267 name "List"
38268 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38269
38270 \end_inset
38271
38272  of all symbols available with LaTeX-packages
38273 \end_layout
38274
38275 \begin_layout Bibliography
38276 \begin_inset CommandInset bibitem
38277 LatexCommand bibitem
38278 key "cancel"
38279
38280 \end_inset
38281
38282
38283 \begin_inset CommandInset href
38284 LatexCommand href
38285 name "Documentation"
38286 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38287
38288 \end_inset
38289
38290  of the LaTeX-package 
38291 \series bold
38292 cancel
38293 \series default
38294
38295 \begin_inset Index idx
38296 status collapsed
38297
38298 \begin_layout Plain Layout
38299 Packages ! cancel
38300 \end_layout
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \begin_layout Bibliography
38308 \begin_inset CommandInset bibitem
38309 LatexCommand bibitem
38310 key "hyperref"
38311
38312 \end_inset
38313
38314
38315 \begin_inset CommandInset href
38316 LatexCommand href
38317 name "Documentation"
38318 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38319
38320 \end_inset
38321
38322  of the LaTeX-package 
38323 \series bold
38324 hyperref
38325 \series default
38326
38327 \begin_inset Index idx
38328 status collapsed
38329
38330 \begin_layout Plain Layout
38331 Packages ! hyperref
38332 \end_layout
38333
38334 \end_inset
38335
38336
38337 \end_layout
38338
38339 \begin_layout Bibliography
38340 \begin_inset CommandInset bibitem
38341 LatexCommand bibitem
38342 key "mhchem"
38343
38344 \end_inset
38345
38346
38347 \begin_inset CommandInset href
38348 LatexCommand href
38349 name "Documentation"
38350 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38351
38352 \end_inset
38353
38354  of the LaTeX-package 
38355 \series bold
38356 mhchem
38357 \series default
38358
38359 \begin_inset Index idx
38360 status collapsed
38361
38362 \begin_layout Plain Layout
38363 Packages ! mhchem
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \end_layout
38370
38371 \begin_layout Bibliography
38372 \begin_inset CommandInset bibitem
38373 LatexCommand bibitem
38374 key "Mathclap"
38375
38376 \end_inset
38377
38378
38379 \begin_inset CommandInset href
38380 LatexCommand href
38381 name "Description"
38382 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38383
38384 \end_inset
38385
38386  of the command 
38387 \series bold
38388
38389 \backslash
38390 mathclap
38391 \series default
38392 , described in 
38393 \begin_inset CommandInset ref
38394 LatexCommand ref
38395 reference "sub:Operator-Limits"
38396
38397 \end_inset
38398
38399
38400 \begin_inset Index idx
38401 status collapsed
38402
38403 \begin_layout Plain Layout
38404 Commands ! M ! 
38405 \backslash
38406 mathclap
38407 \end_layout
38408
38409 \end_inset
38410
38411
38412 \end_layout
38413
38414 \begin_layout Bibliography
38415 \begin_inset CommandInset bibitem
38416 LatexCommand bibitem
38417 key "Duden"
38418
38419 \end_inset
38420
38421
38422 \emph on
38423 Duden Band 1
38424 \emph default
38425 .
38426  22.
38427  Auflage, Duden 2001
38428 \end_layout
38429
38430 \begin_layout Bibliography
38431 \begin_inset CommandInset bibitem
38432 LatexCommand bibitem
38433 key "Checklist"
38434
38435 \end_inset
38436
38437
38438 \begin_inset CommandInset href
38439 LatexCommand href
38440 name "Check list"
38441 target "http://physics.nist.gov/Document/checklist.pdf"
38442
38443 \end_inset
38444
38445  for reviewing manuscripts
38446 \end_layout
38447
38448 \begin_layout Standard
38449 \begin_inset CommandInset index_print
38450 LatexCommand printindex
38451 type "idx"
38452
38453 \end_inset
38454
38455
38456 \end_layout
38457
38458 \end_body
38459 \end_document