]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Customization updates
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % check for package braket
129 % used for physical vectors
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % check for package cancel
137 \newboolean{cancel}
138 \IfFileExists{cancel.sty}
139  {\usepackage{cancel}
140   \setboolean{cancel}{true}}
141  {\setboolean{cancel}{false}}
142
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149 \end_preamble
150 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
151 \use_default_options false
152 \maintain_unincluded_children false
153 \language english
154 \inputencoding auto
155 \fontencoding global
156 \font_roman default
157 \font_sans default
158 \font_typewriter default
159 \font_default_family default
160 \use_xetex false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100
164 \font_tt_scale 100
165
166 \graphics default
167 \default_output_format default
168 \output_sync 0
169 \bibtex_command default
170 \index_command default
171 \paperfontsize 12
172 \spacing single
173 \use_hyperref true
174 \pdf_title "LyX's Math Manual"
175 \pdf_author "LyX Team, Uwe Stöhr"
176 \pdf_subject "LyX-documentation about math"
177 \pdf_keywords "LyX, Mathed"
178 \pdf_bookmarks true
179 \pdf_bookmarksnumbered true
180 \pdf_bookmarksopen true
181 \pdf_bookmarksopenlevel 1
182 \pdf_breaklinks false
183 \pdf_pdfborder false
184 \pdf_colorlinks true
185 \pdf_backref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 1
192 \use_mhchem 1
193 \use_mathdots 1
194 \cite_engine basic
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \notefontcolor #0000ff
200 \index Index
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language english
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 LyX's detailed Math manual
225 \end_layout
226
227 \begin_layout Author
228 by the LyX Team
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Plain Layout
233 \noindent
234 If you have comments or error corrections, please send them to the LyX Documenta
235 tion mailing list: 
236 \family typewriter
237
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
242 type "mailto:"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 author: Uwe Stöhr
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \family sans
271 Version 2.0.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 To export this document to PDF, PS or DVI the LaTeX-packages 
289 \series bold
290 braket, cancel, eurosym,
291 \series default
292  
293 \series bold
294 mhchem, multirow
295 \series default
296  and 
297 \series bold
298 was
299 \series default
300  should be installed.
301  If they are not installed the document can be export anyway but the sections
302  where the packages are required will not appear in the output.
303  An exeption is 
304 \series bold
305 mhchem
306 \series default
307 ; if it is not installed, this file cannot be exported.
308 \end_layout
309
310 \begin_layout Plain Layout
311 The latest PDF-version of this document can be found here:
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \series bold
317 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
318 \end_layout
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Newpage newpage
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Section
333 Introduction
334 \end_layout
335
336 \begin_layout Standard
337 This document explains LyX's math features and is furthermore a collection
338  of LaTeX-commands used for mathematical characters and constructs.
339  The explanations are designed for the usage of commands.
340  It is therefore required that you have read the section 
341 \family typewriter
342 Mathematical
343 \begin_inset space ~
344 \end_inset
345
346 Formulas
347 \family default
348  of the User's Guide.
349 \end_layout
350
351 \begin_layout Standard
352 Most of the characters and many constructs explained in this manual are
353  also accessible via the menu 
354 \family sans
355 Insert
356 \series bold
357 \SpecialChar \menuseparator
358
359 \series default
360 Math
361 \family default
362 , or the 
363 \family sans
364 math
365 \family default
366 \series bold
367  
368 \family sans
369 \series default
370 toolbar
371 \family default
372 .
373  But everybody who has to write lots of formulas will notice that it is
374  much faster to use commands instead of the math toolbar.
375  Therefore this manual is focused on commands but also mentions the correspondin
376 g toolbar buttons when available.
377 \end_layout
378
379 \begin_layout Standard
380 If not specially mentioned the commands are only available within formulas.
381  To be able to use all commands explained in this document, the option 
382 \family sans
383 Use AMS math package
384 \family default
385  must be used in the document settings (menu 
386 \family sans
387 Document\SpecialChar \menuseparator
388 Settings\SpecialChar \menuseparator
389 Math
390 \begin_inset space ~
391 \end_inset
392
393 Options
394 \family default
395 ).
396 \begin_inset Foot
397 status collapsed
398
399 \begin_layout Plain Layout
400 The option 
401 \family sans
402 Use AMS math package automatically
403 \family default
404  only uses 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417 -math when math constructs are found that are supported by LyX.
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 This document doesn't list all 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -math commands
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 A list with all 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -math commands is in the file 
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
464
465 \end_inset
466
467
468 \family default
469 , which is part of every LaTeX standard installation.
470 \end_layout
471
472 \end_inset
473
474  for lucidity reasons.
475 \end_layout
476
477 \begin_layout Section
478 General Instructions
479 \end_layout
480
481 \begin_layout Standard
482 To create an inline formula
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! inline
488 \end_layout
489
490 \end_inset
491
492  that is embedded into a text line, use one of the shortcuts 
493 \begin_inset Info
494 type  "shortcuts"
495 arg   "math-mode"
496 \end_inset
497
498  or the toolbar button 
499 \begin_inset Graphics
500         filename ../images/math-mode.png
501         scale 85
502
503 \end_inset
504
505
506 \begin_inset Newline newline
507 \end_inset
508
509 To create a display style formula
510 \begin_inset Index idx
511 status collapsed
512
513 \begin_layout Plain Layout
514 Formula ! display style
515 \end_layout
516
517 \end_inset
518
519  that will appear bigger and in an own paragraph, use one of these shortcuts:
520  
521 \begin_inset Info
522 type  "shortcuts"
523 arg   "math-display"
524 \end_inset
525
526 .
527 \end_layout
528
529 \begin_layout Standard
530 To change a display style formula to an inline formula, set the cursor into
531  the formula and use one of the shortcuts 
532 \begin_inset Info
533 type  "shortcuts"
534 arg   "math-mode"
535 \end_inset
536
537  or the menu 
538 \family sans
539 Edit\SpecialChar \menuseparator
540 Math\SpecialChar \menuseparator
541 Change formula type
542 \family default
543 .
544  The same way is used to change an inline formula to a display style formula.
545 \end_layout
546
547 \begin_layout Standard
548 To display parts of an inline formula in the size of a display style formula,
549  enter the command 
550 \series bold
551
552 \backslash
553 displaystyle
554 \series default
555
556 \begin_inset Index idx
557 status collapsed
558
559 \begin_layout Plain Layout
560 Commands ! D ! 
561 \backslash
562 displaystyle
563 \end_layout
564
565 \end_inset
566
567  to a formula.
568  Then a new blue box appears in which the desired formula part is inserted.
569 \end_layout
570
571 \begin_layout Standard
572 Only inline formulas are allowed inside tables.
573 \end_layout
574
575 \begin_layout Standard
576 The 
577 \family sans
578 math toolbar
579 \family default
580  can be turned on in the menu 
581 \family sans
582 View\SpecialChar \menuseparator
583 Toolbars
584 \family default
585 .
586  When you click there on 
587 \begin_inset Quotes eld
588 \end_inset
589
590 Math
591 \begin_inset Quotes erd
592 \end_inset
593
594  the toolbar will be shown permanently at the bottom; this state is visualized
595  in the 
596 \family sans
597 Toolbars
598 \family default
599  menu with a checkmark.
600  When you click in this state again on 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Math
605 \begin_inset Quotes erd
606 \end_inset
607
608  in the 
609 \family sans
610 Toolbars
611 \family default
612  menu, the 
613 \family sans
614 math toolbar
615 \family default
616  is only shown when the cursor is within a formula; this state is visualized
617  by the renaming of the menu entry from 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Math
622 \begin_inset Quotes erd
623 \end_inset
624
625  to 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Math
630 \begin_inset space ~
631 \end_inset
632
633 (auto)
634 \begin_inset Quotes erd
635 \end_inset
636
637 .
638 \end_layout
639
640 \begin_layout Standard
641 The TeX-mode
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@TeX-mode
647 \end_layout
648
649 \end_inset
650
651  is invoked by pressing the toolbar button 
652 \begin_inset Graphics
653         filename ../images/ert-insert.png
654         scale 85
655
656 \end_inset
657
658  or by using the menu 
659 \family sans
660 Insert\SpecialChar \menuseparator
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X Code
673 \family default
674  (shortcut 
675 \begin_inset Info
676 type  "shortcut"
677 arg   "ert-insert"
678 \end_inset
679
680 ).
681 \begin_inset Note Note
682 status collapsed
683
684 \begin_layout Plain Layout
685 In LyX there are three 
686 \begin_inset Quotes eld
687 \end_inset
688
689 proper names
690 \begin_inset Quotes erd
691 \end_inset
692
693  that appear in the output with sub- and superscript letters: TeX, LaTeX
694  and LyX
695 \end_layout
696
697 \begin_layout Plain Layout
698 To avoid that these names are recognized as proper names, a TeX-brace pair
699  is inserted.
700 \end_layout
701
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 To change the LaTeX-preamble
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 L@LaTeX-preamble
714 \end_layout
715
716 \end_inset
717
718 , use the menu 
719 \family sans
720 Document\SpecialChar \menuseparator
721 Settings\SpecialChar \menuseparator
722 LaT
723 \begin_inset ERT
724 status collapsed
725
726 \begin_layout Plain Layout
727
728 {}
729 \end_layout
730
731 \end_inset
732
733 eX
734 \family default
735  
736 \family sans
737 Preamble
738 \family default
739 .
740 \end_layout
741
742 \begin_layout Standard
743 To edit matrices, case differentiations and multiline formulas subsequently,
744  the menus 
745 \family sans
746 Edit\SpecialChar \menuseparator
747 Math
748 \family default
749  and 
750 \family sans
751 Edit\SpecialChar \menuseparator
752 Rows
753 \begin_inset space \thinspace{}
754 \end_inset
755
756 &
757 \begin_inset space \thinspace{}
758 \end_inset
759
760 Columns,
761 \family default
762  or the 
763 \family sans
764 table toolbar
765 \family default
766  can be used.
767  When lines and columns are swapped via the menu, the column or line where
768  the cursor is in is exchanged with the column to the right or the line
769  below, respectively.
770  Is the cursor in the last column or row, the exchange is done with the
771  column to the left or the line above.
772 \end_layout
773
774 \begin_layout Standard
775 To write text in formulas
776 \begin_inset Foot
777 status collapsed
778
779 \begin_layout Plain Layout
780 For multiline formulas the command 
781 \series bold
782
783 \backslash
784 intertext
785 \series default
786  is used, see 
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "sub:Text-in-multiline"
790
791 \end_inset
792
793 .
794 \end_layout
795
796 \end_inset
797
798  
799 \emph on
800 mathematical text
801 \emph default
802
803 \begin_inset Index idx
804 status collapsed
805
806 \begin_layout Plain Layout
807 Text ! in formulas
808 \end_layout
809
810 \end_inset
811
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Mathematical text
818 \end_layout
819
820 \end_inset
821
822  is used.
823  This mode is invoked with the shortcut 
824 \begin_inset Info
825 type  "shortcut"
826 arg   "font-default"
827 \end_inset
828
829  or by the insertion of the command 
830 \series bold
831
832 \backslash
833 text
834 \series default
835
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Commands ! T ! 
841 \backslash
842 text
843 \end_layout
844
845 \end_inset
846
847 .
848  The text appears black in LyX and can therefore be distinguished from the
849  other formula parts that appear blue.
850  In the output mathematical text is set upright, in contrary to other formula
851  parts.
852 \end_layout
853
854 \begin_layout Subsection*
855 Command Scheme
856 \end_layout
857
858 \begin_layout Standard
859 Most of the LaTeX-commands for math constructs have the following scheme:
860 \end_layout
861
862 \begin_layout Standard
863
864 \series bold
865
866 \backslash
867 commandname[optional
868 \series default
869  
870 \series bold
871 argument]{required
872 \series default
873  
874 \series bold
875 argument}
876 \end_layout
877
878 \begin_layout Standard
879 A command starts always with a backslash 
880 \begin_inset Quotes gld
881 \end_inset
882
883
884 \series bold
885
886 \backslash
887
888 \series default
889
890 \begin_inset Quotes grd
891 \end_inset
892
893 .
894  To omit optional arguments, also omit the associated brackets.
895  The braces around the required arguments are named in this document as
896  TeX-braces
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 T@TeX-braces
902 \end_layout
903
904 \end_inset
905
906 .
907  If you add in a formula a left brace to a command name, LyX creates automatical
908 ly a TeX-brace.
909  In all other cases TeX-braces are created in formulas with the command
910  
911 \series bold
912
913 \backslash
914 {
915 \series default
916 .
917  TeX-braces appear red in LyX, in contrary to normal braces that appear
918  blue.
919  In TeX-mode no command is needed to get TeX-braces.
920  TeX-braces don't appear in the output.
921 \end_layout
922
923 \begin_layout Standard
924 When commands without arguments, like commands for symbols are entered in
925  TeX-mode, a space character must 
926 \emph on
927 always
928 \emph default
929  be behind the command to end it.
930  This space doesn't appear in the output.
931  When the space should appear in the output, the space must be followed
932  by a protected space in normal text.
933 \end_layout
934
935 \begin_layout Standard
936 A protected space is inserted with 
937 \begin_inset Info
938 type  "shortcut"
939 arg   "space-insert protected"
940 \end_inset
941
942 .
943 \end_layout
944
945 \begin_layout Subsection*
946 \begin_inset Newpage newpage
947 \end_inset
948
949 Syntax Explanation
950 \end_layout
951
952 \begin_layout Itemize
953 The symbol
954 \begin_inset Foot
955 status collapsed
956
957 \begin_layout Plain Layout
958 This visible space character can be created with the command 
959 \series bold
960
961 \backslash
962 textvisiblespace
963 \series default
964
965 \begin_inset Index idx
966 status collapsed
967
968 \begin_layout Plain Layout
969 Commands ! T ! 
970 \backslash
971 textvisiblespace
972 \end_layout
973
974 \end_inset
975
976 , inserted in TeX-mode.
977 \end_layout
978
979 \end_inset
980
981  
982 \begin_inset ERT
983 status collapsed
984
985 \begin_layout Plain Layout
986
987
988 \backslash
989 spce 
990 \end_layout
991
992 \end_inset
993
994
995 \begin_inset space ~
996 \end_inset
997
998 denotes a space character to be input.
999 \end_layout
1000
1001 \begin_layout Itemize
1002 An arrow like 
1003 \begin_inset Formula $\to$
1004 \end_inset
1005
1006  denotes the usage of the corresponding arrow key on the keyboard.
1007 \end_layout
1008
1009 \begin_layout Subsection*
1010 Available units
1011 \end_layout
1012
1013 \begin_layout Standard
1014 \align center
1015 \begin_inset Float table
1016 placement H
1017 wide false
1018 sideways false
1019 status open
1020
1021 \begin_layout Plain Layout
1022 \align center
1023 \begin_inset Caption
1024
1025 \begin_layout Plain Layout
1026 \begin_inset CommandInset label
1027 LatexCommand label
1028 name "tab:Available-units"
1029
1030 \end_inset
1031
1032 Available units
1033 \end_layout
1034
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \begin_layout Plain Layout
1041 \align center
1042 \begin_inset Tabular
1043 <lyxtabular version="3" rows="13" columns="2">
1044 <features tabularvalignment="middle">
1045 <column alignment="center" valignment="top" width="0">
1046 <column alignment="center" valignment="top" width="0">
1047 <row>
1048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1049 \begin_inset Text
1050
1051 \begin_layout Plain Layout
1052 Unit
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 Name / Description
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 </row>
1067 <row>
1068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1069 \begin_inset Text
1070
1071 \begin_layout Plain Layout
1072 mm
1073 \end_layout
1074
1075 \end_inset
1076 </cell>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 Millimeter
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 </row>
1087 <row>
1088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1089 \begin_inset Text
1090
1091 \begin_layout Plain Layout
1092 cm
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 Centimeter
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 in
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Inch (1
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 in = 2,54
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 cm)
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 pt
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 Point (72.27
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 pt = 1
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 in)
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 pc
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 Pica (1
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 pc = 12
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 pt)
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 sp
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 scaled point (65536
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 sp = 1
1210 \begin_inset space \thinspace{}
1211 \end_inset
1212
1213 pt)
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 </row>
1219 <row>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 bp
1225 \end_layout
1226
1227 \end_inset
1228 </cell>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 big point (72
1234 \begin_inset space \thinspace{}
1235 \end_inset
1236
1237 bp = 1
1238 \begin_inset space \thinspace{}
1239 \end_inset
1240
1241 in)
1242 \end_layout
1243
1244 \end_inset
1245 </cell>
1246 </row>
1247 <row>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 dd
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 Didot (1
1262 \begin_inset space \thinspace{}
1263 \end_inset
1264
1265 dd 
1266 \begin_inset Formula $\approx$
1267 \end_inset
1268
1269  0.376
1270 \begin_inset space \thinspace{}
1271 \end_inset
1272
1273 mm)
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 </row>
1279 <row>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 cc
1285 \end_layout
1286
1287 \end_inset
1288 </cell>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 Cicero (1
1294 \begin_inset space \thinspace{}
1295 \end_inset
1296
1297 cc = 12
1298 \begin_inset space \thinspace{}
1299 \end_inset
1300
1301 dd)
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 </row>
1307 <row>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Plain Layout
1312 ex
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 Height of letter 
1322 \emph on
1323
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327 x
1328 \emph default
1329
1330 \begin_inset Quotes erd
1331 \end_inset
1332
1333  in the current font
1334 \end_layout
1335
1336 \end_inset
1337 </cell>
1338 </row>
1339 <row>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Plain Layout
1344 em
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 width of letter 
1354 \begin_inset Quotes eld
1355 \end_inset
1356
1357
1358 \emph on
1359 M
1360 \emph default
1361
1362 \begin_inset Quotes erd
1363 \end_inset
1364
1365  in the current font
1366 \end_layout
1367
1368 \end_inset
1369 </cell>
1370 </row>
1371 <row>
1372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1373 \begin_inset Text
1374
1375 \begin_layout Plain Layout
1376 mu
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1382 \begin_inset Text
1383
1384 \begin_layout Plain Layout
1385 math unit (1
1386 \begin_inset space \thinspace{}
1387 \end_inset
1388
1389 mu = 
1390 \begin_inset Formula $\nicefrac{1}{18}$
1391 \end_inset
1392
1393
1394 \begin_inset space \thinspace{}
1395 \end_inset
1396
1397 em)
1398 \end_layout
1399
1400 \end_inset
1401 </cell>
1402 </row>
1403 </lyxtabular>
1404
1405 \end_inset
1406
1407
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \begin_layout Standard
1416 \begin_inset Newpage newpage
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \begin_layout Section
1423 Basic Functions
1424 \end_layout
1425
1426 \begin_layout Subsection
1427 Exponents
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Exponents
1433 \end_layout
1434
1435 \end_inset
1436
1437  and Indices
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 Indices
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 Superscripts|see
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 {
1459 \end_layout
1460
1461 \end_inset
1462
1463 Exponents
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 }
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \begin_inset Index idx
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484 Subscripts|see
1485 \begin_inset ERT
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489
1490 {
1491 \end_layout
1492
1493 \end_inset
1494
1495 Indices
1496 \begin_inset ERT
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500
1501 }
1502 \end_layout
1503
1504 \end_inset
1505
1506
1507 \end_layout
1508
1509 \end_inset
1510
1511
1512 \end_layout
1513
1514 \begin_layout Standard
1515 Indices are created with an underscore 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 _
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  or via the math toolbar button 
1524 \begin_inset Graphics
1525         filename ../images/math-subscript.png
1526         scale 85
1527
1528 \end_inset
1529
1530  , exponents with a caret 
1531 \begin_inset Quotes eld
1532 \end_inset
1533
1534 ^
1535 \begin_inset Quotes erd
1536 \end_inset
1537
1538  or via the math toolbar button 
1539 \begin_inset Graphics
1540         filename ../images/math-superscript.png
1541         scale 85
1542
1543 \end_inset
1544
1545 .
1546 \end_layout
1547
1548 \begin_layout Standard
1549 \align center
1550 \begin_inset Tabular
1551 <lyxtabular version="3" rows="4" columns="2">
1552 <features tabularvalignment="middle">
1553 <column alignment="center" valignment="top" width="0pt">
1554 <column alignment="center" valignment="top" width="0pt">
1555 <row>
1556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 command
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 Result
1570 \begin_inset Note Note
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574
1575 \series bold
1576
1577 \backslash
1578 raisebox
1579 \series default
1580  is only used as spacer.
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 </row>
1591 <row>
1592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596 B_V
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605 \begin_inset Formula $B_{V}$
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 </row>
1614 <row>
1615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619 B^V
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 </row>
1637 <row>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642 B^
1643 \begin_inset ERT
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648
1649 \backslash
1650 spce 
1651 \end_layout
1652
1653 \end_inset
1654
1655 A
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 </row>
1673 </lyxtabular>
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 As the caret is in some languages an accent, vowels will be accentuated
1682  in this case and not set as exponents
1683 \begin_inset Foot
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687 Depending on the used keyboard settings this can also happen for other character
1688 s than vowels.
1689 \end_layout
1690
1691 \end_inset
1692
1693 .
1694  To get in this case exponents, press 
1695 \family sans
1696 Space
1697 \family default
1698  after the caret as in the last example.
1699 \end_layout
1700
1701 \begin_layout Subsection
1702 Fractions
1703 \begin_inset CommandInset label
1704 LatexCommand label
1705 name "sub:Fractions"
1706
1707 \end_inset
1708
1709
1710 \begin_inset Index idx
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 Fractions
1715 \end_layout
1716
1717 \end_inset
1718
1719
1720 \end_layout
1721
1722 \begin_layout Standard
1723 Fractions are generated with the command 
1724 \series bold
1725
1726 \backslash
1727 frac
1728 \series default
1729
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 Commands ! F ! 
1735 \backslash
1736 frac
1737 \end_layout
1738
1739 \end_inset
1740
1741  or via the math toolbar button 
1742 \begin_inset Graphics
1743         filename ../images/math/frac.png
1744         scale 50
1745
1746 \end_inset
1747
1748 .
1749  The font size is adjusted automatically, depending on whether the fraction
1750  is in an inline or display style formula.
1751  With the math toolbar button 
1752 \begin_inset Graphics
1753         filename ../images/math/frac-square.png
1754         scale 85
1755
1756 \end_inset
1757
1758  you can select different fraction types.
1759 \end_layout
1760
1761 \begin_layout Standard
1762 With the command 
1763 \series bold
1764
1765 \backslash
1766 dfrac
1767 \series default
1768
1769 \begin_inset Index idx
1770 status collapsed
1771
1772 \begin_layout Plain Layout
1773 Commands ! D ! 
1774 \backslash
1775 dfrac
1776 \end_layout
1777
1778 \end_inset
1779
1780  a fraction can be created that has in any case the size of a display style
1781  formula.
1782  With 
1783 \series bold
1784
1785 \backslash
1786 tfrac
1787 \series default
1788
1789 \begin_inset Index idx
1790 status collapsed
1791
1792 \begin_layout Plain Layout
1793 Commands ! T ! 
1794 \backslash
1795 tfrac
1796 \end_layout
1797
1798 \end_inset
1799
1800  the fraction appears always with the size of an inline formula.
1801  An example:
1802 \end_layout
1803
1804 \begin_layout Standard
1805 A line with the fraction 
1806 \begin_inset Formula $\frac{1}{2}$
1807 \end_inset
1808
1809  that was created with the command 
1810 \series bold
1811
1812 \backslash
1813 frac
1814 \series default
1815 .
1816 \end_layout
1817
1818 \begin_layout Standard
1819 A line with the fraction 
1820 \begin_inset Formula $\dfrac{1}{2}$
1821 \end_inset
1822
1823  that was created with the command 
1824 \series bold
1825
1826 \backslash
1827 dfrac
1828 \series default
1829 .
1830 \end_layout
1831
1832 \begin_layout Standard
1833 \align center
1834 \begin_inset Tabular
1835 <lyxtabular version="3" rows="4" columns="2">
1836 <features tabularvalignment="middle">
1837 <column alignment="center" valignment="top" width="0pt">
1838 <column alignment="center" valignment="top" width="0pt">
1839 <row>
1840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 Command
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853 Result
1854 \begin_inset Note Note
1855 status collapsed
1856
1857 \begin_layout Plain Layout
1858
1859 \series bold
1860
1861 \backslash
1862 raisebox
1863 \series default
1864  is only used as spacer.
1865 \end_layout
1866
1867 \end_inset
1868
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \backslash
1882 frac
1883 \begin_inset ERT
1884 status collapsed
1885
1886 \begin_layout Plain Layout
1887
1888
1889 \backslash
1890 spce 
1891 \end_layout
1892
1893 \end_inset
1894
1895 A
1896 \begin_inset Formula $\downarrow$
1897 \end_inset
1898
1899 B
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922
1923 \backslash
1924 dfrac
1925 \begin_inset ERT
1926 status collapsed
1927
1928 \begin_layout Plain Layout
1929
1930
1931 \backslash
1932 spce 
1933 \end_layout
1934
1935 \end_inset
1936
1937 A
1938 \begin_inset Formula $\downarrow$
1939 \end_inset
1940
1941 B
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Plain Layout
1950 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 </row>
1959 <row>
1960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1961 \begin_inset Text
1962
1963 \begin_layout Plain Layout
1964
1965 \backslash
1966 dfrac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 spce 
1975 \end_layout
1976
1977 \end_inset
1978
1979 e^
1980 \begin_inset ERT
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984
1985
1986 \backslash
1987 spce 
1988 \end_layout
1989
1990 \end_inset
1991
1992
1993 \backslash
1994 frac
1995 \begin_inset ERT
1996 status collapsed
1997
1998 \begin_layout Plain Layout
1999
2000
2001 \backslash
2002 spce 
2003 \end_layout
2004
2005 \end_inset
2006
2007 1
2008 \begin_inset Formula $\downarrow$
2009 \end_inset
2010
2011 2
2012 \begin_inset Formula $\downarrow\downarrow$
2013 \end_inset
2014
2015 3
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \end_inset
2031 </cell>
2032 </row>
2033 </lyxtabular>
2034
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041 \begin_inset VSpace bigskip
2042 \end_inset
2043
2044
2045 \begin_inset Newpage newpage
2046 \end_inset
2047
2048 For nested fractions the command 
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 Commands ! C ! 
2060 \backslash
2061 cfrac
2062 \end_layout
2063
2064 \end_inset
2065
2066  can be used.
2067  Here is an example:
2068 \begin_inset VSpace -3mm
2069 \end_inset
2070
2071
2072 \end_layout
2073
2074 \begin_layout Standard
2075 \begin_inset Formula \begin{align*}
2076 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2077 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2078 \end{align*}
2079
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Standard
2086 The command for the example above is:
2087 \end_layout
2088
2089 \begin_layout Standard
2090
2091 \series bold
2092
2093 \backslash
2094 cfrac
2095 \begin_inset ERT
2096 status collapsed
2097
2098 \begin_layout Plain Layout
2099
2100
2101 \backslash
2102 spce 
2103 \end_layout
2104
2105 \end_inset
2106
2107 A
2108 \begin_inset Formula $\downarrow$
2109 \end_inset
2110
2111 B+
2112 \backslash
2113 cfrac
2114 \begin_inset ERT
2115 status collapsed
2116
2117 \begin_layout Plain Layout
2118
2119
2120 \backslash
2121 spce 
2122 \end_layout
2123
2124 \end_inset
2125
2126 C+
2127 \backslash
2128 cfrac
2129 \begin_inset ERT
2130 status collapsed
2131
2132 \begin_layout Plain Layout
2133
2134
2135 \backslash
2136 spce 
2137 \end_layout
2138
2139 \end_inset
2140
2141 E
2142 \begin_inset Formula $\downarrow$
2143 \end_inset
2144
2145 F
2146 \begin_inset Formula $\downarrow$
2147 \end_inset
2148
2149 D
2150 \end_layout
2151
2152 \begin_layout Standard
2153 \begin_inset VSpace medskip
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Standard
2160
2161 \series bold
2162
2163 \backslash
2164 cfrac
2165 \series default
2166  sets the fraction always in the size of a displayed formula, also when
2167  it is part of another fraction.
2168 \end_layout
2169
2170 \begin_layout Standard
2171 It is possible to specify the alignment of the numerator.
2172  The command 
2173 \series bold
2174
2175 \backslash
2176 cfracleft
2177 \series default
2178  is used to left align it, the command 
2179 \series bold
2180
2181 \backslash
2182 cfracright
2183 \series default
2184  to right-align it.
2185  
2186 \series bold
2187
2188 \backslash
2189 cfrac
2190 \series default
2191  centers the numerator.
2192  These fractions demonstrate the different alignments:
2193 \end_layout
2194
2195 \begin_layout Standard
2196 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2197 \end_inset
2198
2199
2200 \begin_inset Formula $\cfrac{A}{B+C}$
2201 \end_inset
2202
2203
2204 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2205 \end_inset
2206
2207
2208 \end_layout
2209
2210 \begin_layout Standard
2211 \begin_inset Note Greyedout
2212 status open
2213
2214 \begin_layout Plain Layout
2215
2216 \series bold
2217 Note:
2218 \series default
2219  
2220 \series bold
2221
2222 \backslash
2223 cfracleft
2224 \series default
2225  and 
2226 \series bold
2227
2228 \backslash
2229 cfracright
2230 \series default
2231  are no real LaTeX commands but represent the command 
2232 \series bold
2233
2234 \backslash
2235 cfrac[alignment]{numerator}{denominator}
2236 \series default
2237  .
2238  Therefore you cannot use them in TeX code.
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 \begin_inset VSpace medskip
2248 \end_inset
2249
2250 It is often advantageous to combine 
2251 \series bold
2252
2253 \backslash
2254 cfrac
2255 \series default
2256  and 
2257 \series bold
2258
2259 \backslash
2260 frac
2261 \series default
2262 :
2263 \begin_inset Formula \[
2264 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2265
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \begin_layout Standard
2272 For inline fractions with a sloped fraction stroke you can use the command
2273  
2274 \series bold
2275
2276 \backslash
2277 nicefrac
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Commands ! N ! 
2285 \backslash
2286 nicefrac
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \begin_inset Formula $\nicefrac{5}{31}$
2293 \end_inset
2294
2295  or 
2296 \series bold
2297
2298 \backslash
2299 unitfrac
2300 \series default
2301
2302 \begin_inset Index idx
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Commands ! U ! 
2307 \backslash
2308 unitfrac
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \begin_inset Formula $\unitfrac{5}{31}$
2315 \end_inset
2316
2317  There is furthermore the command 
2318 \series bold
2319
2320 \backslash
2321 unitfracthree
2322 \series default
2323  that offers to write a fraction in combination with a number: 
2324 \begin_inset Formula $\unitfrac[2]{1}{3}$
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \begin_inset Note Greyedout
2332 status open
2333
2334 \begin_layout Plain Layout
2335
2336 \series bold
2337 Note:
2338 \series default
2339  
2340 \series bold
2341
2342 \backslash
2343 unitfracthree
2344 \series default
2345  is not a real LaTeX command but the command
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349
2350 \series bold
2351
2352 \backslash
2353 unitfrac[number]{numerator}{denominator}
2354 \series default
2355  .
2356  Therefore you cannot use it in TeX code.
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 How to define own fractions where the fraction stroke can be changed, is
2366  explained in 
2367 \begin_inset CommandInset ref
2368 LatexCommand ref
2369 reference "sub:Self-defined-Fractions"
2370
2371 \end_inset
2372
2373 .
2374 \end_layout
2375
2376 \begin_layout Subsection
2377 Roots
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Roots
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Square roots are created with 
2392 \series bold
2393
2394 \backslash
2395 sqrt
2396 \series default
2397
2398 \begin_inset Index idx
2399 status collapsed
2400
2401 \begin_layout Plain Layout
2402 Commands ! S ! 
2403 \backslash
2404 sqrt
2405 \end_layout
2406
2407 \end_inset
2408
2409  or the math toolbar button 
2410 \begin_inset Graphics
2411         filename ../images/math/sqrt.png
2412         scale 85
2413
2414 \end_inset
2415
2416 , all other roots with the command 
2417 \series bold
2418
2419 \backslash
2420 root
2421 \series default
2422
2423 \begin_inset Index idx
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 Commands ! R ! 
2428 \backslash
2429 root
2430 \end_layout
2431
2432 \end_inset
2433
2434  or with the math toolbar button 
2435 \begin_inset Graphics
2436         filename ../images/math/root.png
2437         scale 85
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Standard
2445 \align center
2446 \begin_inset Tabular
2447 <lyxtabular version="3" rows="3" columns="2">
2448 <features tabularvalignment="middle">
2449 <column alignment="center" valignment="top" width="0pt">
2450 <column alignment="center" valignment="top" width="0pt">
2451 <row>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 Command
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 Result
2466 \begin_inset Note Note
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470
2471 \series bold
2472
2473 \backslash
2474 raisebox
2475 \series default
2476  is only used as spacer.
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 </row>
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492
2493 \backslash
2494 sqrt
2495 \begin_inset ERT
2496 status collapsed
2497
2498 \begin_layout Plain Layout
2499
2500
2501 \backslash
2502 spce 
2503 \end_layout
2504
2505 \end_inset
2506
2507 A-B
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 </row>
2525 <row>
2526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Plain Layout
2530
2531 \backslash
2532 root
2533 \begin_inset ERT
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537
2538
2539 \backslash
2540 spce 
2541 \end_layout
2542
2543 \end_inset
2544
2545 3
2546 \begin_inset Formula $\downarrow$
2547 \end_inset
2548
2549 A-B
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Plain Layout
2558 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 </row>
2567 </lyxtabular>
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 A square root can also be created with 
2576 \series bold
2577
2578 \backslash
2579 root
2580 \series default
2581  when the root index field is left empty.
2582 \end_layout
2583
2584 \begin_layout Standard
2585 With certain indices the distance to the root is too small, like in this
2586  formula: 
2587 \begin_inset Formula $\sqrt[\beta]{B}$
2588 \end_inset
2589
2590
2591 \begin_inset Newline newline
2592 \end_inset
2593
2594 The 
2595 \begin_inset Formula $\beta$
2596 \end_inset
2597
2598  touches the root.
2599  To avoid this, the commands 
2600 \series bold
2601
2602 \backslash
2603 leftroot
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Commands ! L ! 
2611 \backslash
2612 leftroot
2613 \end_layout
2614
2615 \end_inset
2616
2617  and 
2618 \series bold
2619
2620 \backslash
2621 uproot
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 Commands ! U ! 
2629 \backslash
2630 uproot
2631 \end_layout
2632
2633 \end_inset
2634
2635  are used with the following scheme:
2636 \end_layout
2637
2638 \begin_layout Standard
2639
2640 \series bold
2641
2642 \backslash
2643 leftroot{distance}
2644 \series default
2645  and 
2646 \series bold
2647
2648 \backslash
2649 uproot{distance}
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Distance is the number of Big Points (unit bp; 
2654 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2655 \end_inset
2656
2657 ), that the index should be moved to the left or top, resp..
2658  The commands are written to the index.
2659  This way the command
2660 \begin_inset Newline newline
2661 \end_inset
2662
2663
2664 \series bold
2665
2666 \backslash
2667 root
2668 \backslash
2669 leftroot{-1
2670 \begin_inset Formula $\to$
2671 \end_inset
2672
2673
2674 \backslash
2675 uproot{2
2676 \begin_inset Formula $\to$
2677 \end_inset
2678
2679
2680 \backslash
2681 beta
2682 \begin_inset ERT
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686
2687
2688 \backslash
2689 spce 
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \begin_inset Formula $\to$
2696 \end_inset
2697
2698 B
2699 \begin_inset Newline newline
2700 \end_inset
2701
2702
2703 \series default
2704 produces a correct typeset formula: 
2705 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Subsection
2712 Binomial Coefficients
2713 \begin_inset Index idx
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Binomial coefficients
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \begin_layout Standard
2726 Binomial coefficients are inserted with the command 
2727 \series bold
2728
2729 \backslash
2730 binom
2731 \series default
2732
2733 \begin_inset Index idx
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Commands ! B ! 
2738 \backslash
2739 binom
2740 \end_layout
2741
2742 \end_inset
2743
2744  or with the submenu of the math toolbar button 
2745 \begin_inset Graphics
2746         filename ../images/math/frac-square.png
2747         scale 85
2748
2749 \end_inset
2750
2751 .
2752  Analog to fractions (
2753 \series bold
2754
2755 \backslash
2756 frac
2757 \series default
2758 ) there are besides 
2759 \series bold
2760
2761 \backslash
2762 binom
2763 \series default
2764  the commands 
2765 \series bold
2766
2767 \backslash
2768 dbinom
2769 \series default
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Commands ! D ! 
2776 \backslash
2777 dbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782  and 
2783 \series bold
2784
2785 \backslash
2786 tbinom
2787 \series default
2788
2789 \begin_inset Index idx
2790 status collapsed
2791
2792 \begin_layout Plain Layout
2793 Commands ! T ! 
2794 \backslash
2795 tbinom
2796 \end_layout
2797
2798 \end_inset
2799
2800 .
2801  For other brackets around binomial coeficients there are the commands 
2802 \series bold
2803
2804 \backslash
2805 brace
2806 \series default
2807
2808 \begin_inset Index idx
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Commands ! B ! 
2813 \backslash
2814 brace
2815 \end_layout
2816
2817 \end_inset
2818
2819  and 
2820 \series bold
2821
2822 \backslash
2823 brack
2824 \series default
2825
2826 \begin_inset Index idx
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830 Commands ! B ! 
2831 \backslash
2832 brack
2833 \end_layout
2834
2835 \end_inset
2836
2837 .
2838 \end_layout
2839
2840 \begin_layout Standard
2841 \align center
2842 \begin_inset Tabular
2843 <lyxtabular version="3" rows="6" columns="2">
2844 <features tabularvalignment="middle">
2845 <column alignment="center" valignment="top" width="0pt">
2846 <column alignment="center" valignment="top" width="0pt">
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 Command
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 Result
2862 \begin_inset Note Note
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867 \series bold
2868
2869 \backslash
2870 raisebox
2871 \series default
2872  is only used as spacer.
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \backslash
2890 binom
2891 \begin_inset ERT
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895
2896
2897 \backslash
2898 spce 
2899 \end_layout
2900
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\downarrow$
2905 \end_inset
2906
2907 B
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 dbinom
2933 \begin_inset ERT
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937
2938
2939 \backslash
2940 spce 
2941 \end_layout
2942
2943 \end_inset
2944
2945 A
2946 \begin_inset Formula $\downarrow$
2947 \end_inset
2948
2949 B
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \backslash
2974 tbinom
2975 \begin_inset ERT
2976 status collapsed
2977
2978 \begin_layout Plain Layout
2979
2980
2981 \backslash
2982 spce 
2983 \end_layout
2984
2985 \end_inset
2986
2987 A
2988 \begin_inset Formula $\downarrow$
2989 \end_inset
2990
2991 B
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 brack
3017 \begin_inset ERT
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021
3022
3023 \backslash
3024 spce 
3025 \end_layout
3026
3027 \end_inset
3028
3029 A
3030 \begin_inset Formula $\downarrow$
3031 \end_inset
3032
3033 B
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \backslash
3058 brace
3059 \begin_inset ERT
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063
3064
3065 \backslash
3066 spce 
3067 \end_layout
3068
3069 \end_inset
3070
3071 A
3072 \begin_inset Formula $\downarrow$
3073 \end_inset
3074
3075 B
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 </lyxtabular>
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Subsection
3101 Case Differentiations
3102 \begin_inset Index idx
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Case differentiations 
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="3" columns="2">
3118 <features tabularvalignment="middle">
3119 <column alignment="center" valignment="top" width="0pt">
3120 <column alignment="center" valignment="top" width="0pt">
3121 <row>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 Command
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Result
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \backslash
3148 cases
3149 \begin_inset ERT
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153
3154
3155 \backslash
3156 spce 
3157 \end_layout
3158
3159 \end_inset
3160
3161 A
3162 \begin_inset Formula $\to$
3163 \end_inset
3164
3165 B>0
3166 \begin_inset Index idx
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Commands ! C ! 
3171 \backslash
3172 cases
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\begin{cases}
3187 A & B>0\end{cases}$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \backslash
3203 cases
3204 \begin_inset ERT
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208
3209
3210 \backslash
3211 spce 
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \begin_inset Info
3218 type  "shortcut"
3219 arg   "newline-insert newline"
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 \begin_inset Formula $\begin{cases}
3232 A & \textrm{for }x>0\\
3233 B & \textrm{for }x=0
3234 \end{cases}$
3235 \end_inset
3236
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 </lyxtabular>
3244
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \begin_layout Standard
3251 After inserting 
3252 \series bold
3253
3254 \backslash
3255 cases
3256 \series default
3257  or the usage of the math toolbar button 
3258 \begin_inset Graphics
3259         filename ../images/math/cases.png
3260         scale 85
3261
3262 \end_inset
3263
3264  you can create new lines with the shortcut 
3265 \begin_inset Info
3266 type  "shortcut"
3267 arg   "newline-insert newline"
3268 \end_inset
3269
3270  or the table toolbar button 
3271 \begin_inset Graphics
3272         filename ../images/tabular-feature_append-row.png
3273         scale 85
3274
3275 \end_inset
3276
3277 .
3278 \end_layout
3279
3280 \begin_layout Standard
3281 The command 
3282 \series bold
3283
3284 \backslash
3285 cases
3286 \series default
3287  is also available via the menu 
3288 \family sans
3289 Insert\SpecialChar \menuseparator
3290 Math\SpecialChar \menuseparator
3291 Cases-Environment
3292 \family default
3293 .
3294 \end_layout
3295
3296 \begin_layout Subsection
3297 Negations
3298 \begin_inset Index idx
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 Negations
3303 \end_layout
3304
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \begin_layout Standard
3311 By inserting of 
3312 \series bold
3313
3314 \backslash
3315 not
3316 \series default
3317
3318 \begin_inset Index idx
3319 status collapsed
3320
3321 \begin_layout Plain Layout
3322 Commands ! N ! 
3323 \backslash
3324 not
3325 \end_layout
3326
3327 \end_inset
3328
3329  every character can be displayed canceled.
3330  The characters are quasi accentuated by a slash.
3331 \end_layout
3332
3333 \begin_layout Standard
3334 \align center
3335 \begin_inset Tabular
3336 <lyxtabular version="3" rows="4" columns="2">
3337 <features tabularvalignment="middle">
3338 <column alignment="center" valignment="top" width="0pt">
3339 <column alignment="center" valignment="top" width="0pt">
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Command
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Result
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \backslash
3367 not=
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 \begin_inset Formula $\not=$
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \backslash
3392 not 
3393 \backslash
3394 le
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 \begin_inset Formula $\not\le$
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \backslash
3419 not 
3420 \backslash
3421 parallel
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 \begin_inset Formula $\not\parallel$
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 </lyxtabular>
3440
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \begin_layout Standard
3447 The last example shows, that not all negations look good.
3448  Therefore there are for some negations special commands (see 
3449 \begin_inset CommandInset ref
3450 LatexCommand ref
3451 reference "sub:Mathematical-Symbols"
3452
3453 \end_inset
3454
3455  and 
3456 \begin_inset CommandInset ref
3457 LatexCommand ref
3458 reference "sec:Relations"
3459
3460 \end_inset
3461
3462 ).
3463 \end_layout
3464
3465 \begin_layout Subsection
3466 Placeholders
3467 \begin_inset CommandInset label
3468 LatexCommand label
3469 name "sub:Placeholders"
3470
3471 \end_inset
3472
3473
3474 \begin_inset Index idx
3475 status collapsed
3476
3477 \begin_layout Plain Layout
3478 Placeholders
3479 \end_layout
3480
3481 \end_inset
3482
3483
3484 \begin_inset Index idx
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488 Chemical characters ! Isotopes
3489 \end_layout
3490
3491 \end_inset
3492
3493
3494 \begin_inset Index idx
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498 Isotopes|see
3499 \begin_inset ERT
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503
3504 {
3505 \end_layout
3506
3507 \end_inset
3508
3509 Chemical characters
3510 \begin_inset ERT
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514
3515 }
3516 \end_layout
3517
3518 \end_inset
3519
3520
3521 \end_layout
3522
3523 \end_inset
3524
3525
3526 \end_layout
3527
3528 \begin_layout Standard
3529 When displaying e.
3530 \begin_inset space \thinspace{}
3531 \end_inset
3532
3533 g.
3534 \begin_inset space \space{}
3535 \end_inset
3536
3537 isotopes
3538 \begin_inset Foot
3539 status collapsed
3540
3541 \begin_layout Plain Layout
3542 Typesetting isotopes and chemical symbols is described in 
3543 \begin_inset CommandInset ref
3544 LatexCommand ref
3545 reference "sub:Chemical-Symbols-and"
3546
3547 \end_inset
3548
3549 .
3550 \end_layout
3551
3552 \end_inset
3553
3554  the following problem occurs:
3555 \end_layout
3556
3557 \begin_layout Standard
3558 \align center
3559 \begin_inset Tabular
3560 <lyxtabular version="3" rows="2" columns="2">
3561 <features tabularvalignment="middle">
3562 <column alignment="center" valignment="top" width="0pt">
3563 <column alignment="center" valignment="top" width="0pt">
3564 <row>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Indices created with sub- and superscripts:
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 correct indices:
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 </lyxtabular>
3611
3612 \end_inset
3613
3614
3615 \begin_inset Note Note
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621
3622 \backslash
3623 raisebox
3624 \series default
3625  is only used as spacer.
3626 \end_layout
3627
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \begin_layout Standard
3634 The shorter index is by default placed below or above the first character
3635  of the longer index.
3636  To avoid this there is the command 
3637 \series bold
3638
3639 \backslash
3640 phantom
3641 \series default
3642
3643 \begin_inset Index idx
3644 status collapsed
3645
3646 \begin_layout Plain Layout
3647 Commands ! P ! 
3648 \backslash
3649 phantom
3650 \end_layout
3651
3652 \end_inset
3653
3654  or the math toolbar button
3655 \begin_inset space \thinspace{}
3656 \end_inset
3657
3658
3659 \begin_inset Foot
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663 can be found in the submenu of the toolbar button 
3664 \begin_inset Graphics
3665         filename ../images/math/space.png
3666         scale 85
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674
3675  
3676 \begin_inset Graphics
3677         filename ../images/math/phantom.png
3678         scale 85
3679
3680 \end_inset
3681
3682  that creates one or more phantom characters.
3683  When inserting 
3684 \series bold
3685
3686 \backslash
3687 phantom
3688 \series default
3689  a small blue box appears that is superposed with two red arrows.
3690  The arrows indicate that the complete width and height of the box content
3691  will be created as placeholder.
3692  Phantom characters are accordingly placeholders with the size of the characters.
3693 \end_layout
3694
3695 \begin_layout Standard
3696 \align center
3697 \begin_inset Tabular
3698 <lyxtabular version="3" rows="4" columns="2">
3699 <features tabularvalignment="middle">
3700 <column alignment="center" valignment="top" width="0">
3701 <column alignment="center" valignment="top" width="0">
3702 <row>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Command
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Result
3717 \begin_inset Note Note
3718 status collapsed
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723
3724 \backslash
3725 raisebox
3726 \series default
3727  is only used as spacer.
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 ^19
3744 \begin_inset ERT
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748
3749
3750 \backslash
3751 spce 
3752 \end_layout
3753
3754 \end_inset
3755
3756 _
3757 \backslash
3758 phantom
3759 \begin_inset ERT
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763
3764
3765 \backslash
3766 spce 
3767 \end_layout
3768
3769 \end_inset
3770
3771 1
3772 \begin_inset Formula $\to$
3773 \end_inset
3774
3775 9
3776 \begin_inset ERT
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780
3781
3782 \backslash
3783 spce 
3784 \end_layout
3785
3786 \end_inset
3787
3788 F
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3798 \end_inset
3799
3800
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 ^235
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817
3818 \backslash
3819 spce 
3820 \end_layout
3821
3822 \end_inset
3823
3824 _
3825 \backslash
3826 phantom
3827 \begin_inset ERT
3828 status collapsed
3829
3830 \begin_layout Plain Layout
3831
3832
3833 \backslash
3834 spce 
3835 \end_layout
3836
3837 \end_inset
3838
3839 23
3840 \begin_inset Formula $\to$
3841 \end_inset
3842
3843 9
3844 \begin_inset ERT
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848
3849
3850 \backslash
3851 spce 
3852 \end_layout
3853
3854 \end_inset
3855
3856 F
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3866 \end_inset
3867
3868
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \backslash
3881 Lambda^
3882 \begin_inset ERT
3883 status collapsed
3884
3885 \begin_layout Plain Layout
3886
3887
3888 \backslash
3889 spce 
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \backslash
3896 phantom
3897 \begin_inset ERT
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901
3902
3903 \backslash
3904 spce 
3905 \end_layout
3906
3907 \end_inset
3908
3909 ii
3910 \begin_inset Formula $\to$
3911 \end_inset
3912
3913 t
3914 \begin_inset ERT
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918
3919
3920 \backslash
3921 spce 
3922 \end_layout
3923
3924 \end_inset
3925
3926 _MMt
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 </lyxtabular>
3945
3946 \end_inset
3947
3948
3949 \end_layout
3950
3951 \begin_layout Standard
3952 Furthermore there are the commands 
3953 \series bold
3954
3955 \backslash
3956 vphantom
3957 \series default
3958
3959 \begin_inset Index idx
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 Commands ! V ! 
3964 \backslash
3965 vphantom
3966 \end_layout
3967
3968 \end_inset
3969
3970  (toolbar button 
3971 \begin_inset space ~
3972 \end_inset
3973
3974
3975 \begin_inset Graphics
3976         filename ../images/math/vphantom.png
3977         scale 85
3978
3979 \end_inset
3980
3981 ) and 
3982 \series bold
3983
3984 \backslash
3985 hphantom
3986 \series default
3987
3988 \begin_inset Index idx
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992 Commands ! H ! 
3993 \backslash
3994 hphantom
3995 \end_layout
3996
3997 \end_inset
3998
3999  (toolbar button 
4000 \begin_inset space ~
4001 \end_inset
4002
4003
4004 \begin_inset Graphics
4005         filename ../images/math/hphantom.png
4006         scale 85
4007
4008 \end_inset
4009
4010 ).
4011  
4012 \series bold
4013
4014 \backslash
4015 hphantom
4016 \series default
4017  creates only space for the maximal height of the characters in the box
4018  but not for its width.
4019  
4020 \series bold
4021
4022 \backslash
4023 vphantom
4024 \series default
4025  creates only space for the width of the box content.
4026  Therefore  the boxes of both commands have only one red arrow.
4027 \end_layout
4028
4029 \begin_layout Standard
4030 For example creates 
4031 \series bold
4032
4033 \backslash
4034 vphantom
4035 \series default
4036
4037 \begin_inset ERT
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041
4042
4043 \backslash
4044 spce 
4045 \end_layout
4046
4047 \end_inset
4048
4049
4050 \series bold
4051 a
4052 \backslash
4053 int
4054 \series default
4055  space for the height of the integral sign,
4056 \begin_inset Foot
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060 The command 
4061 \series bold
4062
4063 \backslash
4064 int
4065 \series default
4066  creates an integral sign, see 
4067 \begin_inset CommandInset ref
4068 LatexCommand ref
4069 reference "sub:Big-Operators"
4070
4071 \end_inset
4072
4073 .
4074 \end_layout
4075
4076 \end_inset
4077
4078  because this is the larger character.
4079  An example application is in 
4080 \begin_inset CommandInset ref
4081 LatexCommand ref
4082 reference "sub:Multiline-Brackets"
4083
4084 \end_inset
4085
4086 .
4087 \end_layout
4088
4089 \begin_layout Standard
4090 Placeholders can also be used for text when it is inserted via the menu
4091  
4092 \family sans
4093 Insert\SpecialChar \menuseparator
4094 Formatting\SpecialChar \menuseparator
4095 Phantom
4096 \family default
4097 :
4098 \end_layout
4099
4100 \begin_layout Standard
4101 This is a sentence.
4102 \begin_inset Newline newline
4103 \end_inset
4104
4105
4106 \begin_inset Phantom Phantom
4107 status open
4108
4109 \begin_layout Plain Layout
4110 This
4111 \end_layout
4112
4113 \end_inset
4114
4115  is a sentence.
4116 \end_layout
4117
4118 \begin_layout Subsection
4119 Lines
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Lines
4125 \end_layout
4126
4127 \end_inset
4128
4129
4130 \begin_inset Index idx
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Formula ! underlined
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 \align center
4144 \begin_inset Tabular
4145 <lyxtabular version="3" rows="4" columns="2">
4146 <features tabularvalignment="middle">
4147 <column alignment="center" valignment="top" width="0pt">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <row>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Command
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Result
4164 \begin_inset Note Note
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170
4171 \backslash
4172 raisebox
4173 \series default
4174  is only used as spacer.
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \backslash
4192 overline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 spce 
4201 \end_layout
4202
4203 \end_inset
4204
4205 A+B
4206 \begin_inset Index idx
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 Commands ! O ! 
4211 \backslash
4212 overline
4213 \end_layout
4214
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \backslash
4242 underline
4243 \begin_inset ERT
4244 status collapsed
4245
4246 \begin_layout Plain Layout
4247
4248
4249 \backslash
4250 spce 
4251 \end_layout
4252
4253 \end_inset
4254
4255 A+B
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 Commands ! U ! 
4261 \backslash
4262 underline
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4277 \end_inset
4278
4279
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \backslash
4292 overline
4293 \begin_inset ERT
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297
4298
4299 \backslash
4300 spce 
4301 \end_layout
4302
4303 \end_inset
4304
4305
4306 \backslash
4307 underline
4308 \begin_inset ERT
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312
4313
4314 \backslash
4315 spce 
4316 \end_layout
4317
4318 \end_inset
4319
4320 A+B
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 </lyxtabular>
4339
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \begin_layout Standard
4346 In the last example it doesn't matter if first 
4347 \series bold
4348
4349 \backslash
4350 overline
4351 \series default
4352  or 
4353 \series bold
4354
4355 \backslash
4356 underline
4357 \series default
4358  is inserted.
4359 \end_layout
4360
4361 \begin_layout Standard
4362 To double underline e.
4363 \begin_inset space \thinspace{}
4364 \end_inset
4365
4366 g.
4367 \begin_inset space \space{}
4368 \end_inset
4369
4370 results, one uses 
4371 \series bold
4372
4373 \backslash
4374 underline
4375 \series default
4376  twice.
4377 \end_layout
4378
4379 \begin_layout Standard
4380 It is possible to place up to 6 lines above or below characters.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 \begin_inset VSpace bigskip
4385 \end_inset
4386
4387 Custom lines can be created using the command 
4388 \series bold
4389
4390 \backslash
4391 rule
4392 \series default
4393
4394 \begin_inset Index idx
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398 Commands ! R ! 
4399 \backslash
4400 rule
4401 \end_layout
4402
4403 \end_inset
4404
4405  which has the following scheme:
4406 \end_layout
4407
4408 \begin_layout Standard
4409
4410 \series bold
4411
4412 \backslash
4413 rule[vertical offset]{length}{thickness}
4414 \end_layout
4415
4416 \begin_layout Standard
4417 The optional vertical offset shifts the line upwards (or downwards, when
4418  the value is negative).
4419  The units listed in 
4420 \begin_inset CommandInset ref
4421 LatexCommand ref
4422 reference "tab:Available-units"
4423
4424 \end_inset
4425
4426  can be used for the values.
4427  Here are two example lines created with the commands
4428 \begin_inset Newline newline
4429 \end_inset
4430
4431
4432 \series bold
4433
4434 \backslash
4435 rule[-2ex]{3cm}{2pt}
4436 \series default
4437  and 
4438 \series bold
4439
4440 \backslash
4441 rule{2cm}{1pt}
4442 \series default
4443 :
4444 \end_layout
4445
4446 \begin_layout Standard
4447 This is a sentence 
4448 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4449 \end_inset
4450
4451  with two lines.
4452 \end_layout
4453
4454 \begin_layout Standard
4455
4456 \series bold
4457
4458 \backslash
4459 rule
4460 \series default
4461  can also be used for text when a line is inserted via the menu 
4462 \family sans
4463 Insert\SpecialChar \menuseparator
4464 Formatting\SpecialChar \menuseparator
4465 Horizontal
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Line
4470 \family default
4471 :
4472 \end_layout
4473
4474 \begin_layout Standard
4475 This is a sentence 
4476 \begin_inset CommandInset line
4477 LatexCommand rule
4478 offset "0.5ex"
4479 width "3cm"
4480 height "1pt"
4481
4482 \end_inset
4483
4484  with one line.
4485 \end_layout
4486
4487 \begin_layout Subsection
4488 Ellipses
4489 \begin_inset CommandInset label
4490 LatexCommand label
4491 name "sub:Ellipses"
4492
4493 \end_inset
4494
4495
4496 \begin_inset Index idx
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500 Ellipses
4501 \end_layout
4502
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \begin_layout Standard
4509 There are different types of ellipses available.
4510 \begin_inset Foot
4511 status collapsed
4512
4513 \begin_layout Plain Layout
4514 In the math toolbar in the submenu of the button 
4515 \begin_inset Graphics
4516         filename ../images/math/ldots.png
4517         scale 85
4518
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525
4526  For listings dots at the baseline are used (
4527 \series bold
4528
4529 \backslash
4530 ldots
4531 \series default
4532
4533 \begin_inset Index idx
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537 Commands ! L ! 
4538 \backslash
4539 ldots
4540 \end_layout
4541
4542 \end_inset
4543
4544 ), while for operations dots are needed that are on the same height as the
4545  operators (
4546 \series bold
4547
4548 \backslash
4549 cdots
4550 \series default
4551
4552 \begin_inset Index idx
4553 status collapsed
4554
4555 \begin_layout Plain Layout
4556 Commands ! C ! 
4557 \backslash
4558 cdots
4559 \end_layout
4560
4561 \end_inset
4562
4563 ).
4564  When using the command 
4565 \series bold
4566
4567 \backslash
4568 dots
4569 \series default
4570
4571 \begin_inset Index idx
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575 Commands ! D ! 
4576 \backslash
4577 dots
4578 \end_layout
4579
4580 \end_inset
4581
4582 , LaTeX decides on the basis of the next character what type is used.
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \align center
4587 \begin_inset Tabular
4588 <lyxtabular version="3" rows="8" columns="2">
4589 <features tabularvalignment="middle">
4590 <column alignment="center" valignment="top" width="0pt">
4591 <column alignment="center" valignment="top" width="0pt">
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Command
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Result
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,
4631 \backslash
4632 dots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 ,A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1},\dots,A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 A_1
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 spce 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +
4682 \backslash
4683 dots
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 +A_n
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $A_{1}+\dots+A_{n}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 A_1
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 spce 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,
4733 \backslash
4734 ldots
4735 \begin_inset ERT
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739
4740
4741 \backslash
4742 spce 
4743 \end_layout
4744
4745 \end_inset
4746
4747 ,A_n
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 \begin_inset Formula $A_{1},\ldots,A_{n}$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 A_1
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 spce 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +
4784 \backslash
4785 cdots
4786 \begin_inset ERT
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790
4791
4792 \backslash
4793 spce 
4794 \end_layout
4795
4796 \end_inset
4797
4798 +A_n
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \backslash
4823 vdots
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 \begin_inset Formula $\vdots$
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \backslash
4848 ddots
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 \begin_inset Formula $\ddots$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 3×3
4872 \begin_inset space \thinspace{}
4873 \end_inset
4874
4875 matrix with the different dots
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 \begin_inset Formula $\begin{array}{ccc}
4885 A_{11} & \cdots & A_{1m}\\
4886 \vdots & \ddots & \vdots\\
4887 A_{n1} & \cdots & A_{nm}
4888 \end{array}$
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 </row>
4897 </lyxtabular>
4898
4899 \end_inset
4900
4901
4902 \end_layout
4903
4904 \begin_layout Standard
4905 The ellipses available in menu 
4906 \family sans
4907 Insert\SpecialChar \menuseparator
4908 Special
4909 \begin_inset space ~
4910 \end_inset
4911
4912 Character
4913 \family default
4914  are 
4915 \series bold
4916
4917 \backslash
4918 ldots
4919 \series default
4920 .
4921 \end_layout
4922
4923 \begin_layout Standard
4924 \begin_inset VSpace medskip
4925 \end_inset
4926
4927 Specially for matrices there are ellipses that span over several columns.
4928  They are created with the command 
4929 \series bold
4930
4931 \backslash
4932 hdotsfor
4933 \series default
4934
4935 \begin_inset Index idx
4936 status collapsed
4937
4938 \begin_layout Plain Layout
4939 Commands ! H ! 
4940 \backslash
4941 hdotsfor
4942 \end_layout
4943
4944 \end_inset
4945
4946 , that has the following scheme:
4947 \end_layout
4948
4949 \begin_layout Standard
4950
4951 \series bold
4952
4953 \backslash
4954 hdotsfor[distance]{number of columns}
4955 \end_layout
4956
4957 \begin_layout Standard
4958 The number of columns specifies how many columns should be spanned.
4959  Distance is a factor for the distance between the dots.
4960 \end_layout
4961
4962 \begin_layout Standard
4963 In the following matrix the command 
4964 \series bold
4965
4966 \backslash
4967 hdotsfor[2]{4}
4968 \series default
4969  was inserted in the first box of the second line, to get an ellipsis with
4970  a dot distance twice as long as with the command 
4971 \series bold
4972
4973 \backslash
4974 dots
4975 \series default
4976 :
4977 \begin_inset Formula \[
4978 \left(\begin{array}{cccc}
4979 A & B & C & D\\
4980 \hdotsfor[2]{4}\\
4981 q & w & e & r
4982 \end{array}\right)\]
4983
4984 \end_inset
4985
4986 Note that the matrix fields that should be spanned must be empty, otherwise
4987  you get LaTeX-errors.
4988 \end_layout
4989
4990 \begin_layout Standard
4991 \begin_inset VSpace bigskip
4992 \end_inset
4993
4994 Furthermore you can fill with the command 
4995 \series bold
4996
4997 \backslash
4998 dotfill
4999 \series default
5000
5001 \begin_inset Index idx
5002 status collapsed
5003
5004 \begin_layout Plain Layout
5005 Commands ! D ! 
5006 \backslash
5007 dotfill
5008 \end_layout
5009
5010 \end_inset
5011
5012  the rest of a line with dots.
5013  The effect of these commands is the same like with 
5014 \series bold
5015
5016 \backslash
5017 hfill
5018 \series default
5019 , see 
5020 \begin_inset CommandInset ref
5021 LatexCommand ref
5022 reference "sub:Variable-Space"
5023
5024 \end_inset
5025
5026 .
5027 \end_layout
5028
5029 \begin_layout Standard
5030 For example the command 
5031 \series bold
5032 A
5033 \backslash
5034 dotfill
5035 \begin_inset ERT
5036 status collapsed
5037
5038 \begin_layout Plain Layout
5039
5040
5041 \backslash
5042 spce 
5043 \end_layout
5044
5045 \end_inset
5046
5047 B
5048 \series default
5049  produces
5050 \end_layout
5051
5052 \begin_layout Standard
5053 \begin_inset Formula $A\dotfill B$
5054 \end_inset
5055
5056
5057 \end_layout
5058
5059 \begin_layout Standard
5060 Analog to
5061 \series bold
5062  
5063 \backslash
5064 dotfill
5065 \series default
5066  there is for a line the command 
5067 \series bold
5068
5069 \backslash
5070 hrulefill
5071 \series default
5072
5073 \begin_inset Index idx
5074 status collapsed
5075
5076 \begin_layout Plain Layout
5077 Commands ! H ! 
5078 \backslash
5079 hrulefill
5080 \end_layout
5081
5082 \end_inset
5083
5084 :
5085 \end_layout
5086
5087 \begin_layout Standard
5088 \begin_inset Formula $A\hrulefill B$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \begin_layout Standard
5095 To use the commands for text, they have to be inserted in TeX-mode.
5096 \end_layout
5097
5098 \begin_layout Section
5099 Matrices
5100 \begin_inset CommandInset label
5101 LatexCommand label
5102 name "sec:Matrices"
5103
5104 \end_inset
5105
5106
5107 \begin_inset Index idx
5108 status collapsed
5109
5110 \begin_layout Plain Layout
5111 Matrices
5112 \end_layout
5113
5114 \end_inset
5115
5116
5117 \end_layout
5118
5119 \begin_layout Standard
5120 Matrices can be inserted via the math toolbar button 
5121 \begin_inset Graphics
5122         filename ../images/dialog-show_mathmatrix.png
5123         scale 85
5124
5125 \end_inset
5126
5127  or the menu 
5128 \family sans
5129 Insert\SpecialChar \menuseparator
5130 Math\SpecialChar \menuseparator
5131 Matrix
5132 \family default
5133 .
5134  In the matrix dialog you can specify the number of columns and rows, the
5135  alignment and the decoration.
5136  The vertical alignment is hereby only of importance for matrices in inline
5137  formulas:
5138 \end_layout
5139
5140 \begin_layout Standard
5141 The first matrix is top 
5142 \begin_inset Formula $\begin{array}[t]{cccc}
5143 A & D & G & J\\
5144 B & E & H & K\\
5145 C & F & I & L
5146 \end{array}$
5147 \end_inset
5148
5149 , the second middle 
5150 \begin_inset Formula $\begin{array}{cccc}
5151 A & D & G & J\\
5152 B & E & H & K\\
5153 C & F & I & L
5154 \end{array}$
5155 \end_inset
5156
5157  and the third bottom 
5158 \begin_inset Formula $\begin{array}[b]{cccc}
5159 A & D & G & J\\
5160 B & E & H & K\\
5161 C & F & I & L
5162 \end{array}$
5163 \end_inset
5164
5165  aligned.
5166 \end_layout
5167
5168 \begin_layout Standard
5169 The horizontal alignment specifies how the column entries should be aligned.
5170  It is set by entering a letter for every column.
5171  
5172 \emph on
5173 l
5174 \emph default
5175  denotes left aligned, 
5176 \emph on
5177 c
5178 \emph default
5179  centered and 
5180 \emph on
5181 r
5182 \emph default
5183  right aligned.
5184  To create for example a 4
5185 \series bold
5186 ×
5187 \series default
5188 4
5189 \begin_inset space ~
5190 \end_inset
5191
5192 matrix where the first column is left aligned, the second and third are
5193  centered and the last one is right aligned, one enters for the horizontal
5194  alignment 
5195 \series bold
5196 lccr
5197 \series default
5198 .
5199  Normally are in a matrix all columns centered, therefore the default is
5200  for every column is a 
5201 \series bold
5202 c
5203 \series default
5204 .
5205 \end_layout
5206
5207 \begin_layout Standard
5208 Horizontal alignment:
5209 \end_layout
5210
5211 \begin_layout Standard
5212
5213 \series bold
5214 lll
5215 \series default
5216  : 
5217 \begin_inset Formula $\begin{array}{lll}
5218 10000 & D & G\\
5219 B & 10000 & H\\
5220 C & F & 10000
5221 \end{array}$
5222 \end_inset
5223
5224  , 
5225 \series bold
5226 ccc
5227 \series default
5228  : 
5229 \begin_inset Formula $\begin{array}{ccc}
5230 10000 & D & G\\
5231 B & 10000 & H\\
5232 C & F & 10000
5233 \end{array}$
5234 \end_inset
5235
5236  , 
5237 \series bold
5238 rrr
5239 \series default
5240  : 
5241 \begin_inset Formula $\begin{array}{rrr}
5242 10000 & D & G\\
5243 B & 10000 & H\\
5244 C & F & 10000
5245 \end{array}$
5246 \end_inset
5247
5248
5249 \end_layout
5250
5251 \begin_layout Standard
5252 To add or delete rows and columns subsequently, the math toolbar buttons
5253  
5254 \begin_inset Graphics
5255         filename ../images/tabular-feature_append-row.png
5256         scale 85
5257
5258 \end_inset
5259
5260
5261 \begin_inset Graphics
5262         filename ../images/tabular-feature_delete-row.png
5263         scale 85
5264
5265 \end_inset
5266
5267 , etc.
5268 \begin_inset space \thinspace{}
5269 \end_inset
5270
5271 , or the menu 
5272 \family sans
5273 Edit\SpecialChar \menuseparator
5274 Rows & Columns
5275 \family default
5276  can be used.
5277  New rows can also be created with 
5278 \begin_inset Info
5279 type  "shortcut"
5280 arg   "newline-insert newline"
5281 \end_inset
5282
5283 .
5284 \end_layout
5285
5286 \begin_layout Standard
5287 \begin_inset VSpace bigskip
5288 \end_inset
5289
5290 The 
5291 \family sans
5292 Decoration
5293 \family default
5294  adds parentheses in the selected style around the matrix.
5295  Alternatively, parentheses can can either be created with the commands
5296  
5297 \series bold
5298
5299 \backslash
5300 left
5301 \series default
5302
5303 \begin_inset Index idx
5304 status collapsed
5305
5306 \begin_layout Plain Layout
5307 Commands ! L ! 
5308 \backslash
5309 left
5310 \end_layout
5311
5312 \end_inset
5313
5314  and 
5315 \series bold
5316
5317 \backslash
5318 right
5319 \series default
5320
5321 \begin_inset Index idx
5322 status collapsed
5323
5324 \begin_layout Plain Layout
5325 Commands ! R ! 
5326 \backslash
5327 right
5328 \end_layout
5329
5330 \end_inset
5331
5332  (shortcut 
5333 \family sans
5334 Alt+M
5335 \begin_inset space ~
5336 \end_inset
5337
5338 Parenthesis
5339 \family default
5340 ), see 
5341 \begin_inset CommandInset ref
5342 LatexCommand ref
5343 reference "sub:Automatic-Bracket-Size"
5344
5345 \end_inset
5346
5347 , or by using the following commands:
5348 \begin_inset VSpace medskip
5349 \end_inset
5350
5351
5352 \end_layout
5353
5354 \begin_layout Standard
5355 \begin_inset space \hfill{}
5356 \end_inset
5357
5358
5359 \begin_inset Tabular
5360 <lyxtabular version="3" rows="4" columns="2">
5361 <features tabularvalignment="middle">
5362 <column alignment="center" valignment="top" width="0">
5363 <column alignment="center" valignment="top" width="0">
5364 <row>
5365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 Command
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 Result
5379 \begin_inset Note Note
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383
5384 \series bold
5385
5386 \backslash
5387 raisebox
5388 \series default
5389  is only used as spacer.
5390 \end_layout
5391
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 </row>
5400 <row>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405
5406 \backslash
5407 bmatrix
5408 \begin_inset ERT
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412
5413
5414 \backslash
5415 spce 
5416 \end_layout
5417
5418 \end_inset
5419
5420 2
5421 \series bold
5422 ×
5423 \series default
5424 2
5425 \begin_inset space \thinspace{}
5426 \end_inset
5427
5428 matrix
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5438 0 & \textrm{-}\mathrm{i}\\
5439 \mathrm{i} & 0
5440 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 <row>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \backslash
5456 Bmatrix
5457 \begin_inset ERT
5458 status collapsed
5459
5460 \begin_layout Plain Layout
5461
5462
5463 \backslash
5464 spce 
5465 \end_layout
5466
5467 \end_inset
5468
5469 2
5470 \series bold
5471 ×
5472 \series default
5473 2
5474 \begin_inset space \thinspace{}
5475 \end_inset
5476
5477 matrix
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5487 0 & \textrm{-}\mathrm{i}\\
5488 \mathrm{i} & 0
5489 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5490 \end_inset
5491
5492
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 <row>
5499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503
5504 \backslash
5505 pmatrix
5506 \begin_inset ERT
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510
5511
5512 \backslash
5513 spce 
5514 \end_layout
5515
5516 \end_inset
5517
5518 2
5519 \series bold
5520 ×
5521 \series default
5522 2
5523 \begin_inset space \thinspace{}
5524 \end_inset
5525
5526 matrix
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5536 0 & \textrm{-}\mathrm{i}\\
5537 \mathrm{i} & 0
5538 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 </lyxtabular>
5548
5549 \end_inset
5550
5551
5552 \begin_inset space \hfill{}
5553 \end_inset
5554
5555
5556 \begin_inset Tabular
5557 <lyxtabular version="3" rows="4" columns="2">
5558 <features tabularvalignment="middle">
5559 <column alignment="center" valignment="top" width="0">
5560 <column alignment="center" valignment="top" width="0">
5561 <row>
5562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 Command
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 Result
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 </row>
5581 <row>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586
5587 \backslash
5588 vmatrix
5589 \begin_inset ERT
5590 status collapsed
5591
5592 \begin_layout Plain Layout
5593
5594
5595 \backslash
5596 spce 
5597 \end_layout
5598
5599 \end_inset
5600
5601 2
5602 \series bold
5603 ×
5604 \series default
5605 2
5606 \begin_inset space \thinspace{}
5607 \end_inset
5608
5609 matrix
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5619 0 & \textrm{-}\mathrm{i}\\
5620 \mathrm{i} & 0
5621 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635
5636 \backslash
5637 Vmatrix
5638 \begin_inset ERT
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642
5643
5644 \backslash
5645 spce 
5646 \end_layout
5647
5648 \end_inset
5649
5650 2
5651 \series bold
5652 ×
5653 \series default
5654 2
5655 \begin_inset space \thinspace{}
5656 \end_inset
5657
5658 matrix
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5668 0 & \textrm{-}\mathrm{i}\\
5669 \mathrm{i} & 0
5670 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684
5685 \backslash
5686 matrix
5687 \begin_inset ERT
5688 status collapsed
5689
5690 \begin_layout Plain Layout
5691
5692
5693 \backslash
5694 spce 
5695 \end_layout
5696
5697 \end_inset
5698
5699 2
5700 \series bold
5701 ×
5702 \series default
5703 2
5704 \begin_inset space \thinspace{}
5705 \end_inset
5706
5707 matrix
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5717 0 & \textrm{-}\mathrm{i}\\
5718 \mathrm{i} & 0
5719 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 </lyxtabular>
5729
5730 \end_inset
5731
5732
5733 \begin_inset space \hfill{}
5734 \end_inset
5735
5736
5737 \end_layout
5738
5739 \begin_layout Standard
5740 \begin_inset VSpace medskip
5741 \end_inset
5742
5743 When e.
5744 \begin_inset space \thinspace{}
5745 \end_inset
5746
5747 g.
5748 \begin_inset space \space{}
5749 \end_inset
5750
5751
5752 \series bold
5753
5754 \backslash
5755 vmatrix
5756 \series default
5757  is inserted, a blue box appears between two vertical lines where the matrix
5758  is inserted.
5759 \begin_inset Newline newline
5760 \end_inset
5761
5762 Note that decorated matrices ignore the vertical alignment.
5763 \end_layout
5764
5765 \begin_layout Standard
5766 \begin_inset VSpace bigskip
5767 \end_inset
5768
5769 As all multiline formulas are matrices, the length 
5770 \series bold
5771
5772 \backslash
5773 arraycolsep
5774 \series default
5775
5776 \begin_inset Index idx
5777 status collapsed
5778
5779 \begin_layout Plain Layout
5780 Commands ! A ! 
5781 \backslash
5782 arraycolsep
5783 \end_layout
5784
5785 \end_inset
5786
5787  that is described in 
5788 \begin_inset CommandInset ref
5789 LatexCommand ref
5790 reference "sub:Column-Separation"
5791
5792 \end_inset
5793
5794  can also be used to change the column separation of matrices.
5795 \end_layout
5796
5797 \begin_layout Standard
5798 To change the row separation, the command 
5799 \series bold
5800
5801 \backslash
5802 arraystretch
5803 \series default
5804
5805 \begin_inset Index idx
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809 Commands ! A ! 
5810 \backslash
5811 arraystretch
5812 \end_layout
5813
5814 \end_inset
5815
5816  is used.
5817  It is used as follows:
5818 \end_layout
5819
5820 \begin_layout Standard
5821
5822 \series bold
5823
5824 \backslash
5825 renewcommand{
5826 \backslash
5827 arraystretch}{stretch factor}
5828 \begin_inset Index idx
5829 status collapsed
5830
5831 \begin_layout Plain Layout
5832 Commands ! R ! 
5833 \backslash
5834 renewcommand
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \begin_layout Standard
5843 The command 
5844 \series bold
5845
5846 \backslash
5847 renewcommand
5848 \series default
5849  assigns the stretch factor to the predefined command 
5850 \series bold
5851
5852 \backslash
5853 arraystretch
5854 \series default
5855 .
5856  To double e.
5857 \begin_inset space \thinspace{}
5858 \end_inset
5859
5860 g.
5861 \begin_inset space \space{}
5862 \end_inset
5863
5864 the row separation, use the factor 2.
5865  This is then used for all following matrices.
5866  To go back to the original separation, assign the factor 1 to 
5867 \series bold
5868
5869 \backslash
5870 arraystretch
5871 \series default
5872 .
5873 \end_layout
5874
5875 \begin_layout Standard
5876 To set matrices into a text line, the command 
5877 \series bold
5878
5879 \backslash
5880 smallmatrix
5881 \series default
5882
5883 \begin_inset Index idx
5884 status collapsed
5885
5886 \begin_layout Plain Layout
5887 Commands ! S ! 
5888 \backslash
5889 smallmatrix
5890 \end_layout
5891
5892 \end_inset
5893
5894  is used.
5895  When it is inserted a blue box with two dashed lines appears.
5896  In this box the matrix is inserted.
5897 \end_layout
5898
5899 \begin_layout Standard
5900 This is a matrix 
5901 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5902 C & D
5903 \end{smallmatrix}\right)$
5904 \end_inset
5905
5906  in a text line.
5907 \end_layout
5908
5909 \begin_layout Section
5910 Brackets and Delimiters
5911 \begin_inset Index idx
5912 status collapsed
5913
5914 \begin_layout Plain Layout
5915 Brackets
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \begin_inset Index idx
5922 status collapsed
5923
5924 \begin_layout Plain Layout
5925 Delimiters
5926 \end_layout
5927
5928 \end_inset
5929
5930
5931 \end_layout
5932
5933 \begin_layout Subsection
5934 Vertical Brackets and Delimiters
5935 \begin_inset Index idx
5936 status collapsed
5937
5938 \begin_layout Plain Layout
5939 Brackets ! vertical
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \begin_layout Standard
5948 \begin_inset space \hfill{}
5949 \end_inset
5950
5951
5952 \begin_inset Tabular
5953 <lyxtabular version="3" rows="9" columns="2">
5954 <features tabularvalignment="middle">
5955 <column alignment="center" valignment="top" width="0pt">
5956 <column alignment="center" valignment="top" width="0pt">
5957 <row>
5958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 Command
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 Result
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 </row>
5977 <row>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 (
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $($
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 {
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 \begin_inset Formula $\{$
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 <row>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 [
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 \begin_inset Formula $[$
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 <row>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051
6052 \backslash
6053 langle
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 \begin_inset Formula $\langle$
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076
6077 \backslash
6078 lceil
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 $\lceil$
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 \backslash
6103 lfloor
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 \begin_inset Formula $\lfloor$
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 </row>
6121 <row>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 /
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 $/$
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" bottomline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 |
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $|$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 </lyxtabular>
6168
6169 \end_inset
6170
6171
6172 \begin_inset space \hfill{}
6173 \end_inset
6174
6175
6176 \begin_inset Tabular
6177 <lyxtabular version="3" rows="9" columns="2">
6178 <features tabularvalignment="middle">
6179 <column alignment="center" valignment="top" width="0pt">
6180 <column alignment="center" valignment="top" width="0pt">
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 Command
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 Result
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 )
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $)$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 <row>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 }
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 \begin_inset Formula $\}$
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 ]
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 \begin_inset Formula $]$
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275
6276 \backslash
6277 rangle
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 \begin_inset Formula $\rangle$
6287 \end_inset
6288
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300
6301 \backslash
6302 rceil
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 $\rceil$
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 \backslash
6327 rfloor
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 \begin_inset Formula $\rfloor$
6337 \end_inset
6338
6339
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350
6351 \backslash
6352
6353 \backslash
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 \begin_inset Formula $\backslash$
6364 \end_inset
6365
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 </row>
6372 <row>
6373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377
6378 \backslash
6379 |
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Formula $\|$
6389 \end_inset
6390
6391
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 </row>
6397 </lyxtabular>
6398
6399 \end_inset
6400
6401
6402 \begin_inset space \hfill{}
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \begin_layout Standard
6409
6410 \series medium
6411 \begin_inset Note Greyedout
6412 status open
6413
6414 \begin_layout Plain Layout
6415
6416 \series bold
6417 Note:
6418 \series default
6419  In TeX-mode the command 
6420 \series bold
6421
6422 \backslash
6423 textbackslash
6424 \series default
6425
6426 \begin_inset Index idx
6427 status collapsed
6428
6429 \begin_layout Plain Layout
6430 Commands ! T ! 
6431 \backslash
6432 textbackslash
6433 \end_layout
6434
6435 \end_inset
6436
6437  must be used for the backslash, because the command 
6438 \series bold
6439
6440 \backslash
6441
6442 \backslash
6443
6444 \series default
6445  produces there a line break.
6446 \end_layout
6447
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \begin_layout Standard
6454 For all characters listed above the size can be adjusted with the commands
6455  described in the following two subsections.
6456  When using these commands, the characters < and > can directly be used
6457  instead of the commands 
6458 \series bold
6459
6460 \backslash
6461 langle
6462 \series default
6463  and 
6464 \series bold
6465
6466 \backslash
6467 rangle
6468 \series default
6469 .
6470 \end_layout
6471
6472 \begin_layout Subsubsection
6473 Manual Bracket Size
6474 \begin_inset CommandInset label
6475 LatexCommand label
6476 name "sub:Manual-Bracket-Size"
6477
6478 \end_inset
6479
6480
6481 \begin_inset Index idx
6482 status collapsed
6483
6484 \begin_layout Plain Layout
6485 Bracket size ! manual
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \begin_layout Standard
6494 The bracket size can be specified manually by the LaTeX-commands 
6495 \series bold
6496
6497 \backslash
6498 big
6499 \series default
6500
6501 \begin_inset Index idx
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505 Commands ! B ! 
6506 \backslash
6507 big
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \series bold
6514
6515 \backslash
6516 Big
6517 \series default
6518
6519 \series bold
6520
6521 \backslash
6522 bigg
6523 \series default
6524  and 
6525 \series bold
6526
6527 \backslash
6528 Bigg
6529 \series default
6530 .
6531  
6532 \series bold
6533
6534 \backslash
6535 big
6536 \series default
6537  denotes the smallest and 
6538 \series bold
6539
6540 \backslash
6541 Bigg
6542 \series default
6543  the largest bracket size.
6544 \end_layout
6545
6546 \begin_layout Standard
6547 These commands are used to emphasize levels of brackets:
6548 \end_layout
6549
6550 \begin_layout Standard
6551 \align center
6552 \begin_inset Tabular
6553 <lyxtabular version="3" rows="2" columns="2">
6554 <features tabularvalignment="middle">
6555 <column alignment="center" valignment="top" width="0pt">
6556 <column alignment="center" valignment="top" width="0pt">
6557 <row>
6558 <cell alignment="center" valignment="top" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 all brackets in the same size:
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 <row>
6581 <cell alignment="center" valignment="top" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 this looks better:
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6595 \end_inset
6596
6597
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 </row>
6603 </lyxtabular>
6604
6605 \end_inset
6606
6607
6608 \begin_inset Note Note
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612
6613 \series bold
6614
6615 \backslash
6616 raisebox
6617 \series default
6618  is only used as spacer.
6619 \end_layout
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \begin_layout Standard
6627 For the second formula the command 
6628 \series bold
6629
6630 \backslash
6631 Big((A+B)(A-B)
6632 \backslash
6633 Big)^
6634 \begin_inset ERT
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638
6639
6640 \backslash
6641 spce 
6642 \end_layout
6643
6644 \end_inset
6645
6646 C
6647 \series default
6648  has been used.
6649 \end_layout
6650
6651 \begin_layout Standard
6652 Here is an overview about all bracket sizes:
6653 \end_layout
6654
6655 \begin_layout Standard
6656 \align center
6657
6658 \backslash
6659 Bigg(
6660 \backslash
6661 exp
6662 \backslash
6663 bigg<
6664 \backslash
6665 Big[
6666 \backslash
6667 big{
6668 \backslash
6669 ln(3x)
6670 \backslash
6671 big}^2
6672 \begin_inset ERT
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676
6677
6678 \backslash
6679 spce 
6680 \end_layout
6681
6682 \end_inset
6683
6684
6685 \backslash
6686 sin(x)
6687 \backslash
6688 Big]^
6689 \begin_inset ERT
6690 status collapsed
6691
6692 \begin_layout Plain Layout
6693
6694
6695 \backslash
6696 spce 
6697 \end_layout
6698
6699 \end_inset
6700
6701 A
6702 \begin_inset ERT
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707
6708 \backslash
6709 spce 
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \backslash
6716 bigg>
6717 \backslash
6718 Bigg)^0,5
6719 \end_layout
6720
6721 \begin_layout Standard
6722 \align center
6723 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6724 \end_inset
6725
6726
6727 \end_layout
6728
6729 \begin_layout Standard
6730 Besides the 
6731 \series bold
6732
6733 \backslash
6734 big
6735 \series default
6736 -commands there is the variant 
6737 \series bold
6738
6739 \backslash
6740 bigm
6741 \series default
6742
6743 \begin_inset Index idx
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747 Commands ! B ! 
6748 \backslash
6749 bigm
6750 \end_layout
6751
6752 \end_inset
6753
6754  that adds a bit more space between the bracket and its content, and the
6755  variant 
6756 \series bold
6757
6758 \backslash
6759 bigl
6760 \series default
6761 -
6762 \series bold
6763
6764 \backslash
6765 bigr
6766 \series default
6767
6768 \begin_inset Index idx
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Commands ! B ! 
6773 \backslash
6774 bigl - 
6775 \backslash
6776 bigr
6777 \end_layout
6778
6779 \end_inset
6780
6781 , that don't add additional space.
6782  The 
6783 \emph on
6784 l
6785 \emph default
6786  at the end of the command 
6787 \series bold
6788
6789 \backslash
6790 bigl
6791 \series default
6792  is for a left bracket; for a right bracket this will be replaced by an
6793  
6794 \emph on
6795 r
6796 \emph default
6797 .
6798  A left or right bracket can each be an opening or closing bracket.
6799 \end_layout
6800
6801 \begin_layout Standard
6802 In the following table is a comparison of the variants:
6803 \end_layout
6804
6805 \begin_layout Standard
6806 \align center
6807 \begin_inset Tabular
6808 <lyxtabular version="3" rows="5" columns="2">
6809 <features tabularvalignment="middle">
6810 <column alignment="center" valignment="middle" width="0">
6811 <column alignment="center" valignment="middle" width="0">
6812 <row>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 Command
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 Result
6827 \begin_inset Note Note
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831
6832 \series bold
6833
6834 \backslash
6835 raisebox
6836 \series default
6837  is only used as spacer.
6838 \end_layout
6839
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 </row>
6848 <row>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853
6854 \backslash
6855 Bigm(
6856 \backslash
6857 bigm(
6858 \backslash
6859 ln(3x)
6860 \backslash
6861 bigm)^2
6862 \series bold
6863
6864 \begin_inset ERT
6865 status collapsed
6866
6867 \begin_layout Plain Layout
6868
6869
6870 \backslash
6871 spce 
6872 \end_layout
6873
6874 \end_inset
6875
6876
6877 \series default
6878
6879 \backslash
6880 Bigm)
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6890 \end_inset
6891
6892
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903
6904 \backslash
6905 Big(
6906 \backslash
6907 big(
6908 \backslash
6909 ln(3x)
6910 \backslash
6911 big)^2
6912 \series bold
6913
6914 \begin_inset ERT
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918
6919
6920 \backslash
6921 spce 
6922 \end_layout
6923
6924 \end_inset
6925
6926
6927 \series default
6928
6929 \backslash
6930 Big)
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6940 \end_inset
6941
6942
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 </row>
6948 <row>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \backslash
6955 Bigl(
6956 \backslash
6957 bigl(
6958 \backslash
6959 ln(3x)
6960 \backslash
6961 bigr)^2
6962 \series bold
6963
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969
6970 \backslash
6971 spce 
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \series default
6978
6979 \backslash
6980 Bigr)
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003
7004 \backslash
7005 bigl)
7006 \backslash
7007 ln(3x)
7008 \backslash
7009 bigr(
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7019 \end_inset
7020
7021
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 </row>
7027 </lyxtabular>
7028
7029 \end_inset
7030
7031
7032 \end_layout
7033
7034 \begin_layout Subsubsection
7035 Automatic Bracket Size
7036 \begin_inset CommandInset label
7037 LatexCommand label
7038 name "sub:Automatic-Bracket-Size"
7039
7040 \end_inset
7041
7042
7043 \begin_inset Index idx
7044 status collapsed
7045
7046 \begin_layout Plain Layout
7047 Bracket size ! automatic
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \begin_layout Standard
7056 Brackets with variable size can be inserted with the commands 
7057 \series bold
7058
7059 \backslash
7060 left
7061 \series default
7062
7063 \begin_inset Index idx
7064 status collapsed
7065
7066 \begin_layout Plain Layout
7067 Commands ! L ! 
7068 \backslash
7069 left
7070 \end_layout
7071
7072 \end_inset
7073
7074  and 
7075 \series bold
7076
7077 \backslash
7078 right
7079 \series default
7080
7081 \begin_inset Index idx
7082 status collapsed
7083
7084 \begin_layout Plain Layout
7085 Commands ! R ! 
7086 \backslash
7087 right
7088 \end_layout
7089
7090 \end_inset
7091
7092  or via the math toolbar button 
7093 \begin_inset Graphics
7094         filename ../images/dialog-show_mathdelimiter.png
7095         scale 85
7096
7097 \end_inset
7098
7099 .
7100  Directly behind 
7101 \series bold
7102
7103 \backslash
7104 left
7105 \series default
7106  and 
7107 \series bold
7108
7109 \backslash
7110 right
7111 \series default
7112  the wanted bracket must be inserted.
7113  The bracket size will then automatically be calculated for the output.
7114 \end_layout
7115
7116 \begin_layout Standard
7117 \align center
7118 normal bracket: The command 
7119 \series bold
7120
7121 \backslash
7122 ln(
7123 \backslash
7124 frac
7125 \begin_inset ERT
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129
7130
7131 \backslash
7132 spce 
7133 \end_layout
7134
7135 \end_inset
7136
7137 A
7138 \begin_inset Formula $\downarrow$
7139 \end_inset
7140
7141 C
7142 \begin_inset ERT
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146
7147
7148 \backslash
7149 spce 
7150 \end_layout
7151
7152 \end_inset
7153
7154 )
7155 \series default
7156  creates
7157 \begin_inset Formula \[
7158 \ln(\frac{A}{C})\]
7159
7160 \end_inset
7161
7162
7163 \end_layout
7164
7165 \begin_layout Standard
7166 \align center
7167 multiline bracket: The command 
7168 \series bold
7169
7170 \backslash
7171 ln
7172 \backslash
7173 left(
7174 \backslash
7175 frac
7176 \begin_inset ERT
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180
7181
7182 \backslash
7183 spce 
7184 \end_layout
7185
7186 \end_inset
7187
7188 A
7189 \begin_inset Formula $\downarrow$
7190 \end_inset
7191
7192 C
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 spce 
7201 \end_layout
7202
7203 \end_inset
7204
7205
7206 \backslash
7207 right)
7208 \series default
7209  creates
7210 \begin_inset Formula \[
7211 \ln\left(\frac{A}{C}\right)\]
7212
7213 \end_inset
7214
7215
7216 \end_layout
7217
7218 \begin_layout Standard
7219 Instead of 
7220 \series bold
7221
7222 \backslash
7223 left
7224 \series default
7225  and 
7226 \series bold
7227
7228 \backslash
7229 right
7230 \series default
7231  the shortcut 
7232 \family sans
7233 Alt+M
7234 \begin_inset space ~
7235 \end_inset
7236
7237 Bracket
7238 \family default
7239  can be used.
7240  This has the advantage that you can see in LyX immediately the real bracket
7241  size and that the matching right bracket will be created too.
7242 \begin_inset Newline newline
7243 \end_inset
7244
7245 The command for the last example would then be: 
7246 \series bold
7247
7248 \backslash
7249 ln Alt+M
7250 \series default
7251  
7252 \series bold
7253 (
7254 \backslash
7255 frac
7256 \begin_inset ERT
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260
7261
7262 \backslash
7263 spce 
7264 \end_layout
7265
7266 \end_inset
7267
7268 A
7269 \begin_inset Formula $\downarrow$
7270 \end_inset
7271
7272 C
7273 \end_layout
7274
7275 \begin_layout Standard
7276 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7277  For example the command 
7278 \series bold
7279
7280 \backslash
7281 left.
7282 \backslash
7283 frac
7284 \begin_inset ERT
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288
7289
7290 \backslash
7291 spce 
7292 \end_layout
7293
7294 \end_inset
7295
7296 A
7297 \begin_inset Formula $\downarrow$
7298 \end_inset
7299
7300 B
7301 \begin_inset ERT
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305
7306
7307 \backslash
7308 spce 
7309 \end_layout
7310
7311 \end_inset
7312
7313
7314 \backslash
7315 right}
7316 \series default
7317  creates:
7318 \series bold
7319
7320 \begin_inset Formula \[
7321 \left.\frac{A}{B}\right\} \]
7322
7323 \end_inset
7324
7325
7326 \series default
7327 The commands 
7328 \series bold
7329
7330 \backslash
7331 left
7332 \series default
7333  and 
7334 \series bold
7335
7336 \backslash
7337 right
7338 \series default
7339  will be converted by LyX to brackets in the right size when the document
7340  is reloaded and an omitted bracket will appear as dashed line.
7341 \end_layout
7342
7343 \begin_layout Standard
7344 \begin_inset VSpace bigskip
7345 \end_inset
7346
7347 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7348  the command 
7349 \series bold
7350
7351 \backslash
7352 middle
7353 \series default
7354
7355 \begin_inset Index idx
7356 status collapsed
7357
7358 \begin_layout Plain Layout
7359 Commands ! M ! 
7360 \backslash
7361 middle
7362 \end_layout
7363
7364 \end_inset
7365
7366  is additionally available for all brackets and limits.
7367  With this command the height of the following character is adapted to the
7368  one of the surrounding brackets, what is e.
7369 \begin_inset space \thinspace{}
7370 \end_inset
7371
7372 g.
7373 \begin_inset space \space{}
7374 \end_inset
7375
7376 needed for physical vectors:
7377 \begin_inset Formula \[
7378 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7379
7380 \end_inset
7381
7382 For physical vectors there is a special LaTeX-package, described in 
7383 \begin_inset CommandInset ref
7384 LatexCommand ref
7385 reference "sub:Physical-Vectors"
7386
7387 \end_inset
7388
7389 .
7390 \end_layout
7391
7392 \begin_layout Subsection
7393 Horizontal Brackets
7394 \begin_inset Index idx
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398 Brackets ! horizontal
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \align center
7408 \begin_inset Tabular
7409 <lyxtabular version="3" rows="4" columns="2">
7410 <features tabularvalignment="middle">
7411 <column alignment="center" valignment="top" width="0pt">
7412 <column alignment="center" valignment="top" width="0pt">
7413 <row>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 Command
7419 \begin_inset Note Note
7420 status collapsed
7421
7422 \begin_layout Plain Layout
7423
7424 \series bold
7425
7426 \backslash
7427 raisebox
7428 \series default
7429  is only used as spacer.
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 Result
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 \begin_inset ERT
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458
7459
7460 \backslash
7461 raisebox{2.3mm}{
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \backslash
7468 overbrace
7469 \begin_inset ERT
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473
7474
7475 \backslash
7476 spce 
7477 \end_layout
7478
7479 \end_inset
7480
7481 A+B
7482 \begin_inset ERT
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486
7487
7488 \backslash
7489 spce 
7490 \end_layout
7491
7492 \end_inset
7493
7494 ^
7495 \begin_inset ERT
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499
7500
7501 \backslash
7502 spce 
7503 \end_layout
7504
7505 \end_inset
7506
7507 3
7508 \begin_inset ERT
7509 status collapsed
7510
7511 \begin_layout Plain Layout
7512
7513 }
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \begin_inset Index idx
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523 Commands ! O ! 
7524 \backslash
7525 overbrace
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 \begin_inset Formula $\overbrace{A+B}^{3}$
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 raisebox{-2.2mm}{
7561 \end_layout
7562
7563 \end_inset
7564
7565
7566 \backslash
7567 underbrace
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 spce 
7576 \end_layout
7577
7578 \end_inset
7579
7580 A+B
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 spce 
7589 \end_layout
7590
7591 \end_inset
7592
7593 _5
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599 }
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \begin_inset Index idx
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Commands ! U ! 
7610 \backslash
7611 underbrace
7612 \end_layout
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 \begin_inset Formula $\underbrace{A+B}_{5}$
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \backslash
7641 overbrace
7642 \begin_inset ERT
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646
7647
7648 \backslash
7649 spce 
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \backslash
7656 underbrace
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 spce 
7665 \end_layout
7666
7667 \end_inset
7668
7669 A+B_w
7670 \begin_inset ERT
7671 status collapsed
7672
7673 \begin_layout Plain Layout
7674
7675
7676 \backslash
7677 spce 
7678 \end_layout
7679
7680 \end_inset
7681
7682
7683 \begin_inset ERT
7684 status collapsed
7685
7686 \begin_layout Plain Layout
7687
7688
7689 \backslash
7690 spce 
7691 \end_layout
7692
7693 \end_inset
7694
7695 _7
7696 \begin_inset ERT
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700
7701
7702 \backslash
7703 spce 
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \begin_inset ERT
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713
7714
7715 \backslash
7716 spce 
7717 \end_layout
7718
7719 \end_inset
7720
7721 ^
7722 \begin_inset ERT
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726
7727
7728 \backslash
7729 spce 
7730 \end_layout
7731
7732 \end_inset
7733
7734 C
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7744 \end_inset
7745
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 </lyxtabular>
7753
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \begin_layout Standard
7760 In the last example it doesn't matter if 
7761 \series bold
7762
7763 \backslash
7764 overbrace
7765 \series default
7766  or 
7767 \series bold
7768
7769 \backslash
7770 underbrace
7771 \series default
7772  is inserted at first.
7773 \end_layout
7774
7775 \begin_layout Standard
7776 \begin_inset VSpace bigskip
7777 \end_inset
7778
7779 When brackets are needed that overlap each other, multiline formulas, as
7780  described in 
7781 \begin_inset CommandInset ref
7782 LatexCommand ref
7783 reference "sec:Multiline-Formulas"
7784
7785 \end_inset
7786
7787 , must be used:
7788 \begin_inset Formula \begin{eqnarray*}
7789 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7790  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7791 \end{eqnarray*}
7792
7793 \end_inset
7794
7795 In the first row the formula is inserted together with the first brace.
7796  It is hereby important that the space command
7797 \begin_inset Foot
7798 status collapsed
7799
7800 \begin_layout Plain Layout
7801 Space commands are explained in 
7802 \begin_inset CommandInset ref
7803 LatexCommand ref
7804 reference "sub:Predefined-Space"
7805
7806 \end_inset
7807
7808 .
7809 \end_layout
7810
7811 \end_inset
7812
7813  
7814 \series bold
7815
7816 \backslash
7817 :
7818 \series default
7819  is inserted before the first 
7820 \begin_inset Formula $d$
7821 \end_inset
7822
7823 , because the brace that ends behind the 
7824 \begin_inset Formula $q$
7825 \end_inset
7826
7827  prevents that the following 
7828 \begin_inset Quotes eld
7829 \end_inset
7830
7831 +
7832 \begin_inset Quotes erd
7833 \end_inset
7834
7835  is surrounded by space.
7836 \begin_inset Foot
7837 status collapsed
7838
7839 \begin_layout Plain Layout
7840 because a bracket is not handled as character, see 
7841 \begin_inset CommandInset ref
7842 LatexCommand ref
7843 reference "sub:Binary-Operators"
7844
7845 \end_inset
7846
7847
7848 \end_layout
7849
7850 \end_inset
7851
7852  In the second row the second brace is inserted.
7853  As it should begin before the 
7854 \begin_inset Formula $b$
7855 \end_inset
7856
7857 , first the command 
7858 \series bold
7859
7860 \backslash
7861 hphantom{gggg+
7862 \backslash
7863 :}
7864 \series default
7865  is inserted.
7866 \begin_inset Foot
7867 status collapsed
7868
7869 \begin_layout Plain Layout
7870 more about 
7871 \series bold
7872
7873 \backslash
7874 hphantom
7875 \series default
7876  see 
7877 \begin_inset CommandInset ref
7878 LatexCommand ref
7879 reference "sub:Placeholders"
7880
7881 \end_inset
7882
7883
7884 \end_layout
7885
7886 \end_inset
7887
7888  This space is needed because the 
7889 \begin_inset Quotes eld
7890 \end_inset
7891
7892 +
7893 \begin_inset Quotes erd
7894 \end_inset
7895
7896  is also surrounded by space in the formula.
7897  The brace is placed under the command 
7898 \series bold
7899
7900 \backslash
7901 hphantom{bbqq+dddd}
7902 \series default
7903 .
7904 \end_layout
7905
7906 \begin_layout Standard
7907 It gets more complicated when brackets overlap each other, like in the following
7908  example:
7909 \begin_inset ERT
7910 status collapsed
7911
7912 \begin_layout Plain Layout
7913
7914
7915 \backslash
7916 setlength{
7917 \backslash
7918 jot}{-6pt}
7919 \end_layout
7920
7921 \end_inset
7922
7923
7924 \begin_inset Formula \begin{eqnarray*}
7925  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7926 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7927 \end{eqnarray*}
7928
7929 \end_inset
7930
7931
7932 \begin_inset ERT
7933 status collapsed
7934
7935 \begin_layout Plain Layout
7936
7937
7938 \backslash
7939 setlength{
7940 \backslash
7941 jot}{3pt}
7942 \end_layout
7943
7944 \end_inset
7945
7946 The first formula row is the same as the second row of the previous example,
7947  with the difference that the brace is above.
7948  The second row contains the formula together with the second brace.
7949  To avoid that there is space between the upper brace in the first row and
7950  the formula, the row spacing need to be reduced.
7951  This is not easily possible due to a bug in LyX
7952 \begin_inset Foot
7953 status collapsed
7954
7955 \begin_layout Plain Layout
7956 \begin_inset CommandInset href
7957 LatexCommand href
7958 name "LyX-bug #1505"
7959 target "http://www.lyx.org/trac/ticket/1505"
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967
7968 .
7969  As solution for the problem, the global formula row separation 
7970 \series bold
7971
7972 \backslash
7973 jot
7974 \series default
7975
7976 \begin_inset Index idx
7977 status collapsed
7978
7979 \begin_layout Plain Layout
7980 Commands ! J ! 
7981 \backslash
7982 jot
7983 \end_layout
7984
7985 \end_inset
7986
7987  must be changed to -6
7988 \begin_inset space \thinspace{}
7989 \end_inset
7990
7991 pt before the formula with the command 
7992 \series bold
7993
7994 \backslash
7995 setlength{
7996 \backslash
7997 jot}{-6pt}
7998 \series default
7999  in TeX-mode.
8000  
8001 \series bold
8002
8003 \backslash
8004 jot
8005 \series default
8006  is set back after the formula to the standard value of 3
8007 \begin_inset space \thinspace{}
8008 \end_inset
8009
8010 pt using the same command.
8011  More about the row separation in formulas is explained in 
8012 \begin_inset CommandInset ref
8013 LatexCommand ref
8014 reference "sub:Line-Separation"
8015
8016 \end_inset
8017
8018 .
8019 \end_layout
8020
8021 \begin_layout Section
8022 Arrows
8023 \begin_inset Index idx
8024 status collapsed
8025
8026 \begin_layout Plain Layout
8027 Arrows
8028 \end_layout
8029
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \begin_layout Standard
8036 Arrows can be inserted via the math toolbar button 
8037 \begin_inset Graphics
8038         filename ../images/math/leftarrow.png
8039         scale 85
8040
8041 \end_inset
8042
8043  or the commands listed in the following subsections.
8044 \end_layout
8045
8046 \begin_layout Standard
8047 \begin_inset Newpage newpage
8048 \end_inset
8049
8050
8051 \end_layout
8052
8053 \begin_layout Subsection
8054 Horizontal Arrows
8055 \begin_inset Index idx
8056 status collapsed
8057
8058 \begin_layout Plain Layout
8059 Arrows ! horizontal
8060 \end_layout
8061
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \begin_layout Standard
8068 \begin_inset space \hfill{}
8069 \end_inset
8070
8071
8072 \begin_inset Tabular
8073 <lyxtabular version="3" rows="8" columns="2">
8074 <features tabularvalignment="middle">
8075 <column alignment="center" valignment="top" width="0pt">
8076 <column alignment="center" valignment="top" width="0pt">
8077 <row>
8078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Command
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Result
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \backslash
8104 gets
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 \begin_inset Formula $\gets$
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \backslash
8129 Leftarrow
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 \begin_inset Formula $\Leftarrow$
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \backslash
8154 longleftarrow
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 \begin_inset Formula $\longleftarrow$
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 Longleftarrow
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\Longleftarrow$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \backslash
8204 leftharpoonup
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 \begin_inset Formula $\leftharpoonup$
8214 \end_inset
8215
8216
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \backslash
8229 leftharpoondown
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 \begin_inset Formula $\leftharpoondown$
8239 \end_inset
8240
8241
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \backslash
8254 hookleftarrow
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 \begin_inset Formula $\hookleftarrow$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 </lyxtabular>
8273
8274 \end_inset
8275
8276
8277 \begin_inset space \hfill{}
8278 \end_inset
8279
8280
8281 \begin_inset Tabular
8282 <lyxtabular version="3" rows="8" columns="2">
8283 <features tabularvalignment="middle">
8284 <column alignment="center" valignment="top" width="0pt">
8285 <column alignment="center" valignment="top" width="0pt">
8286 <row>
8287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Command
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Result
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 to
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 \begin_inset Formula $\to$
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \backslash
8338 Rightarrow
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 \begin_inset Formula $\Rightarrow$
8348 \end_inset
8349
8350
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \backslash
8363 longrightarrow
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 \begin_inset Formula $\longrightarrow$
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \backslash
8388 Longrightarrow
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 \begin_inset Formula $\Longrightarrow$
8398 \end_inset
8399
8400
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \backslash
8413 rightharpoonup
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 \begin_inset Formula $\rightharpoonup$
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \backslash
8438 rightharpoondown
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 \begin_inset Formula $\rightharpoondown$
8448 \end_inset
8449
8450
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \backslash
8463 hookrightarrow
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 \begin_inset Formula $\hookrightarrow$
8473 \end_inset
8474
8475
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 </lyxtabular>
8482
8483 \end_inset
8484
8485
8486 \begin_inset space \hfill{}
8487 \end_inset
8488
8489
8490 \end_layout
8491
8492 \begin_layout Standard
8493 \begin_inset space \hfill{}
8494 \end_inset
8495
8496
8497 \begin_inset Tabular
8498 <lyxtabular version="3" rows="6" columns="2">
8499 <features tabularvalignment="middle">
8500 <column alignment="center" valignment="top" width="0pt">
8501 <column alignment="center" valignment="top" width="0pt">
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Command
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Result
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \backslash
8529 leftrightarrow
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 \begin_inset Formula $\leftrightarrow$
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \backslash
8554 Leftrightarrow
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 \begin_inset Formula $\Leftrightarrow$
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \backslash
8579 longleftrightarrow
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 \begin_inset Formula $\longleftrightarrow$
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \backslash
8604 Longleftrightarrow
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 \begin_inset Formula $\Longleftrightarrow$
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \backslash
8629 rightleftharpoons
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 \begin_inset Formula $\rightleftharpoons$
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 </lyxtabular>
8648
8649 \end_inset
8650
8651
8652 \begin_inset space \hspace{}
8653 \length 25pt
8654 \end_inset
8655
8656
8657 \begin_inset space \hfill{}
8658 \end_inset
8659
8660
8661 \begin_inset Tabular
8662 <lyxtabular version="3" rows="5" columns="2">
8663 <features tabularvalignment="middle">
8664 <column alignment="center" valignment="top" width="0pt">
8665 <column alignment="center" valignment="top" width="0pt">
8666 <row>
8667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Command
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Result
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \backslash
8693 mapsto
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\mapsto$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \backslash
8718 longmapsto
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 \begin_inset Formula $\longmapsto$
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \backslash
8743 leadsto
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 \begin_inset Formula $\leadsto$
8753 \end_inset
8754
8755
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \backslash
8768 dasharrow
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\dasharrow$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 </lyxtabular>
8787
8788 \end_inset
8789
8790
8791 \begin_inset space \hfill{}
8792 \end_inset
8793
8794
8795 \end_layout
8796
8797 \begin_layout Standard
8798 \begin_inset VSpace medskip
8799 \end_inset
8800
8801 Arrows used as accent like e.
8802 \begin_inset space \thinspace{}
8803 \end_inset
8804
8805 g.
8806 \begin_inset space \space{}
8807 \end_inset
8808
8809 vector arrows are listed in 
8810 \begin_inset CommandInset ref
8811 LatexCommand ref
8812 reference "sec:Accents"
8813
8814 \end_inset
8815
8816 .
8817 \end_layout
8818
8819 \begin_layout Standard
8820 \begin_inset VSpace bigskip
8821 \end_inset
8822
8823 Furthermore there are the labeled arrows
8824 \begin_inset Index idx
8825 status collapsed
8826
8827 \begin_layout Plain Layout
8828 Arrows ! labeled
8829 \end_layout
8830
8831 \end_inset
8832
8833  
8834 \series bold
8835
8836 \backslash
8837 xleftarrow
8838 \series default
8839
8840 \begin_inset Index idx
8841 status collapsed
8842
8843 \begin_layout Plain Layout
8844 Commands ! X ! 
8845 \backslash
8846 xleftarrow
8847 \end_layout
8848
8849 \end_inset
8850
8851  and 
8852 \series bold
8853
8854 \backslash
8855 xrightarrow
8856 \series default
8857
8858 \begin_inset Index idx
8859 status collapsed
8860
8861 \begin_layout Plain Layout
8862 Commands ! X ! 
8863 \backslash
8864 xrightarrow
8865 \begin_inset ERT
8866 status collapsed
8867
8868 \begin_layout Plain Layout
8869
8870
8871 \backslash
8872 vspace{4mm}
8873 \end_layout
8874
8875 \end_inset
8876
8877
8878 \end_layout
8879
8880 \end_inset
8881
8882 .
8883  When inserting one of these commands in a formula, an arrow with two blue
8884  boxes appear where the label can be inserted.
8885  The length of the arrow adapts to the label width.
8886 \end_layout
8887
8888 \begin_layout Standard
8889 \align center
8890 \begin_inset Tabular
8891 <lyxtabular version="3" rows="3" columns="2">
8892 <features tabularvalignment="middle">
8893 <column alignment="center" valignment="top" width="0pt">
8894 <column alignment="center" valignment="top" width="0pt">
8895 <row>
8896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Command
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Result
8910 \begin_inset Note Note
8911 status collapsed
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916
8917 \backslash
8918 raisebox
8919 \series default
8920  is only used as spacer.
8921 \end_layout
8922
8923 \end_inset
8924
8925
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 F(a)
8937 \backslash
8938 xleftarrow
8939 \begin_inset ERT
8940 status collapsed
8941
8942 \begin_layout Plain Layout
8943
8944
8945 \backslash
8946 spce 
8947 \end_layout
8948
8949 \end_inset
8950
8951 x=a
8952 \begin_inset Formula $\downarrow$
8953 \end_inset
8954
8955 x>0
8956 \begin_inset Formula $\to$
8957 \end_inset
8958
8959 F(x)
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 F(x)
8983 \backslash
8984 xrightarrow
8985 \begin_inset ERT
8986 status collapsed
8987
8988 \begin_layout Plain Layout
8989
8990
8991 \backslash
8992 spce 
8993 \end_layout
8994
8995 \end_inset
8996
8997 x=a
8998 \begin_inset Formula $\downarrow$
8999 \end_inset
9000
9001 x>0
9002 \begin_inset Formula $\to$
9003 \end_inset
9004
9005 F(a)
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9015 \end_inset
9016
9017
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 </lyxtabular>
9024
9025 \end_inset
9026
9027
9028 \end_layout
9029
9030 \begin_layout Subsection
9031 Vertical and diagonal Arrows
9032 \begin_inset Index idx
9033 status collapsed
9034
9035 \begin_layout Plain Layout
9036 Arrows ! diagonal
9037 \end_layout
9038
9039 \end_inset
9040
9041
9042 \begin_inset Index idx
9043 status collapsed
9044
9045 \begin_layout Plain Layout
9046 Arrows ! vertical
9047 \end_layout
9048
9049 \end_inset
9050
9051
9052 \end_layout
9053
9054 \begin_layout Standard
9055 \begin_inset space \hfill{}
9056 \end_inset
9057
9058
9059 \begin_inset Tabular
9060 <lyxtabular version="3" rows="7" columns="2">
9061 <features tabularvalignment="middle">
9062 <column alignment="center" valignment="top" width="0pt">
9063 <column alignment="center" valignment="top" width="0pt">
9064 <row>
9065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Command
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Result
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \backslash
9091 uparrow
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\uparrow$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \backslash
9116 Uparrow
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 \begin_inset Formula $\Uparrow$
9126 \end_inset
9127
9128
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \backslash
9141 updownarrow
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 \begin_inset Formula $\updownarrow$
9151 \end_inset
9152
9153
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \backslash
9166 Updownarrow
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 \begin_inset Formula $\Updownarrow$
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \backslash
9191 Downarrow
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 \begin_inset Formula $\Downarrow$
9201 \end_inset
9202
9203
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \backslash
9216 downarrow
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 \begin_inset Formula $\downarrow$
9226 \end_inset
9227
9228
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 </lyxtabular>
9235
9236 \end_inset
9237
9238
9239 \begin_inset space \hfill{}
9240 \end_inset
9241
9242
9243 \begin_inset Tabular
9244 <lyxtabular version="3" rows="5" columns="2">
9245 <features tabularvalignment="middle">
9246 <column alignment="center" valignment="top" width="0pt">
9247 <column alignment="center" valignment="top" width="0pt">
9248 <row>
9249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Command
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Result
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \backslash
9275 nearrow
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 \begin_inset Formula $\nearrow$
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 <row>
9294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298
9299 \backslash
9300 searrow
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 \begin_inset Formula $\searrow$
9310 \end_inset
9311
9312
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 </row>
9318 <row>
9319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323
9324 \backslash
9325 swarrow
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 \begin_inset Formula $\swarrow$
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \backslash
9350 nwarrow
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 \begin_inset Formula $\nwarrow$
9360 \end_inset
9361
9362
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 </row>
9368 </lyxtabular>
9369
9370 \end_inset
9371
9372
9373 \begin_inset space \hfill{}
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \begin_layout Standard
9380 \begin_inset VSpace medskip
9381 \end_inset
9382
9383 Vertical arrows can be used also as delimiter together with the commands
9384  described in 
9385 \begin_inset CommandInset ref
9386 LatexCommand ref
9387 reference "sub:Manual-Bracket-Size"
9388
9389 \end_inset
9390
9391  and 
9392 \begin_inset CommandInset ref
9393 LatexCommand ref
9394 reference "sub:Automatic-Bracket-Size"
9395
9396 \end_inset
9397
9398 .
9399 \end_layout
9400
9401 \begin_layout Standard
9402 \begin_inset Newpage newpage
9403 \end_inset
9404
9405
9406 \end_layout
9407
9408 \begin_layout Section
9409 Accents
9410 \begin_inset CommandInset label
9411 LatexCommand label
9412 name "sec:Accents"
9413
9414 \end_inset
9415
9416
9417 \begin_inset Index idx
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421 Accents
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \begin_layout Standard
9430 Accents can be inserted via the math toolbar button 
9431 \begin_inset Graphics
9432         filename ../images/math/hat.png
9433         scale 85
9434
9435 \end_inset
9436
9437  or the commands listed in the following subsections.
9438 \end_layout
9439
9440 \begin_layout Subsection
9441 Accents for one Character
9442 \begin_inset ERT
9443 status collapsed
9444
9445 \begin_layout Plain Layout
9446
9447
9448 \backslash
9449 texorpdfstring{
9450 \end_layout
9451
9452 \end_inset
9453
9454
9455 \begin_inset Foot
9456 status collapsed
9457
9458 \begin_layout Plain Layout
9459 accents in text see 
9460 \begin_inset CommandInset ref
9461 LatexCommand ref
9462 reference "sub:Accents-in-Text"
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \end_inset
9470
9471
9472 \begin_inset ERT
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476
9477 }{}
9478 \end_layout
9479
9480 \end_inset
9481
9482
9483 \begin_inset Note Note
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9490 \end_layout
9491
9492 \begin_layout Plain Layout
9493 More about 
9494 \backslash
9495 texorpdfstring is in section 
9496 \begin_inset CommandInset ref
9497 LatexCommand ref
9498 reference "sub:Formulas-in-Section"
9499
9500 \end_inset
9501
9502 .
9503 \end_layout
9504
9505 \end_inset
9506
9507
9508 \begin_inset CommandInset label
9509 LatexCommand label
9510 name "sub:Accents-for-one"
9511
9512 \end_inset
9513
9514
9515 \begin_inset Index idx
9516 status collapsed
9517
9518 \begin_layout Plain Layout
9519 Accents ! for one character
9520 \end_layout
9521
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \begin_layout Standard
9528 \begin_inset space \hfill{}
9529 \end_inset
9530
9531
9532 \begin_inset Tabular
9533 <lyxtabular version="3" rows="8" columns="2">
9534 <features tabularvalignment="middle">
9535 <column alignment="center" valignment="top" width="0pt">
9536 <column alignment="center" valignment="top" width="0pt">
9537 <row>
9538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Command
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 Result
9552 \begin_inset Note Note
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557 \series bold
9558
9559 \backslash
9560 raisebox
9561 \series default
9562  is only used as spacer.
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 dot
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586
9587 \backslash
9588 spce 
9589 \end_layout
9590
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 ddot
9619 \begin_inset ERT
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623
9624
9625 \backslash
9626 spce 
9627 \end_layout
9628
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \backslash
9656 dddot
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 spce 
9665 \end_layout
9666
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 ddddot
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 spce 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \backslash
9732 vec
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 spce 
9741 \end_layout
9742
9743 \end_inset
9744
9745 A
9746 \begin_inset Index idx
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750 Vectors
9751 \end_layout
9752
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \backslash
9780 bar
9781 \begin_inset ERT
9782 status collapsed
9783
9784 \begin_layout Plain Layout
9785
9786
9787 \backslash
9788 spce 
9789 \end_layout
9790
9791 \end_inset
9792
9793 A
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9803 \end_inset
9804
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 </row>
9811 <row>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \backslash
9818 mathring
9819 \begin_inset ERT
9820 status collapsed
9821
9822 \begin_layout Plain Layout
9823
9824
9825 \backslash
9826 spce 
9827 \end_layout
9828
9829 \end_inset
9830
9831 A
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 </lyxtabular>
9850
9851 \end_inset
9852
9853
9854 \begin_inset space \hfill{}
9855 \end_inset
9856
9857
9858 \begin_inset Tabular
9859 <lyxtabular version="3" rows="7" columns="2">
9860 <features tabularvalignment="middle">
9861 <column alignment="center" valignment="top" width="0pt">
9862 <column alignment="center" valignment="top" width="0pt">
9863 <row>
9864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Command
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Result
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \backslash
9890 tilde
9891 \begin_inset ERT
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896
9897 \backslash
9898 spce 
9899 \end_layout
9900
9901 \end_inset
9902
9903 A
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \backslash
9928 hat
9929 \begin_inset ERT
9930 status collapsed
9931
9932 \begin_layout Plain Layout
9933
9934
9935 \backslash
9936 spce 
9937 \end_layout
9938
9939 \end_inset
9940
9941 A
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \backslash
9966 check
9967 \begin_inset ERT
9968 status collapsed
9969
9970 \begin_layout Plain Layout
9971
9972
9973 \backslash
9974 spce 
9975 \end_layout
9976
9977 \end_inset
9978
9979 A
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9989 \end_inset
9990
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row>
9998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \backslash
10004 acute
10005 \begin_inset ERT
10006 status collapsed
10007
10008 \begin_layout Plain Layout
10009
10010
10011 \backslash
10012 spce 
10013 \end_layout
10014
10015 \end_inset
10016
10017 A
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \backslash
10042 grave
10043 \begin_inset ERT
10044 status collapsed
10045
10046 \begin_layout Plain Layout
10047
10048
10049 \backslash
10050 spce 
10051 \end_layout
10052
10053 \end_inset
10054
10055 A
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10065 \end_inset
10066
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 </row>
10073 <row>
10074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \backslash
10080 breve
10081 \begin_inset ERT
10082 status collapsed
10083
10084 \begin_layout Plain Layout
10085
10086
10087 \backslash
10088 spce 
10089 \end_layout
10090
10091 \end_inset
10092
10093 A
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 </lyxtabular>
10112
10113 \end_inset
10114
10115
10116 \begin_inset space \hfill{}
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \begin_layout Standard
10123 \begin_inset VSpace bigskip
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \begin_layout Standard
10130 You can directly insert accents like é to formulas.
10131  LyX will transform them to the corresponding accent command.
10132  For umlauts
10133 \begin_inset Index idx
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137 Umlauts
10138 \end_layout
10139
10140 \end_inset
10141
10142  it is better to insert a quotation mark before the vowel.
10143  These two characters are then treated by LaTeX as 
10144 \emph on
10145 one
10146 \emph default
10147  character when the formula part with the umlaut is marked as German.
10148  In contrary to 
10149 \series bold
10150
10151 \backslash
10152 ddot
10153 \series default
10154 , with this method 
10155 \begin_inset Quotes eld
10156 \end_inset
10157
10158 real
10159 \begin_inset Quotes erd
10160 \end_inset
10161
10162  umlauts are created as demonstrated in the following example:
10163 \end_layout
10164
10165 \begin_layout Standard
10166 \begin_inset VSpace -2mm
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \begin_layout Standard
10173 \align center
10174 \begin_inset Tabular
10175 <lyxtabular version="3" rows="3" columns="2">
10176 <features tabularvalignment="middle">
10177 <column alignment="center" valignment="top" width="0">
10178 <column alignment="center" valignment="top" width="0">
10179 <row>
10180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 Command
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Result
10194 \begin_inset Note Note
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200
10201 \backslash
10202 raisebox
10203 \series default
10204  and the 0
10205 \begin_inset space \thinspace{}
10206 \end_inset
10207
10208 pt space are only used as spacer.
10209 \end_layout
10210
10211 \end_inset
10212
10213
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \lang ngerman
10226 \begin_inset Quotes grd
10227 \end_inset
10228
10229 i
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 \begin_inset space \hspace{}
10239 \length 0pt
10240 \end_inset
10241
10242
10243 \lang ngerman
10244
10245 \begin_inset Formula $"i$
10246 \end_inset
10247
10248
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \backslash
10261 ddot
10262 \begin_inset ERT
10263 status collapsed
10264
10265 \begin_layout Plain Layout
10266
10267
10268 \backslash
10269 spce 
10270 \end_layout
10271
10272 \end_inset
10273
10274 i
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10284 \end_inset
10285
10286
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 </lyxtabular>
10293
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \begin_layout Standard
10300 Another advantage to 
10301 \series bold
10302
10303 \backslash
10304 ddot
10305 \series default
10306  is that umlauts can directly be converted to mathematical text because
10307  the accent commands above are 
10308 \emph on
10309 not allowed
10310 \emph default
10311  
10312 \emph on
10313 in mathematical text
10314 \emph default
10315 .
10316  To convert an accented character to mathematical text, only the character
10317  under the accent may be converted.
10318  This applies also for all other conversions, e.
10319 \begin_inset space \thinspace{}
10320 \end_inset
10321
10322 g.
10323 \begin_inset space \space{}
10324 \end_inset
10325
10326 to italic or bold.
10327 \end_layout
10328
10329 \begin_layout Standard
10330 In mathematical text, umlauts and other accented characters can directly
10331  be inserted.
10332 \end_layout
10333
10334 \begin_layout Subsection
10335 Accents for Operators
10336 \begin_inset Index idx
10337 status collapsed
10338
10339 \begin_layout Plain Layout
10340 Accents ! for operators
10341 \end_layout
10342
10343 \end_inset
10344
10345
10346 \end_layout
10347
10348 \begin_layout Standard
10349 With the commands 
10350 \series bold
10351
10352 \backslash
10353 overset
10354 \series default
10355
10356 \begin_inset Index idx
10357 status collapsed
10358
10359 \begin_layout Plain Layout
10360 Commands ! O ! 
10361 \backslash
10362 overset
10363 \end_layout
10364
10365 \end_inset
10366
10367  and 
10368 \series bold
10369
10370 \backslash
10371 underset
10372 \series default
10373
10374 \begin_inset Index idx
10375 status collapsed
10376
10377 \begin_layout Plain Layout
10378 Commands ! U ! 
10379 \backslash
10380 underset
10381 \end_layout
10382
10383 \end_inset
10384
10385  characters can be placed above or below an operator, respectively, to accent
10386  it.
10387  With the command 
10388 \series bold
10389
10390 \backslash
10391 sideset
10392 \series default
10393
10394 \begin_inset Index idx
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398 Commands ! S ! 
10399 \backslash
10400 sideset
10401 \end_layout
10402
10403 \end_inset
10404
10405  characters can be set before and behind an operator.
10406  The command scheme is:
10407 \end_layout
10408
10409 \begin_layout Standard
10410
10411 \series bold
10412
10413 \backslash
10414 sideset{character
10415 \series default
10416  
10417 \series bold
10418 before}{character
10419 \series default
10420  
10421 \series bold
10422 behind}
10423 \end_layout
10424
10425 \begin_layout Standard
10426
10427 \series bold
10428
10429 \backslash
10430 sideset
10431 \series default
10432  must always be before the operator that should be accented.
10433  You can accent with several characters and even with other operators and
10434  symbols.
10435  To place with 
10436 \series bold
10437
10438 \backslash
10439 sideset
10440 \series default
10441  for example only characters behind an operator, write nothing between the
10442  first braces but don't omit the braces.
10443 \end_layout
10444
10445 \begin_layout Standard
10446 For example the command 
10447 \series bold
10448
10449 \backslash
10450 sideset{
10451 \begin_inset Formula $\to$
10452 \end_inset
10453
10454
10455 \backslash
10456 {
10457 \series default
10458 '
10459 \series bold
10460
10461 \begin_inset Formula $\to$
10462 \end_inset
10463
10464
10465 \backslash
10466 sum_k=1
10467 \begin_inset ERT
10468 status collapsed
10469
10470 \begin_layout Plain Layout
10471
10472
10473 \backslash
10474 spce 
10475 \end_layout
10476
10477 \end_inset
10478
10479
10480 \series default
10481 ^
10482 \series bold
10483 n
10484 \series default
10485  produces:
10486 \begin_inset Formula \[
10487 \sideset{}{'}\sum_{k=1}^{n}\]
10488
10489 \end_inset
10490
10491
10492 \end_layout
10493
10494 \begin_layout Standard
10495 The command 
10496 \series bold
10497
10498 \backslash
10499 overset
10500 \begin_inset ERT
10501 status collapsed
10502
10503 \begin_layout Plain Layout
10504
10505
10506 \backslash
10507 spce 
10508 \end_layout
10509
10510 \end_inset
10511
10512
10513 \backslash
10514 maltese
10515 \begin_inset ERT
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519
10520
10521 \backslash
10522 spce 
10523 \end_layout
10524
10525 \end_inset
10526
10527
10528 \series default
10529
10530 \begin_inset Formula $\uparrow$
10531 \end_inset
10532
10533
10534 \series bold
10535 a
10536 \series default
10537  produces:
10538 \begin_inset Formula \[
10539 \overset{a}{\maltese}\]
10540
10541 \end_inset
10542
10543 As seen in the last example, with 
10544 \series bold
10545
10546 \backslash
10547 overset
10548 \series default
10549  and 
10550 \series bold
10551
10552 \backslash
10553 underset
10554 \series default
10555  also symbols and characters can be accented; with 
10556 \series bold
10557
10558 \backslash
10559 sideset
10560 \series default
10561  this is not possible.
10562 \end_layout
10563
10564 \begin_layout Subsection
10565 Accents for several Characters
10566 \begin_inset Index idx
10567 status collapsed
10568
10569 \begin_layout Plain Layout
10570 Accents ! for several characters
10571 \end_layout
10572
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \begin_layout Standard
10579 \begin_inset space \hfill{}
10580 \end_inset
10581
10582
10583 \begin_inset Tabular
10584 <lyxtabular version="3" rows="5" columns="2">
10585 <features tabularvalignment="middle">
10586 <column alignment="center" valignment="top" width="0pt">
10587 <column alignment="center" valignment="top" width="0pt">
10588 <row>
10589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 Command
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Result
10603 \begin_inset Note Note
10604 status collapsed
10605
10606 \begin_layout Plain Layout
10607
10608 \series bold
10609
10610 \backslash
10611 raisebox
10612 \series default
10613  is only used as spacer.
10614 \end_layout
10615
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \backslash
10631 overleftarrow
10632 \begin_inset ERT
10633 status collapsed
10634
10635 \begin_layout Plain Layout
10636
10637
10638 \backslash
10639 spce 
10640 \end_layout
10641
10642 \end_inset
10643
10644 A=B
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \backslash
10669 underleftarrow
10670 \begin_inset ERT
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674
10675
10676 \backslash
10677 spce 
10678 \end_layout
10679
10680 \end_inset
10681
10682 A=B
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10692 \end_inset
10693
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \backslash
10707 overleftrightarrow
10708 \begin_inset ERT
10709 status collapsed
10710
10711 \begin_layout Plain Layout
10712
10713
10714 \backslash
10715 spce 
10716 \end_layout
10717
10718 \end_inset
10719
10720 A=B
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10730 \end_inset
10731
10732
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \backslash
10745 underleftrightarrow
10746 \begin_inset ERT
10747 status collapsed
10748
10749 \begin_layout Plain Layout
10750
10751
10752 \backslash
10753 spce 
10754 \end_layout
10755
10756 \end_inset
10757
10758 A=B
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 </lyxtabular>
10777
10778 \end_inset
10779
10780
10781 \begin_inset space \hfill{}
10782 \end_inset
10783
10784
10785 \begin_inset Tabular
10786 <lyxtabular version="3" rows="5" columns="2">
10787 <features tabularvalignment="middle">
10788 <column alignment="center" valignment="top" width="0pt">
10789 <column alignment="center" valignment="top" width="0pt">
10790 <row>
10791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 Command
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Result
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \backslash
10817 overrightarrow
10818 \begin_inset ERT
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822
10823
10824 \backslash
10825 spce 
10826 \end_layout
10827
10828 \end_inset
10829
10830 A=B
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \backslash
10855 underrightarrow
10856 \begin_inset ERT
10857 status collapsed
10858
10859 \begin_layout Plain Layout
10860
10861
10862 \backslash
10863 spce 
10864 \end_layout
10865
10866 \end_inset
10867
10868 A=B
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \backslash
10893 widetilde
10894 \begin_inset ERT
10895 status collapsed
10896
10897 \begin_layout Plain Layout
10898
10899
10900 \backslash
10901 spce 
10902 \end_layout
10903
10904 \end_inset
10905
10906 A=B
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \backslash
10931 widehat
10932 \begin_inset ERT
10933 status collapsed
10934
10935 \begin_layout Plain Layout
10936
10937
10938 \backslash
10939 spce 
10940 \end_layout
10941
10942 \end_inset
10943
10944 A=B
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 </lyxtabular>
10963
10964 \end_inset
10965
10966
10967 \begin_inset space \hfill{}
10968 \end_inset
10969
10970
10971 \end_layout
10972
10973 \begin_layout Standard
10974 \begin_inset VSpace medskip
10975 \end_inset
10976
10977 With these commands as many characters as you like can be accented.
10978  But the accents 
10979 \series bold
10980
10981 \backslash
10982 widetilde
10983 \series default
10984  and 
10985 \series bold
10986
10987 \backslash
10988 widehat
10989 \series default
10990  will only be set in the output with a length of three characters, as shown
10991  in the following example:
10992 \begin_inset Formula \[
10993 \widetilde{A+B=C-D}\]
10994
10995 \end_inset
10996
10997
10998 \end_layout
10999
11000 \begin_layout Standard
11001 With the commands 
11002 \series bold
11003
11004 \backslash
11005 overset
11006 \series default
11007
11008 \begin_inset Index idx
11009 status collapsed
11010
11011 \begin_layout Plain Layout
11012 Commands ! O ! 
11013 \backslash
11014 overset
11015 \end_layout
11016
11017 \end_inset
11018
11019  and 
11020 \series bold
11021
11022 \backslash
11023 underset
11024 \series default
11025
11026 \begin_inset Index idx
11027 status collapsed
11028
11029 \begin_layout Plain Layout
11030 Commands ! U ! 
11031 \backslash
11032 underset
11033 \end_layout
11034
11035 \end_inset
11036
11037  described in the previous subsection it is also possible to accent several
11038  characters.
11039  The command 
11040 \series bold
11041
11042 \backslash
11043 underset
11044 \begin_inset ERT
11045 status collapsed
11046
11047 \begin_layout Plain Layout
11048
11049
11050 \backslash
11051 spce 
11052 \end_layout
11053
11054 \end_inset
11055
11056 A=B
11057 \begin_inset Formula $\downarrow$
11058 \end_inset
11059
11060 ***
11061 \series default
11062  creates:
11063 \begin_inset Formula \[
11064 \underset{***}{A=B}\]
11065
11066 \end_inset
11067
11068
11069 \end_layout
11070
11071 \begin_layout Section
11072 Space
11073 \begin_inset CommandInset label
11074 LatexCommand label
11075 name "sub:Space"
11076
11077 \end_inset
11078
11079
11080 \begin_inset Index idx
11081 status collapsed
11082
11083 \begin_layout Plain Layout
11084 Space ! horizontal
11085 \end_layout
11086
11087 \end_inset
11088
11089
11090 \end_layout
11091
11092 \begin_layout Subsection
11093 Predefined Space
11094 \begin_inset CommandInset label
11095 LatexCommand label
11096 name "sub:Predefined-Space"
11097
11098 \end_inset
11099
11100
11101 \begin_inset Index idx
11102 status collapsed
11103
11104 \begin_layout Plain Layout
11105 Space ! horizontal ! predefined
11106 \end_layout
11107
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \begin_layout Standard
11114 Sometimes it is necessary to insert horizontal space to a formula.
11115  This is done by inserting a protected space (shortcut 
11116 \begin_inset Info
11117 type  "shortcut"
11118 arg   "space-insert protected"
11119 \end_inset
11120
11121 ).
11122  A 
11123 \begin_inset Quotes eld
11124 \end_inset
11125
11126
11127 \color blue
11128
11129 \begin_inset ERT
11130 status collapsed
11131
11132 \begin_layout Plain Layout
11133
11134
11135 \backslash
11136 spce 
11137 \end_layout
11138
11139 \end_inset
11140
11141
11142 \color inherit
11143
11144 \begin_inset Quotes erd
11145 \end_inset
11146
11147  appears and by pressing 
11148 \family sans
11149 Space
11150 \family default
11151  several times one can select one of eight different space sizes.
11152  The spaces can also be inserted using the math toolbar button 
11153 \begin_inset Graphics
11154         filename ../images/math/space.png
11155         scale 85
11156
11157 \end_inset
11158
11159  or special commands.
11160  Independent from the inserted command, one can select the size again by
11161  pressing 
11162 \family sans
11163 Space
11164 \family default
11165  afterwards.
11166 \end_layout
11167
11168 \begin_layout Standard
11169 \noindent
11170 \align center
11171 \begin_inset VSpace -5mm
11172 \end_inset
11173
11174
11175 \begin_inset Tabular
11176 <lyxtabular version="3" rows="3" columns="7">
11177 <features tabularvalignment="middle">
11178 <column alignment="center" valignment="middle" width="6.8cm">
11179 <column alignment="center" valignment="top" width="0">
11180 <column alignment="center" valignment="top" width="0">
11181 <column alignment="center" valignment="top" width="0">
11182 <column alignment="center" valignment="top" width="0">
11183 <column alignment="center" valignment="top" width="0">
11184 <column alignment="center" valignment="top" width="0">
11185 <row>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 Command
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \backslash
11201 ,
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \backslash
11212 :
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \backslash
11223 ;
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \backslash
11234 quad
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \backslash
11245 qquad
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \backslash
11256 !
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 Number of 
11268 \family sans
11269 Space
11270 \family default
11271  keystrokes after inserting the protected space
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 0
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 1
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 2
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 3
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 4
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 5
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 </row>
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 Result
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 \begin_inset Formula $A\, B$
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 \begin_inset Formula $A\: B$
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 \begin_inset Formula $A\; B$
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 \begin_inset Formula $A\quad B$
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 \begin_inset Formula $A\qquad B$
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 \begin_inset Formula $A\! B$
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 </row>
11414 </lyxtabular>
11415
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \begin_layout Standard
11422 The last size seem to produce no space.
11423  It is displayed red in LyX contrary to the other sizes, because it is a
11424  negative space.
11425  There are two more negative spaces:
11426 \end_layout
11427
11428 \begin_layout Standard
11429 \align center
11430 \begin_inset Tabular
11431 <lyxtabular version="3" rows="3" columns="3">
11432 <features tabularvalignment="middle">
11433 <column alignment="center" valignment="middle" width="6.8cm">
11434 <column alignment="center" valignment="top" width="0pt">
11435 <column alignment="center" valignment="top" width="0pt">
11436 <row>
11437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 Command
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450
11451 \backslash
11452 negmedspace
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461
11462 \backslash
11463 negthickspace
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 Number of 
11475 \family sans
11476 Space
11477 \family default
11478  keystrokes after inserting the protected space
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 6
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 7
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 <row>
11503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 Result
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A\negmedspace B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset Formula $A\negthickspace B$
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 </lyxtabular>
11538
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \begin_layout Standard
11545 Negative spaces can lead to characters overlapping each other.
11546  Thus they can be used to enforce ligatures, what is e.
11547 \begin_inset space \thinspace{}
11548 \end_inset
11549
11550 g.
11551 \begin_inset space \space{}
11552 \end_inset
11553
11554 useful for summation operators: 
11555 \end_layout
11556
11557 \begin_layout Standard
11558 \align center
11559 \begin_inset Tabular
11560 <lyxtabular version="3" rows="3" columns="2">
11561 <features tabularvalignment="middle">
11562 <column alignment="center" valignment="top" width="0">
11563 <column alignment="center" valignment="top" width="0">
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 Command
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 Result
11579 \begin_inset Note Note
11580 status collapsed
11581
11582 \begin_layout Plain Layout
11583
11584 \series bold
11585
11586 \backslash
11587 raisebox
11588 \series default
11589  is only used as spacer.
11590 \end_layout
11591
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605
11606 \backslash
11607 sum
11608 \backslash
11609 sum
11610 \begin_inset ERT
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614
11615
11616 \backslash
11617 spce 
11618 \end_layout
11619
11620 \end_inset
11621
11622 f_kl
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 </row>
11640 <row>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645
11646 \backslash
11647 sum
11648 \backslash
11649 negmedspace
11650 \backslash
11651 sum
11652 \begin_inset ERT
11653 status collapsed
11654
11655 \begin_layout Plain Layout
11656
11657
11658 \backslash
11659 spce 
11660 \end_layout
11661
11662 \end_inset
11663
11664 f_kl
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 </lyxtabular>
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \begin_layout Standard
11690 Relations like for example equal signs, are always surrounded by space.
11691  To suppress this, the equal sign is placed into a TeX-brace.
11692  The following example demonstrates this:
11693 \end_layout
11694
11695 \begin_layout Standard
11696 \align center
11697 \begin_inset Tabular
11698 <lyxtabular version="3" rows="2" columns="2">
11699 <features tabularvalignment="middle">
11700 <column alignment="center" valignment="top" width="0pt">
11701 <column alignment="center" valignment="top" width="0pt">
11702 <row>
11703 <cell alignment="center" valignment="top" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 normal equation
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 \begin_inset Formula $A=B$
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 <row>
11726 <cell alignment="center" valignment="top" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 \begin_inset Note Note
11731 status collapsed
11732
11733 \begin_layout Plain Layout
11734
11735 \series bold
11736
11737 \backslash
11738 raisebox
11739 \series default
11740  is only used as spacer.
11741 \end_layout
11742
11743 \end_inset
11744
11745
11746 \begin_inset Formula $\raisebox{5mm}{}$
11747 \end_inset
11748
11749 equation without space
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 \begin_inset Formula $A{=}B$
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 </lyxtabular>
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \noindent
11776 The command for the last formula is: 
11777 \series bold
11778 A
11779 \backslash
11780 {=
11781 \begin_inset Formula $\to$
11782 \end_inset
11783
11784 B
11785 \end_layout
11786
11787 \begin_layout Standard
11788 \begin_inset VSpace bigskip
11789 \end_inset
11790
11791 Spaces are needed for physical units, because the space between the value
11792  and the unit is the smallest one and not a normal space.
11793  For units in text, the smallest space is inserted via the menu 
11794 \family sans
11795 Insert\SpecialChar \menuseparator
11796 Formatting\SpecialChar \menuseparator
11797 Thin
11798 \begin_inset space ~
11799 \end_inset
11800
11801 Space
11802 \family default
11803  (shortcut 
11804 \begin_inset Info
11805 type  "shortcut"
11806 arg   "space-insert thin"
11807 \end_inset
11808
11809 ).
11810 \end_layout
11811
11812 \begin_layout Standard
11813 An example to visualize the difference:
11814 \end_layout
11815
11816 \begin_layout Standard
11817 \begin_inset Tabular
11818 <lyxtabular version="3" rows="2" columns="2">
11819 <features tabularvalignment="middle">
11820 <column alignment="left" valignment="top" width="0">
11821 <column alignment="left" valignment="top" width="0">
11822 <row>
11823 <cell alignment="center" valignment="top" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 24 kW
11828 \begin_inset Formula $\cdot$
11829 \end_inset
11830
11831 h
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell alignment="center" valignment="top" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 space between value and unit
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 </row>
11846 <row>
11847 <cell alignment="center" valignment="top" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 24
11852 \begin_inset space \thinspace{}
11853 \end_inset
11854
11855 kW
11856 \begin_inset Formula $\cdot$
11857 \end_inset
11858
11859 h
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 smallest space between value and unit
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 </row>
11874 </lyxtabular>
11875
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \begin_layout Subsection
11882 Variable Space
11883 \begin_inset ERT
11884 status collapsed
11885
11886 \begin_layout Plain Layout
11887
11888
11889 \backslash
11890 texorpdfstring{
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \begin_inset Foot
11897 status collapsed
11898
11899 \begin_layout Plain Layout
11900 for vertical space in formulas see 
11901 \begin_inset CommandInset ref
11902 LatexCommand ref
11903 reference "sub:Line-Separation"
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \begin_inset ERT
11914 status collapsed
11915
11916 \begin_layout Plain Layout
11917
11918 }{}
11919 \end_layout
11920
11921 \end_inset
11922
11923
11924 \begin_inset Note Note
11925 status collapsed
11926
11927 \begin_layout Plain Layout
11928
11929 \backslash
11930 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11931 \end_layout
11932
11933 \begin_layout Plain Layout
11934 More about 
11935 \backslash
11936 texorpdfstring is in section 
11937 \begin_inset CommandInset ref
11938 LatexCommand ref
11939 reference "sub:Formulas-in-Section"
11940
11941 \end_inset
11942
11943 .
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset CommandInset label
11950 LatexCommand label
11951 name "sub:Variable-Space"
11952
11953 \end_inset
11954
11955
11956 \begin_inset Index idx
11957 status collapsed
11958
11959 \begin_layout Plain Layout
11960 Space ! horizontal ! variable
11961 \end_layout
11962
11963 \end_inset
11964
11965
11966 \end_layout
11967
11968 \begin_layout Standard
11969 Space with a defined length can be inserted with the command 
11970 \series bold
11971
11972 \backslash
11973 hspace
11974 \series default
11975
11976 \begin_inset Index idx
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980 Commands ! H ! 
11981 \backslash
11982 hspace
11983 \end_layout
11984
11985 \end_inset
11986
11987 .
11988  Then a long 
11989 \begin_inset Quotes eld
11990 \end_inset
11991
11992
11993 \color blue
11994
11995 \begin_inset ERT
11996 status collapsed
11997
11998 \begin_layout Plain Layout
11999
12000
12001 \backslash
12002 spce 
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \color inherit
12009
12010 \begin_inset Quotes erd
12011 \end_inset
12012
12013  appears.
12014  The length can be specified by left-clicking on the 
12015 \begin_inset Quotes eld
12016 \end_inset
12017
12018
12019 \color blue
12020
12021 \begin_inset ERT
12022 status collapsed
12023
12024 \begin_layout Plain Layout
12025
12026
12027 \backslash
12028 spce 
12029 \end_layout
12030
12031 \end_inset
12032
12033
12034 \color inherit
12035
12036 \begin_inset Quotes erd
12037 \end_inset
12038
12039 .
12040  The length may also be negative.
12041  To insert so many space that the formula uses all available space, the
12042  command 
12043 \series bold
12044
12045 \backslash
12046 hfill
12047 \series default
12048
12049 \begin_inset Index idx
12050 status collapsed
12051
12052 \begin_layout Plain Layout
12053 Commands ! H ! 
12054 \backslash
12055 hfill
12056 \end_layout
12057
12058 \end_inset
12059
12060  is used.
12061 \end_layout
12062
12063 \begin_layout Standard
12064 \begin_inset VSpace -1mm
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \begin_layout Standard
12071 \align center
12072 \begin_inset Tabular
12073 <lyxtabular version="3" rows="4" columns="2">
12074 <features tabularvalignment="middle">
12075 <column alignment="center" valignment="top" width="0">
12076 <column alignment="center" valignment="top" width="0">
12077 <row>
12078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 Command (
12083 \backslash
12084 hspace length)
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 Result
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 </row>
12099 <row>
12100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 A=B
12105 \backslash
12106 hspace
12107 \begin_inset ERT
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111
12112
12113 \backslash
12114 spce 
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \begin_inset Formula $\to$
12121 \end_inset
12122
12123 A
12124 \backslash
12125 not=C (3
12126 \begin_inset space \thinspace{}
12127 \end_inset
12128
12129 cm)
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12139 \end_inset
12140
12141
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 </row>
12147 <row>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 A
12153 \backslash
12154 hspace
12155 \begin_inset ERT
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159
12160
12161 \backslash
12162 spce 
12163 \end_layout
12164
12165 \end_inset
12166
12167
12168 \begin_inset Formula $\to$
12169 \end_inset
12170
12171 A
12172 \backslash
12173 not=A (-1
12174 \begin_inset space \thinspace{}
12175 \end_inset
12176
12177 mm)
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12187 \end_inset
12188
12189
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 </row>
12195 <row>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 A=A
12201 \backslash
12202 hfill
12203 \begin_inset ERT
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207
12208
12209 \backslash
12210 spce 
12211 \end_layout
12212
12213 \end_inset
12214
12215 B=B
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 \begin_inset Formula $A=A\hfill B=B$
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 </row>
12233 </lyxtabular>
12234
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \begin_layout Standard
12241 In the last example the available space is given by the longest column entry
12242  of the table.
12243  In an inline formula the space depends on the length of the line in which
12244  
12245 \series bold
12246
12247 \backslash
12248 hfill
12249 \series default
12250  is inserted.
12251  Thus, when the line uses the full width, no space will be created.
12252  
12253 \series bold
12254
12255 \backslash
12256 hfill
12257 \series default
12258  only has an effect on displayed formulas when the formula style 
12259 \series bold
12260 Indented
12261 \series default
12262  is used.
12263  (Formula styles are explained in 
12264 \begin_inset CommandInset ref
12265 LatexCommand ref
12266 reference "sec:Formula-Styles"
12267
12268 \end_inset
12269
12270 .)
12271 \end_layout
12272
12273 \begin_layout Standard
12274 Besides 
12275 \series bold
12276
12277 \backslash
12278 hfill
12279 \series default
12280 , there are the commands 
12281 \series bold
12282
12283 \backslash
12284 dotfill
12285 \series default
12286  and 
12287 \series bold
12288
12289 \backslash
12290 hrulefill
12291 \series default
12292  that fill the space with a pattern, see 
12293 \begin_inset CommandInset ref
12294 LatexCommand ref
12295 reference "sub:Ellipses"
12296
12297 \end_inset
12298
12299  for an example.
12300 \end_layout
12301
12302 \begin_layout Standard
12303 For text, variable space can be inserted via the menu 
12304 \family sans
12305 Insert\SpecialChar \menuseparator
12306 Formatting\SpecialChar \menuseparator
12307 Horizontal
12308 \begin_inset space ~
12309 \end_inset
12310
12311 Space
12312 \family default
12313 :
12314 \end_layout
12315
12316 \begin_layout Standard
12317 This is a line with
12318 \begin_inset space \hspace{}
12319 \length 2cm
12320 \end_inset
12321
12322 2
12323 \begin_inset space \thinspace{}
12324 \end_inset
12325
12326 cm space.
12327 \end_layout
12328
12329 \begin_layout Standard
12330 This is a line with
12331 \begin_inset space \hfill{}
12332 \end_inset
12333
12334 maximum space.
12335 \end_layout
12336
12337 \begin_layout Subsection
12338 Space besides inline Formulas
12339 \begin_inset Index idx
12340 status collapsed
12341
12342 \begin_layout Plain Layout
12343 Space ! besides inline formulas
12344 \end_layout
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 The space that surrounds inline formulas can be adjusted with the length
12353  
12354 \series bold
12355
12356 \backslash
12357 mathsurround
12358 \series default
12359
12360 \begin_inset Index idx
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364 Commands ! M ! 
12365 \backslash
12366 mathsurround
12367 \end_layout
12368
12369 \end_inset
12370
12371 .
12372  The value of a length is set with the command 
12373 \series bold
12374
12375 \backslash
12376 setlength
12377 \series default
12378
12379 \begin_inset Index idx
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383 Commands ! S ! 
12384 \backslash
12385 setlength
12386 \end_layout
12387
12388 \end_inset
12389
12390  that has the following scheme:
12391 \end_layout
12392
12393 \begin_layout Standard
12394
12395 \series bold
12396
12397 \backslash
12398 setlength{length name}{value}
12399 \end_layout
12400
12401 \begin_layout Standard
12402 To set 
12403 \series bold
12404
12405 \backslash
12406 mathsurround
12407 \series default
12408  to the value 5
12409 \begin_inset space \thinspace{}
12410 \end_inset
12411
12412 mm, the command
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418
12419 \backslash
12420 setlength{
12421 \backslash
12422 mathsurround}{5mm}
12423 \end_layout
12424
12425 \begin_layout Standard
12426 is inserted in TeX-mode.
12427  5
12428 \begin_inset space \thinspace{}
12429 \end_inset
12430
12431 mm space will now be set around all inline formulas:
12432 \begin_inset ERT
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436
12437
12438 \backslash
12439 setlength{
12440 \backslash
12441 mathsurround}{5mm}
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \begin_layout Standard
12450 This is a line with an inline formula 
12451 \begin_inset Formula $A=B$
12452 \end_inset
12453
12454  with 5
12455 \begin_inset space \thinspace{}
12456 \end_inset
12457
12458 mm surrounding space.
12459 \begin_inset ERT
12460 status collapsed
12461
12462 \begin_layout Plain Layout
12463
12464
12465 \backslash
12466 setlength{
12467 \backslash
12468 mathsurround}{0pt}
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Standard
12477 To return to the predefined value, 
12478 \series bold
12479
12480 \backslash
12481 mathsurround
12482 \series default
12483  is set to the value 0
12484 \begin_inset space \thinspace{}
12485 \end_inset
12486
12487 pt.
12488 \end_layout
12489
12490 \begin_layout Section
12491 Boxes and Frames
12492 \begin_inset Index idx
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496 Boxes
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \begin_inset Index idx
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506 Frames | see
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512 {
12513 \end_layout
12514
12515 \end_inset
12516
12517 Boxes
12518 \begin_inset ERT
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522
12523 }
12524 \end_layout
12525
12526 \end_inset
12527
12528
12529 \end_layout
12530
12531 \end_inset
12532
12533
12534 \end_layout
12535
12536 \begin_layout Standard
12537 Boxes for text are described in chapter 
12538 \family typewriter
12539 Boxes
12540 \family default
12541  in the 
12542 \family typewriter
12543 Embedded
12544 \begin_inset space ~
12545 \end_inset
12546
12547 Objects
12548 \family default
12549  manual.
12550 \end_layout
12551
12552 \begin_layout Subsection
12553 Boxes with Frame
12554 \begin_inset CommandInset label
12555 LatexCommand label
12556 name "sub:Boxes-with-Frame"
12557
12558 \end_inset
12559
12560
12561 \begin_inset Index idx
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 Boxes ! with frame
12566 \end_layout
12567
12568 \end_inset
12569
12570
12571 \end_layout
12572
12573 \begin_layout Standard
12574 It is possible to frame formulas or parts of it with the commands 
12575 \series bold
12576
12577 \backslash
12578 fbox
12579 \series default
12580
12581 \begin_inset Index idx
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 Commands ! F ! 
12586 \backslash
12587 fbox
12588 \end_layout
12589
12590 \end_inset
12591
12592  and 
12593 \series bold
12594
12595 \backslash
12596 boxed
12597 \series default
12598
12599 \begin_inset Index idx
12600 status collapsed
12601
12602 \begin_layout Plain Layout
12603 Commands ! B ! 
12604 \backslash
12605 boxed
12606 \end_layout
12607
12608 \end_inset
12609
12610 .
12611 \end_layout
12612
12613 \begin_layout Standard
12614 When one of these commands is inserted to a formula, a blue box appears
12615  within a frame to enter formula parts.
12616  For 
12617 \series bold
12618
12619 \backslash
12620 fbox
12621 \series default
12622  an additional formula has to be created by 
12623 \family sans
12624 Ctrl+M
12625 \family default
12626  within this box, because the box content will otherwise be treated as mathemati
12627 cal text.
12628  When 
12629 \series bold
12630
12631 \backslash
12632 boxed
12633 \series default
12634  is used, a new formula is automatically created inside the frame.
12635 \end_layout
12636
12637 \begin_layout Standard
12638 The command 
12639 \series bold
12640
12641 \backslash
12642 fbox
12643 \series default
12644  is not suitable to frame displayed formulas because the formula will always
12645  be set in the size of the text.
12646  
12647 \series bold
12648
12649 \backslash
12650 boxed
12651 \series default
12652  is in contrary not suitable to frame inline formulas, because the formula
12653  will always be set in the size of a displayed formula.
12654 \end_layout
12655
12656 \begin_layout Standard
12657 As extension to 
12658 \series bold
12659
12660 \backslash
12661 fbox
12662 \series default
12663  there is the command 
12664 \series bold
12665
12666 \backslash
12667 framebox
12668 \series default
12669
12670 \begin_inset Index idx
12671 status collapsed
12672
12673 \begin_layout Plain Layout
12674 Commands ! F ! 
12675 \backslash
12676 framebox
12677 \end_layout
12678
12679 \end_inset
12680
12681  where additionally the frame width and the alignment can be specified.
12682  
12683 \series bold
12684
12685 \backslash
12686 framebox
12687 \series default
12688  is used in the following scheme:
12689 \end_layout
12690
12691 \begin_layout Standard
12692
12693 \series bold
12694
12695 \backslash
12696 framebox[frame width][position]{box content}
12697 \end_layout
12698
12699 \begin_layout Standard
12700 The position can either be 
12701 \emph on
12702 l
12703 \emph default
12704  or 
12705 \emph on
12706 r
12707 \emph default
12708 .
12709  
12710 \emph on
12711 l
12712 \emph default
12713  left aligns, 
12714 \emph on
12715 r
12716 \emph default
12717  right aligns the formula in the box.
12718  When no position is given, the formula will be centered.
12719 \begin_inset Newline newline
12720 \end_inset
12721
12722 Is no width given, also no position can be given.
12723  In this case the frame width is adjusted to the box content like for 
12724 \series bold
12725
12726 \backslash
12727 fbox
12728 \series default
12729 .
12730 \end_layout
12731
12732 \begin_layout Standard
12733 When the command 
12734 \series bold
12735
12736 \backslash
12737 framebox
12738 \series default
12739  is inserted, a box appears containing three blue boxes.
12740  The first two boxes are surrounded by brackets and denote the two optional
12741  arguments.
12742  The third box is for formula parts like for 
12743 \series bold
12744
12745 \backslash
12746 fbox
12747 \series default
12748 .
12749 \end_layout
12750
12751 \begin_layout Standard
12752 \align center
12753 \begin_inset Tabular
12754 <lyxtabular version="3" rows="5" columns="2">
12755 <features tabularvalignment="middle">
12756 <column alignment="center" valignment="top" width="0">
12757 <column alignment="center" valignment="top" width="0">
12758 <row>
12759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 Command
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 Result
12773 \begin_inset Note Note
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778 \series bold
12779
12780 \backslash
12781 raisebox
12782 \series default
12783  is only used as spacer.
12784 \end_layout
12785
12786 \end_inset
12787
12788
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 </row>
12794 <row>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799
12800 \backslash
12801 fbox
12802 \begin_inset ERT
12803 status collapsed
12804
12805 \begin_layout Plain Layout
12806
12807
12808 \backslash
12809 spce 
12810 \end_layout
12811
12812 \end_inset
12813
12814
12815 \family sans
12816 Ctrl+M
12817 \family default
12818  
12819 \backslash
12820 int
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826
12827 \backslash
12828 spce 
12829 \end_layout
12830
12831 \end_inset
12832
12833 A=B
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12843 \end_inset
12844
12845
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 </row>
12851 <row>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856
12857 \backslash
12858 boxed
12859 \begin_inset ERT
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863
12864
12865 \backslash
12866 spce 
12867 \end_layout
12868
12869 \end_inset
12870
12871
12872 \backslash
12873 int
12874 \begin_inset ERT
12875 status collapsed
12876
12877 \begin_layout Plain Layout
12878
12879
12880 \backslash
12881 spce 
12882 \end_layout
12883
12884 \end_inset
12885
12886 A=B
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row>
12905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 A+
12910 \backslash
12911 fbox
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 spce 
12920 \end_layout
12921
12922 \end_inset
12923
12924 B
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947
12948 \backslash
12949 framebox
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 spce 
12958 \end_layout
12959
12960 \end_inset
12961
12962 20mm
12963 \begin_inset Formula $\to$
12964 \end_inset
12965
12966
12967 \begin_inset Formula $\to$
12968 \end_inset
12969
12970
12971 \family sans
12972 Ctrl+M
12973 \family default
12974  
12975 \backslash
12976 frac
12977 \begin_inset ERT
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981
12982
12983 \backslash
12984 spce 
12985 \end_layout
12986
12987 \end_inset
12988
12989 A
12990 \begin_inset Formula $\downarrow$
12991 \end_inset
12992
12993 B
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 \begin_inset Formula $\raisebox{6mm}{}$
13003 \end_inset
13004
13005
13006 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13007 \end_inset
13008
13009
13010 \begin_inset Formula $\raisebox{-4mm}{}$
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 </row>
13019 </lyxtabular>
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 The frame thickness can also be adjusted.
13028  To do this the following commands have to be inserted in TeX-mode before
13029  the formula
13030 \end_layout
13031
13032 \begin_layout Standard
13033
13034 \series bold
13035
13036 \backslash
13037 fboxrule
13038 \series default
13039  
13040 \series bold
13041
13042 \begin_inset Quotes eld
13043 \end_inset
13044
13045 thickness
13046 \begin_inset Quotes erd
13047 \end_inset
13048
13049
13050 \series default
13051  
13052 \series bold
13053
13054 \backslash
13055 fboxsep
13056 \series default
13057  
13058 \series bold
13059
13060 \begin_inset Quotes eld
13061 \end_inset
13062
13063 distance
13064 \begin_inset Quotes erd
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \begin_layout Standard
13071 \begin_inset Quotes eld
13072 \end_inset
13073
13074 distance
13075 \begin_inset Quotes erd
13076 \end_inset
13077
13078  specifies the minimal distance between the frame and the first character
13079  in the box.
13080  An example for this is the following framed formula:
13081 \begin_inset ERT
13082 status collapsed
13083
13084 \begin_layout Plain Layout
13085
13086
13087 \backslash
13088 fboxrule 2mm 
13089 \backslash
13090 fboxsep 3mm
13091 \end_layout
13092
13093 \end_inset
13094
13095
13096 \begin_inset Formula \[
13097 \boxed{A+B=C}\]
13098
13099 \end_inset
13100
13101 Before this formula the commands
13102 \end_layout
13103
13104 \begin_layout Standard
13105
13106 \series bold
13107
13108 \backslash
13109 fboxrule
13110 \series default
13111  
13112 \series bold
13113 2mm
13114 \series default
13115  
13116 \series bold
13117
13118 \backslash
13119 fboxsep
13120 \series default
13121  
13122 \series bold
13123 3mm
13124 \end_layout
13125
13126 \begin_layout Standard
13127 were inserted in TeX-mode.
13128  The given values are used for all following boxes.
13129 \end_layout
13130
13131 \begin_layout Standard
13132 To return to the standard frame size, the command
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \series bold
13138
13139 \backslash
13140 fboxrule
13141 \series default
13142  
13143 \series bold
13144 0.4pt
13145 \series default
13146  
13147 \series bold
13148
13149 \backslash
13150 fboxsep
13151 \series default
13152  
13153 \series bold
13154 3pt
13155 \series default
13156
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 fboxrule 0.4pt 
13165 \backslash
13166 fboxsep 3pt
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \end_layout
13173
13174 \begin_layout Standard
13175 is inserted in TeX-mode before the next formula.
13176 \end_layout
13177
13178 \begin_layout Subsection
13179 Boxes without Frame
13180 \begin_inset CommandInset label
13181 LatexCommand label
13182 name "sub:Boxes-without-Frame"
13183
13184 \end_inset
13185
13186
13187 \begin_inset Index idx
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191 Boxes ! without frame
13192 \end_layout
13193
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \begin_layout Standard
13200 For boxes without a frame there are the following box commands: 
13201 \series bold
13202
13203 \backslash
13204 mbox
13205 \series default
13206
13207 \begin_inset Index idx
13208 status collapsed
13209
13210 \begin_layout Plain Layout
13211 Commands ! M ! 
13212 \backslash
13213 mbox
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \series bold
13220
13221 \backslash
13222 makebox
13223 \series default
13224
13225 \begin_inset Index idx
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229 Commands ! M ! 
13230 \backslash
13231 makebox
13232 \end_layout
13233
13234 \end_inset
13235
13236  and 
13237 \series bold
13238
13239 \backslash
13240 raisebox
13241 \series default
13242
13243 \begin_inset Index idx
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247 Commands ! R ! 
13248 \backslash
13249 raisebox
13250 \end_layout
13251
13252 \end_inset
13253
13254
13255 \end_layout
13256
13257 \begin_layout Standard
13258 With 
13259 \series bold
13260
13261 \backslash
13262 raisebox
13263 \series default
13264  a box can be super- or subscripted.
13265  But in contrary to normal super- and subscripting, the characters in the
13266  box keep their font size.
13267  
13268 \series bold
13269
13270 \backslash
13271 raisebox
13272 \series default
13273  is used in the following scheme:
13274 \end_layout
13275
13276 \begin_layout Standard
13277
13278 \series bold
13279
13280 \backslash
13281 raisebox{height}{box content}
13282 \end_layout
13283
13284 \begin_layout Standard
13285 When the box should contain a formula, an extra formula is needed like for
13286  
13287 \series bold
13288
13289 \backslash
13290 fbox
13291 \series default
13292 .
13293  
13294 \series medium
13295
13296 \begin_inset Note Greyedout
13297 status open
13298
13299 \begin_layout Plain Layout
13300
13301 \series bold
13302 Note:
13303 \series default
13304  For 
13305 \series bold
13306
13307 \backslash
13308 raisebox
13309 \series default
13310  this extra formula is created by pressing 
13311 \family sans
13312 Ctrl+M
13313 \family default
13314  twice instead of once because LyX doesn't yet support 
13315 \series bold
13316
13317 \backslash
13318 raisebox
13319 \series default
13320  directly.
13321 \end_layout
13322
13323 \end_inset
13324
13325
13326 \end_layout
13327
13328 \begin_layout Standard
13329 \align center
13330 \begin_inset Tabular
13331 <lyxtabular version="3" rows="4" columns="2">
13332 <features tabularvalignment="middle">
13333 <column alignment="center" valignment="top" width="0">
13334 <column alignment="center" valignment="top" width="0">
13335 <row>
13336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 Command
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 Result
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 H
13361 \backslash
13362 raisebox{2mm
13363 \begin_inset Formula $\to$
13364 \end_inset
13365
13366
13367 \backslash
13368 {al
13369 \begin_inset Formula $\to$
13370 \end_inset
13371
13372  lo
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13382 \end_inset
13383
13384
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 <row>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 H
13396 \backslash
13397 raisebox{-2mm
13398 \begin_inset Formula $\to$
13399 \end_inset
13400
13401
13402 \backslash
13403 {al
13404 \begin_inset Formula $\to$
13405 \end_inset
13406
13407 lo
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 <row>
13426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 A=
13431 \backslash
13432 raisebox{-2mm
13433 \begin_inset Formula $\to$
13434 \end_inset
13435
13436
13437 \backslash
13438 {
13439 \family sans
13440 Ctrl+M
13441 \family default
13442  
13443 \family sans
13444 Ctrl+M
13445 \family default
13446  
13447 \backslash
13448 sqrt
13449 \begin_inset ERT
13450 status collapsed
13451
13452 \begin_layout Plain Layout
13453
13454
13455 \backslash
13456 spce 
13457 \end_layout
13458
13459 \end_inset
13460
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13471 \end_inset
13472
13473
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 </row>
13479 </lyxtabular>
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 The command 
13488 \series bold
13489
13490 \backslash
13491 mbox
13492 \series default
13493  is equivalent to 
13494 \series bold
13495
13496 \backslash
13497 fbox
13498 \series default
13499  and 
13500 \series bold
13501
13502 \backslash
13503 makebox
13504 \series default
13505  is equivalent to 
13506 \series bold
13507
13508 \backslash
13509 framebox
13510 \series default
13511 , with the difference that there is no frame.
13512 \end_layout
13513
13514 \begin_layout Subsection
13515 Colored Boxes
13516 \begin_inset CommandInset label
13517 LatexCommand label
13518 name "sub:Colored-Boxes"
13519
13520 \end_inset
13521
13522
13523 \begin_inset Index idx
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527 Boxes ! colored
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 To be able to use all commands explained in this section, the LaTeX-package
13537  
13538 \series bold
13539 color
13540 \series default
13541
13542 \begin_inset Foot
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546 The LaTeX-package 
13547 \series bold
13548 color
13549 \series default
13550  is part of every LaTeX standard installation.
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \begin_inset Index idx
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560 Packages ! color
13561 \end_layout
13562
13563 \end_inset
13564
13565  has to be loaded in the LaTeX-preamble with the line
13566 \begin_inset Foot
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570 When text is colored somewhere in the document with a predefined color,
13571  LyX loads the LaTeX-package 
13572 \series bold
13573 color
13574 \series default
13575  automatically.
13576  Thus it is possible that the package is loaded twice, but this doesn't
13577  arise problems.
13578 \end_layout
13579
13580 \end_inset
13581
13582
13583 \begin_inset Note Note
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13588 amble.
13589 \end_layout
13590
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \begin_layout Standard
13597
13598 \series bold
13599
13600 \backslash
13601 usepackage{color}
13602 \end_layout
13603
13604 \begin_layout Standard
13605 \begin_inset VSpace medskip
13606 \end_inset
13607
13608 To color boxes, the command 
13609 \series bold
13610
13611 \backslash
13612 colorbox
13613 \series default
13614
13615 \begin_inset Index idx
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 Commands ! C ! 
13620 \backslash
13621 colorbox
13622 \end_layout
13623
13624 \end_inset
13625
13626  is used in the following scheme:
13627 \end_layout
13628
13629 \begin_layout Standard
13630
13631 \series bold
13632
13633 \backslash
13634 colorbox{color}{box content}
13635 \end_layout
13636
13637 \begin_layout Standard
13638 The box content can also be a box and a 
13639 \series bold
13640
13641 \backslash
13642 colorbox
13643 \series default
13644  can also be part of another box (see the 2nd and 3rd example).
13645  When the box should contain a formula, an extra formula has to be created,
13646  the same way as for 
13647 \series bold
13648
13649 \backslash
13650 raisebox
13651 \series default
13652 .
13653 \begin_inset Foot
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657 This also applies for the command 
13658 \series bold
13659
13660 \backslash
13661 fcolorbox
13662 \series default
13663 .
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Standard
13672 One of the following predefined colors can be chosen:
13673 \end_layout
13674
13675 \begin_layout Standard
13676
13677 \series bold
13678 black
13679 \series default
13680
13681 \series bold
13682 blue
13683 \series default
13684
13685 \series bold
13686 cyan
13687 \series default
13688
13689 \series bold
13690 green
13691 \series default
13692
13693 \series bold
13694 magenta
13695 \series default
13696
13697 \series bold
13698 red
13699 \series default
13700
13701 \series bold
13702 white
13703 \series default
13704  and 
13705 \series bold
13706 yellow
13707 \end_layout
13708
13709 \begin_layout Standard
13710 \align center
13711 \begin_inset Tabular
13712 <lyxtabular version="3" rows="4" columns="2">
13713 <features tabularvalignment="middle">
13714 <column alignment="center" valignment="top" width="0">
13715 <column alignment="center" valignment="top" width="0">
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 Command
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 Result
13731 \begin_inset Note Note
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735
13736 \series bold
13737
13738 \backslash
13739 raisebox
13740 \series default
13741  is only used as spacer.
13742 \end_layout
13743
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 <row>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \backslash
13759 colorbox{yellow
13760 \begin_inset Formula $\to$
13761 \end_inset
13762
13763
13764 \backslash
13765 {A=B
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788
13789 \backslash
13790 colorbox{green
13791 \begin_inset Formula $\to$
13792 \end_inset
13793
13794
13795 \backslash
13796 {
13797 \backslash
13798 fbox
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804
13805 \backslash
13806 spce 
13807 \end_layout
13808
13809 \end_inset
13810
13811 A=B
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13821 \end_inset
13822
13823
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834
13835 \backslash
13836 fbox
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842
13843 \backslash
13844 spce 
13845 \end_layout
13846
13847 \end_inset
13848
13849
13850 \backslash
13851 colorbox{green
13852 \begin_inset Formula $\to$
13853 \end_inset
13854
13855
13856 \backslash
13857 {
13858 \family sans
13859 Ctrl+M
13860 \family default
13861  
13862 \family sans
13863 Ctrl+M
13864 \family default
13865  
13866 \backslash
13867 int
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873
13874 \backslash
13875 spce 
13876 \end_layout
13877
13878 \end_inset
13879
13880 C=D
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 </lyxtabular>
13899
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \begin_layout Standard
13906
13907 \series bold
13908
13909 \backslash
13910 colorbox
13911 \series default
13912  only colors the box but not the characters in the box.
13913  To color all characters, the whole formula is highlighted and the wanted
13914  color is chosen in the 
13915 \family sans
13916 Text
13917 \begin_inset space ~
13918 \end_inset
13919
13920 Style
13921 \family default
13922  dialog.
13923  The dialog can be called with the toolbar button 
13924 \begin_inset Graphics
13925         filename ../images/dialog-show_character.png
13926         scale 85
13927
13928 \end_inset
13929
13930  or the menu 
13931 \family sans
13932 Edit\SpecialChar \menuseparator
13933 Text
13934 \begin_inset space ~
13935 \end_inset
13936
13937 Style\SpecialChar \menuseparator
13938 Customized
13939 \family default
13940 .
13941  The formula number has then the same color as the formula.
13942  When the formula number should get another color than the formula characters,
13943  the color must be changed within the formula.
13944 \end_layout
13945
13946 \begin_layout Standard
13947 An example:
13948 \end_layout
13949
13950 \begin_layout Standard
13951
13952 \color red
13953 \begin_inset Formula \begin{equation}
13954 \int A=B\label{eq:red}\end{equation}
13955
13956 \end_inset
13957
13958
13959 \color green
13960
13961 \begin_inset Formula \begin{equation}
13962 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 Formula 
13971 \begin_inset CommandInset ref
13972 LatexCommand eqref
13973 reference "eq:red"
13974
13975 \end_inset
13976
13977  is completely colored red.
13978 \begin_inset Newline newline
13979 \end_inset
13980
13981 Formula 
13982 \begin_inset CommandInset ref
13983 LatexCommand eqref
13984 reference "eq:redgreen"
13985
13986 \end_inset
13987
13988  was first completely colored green to set the color for the formula number.
13989  Subsequently the formula characters were colored red.
13990 \end_layout
13991
13992 \begin_layout Standard
13993 \begin_inset VSpace bigskip
13994 \end_inset
13995
13996 To color the frame different than the rest of the box, the command 
13997 \series bold
13998
13999 \backslash
14000 fcolorbox
14001 \series default
14002
14003 \begin_inset Index idx
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007 Commands ! F ! 
14008 \backslash
14009 fcolorbox
14010 \end_layout
14011
14012 \end_inset
14013
14014  is used in the following scheme:
14015 \end_layout
14016
14017 \begin_layout Standard
14018
14019 \series bold
14020
14021 \backslash
14022 fcolorbox{frame color}{color}{box content}
14023 \end_layout
14024
14025 \begin_layout Standard
14026 So 
14027 \series bold
14028
14029 \backslash
14030 fcolorbox
14031 \series default
14032  is an extension of the command 
14033 \series bold
14034
14035 \backslash
14036 colorbox
14037 \series default
14038 .
14039  The frame width is set, like for 
14040 \series bold
14041
14042 \backslash
14043 framebox
14044 \series default
14045 , with 
14046 \series bold
14047
14048 \backslash
14049 fboxrule
14050 \series default
14051  and 
14052 \series bold
14053
14054 \backslash
14055 fboxsep
14056 \series default
14057 .
14058  An example:
14059 \begin_inset ERT
14060 status collapsed
14061
14062 \begin_layout Plain Layout
14063
14064
14065 \backslash
14066 fboxrule 1mm 
14067 \backslash
14068 fboxsep 1mm
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \begin_inset Formula \[
14075 \fcolorbox{cyan}{magenta}{A=B}\]
14076
14077 \end_inset
14078
14079
14080 \begin_inset ERT
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084
14085
14086 \backslash
14087 fboxrule 0.4pt 
14088 \backslash
14089 fboxsep 3pt
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098 This formula was created with the command
14099 \begin_inset Newline newline
14100 \end_inset
14101
14102
14103 \series bold
14104
14105 \backslash
14106 fcolorbox{cyan
14107 \begin_inset Formula $\to$
14108 \end_inset
14109
14110
14111 \backslash
14112 {magenta
14113 \begin_inset Formula $\to$
14114 \end_inset
14115
14116
14117 \backslash
14118 {A=B
14119 \series default
14120 .
14121 \end_layout
14122
14123 \begin_layout Standard
14124 \begin_inset VSpace bigskip
14125 \end_inset
14126
14127 To use other colors than the predefined ones, they have to be defined first.
14128 \end_layout
14129
14130 \begin_layout Standard
14131 One can for example define the color 
14132 \begin_inset Quotes eld
14133 \end_inset
14134
14135
14136 \series bold
14137 darkgreen
14138 \series default
14139
14140 \begin_inset Quotes erd
14141 \end_inset
14142
14143  with the LaTeX-preamble line:
14144 \end_layout
14145
14146 \begin_layout Standard
14147
14148 \series bold
14149
14150 \backslash
14151 definecolor{darkgreen}{cmyk}{0.5,
14152 \series default
14153  
14154 \series bold
14155 0,
14156 \series default
14157  
14158 \series bold
14159 1,
14160 \series default
14161  
14162 \series bold
14163 0.5}
14164 \series default
14165
14166 \begin_inset Index idx
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170 Commands ! D ! 
14171 \backslash
14172 definecolor
14173 \end_layout
14174
14175 \end_inset
14176
14177
14178 \end_layout
14179
14180 \begin_layout Standard
14181
14182 \series bold
14183 cmyk
14184 \series default
14185  is the color space that denotes the colors 
14186 \series bold
14187 cyan
14188 \series default
14189
14190 \series bold
14191 magenta
14192 \series default
14193
14194 \series bold
14195 yellow
14196 \series default
14197  and 
14198 \series bold
14199 black
14200 \series default
14201 .
14202  The four comma separated numbers are the portion factor for the corresponding
14203  colors of the color space.
14204  The factors can be in the range of 0
14205 \begin_inset space \thinspace{}
14206 \end_inset
14207
14208 -
14209 \begin_inset space \thinspace{}
14210 \end_inset
14211
14212 1.
14213  Instead of 
14214 \series bold
14215 cmyk
14216 \series default
14217  also the color space 
14218 \series bold
14219 rgb
14220 \series default
14221  can be used for definitions.
14222  
14223 \series bold
14224 rgb
14225 \series default
14226  denotes 
14227 \series bold
14228 red
14229 \series default
14230
14231 \series bold
14232 green
14233 \series default
14234  and 
14235 \series bold
14236 blue
14237 \series default
14238 , so that there are in this case three portion factors for the corresponding
14239  colors.
14240  Furthermore there is the color space 
14241 \series bold
14242 gray
14243 \series default
14244  with one portion factor for the gray value.
14245 \end_layout
14246
14247 \begin_layout Standard
14248 As example a framed box with the new defined color 
14249 \series bold
14250 darkgreen
14251 \series default
14252  where the characters have been colored 
14253 \series bold
14254 yellow
14255 \series default
14256 :
14257 \begin_inset Formula \begin{equation}
14258 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14259
14260 \end_inset
14261
14262
14263 \end_layout
14264
14265 \begin_layout Standard
14266 Self-defined colors can also be used for text with the help of the command
14267  
14268 \series bold
14269
14270 \backslash
14271 textcolor
14272 \series default
14273 :
14274 \begin_inset Index idx
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278 Text ! colored
14279 \end_layout
14280
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \begin_layout Standard
14287 \begin_inset ERT
14288 status collapsed
14289
14290 \begin_layout Plain Layout
14291
14292
14293 \backslash
14294 textcolor{darkgreen}{
14295 \end_layout
14296
14297 \end_inset
14298
14299 This sentence is 
14300 \begin_inset Quotes eld
14301 \end_inset
14302
14303 darkgreen
14304 \begin_inset Quotes erd
14305 \end_inset
14306
14307 .
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313 }
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322
14323 \series bold
14324
14325 \backslash
14326 textcolor
14327 \series default
14328
14329 \begin_inset Index idx
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 Commands ! T ! 
14334 \backslash
14335 textcolor
14336 \end_layout
14337
14338 \end_inset
14339
14340  is used in the scheme 
14341 \series bold
14342
14343 \backslash
14344 textcolor{color}{characters to color}
14345 \series default
14346 .
14347 \end_layout
14348
14349 \begin_layout Subsection
14350 Paragraph Boxes
14351 \begin_inset CommandInset label
14352 LatexCommand label
14353 name "sub:Paragraph-Boxes"
14354
14355 \end_inset
14356
14357
14358 \begin_inset Index idx
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362 Boxes ! as paragraph
14363 \end_layout
14364
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \begin_layout Standard
14371 A box that can contain several lines and paragraphs, a so called paragraph
14372  box (parbox), can be created with the menu 
14373 \family sans
14374 Insert\SpecialChar \menuseparator
14375 Box
14376 \family default
14377  or the toolbar button 
14378 \begin_inset Graphics
14379         filename ../images/box-insert.png
14380         scale 85
14381
14382 \end_inset
14383
14384 .
14385 \end_layout
14386
14387 \begin_layout Standard
14388 The following example shows a framed parbox in a line:
14389 \end_layout
14390
14391 \begin_layout Standard
14392 \begin_inset VSpace medskip
14393 \end_inset
14394
14395 This is a line 
14396 \begin_inset Box Boxed
14397 position "c"
14398 hor_pos "c"
14399 has_inner_box 1
14400 inner_pos "t"
14401 use_parbox 1
14402 use_makebox 0
14403 width "5cm"
14404 special "none"
14405 height "1in"
14406 height_special "totalheight"
14407 status open
14408
14409 \begin_layout Plain Layout
14410 This is a paragraph box.
14411  It is exactly 5
14412 \begin_inset space \thinspace{}
14413 \end_inset
14414
14415 cm long and can also contain formulas: 
14416 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \end_inset
14423
14424  with a parbox.
14425 \end_layout
14426
14427 \begin_layout Standard
14428 \begin_inset VSpace medskip
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Standard
14435 Such a box is created by right-clicking on the gray box inset.
14436  A dialog pops up showing the box properties.
14437  In our case set: 
14438 \emph on
14439 Decoration
14440 \emph default
14441 : Recangular box, 
14442 \emph on
14443 Inner Box
14444 \emph default
14445 : Parbox, 
14446 \emph on
14447 Width
14448 \emph default
14449 : 5
14450 \begin_inset space \thinspace{}
14451 \end_inset
14452
14453 cm, 
14454 \emph on
14455 Vertical Box Alignment
14456 \emph default
14457 : Middle
14458 \end_layout
14459
14460 \begin_layout Standard
14461 \begin_inset VSpace medskip
14462 \end_inset
14463
14464 In LaTeX a parbox is created with the command 
14465 \series bold
14466
14467 \backslash
14468 parbox
14469 \series default
14470
14471 \begin_inset Index idx
14472 status collapsed
14473
14474 \begin_layout Plain Layout
14475 Commands ! P ! 
14476 \backslash
14477 parbox
14478 \end_layout
14479
14480 \end_inset
14481
14482  that has the following scheme:
14483 \end_layout
14484
14485 \begin_layout Standard
14486
14487 \series bold
14488
14489 \backslash
14490 parbox[position]{width}{box content}
14491 \end_layout
14492
14493 \begin_layout Standard
14494 The positions 
14495 \emph on
14496 b
14497 \emph default
14498  and 
14499 \emph on
14500 t
14501 \emph default
14502  are possible.
14503  
14504 \emph on
14505 b
14506 \emph default
14507  for bottom means that the box is aligned within the surrounding text with
14508  its last line.
14509  With 
14510 \emph on
14511 t
14512 \emph default
14513  for top this is done with the first line.
14514  When no position is given, the box will be vertically centered, see section
14515  
14516 \emph on
14517 Boxes
14518 \emph default
14519  of the 
14520 \emph on
14521 Embedded
14522 \begin_inset space ~
14523 \end_inset
14524
14525 Objects
14526 \emph default
14527  manual for examples.
14528 \end_layout
14529
14530 \begin_layout Standard
14531 \begin_inset VSpace bigskip
14532 \end_inset
14533
14534 To frame formulas completely, including the formula number, the formula
14535  must be set into a parbox.
14536  To do this, the command 
14537 \series bold
14538
14539 \backslash
14540 fbox{
14541 \backslash
14542 parbox{
14543 \backslash
14544 linewidth-2
14545 \backslash
14546 fboxsep-2
14547 \backslash
14548 fboxrule}{
14549 \series default
14550  is inserted in TeX-mode before the formula.
14551  
14552 \series bold
14553
14554 \backslash
14555 linewidth
14556 \series default
14557
14558 \begin_inset Index idx
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562 Commands ! L ! 
14563 \backslash
14564 linewidth
14565 \end_layout
14566
14567 \end_inset
14568
14569  is hereby the line width set for the document.
14570  Because the frame is outside the parbox, 2
14571 \begin_inset space \thinspace{}
14572 \end_inset
14573
14574 times the frame separation and the frame thickness must be subtracted from
14575  the line width.
14576  As this is not automatically done by LyX due to a bug
14577 \begin_inset Foot
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581 \begin_inset CommandInset href
14582 LatexCommand href
14583 name "LyX-bug #4483"
14584 target "http://www.lyx.org/trac/ticket/4483"
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592
14593 , TeX-mode has to be used.
14594  To be able to multiply and subtract in arguments, the LaTeX-package 
14595 \series bold
14596 calc
14597 \series default
14598
14599 \begin_inset Foot
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604 \series bold
14605 calc
14606 \series default
14607  is part of every LaTeX standard installation.
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \begin_inset Index idx
14614 status collapsed
14615
14616 \begin_layout Plain Layout
14617 Packages ! calc
14618 \end_layout
14619
14620 \end_inset
14621
14622  must be loaded in the LaTeX-preamble with the line
14623 \end_layout
14624
14625 \begin_layout Standard
14626
14627 \series bold
14628
14629 \backslash
14630 usepackage{calc}
14631 \end_layout
14632
14633 \begin_layout Standard
14634 Behind the formula both boxes are closed by entering 
14635 \series bold
14636 }}
14637 \series default
14638  in TeX-mode.
14639  Here is an example:
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645
14646 \backslash
14647 fboxsep 5mm 
14648 \backslash
14649 fboxrule 5mm
14650 \end_layout
14651
14652 \end_inset
14653
14654
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset ERT
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662
14663
14664 \backslash
14665 fbox{
14666 \backslash
14667 parbox{
14668 \backslash
14669 linewidth-2
14670 \backslash
14671 fboxsep-2
14672 \backslash
14673 fboxrule}{
14674 \end_layout
14675
14676 \end_inset
14677
14678
14679 \begin_inset Formula \begin{equation}
14680 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14681
14682 \end_inset
14683
14684
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689
14690 }}
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \begin_inset ERT
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700
14701
14702 \backslash
14703 fboxrule 0.4pt 
14704 \backslash
14705 fboxsep 3pt
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Standard
14714 \begin_inset VSpace medskip
14715 \end_inset
14716
14717 As a parbox is used as argument of 
14718 \series bold
14719
14720 \backslash
14721 fbox
14722 \series default
14723 , there is in this case no difference between 
14724 \series bold
14725
14726 \backslash
14727 fbox
14728 \series default
14729  and 
14730 \series bold
14731
14732 \backslash
14733 boxed
14734 \series default
14735 .
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset VSpace bigskip
14740 \end_inset
14741
14742 Paragraph boxes are very useful to comment formulas directly.
14743  To do this, 
14744 \series bold
14745
14746 \backslash
14747 parbox
14748 \series default
14749  is used in combination with the command 
14750 \series bold
14751
14752 \backslash
14753 tag
14754 \series default
14755 .
14756  (more about 
14757 \series bold
14758
14759 \backslash
14760 tag
14761 \series default
14762  see 
14763 \begin_inset CommandInset ref
14764 LatexCommand ref
14765 reference "sub:User-defined-Numbering"
14766
14767 \end_inset
14768
14769 )
14770 \end_layout
14771
14772 \begin_layout Standard
14773 An example of a formula commented with 
14774 \series bold
14775
14776 \backslash
14777 parbox
14778 \series default
14779 :
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788
14789 \backslash
14790 [5x-7b=3b
14791 \backslash
14792 tag*{
14793 \backslash
14794 parbox{5cm}{
14795 \end_layout
14796
14797 \end_inset
14798
14799 This is a description.
14800  It is distinctly separated from the formula and multiline.
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806 }}
14807 \backslash
14808 ]
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Standard
14817 Such a formula must be inserted completely in TeX-mode because LyX does
14818  not yet support the command 
14819 \series bold
14820
14821 \backslash
14822 parbox
14823 \series default
14824  in formulas.
14825  The formula is created with the following command sequence:
14826 \end_layout
14827
14828 \begin_layout Standard
14829 The command 
14830 \series bold
14831
14832 \backslash
14833 [5x-7b=3b
14834 \backslash
14835 tag*
14836 \backslash
14837 {
14838 \backslash
14839 parbox{5cm}{
14840 \series default
14841  is inserted in TeX-mode.
14842 \begin_inset Foot
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846 When the formula style 
14847 \series bold
14848 Indented
14849 \series default
14850  is used, 
14851 \series bold
14852
14853 \backslash
14854 tag*
14855 \backslash
14856 {
14857 \series default
14858  can also be replaced by 
14859 \series bold
14860
14861 \backslash
14862 hfill
14863 \series default
14864 .
14865  (formula styles see 
14866 \begin_inset CommandInset ref
14867 LatexCommand ref
14868 reference "sec:Formula-Styles"
14869
14870 \end_inset
14871
14872 )
14873 \end_layout
14874
14875 \end_inset
14876
14877  Then the description follows as normal text and finally 
14878 \series bold
14879 }}
14880 \backslash
14881 ]
14882 \series default
14883  is inserted in TeX-mode.
14884  The commands 
14885 \series bold
14886
14887 \backslash
14888 [
14889 \series default
14890  and 
14891 \series bold
14892
14893 \backslash
14894 ]
14895 \series default
14896  hereby create a displayed formula.
14897 \end_layout
14898
14899 \begin_layout Standard
14900 The advantages of 
14901 \series bold
14902
14903 \backslash
14904 parbox
14905 \series default
14906  can be seen in this example that was 
14907 \begin_inset Quotes eld
14908 \end_inset
14909
14910 commented
14911 \begin_inset Quotes erd
14912 \end_inset
14913
14914  using the mathematical textmode:
14915 \begin_inset Formula \[
14916 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Section
14924 Operators
14925 \begin_inset Index idx
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929 Operators
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Subsection
14938 Big Operators
14939 \begin_inset CommandInset label
14940 LatexCommand label
14941 name "sub:Big-Operators"
14942
14943 \end_inset
14944
14945
14946 \begin_inset Index idx
14947 status collapsed
14948
14949 \begin_layout Plain Layout
14950 Operators ! big
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \begin_inset Index idx
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960 Sums
14961 \end_layout
14962
14963 \end_inset
14964
14965
14966 \begin_inset Index idx
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970 Integrals
14971 \end_layout
14972
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \begin_layout Standard
14979 To be able to use all integral operators listed here, the option 
14980 \family sans
14981 Use esint package automatically
14982 \family default
14983  must be set in the document settings under 
14984 \family sans
14985 Math
14986 \begin_inset space ~
14987 \end_inset
14988
14989 Options
14990 \family default
14991 .
14992 \end_layout
14993
14994 \begin_layout Standard
14995 \begin_inset space \hfill{}
14996 \end_inset
14997
14998
14999 \begin_inset Tabular
15000 <lyxtabular version="3" rows="11" columns="2">
15001 <features tabularvalignment="middle">
15002 <column alignment="center" valignment="top" width="0pt">
15003 <column alignment="center" valignment="top" width="0pt">
15004 <row>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 Command
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018 Result
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 </row>
15024 <row>
15025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \backslash
15031 int
15032 \begin_inset Index idx
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036 Commands ! I ! 
15037 \backslash
15038 int
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 \begin_inset Formula $\int$
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 </row>
15061 <row>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066
15067 \backslash
15068 oint
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 \begin_inset Formula $\oint$
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 </row>
15086 <row>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \backslash
15093 ointctrclockwise
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 \begin_inset Formula $\ointctrclockwise$
15103 \end_inset
15104
15105
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row>
15112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116
15117 \backslash
15118 ointclockwise
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 \begin_inset Formula $\ointclockwise$
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 <row>
15137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \backslash
15143 sqint
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 \begin_inset Formula $\sqint$
15153 \end_inset
15154
15155
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \backslash
15168 fint
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177  
15178 \begin_inset Formula $\fint$
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 landupint
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203  
15204 \begin_inset Formula $\landupint$
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 </row>
15213 <row>
15214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \backslash
15220 landdownint
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229  
15230 \begin_inset Formula $\landdownint$
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \backslash
15246 bigcap
15247 \end_layout
15248
15249 \end_inset
15250 </cell>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 \begin_inset Formula $\bigcap$
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 <row>
15265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \backslash
15271 bigcup
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 \begin_inset Formula $\bigcup$
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 </row>
15289 </lyxtabular>
15290
15291 \end_inset
15292
15293
15294 \begin_inset space \hfill{}
15295 \end_inset
15296
15297
15298 \begin_inset Tabular
15299 <lyxtabular version="3" rows="11" columns="2">
15300 <features tabularvalignment="middle">
15301 <column alignment="center" valignment="top" width="0pt">
15302 <column alignment="center" valignment="top" width="0pt">
15303 <row>
15304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 Command
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 Result
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328
15329 \backslash
15330 sum
15331 \begin_inset Index idx
15332 status collapsed
15333
15334 \begin_layout Plain Layout
15335 Commands ! S ! 
15336 \backslash
15337 sum
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 \begin_inset Formula $\sum$
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 <row>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365
15366 \backslash
15367 prod
15368 \begin_inset Index idx
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 Commands ! P ! 
15373 \backslash
15374 prod
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388 \begin_inset Formula $\prod$
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 </row>
15397 <row>
15398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402
15403 \backslash
15404 coprod
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413 \begin_inset Formula $\coprod$
15414 \end_inset
15415
15416
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 </row>
15422 <row>
15423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427
15428 \backslash
15429 bigodot
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Formula $\bigodot$
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 </row>
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \backslash
15454 bigotimes
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 \begin_inset Formula $\bigotimes$
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 </row>
15472 <row>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \backslash
15479 bigoplus
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488 \begin_inset Formula $\bigoplus$
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 </row>
15497 <row>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502
15503 \backslash
15504 bigwedge
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 \begin_inset Formula $\bigwedge$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \backslash
15529 bigvee
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 \begin_inset Formula $\bigvee$
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 </row>
15547 <row>
15548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \backslash
15554 bigsqcup
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 \begin_inset Formula $\bigsqcup$
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 </row>
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \backslash
15579 biguplus
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset Formula $\biguplus$
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 </lyxtabular>
15598
15599 \end_inset
15600
15601
15602 \begin_inset space \hfill{}
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \begin_layout Standard
15609 All big operators can also be inserted via the math toolbar button 
15610 \begin_inset Graphics
15611         filename ../images/math/intop.png
15612         scale 85
15613
15614 \end_inset
15615
15616 .
15617 \end_layout
15618
15619 \begin_layout Standard
15620 The operators are called big because they are bigger than the sometimes
15621  equal looking binary operators.
15622  All big operators can have limits as described in the next subsection.
15623 \end_layout
15624
15625 \begin_layout Standard
15626 For all integral operators there is a second version available, ending on
15627  
15628 \series bold
15629 op
15630 \series default
15631
15632 \series bold
15633
15634 \backslash
15635 intop
15636 \series default
15637
15638 \series bold
15639
15640 \backslash
15641 ointop
15642 \series default
15643  etc..
15644  These operators are different from 
15645 \series bold
15646
15647 \backslash
15648 int
15649 \series default
15650  etc.
15651 \begin_inset space \space{}
15652 \end_inset
15653
15654 in the style the operator limits are displayed, see 
15655 \begin_inset CommandInset ref
15656 LatexCommand ref
15657 reference "sub:Operator-Limits"
15658
15659 \end_inset
15660
15661 .
15662  
15663 \end_layout
15664
15665 \begin_layout Subsubsection*
15666 Advice for Integrals
15667 \end_layout
15668
15669 \begin_layout Standard
15670 The letter 
15671 \emph on
15672 d
15673 \emph default
15674  in an integral is an operator, that therefore has to be set upright.
15675  This is done by highlighting the 
15676 \emph on
15677 d
15678 \emph default
15679  and using the keyboard shortcut 
15680 \begin_inset Info
15681 type  "shortcut"
15682 arg   "font-roman"
15683 \end_inset
15684
15685
15686 \begin_inset Foot
15687 status collapsed
15688
15689 \begin_layout Plain Layout
15690 Font styles
15691 \series bold
15692  
15693 \series default
15694 see 
15695 \begin_inset CommandInset ref
15696 LatexCommand ref
15697 reference "sub:Font-Styles"
15698
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705
15706 .
15707  Finally the smallest space is inserted before the 
15708 \emph on
15709 d
15710 \emph default
15711 , as this is usual for operators.
15712  An example:
15713 \end_layout
15714
15715 \begin_layout Standard
15716 incorrect: 
15717 \begin_inset Formula $\int A(x)dx$
15718 \end_inset
15719
15720
15721 \begin_inset Newline newline
15722 \end_inset
15723
15724
15725 \begin_inset Phantom HPhantom
15726 status open
15727
15728 \begin_layout Plain Layout
15729 in
15730 \end_layout
15731
15732 \end_inset
15733
15734 correct: 
15735 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Standard
15742 For multiple integrals there are the following commands:
15743 \begin_inset VSpace medskip
15744 \end_inset
15745
15746
15747 \end_layout
15748
15749 \begin_layout Standard
15750 \begin_inset space \hfill{}
15751 \end_inset
15752
15753
15754 \begin_inset Tabular
15755 <lyxtabular version="3" rows="4" columns="2">
15756 <features tabularvalignment="middle">
15757 <column alignment="center" valignment="top" width="0">
15758 <column alignment="center" valignment="top" width="0">
15759 <row>
15760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 Command
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 Result
15774 \begin_inset Note Note
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778
15779 \series bold
15780
15781 \backslash
15782 raisebox
15783 \series default
15784  is only used as spacer.
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \backslash
15802 iint
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \backslash
15827 oiint
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 </row>
15845 <row>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \backslash
15852 sqiint
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15862 \end_inset
15863
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 </lyxtabular>
15871
15872 \end_inset
15873
15874
15875 \begin_inset space \hfill{}
15876 \end_inset
15877
15878
15879 \begin_inset Tabular
15880 <lyxtabular version="3" rows="4" columns="2">
15881 <features tabularvalignment="middle">
15882 <column alignment="center" valignment="top" width="0">
15883 <column alignment="center" valignment="top" width="0">
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 Command
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 Result
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \backslash
15911 iiint
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 </row>
15929 <row>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \backslash
15936 iiiint
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row>
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \backslash
15961 dotsint
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 </lyxtabular>
15980
15981 \end_inset
15982
15983
15984 \begin_inset space \hfill{}
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Subsection
15991 Operator Limits
15992 \begin_inset CommandInset label
15993 LatexCommand label
15994 name "sub:Operator-Limits"
15995
15996 \end_inset
15997
15998
15999 \begin_inset Index idx
16000 status collapsed
16001
16002 \begin_layout Plain Layout
16003 Operators ! Limits
16004 \end_layout
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \begin_layout Standard
16012 Limits are created by super- and subscripts:
16013 \end_layout
16014
16015 \begin_layout Standard
16016 \align center
16017 \begin_inset Tabular
16018 <lyxtabular version="3" rows="2" columns="2">
16019 <features tabularvalignment="middle">
16020 <column alignment="center" valignment="top" width="0pt">
16021 <column alignment="center" valignment="top" width="0pt">
16022 <row>
16023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 Command
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 Result
16037 \begin_inset Note Note
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041
16042 \series bold
16043
16044 \backslash
16045 raisebox
16046 \series default
16047  is only used as spacer.
16048 \end_layout
16049
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \backslash
16065 prod^
16066 \backslash
16067 infty
16068 \begin_inset ERT
16069 status collapsed
16070
16071 \begin_layout Plain Layout
16072
16073
16074 \backslash
16075 spce 
16076 \end_layout
16077
16078 \end_inset
16079
16080
16081 \begin_inset Formula $\to$
16082 \end_inset
16083
16084 _0
16085 \begin_inset Formula $\to$
16086 \end_inset
16087
16088 A(x)
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 </lyxtabular>
16107
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \begin_layout Standard
16114 Limits of inline formulas are set right beside the operator.
16115  Limits in displayed formulas are set above or below the operator, except
16116  for integral limits.
16117 \end_layout
16118
16119 \begin_layout Standard
16120 To force that the limits are set beside the operator, the cursor is set
16121  directly behind the operator and the limits type is changed with the menu
16122  
16123 \family sans
16124 Edit\SpecialChar \menuseparator
16125 Math\SpecialChar \menuseparator
16126 Change Limits Type
16127 \family default
16128  to 
16129 \family sans
16130 \series bold
16131 Inline
16132 \family default
16133 \series default
16134  (shortcut 
16135 \begin_inset Info
16136 type  "shortcut"
16137 arg   "math-limits"
16138 \end_inset
16139
16140 ).
16141  An example:
16142 \end_layout
16143
16144 \begin_layout Standard
16145 The default limits type is this:
16146 \begin_inset Formula \[
16147 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16148
16149 \end_inset
16150
16151 This is how it looks when the limits type was changed to 
16152 \family sans
16153 \series bold
16154 Inline
16155 \family default
16156 \series default
16157 :
16158 \begin_inset Formula \[
16159 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16160
16161 \end_inset
16162
16163 For integrals, except those ending with 
16164 \series bold
16165 op
16166 \series default
16167  like 
16168 \series bold
16169
16170 \backslash
16171 intop
16172 \series default
16173
16174 \series bold
16175
16176 \backslash
16177 ointop
16178 \series default
16179  etc., the limits are by default set beside the operator.
16180  But for multiple integrals the limits are often set below the operator.
16181  In the following example the limits type was therefore set to 
16182 \series bold
16183 Display
16184 \series default
16185  and so set below the integrals:
16186 \begin_inset Formula \begin{equation}
16187 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16188
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \begin_layout Standard
16195 \begin_inset VSpace medskip
16196 \end_inset
16197
16198 To specify conditions for limits, the commands 
16199 \series bold
16200
16201 \backslash
16202 subarray
16203 \series default
16204
16205 \begin_inset Index idx
16206 status collapsed
16207
16208 \begin_layout Plain Layout
16209 Commands ! S ! 
16210 \backslash
16211 subarray
16212 \end_layout
16213
16214 \end_inset
16215
16216  and 
16217 \series bold
16218
16219 \backslash
16220 substack
16221 \series default
16222
16223 \begin_inset Index idx
16224 status collapsed
16225
16226 \begin_layout Plain Layout
16227 Commands ! S ! 
16228 \backslash
16229 substack
16230 \end_layout
16231
16232 \end_inset
16233
16234  are used.
16235  To create for example this expression 
16236 \begin_inset Formula \begin{equation}
16237 \sum_{\begin{subarray}{c}
16238 0<k<1000\\
16239 \\
16240 k\,\in\,\mathbb{N}
16241 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16242
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \begin_layout Standard
16249 the following has to be done:
16250 \begin_inset Newline newline
16251 \end_inset
16252
16253 First the command 
16254 \series bold
16255
16256 \backslash
16257 sum
16258 \series default
16259 ^
16260 \series bold
16261 n
16262 \begin_inset ERT
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266
16267
16268 \backslash
16269 spce 
16270 \end_layout
16271
16272 \end_inset
16273
16274 _
16275 \series default
16276  is typed in.
16277  One is now in a blue box under the summation operator and insert there
16278  the command 
16279 \series bold
16280
16281 \backslash
16282 subarray
16283 \begin_inset ERT
16284 status collapsed
16285
16286 \begin_layout Plain Layout
16287
16288
16289 \backslash
16290 spce 
16291 \end_layout
16292
16293 \end_inset
16294
16295
16296 \series default
16297 .
16298  The blue box is now within a purple box and now several lines can be written
16299  among each other.
16300  A new line is created by inserting a line break (
16301 \begin_inset Info
16302 type  "shortcut"
16303 arg   "newline-insert newline"
16304 \end_inset
16305
16306 ).
16307  When now
16308 \begin_inset Newline newline
16309 \end_inset
16310
16311
16312 \series bold
16313 0<k<1000 Ctrl+Return
16314 \begin_inset Newline newline
16315 \end_inset
16316
16317
16318 \series default
16319 is typed in, a new box appears below for the new line.
16320 \end_layout
16321
16322 \begin_layout Standard
16323 The alignment of the lines can be changed to left aligned with the 
16324 \family sans
16325 table
16326 \family default
16327  
16328 \family sans
16329 toolbar
16330 \family default
16331  or the menu 
16332 \family sans
16333 Edit\SpecialChar \menuseparator
16334 Rows &Columns
16335 \family default
16336 .
16337  To get right alignment, 
16338 \series bold
16339
16340 \backslash
16341 hfill
16342 \begin_inset ERT
16343 status collapsed
16344
16345 \begin_layout Plain Layout
16346
16347
16348 \backslash
16349 spce 
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \series default
16356  is inserted at the beginning of the line.
16357 \end_layout
16358
16359 \begin_layout Standard
16360 The command 
16361 \series bold
16362
16363 \backslash
16364 substack
16365 \series default
16366  is equivalent to 
16367 \series bold
16368
16369 \backslash
16370 subarray
16371 \series default
16372  with the difference that the lines are always centered.
16373 \end_layout
16374
16375 \begin_layout Standard
16376 \begin_inset VSpace bigskip
16377 \end_inset
16378
16379 Like in formula 
16380 \begin_inset CommandInset ref
16381 LatexCommand eqref
16382 reference "eq:substack"
16383
16384 \end_inset
16385
16386  there can be too much space beside an operator, because the characters
16387  following the operator are set beside the limits.
16388 \end_layout
16389
16390 \begin_layout Standard
16391 To avoid this, the following macro can be used in the LaTeX-preamble:
16392 \end_layout
16393
16394 \begin_layout Standard
16395
16396 \series bold
16397
16398 \backslash
16399 def
16400 \backslash
16401 clap#1{
16402 \backslash
16403 hbox to 0pt{
16404 \backslash
16405 hss #1
16406 \backslash
16407 hss}}
16408 \begin_inset Newline newline
16409 \end_inset
16410
16411
16412 \backslash
16413 def
16414 \backslash
16415 mathclap {
16416 \backslash
16417 mathpalette 
16418 \backslash
16419 mathclapinternal}
16420 \begin_inset Newline newline
16421 \end_inset
16422
16423
16424 \backslash
16425 def
16426 \backslash
16427 mathclapinternal #1#2{
16428 \backslash
16429 clap{$
16430 \backslash
16431 mathsurround =0pt #1{#2}$}}
16432 \end_layout
16433
16434 \begin_layout Standard
16435 This defines the command 
16436 \series bold
16437
16438 \backslash
16439 mathclap
16440 \series default
16441
16442 \begin_inset Index idx
16443 status collapsed
16444
16445 \begin_layout Plain Layout
16446 Commands ! M ! 
16447 \backslash
16448 mathclap
16449 \end_layout
16450
16451 \end_inset
16452
16453  that sets the width of the limit to 0
16454 \begin_inset space \thinspace{}
16455 \end_inset
16456
16457 pt.
16458  The command scheme is
16459 \end_layout
16460
16461 \begin_layout Standard
16462
16463 \series bold
16464
16465 \backslash
16466 mathclap{limit}
16467 \end_layout
16468
16469 \begin_layout Standard
16470 where the limit can consist of several conditions.
16471 \end_layout
16472
16473 \begin_layout Standard
16474 Applied on formula 
16475 \begin_inset CommandInset ref
16476 LatexCommand eqref
16477 reference "eq:substack"
16478
16479 \end_inset
16480
16481 , one uses the command
16482 \end_layout
16483
16484 \begin_layout Standard
16485
16486 \series bold
16487
16488 \backslash
16489 sum_
16490 \backslash
16491 mathclap{
16492 \backslash
16493 substack
16494 \begin_inset ERT
16495 status collapsed
16496
16497 \begin_layout Plain Layout
16498
16499
16500 \backslash
16501 spce 
16502 \end_layout
16503
16504 \end_inset
16505
16506 0<k<1000 Ctrl+Return
16507 \end_layout
16508
16509 \begin_layout Standard
16510 to create the lower limit.
16511  The summand is now directly behind the summation operator:
16512 \begin_inset Formula \[
16513 \sum_{\mathclap{\substack{0<k<1000\\
16514 \\
16515 k\,\in\,\mathbb{N}
16516 }
16517 }}^{n}k^{-2}\]
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Standard
16525 \begin_inset VSpace bigskip
16526 \end_inset
16527
16528 How to use one limit for several operators is described in 
16529 \begin_inset CommandInset ref
16530 LatexCommand ref
16531 reference "sub:Self-defined-Operators"
16532
16533 \end_inset
16534
16535 .
16536 \end_layout
16537
16538 \begin_layout Subsection
16539 Binary Operators
16540 \begin_inset CommandInset label
16541 LatexCommand label
16542 name "sub:Binary-Operators"
16543
16544 \end_inset
16545
16546
16547 \begin_inset Index idx
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551 Operators ! binary
16552 \end_layout
16553
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 Binary operators are surrounded by space when there is a character before
16561  and behind them.
16562 \begin_inset VSpace medskip
16563 \end_inset
16564
16565
16566 \end_layout
16567
16568 \begin_layout Standard
16569 \begin_inset space \hfill{}
16570 \end_inset
16571
16572
16573 \begin_inset Tabular
16574 <lyxtabular version="3" rows="13" columns="2">
16575 <features tabularvalignment="middle">
16576 <column alignment="center" valignment="top" width="0pt">
16577 <column alignment="center" valignment="top" width="0pt">
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 Command
16584 \begin_inset Note Note
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589 \series bold
16590
16591 \backslash
16592 raisebox
16593 \series default
16594  is only used as spacer.
16595 \end_layout
16596
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 Result
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 +
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 \begin_inset Formula $+$
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 </row>
16637 <row>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 -
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $-$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 pm
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\pm$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \backslash
16692 mp
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\mp$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715
16716 \backslash
16717 cdot
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 \begin_inset Formula $\cdot$
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 <row>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \backslash
16742 times
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\times$
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \backslash
16767 div
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 \begin_inset Formula $\div$
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 </row>
16785 <row>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset ERT
16791 status collapsed
16792
16793 \begin_layout Plain Layout
16794
16795
16796 \backslash
16797 raisebox{-1.2mm}{
16798 \end_layout
16799
16800 \end_inset
16801
16802 *
16803 \begin_inset ERT
16804 status collapsed
16805
16806 \begin_layout Plain Layout
16807
16808 }
16809 \end_layout
16810
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $*$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 star
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\star$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 circ
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\circ$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 diamond
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\diamond$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 bullet
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\bullet$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 </lyxtabular>
16932
16933 \end_inset
16934
16935
16936 \begin_inset space \hfill{}
16937 \end_inset
16938
16939
16940 \begin_inset Tabular
16941 <lyxtabular version="3" rows="13" columns="2">
16942 <features tabularvalignment="middle">
16943 <column alignment="center" valignment="top" width="0pt">
16944 <column alignment="center" valignment="top" width="0pt">
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 Command
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 Result
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 nabla
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\nabla$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995
16996 \backslash
16997 bigtriangledown
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\bigtriangledown$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 bigtriangleup
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\bigtriangleup$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 Box
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\Box$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 cap 
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\cap$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 cup
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\cup$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 dagger
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\dagger$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 ddagger
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\ddagger$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 wr
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\wr$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 bigcirc
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\bigcirc$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 wedge
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\wedge$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 vee
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\vee$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 </lyxtabular>
17266
17267 \end_inset
17268
17269
17270 \begin_inset space \hfill{}
17271 \end_inset
17272
17273
17274 \begin_inset Tabular
17275 <lyxtabular version="3" rows="13" columns="2">
17276 <features tabularvalignment="middle">
17277 <column alignment="center" valignment="top" width="0pt">
17278 <column alignment="center" valignment="top" width="0pt">
17279 <row>
17280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 Command
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293 Result
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 oplus
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\oplus$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \backslash
17331 ominus
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Formula $\ominus$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \backslash
17356 otimes
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 \begin_inset Formula $\otimes$
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \backslash
17381 oslash
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\oslash$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 odot
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\odot$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \backslash
17431 amalg
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\amalg$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \backslash
17456 uplus
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Formula $\uplus$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \backslash
17481 setminus
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 \begin_inset Formula $\setminus$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \backslash
17506 sqcap
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $\sqcap$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 <row>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \backslash
17531 sqcup
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\sqcup$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \backslash
17556 triangleleft
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Formula $\triangleleft$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 <row>
17575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \backslash
17581 triangleright
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Formula $\triangleright$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 </lyxtabular>
17600
17601 \end_inset
17602
17603
17604 \begin_inset space \hfill{}
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \begin_layout Standard
17611 All binary operators can also be inserted via the math toolbar button 
17612 \begin_inset Graphics
17613         filename ../images/math/pm.png
17614         scale 85
17615
17616 \end_inset
17617
17618 .
17619 \end_layout
17620
17621 \begin_layout Standard
17622 To typeset the Laplace operator also 
17623 \series bold
17624
17625 \backslash
17626 Delta
17627 \series default
17628  or 
17629 \series bold
17630
17631 \backslash
17632 nabla
17633 \series default
17634 ^
17635 \series bold
17636 2
17637 \series default
17638  (
17639 \begin_inset Formula $\nabla^{2}$
17640 \end_inset
17641
17642 ) can be used instead of 
17643 \series bold
17644
17645 \backslash
17646 bigtriangleup
17647 \series default
17648  .
17649 \end_layout
17650
17651 \begin_layout Standard
17652 The character 
17653 \family sans
17654 Menu Separator
17655 \family default
17656  from the menu 
17657 \family sans
17658 Insert\SpecialChar \menuseparator
17659 Special Character
17660 \family default
17661  is the operator 
17662 \series bold
17663
17664 \backslash
17665 triangleright
17666 \series default
17667 .
17668 \end_layout
17669
17670 \begin_layout Subsection
17671 Self-defined Operators
17672 \begin_inset CommandInset label
17673 LatexCommand label
17674 name "sub:Self-defined-Operators"
17675
17676 \end_inset
17677
17678
17679 \begin_inset Index idx
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683 Operators ! self-defined
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Standard
17692 With the help of the command 
17693 \series bold
17694
17695 \backslash
17696 DeclareMathOperator
17697 \series default
17698
17699 \begin_inset Index idx
17700 status collapsed
17701
17702 \begin_layout Plain Layout
17703 Commands ! D ! 
17704 \backslash
17705 dbinom@
17706 \backslash
17707 DeclareMathOperator
17708 \end_layout
17709
17710 \end_inset
17711
17712  custom operators can be defined in the LaTeX-preamble.
17713  Its command scheme is:
17714 \end_layout
17715
17716 \begin_layout Standard
17717
17718 \series bold
17719
17720 \backslash
17721 DeclareMathOperator{new command}{display}
17722 \end_layout
17723
17724 \begin_layout Standard
17725 Display can be characters or symbols that define how the operator looks
17726  in the output.
17727  To define a big operator a * is set behind the command.
17728  All self-defined big operators can have limits as described in 
17729 \begin_inset CommandInset ref
17730 LatexCommand ref
17731 reference "sub:Operator-Limits"
17732
17733 \end_inset
17734
17735 .
17736 \end_layout
17737
17738 \begin_layout Standard
17739 For example the LaTeX-preamble line
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745
17746 \backslash
17747 DeclareMathOperator*{
17748 \backslash
17749 Lozenge}{
17750 \backslash
17751 blacklozenge}
17752 \end_layout
17753
17754 \begin_layout Standard
17755 defines the command 
17756 \series bold
17757
17758 \backslash
17759 Lozenge
17760 \series default
17761 , that inserts a big operator consisting of the lozenge symbol from 
17762 \begin_inset CommandInset ref
17763 LatexCommand ref
17764 reference "sub:Miscellaneous-Symbols"
17765
17766 \end_inset
17767
17768 :
17769 \begin_inset Formula \[
17770 \Lozenge_{n=1}^{\infty}\]
17771
17772 \end_inset
17773
17774 The command for this formula is: 
17775 \series bold
17776
17777 \backslash
17778 Lozenge
17779 \series default
17780 ^
17781 \series bold
17782
17783 \backslash
17784 infty
17785 \begin_inset Formula $\to$
17786 \end_inset
17787
17788 _n=1
17789 \end_layout
17790
17791 \begin_layout Standard
17792 \begin_inset VSpace bigskip
17793 \end_inset
17794
17795 When self-defined operators are not used several times in the document,
17796  they can also be defined with the commands 
17797 \series bold
17798
17799 \backslash
17800 mathop
17801 \series default
17802
17803 \begin_inset Index idx
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807 Commands ! M ! 
17808 \backslash
17809 mathop
17810 \end_layout
17811
17812 \end_inset
17813
17814  and 
17815 \series bold
17816
17817 \backslash
17818 mathbin
17819 \series default
17820
17821 \begin_inset Index idx
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825 Commands ! M ! 
17826 \backslash
17827 mathbin
17828 \end_layout
17829
17830 \end_inset
17831
17832 , which have the following scheme:
17833 \end_layout
17834
17835 \begin_layout Standard
17836
17837 \series bold
17838
17839 \backslash
17840 mathop{display}
17841 \series default
17842  and 
17843 \series bold
17844
17845 \backslash
17846 mathbin{display}
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852
17853 \backslash
17854 mathop
17855 \series default
17856  defines big operators, 
17857 \series bold
17858
17859 \backslash
17860 mathbin
17861 \series default
17862  binary operators.
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868
17869 \backslash
17870 mathop
17871 \series default
17872  can e.
17873 \begin_inset space \thinspace{}
17874 \end_inset
17875
17876 g.
17877 \begin_inset space \space{}
17878 \end_inset
17879
17880 be used to use one limit for several operators:
17881 \end_layout
17882
17883 \begin_layout Standard
17884 \begin_inset Formula \[
17885 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \begin_layout Standard
17893 The command for the formula above is:
17894 \begin_inset Newline newline
17895 \end_inset
17896
17897
17898 \series bold
17899
17900 \backslash
17901 mathop{
17902 \backslash
17903 sum
17904 \backslash
17905 negmedspace
17906 \backslash
17907 sum
17908 \series default
17909
17910 \begin_inset ERT
17911 status collapsed
17912
17913 \begin_layout Plain Layout
17914
17915
17916 \backslash
17917 spce 
17918 \end_layout
17919
17920 \end_inset
17921
17922
17923 \series bold
17924
17925 \begin_inset Formula $\to$
17926 \end_inset
17927
17928 ^N
17929 \series default
17930
17931 \begin_inset ERT
17932 status collapsed
17933
17934 \begin_layout Plain Layout
17935
17936
17937 \backslash
17938 spce 
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \series bold
17945 _i,j=1
17946 \end_layout
17947
17948 \begin_layout Section
17949 Fonts
17950 \begin_inset Index idx
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 Fonts
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Subsection
17963 Font Styles
17964 \begin_inset CommandInset label
17965 LatexCommand label
17966 name "sub:Font-Styles"
17967
17968 \end_inset
17969
17970
17971 \begin_inset Index idx
17972 status collapsed
17973
17974 \begin_layout Plain Layout
17975 Font ! style
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \begin_layout Standard
17984 Latin letters in formulas can be set in one of the following font styles:
17985 \begin_inset VSpace -2mm
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \begin_layout Standard
17992 \align center
17993 \begin_inset Tabular
17994 <lyxtabular version="3" rows="7" columns="3">
17995 <features tabularvalignment="middle">
17996 <column alignment="center" valignment="top" width="0">
17997 <column alignment="center" valignment="top" width="0">
17998 <column alignment="center" valignment="top" width="0">
17999 <row>
18000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004 Command
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 Result
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 shortcut
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row>
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \backslash
18035 mathbb
18036 \series bold
18037
18038 \begin_inset ERT
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 spce 
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \series default
18052 ABC
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 \begin_inset Formula $\mathbb{ABC}$
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 \begin_inset Info
18074 type  "shortcuts"
18075 arg   "font-noun"
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 </row>
18084 <row>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089
18090 \backslash
18091 mathbf
18092 \series bold
18093
18094 \begin_inset ERT
18095 status collapsed
18096
18097 \begin_layout Plain Layout
18098
18099
18100 \backslash
18101 spce 
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \series default
18108 AbC
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 \begin_inset Formula $\mathbf{AbC}$
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 \begin_inset Info
18130 type  "shortcuts"
18131 arg   "font-bold"
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \backslash
18147 boldsymbol
18148 \series bold
18149
18150 \begin_inset ERT
18151 status collapsed
18152
18153 \begin_layout Plain Layout
18154
18155
18156 \backslash
18157 spce 
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \series default
18164 AbC
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Formula $\boldsymbol{AbC}$
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 \begin_inset Info
18186 type  "shortcuts"
18187 arg   "font-boldsymbol"
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 </row>
18196 <row>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201
18202 \backslash
18203 mathcal
18204 \series bold
18205
18206 \begin_inset ERT
18207 status collapsed
18208
18209 \begin_layout Plain Layout
18210
18211
18212 \backslash
18213 spce 
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \series default
18220 ABC
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 \begin_inset Formula $\mathcal{ABC}$
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Info
18242 type  "shortcuts"
18243 arg   "font-emph"
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 </row>
18252 <row>
18253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257
18258 \backslash
18259 mathfrak
18260 \series bold
18261
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 spce 
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \series default
18276 AbC
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Formula $\mathfrak{AbC}$
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 -
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 <row>
18304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308
18309 \backslash
18310 mathscr
18311 \series bold
18312
18313 \begin_inset ERT
18314 status collapsed
18315
18316 \begin_layout Plain Layout
18317
18318
18319 \backslash
18320 spce 
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \series default
18327 AbC
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 \begin_inset Formula $\mathscr{AbC}$
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 -
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 </lyxtabular>
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \align center
18363 \begin_inset Tabular
18364 <lyxtabular version="3" rows="5" columns="3">
18365 <features tabularvalignment="middle">
18366 <column alignment="center" valignment="top" width="0">
18367 <column alignment="center" valignment="top" width="0">
18368 <column alignment="center" valignment="top" width="0">
18369 <row>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 Command
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 Result
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 shortcut
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \backslash
18405 mathit
18406 \series bold
18407
18408 \begin_inset ERT
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413
18414 \backslash
18415 spce 
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathit{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 -
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 </row>
18449 <row>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \backslash
18456 mathrm
18457 \series bold
18458
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 spce 
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \series default
18473 AbC
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset Formula $\mathrm{AbC}$
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 \begin_inset Info
18495 type  "shortcuts"
18496 arg   "font-roman"
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 </row>
18505 <row>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510
18511 \backslash
18512 mathsf
18513 \series bold
18514
18515 \begin_inset ERT
18516 status collapsed
18517
18518 \begin_layout Plain Layout
18519
18520
18521 \backslash
18522 spce 
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \series default
18529 AbC
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 \begin_inset Formula $\mathsf{AbC}$
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 \begin_inset Info
18551 type  "shortcuts"
18552 arg   "font-sans"
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \backslash
18568 mathtt
18569 \series bold
18570
18571 \begin_inset ERT
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576
18577 \backslash
18578 spce 
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \series default
18585 AbC
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Formula $\mathtt{AbC}$
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 \begin_inset Info
18607 type  "shortcuts"
18608 arg   "font-typewriter"
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 </lyxtabular>
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 \begin_inset Note Greyedout
18626 status open
18627
18628 \begin_layout Plain Layout
18629
18630 \series bold
18631 Note:
18632 \series default
18633  The styles 
18634 \series bold
18635
18636 \backslash
18637 mathbb
18638 \series default
18639  and 
18640 \series bold
18641
18642 \backslash
18643 mathcal
18644 \series default
18645  can only be used for big letters.
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \begin_layout Standard
18654 Predefined is the style 
18655 \series bold
18656
18657 \backslash
18658 mathnormal
18659 \series default
18660 .
18661 \end_layout
18662
18663 \begin_layout Standard
18664 The style commands work also for letters in mathematical constructs:
18665 \begin_inset Formula \[
18666 \mathfrak{A=\frac{b}{C}}\]
18667
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \begin_layout Standard
18674 Characters in mathematical text don't appear in a math font style but in
18675  the text font style 
18676 \series bold
18677
18678 \backslash
18679 textrm
18680 \series default
18681 .
18682  That their style can't be set correctly via the text style dialog is a
18683  bug in LyX.
18684 \begin_inset Foot
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688 \begin_inset CommandInset href
18689 LatexCommand href
18690 name "LyX-bug #4629"
18691 target "http://www.lyx.org/trac/ticket/4629"
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 Instead of the style commands the dialog 
18705 \family sans
18706 Edit\SpecialChar \menuseparator
18707 Math\SpecialChar \menuseparator
18708 Text Style
18709 \family default
18710  or the toolbar button 
18711 \begin_inset Graphics
18712         filename ../images/math/font.png
18713         scale 85
18714
18715 \end_inset
18716
18717  can be used.
18718 \end_layout
18719
18720 \begin_layout Subsection
18721 Bold Formulas
18722 \begin_inset CommandInset label
18723 LatexCommand label
18724 name "sub:Bold-Formulas"
18725
18726 \end_inset
18727
18728
18729 \begin_inset Index idx
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733 Formula ! bold
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Standard
18742 To make a complete formula bold, the command 
18743 \series bold
18744
18745 \backslash
18746 mathbf
18747 \series default
18748  from the previous subsection cannot be used, because it doesn't work for
18749  small Greek letters.
18750  Furthermore it prints Latin letters always upright, like in the following
18751  equation:
18752 \end_layout
18753
18754 \begin_layout Standard
18755 \begin_inset Formula \[
18756 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Standard
18764 To display the formula correctly, the command 
18765 \series bold
18766
18767 \backslash
18768 boldsymbol
18769 \series default
18770  is used:
18771 \begin_inset Formula \[
18772 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18773
18774 \end_inset
18775
18776 It is also possible to set the formula in a 
18777 \series bold
18778 boldmath environment
18779 \series default
18780 .
18781  This environment is created by inserting the command 
18782 \series bold
18783
18784 \backslash
18785 boldmath
18786 \series default
18787
18788 \begin_inset Index idx
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792 Commands ! B ! 
18793 \backslash
18794 boldmath
18795 \end_layout
18796
18797 \end_inset
18798
18799  in TeX-mode.
18800  To end the environment, the command 
18801 \series bold
18802
18803 \backslash
18804 unboldmath
18805 \series default
18806
18807 \begin_inset Index idx
18808 status collapsed
18809
18810 \begin_layout Plain Layout
18811 Commands ! U ! 
18812 \backslash
18813 unboldmath
18814 \end_layout
18815
18816 \end_inset
18817
18818  is inserted in TeX-mode.
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 boldmath 
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \begin_inset Formula \[
18833 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18834
18835 \end_inset
18836
18837
18838 \begin_inset ERT
18839 status collapsed
18840
18841 \begin_layout Plain Layout
18842
18843
18844 \backslash
18845 unboldmath 
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Subsection
18854 Colored Formulas
18855 \begin_inset Index idx
18856 status collapsed
18857
18858 \begin_layout Plain Layout
18859 Formula ! colored
18860 \end_layout
18861
18862 \end_inset
18863
18864
18865 \end_layout
18866
18867 \begin_layout Standard
18868 Formulas can be colored like normal text: Highlight a formula or a formula
18869  part and use the 
18870 \family sans
18871 Text Style
18872 \family default
18873  dialog.
18874  Here is a formula in magenta:
18875 \begin_inset Formula \[
18876 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Standard
18884 You can also define your own colors as described in 
18885 \begin_inset CommandInset ref
18886 LatexCommand ref
18887 reference "sub:Colored-Boxes"
18888
18889 \end_inset
18890
18891 .
18892  They can be used with the TeX code command 
18893 \series bold
18894
18895 \backslash
18896 textcolor
18897 \series default
18898
18899 \begin_inset Index idx
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903 Commands ! T ! 
18904 \backslash
18905 textcolor
18906 \end_layout
18907
18908 \end_inset
18909
18910  in the scheme
18911 \end_layout
18912
18913 \begin_layout Standard
18914
18915 \series bold
18916
18917 \backslash
18918 textcolor{color}{characters or formula}
18919 \end_layout
18920
18921 \begin_layout Standard
18922 The following example was colored completely dark green and partly red:
18923 \end_layout
18924
18925 \begin_layout Standard
18926 \begin_inset ERT
18927 status collapsed
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 textcolor{darkgreen}{
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \begin_inset Formula \[
18940 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18941
18942 \end_inset
18943
18944
18945 \begin_inset ERT
18946 status collapsed
18947
18948 \begin_layout Plain Layout
18949
18950 }
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 Due to a bug in LyX only complete formulas can be colored with self-defined
18960  colors.
18961 \begin_inset Foot
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965 \begin_inset CommandInset href
18966 LatexCommand href
18967 name "LyX-bug #5269"
18968 target "http://www.lyx.org/trac/ticket/5269"
18969
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Subsection
18981 Font Sizes
18982 \begin_inset CommandInset label
18983 LatexCommand label
18984 name "sub:Font-Sizes"
18985
18986 \end_inset
18987
18988
18989 \begin_inset Index idx
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993 Font ! size
18994 \end_layout
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 For characters in formulas there are, analog to characters in text, the
19003  following size commands:
19004 \end_layout
19005
19006 \begin_layout Standard
19007
19008 \series bold
19009
19010 \backslash
19011 Huge
19012 \series default
19013
19014 \series bold
19015
19016 \backslash
19017 huge
19018 \series default
19019
19020 \series bold
19021
19022 \backslash
19023 LARGE
19024 \series default
19025
19026 \series bold
19027
19028 \backslash
19029 Large
19030 \series default
19031
19032 \series bold
19033
19034 \backslash
19035 large
19036 \series default
19037
19038 \series bold
19039
19040 \backslash
19041 normalsize
19042 \series default
19043
19044 \series bold
19045
19046 \backslash
19047 small
19048 \series default
19049 ,
19050 \begin_inset Newline newline
19051 \end_inset
19052
19053
19054 \series bold
19055
19056 \backslash
19057 footnotesize
19058 \series default
19059
19060 \series bold
19061
19062 \backslash
19063 scriptsize
19064 \series default
19065  and 
19066 \series bold
19067
19068 \backslash
19069 tiny
19070 \end_layout
19071
19072 \begin_layout Standard
19073 The size produced by the commands depends on the document font size, that
19074  corresponds with the command 
19075 \series bold
19076
19077 \backslash
19078 normalsize
19079 \series default
19080 .
19081  The other commands produce smaller or larger sizes than 
19082 \series bold
19083
19084 \backslash
19085 normalsize
19086 \series default
19087 .
19088  The font size can however not exceed a certain value.
19089  Is for example the document font size 12
19090 \begin_inset space \thinspace{}
19091 \end_inset
19092
19093 pt, the command 
19094 \series bold
19095
19096 \backslash
19097 Huge
19098 \series default
19099  switches to the same size as 
19100 \series bold
19101
19102 \backslash
19103 huge
19104 \series default
19105 .
19106  
19107 \end_layout
19108
19109 \begin_layout Standard
19110 A size command is inserted in TeX-mode before the formula and sets the size
19111  for all following formula and text characters.
19112  To switch back to the initial size, the command 
19113 \series bold
19114
19115 \backslash
19116 normalsize
19117 \series default
19118  is inserted behind the formula in TeX-mode.
19119 \end_layout
19120
19121 \begin_layout Standard
19122 \begin_inset Newpage newpage
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \begin_layout Standard
19129 Within a formula the size can be changed using the following size commands:
19130 \end_layout
19131
19132 \begin_layout Standard
19133 \noindent
19134 \align center
19135 \begin_inset Tabular
19136 <lyxtabular version="3" rows="5" columns="2">
19137 <features tabularvalignment="middle">
19138 <column alignment="center" valignment="top" width="0">
19139 <column alignment="center" valignment="top" width="0">
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 Command
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 Result
19155 \begin_inset Note Note
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159
19160 \series bold
19161
19162 \backslash
19163 raisebox
19164 \series default
19165  is only used as spacer.
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 </row>
19176 <row>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \backslash
19183 displaystyle
19184 \begin_inset Index idx
19185 status collapsed
19186
19187 \begin_layout Plain Layout
19188 Commands ! D ! 
19189 \backslash
19190 displaystyle
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 </row>
19213 <row>
19214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218
19219 \backslash
19220 textstyle
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 </row>
19238 <row>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \backslash
19245 scriptstyle
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 <row>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \backslash
19270 scriptscriptstyle
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 </lyxtabular>
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Standard
19296 After entering these commands, a blue box appears in which the formula parts
19297  are inserted.
19298 \end_layout
19299
19300 \begin_layout Standard
19301 There is a further method to change the font size, that though only works
19302  for symbols or letters in mathematical text.
19303  To use it, one of the above text size commands is inserted in mathematical
19304  text.
19305  All following characters until the end of the mathematical text or until
19306  another size command will have the selected size.
19307  Two examples:
19308 \begin_inset VSpace -2mm
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \begin_layout Standard
19315 \begin_inset ERT
19316 status collapsed
19317
19318 \begin_layout Plain Layout
19319
19320
19321 \backslash
19322 huge 
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \begin_inset Formula \[
19329 A=\frac{B}{c}\cdot\maltese\]
19330
19331 \end_inset
19332
19333
19334 \begin_inset Formula \[
19335 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19336
19337 \end_inset
19338
19339
19340 \begin_inset ERT
19341 status collapsed
19342
19343 \begin_layout Plain Layout
19344
19345
19346 \backslash
19347 normalsize 
19348 \end_layout
19349
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \begin_layout Standard
19356 \begin_inset VSpace medskip
19357 \end_inset
19358
19359 Before both formulas the command 
19360 \series bold
19361
19362 \backslash
19363 huge
19364 \series default
19365  was inserted.
19366  The command for the second formula is:
19367 \begin_inset Newline newline
19368 \end_inset
19369
19370
19371 \series bold
19372
19373 \backslash
19374 maltese
19375 \begin_inset ERT
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379
19380
19381 \backslash
19382 spce 
19383 \end_layout
19384
19385 \end_inset
19386
19387 A Alt+M M 
19388 \backslash
19389 Large
19390 \begin_inset ERT
19391 status collapsed
19392
19393 \begin_layout Plain Layout
19394
19395
19396 \backslash
19397 spce 
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \backslash
19404 maltese
19405 \begin_inset ERT
19406 status collapsed
19407
19408 \begin_layout Plain Layout
19409
19410
19411 \backslash
19412 spce 
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \backslash
19419 textit
19420 \begin_inset ERT
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424
19425
19426 \backslash
19427 spce 
19428 \end_layout
19429
19430 \end_inset
19431
19432 A
19433 \begin_inset Formula $\to$
19434 \end_inset
19435
19436
19437 \begin_inset Formula $\to$
19438 \end_inset
19439
19440
19441 \begin_inset Newline newline
19442 \end_inset
19443
19444
19445 \begin_inset space \hspace*{}
19446 \length 1cm
19447 \end_inset
19448
19449 Alt+M
19450 \series default
19451  
19452 \series bold
19453
19454 \backslash
19455 tiny
19456 \begin_inset ERT
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460
19461
19462 \backslash
19463 spce 
19464 \end_layout
19465
19466 \end_inset
19467
19468
19469 \backslash
19470 maltese
19471 \begin_inset ERT
19472 status collapsed
19473
19474 \begin_layout Plain Layout
19475
19476
19477 \backslash
19478 spce 
19479 \end_layout
19480
19481 \end_inset
19482
19483
19484 \backslash
19485 textit
19486 \begin_inset ERT
19487 status collapsed
19488
19489 \begin_layout Plain Layout
19490
19491
19492 \backslash
19493 spce 
19494 \end_layout
19495
19496 \end_inset
19497
19498 A
19499 \end_layout
19500
19501 \begin_layout Standard
19502 If a symbol cannot be displayed in different sizes, it will always be displayed
19503  in the default size.
19504 \end_layout
19505
19506 \begin_layout Standard
19507 \begin_inset Newpage newpage
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \begin_layout Section
19514 Greek Letters
19515 \begin_inset Index idx
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519 Greek letters
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \begin_layout Standard
19528 All Greek letters can also be inserted via the toolbar button 
19529 \begin_inset Graphics
19530         filename ../images/math/alpha.png
19531         scale 85
19532
19533 \end_inset
19534
19535 .
19536 \end_layout
19537
19538 \begin_layout Subsection
19539 Small Letters
19540 \begin_inset Index idx
19541 status collapsed
19542
19543 \begin_layout Plain Layout
19544 Greek letters ! small
19545 \end_layout
19546
19547 \end_inset
19548
19549
19550 \end_layout
19551
19552 \begin_layout Standard
19553 \begin_inset space \hfill{}
19554 \end_inset
19555
19556
19557 \begin_inset Tabular
19558 <lyxtabular version="3" rows="11" columns="2">
19559 <features tabularvalignment="middle">
19560 <column alignment="center" valignment="top" width="0pt">
19561 <column alignment="center" valignment="top" width="0pt">
19562 <row>
19563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 Command
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 Result
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \backslash
19589 alpha
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Formula $\alpha$
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612
19613 \backslash
19614 beta
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 \begin_inset Formula $\beta$
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 </row>
19632 <row>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \backslash
19639 gamma
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Formula $\gamma$
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 <row>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \backslash
19664 delta
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 \begin_inset Formula $\delta$
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \backslash
19689 epsilon
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 \begin_inset Formula $\epsilon$
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 </row>
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712
19713 \backslash
19714 varepsilon
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $\varepsilon$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 </row>
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 zeta
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\zeta$
19749 \end_inset
19750
19751
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 eta
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 $\eta$
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 theta
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 $\theta$
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" bottomline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 vartheta
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\vartheta$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 </lyxtabular>
19833
19834 \end_inset
19835
19836
19837 \begin_inset space \hfill{}
19838 \end_inset
19839
19840
19841 \begin_inset Tabular
19842 <lyxtabular version="3" rows="12" columns="2">
19843 <features tabularvalignment="middle">
19844 <column alignment="center" valignment="top" width="0pt">
19845 <column alignment="center" valignment="top" width="0pt">
19846 <row>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 Command
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 Result
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \backslash
19873 iota
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Formula $\iota$
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \backslash
19898 kappa
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Formula $\kappa$
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 </row>
19916 <row>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921
19922 \backslash
19923 varkappa
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 \begin_inset Formula $\varkappa$
19933 \end_inset
19934
19935
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 </row>
19941 <row>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946
19947 \backslash
19948 lambda
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 \begin_inset Formula $\lambda$
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 <row>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971
19972 \backslash
19973 mu
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982 \begin_inset Formula $\mu$
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 </row>
19991 <row>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \backslash
19998 nu
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $\nu$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021
20022 \backslash
20023 xi
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $\xi$
20033 \end_inset
20034
20035
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 o
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $o$
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 <row>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \backslash
20071 pi
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\pi$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \backslash
20096 varpi
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 \begin_inset Formula $\varpi$
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 rho
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\rho$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 </lyxtabular>
20140
20141 \end_inset
20142
20143
20144 \begin_inset space \hfill{}
20145 \end_inset
20146
20147
20148 \begin_inset Tabular
20149 <lyxtabular version="3" rows="11" columns="2">
20150 <features tabularvalignment="middle">
20151 <column alignment="center" valignment="top" width="0pt">
20152 <column alignment="center" valignment="top" width="0pt">
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 Command
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 Result
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 <row>
20174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \backslash
20180 varrho
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $\varrho$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 sigma
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\sigma$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 varsigma
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\varsigma$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 <row>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \backslash
20255 tau
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\tau$
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 upsilon
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\upsilon$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 phi
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\phi$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 varphi
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\varphi$
20340 \end_inset
20341
20342
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 chi
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 $\chi$
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 psi
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 $\psi$
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" bottomline="true" leftline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \backslash
20405 omega
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\omega$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 </lyxtabular>
20424
20425 \end_inset
20426
20427
20428 \begin_inset space \hfill{}
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Standard
20435 \begin_inset VSpace medskip
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \begin_layout Standard
20442 How to create upright Greek letters is explained in 
20443 \begin_inset CommandInset ref
20444 LatexCommand ref
20445 reference "sub:Upright-small-Greek"
20446
20447 \end_inset
20448
20449 .
20450 \end_layout
20451
20452 \begin_layout Subsection
20453 Big Letters
20454 \begin_inset Index idx
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458 Greek letters ! big
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Standard
20467 \begin_inset space \hfill{}
20468 \end_inset
20469
20470
20471 \begin_inset Tabular
20472 <lyxtabular version="3" rows="7" columns="2">
20473 <features tabularvalignment="middle">
20474 <column alignment="center" valignment="top" width="0pt">
20475 <column alignment="center" valignment="top" width="0pt">
20476 <row>
20477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481 Command
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 Result
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 <row>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \backslash
20503 Gamma
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512 \begin_inset Formula $\Gamma$
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \backslash
20528 Delta
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 \begin_inset Formula $\Delta$
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \backslash
20553 Theta
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562 \begin_inset Formula $\Theta$
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 <row>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576
20577 \backslash
20578 Lambda
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 \begin_inset Formula $\Lambda$
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \backslash
20603 Xi
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612 \begin_inset Formula $\Xi$
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \backslash
20628 Pi
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\Pi$
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 </lyxtabular>
20647
20648 \end_inset
20649
20650
20651 \begin_inset space \hfill{}
20652 \end_inset
20653
20654
20655 \begin_inset Tabular
20656 <lyxtabular version="3" rows="6" columns="2">
20657 <features tabularvalignment="middle">
20658 <column alignment="center" valignment="top" width="0pt">
20659 <column alignment="center" valignment="top" width="0pt">
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 Command
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 Result
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 Sigma
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\Sigma$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \backslash
20712 Upsilon
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 \begin_inset Formula $\Upsilon$
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 Phi
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\Phi$
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 <row>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760
20761 \backslash
20762 Psi
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 \begin_inset Formula $\Psi$
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 </row>
20780 <row>
20781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785
20786 \backslash
20787 Omega
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 \begin_inset Formula $\Omega$
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 </lyxtabular>
20806
20807 \end_inset
20808
20809
20810 \begin_inset space \hfill{}
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Standard
20817 \begin_inset VSpace medskip
20818 \end_inset
20819
20820 That the big Greek letters appear upright is caused by a design bug when
20821  TeX was developed.
20822  To get correct italic big letters, begin every command with 
20823 \series bold
20824 var
20825 \series default
20826 .
20827  For example the command 
20828 \series bold
20829
20830 \backslash
20831 varGamma
20832 \series default
20833  produces: 
20834 \begin_inset Formula $\varGamma$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \begin_layout Subsection
20841 Bold Letters
20842 \begin_inset Index idx
20843 status collapsed
20844
20845 \begin_layout Plain Layout
20846 Greek letters ! bold
20847 \end_layout
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Standard
20855 Greek letters cannot be set with different font styles like Latin letters.
20856  They can only be made bold with the command 
20857 \series bold
20858
20859 \backslash
20860 boldsymbol
20861 \series default
20862
20863 \begin_inset Index idx
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867 Commands ! B ! 
20868 \backslash
20869 boldsymbol
20870 \end_layout
20871
20872 \end_inset
20873
20874 .
20875 \end_layout
20876
20877 \begin_layout Standard
20878 \align center
20879 \begin_inset Tabular
20880 <lyxtabular version="3" rows="3" columns="2">
20881 <features tabularvalignment="middle">
20882 <column alignment="center" valignment="top" width="0">
20883 <column alignment="center" valignment="top" width="0">
20884 <row>
20885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 Command
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 Result
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \backslash
20911 Upsilon
20912 \backslash
20913 boldsymbol
20914 \backslash
20915 Upsilon
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row>
20934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \backslash
20940 theta
20941 \backslash
20942 boldsymbol
20943 \backslash
20944 theta
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 \begin_inset Formula $\theta\boldsymbol{\theta}$
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 </row>
20962 </lyxtabular>
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Section
20970 Symbols
20971 \begin_inset ERT
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975
20976
20977 \backslash
20978 texorpdfstring{
20979 \end_layout
20980
20981 \end_inset
20982
20983
20984 \begin_inset Foot
20985 status collapsed
20986
20987 \begin_layout Plain Layout
20988 A list with all symbols of most of the LaTeX-packages can be found in 
20989 \begin_inset CommandInset citation
20990 LatexCommand cite
20991 key "Symbols"
20992
20993 \end_inset
20994
20995 .
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \begin_inset ERT
21002 status collapsed
21003
21004 \begin_layout Plain Layout
21005
21006 }{}
21007 \end_layout
21008
21009 \end_inset
21010
21011
21012 \begin_inset Note Note
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21019 \end_layout
21020
21021 \begin_layout Plain Layout
21022 More about 
21023 \backslash
21024 texorpdfstring is in section 
21025 \begin_inset CommandInset ref
21026 LatexCommand ref
21027 reference "sub:Formulas-in-Section"
21028
21029 \end_inset
21030
21031 .
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \begin_inset Index idx
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041 Symbols
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \begin_layout Standard
21050 Many of the symbols listed in this section can also be inserted via the
21051  toolbar buttons 
21052 \begin_inset Graphics
21053         filename ../images/math/nabla.png
21054         scale 85
21055
21056 \end_inset
21057
21058  and 
21059 \begin_inset Graphics
21060         filename ../images/math/digamma.png
21061         scale 85
21062
21063 \end_inset
21064
21065 .
21066 \end_layout
21067
21068 \begin_layout Subsection
21069 Mathematical Symbols
21070 \begin_inset CommandInset label
21071 LatexCommand label
21072 name "sub:Mathematical-Symbols"
21073
21074 \end_inset
21075
21076
21077 \begin_inset Index idx
21078 status collapsed
21079
21080 \begin_layout Plain Layout
21081 Symbols ! mathematical
21082 \end_layout
21083
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \begin_layout Standard
21090 \begin_inset space \hfill{}
21091 \end_inset
21092
21093
21094 \begin_inset Tabular
21095 <lyxtabular version="3" rows="10" columns="2">
21096 <features tabularvalignment="middle">
21097 <column alignment="center" valignment="top" width="0pt">
21098 <column alignment="center" valignment="top" width="0pt">
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 Command
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 Result
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124
21125 \backslash
21126 neg
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\neg$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 <row>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149
21150 \backslash
21151 Im
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\Im$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 <row>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174
21175 \backslash
21176 Re
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 \begin_inset Formula $\Re$
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 </row>
21194 <row>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199
21200 \backslash
21201 aleph
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 \begin_inset Formula $\aleph$
21211 \end_inset
21212
21213
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 </row>
21219 <row>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224
21225 \backslash
21226 partial
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 \begin_inset Formula $\partial$
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 </row>
21244 <row>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \backslash
21251 infty
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\infty$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274
21275 \backslash
21276 wp
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285 \begin_inset Formula $\wp$
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 </row>
21294 <row>
21295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \backslash
21301 imath
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\imath$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324
21325 \backslash
21326 jmath
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 \begin_inset Formula $\jmath$
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 </lyxtabular>
21345
21346 \end_inset
21347
21348
21349 \begin_inset space \hfill{}
21350 \end_inset
21351
21352
21353 \begin_inset Tabular
21354 <lyxtabular version="3" rows="10" columns="2">
21355 <features tabularvalignment="middle">
21356 <column alignment="center" valignment="top" width="0pt">
21357 <column alignment="center" valignment="top" width="0pt">
21358 <row>
21359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 Command
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 Result
21373 \begin_inset Note Note
21374 status collapsed
21375
21376 \begin_layout Plain Layout
21377
21378 \series bold
21379
21380 \backslash
21381 raisebox
21382 \series default
21383  is only used as spacer.
21384 \end_layout
21385
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 </row>
21394 <row>
21395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399
21400 \backslash
21401 forall
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 \begin_inset Formula $\forall$
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 </row>
21419 <row>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424
21425 \backslash
21426 exists
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Formula $\exists$
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 </row>
21444 <row>
21445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449
21450 \backslash
21451 nexists
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21457 \begin_inset Text
21458
21459 \begin_layout Plain Layout
21460 \begin_inset Formula $\nexists$
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 </row>
21469 <row>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \backslash
21476 emptyset
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Formula $\emptyset$
21486 \end_inset
21487
21488
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 </row>
21494 <row>
21495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499
21500 \backslash
21501 varnothing
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 \begin_inset Formula $\varnothing$
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 <row>
21520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524
21525 \backslash
21526 dag
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 \begin_inset Formula $\dag$
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 <row>
21545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \backslash
21551 ddag
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 \begin_inset Formula $\ddag$
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 </row>
21569 <row>
21570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574
21575 \backslash
21576 complement
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585 \begin_inset ERT
21586 status collapsed
21587
21588 \begin_layout Plain Layout
21589
21590
21591 \backslash
21592 raisebox{-0.8mm}{
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \begin_inset Formula $\complement$
21599 \end_inset
21600
21601
21602 \begin_inset ERT
21603 status collapsed
21604
21605 \begin_layout Plain Layout
21606
21607 }
21608 \end_layout
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 Bbbk
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\Bbbk$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 </lyxtabular>
21644
21645 \end_inset
21646
21647
21648 \begin_inset space \hfill{}
21649 \end_inset
21650
21651
21652 \begin_inset Tabular
21653 <lyxtabular version="3" rows="10" columns="2">
21654 <features tabularvalignment="middle">
21655 <column alignment="center" valignment="top" width="0pt">
21656 <column alignment="center" valignment="top" width="0pt">
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 Command
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 Result
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 prime
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\prime$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 backprime
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\backprime$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 mho
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\mho$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 triangle
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\triangle$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 angle
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\angle$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \backslash
21809 measuredangle
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset Formula $\measuredangle$
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \backslash
21834 sphericalangle
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Formula $\sphericalangle$
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 top
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\top$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 bot
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\bot$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 </lyxtabular>
21903
21904 \end_inset
21905
21906
21907 \begin_inset space \hfill{}
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \begin_layout Subsection
21914 Miscellaneous Symbols
21915 \begin_inset CommandInset label
21916 LatexCommand label
21917 name "sub:Miscellaneous-Symbols"
21918
21919 \end_inset
21920
21921
21922 \begin_inset Index idx
21923 status collapsed
21924
21925 \begin_layout Plain Layout
21926 Symbols ! miscellaneous
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Standard
21935 \noindent
21936 \align center
21937 \begin_inset Tabular
21938 <lyxtabular version="3" rows="10" columns="2">
21939 <features tabularvalignment="middle">
21940 <column alignment="center" valignment="top" width="0pt">
21941 <column alignment="center" valignment="top" width="0pt">
21942 <row>
21943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 Command
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 Result
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 </row>
21962 <row>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967
21968 \backslash
21969 flat
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 \begin_inset Formula $\flat$
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 </row>
21987 <row>
21988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992
21993 \backslash
21994 natural
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 \begin_inset Formula $\natural$
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 </row>
22012 <row>
22013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \backslash
22019 sharp
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 \begin_inset Formula $\sharp$
22029 \end_inset
22030
22031
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042
22043 \backslash
22044 surd
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 \begin_inset Formula $\surd$
22054 \end_inset
22055
22056
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 </row>
22062 <row>
22063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \backslash
22069 checkmark
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Formula $\checkmark$
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 <row>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092
22093 \backslash
22094 yen
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Formula $\yen$
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \backslash
22119 pounds
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 \begin_inset Formula $\pounds$
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 </row>
22137 <row>
22138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 $
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 \begin_inset Formula $\$$
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 </row>
22160 <row>
22161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 §
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 \begin_inset Formula $§$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 </lyxtabular>
22184
22185 \end_inset
22186
22187
22188 \begin_inset Tabular
22189 <lyxtabular version="3" rows="10" columns="2">
22190 <features tabularvalignment="middle">
22191 <column alignment="center" valignment="top" width="0">
22192 <column alignment="center" valignment="top" width="0">
22193 <row>
22194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 Command
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 Result
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 hbar
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\hbar$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 hslash
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\hslash$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 clubsuit
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\clubsuit$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 spadesuit
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\spadesuit$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 bigstar
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\bigstar$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 blacklozenge
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\blacklozenge$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 blacktriangle
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset Formula $\blacktriangle$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \backslash
22395 blacktiangledown
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $\blacktriangledown$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \backslash
22420 bullet
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\bullet$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 </lyxtabular>
22439
22440 \end_inset
22441
22442
22443 \begin_inset Tabular
22444 <lyxtabular version="3" rows="10" columns="2">
22445 <features tabularvalignment="middle">
22446 <column alignment="center" valignment="top" width="0pt">
22447 <column alignment="center" valignment="top" width="0pt">
22448 <row>
22449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 Command
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 Result
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 </row>
22468 <row>
22469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473
22474 \backslash
22475 diamondsuit
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 \begin_inset Formula $\diamondsuit$
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 </row>
22493 <row>
22494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498
22499 \backslash
22500 Diamond
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Formula $\Diamond$
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 </row>
22518 <row>
22519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22520 \begin_inset Text
22521
22522 \begin_layout Plain Layout
22523
22524 \backslash
22525 heartsuit
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 \begin_inset Formula $\heartsuit$
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 </row>
22543 <row>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548
22549 \backslash
22550 P
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 \begin_inset Formula $\P$
22560 \end_inset
22561
22562
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 </row>
22568 <row>
22569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573
22574 \backslash
22575 copyright
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 \begin_inset Formula $\copyright$
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 </row>
22593 <row>
22594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598
22599 \backslash
22600 circledR
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 \begin_inset Formula $\circledR$
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 </row>
22618 <row>
22619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623
22624 \backslash
22625 maltese
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 \begin_inset Formula $\maltese$
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 <row>
22644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648
22649 \backslash
22650 diagup
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 \begin_inset Formula $\diagup$
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \backslash
22675 diagdown
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 \begin_inset Formula $\diagdown$
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 </row>
22693 </lyxtabular>
22694
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset VSpace medskip
22702 \end_inset
22703
22704 More symbols are listed in 
22705 \begin_inset CommandInset ref
22706 LatexCommand ref
22707 reference "sub:Miscellaneous-special-Characters"
22708
22709 \end_inset
22710
22711 .
22712 \end_layout
22713
22714 \begin_layout Standard
22715 Some symbols can be displayed in different sizes, see 
22716 \begin_inset CommandInset ref
22717 LatexCommand ref
22718 reference "sub:Font-Sizes"
22719
22720 \end_inset
22721
22722 .
22723 \end_layout
22724
22725 \begin_layout Subsection
22726 The Euro-Symbol €
22727 \begin_inset Index idx
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731 Symbols ! Euro-symbol
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \begin_inset Index idx
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 @
22744 \begin_inset ERT
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748
22749
22750 \backslash
22751 officialeuro
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \begin_layout Standard
22765 To use the Euro symbol in formulas, the LaTeX-package 
22766 \series bold
22767 eurosym
22768 \series default
22769
22770 \begin_inset Index idx
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774 Packages ! eurosym
22775 \end_layout
22776
22777 \end_inset
22778
22779  must be installed and loaded with the LaTeX-preamble line
22780 \end_layout
22781
22782 \begin_layout Standard
22783
22784 \series bold
22785
22786 \backslash
22787 usepackage[gennarrow]{eurosym}
22788 \end_layout
22789
22790 \begin_layout Standard
22791 The Euro symbol can now be inserted with the command 
22792 \series bold
22793
22794 \backslash
22795 euro
22796 \series default
22797
22798 \begin_inset Index idx
22799 status collapsed
22800
22801 \begin_layout Plain Layout
22802 Commands ! E ! 
22803 \backslash
22804 euro
22805 \end_layout
22806
22807 \end_inset
22808
22809 .
22810 \end_layout
22811
22812 \begin_layout Standard
22813 The Euro symbol can directly be inserted with the € key in mathematical
22814  text, without having 
22815 \series bold
22816 eurosym
22817 \series default
22818  installed.
22819  When 
22820 \series bold
22821 eurosym
22822 \series default
22823  is installed, 
22824 \series bold
22825
22826 \backslash
22827 euro
22828 \series default
22829  can also be inserted in TeX-mode.
22830  The official currency symbol can then be inserted with the command 
22831 \series bold
22832
22833 \backslash
22834 officialeuro
22835 \series default
22836
22837 \begin_inset Index idx
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841 Commands ! O ! 
22842 \backslash
22843 officialeuro
22844 \end_layout
22845
22846 \end_inset
22847
22848 , that is only available in TeX-mode.
22849 \end_layout
22850
22851 \begin_layout Standard
22852 \begin_inset ERT
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856
22857
22858 \backslash
22859 ifeurosym 
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \begin_inset Note Note
22866 status open
22867
22868 \begin_layout Plain Layout
22869 The following table will only be displayed when the LaTeX-package 
22870 \series bold
22871 eurosym
22872 \series default
22873  is installed.
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 An overview about the different Euro symbols:
22883 \end_layout
22884
22885 \begin_layout Standard
22886 \align center
22887 \begin_inset Tabular
22888 <lyxtabular version="3" rows="4" columns="3">
22889 <features tabularvalignment="middle">
22890 <column alignment="center" valignment="top" width="0pt">
22891 <column alignment="center" valignment="top" width="0pt">
22892 <column alignment="center" valignment="top" width="0pt">
22893 <row>
22894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 Command 
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 Result
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 </row>
22922 <row>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 formula
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936
22937 \backslash
22938 euro
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\euro$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 mathematical text
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979 \begin_inset Formula $\mbox{€}$
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 <row>
22989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 TeX-mode
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002
23003 \backslash
23004 officialeuro
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 \begin_inset ERT
23014 status collapsed
23015
23016 \begin_layout Plain Layout
23017
23018
23019 \backslash
23020 officialeuro
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 </lyxtabular>
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset ERT
23040 status collapsed
23041
23042 \begin_layout Plain Layout
23043
23044
23045 \backslash
23046 else 
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \begin_inset Note Note
23053 status open
23054
23055 \begin_layout Plain Layout
23056 The following will be displayed when the LaTeX-package 
23057 \series bold
23058 eurosym
23059 \series default
23060  is not installed:
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \begin_layout Standard
23069 You need to install the LaTeX-package 
23070 \series bold
23071 eurosym
23072 \series default
23073  to see the rest of this subsection in the output.
23074 \end_layout
23075
23076 \begin_layout Standard
23077 \begin_inset ERT
23078 status collapsed
23079
23080 \begin_layout Plain Layout
23081
23082
23083 \backslash
23084 fi 
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Section
23093 Relations
23094 \begin_inset CommandInset label
23095 LatexCommand label
23096 name "sec:Relations"
23097
23098 \end_inset
23099
23100
23101 \begin_inset Index idx
23102 status collapsed
23103
23104 \begin_layout Plain Layout
23105 Relations
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Index idx
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115 Comparisons|see
23116 \begin_inset ERT
23117 status collapsed
23118
23119 \begin_layout Plain Layout
23120
23121 {
23122 \end_layout
23123
23124 \end_inset
23125
23126 Relations
23127 \begin_inset ERT
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131
23132 }
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Standard
23146 All relations can also be inserted via the toolbar button 
23147 \begin_inset Graphics
23148         filename ../images/math/leq.png
23149         scale 85
23150
23151 \end_inset
23152
23153 .
23154 \end_layout
23155
23156 \begin_layout Standard
23157 \begin_inset space \hfill{}
23158 \end_inset
23159
23160
23161 \begin_inset Tabular
23162 <lyxtabular version="3" rows="17" columns="2">
23163 <features tabularvalignment="middle">
23164 <column alignment="center" valignment="top" width="0pt">
23165 <column alignment="center" valignment="top" width="0pt">
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 Command
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 Result
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 <
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $<$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 le
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\le$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \backslash
23241 ll
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset Formula $\ll$
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 <row>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264
23265 \backslash
23266 prec
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Formula $\prec$
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 <row>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289
23290 \backslash
23291 preceq
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 \begin_inset Formula $\preceq$
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 </row>
23309 <row>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314
23315 \backslash
23316 subset
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 \begin_inset Formula $\subset$
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 </row>
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339
23340 \backslash
23341 subseteq
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 \begin_inset Formula $\subseteq$
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \backslash
23366 sqsubseteq
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $\sqsubseteq$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389
23390 \backslash
23391 in
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 \begin_inset Formula $\in$
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \backslash
23416 vdash
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $\vdash$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 smile
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\smile$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 lhd
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\lhd$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 unlhd
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\unlhd$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 gtrless
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\gtrless$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 <row>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \backslash
23541 mid
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Formula $\mid$
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \backslash
23566 nmid
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Formula $\nmid$
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 </lyxtabular>
23585
23586 \end_inset
23587
23588
23589 \begin_inset space \hfill{}
23590 \end_inset
23591
23592
23593 \begin_inset Tabular
23594 <lyxtabular version="3" rows="17" columns="2">
23595 <features tabularvalignment="middle">
23596 <column alignment="center" valignment="top" width="0pt">
23597 <column alignment="center" valignment="top" width="0pt">
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 Command
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 Result
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 =
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632 \begin_inset Formula $=$
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 <row>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646
23647 \backslash
23648 not=
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 \begin_inset Formula $\not=$
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 </row>
23666 <row>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671
23672 \backslash
23673 equiv
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Formula $\equiv$
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \backslash
23698 sim
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 \begin_inset Formula $\sim$
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 </row>
23716 <row>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721
23722 \backslash
23723 simeq
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 \begin_inset Formula $\simeq$
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 </row>
23741 <row>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \backslash
23748 approx
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 \begin_inset Formula $\approx$
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \backslash
23773 cong
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $\cong$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \backslash
23798 bowtie
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 \begin_inset Formula $\bowtie$
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 notin
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Formula $\notin$
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \backslash
23848 perp
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $\perp$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 propto
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\propto$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 asymp
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\asymp$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 doteq
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\doteq$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 circeq
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\circeq$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 models
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\models$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996
23997 \backslash
23998 widehat=
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Formula $\widehat{=}$
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 </row>
24016 </lyxtabular>
24017
24018 \end_inset
24019
24020
24021 \begin_inset space \hfill{}
24022 \end_inset
24023
24024
24025 \begin_inset Tabular
24026 <lyxtabular version="3" rows="17" columns="2">
24027 <features tabularvalignment="middle">
24028 <column alignment="center" valignment="top" width="0pt">
24029 <column alignment="center" valignment="top" width="0pt">
24030 <row>
24031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 Command
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 Result
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 >
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 \begin_inset Formula $>$
24065 \end_inset
24066
24067
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 </row>
24073 <row>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \backslash
24080 ge
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089 \begin_inset Formula $\ge$
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 </row>
24098 <row>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103
24104 \backslash
24105 gg
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 \begin_inset Formula $\gg$
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 </row>
24123 <row>
24124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128
24129 \backslash
24130 succ
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 \begin_inset Formula $\succ$
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 </row>
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 succeq
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 \begin_inset Formula $\succeq$
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 </row>
24173 <row>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 supset
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Formula $\supset$
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 </row>
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 supseteq
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 \begin_inset Formula $\supseteq$
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 sqsupseteq
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 \begin_inset Formula $\sqsupseteq$
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 ni
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 \begin_inset Formula $\ni$
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 </row>
24273 <row>
24274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278
24279 \backslash
24280 dashv
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Formula $\dashv$
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 </row>
24298 <row>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 frown
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Formula $\frown$
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 rhd
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\rhd$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 <row>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 unrhd
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 \begin_inset Formula $\unrhd$
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 lessgtr
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 \begin_inset Formula $\lessgtr$
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 parallel
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $\parallel$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 nparallel
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 \begin_inset Formula $\nparallel$
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 </lyxtabular>
24449
24450 \end_inset
24451
24452
24453 \begin_inset space \hfill{}
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \begin_inset VSpace medskip
24461 \end_inset
24462
24463 The characters 
24464 \series bold
24465
24466 \backslash
24467 lhd
24468 \series default
24469  and 
24470 \series bold
24471
24472 \backslash
24473 rhd
24474 \series default
24475  are bigger than the equal looking operators 
24476 \series bold
24477
24478 \backslash
24479 triangleleft
24480 \series default
24481  and 
24482 \series bold
24483
24484 \backslash
24485 triangleright
24486 \series default
24487 , respectively.
24488 \end_layout
24489
24490 \begin_layout Standard
24491 Relations are, in contrary to symbols, always surrounded by space.
24492 \end_layout
24493
24494 \begin_layout Standard
24495 Relations with labels can be created with the command 
24496 \series bold
24497
24498 \backslash
24499 stackrel
24500 \series default
24501
24502 \begin_inset Index idx
24503 status collapsed
24504
24505 \begin_layout Plain Layout
24506 Commands ! S ! 
24507 \backslash
24508 stackrel
24509 \end_layout
24510
24511 \end_inset
24512
24513 :
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \align center
24518 \begin_inset Tabular
24519 <lyxtabular version="3" rows="2" columns="2">
24520 <features tabularvalignment="middle">
24521 <column alignment="center" valignment="top" width="0">
24522 <column alignment="center" valignment="top" width="0">
24523 <row>
24524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 Command
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537 Result
24538 \begin_inset Note Note
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542
24543 \series bold
24544
24545 \backslash
24546 raisebox
24547 \series default
24548  is only used as spacer.
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 </row>
24559 <row>
24560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 A(r)
24565 \backslash
24566 stackrel
24567 \begin_inset ERT
24568 status collapsed
24569
24570 \begin_layout Plain Layout
24571
24572
24573 \backslash
24574 spce 
24575 \end_layout
24576
24577 \end_inset
24578
24579 r
24580 \backslash
24581 to
24582 \backslash
24583 infty
24584 \begin_inset ERT
24585 status collapsed
24586
24587 \begin_layout Plain Layout
24588
24589
24590 \backslash
24591 spce 
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \begin_inset Formula $\downarrow$
24598 \end_inset
24599
24600
24601 \backslash
24602 approx
24603 \begin_inset ERT
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607
24608
24609 \backslash
24610 spce 
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \begin_inset ERT
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620
24621
24622 \backslash
24623 spce 
24624 \end_layout
24625
24626 \end_inset
24627
24628 B
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 </lyxtabular>
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Section
24654 Functions
24655 \end_layout
24656
24657 \begin_layout Subsection
24658 Predefined Functions
24659 \begin_inset CommandInset label
24660 LatexCommand label
24661 name "sub:Predefined-Functions"
24662
24663 \end_inset
24664
24665
24666 \begin_inset Index idx
24667 status collapsed
24668
24669 \begin_layout Plain Layout
24670 Functions ! predefined
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Standard
24679 In general, variables are set 
24680 \emph on
24681 italic
24682 \emph default
24683  in mathematical expressions, but not function names, because 
24684 \begin_inset Formula $sin$
24685 \end_inset
24686
24687  could be misunderstood as 
24688 \begin_inset Formula $s\cdot i\cdot n$
24689 \end_inset
24690
24691 .
24692  Therefore there are predefined functions, that are additionally a bit separated
24693  from prefactors.
24694  They are inserted as commands starting with a backslash before their name.
24695 \end_layout
24696
24697 \begin_layout Standard
24698 \align center
24699 \begin_inset Tabular
24700 <lyxtabular version="3" rows="2" columns="4">
24701 <features tabularvalignment="middle">
24702 <column alignment="center" valignment="top" width="0pt">
24703 <column alignment="center" valignment="top" width="0pt">
24704 <column alignment="center" valignment="top" width="0pt">
24705 <column alignment="center" valignment="top" width="0pt">
24706 <row>
24707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 Command
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 Result
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 Command
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738 Result
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 </row>
24744 <row>
24745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 Asin(x)+B
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758 \begin_inset Formula $Asin(x)+B$
24759 \end_inset
24760
24761
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 A
24771 \backslash
24772 sin(x)+B
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 \begin_inset Formula $A\sin(x)+B$
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 </lyxtabular>
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 The following functions are predefined:
24799 \end_layout
24800
24801 \begin_layout Standard
24802 \begin_inset VSpace -2mm
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Standard
24809 \align center
24810 \begin_inset Tabular
24811 <lyxtabular version="3" rows="9" columns="4">
24812 <features tabularvalignment="middle">
24813 <column alignment="center" valignment="top" width="0pt">
24814 <column alignment="center" valignment="top" width="0pt">
24815 <column alignment="center" valignment="top" width="0pt">
24816 <column alignment="center" valignment="top" width="0pt">
24817 <row>
24818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822 Command
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831 Command
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 Command
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 Command
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 <row>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 sin
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 sinh
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 arcsin
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \backslash
24895 sup
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 </row>
24901 <row>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 cos
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \backslash
24919 cosh
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 arccos
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \backslash
24941 inf
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 </row>
24947 <row>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 tan
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 tanh
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 arctan
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 lim
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 </row>
24993 <row>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 cot
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 coth
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 arg
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 liminf
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 sec
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \backslash
25057 min
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 deg
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 limsup
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 csc
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \backslash
25103 max
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 det
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123
25124 \backslash
25125 Pr
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 </row>
25131 <row>
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \backslash
25138 ln
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147
25148 \backslash
25149 exp
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 dim
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 hom
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 </row>
25177 <row>
25178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182
25183 \backslash
25184 lg
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193
25194 \backslash
25195 log
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204
25205 \backslash
25206 ker
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \backslash
25217 gcd
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 </row>
25223 </lyxtabular>
25224
25225 \end_inset
25226
25227
25228 \end_layout
25229
25230 \begin_layout Standard
25231 They can also be inserted with the math toolbar button 
25232 \begin_inset Graphics
25233         filename ../images/math/functions.png
25234         scale 85
25235
25236 \end_inset
25237
25238 .
25239 \end_layout
25240
25241 \begin_layout Subsection
25242 Self-defined Functions
25243 \begin_inset Index idx
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247 Functions ! self-defined
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Standard
25256 To use a function that is not predefined, like for example the sign function
25257  sgn(x), there are two possibilities:
25258 \end_layout
25259
25260 \begin_layout Itemize
25261 Define the function by inserting the following line to the LaTeX-preamble
25262 \begin_inset Foot
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 For more about 
25267 \series bold
25268
25269 \backslash
25270 DeclareMathOperator
25271 \series default
25272  see 
25273 \begin_inset CommandInset ref
25274 LatexCommand ref
25275 reference "sub:Self-defined-Operators"
25276
25277 \end_inset
25278
25279 .
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \begin_inset Newline newline
25286 \end_inset
25287
25288
25289 \begin_inset VSpace -3mm
25290 \end_inset
25291
25292
25293 \begin_inset Newline newline
25294 \end_inset
25295
25296
25297 \series bold
25298
25299 \backslash
25300 DeclareMathOperator{
25301 \backslash
25302 sgn}{sgn}
25303 \series default
25304
25305 \begin_inset Index idx
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 Commands ! D ! 
25310 \backslash
25311 dbinom@
25312 \backslash
25313 DeclareMathOperator
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \begin_inset Newline newline
25320 \end_inset
25321
25322
25323 \begin_inset VSpace -2mm
25324 \end_inset
25325
25326
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330 Now the new defined function can be called with the command 
25331 \series bold
25332
25333 \backslash
25334 sgn
25335 \series default
25336 .
25337 \end_layout
25338
25339 \begin_layout Itemize
25340 Write the formula as usual, mark the formula name, in our example the letters
25341  
25342 \emph on
25343 sgn
25344 \emph default
25345 , and change it to mathematical text.
25346  At last a space is inserted between prefactor and function.
25347 \end_layout
25348
25349 \begin_layout Standard
25350 The result is the same with both methods as with a predefined function
25351 \begin_inset Foot
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 In LyX self-defined functions are displayed red, predefined ones black.
25356 \end_layout
25357
25358 \end_inset
25359
25360 :
25361 \end_layout
25362
25363 \begin_layout Standard
25364 \align center
25365 \begin_inset Tabular
25366 <lyxtabular version="3" rows="3" columns="2">
25367 <features tabularvalignment="middle">
25368 <column alignment="center" valignment="top" width="0pt">
25369 <column alignment="center" valignment="top" width="0pt">
25370 <row>
25371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 Command
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384 Result
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 </row>
25390 <row>
25391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395 A
25396 \backslash
25397 sgn(x)+B
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406 \begin_inset Formula $A\sgn(x)+B$
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 </row>
25415 <row>
25416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420 A
25421 \backslash
25422 ,
25423 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25424 \end_inset
25425
25426 (x)+B
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 </lyxtabular>
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \begin_layout Standard
25452 The first method is more suitable when the self-defined function should
25453  be used several times.
25454 \end_layout
25455
25456 \begin_layout Subsection
25457 Limits
25458 \begin_inset Index idx
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 Limits
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Standard
25471 For limits there are defined besides 
25472 \series bold
25473
25474 \backslash
25475 lim
25476 \series default
25477
25478 \begin_inset Index idx
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 Commands ! L ! 
25483 \backslash
25484 lim
25485 \end_layout
25486
25487 \end_inset
25488
25489
25490 \series bold
25491
25492 \backslash
25493 liminf
25494 \series default
25495  and 
25496 \series bold
25497
25498 \backslash
25499 limsup
25500 \series default
25501  furthermore the following functions:
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \align center
25506 \begin_inset Tabular
25507 <lyxtabular version="3" rows="5" columns="2">
25508 <features tabularvalignment="middle">
25509 <column alignment="center" valignment="top" width="0">
25510 <column alignment="center" valignment="top" width="0">
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 Command
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 Result
25526 \begin_inset Note Note
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530
25531 \series bold
25532
25533 \backslash
25534 raisebox
25535 \series default
25536  is only used as spacer.
25537 \end_layout
25538
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 </row>
25547 <row>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552
25553 \backslash
25554 varliminf
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563 \begin_inset Formula $\varliminf$
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 </row>
25572 <row>
25573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577
25578 \backslash
25579 varlimsup
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 \begin_inset Formula $\varlimsup$
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 </row>
25597 <row>
25598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 varprojlim
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 \begin_inset Formula $\varprojlim$
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 <row>
25623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627
25628 \backslash
25629 varinjlim
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 \begin_inset Formula $\varinjlim$
25639 \end_inset
25640
25641
25642 \begin_inset Formula $\raisebox{-2.5mm}{}$
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 </row>
25651 </lyxtabular>
25652
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \begin_layout Standard
25659 \begin_inset VSpace medskip
25660 \end_inset
25661
25662 The limit is created by inserting a subscript.
25663  It is set right beside the function in an inline formula:
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \align center
25668 \begin_inset Tabular
25669 <lyxtabular version="3" rows="2" columns="2">
25670 <features tabularvalignment="middle">
25671 <column alignment="center" valignment="top" width="0pt">
25672 <column alignment="center" valignment="top" width="0pt">
25673 <row>
25674 <cell alignment="center" valignment="top" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 Command
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687 \begin_inset space \hspace{}
25688 \length 1cm
25689 \end_inset
25690
25691 Result
25692 \begin_inset Note Note
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696 The space and
25697 \series bold
25698  
25699 \backslash
25700 raisebox
25701 \series default
25702  are used here as spacer.
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 </row>
25713 <row>
25714 <cell alignment="center" valignment="top" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 lim_x
25721 \backslash
25722 to
25723 \begin_inset ERT
25724 status collapsed
25725
25726 \begin_layout Plain Layout
25727
25728
25729 \backslash
25730 spce 
25731 \end_layout
25732
25733 \end_inset
25734
25735 A
25736 \begin_inset ERT
25737 status collapsed
25738
25739 \begin_layout Plain Layout
25740
25741
25742 \backslash
25743 spce 
25744 \end_layout
25745
25746 \end_inset
25747
25748 x=B
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 <cell alignment="center" valignment="top" usebox="none">
25754 \begin_inset Text
25755
25756 \begin_layout Plain Layout
25757 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 </lyxtabular>
25767
25768 \end_inset
25769
25770
25771 \end_layout
25772
25773 \begin_layout Standard
25774 In a displayed formula the limit is set below the formula, as usual:
25775 \begin_inset Formula \[
25776 \lim_{x\to A}x=B\]
25777
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Subsection
25784 Modulo-Functions
25785 \begin_inset Index idx
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789 Functions ! modulo-
25790 \end_layout
25791
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \begin_layout Standard
25798 The modulo-function is special, because it exists in four variants.
25799 \end_layout
25800
25801 \begin_layout Standard
25802 The variants in a displayed formula:
25803 \begin_inset Formula \begin{align*}
25804 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25805 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25806 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25807 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25808 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25809 \end{align*}
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \begin_layout Standard
25817 In an inline formula less space is set before the function names for all
25818  variants.
25819 \end_layout
25820
25821 \begin_layout Section
25822 Special Characters
25823 \begin_inset Index idx
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827 Special characters
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Subsection
25836 Special Characters in Mathematical Text
25837 \end_layout
25838
25839 \begin_layout Standard
25840 The following commands can only be used in mathematical text or in TeX-mode:
25841 \end_layout
25842
25843 \begin_layout Standard
25844 \begin_inset space \hfill{}
25845 \end_inset
25846
25847
25848 \begin_inset Tabular
25849 <lyxtabular version="3" rows="8" columns="2">
25850 <features tabularvalignment="middle">
25851 <column alignment="block" valignment="top" width="0">
25852 <column alignment="block" valignment="top" width="0">
25853 <row>
25854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 Command
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 Result
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 </row>
25873 <row>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878
25879 \backslash
25880 oe
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889 \begin_inset Formula $\textrm{œ}$
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903
25904 \backslash
25905 OE
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914 \begin_inset Formula $\textrm{Œ}$
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 </row>
25923 <row>
25924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928
25929 \backslash
25930 ae
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939 \begin_inset Formula $\textrm{æ}$
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955 AE
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 \begin_inset Formula $\textrm{Æ}$
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 </row>
25973 <row>
25974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978
25979 \backslash
25980 aa
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989 \begin_inset Formula $\textrm{\aa}$
25990 \end_inset
25991
25992
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 </row>
25998 <row>
25999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003
26004 \backslash
26005 AA
26006 \begin_inset Index idx
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010
26011 \backslash
26012 @
26013 \begin_inset ERT
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017
26018
26019 \backslash
26020 textrm{
26021 \backslash
26022 AA}
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 \begin_inset Formula $\textrm{Å}$
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 </row>
26050 <row>
26051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055
26056 \backslash
26057 i
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066 \begin_inset Formula $\textrm{ı}$
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 </row>
26075 </lyxtabular>
26076
26077 \end_inset
26078
26079
26080 \begin_inset space \hfill{}
26081 \end_inset
26082
26083
26084 \begin_inset Tabular
26085 <lyxtabular version="3" rows="8" columns="2">
26086 <features tabularvalignment="middle">
26087 <column alignment="block" valignment="top" width="0">
26088 <column alignment="center" valignment="top" width="0">
26089 <row>
26090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094 command
26095 \begin_inset Note Note
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099 The space of 0
26100 \begin_inset space \thinspace{}
26101 \end_inset
26102
26103 mm is used for separation, because otherwise the output will be ¡ and ¿
26104  respectively.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 Result
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 <row>
26125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129
26130 \backslash
26131 o
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 \begin_inset Formula $\textrm{ø}$
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154
26155 \backslash
26156 O
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset Formula $\textrm{Ø}$
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 <row>
26175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179
26180 \backslash
26181 l
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190 \begin_inset Formula $\textrm{ł}$
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 </row>
26199 <row>
26200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204
26205 \backslash
26206 L
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215 \begin_inset Formula $\textrm{Ł}$
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 <row>
26225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 !
26230 \begin_inset space \hspace{}
26231 \length 0mm
26232 \end_inset
26233
26234 `
26235 \begin_inset ERT
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 spce 
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256 \begin_inset Formula $\textrm{!`}$
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 </row>
26265 <row>
26266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 ?
26271 \begin_inset space \hspace{}
26272 \length 0mm
26273 \end_inset
26274
26275 `
26276 \begin_inset ERT
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280
26281
26282 \backslash
26283 spce 
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" 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 j
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 \end_layout
26341
26342 \begin_layout Standard
26343 The characters 
26344 \begin_inset Formula $\textrm{\textrm{Å}}$
26345 \end_inset
26346
26347  and 
26348 \begin_inset Formula $\textrm{\textrm{Ø}}$
26349 \end_inset
26350
26351  can also be inserted via the math toolbar button 
26352 \begin_inset Graphics
26353         filename ../images/math/digamma.png
26354         scale 85
26355
26356 \end_inset
26357
26358 .
26359 \end_layout
26360
26361 \begin_layout Standard
26362 An exception are the commands 
26363 \series bold
26364 !
26365 \begin_inset space \hspace{}
26366 \length 0mm
26367 \end_inset
26368
26369 `
26370 \series default
26371  and 
26372 \series bold
26373 ?
26374 \begin_inset space \hspace{}
26375 \length 0mm
26376 \end_inset
26377
26378 `
26379 \series default
26380 , because they can be inserted in LyX directly to text.
26381 \end_layout
26382
26383 \begin_layout Subsection
26384 Accents in Text
26385 \begin_inset CommandInset label
26386 LatexCommand label
26387 name "sub:Accents-in-Text"
26388
26389 \end_inset
26390
26391
26392 \begin_inset Index idx
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396 Accents ! in text
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \end_layout
26403
26404 \begin_layout Standard
26405 With the following commands all letters can be accented.
26406  The commands must be inserted in TeX-mode.
26407 \end_layout
26408
26409 \begin_layout Standard
26410 \begin_inset space \hfill{}
26411 \end_inset
26412
26413
26414 \begin_inset Tabular
26415 <lyxtabular version="3" rows="8" columns="2">
26416 <features tabularvalignment="middle">
26417 <column alignment="block" valignment="top" width="0">
26418 <column alignment="block" valignment="top" width="0">
26419 <row>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 Command
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 Result
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444
26445 \backslash
26446
26447 \begin_inset Quotes grd
26448 \end_inset
26449
26450 e
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 \begin_inset ERT
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463
26464
26465 \backslash
26466 "e
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 </row>
26477 <row>
26478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482
26483 \backslash
26484 `e
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 `e
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 </row>
26511 <row>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516
26517 \backslash
26518 ^
26519 \begin_inset ERT
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523
26524
26525 \backslash
26526 spce 
26527 \end_layout
26528
26529 \end_inset
26530
26531 e
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Plain Layout
26540 \begin_inset ERT
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 ^e
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 </row>
26558 <row>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563
26564 \backslash
26565 =e
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574 \begin_inset ERT
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578
26579
26580 \backslash
26581 =e
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 <row>
26593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597
26598 \backslash
26599 u
26600 \begin_inset ERT
26601 status collapsed
26602
26603 \begin_layout Plain Layout
26604
26605
26606 \backslash
26607 spce 
26608 \end_layout
26609
26610 \end_inset
26611
26612 e
26613 \end_layout
26614
26615 \end_inset
26616 </cell>
26617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26618 \begin_inset Text
26619
26620 \begin_layout Plain Layout
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626
26627 \backslash
26628 u e
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 </row>
26639 <row>
26640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644
26645 \backslash
26646 b
26647 \begin_inset ERT
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651
26652
26653 \backslash
26654 spce 
26655 \end_layout
26656
26657 \end_inset
26658
26659 e
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 b e
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 </row>
26686 <row>
26687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691
26692 \backslash
26693 t
26694 \begin_inset ERT
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698
26699
26700 \backslash
26701 spce 
26702 \end_layout
26703
26704 \end_inset
26705
26706 ee
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 <cell alignment="center" valignment="top" bottomline="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 t ee
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 </row>
26733 </lyxtabular>
26734
26735 \end_inset
26736
26737
26738 \begin_inset space \hfill{}
26739 \end_inset
26740
26741
26742 \begin_inset Tabular
26743 <lyxtabular version="3" rows="8" columns="2">
26744 <features tabularvalignment="middle">
26745 <column alignment="block" valignment="top" width="0">
26746 <column alignment="center" valignment="top" width="0">
26747 <row>
26748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752 Command
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 Result
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 H
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 H 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 ~e
26856 \begin_inset Index idx
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 Tilde
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874 \begin_inset ERT
26875 status collapsed
26876
26877 \begin_layout Plain Layout
26878
26879
26880 \backslash
26881 ~e
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 <row>
26893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897
26898 \backslash
26899 .e
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 .e
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 <row>
26927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931
26932 \backslash
26933 v
26934 \begin_inset ERT
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938
26939
26940 \backslash
26941 spce 
26942 \end_layout
26943
26944 \end_inset
26945
26946 e
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 v e
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 <row>
26974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978
26979 \backslash
26980 d
26981 \begin_inset ERT
26982 status collapsed
26983
26984 \begin_layout Plain Layout
26985
26986
26987 \backslash
26988 spce 
26989 \end_layout
26990
26991 \end_inset
26992
26993 e
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Plain Layout
27002 \begin_inset ERT
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006
27007
27008 \backslash
27009 d e
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \end_inset
27018 </cell>
27019 </row>
27020 <row>
27021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025
27026 \backslash
27027 c
27028 \begin_inset ERT
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032
27033
27034 \backslash
27035 spce 
27036 \end_layout
27037
27038 \end_inset
27039
27040 e
27041 \end_layout
27042
27043 \end_inset
27044 </cell>
27045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049 \begin_inset ERT
27050 status collapsed
27051
27052 \begin_layout Plain Layout
27053
27054
27055 \backslash
27056 c e
27057 \end_layout
27058
27059 \end_inset
27060
27061
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 </row>
27067 </lyxtabular>
27068
27069 \end_inset
27070
27071
27072 \begin_inset space \hfill{}
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset VSpace medskip
27080 \end_inset
27081
27082 With the command 
27083 \series bold
27084
27085 \backslash
27086 t
27087 \series default
27088  also two different characters can be accented.
27089  The command 
27090 \series bold
27091
27092 \backslash
27093 t
27094 \begin_inset ERT
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098
27099
27100 \backslash
27101 spce 
27102 \end_layout
27103
27104 \end_inset
27105
27106 sz
27107 \series default
27108  creates: 
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 t sz
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Standard
27125 The accents 
27126 \series bold
27127 `
27128 \series default
27129  , 
27130 \series bold
27131 '
27132 \series default
27133  and 
27134 \series bold
27135 ^
27136 \series default
27137  can in combination with vowels directly be inserted with the keyboard without
27138  using TeX-mode.
27139  The same applies for the tilde
27140 \begin_inset Foot
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 This only applies for keyboards where the tilde is defined as accent.
27145 \end_layout
27146
27147 \end_inset
27148
27149  
27150 \series bold
27151 ~
27152 \series default
27153  in combination with 
27154 \emph on
27155 a
27156 \emph default
27157  , 
27158 \emph on
27159 n
27160 \emph default
27161  , or 
27162 \emph on
27163 o
27164 \emph default
27165 .
27166 \end_layout
27167
27168 \begin_layout Standard
27169 The commands 
27170 \series bold
27171
27172 \backslash
27173 b
27174 \series default
27175  , 
27176 \series bold
27177
27178 \backslash
27179 c
27180 \series default
27181  , 
27182 \series bold
27183
27184 \backslash
27185 d
27186 \series default
27187  , 
27188 \series bold
27189
27190 \backslash
27191 H
27192 \series default
27193  , 
27194 \series bold
27195
27196 \backslash
27197 t
27198 \series default
27199  , 
27200 \series bold
27201
27202 \backslash
27203 u
27204 \series default
27205  , 
27206 \series bold
27207
27208 \backslash
27209 v
27210 \series default
27211  and accents that are inserted directly with the keyboard are also available
27212  in mathematical text.
27213  For the other accents there are special math commands to be used in formulas,
27214  see 
27215 \begin_inset CommandInset ref
27216 LatexCommand ref
27217 reference "sub:Accents-for-one"
27218
27219 \end_inset
27220
27221 .
27222 \end_layout
27223
27224 \begin_layout Standard
27225 \begin_inset VSpace bigskip
27226 \end_inset
27227
27228 Furthermore, with the command 
27229 \series bold
27230
27231 \backslash
27232 textcircled
27233 \series default
27234
27235 \begin_inset Index idx
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239 Commands ! T ! 
27240 \backslash
27241 textcircled
27242 \end_layout
27243
27244 \end_inset
27245
27246  all numbers and letters can be set into a circle, quasi accented with a
27247  circle, similar to the copyright symbol.
27248 \end_layout
27249
27250 \begin_layout Standard
27251 \align center
27252 \begin_inset Tabular
27253 <lyxtabular version="3" rows="3" columns="2">
27254 <features tabularvalignment="middle">
27255 <column alignment="center" valignment="top" width="0">
27256 <column alignment="center" valignment="top" width="0">
27257 <row>
27258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262 Command
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271 Result
27272 \begin_inset Note Note
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276
27277 \series bold
27278
27279 \backslash
27280 raisebox
27281 \series default
27282  is only used as spacer.
27283 \end_layout
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 </row>
27293 <row>
27294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27295 \begin_inset Text
27296
27297 \begin_layout Plain Layout
27298
27299 \backslash
27300 textcircled{w}
27301 \end_layout
27302
27303 \end_inset
27304 </cell>
27305 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27306 \begin_inset Text
27307
27308 \begin_layout Plain Layout
27309 \begin_inset ERT
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313
27314
27315 \backslash
27316 textcircled{w}
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 </row>
27327 <row>
27328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27329 \begin_inset Text
27330
27331 \begin_layout Plain Layout
27332
27333 \backslash
27334 Large 
27335 \backslash
27336 textcircled{
27337 \backslash
27338 normalsize
27339 \backslash
27340 protect
27341 \backslash
27342 raisebox{-1.5pt}{W}}
27343 \end_layout
27344
27345 \end_inset
27346 </cell>
27347 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27348 \begin_inset Text
27349
27350 \begin_layout Plain Layout
27351 \begin_inset Formula $\raisebox{4.5mm}{}$
27352 \end_inset
27353
27354
27355 \begin_inset ERT
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359
27360
27361 \backslash
27362 Large 
27363 \backslash
27364 textcircled{
27365 \backslash
27366 normalsize
27367 \backslash
27368 protect
27369 \backslash
27370 raisebox{-1.5pt}W}
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \begin_inset Formula $\raisebox{-2mm}{}$
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 </row>
27385 </lyxtabular>
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 One has to take care that the character fits in the circle.
27394  
27395 \series bold
27396
27397 \backslash
27398 Large
27399 \series default
27400
27401 \begin_inset Foot
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 see 
27406 \begin_inset CommandInset ref
27407 LatexCommand ref
27408 reference "sub:Font-Sizes"
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \end_inset
27416
27417  specifies thereby the size of the circle.
27418  With the help of 
27419 \series bold
27420
27421 \backslash
27422 raisebox
27423 \series default
27424
27425 \begin_inset Foot
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 see 
27430 \begin_inset CommandInset ref
27431 LatexCommand ref
27432 reference "sub:Boxes-without-Frame"
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \end_inset
27440
27441  the character can be centered.
27442 \end_layout
27443
27444 \begin_layout Subsection
27445 Minuscule Numbers
27446 \begin_inset Index idx
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 Minuscule numbers
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Standard
27459 Minuscule numbers are created with the command 
27460 \series bold
27461
27462 \backslash
27463 oldstylenums
27464 \series default
27465
27466 \begin_inset Index idx
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470 Commands ! O ! 
27471 \backslash
27472 oldstylenums
27473 \end_layout
27474
27475 \end_inset
27476
27477 .
27478  The command can be used in formulas and in TeX-mode.
27479  The command scheme is:
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \series bold
27485
27486 \backslash
27487 oldstylenums{number}
27488 \end_layout
27489
27490 \begin_layout Standard
27491 The command 
27492 \series bold
27493
27494 \backslash
27495 oldstylenums{0123456789
27496 \series default
27497  produces: 
27498 \begin_inset Formula $\oldstylenums{0123456789}$
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Subsection
27505 Miscellaneous special Characters
27506 \begin_inset CommandInset label
27507 LatexCommand label
27508 name "sub:Miscellaneous-special-Characters"
27509
27510 \end_inset
27511
27512
27513 \begin_inset Index idx
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517 Special characters ! miscellaneous
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \end_layout
27524
27525 \begin_layout Standard
27526 The following characters can only be inserted to formulas by using commands:
27527 \end_layout
27528
27529 \begin_layout Standard
27530 \align center
27531 \begin_inset Tabular
27532 <lyxtabular version="3" rows="4" columns="2">
27533 <features tabularvalignment="middle">
27534 <column alignment="center" valignment="top" width="0">
27535 <column alignment="center" valignment="top" width="0">
27536 <row>
27537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541 Command
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Plain Layout
27550 Result
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561
27562 \backslash
27563 ^
27564 \begin_inset ERT
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568
27569
27570 \backslash
27571 spce 
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27582 \begin_inset Text
27583
27584 \begin_layout Plain Layout
27585 \begin_inset Formula $\mathcircumflex$
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 </row>
27594 <row>
27595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27596 \begin_inset Text
27597
27598 \begin_layout Plain Layout
27599
27600 \backslash
27601 _
27602 \end_layout
27603
27604 \end_inset
27605 </cell>
27606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27607 \begin_inset Text
27608
27609 \begin_layout Plain Layout
27610 \begin_inset Formula $\_$
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 </row>
27619 <row>
27620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27621 \begin_inset Text
27622
27623 \begin_layout Plain Layout
27624 ^
27625 \begin_inset ERT
27626 status collapsed
27627
27628 \begin_layout Plain Layout
27629
27630
27631 \backslash
27632 spce 
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \backslash
27639 circ
27640 \begin_inset Index idx
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644
27645 \backslash
27646
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660 \begin_inset Formula $^{\circ}$
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 </row>
27669 </lyxtabular>
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Standard
27677 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27678  contains the following line
27679 \begin_inset Foot
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 More about this is described in 
27684 \begin_inset CommandInset ref
27685 LatexCommand ref
27686 reference "sub:Text-Characters-in"
27687
27688 \end_inset
27689
27690 .
27691 \end_layout
27692
27693 \end_inset
27694
27695 :
27696 \end_layout
27697
27698 \begin_layout Standard
27699
27700 \series bold
27701
27702 \backslash
27703 DeclareInputtext{176}{
27704 \backslash
27705 ifmmode^
27706 \backslash
27707 circ
27708 \backslash
27709 else
27710 \backslash
27711 textdegree
27712 \backslash
27713 fi}
27714 \end_layout
27715
27716 \begin_layout Section
27717 Formula Styles
27718 \begin_inset CommandInset label
27719 LatexCommand label
27720 name "sec:Formula-Styles"
27721
27722 \end_inset
27723
27724
27725 \begin_inset Index idx
27726 status collapsed
27727
27728 \begin_layout Plain Layout
27729 Formula ! styles
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Itemize
27738 There are two different alignment styles:
27739 \end_layout
27740
27741 \begin_deeper
27742 \begin_layout Description
27743 Centered is the predefined standard
27744 \end_layout
27745
27746 \begin_layout Description
27747 Indented for this the option 
27748 \series bold
27749 fleqn
27750 \series default
27751  must be inserted in the menu 
27752 \family sans
27753 Document\SpecialChar \menuseparator
27754 Settings
27755 \family default
27756  under 
27757 \family sans
27758 Document
27759 \begin_inset space ~
27760 \end_inset
27761
27762 Class
27763 \end_layout
27764
27765 \begin_layout Standard
27766 When 
27767 \series bold
27768 Indented
27769 \series default
27770  is used, the indentation can be adjusted with the length 
27771 \series bold
27772
27773 \backslash
27774 mathindent
27775 \series default
27776
27777 \begin_inset Index idx
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781 Commands ! M ! 
27782 \backslash
27783 mathindent
27784 \end_layout
27785
27786 \end_inset
27787
27788 .
27789  Should the distance be 15
27790 \begin_inset space \thinspace{}
27791 \end_inset
27792
27793 mm, the following command line is inserted in the LaTeX-preamble
27794 \end_layout
27795
27796 \begin_layout Standard
27797
27798 \series bold
27799
27800 \backslash
27801 setlength{
27802 \backslash
27803 mathindent}{15mm}
27804 \end_layout
27805
27806 \begin_layout Standard
27807 When no length is specified, the predefined value of 30
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811 pt will be used.
27812 \end_layout
27813
27814 \end_deeper
27815 \begin_layout Itemize
27816 And two different numbering styles:
27817 \end_layout
27818
27819 \begin_deeper
27820 \begin_layout Description
27821 Right is the predefined standard
27822 \end_layout
27823
27824 \begin_layout Description
27825 Left for this the option 
27826 \series bold
27827 leqno
27828 \series default
27829  must be inserted in the menu 
27830 \family sans
27831 Document\SpecialChar \menuseparator
27832 Settings
27833 \family default
27834  under 
27835 \family sans
27836 Document
27837 \begin_inset space ~
27838 \end_inset
27839
27840 Class
27841 \end_layout
27842
27843 \end_deeper
27844 \begin_layout Standard
27845
27846 \series bold
27847 fleqn
27848 \series default
27849  and 
27850 \series bold
27851 leqno
27852 \series default
27853  can also be used together.
27854  In this case both options are inserted, separated by a comma.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 The chosen styles are used for all displayed formulas of the document.
27859  When both, centered and indented formulas should be created in a document,
27860  the style 
27861 \series bold
27862 Centered
27863 \series default
27864  is used.
27865  The indented formulas are then set in a flalign environment, see 
27866 \begin_inset CommandInset ref
27867 LatexCommand ref
27868 reference "sub:Flalign-Environment"
27869
27870 \end_inset
27871
27872 .
27873 \end_layout
27874
27875 \begin_layout Section
27876 Multiline Formulas
27877 \begin_inset CommandInset label
27878 LatexCommand label
27879 name "sec:Multiline-Formulas"
27880
27881 \end_inset
27882
27883
27884 \begin_inset Index idx
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888 Formula ! multiline
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Subsection
27897 General
27898 \end_layout
27899
27900 \begin_layout Standard
27901 In LyX multiline formulas are created by pressing 
27902 \series bold
27903
27904 \begin_inset Info
27905 type  "shortcut"
27906 arg   "newline-insert newline"
27907 \end_inset
27908
27909
27910 \series default
27911  inside a formula.
27912  This creates either an 
27913 \series bold
27914 eqnarray environment
27915 \series default
27916  that is described in 
27917 \begin_inset CommandInset ref
27918 LatexCommand ref
27919 reference "sub:Eqnarray-Environment"
27920
27921 \end_inset
27922
27923  or, when the option 
27924 \family sans
27925 Use AMS math package
27926 \family default
27927  in the document settings is selected, an 
27928 \series bold
27929 align environment
27930 \series default
27931  that is described in 
27932 \begin_inset CommandInset ref
27933 LatexCommand ref
27934 reference "sub:Standard-align-Environment"
27935
27936 \end_inset
27937
27938 .
27939 \end_layout
27940
27941 \begin_layout Standard
27942 There are other multiline formula environments that can be created via the
27943  menu 
27944 \family sans
27945 Insert\SpecialChar \menuseparator
27946 Math
27947 \family default
27948 .
27949  These environments are described in the following sections.
27950 \end_layout
27951
27952 \begin_layout Standard
27953 In all multiline formula environments a new line is created by pressing
27954  
27955 \begin_inset Info
27956 type  "shortcut"
27957 arg   "newline-insert newline"
27958 \end_inset
27959
27960 .
27961  To add or delete lines, the math toolbar buttons 
27962 \begin_inset Graphics
27963         filename ../images/tabular-feature_append-row.png
27964         scale 85
27965
27966 \end_inset
27967
27968  or 
27969 \begin_inset Graphics
27970         filename ../images/tabular-feature_delete-row.png
27971         scale 85
27972
27973 \end_inset
27974
27975 , respectively, or the menu 
27976 \family sans
27977 Edit\SpecialChar \menuseparator
27978 Rows & Columns
27979 \family default
27980  can be used.
27981 \end_layout
27982
27983 \begin_layout Subsubsection
27984 Line Separation
27985 \begin_inset CommandInset label
27986 LatexCommand label
27987 name "sub:Line-Separation"
27988
27989 \end_inset
27990
27991
27992 \begin_inset Index idx
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 Formula ! multiline ! Line separation
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 There is sometimes not enough space in multiline formulas between the lines:
28006 \begin_inset Formula \begin{eqnarray*}
28007 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}\\
28008 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
28009 \end{eqnarray*}
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 In LaTeX additional line space is specified as optional argument of the
28018  new line command.
28019  This is not yet possible in LyX
28020 \begin_inset Foot
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 see 
28025 \begin_inset CommandInset href
28026 LatexCommand href
28027 name "LyX-bug #1505"
28028 target "http://www.lyx.org/trac/ticket/1505"
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \end_inset
28036
28037 , therefore the whole formula must be inserted in TeX-mode.
28038  To add in our example space, the command 
28039 \series bold
28040
28041 \backslash
28042
28043 \backslash
28044 [3mm]
28045 \series default
28046  is inserted at the end of the first line.
28047  One gets: 
28048 \begin_inset ERT
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052
28053
28054 \backslash
28055 begin{eqnarray*}
28056 \end_layout
28057
28058 \begin_layout Plain Layout
28059
28060 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28061  = & 
28062 \backslash
28063 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28064 \backslash
28065
28066 \backslash
28067 [3mm]
28068 \end_layout
28069
28070 \begin_layout Plain Layout
28071
28072 4x^{2}
28073 \backslash
28074 left(B^{2}+x_{0}^{2}
28075 \backslash
28076 right)+4x_{0}x
28077 \backslash
28078 left(D-B^{2}
28079 \backslash
28080 right)+B^{2}
28081 \backslash
28082 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28083 \backslash
28084 right) & = & 0
28085 \end_layout
28086
28087 \begin_layout Plain Layout
28088
28089
28090 \backslash
28091 end{eqnarray*}
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Standard
28100 \begin_inset VSpace bigskip
28101 \end_inset
28102
28103 To set the line separation for all lines in a formula, the length 
28104 \series bold
28105
28106 \backslash
28107 jot
28108 \series default
28109
28110 \begin_inset Index idx
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114 Commands ! J ! 
28115 \backslash
28116 jot
28117 \end_layout
28118
28119 \end_inset
28120
28121  is changed.
28122  The definition is: 
28123 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28124 \end_inset
28125
28126 .
28127  Predefined for 
28128 \series bold
28129
28130 \backslash
28131 jot
28132 \series default
28133  is the value 3
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 pt.
28138  To create 3
28139 \begin_inset space \thinspace{}
28140 \end_inset
28141
28142 mm additional line separation as in the previous example, the command
28143 \end_layout
28144
28145 \begin_layout Standard
28146
28147 \series bold
28148
28149 \backslash
28150 setlength{
28151 \backslash
28152 jot}{3mm+3pt}
28153 \end_layout
28154
28155 \begin_layout Standard
28156 is inserted in TeX-mode before the formula.
28157  This requires that the LaTeX-package 
28158 \series bold
28159 calc
28160 \series default
28161
28162 \begin_inset Foot
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166
28167 \series bold
28168 calc
28169 \series default
28170  is part of every LaTeX standard installation.
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \begin_inset Index idx
28177 status collapsed
28178
28179 \begin_layout Plain Layout
28180 Packages ! calc
28181 \end_layout
28182
28183 \end_inset
28184
28185  was loaded in LaTeX-preamble with the line
28186 \end_layout
28187
28188 \begin_layout Standard
28189
28190 \series bold
28191
28192 \backslash
28193 usepackage{calc}
28194 \end_layout
28195
28196 \begin_layout Standard
28197 One gets: 
28198 \begin_inset ERT
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202
28203
28204 \backslash
28205 setlength{
28206 \backslash
28207 jot}{3mm+3pt}
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \begin_inset Formula \begin{eqnarray*}
28214 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}\\
28215 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
28216 \end{eqnarray*}
28217
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \begin_layout Standard
28224 \begin_inset ERT
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228
28229
28230 \backslash
28231 setlength{
28232 \backslash
28233 jot}{3pt}
28234 \end_layout
28235
28236 \end_inset
28237
28238  To get back to the predefined distance, 
28239 \series bold
28240
28241 \backslash
28242 jot
28243 \series default
28244  is set to the value 3
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248 pt.
28249 \end_layout
28250
28251 \begin_layout Subsubsection
28252 Column Separation
28253 \begin_inset CommandInset label
28254 LatexCommand label
28255 name "sub:Column-Separation"
28256
28257 \end_inset
28258
28259
28260 \begin_inset Index idx
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264 Formula ! multiline ! Column separation
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \end_layout
28271
28272 \begin_layout Standard
28273 Multiline formulas form a matrix.
28274  A formula in the eqnarray environment is for example a matrix with three
28275  columns.
28276  By changing the column separation in this environment, the space beside
28277  the relation sign can be changed.
28278 \end_layout
28279
28280 \begin_layout Standard
28281 The column separation is specified with the length 
28282 \series bold
28283
28284 \backslash
28285 arraycolsep
28286 \series default
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 Commands ! A ! 
28293 \backslash
28294 arraycolsep
28295 \end_layout
28296
28297 \end_inset
28298
28299  according to:
28300 \begin_inset Newline newline
28301 \end_inset
28302
28303 column separation = 2
28304 \begin_inset space \thinspace{}
28305 \end_inset
28306
28307
28308 \series bold
28309
28310 \backslash
28311 arraycolsep
28312 \series default
28313
28314 \begin_inset Newline newline
28315 \end_inset
28316
28317 Thus, the command
28318 \end_layout
28319
28320 \begin_layout Standard
28321
28322 \series bold
28323
28324 \backslash
28325 setlength{
28326 \backslash
28327 arraycolsep}{1cm}
28328 \end_layout
28329
28330 \begin_layout Standard
28331 inserted in TeX-mode, sets for all following formulas a column separation
28332  of 2
28333 \begin_inset space \thinspace{}
28334 \end_inset
28335
28336 cm.
28337  To get back to the predefined distance, 
28338 \series bold
28339
28340 \backslash
28341 arraycolsep
28342 \series default
28343  is set to 5
28344 \begin_inset space \thinspace{}
28345 \end_inset
28346
28347 pt.
28348 \end_layout
28349
28350 \begin_layout Standard
28351 A formula with 2
28352 \begin_inset space \thinspace{}
28353 \end_inset
28354
28355 cm column separation:
28356 \begin_inset ERT
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360
28361
28362 \backslash
28363 setlength{
28364 \backslash
28365 arraycolsep}{1cm}
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \begin_inset Formula \begin{eqnarray*}
28372 A & = & B\\
28373 C & \ne & A
28374 \end{eqnarray*}
28375
28376 \end_inset
28377
28378 A formula with the predefined column separation for matrices of 10
28379 \begin_inset space \thinspace{}
28380 \end_inset
28381
28382 pt:
28383 \begin_inset ERT
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387
28388
28389 \backslash
28390 setlength{
28391 \backslash
28392 arraycolsep}{5pt}
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \begin_inset Formula \begin{eqnarray*}
28399 A & = & B\\
28400 C & \ne & A
28401 \end{eqnarray*}
28402
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \begin_layout Subsubsection
28409 Long Formulas
28410 \begin_inset Index idx
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Formula ! long
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \begin_layout Standard
28423 Long formulas can be typeset using these methods:
28424 \end_layout
28425
28426 \begin_layout Itemize
28427 When one side of the equation is much shorther than the line width, this
28428  one is chosen for the left side and the right side is typeset over two
28429  lines:
28430 \begin_inset Formula \begin{eqnarray}
28431 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 \\
28432  &  & -\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}
28433 \end{eqnarray}
28434
28435 \end_inset
28436
28437 The minus sign at the beginning of the second line does normally not appear
28438  as operator because it is the first character of the line.
28439  Thus it would not be surrounded by space and could not be distinguished
28440  from the fraction bar.
28441  To avoid this, 3
28442 \begin_inset space \thinspace{}
28443 \end_inset
28444
28445 pt space was inserted behind the minus sign with the command 
28446 \series bold
28447
28448 \backslash
28449 hspace
28450 \series default
28451 .
28452 \begin_inset Foot
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456 more about 
28457 \series bold
28458
28459 \backslash
28460 hspace
28461 \series default
28462  see 
28463 \begin_inset CommandInset ref
28464 LatexCommand ref
28465 reference "sub:Variable-Space"
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset Index idx
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 Commands ! H ! 
28480 \backslash
28481 hspace
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Itemize
28490 When both sides of the equation are too long, the command 
28491 \series bold
28492
28493 \backslash
28494 lefteqn
28495 \series default
28496
28497 \begin_inset Index idx
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501 Commands ! L ! 
28502 \backslash
28503 lefteqn
28504 \end_layout
28505
28506 \end_inset
28507
28508  is used.
28509  It is inserted to the first column of the first line and effects that all
28510  further insertions overwrite the following columns:
28511 \begin_inset Formula \begin{eqnarray}
28512 \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 \\
28513  &  & -\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 \\
28514  &  & =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}
28515 \end{eqnarray}
28516
28517 \end_inset
28518
28519 After the insertion of 
28520 \series bold
28521
28522 \backslash
28523 lefteqn
28524 \series default
28525 , the cursor is in a purple box that is a bit shifted to the left from the
28526  blue one.
28527  In this the formula is inserted.
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531 The content of the further lines is inserted to the second or another formula
28532  column.
28533  The greater the column number where it was inserted, the larger the indentation.
28534 \begin_inset VSpace medskip
28535 \end_inset
28536
28537
28538 \begin_inset Newline newline
28539 \end_inset
28540
28541
28542 \begin_inset Note Greyedout
28543 status open
28544
28545 \begin_layout Plain Layout
28546 Note the following when using 
28547 \series bold
28548
28549 \backslash
28550 lefteqn
28551 \series default
28552 :
28553 \end_layout
28554
28555 \begin_layout Itemize
28556 The formula doesn't use the full page width.
28557  When e.
28558 \begin_inset space \thinspace{}
28559 \end_inset
28560
28561 g.
28562 \begin_inset space \space{}
28563 \end_inset
28564
28565 the term 
28566 \begin_inset Formula $-B^{2}$
28567 \end_inset
28568
28569  is added to the first line in the above example, it would have been outside
28570  the page margin.
28571  To better use the width, negative space can be inserted at the beginning
28572  of the first line.
28573 \end_layout
28574
28575 \begin_layout Itemize
28576 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28577  line.
28578 \begin_inset Foot
28579 status collapsed
28580
28581 \begin_layout Plain Layout
28582 \begin_inset CommandInset href
28583 LatexCommand href
28584 name "LyX-bug #1429"
28585 target "http://www.lyx.org/trac/ticket/1429"
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \end_inset
28593
28594  One can only set the cursor at the beginning of the line and move it with
28595  the arrow keys.
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \begin_layout Itemize
28604 Other methods to set long formulas are offered by the environments described
28605  in 
28606 \begin_inset CommandInset ref
28607 LatexCommand ref
28608 reference "sub:Multline-Environment"
28609
28610 \end_inset
28611
28612  and 
28613 \begin_inset CommandInset ref
28614 LatexCommand ref
28615 reference "sub:Multiline-Formula-Parts"
28616
28617 \end_inset
28618
28619 .
28620 \end_layout
28621
28622 \begin_layout Subsubsection
28623 Multiline Brackets
28624 \begin_inset CommandInset label
28625 LatexCommand label
28626 name "sub:Multiline-Brackets"
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Brackets ! for multiline expressions
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644 For brackets spanning multiple lines the following problem occurs:
28645 \begin_inset Formula \begin{eqnarray*}
28646 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28647  &  & \left.\cdots+B-D\right]
28648 \end{eqnarray*}
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 The closing bracket is smaller than the opening bracket because brackets
28657  with variable size may not span multiple lines.
28658 \end_layout
28659
28660 \begin_layout Standard
28661 To set the bracket size for the second line correctly, the first line is
28662  ended with 
28663 \series bold
28664
28665 \backslash
28666 right.
28667 \series default
28668
28669 \begin_inset Index idx
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 Commands ! R ! 
28674 \backslash
28675 right
28676 \end_layout
28677
28678 \end_inset
28679
28680  and the second line with 
28681 \series bold
28682
28683 \backslash
28684 left.
28685 \begin_inset Foot
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 for more about 
28690 \series bold
28691
28692 \backslash
28693 left
28694 \series default
28695  and 
28696 \series bold
28697
28698 \backslash
28699 right
28700 \series default
28701  see 
28702 \begin_inset CommandInset ref
28703 LatexCommand ref
28704 reference "sub:Automatic-Bracket-Size"
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \series default
28715
28716 \begin_inset Index idx
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720 Commands ! L ! 
28721 \backslash
28722 left
28723 \end_layout
28724
28725 \end_inset
28726
28727 .
28728  After 
28729 \series bold
28730
28731 \backslash
28732 left.
28733
28734 \series default
28735  the command 
28736 \series bold
28737
28738 \backslash
28739 vphantom
28740 \series default
28741
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 spce 
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \series bold
28756
28757 \backslash
28758 prod
28759 \series default
28760 ^
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766
28767 \backslash
28768 spce 
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \series bold
28775
28776 \backslash
28777 infty
28778 \series default
28779
28780 \begin_inset ERT
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784
28785
28786 \backslash
28787 spce 
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \series bold
28794
28795 \begin_inset Formula $\downarrow$
28796 \end_inset
28797
28798 _R=1}
28799 \series default
28800
28801 \begin_inset Index idx
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Commands ! V ! 
28806 \backslash
28807 vphantom
28808 \end_layout
28809
28810 \end_inset
28811
28812  is inserted, because the multiplication operator with its limits is the
28813  largest symbol in the first line and this should be the size for the bracket
28814  in the second line.
28815 \end_layout
28816
28817 \begin_layout Standard
28818 The result is this:
28819 \begin_inset Formula \begin{eqnarray*}
28820 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28821  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28822 \end{eqnarray*}
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Subsection
28830 Align Environments
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Align environments can be used for every kind of multiline formulas.
28835  They are specially useful to set several formulas side by side.
28836 \end_layout
28837
28838 \begin_layout Standard
28839 Align environments consist of columns.
28840  The odd columns are right aligned, the even ones left aligned.
28841  Every line in an Align environment can be numbered.
28842 \end_layout
28843
28844 \begin_layout Standard
28845 Align environments are created via the menu 
28846 \family sans
28847 Insert\SpecialChar \menuseparator
28848 Math
28849 \family default
28850 .
28851  With the menu 
28852 \family sans
28853 Edit\SpecialChar \menuseparator
28854 Math\SpecialChar \menuseparator
28855 Change Formula Type
28856 \family default
28857  already existing formulas can be converted to Align environments.
28858 \end_layout
28859
28860 \begin_layout Standard
28861 To add or delete columns, the math toolbar buttons 
28862 \begin_inset Graphics
28863         filename ../images/tabular-feature_append-column.png
28864         scale 85
28865
28866 \end_inset
28867
28868  or 
28869 \begin_inset Graphics
28870         filename ../images/tabular-feature_delete-column.png
28871         scale 85
28872
28873 \end_inset
28874
28875 , respectively, or the menu 
28876 \family sans
28877 Edit\SpecialChar \menuseparator
28878 Rows & Columns
28879 \family default
28880  can be used.
28881 \end_layout
28882
28883 \begin_layout Subsubsection
28884 Standard align Environment
28885 \begin_inset CommandInset label
28886 LatexCommand label
28887 name "sub:Standard-align-Environment"
28888
28889 \end_inset
28890
28891
28892 \begin_inset Index idx
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896 Formula ! multiline ! align environment
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Standard
28905 This Align environment is created by presssing 
28906 \begin_inset Info
28907 type  "shortcut"
28908 arg   "newline-insert newline"
28909 \end_inset
28910
28911  in a formula or by the menu 
28912 \family sans
28913 Insert\SpecialChar \menuseparator
28914 Math\SpecialChar \menuseparator
28915 AMS align Environment
28916 \family default
28917 .
28918 \end_layout
28919
28920 \begin_layout Standard
28921 An example for two formulas set side by side, that are created with a four
28922  column align environment:
28923 \begin_inset Formula \begin{align*}
28924 A & =\sin(B) & C & =D\\
28925 C & \ne A & B & \ne D
28926 \end{align*}
28927
28928 \end_inset
28929
28930 As it can be seen, the formulas in this environment are placed so as if
28931  there would be a 
28932 \series bold
28933
28934 \backslash
28935 hfill
28936 \begin_inset Foot
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940 more about 
28941 \series bold
28942
28943 \backslash
28944 hfill
28945 \series default
28946  see 
28947 \begin_inset CommandInset ref
28948 LatexCommand ref
28949 reference "sub:Variable-Space"
28950
28951 \end_inset
28952
28953
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \series default
28960  before the first and after every even column.
28961  When the formula style 
28962 \series bold
28963 Indented
28964 \begin_inset Foot
28965 status collapsed
28966
28967 \begin_layout Plain Layout
28968 formula styles see 
28969 \begin_inset CommandInset ref
28970 LatexCommand ref
28971 reference "sec:Formula-Styles"
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \series default
28982  is used, the formula is set without the 
28983 \series bold
28984
28985 \backslash
28986 hfill
28987 \series default
28988  before the first column.
28989 \end_layout
28990
28991 \begin_layout Subsubsection
28992 Alignat Environment
28993 \begin_inset Index idx
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Formula ! multiline ! alignat environment
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \begin_layout Standard
29006 The alignat environment has no predefined column separation.
29007  It can be inserted manually with the spaces that are described 
29008 \begin_inset CommandInset ref
29009 LatexCommand ref
29010 reference "sub:Space"
29011
29012 \end_inset
29013
29014 .
29015 \end_layout
29016
29017 \begin_layout Standard
29018 The above example in the alignat environment where 1
29019 \begin_inset space \thinspace{}
29020 \end_inset
29021
29022 cm space was inserted at the beginning of the second formula:
29023 \begin_inset Formula \begin{alignat*}{2}
29024 A & =\sin(B) & \hspace{1cm}C & =D\\
29025 C & \ne A & B & \ne D
29026 \end{alignat*}
29027
29028 \end_inset
29029
29030 Because the column separation can be set separately for every column, this
29031  environment is especially suitable to set three and more formulas side
29032  by side.
29033 \end_layout
29034
29035 \begin_layout Subsubsection
29036 Flalign Environment
29037 \begin_inset CommandInset label
29038 LatexCommand label
29039 name "sub:Flalign-Environment"
29040
29041 \end_inset
29042
29043
29044 \begin_inset Index idx
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048 Formula ! multiline ! flalign environment
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057 In this environment the first two columns are always set as much as possible
29058  to the left and the last two ones to the right.
29059  An example:
29060 \begin_inset Formula \begin{flalign*}
29061 A & =1 & B & =2 & C & =3\\
29062 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29063 \end{flalign*}
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 By creating a flalign environment with an odd number of columns where an
29072  empty TeX-brace is inserted to the last column, several formulas in a document
29073  can be set to the left, although the formula style 
29074 \series bold
29075 Centered
29076 \series default
29077  is used.
29078  As example the indented formula 
29079 \begin_inset CommandInset ref
29080 LatexCommand eqref
29081 reference "eq:VolInt"
29082
29083 \end_inset
29084
29085 :
29086 \begin_inset Formula \begin{flalign}
29087 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29088
29089 \end_inset
29090
29091 The first two columns contain the formula.
29092  To indent it as with the formula style 
29093 \series bold
29094 Indented
29095 \series default
29096 , 30
29097 \begin_inset space \thinspace{}
29098 \end_inset
29099
29100 pt space was inserted at the beginning of the first column.
29101 \end_layout
29102
29103 \begin_layout Subsection
29104 Eqnarray Environment
29105 \begin_inset CommandInset label
29106 LatexCommand label
29107 name "sub:Eqnarray-Environment"
29108
29109 \end_inset
29110
29111
29112 \begin_inset Index idx
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Formula ! multiline ! eqnarray environment
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 When this environment has been created, three blue boxes appear.
29126  The content of the first box is right aligned, the content of the last
29127  one left aligned.
29128  The content of the middle box appears centered and a bit smaller, because
29129  it is designed to insert there only relation characters.
29130 \begin_inset Formula \begin{eqnarray*}
29131 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29132 AB & AB & AB\\
29133 A & = & A
29134 \end{eqnarray*}
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Subsection
29142 Gather Environment
29143 \begin_inset Index idx
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147 Formula ! multiline ! gather environment
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 This environment consists of only one centered column.
29157  Every line can be numbered.
29158 \begin_inset Formula \begin{gather}
29159 A=1\\
29160 X=\textrm{-}1
29161 \end{gather}
29162
29163 \end_inset
29164
29165
29166 \end_layout
29167
29168 \begin_layout Subsection
29169 Multline Environment
29170 \begin_inset CommandInset label
29171 LatexCommand label
29172 name "sub:Multline-Environment"
29173
29174 \end_inset
29175
29176
29177 \begin_inset Index idx
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Formula ! multiline ! multline environment
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Standard
29190 The multline environment consists, like the gather environment, of only
29191  one column.
29192  But the first line is left aligned, the last one right aligned.
29193  All other lines are centered.
29194  Therefore this environment is suitable for long formulas.
29195  As example formula 
29196 \begin_inset CommandInset ref
29197 LatexCommand eqref
29198 reference "eq:lefteqn"
29199
29200 \end_inset
29201
29202  in the multline environment:
29203 \begin_inset Formula \begin{multline}
29204 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}\\
29205 -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}\\
29206 =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}}
29207 \end{multline}
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Standard
29215 In the output only the last (first) line of a multline environment appears
29216  numbered when the document numbering is right (left).
29217 \begin_inset Foot
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 numbering styles see 
29222 \begin_inset CommandInset ref
29223 LatexCommand ref
29224 reference "sec:Formula-Styles"
29225
29226 \end_inset
29227
29228
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 With the commands 
29238 \series bold
29239
29240 \backslash
29241 shoveright
29242 \series default
29243
29244 \begin_inset Index idx
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Commands ! S ! 
29249 \backslash
29250 shoveright
29251 \end_layout
29252
29253 \end_inset
29254
29255  and 
29256 \series bold
29257
29258 \backslash
29259 shoveleft
29260 \series default
29261
29262 \begin_inset Index idx
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Commands ! S ! 
29267 \backslash
29268 shoveleft
29269 \end_layout
29270
29271 \end_inset
29272
29273  a centered line can be right or left aligned, respectively.
29274  The commands are used as follows:
29275 \end_layout
29276
29277 \begin_layout Standard
29278
29279 \series bold
29280
29281 \backslash
29282 shoveright{line content}
29283 \series default
29284  and 
29285 \series bold
29286
29287 \backslash
29288 shoveleft{line content}
29289 \end_layout
29290
29291 \begin_layout Standard
29292 \begin_inset VSpace medskip
29293 \end_inset
29294
29295 The length 
29296 \series bold
29297
29298 \backslash
29299 multlinegap
29300 \series default
29301
29302 \begin_inset Index idx
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 Commands ! M ! 
29307 \backslash
29308 multlinegap
29309 \end_layout
29310
29311 \end_inset
29312
29313  specifies the distance of the first line from the left page margin.
29314  Predefined is the length 0
29315 \begin_inset space \thinspace{}
29316 \end_inset
29317
29318 pt.
29319 \end_layout
29320
29321 \begin_layout Standard
29322 As example the above formula where the command
29323 \end_layout
29324
29325 \begin_layout Standard
29326
29327 \series bold
29328
29329 \backslash
29330 setlength{
29331 \backslash
29332 multlinegap}{2cm}
29333 \end_layout
29334
29335 \begin_layout Standard
29336 was inserted in TeX-mode before:
29337 \begin_inset ERT
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341
29342
29343 \backslash
29344 setlength{
29345 \backslash
29346 multlinegap}{2cm}
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \begin_inset Formula \begin{multline}
29353 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}\\
29354 \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}}\\
29355 =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}}
29356 \end{multline}
29357
29358 \end_inset
29359
29360
29361 \begin_inset ERT
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365
29366
29367 \backslash
29368 setlength{
29369 \backslash
29370 multlinegap}{0pt}
29371 \end_layout
29372
29373 \end_inset
29374
29375 The second line was left aligned using 
29376 \series bold
29377
29378 \backslash
29379 shoveleft
29380 \series default
29381 .
29382 \end_layout
29383
29384 \begin_layout Subsection
29385 Multiline Formula Parts
29386 \begin_inset CommandInset label
29387 LatexCommand label
29388 name "sub:Multiline-Formula-Parts"
29389
29390 \end_inset
29391
29392
29393 \begin_inset Index idx
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 Formula ! multiline ! formula parts
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \begin_layout Standard
29406 To display only parts of a formula with multiple lines, one of the following
29407  environments are used: 
29408 \series bold
29409 aligned
29410 \series default
29411
29412 \series bold
29413 alignedat
29414 \series default
29415
29416 \series bold
29417 gathered
29418 \series default
29419  or 
29420 \series bold
29421 split
29422 \series default
29423 .
29424  They can be inserted via the menu 
29425 \family sans
29426 Insert\SpecialChar \menuseparator
29427 Math
29428 \family default
29429  or by using the commands described in this section.
29430 \end_layout
29431
29432 \begin_layout Standard
29433 The first three have the same properties as the corresponding multiline
29434  formula environments, but it is possible to set further formula parts beside
29435  them.
29436  An example:
29437 \begin_inset Formula \[
29438 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29439 \Delta E\Delta t & \ge\frac{\hbar}{2}
29440 \end{aligned}
29441 \right\} \textrm{Uncertainty relations}\]
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 To get this formula, a displayed formula is created where the command 
29450 \series bold
29451
29452 \backslash
29453 aligned
29454 \series default
29455
29456 \begin_inset Index idx
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Commands ! A ! 
29461 \backslash
29462 aligned
29463 \end_layout
29464
29465 \end_inset
29466
29467  is inserted.
29468  A purple box appears around the blue formula box where now columns and
29469  lines can be added.
29470  Outside the multiline environment other formula parts can be set, like
29471  the brace.
29472 \end_layout
29473
29474 \begin_layout Standard
29475 The aligned environment is also suitable for long formulas whose lines are
29476  horizontally aligned.
29477  Using aligned in a displayed formula has the advantage that the formula
29478  number is vertically centered behind the lines.
29479  As example formula 
29480 \begin_inset CommandInset ref
29481 LatexCommand eqref
29482 reference "eq:shortlong"
29483
29484 \end_inset
29485
29486  in the aligned environment:
29487 \begin_inset Formula \begin{equation}
29488 \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}|}\\
29489  & -\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}|}
29490 \end{aligned}
29491 \end{equation}
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Standard
29499 To use the environments 
29500 \series bold
29501 alignedat
29502 \series default
29503
29504 \series bold
29505 gathered
29506 \series default
29507 , or 
29508 \series bold
29509 split
29510 \series default
29511 , the command 
29512 \series bold
29513
29514 \backslash
29515 alignedat
29516 \series default
29517 ,
29518 \begin_inset Index idx
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522 Commands ! A ! 
29523 \backslash
29524 alignedat
29525 \end_layout
29526
29527 \end_inset
29528
29529  
29530 \series bold
29531
29532 \backslash
29533 gathered
29534 \series default
29535
29536 \begin_inset Index idx
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540 Commands ! G ! 
29541 \backslash
29542 gathered
29543 \end_layout
29544
29545 \end_inset
29546
29547 , or 
29548 \series bold
29549
29550 \backslash
29551 split
29552 \series default
29553
29554 \begin_inset Index idx
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558 Commands ! S ! 
29559 \backslash
29560 split
29561 \end_layout
29562
29563 \end_inset
29564
29565  are inserted, respectively.
29566  The split environment has the same properties as the aligned environment
29567  but it can only have two columns.
29568 \end_layout
29569
29570 \begin_layout Subsection
29571 Text in multiline Formulas
29572 \begin_inset CommandInset label
29573 LatexCommand label
29574 name "sub:Text-in-multiline"
29575
29576 \end_inset
29577
29578
29579 \begin_inset Index idx
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Text ! in formulas
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset Index idx
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Formula ! multiline ! text
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Standard
29602 In the Align environments, and the multline and gather environment, text
29603  can be inserted that will appear in a separate line and doesn't affect
29604  the column alignment.
29605  To do this, the command 
29606 \series bold
29607
29608 \backslash
29609 intertext
29610 \series default
29611
29612 \begin_inset Index idx
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 Commands ! I ! 
29617 \backslash
29618 intertext
29619 \end_layout
29620
29621 \end_inset
29622
29623  is used in the following scheme:
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 intertext{text}
29632 \end_layout
29633
29634 \begin_layout Standard
29635 The text should not be longer than a line because it cannot be hyphenated.
29636  As LyX doesn't yet support 
29637 \series bold
29638
29639 \backslash
29640 intertext
29641 \series default
29642  directly, the text is written as mathematical text.
29643  
29644 \series bold
29645
29646 \backslash
29647 intertext
29648 \series default
29649  must hereby be at the beginning of a line and appears in the output above
29650  this line.
29651  An example where the text was inserted at the beginning of the second line:
29652 \begin_inset Formula \begin{align}
29653 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29654 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29655 \end{align}
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Section
29663 Formula Numbering
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 Formula numbering
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \begin_inset Index idx
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 Formula ! numbering|see
29679 \begin_inset ERT
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684 {
29685 \end_layout
29686
29687 \end_inset
29688
29689 Formula numbering
29690 \begin_inset ERT
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694
29695 }
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Subsection
29709 General
29710 \end_layout
29711
29712 \begin_layout Standard
29713 Numbered formulas can be created with the menu 
29714 \family sans
29715 Insert\SpecialChar \menuseparator
29716 Math\SpecialChar \menuseparator
29717 Numbered
29718 \begin_inset space ~
29719 \end_inset
29720
29721 Formula
29722 \family default
29723  (shortcut 
29724 \family sans
29725 Ctrl+Alt
29726 \begin_inset space ~
29727 \end_inset
29728
29729 N
29730 \family default
29731 ).
29732  Existing formulas can be numbered with the menu 
29733 \family sans
29734 Edit\SpecialChar \menuseparator
29735 Math\SpecialChar \menuseparator
29736 Toggle
29737 \begin_inset space ~
29738 \end_inset
29739
29740 Numbering
29741 \family default
29742  (shortcut 
29743 \begin_inset Info
29744 type  "shortcut"
29745 arg   "math-number-toggle"
29746 \end_inset
29747
29748 ).
29749  The formula number is displayed in LyX behind the formula as number sign
29750  in parentheses.
29751  The number sign is replaced in the output by the formula number.
29752 \end_layout
29753
29754 \begin_layout Standard
29755 When numbering is turned on in multiline formulas, all lines will be numbered.
29756  But the numbering can be controlled with the menu 
29757 \family sans
29758 Edit\SpecialChar \menuseparator
29759 Math\SpecialChar \menuseparator
29760 Toggle
29761 \begin_inset space ~
29762 \end_inset
29763
29764 Numbering
29765 \begin_inset space ~
29766 \end_inset
29767
29768 of
29769 \begin_inset space ~
29770 \end_inset
29771
29772 Line
29773 \family default
29774  (shortcut
29775 \begin_inset Info
29776 type  "shortcut"
29777 arg   "math-number-line-toggle"
29778 \end_inset
29779
29780 ) for every line.
29781 \end_layout
29782
29783 \begin_layout Standard
29784 Except for inline formulas, all formulas can be numbered with two different
29785  styles, see 
29786 \begin_inset CommandInset ref
29787 LatexCommand ref
29788 reference "sec:Formula-Styles"
29789
29790 \end_inset
29791
29792 .
29793 \end_layout
29794
29795 \begin_layout Subsection
29796 Cross-References
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 Cross-references ! to formulas
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Standard
29810 All labeled formulas can be cross-referenced.
29811  A label is added by the menu 
29812 \family sans
29813 Insert\SpecialChar \menuseparator
29814 Label
29815 \family default
29816  or the toolbar button 
29817 \begin_inset Graphics
29818         filename ../images/label-insert.png
29819         scale 85
29820
29821 \end_inset
29822
29823 .
29824  The cursor must hereby be inside a displayed formula.
29825  A dialog pops up displaying the prefix 
29826 \series bold
29827 eq:
29828 \series default
29829  in a text field.
29830  The label is inserted there behind the prefix.
29831  The predefined prefix means 
29832 \begin_inset Quotes eld
29833 \end_inset
29834
29835 equation
29836 \begin_inset Quotes erd
29837 \end_inset
29838
29839  and makes it easier to find labels in large documents because it marks
29840  it as formula label to divide it from e.
29841 \begin_inset space \thinspace{}
29842 \end_inset
29843
29844 g.
29845 \begin_inset space \space{}
29846 \end_inset
29847
29848 section labels.
29849  To change a label, the menu 
29850 \family sans
29851 Insert\SpecialChar \menuseparator
29852 Label
29853 \family default
29854  is used again.
29855 \end_layout
29856
29857 \begin_layout Standard
29858 The name of the label is displayed in LyX within two parentheses behind
29859  formula.
29860  A formula with a label is always numbered.
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Cross-references are inserted via the menu 
29865 \family sans
29866 Insert\SpecialChar \menuseparator
29867 Cross-Reference
29868 \family default
29869  or with the toolbar button 
29870 \begin_inset Graphics
29871         filename ../images/dialog-show-new-inset_ref.png
29872         scale 85
29873
29874 \end_inset
29875
29876 .
29877  A formula cross-reference appears in the output as formula number.
29878  When in the cross-reference dialog window the format 
29879 \series bold
29880 (<reference>)
29881 \series default
29882  is chosen, the cross-reference appears in the output as formula number
29883  in parentheses.
29884 \begin_inset Newline newline
29885 \end_inset
29886
29887 By right-clicking on a cross-reference in LyX, one jumps to the formula
29888  that is referenced.
29889 \end_layout
29890
29891 \begin_layout Standard
29892 Here are as examples cross-references to formulas of the following subsections:
29893 \begin_inset Note Note
29894 status open
29895
29896 \begin_layout Plain Layout
29897 Note the different cross-reference types.
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Standard
29906 The equations 
29907 \begin_inset CommandInset ref
29908 LatexCommand eqref
29909 reference "eq:tag"
29910
29911 \end_inset
29912
29913  and 
29914 \begin_inset CommandInset ref
29915 LatexCommand eqref
29916 reference "eq:c"
29917
29918 \end_inset
29919
29920  are equivalent.
29921  In (
29922 \begin_inset CommandInset ref
29923 LatexCommand ref
29924 reference "eq:Lat"
29925
29926 \end_inset
29927
29928 ) big Latin letters are used for the numbering in contrary to (
29929 \begin_inset CommandInset ref
29930 LatexCommand ref
29931 reference "eq:Rom"
29932
29933 \end_inset
29934
29935 ).
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \begin_inset VSpace medskip
29940 \end_inset
29941
29942 When the argument of 
29943 \series bold
29944
29945 \backslash
29946 tag
29947 \begin_inset Foot
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952 \series bold
29953
29954 \backslash
29955 tag
29956 \series default
29957  is described in 
29958 \begin_inset CommandInset ref
29959 LatexCommand ref
29960 reference "sub:User-defined-Numbering"
29961
29962 \end_inset
29963
29964 .
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \series default
29971  contains a box like in 
29972 \begin_inset CommandInset ref
29973 LatexCommand ref
29974 reference "sub:Paragraph-Boxes"
29975
29976 \end_inset
29977
29978 , the formula cannot be referenced.
29979 \end_layout
29980
29981 \begin_layout Subsection
29982 Subnumbering
29983 \begin_inset Index idx
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Formula numbering ! subnumbering
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 With the help of the commands 
29997 \series bold
29998
29999 \backslash
30000 begin{subequations}
30001 \series default
30002  and 
30003 \series bold
30004
30005 \backslash
30006 end{subequations}
30007 \series default
30008  formulas can be subnumbered.
30009  Both commands are inserted in TeX-mode.
30010 \end_layout
30011
30012 \begin_layout Standard
30013 An example:
30014 \begin_inset Formula \begin{equation}
30015 A=C-B\label{eq:a}\end{equation}
30016
30017 \end_inset
30018
30019
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025
30026 \backslash
30027 addtocounter{equation}{-1}
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 begin{subequations}
30041 \end_layout
30042
30043 \end_inset
30044
30045
30046 \begin_inset VSpace -5mm
30047 \end_inset
30048
30049
30050 \begin_inset Formula \begin{equation}
30051 B=C-A\label{eq:b}\end{equation}
30052
30053 \end_inset
30054
30055
30056 \begin_inset Formula \begin{equation}
30057 C=A+B\label{eq:c}\end{equation}
30058
30059 \end_inset
30060
30061
30062 \end_layout
30063
30064 \begin_layout Standard
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070
30071 \backslash
30072 end{subequations}
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 To create the example, the following is done:
30082 \end_layout
30083
30084 \begin_layout Enumerate
30085 first formula is inserted
30086 \end_layout
30087
30088 \begin_layout Enumerate
30089
30090 \series bold
30091
30092 \backslash
30093 addtocounter{equation}{-1} 
30094 \backslash
30095 begin{subequations}
30096 \begin_inset Index idx
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100 Commands ! A ! 
30101 \backslash
30102 addtocounter
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \begin_inset Newline newline
30109 \end_inset
30110
30111
30112 \series default
30113 is inserted after the first formula
30114 \end_layout
30115
30116 \begin_layout Enumerate
30117 second formula is inserted
30118 \end_layout
30119
30120 \begin_layout Enumerate
30121 third formula is inserted
30122 \end_layout
30123
30124 \begin_layout Enumerate
30125
30126 \series bold
30127
30128 \backslash
30129 end{subequations}
30130 \series default
30131  is inserted after the third formula
30132 \end_layout
30133
30134 \begin_layout Standard
30135 Every formula between the commands 
30136 \series bold
30137
30138 \backslash
30139 begin
30140 \series default
30141  and 
30142 \series bold
30143
30144 \backslash
30145 end
30146 \series default
30147  is subnumbered as a, b, 
30148 \begin_inset Newline linebreak
30149 \end_inset
30150
30151 c, \SpecialChar \ldots{}
30152  For multiline formulas every line will be subnumbered.
30153  All subnumbered formulas are treated as 
30154 \emph on
30155 one
30156 \emph default
30157  numbered formula.
30158  But as every numbered formula increases the counter 
30159 \series bold
30160 equation
30161 \series default
30162  by one, the command 
30163 \series bold
30164
30165 \backslash
30166 addtocounter
30167 \series default
30168  is needed to decrease it.
30169  Otherwise the formulas 
30170 \begin_inset CommandInset ref
30171 LatexCommand eqref
30172 reference "eq:a"
30173
30174 \end_inset
30175
30176
30177 \begin_inset CommandInset ref
30178 LatexCommand eqref
30179 reference "eq:b"
30180
30181 \end_inset
30182
30183
30184 \begin_inset CommandInset ref
30185 LatexCommand eqref
30186 reference "eq:c"
30187
30188 \end_inset
30189
30190  would be numbered as 
30191 \begin_inset CommandInset ref
30192 LatexCommand eqref
30193 reference "eq:a"
30194
30195 \end_inset
30196
30197
30198 \begin_inset CommandInset ref
30199 LatexCommand eqref
30200 reference "eq:d"
30201
30202 \end_inset
30203
30204
30205 \begin_inset CommandInset ref
30206 LatexCommand eqref
30207 reference "eq:f"
30208
30209 \end_inset
30210
30211 .
30212 \end_layout
30213
30214 \begin_layout Standard
30215 By inserting the commands in TeX-mode, a space is created between the first
30216  two formulas.
30217  To revert this -5
30218 \begin_inset space \thinspace{}
30219 \end_inset
30220
30221 mm vertical space is inserted after the command 
30222 \series bold
30223
30224 \backslash
30225 begin{subequations}
30226 \series default
30227 .
30228  When the formula style 
30229 \series bold
30230 Indented
30231 \begin_inset Foot
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235 formula styles see 
30236 \begin_inset CommandInset ref
30237 LatexCommand ref
30238 reference "sec:Formula-Styles"
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \series default
30249  is used, -7
30250 \begin_inset space \thinspace{}
30251 \end_inset
30252
30253 mm space is inserted instead.
30254 \end_layout
30255
30256 \begin_layout Standard
30257 Here is an example for a multiline formula where the numbering was turned
30258  off for the second line:
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 begin{subequations}
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \begin_inset Formula \begin{eqnarray}
30273 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30274  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30275  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30276 \end{eqnarray}
30277
30278 \end_inset
30279
30280
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286
30287 \backslash
30288 end{subequations}
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Subsection
30297 User-defined Numbering
30298 \begin_inset CommandInset label
30299 LatexCommand label
30300 name "sub:User-defined-Numbering"
30301
30302 \end_inset
30303
30304
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 Formula numbering ! user-defined
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset Index idx
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322 Formula numbering ! self-defined delimiters
30323 \end_layout
30324
30325 \end_inset
30326
30327 With the standard numbering parentheses are set around the formula number.
30328  To replace the parentheses for example by vertical bars, the following
30329  line is added to the LaTeX-preamble:
30330 \end_layout
30331
30332 \begin_layout Standard
30333
30334 \series bold
30335
30336 \backslash
30337 def
30338 \backslash
30339 tagform@#1{
30340 \backslash
30341 maketag@@@{|#1|}}
30342 \series default
30343
30344 \begin_inset Note Note
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348 This macro is already declared in the LaTeX-preamble for testing.
30349  To activate it, remove the percent sign at the beginning.
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Standard
30358 To use other characters, the vertical bars besides the 
30359 \series bold
30360 #1
30361 \series default
30362  are replaced by one ore more characters.
30363  To get only the formula number the vertical bars are omitted.
30364 \end_layout
30365
30366 \begin_layout Standard
30367 \begin_inset VSpace bigskip
30368 \end_inset
30369
30370 When there should be an expression of your choice instead of the consecutive
30371  formula number in parentheses behind the formula, the command 
30372 \series bold
30373
30374 \backslash
30375 tag
30376 \series default
30377
30378 \begin_inset Index idx
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Commands ! T ! 
30383 \backslash
30384 tag
30385 \end_layout
30386
30387 \end_inset
30388
30389  is used:
30390 \begin_inset Formula \begin{equation}
30391 A+B=C\tag{something}\label{eq:tag}\end{equation}
30392
30393 \end_inset
30394
30395 In this example the command 
30396 \series bold
30397
30398 \backslash
30399 tag
30400 \begin_inset ERT
30401 status collapsed
30402
30403 \begin_layout Plain Layout
30404
30405
30406 \backslash
30407 spce 
30408 \end_layout
30409
30410 \end_inset
30411
30412 something
30413 \series default
30414  was inserted to the formula.
30415 \end_layout
30416
30417 \begin_layout Standard
30418 When the command 
30419 \series bold
30420
30421 \backslash
30422 tag*
30423 \begin_inset ERT
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427
30428
30429 \backslash
30430 spce 
30431 \end_layout
30432
30433 \end_inset
30434
30435 something
30436 \series default
30437  is inserted instead, the star prevents the parentheses around the expression:
30438 \begin_inset Formula \[
30439 A+B=C\tag*{something}\]
30440
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Standard
30447 \begin_inset VSpace bigskip
30448 \end_inset
30449
30450 To restart the formula numbering with new document parts or sections, the
30451  following command is used:
30452 \end_layout
30453
30454 \begin_layout Standard
30455
30456 \series bold
30457
30458 \backslash
30459 @addtoreset{equation}{part}
30460 \series default
30461
30462 \begin_inset Index idx
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466 Commands ! 
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472 "
30473 \end_layout
30474
30475 \end_inset
30476
30477 @
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 "
30484 \end_layout
30485
30486 \end_inset
30487
30488  ! 
30489 \backslash
30490
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496 "
30497 \end_layout
30498
30499 \end_inset
30500
30501 @
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507 "
30508 \end_layout
30509
30510 \end_inset
30511
30512 addtoreset
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset Newline newline
30519 \end_inset
30520
30521 resp.
30522 \begin_inset Newline newline
30523 \end_inset
30524
30525
30526 \series bold
30527
30528 \backslash
30529 @addtoreset{equation}{section}
30530 \end_layout
30531
30532 \begin_layout Standard
30533 To be able to use these commands in TeX-mode, the 
30534 \begin_inset Quotes eld
30535 \end_inset
30536
30537 @
30538 \begin_inset Quotes erd
30539 \end_inset
30540
30541  character has to be made 
30542 \begin_inset Quotes eld
30543 \end_inset
30544
30545 active
30546 \begin_inset Quotes erd
30547 \end_inset
30548
30549  for LaTeX using the command 
30550 \series bold
30551
30552 \backslash
30553 makeatletter.
30554
30555 \series default
30556  The command 
30557 \series bold
30558
30559 \backslash
30560 makeatother
30561 \series default
30562  reverts this.
30563  So the command sequence in TeX-mode is:
30564 \end_layout
30565
30566 \begin_layout Standard
30567
30568 \series bold
30569
30570 \backslash
30571 makeatletter
30572 \begin_inset Newline newline
30573 \end_inset
30574
30575
30576 \backslash
30577 @addtoreset{equation}{section}
30578 \begin_inset Newline newline
30579 \end_inset
30580
30581
30582 \backslash
30583 makeatother
30584 \end_layout
30585
30586 \begin_layout Standard
30587 In the LaTeX-preamble 
30588 \series bold
30589
30590 \backslash
30591 makeatletter
30592 \series default
30593  and 
30594 \series bold
30595
30596 \backslash
30597 makeatother
30598 \series default
30599  can be omitted as they are automatically internally inserted by LyX.
30600 \end_layout
30601
30602 \begin_layout Standard
30603 To revert 
30604 \series bold
30605
30606 \backslash
30607 @addtoreset
30608 \series default
30609 , the file 
30610 \series bold
30611 remreset.sty
30612 \series default
30613
30614 \begin_inset Foot
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619 \series bold
30620 remreset
30621 \series default
30622  is part of the LaTeX-package 
30623 \series bold
30624 carlisle
30625 \series default
30626
30627 \begin_inset Index idx
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Packages ! carlisle
30632 \end_layout
30633
30634 \end_inset
30635
30636  that is part of every LaTeX standard installation.
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \begin_inset Index idx
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646 Packages ! remreset
30647 \end_layout
30648
30649 \end_inset
30650
30651  has to be loaded in the LaTeX-preamble with the line
30652 \end_layout
30653
30654 \begin_layout Standard
30655
30656 \series bold
30657
30658 \backslash
30659 usepackage{remreset}
30660 \end_layout
30661
30662 \begin_layout Standard
30663 Then the command 
30664 \series bold
30665
30666 \backslash
30667 @removefromreset
30668 \series default
30669
30670 \begin_inset Index idx
30671 status collapsed
30672
30673 \begin_layout Plain Layout
30674 Commands ! 
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680 "
30681 \end_layout
30682
30683 \end_inset
30684
30685 @
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691 "
30692 \end_layout
30693
30694 \end_inset
30695
30696  ! 
30697 \backslash
30698
30699 \begin_inset ERT
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703
30704 "
30705 \end_layout
30706
30707 \end_inset
30708
30709 @
30710 \begin_inset ERT
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714
30715 "
30716 \end_layout
30717
30718 \end_inset
30719
30720 removefromreset
30721 \end_layout
30722
30723 \end_inset
30724
30725  can be used with the same scheme as 
30726 \series bold
30727
30728 \backslash
30729 @addtoreset
30730 \series default
30731 .
30732 \end_layout
30733
30734 \begin_layout Standard
30735 \begin_inset VSpace bigskip
30736 \end_inset
30737
30738 Sometimes formulas should be numbered in the following form:
30739 \end_layout
30740
30741 \begin_layout Standard
30742
30743 \family typewriter
30744 (section number.formula number)
30745 \end_layout
30746
30747 \begin_layout Standard
30748 The formula number should start with every section with 
30749 \begin_inset Quotes eld
30750 \end_inset
30751
30752 1
30753 \begin_inset Quotes erd
30754 \end_inset
30755
30756 .
30757 \end_layout
30758
30759 \begin_layout Standard
30760 For this case there is the command 
30761 \series bold
30762
30763 \backslash
30764 numberwithin
30765 \series default
30766
30767 \begin_inset Index idx
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771 Commands ! N ! 
30772 \backslash
30773 numberwithin
30774 \end_layout
30775
30776 \end_inset
30777
30778 , which is used with the following scheme:
30779 \end_layout
30780
30781 \begin_layout Standard
30782
30783 \series bold
30784
30785 \backslash
30786 numberwithin{counter}{sectioning}
30787 \end_layout
30788
30789 \begin_layout Standard
30790 Counter denotes what kind of numbering is affected, sectioning denotes what
30791  number is before the dot.
30792 \end_layout
30793
30794 \begin_layout Standard
30795 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30796 \end_layout
30797
30798 \begin_layout Standard
30799
30800 \series bold
30801
30802 \backslash
30803 numberwithin{equation}{section}
30804 \end_layout
30805
30806 \begin_layout Standard
30807 This is the result:
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813
30814 \backslash
30815 numberwithin{equation}{section}
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \begin_inset Formula \begin{equation}
30822 A+B=C\end{equation}
30823
30824 \end_inset
30825
30826
30827 \end_layout
30828
30829 \begin_layout Standard
30830 To number e.
30831 \begin_inset space \thinspace{}
30832 \end_inset
30833
30834 g.
30835 \begin_inset space \space{}
30836 \end_inset
30837
30838 tables so that the number of the part is the sectioning,
30839 \begin_inset Newline newline
30840 \end_inset
30841
30842
30843 \series bold
30844
30845 \backslash
30846 numberwithin{table}{part}
30847 \series default
30848  is used.
30849 \end_layout
30850
30851 \begin_layout Standard
30852 To go back to the standard numbering or to prevent this kind of numbering
30853  when it is defined by the document class, the following command is inserted
30854  as TeX-Code or to the LaTeX-preamble:
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \series bold
30860
30861 \backslash
30862 renewcommand{
30863 \backslash
30864 theequation}{
30865 \backslash
30866 arabic{equation}}
30867 \begin_inset Index idx
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 Commands ! A ! 
30872 \backslash
30873 arabic
30874 \end_layout
30875
30876 \end_inset
30877
30878
30879 \series default
30880
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886
30887 \backslash
30888 renewcommand{
30889 \backslash
30890 theequation}{
30891 \backslash
30892 arabic{equation}}
30893 \end_layout
30894
30895 \end_inset
30896
30897
30898 \series bold
30899
30900 \begin_inset Newline newline
30901 \end_inset
30902
30903
30904 \series default
30905 or
30906 \series bold
30907
30908 \begin_inset Newline newline
30909 \end_inset
30910
30911
30912 \backslash
30913 renewcommand{
30914 \backslash
30915 thetable}{
30916 \backslash
30917 arabic{table}}
30918 \end_layout
30919
30920 \begin_layout Standard
30921
30922 \series bold
30923
30924 \backslash
30925 numberwithin
30926 \series default
30927  uses internally the command 
30928 \series bold
30929
30930 \backslash
30931 @addtoreset
30932 \series default
30933 , described above, that also needs to be reverted.
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939
30940 \backslash
30941 makeatletter
30942 \end_layout
30943
30944 \begin_layout Plain Layout
30945
30946
30947 \backslash
30948 @removefromreset{equation}{section}
30949 \end_layout
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 makeatother
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \end_layout
30962
30963 \begin_layout Subsection
30964 Numbering with Roman Numbers and Letters
30965 \begin_inset Index idx
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969 Formula numbering ! with letters
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \begin_inset Index idx
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979 Formula numbering ! with Roman numbers
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \end_layout
30986
30987 \begin_layout Standard
30988 Formulas can also be numbered with Roman numbers and Latin letters.
30989  To number for example with small Roman numbers, the command
30990 \end_layout
30991
30992 \begin_layout Standard
30993
30994 \series bold
30995
30996 \backslash
30997 renewcommand{
30998 \backslash
30999 theequation}{
31000 \backslash
31001 roman{equation}}
31002 \end_layout
31003
31004 \begin_layout Standard
31005 is inserted before the formula in TeX-mode.
31006  
31007 \series bold
31008
31009 \backslash
31010 renewcommand
31011 \series default
31012
31013 \begin_inset Index idx
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 Commands ! R ! 
31018 \backslash
31019 renewcommand
31020 \end_layout
31021
31022 \end_inset
31023
31024  redefines the predefined command 
31025 \series bold
31026
31027 \backslash
31028 theequation
31029 \series default
31030  to the command 
31031 \series bold
31032
31033 \backslash
31034 roman{equation}
31035 \series default
31036 .
31037 \begin_inset Foot
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041 The command 
31042 \series bold
31043
31044 \backslash
31045 renewcommand
31046 \series default
31047  has the same scheme like the command 
31048 \series bold
31049
31050 \backslash
31051 newcommand
31052 \series default
31053  that is described in 
31054 \begin_inset CommandInset ref
31055 LatexCommand ref
31056 reference "sub:The-Command-newcommand"
31057
31058 \end_inset
31059
31060 .
31061 \end_layout
31062
31063 \end_inset
31064
31065  
31066 \series bold
31067 equation
31068 \series default
31069  is the formula counter.
31070  When the command 
31071 \series bold
31072
31073 \backslash
31074 the
31075 \series default
31076  is used as prefix for a counter, the value of the counter is output as
31077  Arabic number.
31078  When a formula is numbered, LaTeX sets internally the command 
31079 \series bold
31080
31081 \backslash
31082 theequation
31083 \series default
31084  behind the formula.
31085  
31086 \series bold
31087
31088 \backslash
31089 roman{equation}
31090 \begin_inset Index idx
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Commands ! R ! 
31095 \backslash
31096 roman
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \series default
31103  outputs the counter as small Roman number.
31104 \end_layout
31105
31106 \begin_layout Standard
31107 All formulas behind the command 
31108 \series bold
31109
31110 \backslash
31111 renew
31112 \series default
31113 c
31114 \series bold
31115 ommand
31116 \series default
31117  are now numbered Roman.
31118  To switch to numbering with big Roman numbers, the command is inserted
31119  again, but 
31120 \series bold
31121
31122 \backslash
31123 roman
31124 \series default
31125  is replaced by 
31126 \series bold
31127
31128 \backslash
31129 Roman
31130 \series default
31131
31132 \begin_inset Index idx
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136 Commands ! R ! 
31137 \backslash
31138 roman@
31139 \backslash
31140 Roman
31141 \end_layout
31142
31143 \end_inset
31144
31145 .
31146  To 
31147 \begin_inset Quotes eld
31148 \end_inset
31149
31150 number
31151 \begin_inset Quotes erd
31152 \end_inset
31153
31154  with small Latin letters there is the command 
31155 \series bold
31156
31157 \backslash
31158 alph
31159 \series default
31160
31161 \begin_inset Index idx
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165 Commands ! A ! 
31166 \backslash
31167 alph
31168 \end_layout
31169
31170 \end_inset
31171
31172 , for big ones there is the command 
31173 \series bold
31174
31175 \backslash
31176 Alph
31177 \series default
31178
31179 \begin_inset Index idx
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183 Commands ! A ! 
31184 \backslash
31185 alph@
31186 \backslash
31187 Alph
31188 \end_layout
31189
31190 \end_inset
31191
31192 .
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset Note Greyedout
31197 status open
31198
31199 \begin_layout Plain Layout
31200
31201 \series bold
31202 Note:
31203 \series default
31204  Only maximal 26 formulas can be numbered with Latin letters in one document.
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217
31218
31219 \backslash
31220 renewcommand{
31221 \backslash
31222 theequation}{
31223 \backslash
31224 roman{equation}}
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 \begin_inset Formula \begin{equation}
31234 A=\textrm{small roman}\end{equation}
31235
31236 \end_inset
31237
31238
31239 \begin_inset ERT
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243
31244
31245 \backslash
31246 renewcommand{
31247 \backslash
31248 theequation}{
31249 \backslash
31250 Roman{equation}}
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \begin_inset Formula \begin{equation}
31257 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31258
31259 \end_inset
31260
31261
31262 \begin_inset ERT
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266
31267
31268 \backslash
31269 renewcommand{
31270 \backslash
31271 theequation}{
31272 \backslash
31273 alph{equation}}
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \begin_inset Formula \begin{equation}
31280 C=\textrm{small Latin}\end{equation}
31281
31282 \end_inset
31283
31284
31285 \begin_inset ERT
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289
31290
31291 \backslash
31292 renewcommand{
31293 \backslash
31294 theequation}{
31295 \backslash
31296 Alph{equation}}
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \begin_inset Formula \begin{equation}
31303 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31304
31305 \end_inset
31306
31307
31308 \end_layout
31309
31310 \begin_layout Standard
31311 To switch back to the default numbering, insert the command:
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317
31318 \backslash
31319 renewcommand{
31320 \backslash
31321 theequation}{
31322 \backslash
31323 arabic{equation}}
31324 \begin_inset Index idx
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328 Commands ! A ! 
31329 \backslash
31330 arabic
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset ERT
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344
31345 \backslash
31346 renewcommand{
31347 \backslash
31348 theequation}{
31349 \backslash
31350 arabic{equation}}
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \begin_inset Formula \begin{equation}
31357 E=\textrm{Arabic}\end{equation}
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Standard
31365 \begin_inset VSpace medskip
31366 \end_inset
31367
31368 As you see, formulas are numbered serially independent from the numbering
31369  style.
31370  When then numbering should start with 
31371 \begin_inset Quotes eld
31372 \end_inset
31373
31374 1
31375 \begin_inset Quotes erd
31376 \end_inset
31377
31378  when the style is changed, new equation counters have to be defined.
31379  A description about this can be found in the file 
31380 \begin_inset CommandInset href
31381 LatexCommand href
31382 name "Formula-numbering.lyx"
31383 target "run:Formula-numbering.lyx"
31384
31385 \end_inset
31386
31387 .
31388 \end_layout
31389
31390 \begin_layout Section
31391 Chemical Symbols and Equations
31392 \begin_inset CommandInset label
31393 LatexCommand label
31394 name "sub:Chemical-Symbols-and"
31395
31396 \end_inset
31397
31398
31399 \begin_inset Index idx
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403 Chemical characters ! Symbols
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \begin_inset Index idx
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413 Chemical equations
31414 \end_layout
31415
31416 \end_inset
31417
31418
31419 \begin_inset Index idx
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423 Symbols ! chemical
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Standard
31432 An example text from chemistry:
31433 \end_layout
31434
31435 \begin_layout Quote
31436 The 
31437 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31438 \end_inset
31439
31440 -ion reacts with two 
31441 \begin_inset Formula $\mathrm{Na^{+}}$
31442 \end_inset
31443
31444 -ions to sodium sulfate 
31445 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31446 \end_inset
31447
31448 .
31449  The chemical equation for this is:
31450 \begin_inset Formula \begin{equation}
31451 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31452
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Standard
31459 This chemical equation can directly be created as formula.
31460  To avoid that the symbols appear italic, everything is highlighted and
31461  changed by the shortcut 
31462 \begin_inset Info
31463 type  "shortcut"
31464 arg   "font-roman"
31465 \end_inset
31466
31467  to the upright font style.
31468 \begin_inset Foot
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 font styles
31473 \series bold
31474  
31475 \series default
31476 see 
31477 \begin_inset CommandInset ref
31478 LatexCommand ref
31479 reference "sub:Font-Styles"
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 A more convenient way to typeset chemical formulas is to use the command
31493  
31494 \series bold
31495
31496 \backslash
31497 ce
31498 \series default
31499
31500 \begin_inset Index idx
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Commands ! C ! 
31505 \backslash
31506 ce
31507 \end_layout
31508
31509 \end_inset
31510
31511  that is available when the LaTeX-package 
31512 \series bold
31513 mhchem
31514 \series default
31515
31516 \begin_inset Index idx
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520 Packages ! mhchem
31521 \end_layout
31522
31523 \end_inset
31524
31525  is installed.
31526  After inserting 
31527 \series bold
31528
31529 \backslash
31530 ce
31531 \series default
31532  to a formula a new blue box appears where chemical formulas can be inserted
31533  in an intuitive way.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \align center
31538 \begin_inset Tabular
31539 <lyxtabular version="3" rows="9" columns="2">
31540 <features tabularvalignment="middle">
31541 <column alignment="center" valignment="top" width="0">
31542 <column alignment="center" valignment="top" width="0">
31543 <row>
31544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Plain Layout
31548 Command
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31554 \begin_inset Text
31555
31556 \begin_layout Plain Layout
31557 Result
31558 \begin_inset Note Note
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563 \series bold
31564
31565 \backslash
31566 raisebox
31567 \series default
31568  is only used as spacer.
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 </row>
31579 <row>
31580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584
31585 \backslash
31586 ce
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 spce 
31595 \end_layout
31596
31597 \end_inset
31598
31599 H2CO3
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 ce
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 spce 
31633 \end_layout
31634
31635 \end_inset
31636
31637 SO4^2-
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 </row>
31655 <row>
31656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660
31661 \backslash
31662 ce
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668
31669 \backslash
31670 spce 
31671 \end_layout
31672
31673 \end_inset
31674
31675 (NH4)2S
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 </row>
31693 <row>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698
31699 \backslash
31700 ce
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706
31707 \backslash
31708 spce 
31709 \end_layout
31710
31711 \end_inset
31712
31713 KCr(SO4)2.12H2O
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 </row>
31731 <row>
31732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736
31737 \backslash
31738 ce
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 spce 
31747 \end_layout
31748
31749 \end_inset
31750
31751 A-B
31752 \backslash
31753 dbond
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 spce 
31762 \end_layout
31763
31764 \end_inset
31765
31766 C
31767 \backslash
31768 tbond
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774
31775 \backslash
31776 spce 
31777 \end_layout
31778
31779 \end_inset
31780
31781 D
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804
31805 \backslash
31806 ce
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 spce 
31815 \end_layout
31816
31817 \end_inset
31818
31819 ^227
31820 \begin_inset Formula $\downarrow$
31821 \end_inset
31822
31823 _90
31824 \begin_inset Formula $\to$
31825 \end_inset
31826
31827 Th+
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \end_inset
31843 </cell>
31844 </row>
31845 <row>
31846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31847 \begin_inset Text
31848
31849 \begin_layout Plain Layout
31850
31851 \backslash
31852 ce
31853 \begin_inset ERT
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857
31858
31859 \backslash
31860 spce 
31861 \end_layout
31862
31863 \end_inset
31864
31865 CO2
31866 \begin_inset ERT
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870
31871
31872 \backslash
31873 spce 
31874 \end_layout
31875
31876 \end_inset
31877
31878 +
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884
31885 \backslash
31886 spce 
31887 \end_layout
31888
31889 \end_inset
31890
31891 C
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 spce 
31900 \end_layout
31901
31902 \end_inset
31903
31904 <=>
31905 \begin_inset ERT
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910
31911 \backslash
31912 spce 
31913 \end_layout
31914
31915 \end_inset
31916
31917 2CO
31918 \end_layout
31919
31920 \end_inset
31921 </cell>
31922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31923 \begin_inset Text
31924
31925 \begin_layout Plain Layout
31926 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \end_inset
31933 </cell>
31934 </row>
31935 <row>
31936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940
31941 \backslash
31942 ce
31943 \begin_inset ERT
31944 status collapsed
31945
31946 \begin_layout Plain Layout
31947
31948
31949 \backslash
31950 spce 
31951 \end_layout
31952
31953 \end_inset
31954
31955 CO2
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961
31962 \backslash
31963 spce 
31964 \end_layout
31965
31966 \end_inset
31967
31968 +
31969 \begin_inset ERT
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973
31974
31975 \backslash
31976 spce 
31977 \end_layout
31978
31979 \end_inset
31980
31981 C
31982 \begin_inset ERT
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986
31987
31988 \backslash
31989 spce 
31990 \end_layout
31991
31992 \end_inset
31993
31994 ->[
31995 \backslash
31996 alpha][
31997 \backslash
31998 beta]
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004
32005 \backslash
32006 spce 
32007 \end_layout
32008
32009 \end_inset
32010
32011 2CO}
32012 \end_layout
32013
32014 \end_inset
32015 </cell>
32016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32017 \begin_inset Text
32018
32019 \begin_layout Plain Layout
32020 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 </row>
32029 </lyxtabular>
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 \begin_inset Note Greyedout
32038 status open
32039
32040 \begin_layout Plain Layout
32041
32042 \series bold
32043 Note:
32044 \series default
32045  Inserting a formula to a 
32046 \series bold
32047
32048 \backslash
32049 ce
32050 \series default
32051  box will lead to LaTeX errors.
32052  In this case TeX code has to be used like for 
32053 \series bold
32054
32055 \backslash
32056 ce{$
32057 \backslash
32058 mu
32059 \backslash
32060 hyphen$Cl}
32061 \series default
32062
32063 \begin_inset ERT
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068
32069 \backslash
32070 ce{$
32071 \backslash
32072 mu
32073 \backslash
32074 hyphen$Cl}
32075 \end_layout
32076
32077 \end_inset
32078
32079  
32080 \end_layout
32081
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \begin_layout Standard
32088 Using 
32089 \series bold
32090
32091 \backslash
32092 ce
32093 \series default
32094  the command for equation
32095 \begin_inset space ~
32096 \end_inset
32097
32098
32099 \begin_inset CommandInset ref
32100 LatexCommand eqref
32101 reference "eq:chem-reaction"
32102
32103 \end_inset
32104
32105  is:
32106 \begin_inset Newline newline
32107 \end_inset
32108
32109
32110 \series bold
32111  
32112 \backslash
32113 ce
32114 \begin_inset ERT
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118
32119
32120 \backslash
32121 spce 
32122 \end_layout
32123
32124 \end_inset
32125
32126 2Na+
32127 \begin_inset ERT
32128 status collapsed
32129
32130 \begin_layout Plain Layout
32131
32132
32133 \backslash
32134 spce 
32135 \end_layout
32136
32137 \end_inset
32138
32139 +
32140 \begin_inset ERT
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144
32145
32146 \backslash
32147 spce 
32148 \end_layout
32149
32150 \end_inset
32151
32152 SO4^2-
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158
32159 \backslash
32160 spce 
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \begin_inset ERT
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171
32172 \backslash
32173 spce 
32174 \end_layout
32175
32176 \end_inset
32177
32178 ->
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 Na2SO4
32192 \end_layout
32193
32194 \begin_layout Standard
32195 To create multiline chemical equations first a multiline formula is created
32196  as described in 
32197 \begin_inset CommandInset ref
32198 LatexCommand ref
32199 reference "sec:Multiline-Formulas"
32200
32201 \end_inset
32202
32203 .
32204  Afterwards the command 
32205 \series bold
32206
32207 \backslash
32208 ce
32209 \series default
32210  is used in every small blue box of the formula.
32211  
32212 \begin_inset CommandInset ref
32213 LatexCommand eqref
32214 reference "eq:TEOS-reaction-1"
32215
32216 \end_inset
32217
32218  and 
32219 \begin_inset CommandInset ref
32220 LatexCommand eqref
32221 reference "eq:TEOS-reaction-2"
32222
32223 \end_inset
32224
32225  are an example of a multi-stage chemical reaction where every equation
32226  has its own number.
32227 \begin_inset Formula \begin{eqnarray}
32228 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32229 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32230 \end{eqnarray}
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 Besides 
32239 \series bold
32240
32241 \backslash
32242 ce
32243 \series default
32244  the 
32245 \series bold
32246 mhchem
32247 \series default
32248  package provides the command 
32249 \series bold
32250
32251 \backslash
32252 cf
32253 \series default
32254
32255 \begin_inset Index idx
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 Commands ! C ! 
32260 \backslash
32261 cf
32262 \end_layout
32263
32264 \end_inset
32265
32266  that has to be used for special cases.
32267  For more information about 
32268 \series bold
32269
32270 \backslash
32271 cf
32272 \series default
32273  and more examples have a look at the documentation of 
32274 \series bold
32275 mhchem
32276 \series default
32277
32278 \begin_inset CommandInset citation
32279 LatexCommand cite
32280 key "mhchem"
32281
32282 \end_inset
32283
32284 .
32285 \end_layout
32286
32287 \begin_layout Standard
32288 \begin_inset Newpage newpage
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Section
32295 Diagrams
32296 \end_layout
32297
32298 \begin_layout Standard
32299 LyX supports two types of commutative diagrams: 
32300 \series bold
32301 amscd
32302 \series default
32303  and 
32304 \series bold
32305 xymatrix
32306 \series default
32307  that are explained in the following.
32308 \end_layout
32309
32310 \begin_layout Subsection
32311 Amscd Diagrams
32312 \begin_inset Index idx
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 Diagrams ! amscd
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325 Diagrams of this type visualize relations by vertical and horizontal lines
32326  or arrows:
32327 \begin_inset Formula \[
32328 \begin{CD}A@>>>B@>>>C\\
32329 @AAA@.@VVV\\
32330 F@<<<E@<<<D
32331 \end{CD}\]
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Standard
32339 To get them, the command 
32340 \series bold
32341
32342 \backslash
32343 CD
32344 \begin_inset Index idx
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 Commands ! C ! 
32349 \backslash
32350 CD
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \series default
32357  is inserted to a formula.
32358  A blue box appears with two dashed lines where further commands can be
32359  inserted.
32360  With 
32361 \begin_inset Info
32362 type  "shortcut"
32363 arg   "newline-insert newline"
32364 \end_inset
32365
32366  a new line is created.
32367  Horizontal relations are inserted in odd, vertical in even formula lines.
32368 \end_layout
32369
32370 \begin_layout Standard
32371 To create the relations there are the following commands:
32372 \end_layout
32373
32374 \begin_layout Itemize
32375
32376 \series bold
32377 @<<<
32378 \series default
32379  creates a left arrow, 
32380 \series bold
32381 @>>>
32382 \series default
32383  a right arrow and 
32384 \series bold
32385 @=
32386 \series default
32387  a long equal sign
32388 \end_layout
32389
32390 \begin_layout Itemize
32391
32392 \series bold
32393 @AAA
32394 \series default
32395  creates an up arrow, 
32396 \series bold
32397 @VVV
32398 \series default
32399  an down arrow and 
32400 \series bold
32401 @|
32402 \series default
32403  a vertical equal sign
32404 \end_layout
32405
32406 \begin_layout Itemize
32407
32408 \series bold
32409 @.
32410
32411 \series default
32412  is a placeholder for non-existent relations
32413 \end_layout
32414
32415 \begin_layout Standard
32416 All arrows can be labeled as follows:
32417 \end_layout
32418
32419 \begin_layout Itemize
32420 Is text inserted between the first and second < or >, resp., it is placed
32421  above the arrow.
32422  When it is inserted between the second and third one, it appears under
32423  the arrow.
32424 \end_layout
32425
32426 \begin_layout Itemize
32427 When text for vertical arrows is inserted between the first and second A
32428  or V, resp., it is placed left beside the arrow.
32429  When it is inserted between the second and third one, it appears right
32430  beside the arrow.
32431  If the text contains an A or V, these letters must be set into a TeX-brace.
32432 \end_layout
32433
32434 \begin_layout Standard
32435 As example a diagram with all possible relations:
32436 \end_layout
32437
32438 \begin_layout Standard
32439 \begin_inset Formula \[
32440 \begin{CD}A@>j>>B@>>k>C@=F\\
32441 @AmAA@.@VV{V}V@|\\
32442 D@<<j<E@>k>>F@=C
32443 \end{CD}\]
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \begin_layout Standard
32451 The command for this is:
32452 \begin_inset Newline newline
32453 \end_inset
32454
32455
32456 \series bold
32457
32458 \backslash
32459 CD
32460 \begin_inset ERT
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465
32466 \backslash
32467 spce 
32468 \end_layout
32469
32470 \end_inset
32471
32472 A@>j>>B@>>k>C@=F Ctrl+Return
32473 \begin_inset Newline newline
32474 \end_inset
32475
32476
32477 \begin_inset Phantom HPhantom
32478 status open
32479
32480 \begin_layout Plain Layout
32481
32482 \series bold
32483
32484 \backslash
32485 CD
32486 \begin_inset ERT
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490
32491
32492 \backslash
32493 spce 
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \end_inset
32502
32503 @AmAA@.@VV
32504 \backslash
32505 {V
32506 \series default
32507
32508 \begin_inset Formula $\to$
32509 \end_inset
32510
32511
32512 \series bold
32513 V@| Ctrl+Return
32514 \begin_inset Newline newline
32515 \end_inset
32516
32517
32518 \begin_inset Phantom HPhantom
32519 status open
32520
32521 \begin_layout Plain Layout
32522
32523 \series bold
32524
32525 \backslash
32526 CD
32527 \begin_inset ERT
32528 status collapsed
32529
32530 \begin_layout Plain Layout
32531
32532
32533 \backslash
32534 spce 
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \end_inset
32543
32544 D@<<j<E@>k>>F@=C
32545 \end_layout
32546
32547 \begin_layout Subsection
32548 Xymatrix Diagrams
32549 \begin_inset Index idx
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553 Diagrams ! xymatrix
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Standard
32562 To be able to use xymatrices, the LaTeX-package 
32563 \series bold
32564 xypic
32565 \series default
32566  must be installed.
32567  A xymatrix is created by inserting the command 
32568 \series bold
32569
32570 \backslash
32571 xymatrix
32572 \series default
32573  in a formula.
32574  Then you are able to add new matrix columns and rows like for normal matrices,
32575  see 
32576 \begin_inset CommandInset ref
32577 LatexCommand ref
32578 reference "sec:Matrices"
32579
32580 \end_inset
32581
32582 .
32583 \end_layout
32584
32585 \begin_layout Standard
32586 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32587  and much more.
32588  All possibilities to create commutative diagrams and decorations are explained
32589  in detail in the 
32590 \emph on
32591 XY-pic manual
32592 \emph default
32593  that you find in the menu 
32594 \family sans
32595 Help\SpecialChar \menuseparator
32596 Specific
32597 \begin_inset space ~
32598 \end_inset
32599
32600 Manuals
32601 \family default
32602 .
32603 \end_layout
32604
32605 \begin_layout Subsection
32606
32607 \noun on
32608 Feynman
32609 \noun default
32610  Diagrams
32611 \begin_inset Index idx
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 Diagrams ! Feynman
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \begin_layout Standard
32624 To be able to use 
32625 \noun on
32626 Feynman
32627 \noun default
32628 -diagrams, the LaTeX-package 
32629 \series bold
32630 feyn
32631 \series default
32632  must be installed.
32633  A 
32634 \noun on
32635 Feynman
32636 \noun default
32637 -diagram is created by inserting the command 
32638 \series bold
32639
32640 \backslash
32641 Diagram
32642 \series default
32643  in a formula.
32644  Then you are able to add new matrix columns and rows like for normal matrices,
32645  see 
32646 \begin_inset CommandInset ref
32647 LatexCommand ref
32648 reference "sec:Matrices"
32649
32650 \end_inset
32651
32652 .
32653 \end_layout
32654
32655 \begin_layout Standard
32656 Examples how to create 
32657 \noun on
32658 Feynman-
32659 \noun default
32660 diagrams in LyX is given in the 
32661 \emph on
32662 Feynman-diagram manual
32663 \emph default
32664  that you find in the menu 
32665 \family sans
32666 Help\SpecialChar \menuseparator
32667 Specific
32668 \begin_inset space ~
32669 \end_inset
32670
32671 Manuals
32672 \family default
32673 .
32674 \end_layout
32675
32676 \begin_layout Section
32677 User-defined Commands
32678 \begin_inset Index idx
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682 User-defined commands
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \begin_layout Standard
32691 \begin_inset Note Greyedout
32692 status open
32693
32694 \begin_layout Plain Layout
32695
32696 \series bold
32697 Note:
32698 \series default
32699  The names of user-defined commands and macros may only consist of Latin
32700  letters.
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Subsection
32709 The Command 
32710 \backslash
32711 newcommand
32712 \begin_inset CommandInset label
32713 LatexCommand label
32714 name "sub:The-Command-newcommand"
32715
32716 \end_inset
32717
32718
32719 \begin_inset Index idx
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723 User-defined commands ! 
32724 \backslash
32725 newcommand
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \begin_inset Index idx
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735 Commands ! N ! 
32736 \backslash
32737 newcommand
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 Many LaTeX-commands are too long to be used frequently.
32747  But it is possible to define with the command 
32748 \series bold
32749
32750 \backslash
32751 newcommand
32752 \series default
32753  new shorter commands.
32754 \end_layout
32755
32756 \begin_layout Standard
32757 The command scheme of 
32758 \series bold
32759
32760 \backslash
32761 newcommand
32762 \series default
32763  is:
32764 \end_layout
32765
32766 \begin_layout Standard
32767
32768 \series bold
32769
32770 \backslash
32771 newcommand{new command name}[number of arguments][optional
32772 \series default
32773  
32774 \series bold
32775 value]
32776 \begin_inset Newline newline
32777 \end_inset
32778
32779
32780 \begin_inset Phantom HPhantom
32781 status open
32782
32783 \begin_layout Plain Layout
32784
32785 \series bold
32786
32787 \backslash
32788 newcommand
32789 \end_layout
32790
32791 \end_inset
32792
32793 {command definition}
32794 \end_layout
32795
32796 \begin_layout Standard
32797 \begin_inset Note Greyedout
32798 status open
32799
32800 \begin_layout Plain Layout
32801
32802 \series bold
32803 Note:
32804 \series default
32805  Assure that the name of the new command is not already used in your document
32806  or by LaTeX-packages that you use.
32807  When you for example define the command 
32808 \series bold
32809
32810 \backslash
32811 le
32812 \series default
32813  for 
32814 \series bold
32815
32816 \backslash
32817 Leftarrow
32818 \series default
32819 , you get an error message because 
32820 \series bold
32821
32822 \backslash
32823 le
32824 \series default
32825  is already defined as command for 
32826 \begin_inset Quotes eld
32827 \end_inset
32828
32829
32830 \begin_inset Formula $\le$
32831 \end_inset
32832
32833
32834 \begin_inset Quotes erd
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Standard
32846 The number of arguments is an integer in the range 0
32847 \begin_inset space \thinspace{}
32848 \end_inset
32849
32850 -
32851 \begin_inset space \thinspace{}
32852 \end_inset
32853
32854 9 and specifies how many arguments the new command should have.
32855  With the optional value a value for an optional argument can be predefined.
32856  When this is done, the 
32857 \emph on
32858 first
32859 \emph default
32860  
32861 \emph on
32862 a
32863 \emph default
32864 rgument of the new command is automatically an optional one.
32865 \end_layout
32866
32867 \begin_layout Standard
32868 Here are some examples:
32869 \end_layout
32870
32871 \begin_layout Itemize
32872 To define the command 
32873 \series bold
32874
32875 \backslash
32876 gr
32877 \series default
32878  for 
32879 \series bold
32880
32881 \backslash
32882 Longrightarrow
32883 \series default
32884 , the LaTeX-preamble line is:
32885 \begin_inset VSpace medskip
32886 \end_inset
32887
32888
32889 \begin_inset Newline newline
32890 \end_inset
32891
32892
32893 \series bold
32894
32895 \backslash
32896 newcommand{
32897 \backslash
32898 gr}{
32899 \backslash
32900 Longrightarrow}
32901 \end_layout
32902
32903 \begin_layout Itemize
32904 To define the command 
32905 \series bold
32906
32907 \backslash
32908 us
32909 \series default
32910  for 
32911 \series bold
32912
32913 \backslash
32914 underline
32915 \series default
32916 , the argument (that should be underlined) must be taken into account.
32917  For this the preamble line is:
32918 \begin_inset VSpace medskip
32919 \end_inset
32920
32921
32922 \begin_inset Newline newline
32923 \end_inset
32924
32925
32926 \series bold
32927
32928 \backslash
32929 newcommand{
32930 \backslash
32931 us}[1]{
32932 \backslash
32933 underline{#1}}
32934 \series default
32935
32936 \begin_inset VSpace medskip
32937 \end_inset
32938
32939
32940 \begin_inset Newline newline
32941 \end_inset
32942
32943 The character 
32944 \series bold
32945 #
32946 \series default
32947  acts as argument placeholder, the 
32948 \series bold
32949 1
32950 \series default
32951  behind it denotes that it is the placeholder for the first argument.
32952 \end_layout
32953
32954 \begin_layout Itemize
32955 For 
32956 \series bold
32957
32958 \backslash
32959 framebox
32960 \series default
32961  one can e.
32962 \begin_inset space \thinspace{}
32963 \end_inset
32964
32965 g.
32966 \begin_inset space \space{}
32967 \end_inset
32968
32969 define the command 
32970 \series bold
32971
32972 \backslash
32973 fb
32974 \series default
32975 :
32976 \begin_inset VSpace medskip
32977 \end_inset
32978
32979
32980 \begin_inset Newline newline
32981 \end_inset
32982
32983
32984 \series bold
32985
32986 \backslash
32987 newcommand{
32988 \backslash
32989 fb}[3]{
32990 \backslash
32991 framebox#1#2{$#3$}}
32992 \series default
32993
32994 \begin_inset VSpace medskip
32995 \end_inset
32996
32997
32998 \begin_inset Newline newline
32999 \end_inset
33000
33001 The two Dollar signs creates the extra formula needed for 
33002 \series bold
33003
33004 \backslash
33005 framebox
33006 \series default
33007 , see 
33008 \begin_inset CommandInset ref
33009 LatexCommand ref
33010 reference "sub:Boxes-with-Frame"
33011
33012 \end_inset
33013
33014 .
33015 \end_layout
33016
33017 \begin_layout Itemize
33018 To create a new command for 
33019 \series bold
33020
33021 \backslash
33022 fcolorbox
33023 \series default
33024  where the color for the box needn't to be specified, the argument for the
33025  color is defined optional:
33026 \begin_inset VSpace medskip
33027 \end_inset
33028
33029
33030 \begin_inset Newline newline
33031 \end_inset
33032
33033
33034 \series bold
33035
33036 \backslash
33037 newcommand{
33038 \backslash
33039 cb}[3][white]{
33040 \backslash
33041 fcolorbox{#2}{#1}{$#3$}}
33042 \series default
33043
33044 \begin_inset VSpace medskip
33045 \end_inset
33046
33047
33048 \begin_inset Newline newline
33049 \end_inset
33050
33051 When the color is not specified when using 
33052 \series bold
33053
33054 \backslash
33055 cb
33056 \series default
33057 , the predefined color 
33058 \series bold
33059 white
33060 \series default
33061  will be used.
33062 \end_layout
33063
33064 \begin_layout Standard
33065 A test of the new defined commands:
33066 \end_layout
33067
33068 \begin_layout Standard
33069 \align center
33070 \begin_inset Tabular
33071 <lyxtabular version="3" rows="6" columns="2">
33072 <features tabularvalignment="middle">
33073 <column alignment="center" valignment="top" width="0">
33074 <column alignment="center" valignment="top" width="0">
33075 <row>
33076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33077 \begin_inset Text
33078
33079 \begin_layout Plain Layout
33080 Command
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33086 \begin_inset Text
33087
33088 \begin_layout Plain Layout
33089 Result
33090 \begin_inset Note Note
33091 status collapsed
33092
33093 \begin_layout Plain Layout
33094
33095 \series bold
33096
33097 \backslash
33098 raisebox
33099 \series default
33100  is only used as spacer.
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 </row>
33111 <row>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 A
33117 \backslash
33118 gr
33119 \begin_inset ERT
33120 status collapsed
33121
33122 \begin_layout Plain Layout
33123
33124
33125 \backslash
33126 spce 
33127 \end_layout
33128
33129 \end_inset
33130
33131 B
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 \begin_inset Formula $A\gr B$
33141 \end_inset
33142
33143
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 </row>
33149 <row>
33150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33151 \begin_inset Text
33152
33153 \begin_layout Plain Layout
33154
33155 \backslash
33156 us{ABcd
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 </row>
33174 <row>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179
33180 \backslash
33181 fb{[2cm]
33182 \begin_inset Formula $\to$
33183 \end_inset
33184
33185
33186 \backslash
33187 {
33188 \begin_inset Formula $\to$
33189 \end_inset
33190
33191
33192 \backslash
33193 {
33194 \backslash
33195 int
33196 \begin_inset ERT
33197 status collapsed
33198
33199 \begin_layout Plain Layout
33200
33201
33202 \backslash
33203 spce 
33204 \end_layout
33205
33206 \end_inset
33207
33208 A=B
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 </row>
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231
33232 \backslash
33233 cb{red
33234 \begin_inset Formula $\to$
33235 \end_inset
33236
33237
33238 \backslash
33239 {
33240 \backslash
33241 int
33242 \begin_inset ERT
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246
33247
33248 \backslash
33249 spce 
33250 \end_layout
33251
33252 \end_inset
33253
33254 A=B
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 </row>
33272 <row>
33273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277
33278 \backslash
33279 cb[green]
33280 \backslash
33281 {red
33282 \begin_inset Formula $\to$
33283 \end_inset
33284
33285
33286 \backslash
33287 {
33288 \backslash
33289 int
33290 \begin_inset ERT
33291 status collapsed
33292
33293 \begin_layout Plain Layout
33294
33295
33296 \backslash
33297 spce 
33298 \end_layout
33299
33300 \end_inset
33301
33302 A=B
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 </row>
33320 </lyxtabular>
33321
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \begin_layout Subsection
33328 Math Macros
33329 \begin_inset Index idx
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 User-defined commands! Math macros
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \begin_inset Index idx
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343 Macros
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \begin_layout Standard
33352 User-defined commands are especially convenient for complex expressions.
33353  When you are for example dealing in a document with quadratic equations,
33354  the same solution type occurs several times.
33355  The general form of a quadratic equation is
33356 \begin_inset Formula \[
33357 0=\lambda^{2}+p\lambda+q\]
33358
33359 \end_inset
33360
33361 The general form of the solution is
33362 \begin_inset Formula \[
33363 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33364
33365 \end_inset
33366
33367
33368 \end_layout
33369
33370 \begin_layout Standard
33371 To define a command for the solution formula where only the three parameters
33372  
33373 \begin_inset Formula $\lambda$
33374 \end_inset
33375
33376
33377 \begin_inset Formula $p$
33378 \end_inset
33379
33380  and 
33381 \begin_inset Formula $q$
33382 \end_inset
33383
33384  need to be specified and the index of 
33385 \begin_inset Formula $\lambda$
33386 \end_inset
33387
33388  can be given optionally, the LaTeX-preamble line is
33389 \begin_inset Newline newline
33390 \end_inset
33391
33392
33393 \series bold
33394
33395 \backslash
33396 newcommand{
33397 \backslash
33398 qG}[4][1,
33399 \backslash
33400 ,2]{#2_{#1}=-
33401 \backslash
33402 frac{#3}{2}
33403 \backslash
33404 pm
33405 \begin_inset Newline newline
33406 \end_inset
33407
33408
33409 \begin_inset Phantom HPhantom
33410 status open
33411
33412 \begin_layout Plain Layout
33413
33414 \series bold
33415
33416 \backslash
33417 newcommand
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \backslash
33424 sqrt{
33425 \backslash
33426 frac{#3^{2}}{4}-#4}}
33427 \end_layout
33428
33429 \begin_layout Standard
33430 To create with this the solution formula, the command
33431 \begin_inset Newline newline
33432 \end_inset
33433
33434
33435 \series bold
33436
33437 \backslash
33438 qG{
33439 \backslash
33440 lambda
33441 \begin_inset Formula $\to$
33442 \end_inset
33443
33444
33445 \backslash
33446 {p
33447 \begin_inset Formula $\to$
33448 \end_inset
33449
33450
33451 \backslash
33452 {q
33453 \series default
33454  is inserted to a formula
33455 \series bold
33456 .
33457 \end_layout
33458
33459 \begin_layout Standard
33460 The definition of the new command is unintuitive because one has to know
33461  the schemes of all used LaTeX commands, e.
33462 \begin_inset space \thinspace{}
33463 \end_inset
33464
33465 g.
33466 \begin_inset space \space{}
33467 \end_inset
33468
33469 that a fraction is inserted in LaTeX as 
33470 \series bold
33471
33472 \backslash
33473 frac{numerator}{denominator}
33474 \series default
33475 .
33476  Furthermore one can easily forget a brace in the definition and cannot
33477  see in LyX what the new command is doing.
33478  To avoid these problems LyX offers the possibility to use math macros instead
33479  of the command 
33480 \series bold
33481
33482 \backslash
33483 newcommand
33484 \series default
33485 .
33486 \end_layout
33487
33488 \begin_layout Standard
33489 A math macro is created by using the menu 
33490 \family sans
33491 Insert\SpecialChar \menuseparator
33492 Math\SpecialChar \menuseparator
33493 Macro
33494 \family default
33495  or the toolbar button 
33496 \begin_inset Graphics
33497         filename ../images/math-macro_newmacroname_newcommand.png
33498         scale 85
33499
33500 \end_inset
33501
33502 .
33503  The math macro toolbar appears together with the following box where the
33504  macro is defined:
33505 \begin_inset Newline newline
33506 \end_inset
33507
33508
33509 \begin_inset space \hspace*{\fill}
33510 \end_inset
33511
33512
33513 \begin_inset Graphics
33514         filename clipart/macrobox.png
33515
33516 \end_inset
33517
33518
33519 \begin_inset space \hspace*{\fill}
33520 \end_inset
33521
33522
33523 \begin_inset Newline newline
33524 \end_inset
33525
33526
33527 \begin_inset FormulaMacro
33528 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33529 \end_inset
33530
33531
33532 \backslash
33533 newmacroname is the default name of the macro that should be changed to
33534  something sensible.
33535  The wanted formula is inserted in the first blue box.
33536  An argument placeholder is inserted with the command 
33537 \series bold
33538
33539 \backslash
33540 #argumentnumber
33541 \series default
33542 , e.
33543 \begin_inset space \thinspace{}
33544 \end_inset
33545
33546 g
33547 \begin_inset space \space{}
33548 \end_inset
33549
33550
33551 \series bold
33552
33553 \backslash
33554 #1
33555 \series default
33556  or by using the macro toolbar button 
33557 \begin_inset Graphics
33558         filename ../images/math-macro-add-param.png
33559         scale 85
33560
33561 \end_inset
33562
33563 .
33564  Argument placeholders are displayed red.
33565  Maximum 9 arguments are possible.
33566  Optional arguments are created with the toolbar button 
33567 \begin_inset Graphics
33568         filename ../images/math-macro-add-optional-param.png
33569         scale 85
33570
33571 \end_inset
33572
33573 .
33574  The first non-optional argument can be transformed to an optional one with
33575  the toolbar button 
33576 \begin_inset Graphics
33577         filename ../images/math-macro-make-optional.png
33578         scale 85
33579
33580 \end_inset
33581
33582 .
33583  In the second blue box the appearance of the macro in LyX can be defined.
33584  Normally you want to see it as it is defined, so the box is kept empty.
33585  But when you have created a macro that needs lot of space on the screen,
33586  you can insert in the box for example
33587 \begin_inset Newline newline
33588 \end_inset
33589
33590
33591 \series bold
33592 qG: 
33593 \backslash
33594 #1
33595 \series default
33596  
33597 \series bold
33598 ,
33599 \series default
33600  
33601 \series bold
33602
33603 \backslash
33604 #2
33605 \series default
33606  
33607 \series bold
33608 ,
33609 \series default
33610  
33611 \series bold
33612
33613 \backslash
33614 #3, 
33615 \backslash
33616 #4
33617 \begin_inset Newline newline
33618 \end_inset
33619
33620
33621 \series default
33622 For the macro only the arguments with the macro name in front of them will
33623  then be displayed in LyX, leading to a better overview.
33624  The formula appears in the output as defined in the first box.
33625 \begin_inset Newline newline
33626 \end_inset
33627
33628 The appearance of macros in formulas can furthermore be changed for single
33629  macros by setting the cursor in the macro and using the menu 
33630 \family sans
33631 View\SpecialChar \menuseparator
33632 (Un)fold
33633 \begin_inset space ~
33634 \end_inset
33635
33636 Math
33637 \begin_inset space ~
33638 \end_inset
33639
33640 Macro
33641 \family default
33642 .
33643 \end_layout
33644
33645 \begin_layout Standard
33646 To use a macro, the macro name is inserted as command to a formula, in our
33647  case 
33648 \series bold
33649
33650 \backslash
33651 qG
33652 \series default
33653 .
33654  Our macro looks in LyX like this:
33655 \begin_inset Newline newline
33656 \end_inset
33657
33658
33659 \begin_inset space \hspace*{\fill}
33660 \end_inset
33661
33662
33663 \begin_inset Graphics
33664         filename clipart/macrouse.png
33665
33666 \end_inset
33667
33668
33669 \begin_inset space \hspace*{\fill}
33670 \end_inset
33671
33672
33673 \begin_inset Newline newline
33674 \end_inset
33675
33676 Here is our macro example with the arguments 
33677 \begin_inset Formula $x$
33678 \end_inset
33679
33680
33681 \begin_inset Formula $\ln(x)$
33682 \end_inset
33683
33684  and 
33685 \begin_inset Formula $B$
33686 \end_inset
33687
33688 :
33689 \end_layout
33690
33691 \begin_layout Standard
33692 \begin_inset Formula \[
33693 \qG x{\ln(x)}B\]
33694
33695 \end_inset
33696
33697
33698 \end_layout
33699
33700 \begin_layout Standard
33701 LyX offers in the menu 
33702 \family sans
33703 Tools\SpecialChar \menuseparator
33704 Preferences\SpecialChar \menuseparator
33705 Editing\SpecialChar \menuseparator
33706 Control
33707 \family default
33708  different styles to edit macros.
33709  To find the style that suits you the most, choose a style and set the cursor
33710  in a macro formula to see the difference.
33711 \end_layout
33712
33713 \begin_layout Standard
33714 A math macro is transformed internally to a 
33715 \series bold
33716
33717 \backslash
33718 newcommand
33719 \series default
33720  command when exporting the document.
33721  The created 
33722 \series bold
33723
33724 \backslash
33725 newcommand
33726 \series default
33727  command is not placed in the LaTeX-preamble, therefore macros can only
33728  be used in formulas that are in the document below the macro definition
33729  box.
33730 \end_layout
33731
33732 \begin_layout Standard
33733 Math macros can also be directly be created from a 
33734 \series bold
33735
33736 \backslash
33737 newcommand
33738 \series default
33739  command.
33740  When writing for example the command
33741 \series bold
33742
33743 \begin_inset Newline newline
33744 \end_inset
33745
33746
33747 \backslash
33748 newcommand{
33749 \backslash
33750 larrow}[2]{
33751 \backslash
33752 xleftarrow[#2]{#1}}
33753 \begin_inset Newline newline
33754 \end_inset
33755
33756
33757 \series default
33758 in LyX as normal text, highlighting it completely and using then the shortcut
33759  
33760 \family sans
33761 Ctrl+M
33762 \family default
33763 , the command will be transformed to a math macro.
33764  Using this method you need to be careful that the 
33765 \series bold
33766
33767 \backslash
33768 newcommand
33769 \series default
33770  command is typed correctly, otherwise you get a faulty macro leading to
33771  LaTeX errors.
33772 \end_layout
33773
33774 \begin_layout Standard
33775 Math macros currently yet have the problem that further formulas in macro
33776  definitions are handled wrongly.
33777  Therefore the example 
33778 \series bold
33779
33780 \backslash
33781 fb
33782 \series default
33783  from 
33784 \begin_inset CommandInset ref
33785 LatexCommand ref
33786 reference "sub:The-Command-newcommand"
33787
33788 \end_inset
33789
33790  cannot be created as macro.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 When the cursor is in a macro definition box, you will see the macro toolbar
33795  in LyX:
33796 \end_layout
33797
33798 \begin_layout Standard
33799 \begin_inset VSpace defskip
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Standard
33806 \begin_inset Graphics
33807         filename clipart/MacroToolbar.png
33808
33809 \end_inset
33810
33811
33812 \begin_inset Index idx
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816 Macros ! Toolbar
33817 \end_layout
33818
33819 \end_inset
33820
33821
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \begin_inset VSpace defskip
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Standard
33832 The macro toolbar contains from left to right the following buttons:
33833 \end_layout
33834
33835 \begin_layout Standard
33836 \begin_inset VSpace defskip
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 \begin_inset Tabular
33844 <lyxtabular version="3" rows="9" columns="2">
33845 <features islongtable="true" longtabularalignment="center">
33846 <column alignment="left" valignment="top" width="0">
33847 <column alignment="left" valignment="top" width="85col%">
33848 <row interlinespace="2.5mm">
33849 <cell alignment="center" valignment="top" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Plain Layout
33853 \begin_inset Graphics
33854         filename ../images/math-macro-remove-param.png
33855         BoundingBox 0bp 5bp 20bp 25bp
33856         rotateOrigin center
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 <cell alignment="center" valignment="top" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869
33870 \family sans
33871 Edit\SpecialChar \menuseparator
33872 Math\SpecialChar \menuseparator
33873 Macro
33874 \begin_inset space ~
33875 \end_inset
33876
33877 Definition\SpecialChar \menuseparator
33878 Remove Last Argument
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row interlinespace="2.5mm">
33885 <cell alignment="center" valignment="top" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 \begin_inset Graphics
33890         filename ../images/math-macro-add-param.png
33891         BoundingBox 0bp 5bp 20bp 25bp
33892         rotateOrigin center
33893
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \end_inset
33900 </cell>
33901 <cell alignment="center" valignment="top" usebox="none">
33902 \begin_inset Text
33903
33904 \begin_layout Plain Layout
33905
33906 \family sans
33907 Edit\SpecialChar \menuseparator
33908 Math\SpecialChar \menuseparator
33909 Macro
33910 \begin_inset space ~
33911 \end_inset
33912
33913 Definition\SpecialChar \menuseparator
33914 Append Argument
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 </row>
33920 <row interlinespace="2.5mm">
33921 <cell alignment="center" valignment="top" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925 \begin_inset Graphics
33926         filename ../images/math-macro-make-optional.png
33927         BoundingBox 0bp 5bp 20bp 25bp
33928         rotateOrigin center
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 <cell alignment="center" valignment="top" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941
33942 \family sans
33943 Edit\SpecialChar \menuseparator
33944 Math\SpecialChar \menuseparator
33945 Macro
33946 \begin_inset space ~
33947 \end_inset
33948
33949 Definition\SpecialChar \menuseparator
33950 Make First Non-Optional into
33951 \begin_inset Newline newline
33952 \end_inset
33953
33954
33955 \begin_inset Phantom HPhantom
33956 status open
33957
33958 \begin_layout Plain Layout
33959
33960 \family sans
33961 Edit\SpecialChar \menuseparator
33962 Math\SpecialChar \menuseparator
33963 Macro
33964 \begin_inset space ~
33965 \end_inset
33966
33967 Definition\SpecialChar \menuseparator
33968
33969 \end_layout
33970
33971 \end_inset
33972
33973 Optional Argument
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 </row>
33979 <row interlinespace="2.5mm">
33980 <cell alignment="center" valignment="top" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 \begin_inset Graphics
33985         filename ../images/math-macro-make-nonoptional.png
33986         BoundingBox 0bp 5bp 20bp 25bp
33987         rotateOrigin center
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 <cell alignment="center" valignment="top" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000
34001 \family sans
34002 Edit\SpecialChar \menuseparator
34003 Math\SpecialChar \menuseparator
34004 Macro
34005 \begin_inset space ~
34006 \end_inset
34007
34008 Definition\SpecialChar \menuseparator
34009 Make Last Optional into
34010 \begin_inset Newline newline
34011 \end_inset
34012
34013
34014 \begin_inset Phantom HPhantom
34015 status open
34016
34017 \begin_layout Plain Layout
34018
34019 \family sans
34020 Edit\SpecialChar \menuseparator
34021 Math\SpecialChar \menuseparator
34022 Macro
34023 \begin_inset space ~
34024 \end_inset
34025
34026 Definition\SpecialChar \menuseparator
34027
34028 \end_layout
34029
34030 \end_inset
34031
34032 Non-Optional Argument
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 </row>
34038 <row interlinespace="2.5mm">
34039 <cell alignment="center" valignment="top" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043 \begin_inset Graphics
34044         filename ../images/math-macro-remove-optional-param.png
34045         BoundingBox 0bp 5bp 20bp 25bp
34046         rotateOrigin center
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 <cell alignment="center" valignment="top" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059
34060 \family sans
34061 Edit\SpecialChar \menuseparator
34062 Math\SpecialChar \menuseparator
34063 Macro
34064 \begin_inset space ~
34065 \end_inset
34066
34067 Definition\SpecialChar \menuseparator
34068 Remove Optional Argument
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 </row>
34074 <row interlinespace="2.5mm">
34075 <cell alignment="center" valignment="top" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Plain Layout
34079 \begin_inset Graphics
34080         filename ../images/math-macro-add-optional-param.png
34081         BoundingBox 0bp 5bp 20bp 25bp
34082         rotateOrigin center
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 <cell alignment="center" valignment="top" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Plain Layout
34095
34096 \family sans
34097 Edit\SpecialChar \menuseparator
34098 Math\SpecialChar \menuseparator
34099 Macro
34100 \begin_inset space ~
34101 \end_inset
34102
34103 Definition\SpecialChar \menuseparator
34104 Insert Optional Argument
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 </row>
34110 <row interlinespace="2.5mm">
34111 <cell alignment="center" valignment="top" usebox="none">
34112 \begin_inset Text
34113
34114 \begin_layout Plain Layout
34115 \begin_inset Graphics
34116         filename ../images/math-macro-remove-greedy-param.png
34117         BoundingBox 0bp 5bp 20bp 25bp
34118         rotateOrigin center
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \end_inset
34126 </cell>
34127 <cell alignment="center" valignment="top" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131
34132 \family sans
34133 Edit\SpecialChar \menuseparator
34134 Math\SpecialChar \menuseparator
34135 Macro
34136 \begin_inset space ~
34137 \end_inset
34138
34139 Definition\SpecialChar \menuseparator
34140 Remove Last Argument
34141 \begin_inset Newline newline
34142 \end_inset
34143
34144
34145 \begin_inset Phantom HPhantom
34146 status open
34147
34148 \begin_layout Plain Layout
34149
34150 \family sans
34151 Edit\SpecialChar \menuseparator
34152 Math\SpecialChar \menuseparator
34153 Macro
34154 \begin_inset space ~
34155 \end_inset
34156
34157 Definition\SpecialChar \menuseparator
34158
34159 \end_layout
34160
34161 \end_inset
34162
34163 Spitting Out To The Right
34164 \end_layout
34165
34166 \end_inset
34167 </cell>
34168 </row>
34169 <row interlinespace="2.5mm">
34170 <cell alignment="center" valignment="top" usebox="none">
34171 \begin_inset Text
34172
34173 \begin_layout Plain Layout
34174 \begin_inset Graphics
34175         filename ../images/math-macro-append-greedy-param.png
34176         BoundingBox 0bp 5bp 20bp 25bp
34177         rotateOrigin center
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190
34191 \family sans
34192 Edit\SpecialChar \menuseparator
34193 Math\SpecialChar \menuseparator
34194 Macro
34195 \begin_inset space ~
34196 \end_inset
34197
34198 Definition\SpecialChar \menuseparator
34199 Append Argument
34200 \begin_inset Newline newline
34201 \end_inset
34202
34203
34204 \begin_inset Phantom HPhantom
34205 status open
34206
34207 \begin_layout Plain Layout
34208
34209 \family sans
34210 Edit\SpecialChar \menuseparator
34211 Math\SpecialChar \menuseparator
34212 Macro
34213 \begin_inset space ~
34214 \end_inset
34215
34216 Definition\SpecialChar \menuseparator
34217
34218 \end_layout
34219
34220 \end_inset
34221
34222 Eating From The Right
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row interlinespace="2.5mm">
34229 <cell alignment="center" valignment="top" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233 \begin_inset Graphics
34234         filename ../images/math-macro-add-greedy-optional-param.png
34235         BoundingBox 0bp 5bp 20bp 25bp
34236         rotateOrigin center
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \end_inset
34244 </cell>
34245 <cell alignment="center" valignment="top" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249
34250 \family sans
34251 Edit\SpecialChar \menuseparator
34252 Math\SpecialChar \menuseparator
34253 Macro
34254 \begin_inset space ~
34255 \end_inset
34256
34257 Definition\SpecialChar \menuseparator
34258 Append Optional Argument
34259 \begin_inset Newline newline
34260 \end_inset
34261
34262
34263 \begin_inset Phantom HPhantom
34264 status open
34265
34266 \begin_layout Plain Layout
34267
34268 \family sans
34269 Edit\SpecialChar \menuseparator
34270 Math\SpecialChar \menuseparator
34271 Macro
34272 \begin_inset space ~
34273 \end_inset
34274
34275 Definition\SpecialChar \menuseparator
34276
34277 \end_layout
34278
34279 \end_inset
34280
34281 Eating From The Right
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 </row>
34287 </lyxtabular>
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Standard
34295 \begin_inset Newpage newpage
34296 \end_inset
34297
34298
34299 \end_layout
34300
34301 \begin_layout Section
34302 Tips
34303 \begin_inset Index idx
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307 Tips
34308 \end_layout
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Subsection
34316 Negative Numbers
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 Numbers ! negative
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 Negative numbers often look ugly in formulas because the minus sign before
34331  the number is set with the same length as the minus operator sign.
34332  When writing the negative number in normal text, the minus sign appears
34333  correctly.
34334 \end_layout
34335
34336 \begin_layout Standard
34337 Thus, the problem disappears when converting the minus sign to mathematical
34338  text.
34339 \end_layout
34340
34341 \begin_layout Standard
34342 An example to visualize the problem:
34343 \end_layout
34344
34345 \begin_layout Standard
34346 \align center
34347 \begin_inset Tabular
34348 <lyxtabular version="3" rows="3" columns="2">
34349 <features tabularvalignment="middle">
34350 <column alignment="right" valignment="top" width="0">
34351 <column alignment="left" valignment="top" width="0">
34352 <row>
34353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 normal text:
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34363 \begin_inset Text
34364
34365 \begin_layout Plain Layout
34366 x = -2
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 <row>
34373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Plain Layout
34377 formula:
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386 \begin_inset Formula $x=-2$
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 </row>
34395 <row>
34396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34397 \begin_inset Text
34398
34399 \begin_layout Plain Layout
34400 solution:
34401 \end_layout
34402
34403 \end_inset
34404 </cell>
34405 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Plain Layout
34409 \begin_inset Formula $x=\textrm{-}2$
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \end_inset
34416 </cell>
34417 </row>
34418 </lyxtabular>
34419
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \begin_layout Subsection
34426 Comma as decimal Separator
34427 \begin_inset Index idx
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431 Comma
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Standard
34440 In LaTeX a comma inside a formula is used, according to the English convention,
34441  as number group separator.
34442  So there will be space added behind all commas in formulas.
34443 \end_layout
34444
34445 \begin_layout Standard
34446 To avoid this, the comma is highlighted and changed to mathematical text
34447  (shortcut 
34448 \begin_inset Info
34449 type  "shortcut"
34450 arg   "math-mode"
34451 \end_inset
34452
34453 ).
34454 \end_layout
34455
34456 \begin_layout Standard
34457 To use all formula commas in the document as decimal separator, the file
34458  
34459 \series bold
34460 icomma.sty
34461 \series default
34462
34463 \begin_inset Foot
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467
34468 \series bold
34469 icomma
34470 \series default
34471  is part of the LaTeX-package 
34472 \series bold
34473 was
34474 \series default
34475
34476 \begin_inset Index idx
34477 status collapsed
34478
34479 \begin_layout Plain Layout
34480 Packages ! was
34481 \begin_inset ERT
34482 status collapsed
34483
34484 \begin_layout Plain Layout
34485
34486
34487 \backslash
34488 vspace{4mm}
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \end_inset
34497
34498 .
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \begin_inset Index idx
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508 Packages ! icomma
34509 \end_layout
34510
34511 \end_inset
34512
34513  is loaded with the LaTeX-preamble line
34514 \end_layout
34515
34516 \begin_layout Standard
34517
34518 \series bold
34519
34520 \backslash
34521 usepackage{icomma}
34522 \end_layout
34523
34524 \begin_layout Subsection
34525 Physical Vectors
34526 \begin_inset CommandInset label
34527 LatexCommand label
34528 name "sub:Physical-Vectors"
34529
34530 \end_inset
34531
34532
34533 \begin_inset Index idx
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Vectors ! physical
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Predefined vectors are offered by the LaTeX-package 
34547 \series bold
34548 braket
34549 \series default
34550
34551 \begin_inset Index idx
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555 Packages ! braket
34556 \end_layout
34557
34558 \end_inset
34559
34560  that is loaded with the LaTeX-preamble line
34561 \end_layout
34562
34563 \begin_layout Standard
34564
34565 \series bold
34566
34567 \backslash
34568 usepackage{braket}
34569 \end_layout
34570
34571 \begin_layout Standard
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577
34578 \backslash
34579 ifbraket 
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \begin_inset Note Note
34586 status open
34587
34588 \begin_layout Plain Layout
34589 The following table will only be displayed when the LaTeX-package 
34590 \series bold
34591 braket
34592 \series default
34593  is installed.
34594 \end_layout
34595
34596 \end_inset
34597
34598
34599 \end_layout
34600
34601 \begin_layout Standard
34602 The following commands are defined:
34603 \end_layout
34604
34605 \begin_layout Standard
34606 \align center
34607 \begin_inset Tabular
34608 <lyxtabular version="3" rows="4" columns="2">
34609 <features tabularvalignment="middle">
34610 <column alignment="center" valignment="top" width="0">
34611 <column alignment="center" valignment="top" width="0">
34612 <row>
34613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617 Command
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626 Result
34627 \end_layout
34628
34629 \end_inset
34630 </cell>
34631 </row>
34632 <row>
34633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637
34638 \backslash
34639 Bra{
34640 \backslash
34641 psi
34642 \end_layout
34643
34644 \end_inset
34645 </cell>
34646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650 \begin_inset Formula $\Bra{\psi}$
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 </row>
34659 <row>
34660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664
34665 \backslash
34666 Ket{
34667 \backslash
34668 psi
34669 \end_layout
34670
34671 \end_inset
34672 </cell>
34673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 \begin_inset Formula $\Ket{\psi}$
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691
34692 \backslash
34693 Braket{
34694 \backslash
34695 psi|
34696 \backslash
34697 phi
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 \begin_inset Formula $\Braket{\psi|\phi}$
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \end_inset
34713 </cell>
34714 </row>
34715 </lyxtabular>
34716
34717 \end_inset
34718
34719
34720 \end_layout
34721
34722 \begin_layout Standard
34723 The command 
34724 \series bold
34725
34726 \backslash
34727 Braket
34728 \series default
34729  assures that all vertical bars are set in the size of the surrounding brackets:
34730 \begin_inset Formula \[
34731 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34732
34733 \end_inset
34734
34735
34736 \begin_inset ERT
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740
34741
34742 \backslash
34743 else 
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \begin_inset Note Note
34750 status open
34751
34752 \begin_layout Plain Layout
34753 The following will be displayed when the LaTeX-package 
34754 \series bold
34755 braket
34756 \series default
34757  is not installed:
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 You need to install the LaTeX-package 
34767 \series bold
34768 braket
34769 \series default
34770  to see the rest of this subsection in the output.
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \begin_inset ERT
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778
34779
34780 \backslash
34781 fi 
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 The effect of 
34791 \series bold
34792
34793 \backslash
34794 Braket
34795 \series default
34796  can also be achieved using the command 
34797 \series bold
34798
34799 \backslash
34800 middle
34801 \series default
34802 , that is described in 
34803 \begin_inset CommandInset ref
34804 LatexCommand ref
34805 reference "sub:Automatic-Bracket-Size"
34806
34807 \end_inset
34808
34809 .
34810 \end_layout
34811
34812 \begin_layout Subsection
34813 Self-defined Fractions
34814 \begin_inset CommandInset label
34815 LatexCommand label
34816 name "sub:Self-defined-Fractions"
34817
34818 \end_inset
34819
34820
34821 \begin_inset Index idx
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825 Fractions ! self-defined
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \begin_layout Standard
34834 To define custom commands for fractions, the command 
34835 \series bold
34836
34837 \backslash
34838 genfrac
34839 \series default
34840
34841 \begin_inset Index idx
34842 status collapsed
34843
34844 \begin_layout Plain Layout
34845 Commands ! G ! 
34846 \backslash
34847 genfrac
34848 \end_layout
34849
34850 \end_inset
34851
34852  is used in the following scheme:
34853 \end_layout
34854
34855 \begin_layout Standard
34856
34857 \series bold
34858
34859 \backslash
34860 genfrac{left
34861 \series default
34862  
34863 \series bold
34864 bracket}{right
34865 \series default
34866  
34867 \series bold
34868 bracket}{fraction bar thickness}{style}
34869 \begin_inset Newline newline
34870 \end_inset
34871
34872
34873 \begin_inset Phantom HPhantom
34874 status open
34875
34876 \begin_layout Plain Layout
34877
34878 \series bold
34879
34880 \backslash
34881 genfrac
34882 \end_layout
34883
34884 \end_inset
34885
34886 {numerator}{denominator}
34887 \end_layout
34888
34889 \begin_layout Standard
34890 The style is a number in the range of 0
34891 \begin_inset space \thinspace{}
34892 \end_inset
34893
34894 -
34895 \begin_inset space \thinspace{}
34896 \end_inset
34897
34898 3.
34899 \end_layout
34900
34901 \begin_layout Standard
34902 \align center
34903 \begin_inset Tabular
34904 <lyxtabular version="3" rows="5" columns="2">
34905 <features tabularvalignment="middle">
34906 <column alignment="center" valignment="top" width="0">
34907 <column alignment="center" valignment="top" width="0">
34908 <row>
34909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913 Number
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 Style (Size)
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 </row>
34928 <row>
34929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 0
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942 display style formula
34943 \end_layout
34944
34945 \end_inset
34946 </cell>
34947 </row>
34948 <row>
34949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953 1
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34959 \begin_inset Text
34960
34961 \begin_layout Plain Layout
34962 inline formula
34963 \end_layout
34964
34965 \end_inset
34966 </cell>
34967 </row>
34968 <row>
34969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 2
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34979 \begin_inset Text
34980
34981 \begin_layout Plain Layout
34982 small
34983 \end_layout
34984
34985 \end_inset
34986 </cell>
34987 </row>
34988 <row>
34989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34990 \begin_inset Text
34991
34992 \begin_layout Plain Layout
34993 3
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 tiny
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 </lyxtabular>
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \begin_layout Standard
35016 When no style is given, the size is adjusted to the surrounding environment
35017  like for the command 
35018 \series bold
35019
35020 \backslash
35021 frac
35022 \series default
35023 .
35024 \end_layout
35025
35026 \begin_layout Standard
35027 When no fraction bar thickness is given, the predefined value of 0.4
35028 \begin_inset space \thinspace{}
35029 \end_inset
35030
35031 pt will be used.
35032 \end_layout
35033
35034 \begin_layout Standard
35035 \begin_inset VSpace medskip
35036 \end_inset
35037
35038 For example, the commands 
35039 \series bold
35040
35041 \backslash
35042 dfrac
35043 \series default
35044  and 
35045 \series bold
35046
35047 \backslash
35048 tbinom
35049 \series default
35050  from 
35051 \begin_inset CommandInset ref
35052 LatexCommand ref
35053 reference "sub:Fractions"
35054
35055 \end_inset
35056
35057  are defined with the commands
35058 \end_layout
35059
35060 \begin_layout Standard
35061
35062 \series bold
35063
35064 \backslash
35065 newcommand{
35066 \backslash
35067 dfrac}[2]{
35068 \backslash
35069 genfrac{}{}{}{0}{#1}{#2}}
35070 \end_layout
35071
35072 \begin_layout Standard
35073 and
35074 \end_layout
35075
35076 \begin_layout Standard
35077
35078 \series bold
35079
35080 \backslash
35081 newcommand{
35082 \backslash
35083 tbinom}[2]{
35084 \backslash
35085 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35086 \end_layout
35087
35088 \begin_layout Standard
35089 \begin_inset VSpace medskip
35090 \end_inset
35091
35092 To define a fraction where the fraction bar thickness can be given as optional
35093  argument, the following line is inserted to the LaTeX-preamble:
35094 \end_layout
35095
35096 \begin_layout Standard
35097
35098 \series bold
35099
35100 \backslash
35101 newcommand{
35102 \backslash
35103 fracS}[3][]{
35104 \backslash
35105 genfrac{}{}{#1}{}{#2}{#3}}
35106 \end_layout
35107
35108 \begin_layout Standard
35109 A test:
35110 \begin_inset Formula \begin{align*}
35111 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35112 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35113 \end{align*}
35114
35115 \end_inset
35116
35117 As one can see, the distance of the numerator and the denominator to the
35118  fraction bar is round about three times the bar thickness.
35119 \end_layout
35120
35121 \begin_layout Subsection
35122 Canceled Formulas
35123 \begin_inset Index idx
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Formula ! canceled
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 To cancel formulas or formula parts, the LaTeX-package 
35137 \series bold
35138 cancel
35139 \series default
35140
35141 \begin_inset Index idx
35142 status collapsed
35143
35144 \begin_layout Plain Layout
35145 Packages ! cancel
35146 \end_layout
35147
35148 \end_inset
35149
35150  has to be loaded with the LaTeX-preamble line
35151 \end_layout
35152
35153 \begin_layout Standard
35154
35155 \series bold
35156
35157 \backslash
35158 usepackage[samesize]{cancel}
35159 \end_layout
35160
35161 \begin_layout Standard
35162 \begin_inset ERT
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166
35167
35168 \backslash
35169 ifcancel 
35170 \end_layout
35171
35172 \end_inset
35173
35174
35175 \begin_inset Note Note
35176 status open
35177
35178 \begin_layout Plain Layout
35179 The following table will only be displayed when the LaTeX-package 
35180 \series bold
35181 cancel
35182 \series default
35183  is installed.
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192 There are four ways to cancel formulas:
35193 \end_layout
35194
35195 \begin_layout Standard
35196 \align center
35197 \begin_inset Tabular
35198 <lyxtabular version="3" rows="5" columns="2">
35199 <features tabularvalignment="middle">
35200 <column alignment="center" valignment="top" width="0">
35201 <column alignment="center" valignment="top" width="0">
35202 <row>
35203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35204 \begin_inset Text
35205
35206 \begin_layout Plain Layout
35207 Command
35208 \end_layout
35209
35210 \end_inset
35211 </cell>
35212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35213 \begin_inset Text
35214
35215 \begin_layout Plain Layout
35216 Result
35217 \begin_inset Note Note
35218 status collapsed
35219
35220 \begin_layout Plain Layout
35221 The space and
35222 \series bold
35223  
35224 \backslash
35225 raisebox
35226 \series default
35227  are used here as spacer.
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 </row>
35238 <row>
35239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243
35244 \backslash
35245 cancel{
35246 \backslash
35247 int
35248 \begin_inset ERT
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252
35253
35254 \backslash
35255 spce 
35256 \end_layout
35257
35258 \end_inset
35259
35260 A=B
35261 \end_layout
35262
35263 \end_inset
35264 </cell>
35265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35266 \begin_inset Text
35267
35268 \begin_layout Plain Layout
35269 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35270 \end_inset
35271
35272
35273 \end_layout
35274
35275 \end_inset
35276 </cell>
35277 </row>
35278 <row>
35279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35280 \begin_inset Text
35281
35282 \begin_layout Plain Layout
35283
35284 \backslash
35285 bcancel{
35286 \backslash
35287 int
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293
35294 \backslash
35295 spce 
35296 \end_layout
35297
35298 \end_inset
35299
35300 A=B
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \end_inset
35316 </cell>
35317 </row>
35318 <row>
35319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35320 \begin_inset Text
35321
35322 \begin_layout Plain Layout
35323
35324 \backslash
35325 xcancel{
35326 \backslash
35327 int
35328 \begin_inset ERT
35329 status collapsed
35330
35331 \begin_layout Plain Layout
35332
35333
35334 \backslash
35335 spce 
35336 \end_layout
35337
35338 \end_inset
35339
35340 A=B
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 </row>
35358 <row>
35359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35360 \begin_inset Text
35361
35362 \begin_layout Plain Layout
35363
35364 \backslash
35365 cancelto{1
35366 \begin_inset Formula $\to$
35367 \end_inset
35368
35369
35370 \backslash
35371 {
35372 \backslash
35373 int
35374 \begin_inset ERT
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379
35380 \backslash
35381 spce 
35382 \end_layout
35383
35384 \end_inset
35385
35386 A=B
35387 \end_layout
35388
35389 \end_inset
35390 </cell>
35391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \end_inset
35402 </cell>
35403 </row>
35404 </lyxtabular>
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Standard
35412
35413 \series bold
35414
35415 \backslash
35416 cancelto
35417 \series default
35418  is especially suitable to visualize the reduction of fractions within formulas:
35419 \begin_inset Formula \[
35420 \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}}}\]
35421
35422 \end_inset
35423
35424
35425 \end_layout
35426
35427 \begin_layout Standard
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 else 
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \begin_inset Note Note
35442 status open
35443
35444 \begin_layout Plain Layout
35445 The following will be displayed when the LaTeX-package 
35446 \series bold
35447 cancel
35448 \series default
35449  is not installed:
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458 You need to install the LaTeX-package 
35459 \series bold
35460 cancel
35461 \series default
35462  to see the rest of this subsection in the output.
35463 \end_layout
35464
35465 \begin_layout Standard
35466 \begin_inset ERT
35467 status collapsed
35468
35469 \begin_layout Plain Layout
35470
35471
35472 \backslash
35473 fi 
35474 \end_layout
35475
35476 \end_inset
35477
35478
35479 \end_layout
35480
35481 \begin_layout Subsection
35482 Formulas in Section Headings
35483 \begin_inset CommandInset label
35484 LatexCommand label
35485 name "sub:Formulas-in-Section"
35486
35487 \end_inset
35488
35489
35490 \begin_inset Index idx
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494 Formula ! in section headings
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \end_layout
35501
35502 \begin_layout Standard
35503 When formulas are used in section headings, the following has to be taken
35504  into account:
35505 \end_layout
35506
35507 \begin_layout Standard
35508 \begin_inset Note Greyedout
35509 status open
35510
35511 \begin_layout Plain Layout
35512 When 
35513 \series bold
35514 hyperref
35515 \series default
35516
35517 \begin_inset Index idx
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521 Packages ! hyperref
35522 \end_layout
35523
35524 \end_inset
35525
35526  support is enabled in the document settings dialog under 
35527 \family sans
35528 PDF
35529 \begin_inset space ~
35530 \end_inset
35531
35532 Properties
35533 \family default
35534 , PDF-bookmarks are created for every section heading in the table of contents.
35535  If a section heading contains formulas, they are incorrectly displayed
35536  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35537 s.
35538 \end_layout
35539
35540 \end_inset
35541
35542
35543 \end_layout
35544
35545 \begin_layout Standard
35546 Both problems can be solved by inserting at the end of the section heading
35547  a short title with the menu 
35548 \family sans
35549 Insert\SpecialChar \menuseparator
35550 Short
35551 \begin_inset space ~
35552 \end_inset
35553
35554 Title
35555 \family default
35556 .
35557  Short titles are used as alternative for multiline section headings to
35558  keep the table of contents clearly arranged.
35559  Only the short title appears in the table of contents and therefore also
35560  in the PDF-bookmark.
35561 \end_layout
35562
35563 \begin_layout Standard
35564 When formulas should be used in the table of contents but 
35565 \series bold
35566 hyperref
35567 \series default
35568  is used, one can use the following command in TeX-mode:
35569 \end_layout
35570
35571 \begin_layout Standard
35572
35573 \series bold
35574
35575 \backslash
35576 texorpdfstring{part}{alternative}
35577 \begin_inset Index idx
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581 Commands ! T ! 
35582 \backslash
35583 texorpdfstring
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Standard
35592 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35593  This can be characters, formulas, footnotes, but also cross-references.
35594  The alternative is used instead of the part for the bookmark.
35595 \end_layout
35596
35597 \begin_layout Standard
35598 Here are two example headings:
35599 \begin_inset VSpace -3mm
35600 \end_inset
35601
35602
35603 \begin_inset ERT
35604 status collapsed
35605
35606 \begin_layout Plain Layout
35607
35608
35609 \backslash
35610 boldmath 
35611 \end_layout
35612
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Subsubsection
35619 Heading without formula in table of contents 
35620 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35621 \end_inset
35622
35623
35624 \begin_inset Argument
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628 Heading without formula in table of contents
35629 \end_layout
35630
35631 \end_inset
35632
35633
35634 \end_layout
35635
35636 \begin_layout Subsubsection
35637 Heading with formula in table of contents
35638 \begin_inset ERT
35639 status collapsed
35640
35641 \begin_layout Plain Layout
35642
35643
35644 \backslash
35645 texorpdfstring{
35646 \end_layout
35647
35648 \end_inset
35649
35650  
35651 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35652 \end_inset
35653
35654
35655 \begin_inset ERT
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659
35660 }{}
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Standard
35669 \begin_inset ERT
35670 status collapsed
35671
35672 \begin_layout Plain Layout
35673
35674
35675 \backslash
35676 unboldmath 
35677 \end_layout
35678
35679 \end_inset
35680
35681 In the first heading a short title was used, in the second one 
35682 \series bold
35683
35684 \backslash
35685 texorpdfstring
35686 \series default
35687 .
35688 \end_layout
35689
35690 \begin_layout Standard
35691 To get the same formatting as for the other headings, the complete heading
35692  was set into a 
35693 \series bold
35694 boldmath
35695 \series default
35696  environment
35697 \begin_inset Foot
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701 see 
35702 \begin_inset CommandInset ref
35703 LatexCommand ref
35704 reference "sub:Bold-Formulas"
35705
35706 \end_inset
35707
35708
35709 \end_layout
35710
35711 \end_inset
35712
35713 .
35714 \end_layout
35715
35716 \begin_layout Subsection
35717 Formulas in multi-column Text
35718 \begin_inset Index idx
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722 Formula ! in multi-column text
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \begin_layout Standard
35731 Formulas in multi-column text are often too wide to fit into a column and
35732  thus need to be set over the whole page width.
35733  This is done by using the LaTeX-package 
35734 \series bold
35735 multicol
35736 \series default
35737
35738 \begin_inset Foot
35739 status collapsed
35740
35741 \begin_layout Plain Layout
35742
35743 \series bold
35744 multicol
35745 \series default
35746  is part of every LaTeX standard installation.
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \begin_inset Index idx
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756 Packages ! multicol
35757 \end_layout
35758
35759 \end_inset
35760
35761 , that is loaded with the LaTeX-preamble line
35762 \end_layout
35763
35764 \begin_layout Standard
35765
35766 \series bold
35767
35768 \backslash
35769 usepackage{multicol}
35770 \end_layout
35771
35772 \begin_layout Standard
35773 \begin_inset Note Greyedout
35774 status open
35775
35776 \begin_layout Plain Layout
35777 Note herby that the setting 
35778 \family sans
35779 Two-column
35780 \begin_inset space ~
35781 \end_inset
35782
35783 document
35784 \family default
35785  in the menu 
35786 \family sans
35787 Document\SpecialChar \menuseparator
35788 Settings
35789 \family default
35790  under 
35791 \family sans
35792 Text
35793 \begin_inset space ~
35794 \end_inset
35795
35796 Layout
35797 \family default
35798 \emph on
35799  
35800 \emph default
35801 must 
35802 \emph on
35803 not
35804 \emph default
35805  be selected.
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814 Before the multi-column text the command
35815 \end_layout
35816
35817 \begin_layout Standard
35818
35819 \series bold
35820
35821 \backslash
35822 begin{multicols}{column number}
35823 \end_layout
35824
35825 \begin_layout Standard
35826 is written in TeX-mode.
35827  The column number is a number in the range of 2
35828 \begin_inset space \thinspace{}
35829 \end_inset
35830
35831 -
35832 \begin_inset space \thinspace{}
35833 \end_inset
35834
35835 10.
35836  Before the formula the multi-column text is ended by inserting the command
35837 \end_layout
35838
35839 \begin_layout Standard
35840
35841 \series bold
35842
35843 \backslash
35844 end{multicols}
35845 \end_layout
35846
35847 \begin_layout Standard
35848 in TeX-mode.
35849 \end_layout
35850
35851 \begin_layout Standard
35852 Due to the command some space is automatically added before the formula.
35853  To revert this, -6
35854 \begin_inset space \thinspace{}
35855 \end_inset
35856
35857 mm vertical space is inserted before the formula.
35858  When the formula style 
35859 \series bold
35860 Indented
35861 \begin_inset Foot
35862 status collapsed
35863
35864 \begin_layout Plain Layout
35865 formula styles see 
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sec:Formula-Styles"
35869
35870 \end_inset
35871
35872
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \series default
35879  is used, -9
35880 \begin_inset space \thinspace{}
35881 \end_inset
35882
35883 mm space is inserted instead.
35884 \end_layout
35885
35886 \begin_layout Standard
35887 As example a multi-column text with a displayed formula:
35888 \end_layout
35889
35890 \begin_layout Standard
35891
35892 \lang german
35893 \begin_inset ERT
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897
35898
35899 \backslash
35900 begin{multicols}{2}
35901 \end_layout
35902
35903 \end_inset
35904
35905 Das Spektrum wird fouriertransformiert.
35906  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35907 , Lösungsmittel) zu trennen.
35908  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35909  nun das Aussehen des Ausgangssignals.
35910  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35911  über alle Phasen integrieren muss.
35912  Sei nun 
35913 \begin_inset Formula $S$
35914 \end_inset
35915
35916  unser normiertes Ausgangssignal und 
35917 \begin_inset Formula $P$
35918 \end_inset
35919
35920  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35921 \begin_inset ERT
35922 status collapsed
35923
35924 \begin_layout Plain Layout
35925
35926
35927 \backslash
35928 end{multicols}
35929 \end_layout
35930
35931 \end_inset
35932
35933
35934 \begin_inset VSpace -6mm
35935 \end_inset
35936
35937
35938 \begin_inset Formula \begin{equation}
35939 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35940
35941 \end_inset
35942
35943
35944 \begin_inset ERT
35945 status collapsed
35946
35947 \begin_layout Plain Layout
35948
35949
35950 \backslash
35951 begin{multicols}{2}
35952 \end_layout
35953
35954 \end_inset
35955
35956 wobei 
35957 \begin_inset Formula $S_{0}$
35958 \end_inset
35959
35960  das Signal ohne Gradient ist und die Normierungsbedingung 
35961 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35962 \end_inset
35963
35964  gilt.
35965  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35966  Direkt nach dem 
35967 \begin_inset Formula $\nicefrac{\pi}{2}$
35968 \end_inset
35969
35970
35971 \begin_inset space \thinspace{}
35972 \end_inset
35973
35974 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35975  das Signal zusätzlich abschwächt.
35976  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35977  
35978 \begin_inset Formula $T_{2}$
35979 \end_inset
35980
35981 -Zeit.
35982 \end_layout
35983
35984 \begin_layout Standard
35985
35986 \lang german
35987 \begin_inset ERT
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991
35992
35993 \backslash
35994 end{multicols}
35995 \end_layout
35996
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Subsection
36003 Formulas with Description of Variables
36004 \begin_inset Index idx
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008 Formula ! with description of variables
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 To describe variables within a formula, like in formula 
36018 \begin_inset CommandInset ref
36019 LatexCommand eqref
36020 reference "eq:within"
36021
36022 \end_inset
36023
36024 , a 2
36025 \series bold
36026 ×
36027 \series default
36028
36029 \begin_inset Formula $n$
36030 \end_inset
36031
36032
36033 \begin_inset space ~
36034 \end_inset
36035
36036 matrix is used with left aligned columns for the 
36037 \begin_inset Formula $n$
36038 \end_inset
36039
36040  used variables.
36041 \begin_inset Foot
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045 matrices see 
36046 \begin_inset CommandInset ref
36047 LatexCommand ref
36048 reference "sec:Matrices"
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \end_inset
36056
36057  To set the description in a smaller size, before the matrix e.
36058 \begin_inset space \thinspace{}
36059 \end_inset
36060
36061 g.
36062 \begin_inset space \space{}
36063 \end_inset
36064
36065 the command 
36066 \series bold
36067
36068 \backslash
36069 footnotesize
36070 \series default
36071  is inserted.
36072 \begin_inset Foot
36073 status collapsed
36074
36075 \begin_layout Plain Layout
36076 font sizes see 
36077 \begin_inset CommandInset ref
36078 LatexCommand ref
36079 reference "sub:Font-Sizes"
36080
36081 \end_inset
36082
36083
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Standard
36092 When the formula style 
36093 \series bold
36094 Indented
36095 \begin_inset Foot
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 formula styles see 
36100 \begin_inset CommandInset ref
36101 LatexCommand ref
36102 reference "sec:Formula-Styles"
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \end_inset
36110
36111
36112 \series default
36113  is used, a 
36114 \series bold
36115
36116 \backslash
36117 hfill
36118 \series default
36119
36120 \begin_inset Foot
36121 status collapsed
36122
36123 \begin_layout Plain Layout
36124
36125 \series bold
36126
36127 \backslash
36128 hfill
36129 \series default
36130  only works in formulas with the style 
36131 \series bold
36132 Indented
36133 \series default
36134 , see 
36135 \begin_inset CommandInset ref
36136 LatexCommand ref
36137 reference "sub:Variable-Space"
36138
36139 \end_inset
36140
36141 .
36142 \end_layout
36143
36144 \end_inset
36145
36146  is inserted before and after the matrix to have the same separation of
36147  the matrix from the equation and the side margin.
36148 \end_layout
36149
36150 \begin_layout Standard
36151 When the formula style 
36152 \series bold
36153 Centered
36154 \series default
36155  is used, the method described in 
36156 \begin_inset CommandInset ref
36157 LatexCommand ref
36158 reference "sub:Flalign-Environment"
36159
36160 \end_inset
36161
36162  is used to indent formulas.
36163  Formula 
36164 \begin_inset CommandInset ref
36165 LatexCommand eqref
36166 reference "eq:within"
36167
36168 \end_inset
36169
36170  consists of five columns whereas in the first two columns contain the equation,
36171  the third the matrix and the last one an empty TeX-brace.
36172 \begin_inset Formula \begin{flalign}
36173 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36174 \rho & \textrm{density}\\
36175 V & \textrm{volume}\\
36176 g & \textrm{gravitational acceleration}
36177 \end{array} &  & {}\label{eq:within}\end{flalign}
36178
36179 \end_inset
36180
36181
36182 \end_layout
36183
36184 \begin_layout Subsection
36185 Upright small Greek Letters
36186 \begin_inset CommandInset label
36187 LatexCommand label
36188 name "sub:Upright-small-Greek"
36189
36190 \end_inset
36191
36192
36193 \begin_inset Index idx
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197 Greek letters ! upright
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \begin_layout Standard
36206 Most of the math fonts only provide italic small Greek letters.
36207  But for symbols of elementary particles like pions and neutrinos, upright
36208  Greek letters are needed.
36209  The file 
36210 \series bold
36211 upgreek.sty
36212 \series default
36213
36214 \begin_inset Foot
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218
36219 \series bold
36220 upgreek
36221 \series default
36222  is part of the LaTeX-package 
36223 \series bold
36224 was
36225 \series default
36226
36227 \begin_inset Index idx
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 Packages ! was
36232 \begin_inset ERT
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236
36237
36238 \backslash
36239 vspace{4mm}
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \end_inset
36248
36249 .
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \begin_inset Index idx
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259 Packages ! upgreek
36260 \end_layout
36261
36262 \end_inset
36263
36264  that is loaded with the LaTeX-preamble line
36265 \end_layout
36266
36267 \begin_layout Standard
36268
36269 \series bold
36270
36271 \backslash
36272 usepackage{upgreek}
36273 \end_layout
36274
36275 \begin_layout Standard
36276 provides them.
36277  
36278 \begin_inset ERT
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282
36283
36284 \backslash
36285 ifupgreek 
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \begin_inset Note Note
36292 status open
36293
36294 \begin_layout Plain Layout
36295 The following table will only be displayed when the LaTeX-package 
36296 \series bold
36297 upgreek
36298 \series default
36299  is installed:
36300 \end_layout
36301
36302 \end_inset
36303
36304  They are created when the command for a small Greek letters is started
36305  with 
36306 \series bold
36307 up
36308 \series default
36309 .
36310  For example the command 
36311 \series bold
36312
36313 \backslash
36314 uptau
36315 \series default
36316  creates this: 
36317 \begin_inset Formula $\uptau$
36318 \end_inset
36319
36320
36321 \end_layout
36322
36323 \begin_layout Standard
36324 With these commands reactions of elementary particles can be typeset:
36325 \begin_inset Formula \[
36326 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Standard
36334 The upright letters are more bold and wider than the italic ones.
36335  They should therefore not be used for units like 
36336 \begin_inset Quotes eld
36337 \end_inset
36338
36339 µm
36340 \begin_inset Quotes erd
36341 \end_inset
36342
36343 .
36344 \end_layout
36345
36346 \begin_layout Standard
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352
36353 \backslash
36354 else 
36355 \end_layout
36356
36357 \end_inset
36358
36359
36360 \begin_inset Note Note
36361 status open
36362
36363 \begin_layout Plain Layout
36364 The following will be displayed when the LaTeX-package 
36365 \series bold
36366 upgreek
36367 \series default
36368  is not installed:
36369 \end_layout
36370
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \begin_layout Standard
36377 You need to install the LaTeX-package 
36378 \series bold
36379 upgreek
36380 \series default
36381  to see the rest of this subsection in the output.
36382 \end_layout
36383
36384 \begin_layout Standard
36385 \begin_inset ERT
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389
36390
36391 \backslash
36392 fi 
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \end_layout
36399
36400 \begin_layout Subsection
36401 Text Characters in Formulas
36402 \begin_inset CommandInset label
36403 LatexCommand label
36404 name "sub:Text-Characters-in"
36405
36406 \end_inset
36407
36408
36409 \begin_inset Index idx
36410 status collapsed
36411
36412 \begin_layout Plain Layout
36413 Text ! in formulas
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \end_layout
36420
36421 \begin_layout Standard
36422 In some cases you might want to insert text characters directly into formulas.
36423  When for example the centered dot · is often used in formulas like 
36424 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36425 \end_inset
36426
36427 , one would have to insert the command 
36428 \series bold
36429
36430 \backslash
36431 cdot
36432 \series default
36433
36434 \begin_inset Foot
36435 status collapsed
36436
36437 \begin_layout Plain Layout
36438 see 
36439 \begin_inset CommandInset ref
36440 LatexCommand ref
36441 reference "sub:Binary-Operators"
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \end_inset
36449
36450  all the time, because this character is defined in all encodings as text
36451  character.
36452  But the encoding can be changed by this LaTeX-preamble line:
36453 \end_layout
36454
36455 \begin_layout Standard
36456
36457 \series bold
36458
36459 \backslash
36460 Declare Inputtext{183}{
36461 \backslash
36462 ifmmode
36463 \backslash
36464 cdot
36465 \backslash
36466 else
36467 \backslash
36468 textperiodcentered
36469 \backslash
36470 f\SpecialChar \textcompwordmark{}
36471 i}
36472 \end_layout
36473
36474 \begin_layout Standard
36475 The character encoding (menu 
36476 \family sans
36477 Document\SpecialChar \menuseparator
36478 Settings\SpecialChar \menuseparator
36479 Language
36480 \family default
36481 ) specifies what character appears when a keyboard key is pressed.
36482  When the key for the character '·' is pressed, internally the command 
36483 \series bold
36484
36485 \backslash
36486 textperiodcentered
36487 \series default
36488  is used.
36489  But this command is not available in a formula so that you would get LaTeX-erro
36490 rs.
36491  With the changed encoding the right command is chosen automatically, depending
36492  on if the character was inserted into a formula or not.
36493 \end_layout
36494
36495 \begin_layout Standard
36496 The encoding of several characters is saved in definition files.
36497  Fore example the encoding 
36498 \series bold
36499 latin9
36500 \series default
36501  is defined in the file 
36502 \series bold
36503 latin9.def
36504 \series default
36505  that is in the installation folder of LaTeX.
36506  Encodings should only be changed via the LaTeX-preamble and not in the
36507  definition files.
36508  Otherwise own documents could not be edited by other LyX users working
36509  on other computers.
36510 \end_layout
36511
36512 \begin_layout Standard
36513 \begin_inset VSpace medskip
36514 \end_inset
36515
36516 Besides the centered dot, in this document the degree sign ° is defined
36517  with the following LaTeX-preamble line so that it can directly be inserted
36518  to a formula:
36519 \end_layout
36520
36521 \begin_layout Standard
36522
36523 \series bold
36524
36525 \backslash
36526 DeclareInputtext{176}{
36527 \backslash
36528 ifmmode^
36529 \backslash
36530 circ
36531 \backslash
36532 else
36533 \backslash
36534 textdegree
36535 \backslash
36536 f\SpecialChar \textcompwordmark{}
36537 i}
36538 \end_layout
36539
36540 \begin_layout Standard
36541 \begin_inset Newpage newpage
36542 \end_inset
36543
36544
36545 \end_layout
36546
36547 \begin_layout Section
36548 \start_of_appendix
36549 Typographic Advice
36550 \begin_inset Index idx
36551 status collapsed
36552
36553 \begin_layout Plain Layout
36554 Typographic advice
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Standard
36563 This section is a summary of the most important typographic rules, listed
36564  in ISO norms.
36565 \begin_inset Foot
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 This collection was partly taken from the German semi-official dictionary
36570  called 
36571 \begin_inset Quotes eld
36572 \end_inset
36573
36574 Duden
36575 \begin_inset Quotes erd
36576 \end_inset
36577
36578  
36579 \begin_inset CommandInset citation
36580 LatexCommand cite
36581 key "Duden"
36582
36583 \end_inset
36584
36585  that lists some of the ISO rules.
36586  More rules are listed in 
36587 \begin_inset CommandInset citation
36588 LatexCommand cite
36589 key "Checklist"
36590
36591 \end_inset
36592
36593 .
36594 \end_layout
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Itemize
36602 Physical units are 
36603 \emph on
36604 always
36605 \emph default
36606  set upright
36607 \begin_inset Foot
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611 done with font styles, see 
36612 \begin_inset CommandInset ref
36613 LatexCommand ref
36614 reference "sub:Font-Styles"
36615
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \end_inset
36622
36623 , no matter if they appear in italic text: 30
36624 \begin_inset space \thinspace{}
36625 \end_inset
36626
36627 km/h
36628 \begin_inset Newline newline
36629 \end_inset
36630
36631 Between the value and the unit is the smallest space, see 
36632 \begin_inset CommandInset ref
36633 LatexCommand ref
36634 reference "sub:Predefined-Space"
36635
36636 \end_inset
36637
36638 .
36639 \begin_inset Newline newline
36640 \end_inset
36641
36642 This convention is automatically fulfilled when the command 
36643 \series bold
36644
36645 \backslash
36646 unittwo
36647 \series default
36648  is used.
36649  When it is entered to a formula, two boxes appear.
36650  In the first one the value is inserted, in the second one the unit, and
36651  one gets as above: 
36652 \begin_inset Formula $\unit[30]{km/h}$
36653 \end_inset
36654
36655
36656 \begin_inset space \thinspace{}
36657 \end_inset
36658
36659 .
36660  Note that 
36661 \series bold
36662
36663 \backslash
36664 unittwo
36665 \series default
36666  is not a real LaTeX command but the command 
36667 \series bold
36668
36669 \backslash
36670 unit[value]{unit}
36671 \series default
36672 , therefore you cannot use it in TeX code.
36673 \end_layout
36674
36675 \begin_layout Itemize
36676 Percent and perthousand signs are set like physical units:
36677 \begin_inset Newline newline
36678 \end_inset
36679
36680 1,2
36681 \begin_inset space \thinspace{}
36682 \end_inset
36683
36684 ‰ alcohol in blood
36685 \end_layout
36686
36687 \begin_layout Itemize
36688 The degree sign follows directly on the value: 15°, but not when it is used
36689  in units: 15
36690 \begin_inset space \thinspace{}
36691 \end_inset
36692
36693 °C
36694 \end_layout
36695
36696 \begin_layout Itemize
36697 In numbers with more than four digits the smallest space is inserted before
36698  every third digit to group them: 
36699 \family roman
36700 \series medium
36701 \shape up
36702 \size normal
36703 \emph off
36704 \bar no
36705 \noun off
36706 \color none
36707 18
36708 \begin_inset space \thinspace{}
36709 \end_inset
36710
36711 473
36712 \begin_inset space \thinspace{}
36713 \end_inset
36714
36715 588
36716 \end_layout
36717
36718 \begin_layout Itemize
36719 For dimensions like 120×90×40
36720 \begin_inset space \thinspace{}
36721 \end_inset
36722
36723 cm the multiplication sign 
36724 \begin_inset Quotes eld
36725 \end_inset
36726
36727 ×
36728 \begin_inset Quotes erd
36729 \end_inset
36730
36731  is used.
36732  It is available either via the command 
36733 \series bold
36734
36735 \backslash
36736 times
36737 \series default
36738  or via the menu 
36739 \family sans
36740 Insert\SpecialChar \menuseparator
36741 Special Character\SpecialChar \menuseparator
36742 Symbols
36743 \family default
36744 .
36745 \end_layout
36746
36747 \begin_layout Itemize
36748 Functions with names consisting of several letters are set upright to avoid
36749  confusions, see 
36750 \begin_inset CommandInset ref
36751 LatexCommand ref
36752 reference "sub:Predefined-Functions"
36753
36754 \end_inset
36755
36756 .
36757 \end_layout
36758
36759 \begin_layout Itemize
36760 Indices consisting of several letters, are set upright: 
36761 \begin_inset Formula $E_{\mathrm{kin}}$
36762 \end_inset
36763
36764
36765 \begin_inset Newline newline
36766 \end_inset
36767
36768 Components of matrices are set italic: 
36769 \begin_inset Formula $\hat{H}_{kl}$
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Itemize
36776 The differentiation/integration operator 'd', the Euler's number 'e' and
36777  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36778  other variables.
36779 \end_layout
36780
36781 \begin_layout Itemize
36782 The character that denotes a 
36783 \noun on
36784 Fourier
36785 \noun default
36786  transformation is inserted either by the command 
36787 \series bold
36788
36789 \backslash
36790 mathscr
36791 \begin_inset ERT
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795
36796
36797 \backslash
36798 spce 
36799 \end_layout
36800
36801 \end_inset
36802
36803 F
36804 \series default
36805  or via the menu 
36806 \family sans
36807 Insert\SpecialChar \menuseparator
36808 Special Character\SpecialChar \menuseparator
36809 Symbols\SpecialChar \menuseparator
36810 Letterlike
36811 \begin_inset space ~
36812 \end_inset
36813
36814 Symbols
36815 \family default
36816
36817 \begin_inset Formula $\mathscr{F}$
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Standard
36824 \begin_inset Newpage newpage
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \begin_layout Section
36831 Synonyms
36832 \begin_inset Index idx
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836 Synonyms
36837 \end_layout
36838
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \begin_layout Standard
36845 Some characters and symbols can be created with several commands.
36846  Here is a list of the synonym commands:
36847 \end_layout
36848
36849 \begin_layout Standard
36850 \begin_inset VSpace bigskip
36851 \end_inset
36852
36853
36854 \begin_inset space \hfill{}
36855 \end_inset
36856
36857
36858 \begin_inset Tabular
36859 <lyxtabular version="3" rows="12" columns="2">
36860 <features tabularvalignment="middle">
36861 <column alignment="center" valignment="top" width="0pt">
36862 <column alignment="center" valignment="top" width="0pt">
36863 <row>
36864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36865 \begin_inset Text
36866
36867 \begin_layout Plain Layout
36868 Command
36869 \end_layout
36870
36871 \end_inset
36872 </cell>
36873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 equivalent to
36878 \begin_inset Note Note
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882
36883 \series bold
36884
36885 \backslash
36886 raisebox
36887 \series default
36888  is only used as spacer.
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \end_layout
36895
36896 \end_inset
36897 </cell>
36898 </row>
36899 <row>
36900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Plain Layout
36904
36905 \backslash
36906 ast
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 \begin_inset ERT
36916 status collapsed
36917
36918 \begin_layout Plain Layout
36919
36920
36921 \backslash
36922 raisebox{-1.2mm}{
36923 \end_layout
36924
36925 \end_inset
36926
36927 *
36928 \begin_inset ERT
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932
36933 }
36934 \end_layout
36935
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 </row>
36944 <row>
36945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36946 \begin_inset Text
36947
36948 \begin_layout Plain Layout
36949
36950 \backslash
36951 choose
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960
36961 \backslash
36962 binom
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 </row>
36968 <row>
36969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36970 \begin_inset Text
36971
36972 \begin_layout Plain Layout
36973
36974 \backslash
36975 geq
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36981 \begin_inset Text
36982
36983 \begin_layout Plain Layout
36984
36985 \backslash
36986 ge
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 </row>
36992 <row>
36993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997
36998 \backslash
36999 lbrace
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37005 \begin_inset Text
37006
37007 \begin_layout Plain Layout
37008 {
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 </row>
37014 <row>
37015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019
37020 \backslash
37021 lbracket
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37027 \begin_inset Text
37028
37029 \begin_layout Plain Layout
37030 [
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 </row>
37036 <row>
37037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041
37042 \backslash
37043 leftarrow
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052
37053 \backslash
37054 gets
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 </row>
37060 <row>
37061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065
37066 \backslash
37067 leq
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076
37077 \backslash
37078 le
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 </row>
37084 <row>
37085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37086 \begin_inset Text
37087
37088 \begin_layout Plain Layout
37089
37090 \backslash
37091 lor
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100
37101 \backslash
37102 vee
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 </row>
37108 <row>
37109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113
37114 \backslash
37115 neq
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124
37125 \backslash
37126 not=
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 </row>
37132 <row>
37133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137
37138 \backslash
37139 slash
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 /
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 </row>
37154 <row>
37155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159
37160 \backslash
37161 vert
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 |
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 </lyxtabular>
37177
37178 \end_inset
37179
37180
37181 \begin_inset space \hfill{}
37182 \end_inset
37183
37184
37185 \begin_inset Tabular
37186 <lyxtabular version="3" rows="12" columns="2">
37187 <features tabularvalignment="middle">
37188 <column alignment="center" valignment="top" width="0pt">
37189 <column alignment="center" valignment="top" width="0pt">
37190 <row>
37191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195 Command
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204 equivalent to
37205 \end_layout
37206
37207 \end_inset
37208 </cell>
37209 </row>
37210 <row>
37211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215
37216 \backslash
37217 backslash
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226
37227 \backslash
37228
37229 \backslash
37230
37231 \end_layout
37232
37233 \end_inset
37234 </cell>
37235 </row>
37236 <row>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241
37242 \backslash
37243 dasharrow
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252
37253 \backslash
37254 dashrightarrow
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 </row>
37260 <row>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265
37266 \backslash
37267 land
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276
37277 \backslash
37278 wedge
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 </row>
37284 <row>
37285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289
37290 \backslash
37291 rbrace
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 }
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 <row>
37307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311
37312 \backslash
37313 rbracket
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 ]
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333
37334 \backslash
37335 rightarrow
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344
37345 \backslash
37346 to
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 </row>
37352 <row>
37353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37354 \begin_inset Text
37355
37356 \begin_layout Plain Layout
37357
37358 \backslash
37359 lnot
37360 \end_layout
37361
37362 \end_inset
37363 </cell>
37364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37365 \begin_inset Text
37366
37367 \begin_layout Plain Layout
37368
37369 \backslash
37370 neg
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 </row>
37376 <row>
37377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381
37382 \backslash
37383 ne
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392
37393 \backslash
37394 not=
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 <row>
37401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37402 \begin_inset Text
37403
37404 \begin_layout Plain Layout
37405
37406 \backslash
37407 owns
37408 \end_layout
37409
37410 \end_inset
37411 </cell>
37412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37413 \begin_inset Text
37414
37415 \begin_layout Plain Layout
37416
37417 \backslash
37418 ni
37419 \end_layout
37420
37421 \end_inset
37422 </cell>
37423 </row>
37424 <row>
37425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429
37430 \backslash
37431 square
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440
37441 \backslash
37442 Box
37443 \end_layout
37444
37445 \end_inset
37446 </cell>
37447 </row>
37448 <row>
37449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37450 \begin_inset Text
37451
37452 \begin_layout Plain Layout
37453
37454 \backslash
37455 Vert
37456 \end_layout
37457
37458 \end_inset
37459 </cell>
37460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37461 \begin_inset Text
37462
37463 \begin_layout Plain Layout
37464
37465 \backslash
37466 |
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 </row>
37472 </lyxtabular>
37473
37474 \end_inset
37475
37476
37477 \begin_inset space \hfill{}
37478 \end_inset
37479
37480
37481 \end_layout
37482
37483 \begin_layout Standard
37484 \begin_inset Newpage newpage
37485 \end_inset
37486
37487
37488 \end_layout
37489
37490 \begin_layout Bibliography
37491 \labelwidthstring References
37492 \begin_inset CommandInset bibitem
37493 LatexCommand bibitem
37494 key "TLC2"
37495
37496 \end_inset
37497
37498
37499 \shape smallcaps
37500 Mittelbach, F.
37501  ; Goossens, M.
37502 \shape default
37503
37504 \shape italic
37505 The LaTeX Companion
37506 \shape default
37507 .
37508  Addison Wesley, 2004
37509 \end_layout
37510
37511 \begin_layout Bibliography
37512 \labelwidthstring References
37513 \begin_inset CommandInset bibitem
37514 LatexCommand bibitem
37515 key "Mathmode"
37516
37517 \end_inset
37518
37519
37520 \begin_inset CommandInset href
37521 LatexCommand href
37522 name "Description"
37523 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37524
37525 \end_inset
37526
37527  of LaTeX's math abilities
37528 \end_layout
37529
37530 \begin_layout Bibliography
37531 \labelwidthstring References
37532 \begin_inset CommandInset bibitem
37533 LatexCommand bibitem
37534 key "AMS"
37535
37536 \end_inset
37537
37538
37539 \begin_inset CommandInset href
37540 LatexCommand href
37541 name "Description"
37542 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37543
37544 \end_inset
37545
37546  of 
37547 \begin_inset ERT
37548 status collapsed
37549
37550 \begin_layout Plain Layout
37551
37552
37553 \backslash
37554 AmS
37555 \end_layout
37556
37557 \end_inset
37558
37559 -LaTeX
37560 \end_layout
37561
37562 \begin_layout Bibliography
37563 \labelwidthstring References
37564 \begin_inset CommandInset bibitem
37565 LatexCommand bibitem
37566 key "Symbols"
37567
37568 \end_inset
37569
37570
37571 \begin_inset CommandInset href
37572 LatexCommand href
37573 name "List"
37574 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37575
37576 \end_inset
37577
37578  of all symbols available with LaTeX-packages
37579 \end_layout
37580
37581 \begin_layout Bibliography
37582 \labelwidthstring References
37583 \begin_inset CommandInset bibitem
37584 LatexCommand bibitem
37585 key "hyperref"
37586
37587 \end_inset
37588
37589
37590 \begin_inset CommandInset href
37591 LatexCommand href
37592 name "Documentation"
37593 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37594
37595 \end_inset
37596
37597  of the LaTeX-package 
37598 \series bold
37599 hyperref
37600 \series default
37601
37602 \begin_inset Index idx
37603 status collapsed
37604
37605 \begin_layout Plain Layout
37606 Packages ! hyperref
37607 \end_layout
37608
37609 \end_inset
37610
37611
37612 \end_layout
37613
37614 \begin_layout Bibliography
37615 \labelwidthstring References
37616 \begin_inset CommandInset bibitem
37617 LatexCommand bibitem
37618 key "mhchem"
37619
37620 \end_inset
37621
37622
37623 \begin_inset CommandInset href
37624 LatexCommand href
37625 name "Documentation"
37626 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37627
37628 \end_inset
37629
37630  of the LaTeX-package 
37631 \series bold
37632 mhchem
37633 \series default
37634
37635 \begin_inset Index idx
37636 status collapsed
37637
37638 \begin_layout Plain Layout
37639 Packages ! mhchem
37640 \end_layout
37641
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \begin_layout Bibliography
37648 \labelwidthstring References
37649 \begin_inset CommandInset bibitem
37650 LatexCommand bibitem
37651 key "Mathclap"
37652
37653 \end_inset
37654
37655
37656 \begin_inset CommandInset href
37657 LatexCommand href
37658 name "Description"
37659 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37660
37661 \end_inset
37662
37663  of the command 
37664 \series bold
37665
37666 \backslash
37667 mathclap
37668 \series default
37669 , described in 
37670 \begin_inset CommandInset ref
37671 LatexCommand ref
37672 reference "sub:Operator-Limits"
37673
37674 \end_inset
37675
37676
37677 \begin_inset Index idx
37678 status collapsed
37679
37680 \begin_layout Plain Layout
37681 Commands ! M ! 
37682 \backslash
37683 mathclap
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \end_layout
37690
37691 \begin_layout Bibliography
37692 \labelwidthstring References
37693 \begin_inset CommandInset bibitem
37694 LatexCommand bibitem
37695 key "Duden"
37696
37697 \end_inset
37698
37699
37700 \emph on
37701 Duden Band 1
37702 \emph default
37703 .
37704  22.
37705  Auflage, Duden 2001
37706 \end_layout
37707
37708 \begin_layout Bibliography
37709 \labelwidthstring References
37710 \begin_inset CommandInset bibitem
37711 LatexCommand bibitem
37712 key "Checklist"
37713
37714 \end_inset
37715
37716
37717 \begin_inset CommandInset href
37718 LatexCommand href
37719 name "Check list"
37720 target "http://physics.nist.gov/Document/checklist.pdf"
37721
37722 \end_inset
37723
37724  for reviewing manuscripts
37725 \end_layout
37726
37727 \begin_layout Standard
37728 \begin_inset CommandInset index_print
37729 LatexCommand printindex
37730 type "idx"
37731
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \end_body
37738 \end_document