]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
ResetsFont docs.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 402
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="9" columns="2">
4589 <features tabularvalignment="middle">
4590 <column alignment="center" valignment="top" width="0pt">
4591 <column alignment="center" valignment="top" width="0pt">
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Command
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Result
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,
4631 \backslash
4632 dots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 ,A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1},\dots,A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 A_1
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 spce 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +
4682 \backslash
4683 dots
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 +A_n
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $A_{1}+\dots+A_{n}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 A_1
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 spce 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,
4733 \backslash
4734 ldots
4735 \begin_inset ERT
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739
4740
4741 \backslash
4742 spce 
4743 \end_layout
4744
4745 \end_inset
4746
4747 ,A_n
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 \begin_inset Formula $A_{1},\ldots,A_{n}$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 A_1
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 spce 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +
4784 \backslash
4785 cdots
4786 \begin_inset ERT
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790
4791
4792 \backslash
4793 spce 
4794 \end_layout
4795
4796 \end_inset
4797
4798 +A_n
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \backslash
4823 vdots
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 \begin_inset Formula $\vdots$
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \backslash
4848 ddots
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 \begin_inset Formula $\ddots$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \backslash
4873 iddots
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 \begin_inset Formula $\iddots$
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 3×3
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 matrix with the different dots
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 \begin_inset Formula $\begin{array}{ccc}
4910 A_{11} & \cdots & A_{1m}\\
4911 \vdots & \ddots & \vdots\\
4912 A_{n1} & \cdots & A_{nm}
4913 \end{array}$
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 </lyxtabular>
4923
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Standard
4930 The ellipses available in menu 
4931 \family sans
4932 Insert\SpecialChar \menuseparator
4933 Special
4934 \begin_inset space ~
4935 \end_inset
4936
4937 Character
4938 \family default
4939  are 
4940 \series bold
4941
4942 \backslash
4943 ldots
4944 \series default
4945 .
4946 \end_layout
4947
4948 \begin_layout Standard
4949 \begin_inset VSpace medskip
4950 \end_inset
4951
4952 To use 
4953 \series bold
4954
4955 \backslash
4956 iddots
4957 \series default
4958 , one of the options 
4959 \family sans
4960 Use mathdots package (automatically)
4961 \family default
4962  must be set in the document settings under 
4963 \family sans
4964 Math
4965 \begin_inset space ~
4966 \end_inset
4967
4968 Options
4969 \family default
4970 .
4971 \begin_inset Newline newline
4972 \end_inset
4973
4974 Using the option 
4975 \family sans
4976 Use mathdots package
4977 \family default
4978  will improve the appearance of all dots in the documents if their font
4979  style or size is not the default.
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset VSpace medskip
4984 \end_inset
4985
4986 Specially for matrices there are ellipses that span over several columns.
4987  They are created with the command 
4988 \series bold
4989
4990 \backslash
4991 hdotsfor
4992 \series default
4993
4994 \begin_inset Index idx
4995 status collapsed
4996
4997 \begin_layout Plain Layout
4998 Commands ! H ! 
4999 \backslash
5000 hdotsfor
5001 \end_layout
5002
5003 \end_inset
5004
5005 , that has the following scheme:
5006 \end_layout
5007
5008 \begin_layout Standard
5009
5010 \series bold
5011
5012 \backslash
5013 hdotsfor[distance]{number of columns}
5014 \end_layout
5015
5016 \begin_layout Standard
5017 The number of columns specifies how many columns should be spanned.
5018  Distance is a factor for the distance between the dots.
5019 \end_layout
5020
5021 \begin_layout Standard
5022 In the following matrix the command 
5023 \series bold
5024
5025 \backslash
5026 hdotsfor[2]{4}
5027 \series default
5028  was inserted in the first box of the second line, to get an ellipsis with
5029  a dot distance twice as long as with the command 
5030 \series bold
5031
5032 \backslash
5033 dots
5034 \series default
5035 :
5036 \begin_inset Formula \[
5037 \left(\begin{array}{cccc}
5038 A & B & C & D\\
5039 \hdotsfor[2]{4}\\
5040 q & w & e & r
5041 \end{array}\right)\]
5042
5043 \end_inset
5044
5045 Note that the matrix fields that should be spanned must be empty, otherwise
5046  you get LaTeX-errors.
5047 \end_layout
5048
5049 \begin_layout Standard
5050 \begin_inset VSpace bigskip
5051 \end_inset
5052
5053 Furthermore you can fill with the command 
5054 \series bold
5055
5056 \backslash
5057 dotfill
5058 \series default
5059
5060 \begin_inset Index idx
5061 status collapsed
5062
5063 \begin_layout Plain Layout
5064 Commands ! D ! 
5065 \backslash
5066 dotfill
5067 \end_layout
5068
5069 \end_inset
5070
5071  the rest of a line with dots.
5072  The effect of these commands is the same like with 
5073 \series bold
5074
5075 \backslash
5076 hfill
5077 \series default
5078 , see 
5079 \begin_inset CommandInset ref
5080 LatexCommand ref
5081 reference "sub:Variable-Space"
5082
5083 \end_inset
5084
5085 .
5086 \end_layout
5087
5088 \begin_layout Standard
5089 For example the command 
5090 \series bold
5091 A
5092 \backslash
5093 dotfill
5094 \begin_inset ERT
5095 status collapsed
5096
5097 \begin_layout Plain Layout
5098
5099
5100 \backslash
5101 spce 
5102 \end_layout
5103
5104 \end_inset
5105
5106 B
5107 \series default
5108  produces
5109 \end_layout
5110
5111 \begin_layout Standard
5112 \begin_inset Formula $A\dotfill B$
5113 \end_inset
5114
5115
5116 \end_layout
5117
5118 \begin_layout Standard
5119 Analog to
5120 \series bold
5121  
5122 \backslash
5123 dotfill
5124 \series default
5125  there is for a line the command 
5126 \series bold
5127
5128 \backslash
5129 hrulefill
5130 \series default
5131
5132 \begin_inset Index idx
5133 status collapsed
5134
5135 \begin_layout Plain Layout
5136 Commands ! H ! 
5137 \backslash
5138 hrulefill
5139 \end_layout
5140
5141 \end_inset
5142
5143 :
5144 \end_layout
5145
5146 \begin_layout Standard
5147 \begin_inset Formula $A\hrulefill B$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \begin_layout Standard
5154 To use the commands for text, they have to be inserted in TeX-mode.
5155 \end_layout
5156
5157 \begin_layout Section
5158 Matrices
5159 \begin_inset CommandInset label
5160 LatexCommand label
5161 name "sec:Matrices"
5162
5163 \end_inset
5164
5165
5166 \begin_inset Index idx
5167 status collapsed
5168
5169 \begin_layout Plain Layout
5170 Matrices
5171 \end_layout
5172
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \begin_layout Standard
5179 Matrices can be inserted via the math toolbar button 
5180 \begin_inset Graphics
5181         filename ../images/dialog-show_mathmatrix.png
5182         scale 85
5183
5184 \end_inset
5185
5186  or the menu 
5187 \family sans
5188 Insert\SpecialChar \menuseparator
5189 Math\SpecialChar \menuseparator
5190 Matrix
5191 \family default
5192 .
5193  In the matrix dialog you can specify the number of columns and rows, the
5194  alignment and the decoration.
5195  The vertical alignment is hereby only of importance for matrices in inline
5196  formulas:
5197 \end_layout
5198
5199 \begin_layout Standard
5200 The first matrix is top 
5201 \begin_inset Formula $\begin{array}[t]{cccc}
5202 A & D & G & J\\
5203 B & E & H & K\\
5204 C & F & I & L
5205 \end{array}$
5206 \end_inset
5207
5208 , the second middle 
5209 \begin_inset Formula $\begin{array}{cccc}
5210 A & D & G & J\\
5211 B & E & H & K\\
5212 C & F & I & L
5213 \end{array}$
5214 \end_inset
5215
5216  and the third bottom 
5217 \begin_inset Formula $\begin{array}[b]{cccc}
5218 A & D & G & J\\
5219 B & E & H & K\\
5220 C & F & I & L
5221 \end{array}$
5222 \end_inset
5223
5224  aligned.
5225 \end_layout
5226
5227 \begin_layout Standard
5228 The horizontal alignment specifies how the column entries should be aligned.
5229  It is set by entering a letter for every column.
5230  
5231 \emph on
5232 l
5233 \emph default
5234  denotes left aligned, 
5235 \emph on
5236 c
5237 \emph default
5238  centered and 
5239 \emph on
5240 r
5241 \emph default
5242  right aligned.
5243  To create for example a 4
5244 \series bold
5245 ×
5246 \series default
5247 4
5248 \begin_inset space ~
5249 \end_inset
5250
5251 matrix where the first column is left aligned, the second and third are
5252  centered and the last one is right aligned, one enters for the horizontal
5253  alignment 
5254 \series bold
5255 lccr
5256 \series default
5257 .
5258  Normally are in a matrix all columns centered, therefore the default is
5259  for every column is a 
5260 \series bold
5261 c
5262 \series default
5263 .
5264 \end_layout
5265
5266 \begin_layout Standard
5267 Horizontal alignment:
5268 \end_layout
5269
5270 \begin_layout Standard
5271
5272 \series bold
5273 lll
5274 \series default
5275  : 
5276 \begin_inset Formula $\begin{array}{lll}
5277 10000 & D & G\\
5278 B & 10000 & H\\
5279 C & F & 10000
5280 \end{array}$
5281 \end_inset
5282
5283  , 
5284 \series bold
5285 ccc
5286 \series default
5287  : 
5288 \begin_inset Formula $\begin{array}{ccc}
5289 10000 & D & G\\
5290 B & 10000 & H\\
5291 C & F & 10000
5292 \end{array}$
5293 \end_inset
5294
5295  , 
5296 \series bold
5297 rrr
5298 \series default
5299  : 
5300 \begin_inset Formula $\begin{array}{rrr}
5301 10000 & D & G\\
5302 B & 10000 & H\\
5303 C & F & 10000
5304 \end{array}$
5305 \end_inset
5306
5307
5308 \end_layout
5309
5310 \begin_layout Standard
5311 To add or delete rows and columns subsequently, the math toolbar buttons
5312  
5313 \begin_inset Graphics
5314         filename ../images/tabular-feature_append-row.png
5315         scale 85
5316
5317 \end_inset
5318
5319
5320 \begin_inset Graphics
5321         filename ../images/tabular-feature_delete-row.png
5322         scale 85
5323
5324 \end_inset
5325
5326 , etc.
5327 \begin_inset space \thinspace{}
5328 \end_inset
5329
5330 , or the menu 
5331 \family sans
5332 Edit\SpecialChar \menuseparator
5333 Rows & Columns
5334 \family default
5335  can be used.
5336  New rows can also be created with 
5337 \begin_inset Info
5338 type  "shortcut"
5339 arg   "newline-insert newline"
5340 \end_inset
5341
5342 .
5343 \end_layout
5344
5345 \begin_layout Standard
5346 \begin_inset VSpace bigskip
5347 \end_inset
5348
5349 The 
5350 \family sans
5351 Decoration
5352 \family default
5353  adds parentheses in the selected style around the matrix.
5354  Alternatively, parentheses can can either be created with the commands
5355  
5356 \series bold
5357
5358 \backslash
5359 left
5360 \series default
5361
5362 \begin_inset Index idx
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366 Commands ! L ! 
5367 \backslash
5368 left
5369 \end_layout
5370
5371 \end_inset
5372
5373  and 
5374 \series bold
5375
5376 \backslash
5377 right
5378 \series default
5379
5380 \begin_inset Index idx
5381 status collapsed
5382
5383 \begin_layout Plain Layout
5384 Commands ! R ! 
5385 \backslash
5386 right
5387 \end_layout
5388
5389 \end_inset
5390
5391  (shortcut 
5392 \family sans
5393 Alt+M
5394 \begin_inset space ~
5395 \end_inset
5396
5397 Parenthesis
5398 \family default
5399 ), see 
5400 \begin_inset CommandInset ref
5401 LatexCommand ref
5402 reference "sub:Automatic-Bracket-Size"
5403
5404 \end_inset
5405
5406 , or by using the following commands:
5407 \begin_inset VSpace medskip
5408 \end_inset
5409
5410
5411 \end_layout
5412
5413 \begin_layout Standard
5414 \begin_inset space \hfill{}
5415 \end_inset
5416
5417
5418 \begin_inset Tabular
5419 <lyxtabular version="3" rows="4" columns="2">
5420 <features tabularvalignment="middle">
5421 <column alignment="center" valignment="top" width="0">
5422 <column alignment="center" valignment="top" width="0">
5423 <row>
5424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Command
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Result
5438 \begin_inset Note Note
5439 status collapsed
5440
5441 \begin_layout Plain Layout
5442
5443 \series bold
5444
5445 \backslash
5446 raisebox
5447 \series default
5448  is only used as spacer.
5449 \end_layout
5450
5451 \end_inset
5452
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 <row>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464
5465 \backslash
5466 bmatrix
5467 \begin_inset ERT
5468 status collapsed
5469
5470 \begin_layout Plain Layout
5471
5472
5473 \backslash
5474 spce 
5475 \end_layout
5476
5477 \end_inset
5478
5479 2
5480 \series bold
5481 ×
5482 \series default
5483 2
5484 \begin_inset space \thinspace{}
5485 \end_inset
5486
5487 matrix
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5497 0 & \textrm{-}\mathrm{i}\\
5498 \mathrm{i} & 0
5499 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \backslash
5515 Bmatrix
5516 \begin_inset ERT
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520
5521
5522 \backslash
5523 spce 
5524 \end_layout
5525
5526 \end_inset
5527
5528 2
5529 \series bold
5530 ×
5531 \series default
5532 2
5533 \begin_inset space \thinspace{}
5534 \end_inset
5535
5536 matrix
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5546 0 & \textrm{-}\mathrm{i}\\
5547 \mathrm{i} & 0
5548 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562
5563 \backslash
5564 pmatrix
5565 \begin_inset ERT
5566 status collapsed
5567
5568 \begin_layout Plain Layout
5569
5570
5571 \backslash
5572 spce 
5573 \end_layout
5574
5575 \end_inset
5576
5577 2
5578 \series bold
5579 ×
5580 \series default
5581 2
5582 \begin_inset space \thinspace{}
5583 \end_inset
5584
5585 matrix
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5595 0 & \textrm{-}\mathrm{i}\\
5596 \mathrm{i} & 0
5597 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5598 \end_inset
5599
5600
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 </row>
5606 </lyxtabular>
5607
5608 \end_inset
5609
5610
5611 \begin_inset space \hfill{}
5612 \end_inset
5613
5614
5615 \begin_inset Tabular
5616 <lyxtabular version="3" rows="4" columns="2">
5617 <features tabularvalignment="middle">
5618 <column alignment="center" valignment="top" width="0">
5619 <column alignment="center" valignment="top" width="0">
5620 <row>
5621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 Command
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 Result
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \backslash
5647 vmatrix
5648 \begin_inset ERT
5649 status collapsed
5650
5651 \begin_layout Plain Layout
5652
5653
5654 \backslash
5655 spce 
5656 \end_layout
5657
5658 \end_inset
5659
5660 2
5661 \series bold
5662 ×
5663 \series default
5664 2
5665 \begin_inset space \thinspace{}
5666 \end_inset
5667
5668 matrix
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5678 0 & \textrm{-}\mathrm{i}\\
5679 \mathrm{i} & 0
5680 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5681 \end_inset
5682
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 </row>
5689 <row>
5690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694
5695 \backslash
5696 Vmatrix
5697 \begin_inset ERT
5698 status collapsed
5699
5700 \begin_layout Plain Layout
5701
5702
5703 \backslash
5704 spce 
5705 \end_layout
5706
5707 \end_inset
5708
5709 2
5710 \series bold
5711 ×
5712 \series default
5713 2
5714 \begin_inset space \thinspace{}
5715 \end_inset
5716
5717 matrix
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5727 0 & \textrm{-}\mathrm{i}\\
5728 \mathrm{i} & 0
5729 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5730 \end_inset
5731
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 </row>
5738 <row>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743
5744 \backslash
5745 matrix
5746 \begin_inset ERT
5747 status collapsed
5748
5749 \begin_layout Plain Layout
5750
5751
5752 \backslash
5753 spce 
5754 \end_layout
5755
5756 \end_inset
5757
5758 2
5759 \series bold
5760 ×
5761 \series default
5762 2
5763 \begin_inset space \thinspace{}
5764 \end_inset
5765
5766 matrix
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5776 0 & \textrm{-}\mathrm{i}\\
5777 \mathrm{i} & 0
5778 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 </row>
5787 </lyxtabular>
5788
5789 \end_inset
5790
5791
5792 \begin_inset space \hfill{}
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset VSpace medskip
5800 \end_inset
5801
5802 When e.
5803 \begin_inset space \thinspace{}
5804 \end_inset
5805
5806 g.
5807 \begin_inset space \space{}
5808 \end_inset
5809
5810
5811 \series bold
5812
5813 \backslash
5814 vmatrix
5815 \series default
5816  is inserted, a blue box appears between two vertical lines where the matrix
5817  is inserted.
5818 \begin_inset Newline newline
5819 \end_inset
5820
5821 Note that decorated matrices ignore the vertical alignment.
5822 \end_layout
5823
5824 \begin_layout Standard
5825 \begin_inset VSpace bigskip
5826 \end_inset
5827
5828 As all multiline formulas are matrices, the length 
5829 \series bold
5830
5831 \backslash
5832 arraycolsep
5833 \series default
5834
5835 \begin_inset Index idx
5836 status collapsed
5837
5838 \begin_layout Plain Layout
5839 Commands ! A ! 
5840 \backslash
5841 arraycolsep
5842 \end_layout
5843
5844 \end_inset
5845
5846  that is described in 
5847 \begin_inset CommandInset ref
5848 LatexCommand ref
5849 reference "sub:Column-Separation"
5850
5851 \end_inset
5852
5853  can also be used to change the column separation of matrices.
5854 \end_layout
5855
5856 \begin_layout Standard
5857 To change the row separation, the command 
5858 \series bold
5859
5860 \backslash
5861 arraystretch
5862 \series default
5863
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 Commands ! A ! 
5869 \backslash
5870 arraystretch
5871 \end_layout
5872
5873 \end_inset
5874
5875  is used.
5876  It is used as follows:
5877 \end_layout
5878
5879 \begin_layout Standard
5880
5881 \series bold
5882
5883 \backslash
5884 renewcommand{
5885 \backslash
5886 arraystretch}{stretch factor}
5887 \begin_inset Index idx
5888 status collapsed
5889
5890 \begin_layout Plain Layout
5891 Commands ! R ! 
5892 \backslash
5893 renewcommand
5894 \end_layout
5895
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \begin_layout Standard
5902 The command 
5903 \series bold
5904
5905 \backslash
5906 renewcommand
5907 \series default
5908  assigns the stretch factor to the predefined command 
5909 \series bold
5910
5911 \backslash
5912 arraystretch
5913 \series default
5914 .
5915  To double e.
5916 \begin_inset space \thinspace{}
5917 \end_inset
5918
5919 g.
5920 \begin_inset space \space{}
5921 \end_inset
5922
5923 the row separation, use the factor 2.
5924  This is then used for all following matrices.
5925  To go back to the original separation, assign the factor 1 to 
5926 \series bold
5927
5928 \backslash
5929 arraystretch
5930 \series default
5931 .
5932 \end_layout
5933
5934 \begin_layout Standard
5935 To set matrices into a text line, the command 
5936 \series bold
5937
5938 \backslash
5939 smallmatrix
5940 \series default
5941
5942 \begin_inset Index idx
5943 status collapsed
5944
5945 \begin_layout Plain Layout
5946 Commands ! S ! 
5947 \backslash
5948 smallmatrix
5949 \end_layout
5950
5951 \end_inset
5952
5953  is used.
5954  When it is inserted a blue box with two dashed lines appears.
5955  In this box the matrix is inserted.
5956 \end_layout
5957
5958 \begin_layout Standard
5959 This is a matrix 
5960 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5961 C & D
5962 \end{smallmatrix}\right)$
5963 \end_inset
5964
5965  in a text line.
5966 \end_layout
5967
5968 \begin_layout Section
5969 Brackets and Delimiters
5970 \begin_inset Index idx
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 Brackets
5975 \end_layout
5976
5977 \end_inset
5978
5979
5980 \begin_inset Index idx
5981 status collapsed
5982
5983 \begin_layout Plain Layout
5984 Delimiters
5985 \end_layout
5986
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \begin_layout Subsection
5993 Vertical Brackets and Delimiters
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 Brackets ! vertical
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Standard
6007 \begin_inset space \hfill{}
6008 \end_inset
6009
6010
6011 \begin_inset Tabular
6012 <lyxtabular version="3" rows="9" columns="2">
6013 <features tabularvalignment="middle">
6014 <column alignment="center" valignment="top" width="0pt">
6015 <column alignment="center" valignment="top" width="0pt">
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 Command
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 Result
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 (
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 \begin_inset Formula $($
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 {
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 \begin_inset Formula $\{$
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 [
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 \begin_inset Formula $[$
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 </row>
6105 <row>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \backslash
6112 langle
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $\langle$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \backslash
6137 lceil
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\lceil$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162 lfloor
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $\lfloor$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 /
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $/$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 |
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 \begin_inset Formula $|$
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 </lyxtabular>
6227
6228 \end_inset
6229
6230
6231 \begin_inset space \hfill{}
6232 \end_inset
6233
6234
6235 \begin_inset Tabular
6236 <lyxtabular version="3" rows="9" columns="2">
6237 <features tabularvalignment="middle">
6238 <column alignment="center" valignment="top" width="0pt">
6239 <column alignment="center" valignment="top" width="0pt">
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 Command
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 Result
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 )
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 \begin_inset Formula $)$
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 <row>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 }
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 \begin_inset Formula $\}$
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 ]
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 \begin_inset Formula $]$
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334
6335 \backslash
6336 rangle
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 \begin_inset Formula $\rangle$
6346 \end_inset
6347
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \backslash
6361 rceil
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 \begin_inset Formula $\rceil$
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 </row>
6379 <row>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384
6385 \backslash
6386 rfloor
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 \begin_inset Formula $\rfloor$
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409
6410 \backslash
6411
6412 \backslash
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 \begin_inset Formula $\backslash$
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436
6437 \backslash
6438 |
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 \begin_inset Formula $\|$
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 </row>
6456 </lyxtabular>
6457
6458 \end_inset
6459
6460
6461 \begin_inset space \hfill{}
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \begin_layout Standard
6468
6469 \series medium
6470 \begin_inset Note Greyedout
6471 status open
6472
6473 \begin_layout Plain Layout
6474
6475 \series bold
6476 Note:
6477 \series default
6478  In TeX-mode the command 
6479 \series bold
6480
6481 \backslash
6482 textbackslash
6483 \series default
6484
6485 \begin_inset Index idx
6486 status collapsed
6487
6488 \begin_layout Plain Layout
6489 Commands ! T ! 
6490 \backslash
6491 textbackslash
6492 \end_layout
6493
6494 \end_inset
6495
6496  must be used for the backslash, because the command 
6497 \series bold
6498
6499 \backslash
6500
6501 \backslash
6502
6503 \series default
6504  produces there a line break.
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \end_layout
6511
6512 \begin_layout Standard
6513 For all characters listed above the size can be adjusted with the commands
6514  described in the following two subsections.
6515  When using these commands, the characters < and > can directly be used
6516  instead of the commands 
6517 \series bold
6518
6519 \backslash
6520 langle
6521 \series default
6522  and 
6523 \series bold
6524
6525 \backslash
6526 rangle
6527 \series default
6528 .
6529 \end_layout
6530
6531 \begin_layout Subsubsection
6532 Manual Bracket Size
6533 \begin_inset CommandInset label
6534 LatexCommand label
6535 name "sub:Manual-Bracket-Size"
6536
6537 \end_inset
6538
6539
6540 \begin_inset Index idx
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 Bracket size ! manual
6545 \end_layout
6546
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \begin_layout Standard
6553 The bracket size can be specified manually by the LaTeX-commands 
6554 \series bold
6555
6556 \backslash
6557 big
6558 \series default
6559
6560 \begin_inset Index idx
6561 status collapsed
6562
6563 \begin_layout Plain Layout
6564 Commands ! B ! 
6565 \backslash
6566 big
6567 \end_layout
6568
6569 \end_inset
6570
6571
6572 \series bold
6573
6574 \backslash
6575 Big
6576 \series default
6577
6578 \series bold
6579
6580 \backslash
6581 bigg
6582 \series default
6583  and 
6584 \series bold
6585
6586 \backslash
6587 Bigg
6588 \series default
6589 .
6590  
6591 \series bold
6592
6593 \backslash
6594 big
6595 \series default
6596  denotes the smallest and 
6597 \series bold
6598
6599 \backslash
6600 Bigg
6601 \series default
6602  the largest bracket size.
6603 \end_layout
6604
6605 \begin_layout Standard
6606 These commands are used to emphasize levels of brackets:
6607 \end_layout
6608
6609 \begin_layout Standard
6610 \align center
6611 \begin_inset Tabular
6612 <lyxtabular version="3" rows="2" columns="2">
6613 <features tabularvalignment="middle">
6614 <column alignment="center" valignment="top" width="0pt">
6615 <column alignment="center" valignment="top" width="0pt">
6616 <row>
6617 <cell alignment="center" valignment="top" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 all brackets in the same size:
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 this looks better:
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 </lyxtabular>
6663
6664 \end_inset
6665
6666
6667 \begin_inset Note Note
6668 status collapsed
6669
6670 \begin_layout Plain Layout
6671
6672 \series bold
6673
6674 \backslash
6675 raisebox
6676 \series default
6677  is only used as spacer.
6678 \end_layout
6679
6680 \end_inset
6681
6682
6683 \end_layout
6684
6685 \begin_layout Standard
6686 For the second formula the command 
6687 \series bold
6688
6689 \backslash
6690 Big((A+B)(A-B)
6691 \backslash
6692 Big)^
6693 \begin_inset ERT
6694 status collapsed
6695
6696 \begin_layout Plain Layout
6697
6698
6699 \backslash
6700 spce 
6701 \end_layout
6702
6703 \end_inset
6704
6705 C
6706 \series default
6707  has been used.
6708 \end_layout
6709
6710 \begin_layout Standard
6711 Here is an overview about all bracket sizes:
6712 \end_layout
6713
6714 \begin_layout Standard
6715 \align center
6716
6717 \backslash
6718 Bigg(
6719 \backslash
6720 exp
6721 \backslash
6722 bigg<
6723 \backslash
6724 Big[
6725 \backslash
6726 big{
6727 \backslash
6728 ln(3x)
6729 \backslash
6730 big}^2
6731 \begin_inset ERT
6732 status collapsed
6733
6734 \begin_layout Plain Layout
6735
6736
6737 \backslash
6738 spce 
6739 \end_layout
6740
6741 \end_inset
6742
6743
6744 \backslash
6745 sin(x)
6746 \backslash
6747 Big]^
6748 \begin_inset ERT
6749 status collapsed
6750
6751 \begin_layout Plain Layout
6752
6753
6754 \backslash
6755 spce 
6756 \end_layout
6757
6758 \end_inset
6759
6760 A
6761 \begin_inset ERT
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765
6766
6767 \backslash
6768 spce 
6769 \end_layout
6770
6771 \end_inset
6772
6773
6774 \backslash
6775 bigg>
6776 \backslash
6777 Bigg)^0,5
6778 \end_layout
6779
6780 \begin_layout Standard
6781 \align center
6782 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \begin_layout Standard
6789 Besides the 
6790 \series bold
6791
6792 \backslash
6793 big
6794 \series default
6795 -commands there is the variant 
6796 \series bold
6797
6798 \backslash
6799 bigm
6800 \series default
6801
6802 \begin_inset Index idx
6803 status collapsed
6804
6805 \begin_layout Plain Layout
6806 Commands ! B ! 
6807 \backslash
6808 bigm
6809 \end_layout
6810
6811 \end_inset
6812
6813  that adds a bit more space between the bracket and its content, and the
6814  variant 
6815 \series bold
6816
6817 \backslash
6818 bigl
6819 \series default
6820 -
6821 \series bold
6822
6823 \backslash
6824 bigr
6825 \series default
6826
6827 \begin_inset Index idx
6828 status collapsed
6829
6830 \begin_layout Plain Layout
6831 Commands ! B ! 
6832 \backslash
6833 bigl - 
6834 \backslash
6835 bigr
6836 \end_layout
6837
6838 \end_inset
6839
6840 , that don't add additional space.
6841  The 
6842 \emph on
6843 l
6844 \emph default
6845  at the end of the command 
6846 \series bold
6847
6848 \backslash
6849 bigl
6850 \series default
6851  is for a left bracket; for a right bracket this will be replaced by an
6852  
6853 \emph on
6854 r
6855 \emph default
6856 .
6857  A left or right bracket can each be an opening or closing bracket.
6858 \end_layout
6859
6860 \begin_layout Standard
6861 In the following table is a comparison of the variants:
6862 \end_layout
6863
6864 \begin_layout Standard
6865 \align center
6866 \begin_inset Tabular
6867 <lyxtabular version="3" rows="5" columns="2">
6868 <features tabularvalignment="middle">
6869 <column alignment="center" valignment="middle" width="0">
6870 <column alignment="center" valignment="middle" width="0">
6871 <row>
6872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 Command
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 Result
6886 \begin_inset Note Note
6887 status collapsed
6888
6889 \begin_layout Plain Layout
6890
6891 \series bold
6892
6893 \backslash
6894 raisebox
6895 \series default
6896  is only used as spacer.
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 </row>
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \backslash
6914 Bigm(
6915 \backslash
6916 bigm(
6917 \backslash
6918 ln(3x)
6919 \backslash
6920 bigm)^2
6921 \series bold
6922
6923 \begin_inset ERT
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927
6928
6929 \backslash
6930 spce 
6931 \end_layout
6932
6933 \end_inset
6934
6935
6936 \series default
6937
6938 \backslash
6939 Bigm)
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 </row>
6957 <row>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \backslash
6964 Big(
6965 \backslash
6966 big(
6967 \backslash
6968 ln(3x)
6969 \backslash
6970 big)^2
6971 \series bold
6972
6973 \begin_inset ERT
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977
6978
6979 \backslash
6980 spce 
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \series default
6987
6988 \backslash
6989 Big)
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012
7013 \backslash
7014 Bigl(
7015 \backslash
7016 bigl(
7017 \backslash
7018 ln(3x)
7019 \backslash
7020 bigr)^2
7021 \series bold
7022
7023 \begin_inset ERT
7024 status collapsed
7025
7026 \begin_layout Plain Layout
7027
7028
7029 \backslash
7030 spce 
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \series default
7037
7038 \backslash
7039 Bigr)
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \backslash
7064 bigl)
7065 \backslash
7066 ln(3x)
7067 \backslash
7068 bigr(
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7078 \end_inset
7079
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 </lyxtabular>
7087
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \begin_layout Subsubsection
7094 Automatic Bracket Size
7095 \begin_inset CommandInset label
7096 LatexCommand label
7097 name "sub:Automatic-Bracket-Size"
7098
7099 \end_inset
7100
7101
7102 \begin_inset Index idx
7103 status collapsed
7104
7105 \begin_layout Plain Layout
7106 Bracket size ! automatic
7107 \end_layout
7108
7109 \end_inset
7110
7111
7112 \end_layout
7113
7114 \begin_layout Standard
7115 Brackets with variable size can be inserted with the commands 
7116 \series bold
7117
7118 \backslash
7119 left
7120 \series default
7121
7122 \begin_inset Index idx
7123 status collapsed
7124
7125 \begin_layout Plain Layout
7126 Commands ! L ! 
7127 \backslash
7128 left
7129 \end_layout
7130
7131 \end_inset
7132
7133  and 
7134 \series bold
7135
7136 \backslash
7137 right
7138 \series default
7139
7140 \begin_inset Index idx
7141 status collapsed
7142
7143 \begin_layout Plain Layout
7144 Commands ! R ! 
7145 \backslash
7146 right
7147 \end_layout
7148
7149 \end_inset
7150
7151  or via the math toolbar button 
7152 \begin_inset Graphics
7153         filename ../images/dialog-show_mathdelimiter.png
7154         scale 85
7155
7156 \end_inset
7157
7158 .
7159  Directly behind 
7160 \series bold
7161
7162 \backslash
7163 left
7164 \series default
7165  and 
7166 \series bold
7167
7168 \backslash
7169 right
7170 \series default
7171  the wanted bracket must be inserted.
7172  The bracket size will then automatically be calculated for the output.
7173 \end_layout
7174
7175 \begin_layout Standard
7176 \align center
7177 normal bracket: The command 
7178 \series bold
7179
7180 \backslash
7181 ln(
7182 \backslash
7183 frac
7184 \begin_inset ERT
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188
7189
7190 \backslash
7191 spce 
7192 \end_layout
7193
7194 \end_inset
7195
7196 A
7197 \begin_inset Formula $\downarrow$
7198 \end_inset
7199
7200 C
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206
7207 \backslash
7208 spce 
7209 \end_layout
7210
7211 \end_inset
7212
7213 )
7214 \series default
7215  creates
7216 \begin_inset Formula \[
7217 \ln(\frac{A}{C})\]
7218
7219 \end_inset
7220
7221
7222 \end_layout
7223
7224 \begin_layout Standard
7225 \align center
7226 multiline bracket: The command 
7227 \series bold
7228
7229 \backslash
7230 ln
7231 \backslash
7232 left(
7233 \backslash
7234 frac
7235 \begin_inset ERT
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239
7240
7241 \backslash
7242 spce 
7243 \end_layout
7244
7245 \end_inset
7246
7247 A
7248 \begin_inset Formula $\downarrow$
7249 \end_inset
7250
7251 C
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257
7258 \backslash
7259 spce 
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \backslash
7266 right)
7267 \series default
7268  creates
7269 \begin_inset Formula \[
7270 \ln\left(\frac{A}{C}\right)\]
7271
7272 \end_inset
7273
7274
7275 \end_layout
7276
7277 \begin_layout Standard
7278 Instead of 
7279 \series bold
7280
7281 \backslash
7282 left
7283 \series default
7284  and 
7285 \series bold
7286
7287 \backslash
7288 right
7289 \series default
7290  the shortcut 
7291 \family sans
7292 Alt+M
7293 \begin_inset space ~
7294 \end_inset
7295
7296 Bracket
7297 \family default
7298  can be used.
7299  This has the advantage that you can see in LyX immediately the real bracket
7300  size and that the matching right bracket will be created too.
7301 \begin_inset Newline newline
7302 \end_inset
7303
7304 The command for the last example would then be: 
7305 \series bold
7306
7307 \backslash
7308 ln Alt+M
7309 \series default
7310  
7311 \series bold
7312 (
7313 \backslash
7314 frac
7315 \begin_inset ERT
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320
7321 \backslash
7322 spce 
7323 \end_layout
7324
7325 \end_inset
7326
7327 A
7328 \begin_inset Formula $\downarrow$
7329 \end_inset
7330
7331 C
7332 \end_layout
7333
7334 \begin_layout Standard
7335 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7336  For example the command 
7337 \series bold
7338
7339 \backslash
7340 left.
7341 \backslash
7342 frac
7343 \begin_inset ERT
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347
7348
7349 \backslash
7350 spce 
7351 \end_layout
7352
7353 \end_inset
7354
7355 A
7356 \begin_inset Formula $\downarrow$
7357 \end_inset
7358
7359 B
7360 \begin_inset ERT
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364
7365
7366 \backslash
7367 spce 
7368 \end_layout
7369
7370 \end_inset
7371
7372
7373 \backslash
7374 right}
7375 \series default
7376  creates:
7377 \series bold
7378
7379 \begin_inset Formula \[
7380 \left.\frac{A}{B}\right\} \]
7381
7382 \end_inset
7383
7384
7385 \series default
7386 The commands 
7387 \series bold
7388
7389 \backslash
7390 left
7391 \series default
7392  and 
7393 \series bold
7394
7395 \backslash
7396 right
7397 \series default
7398  will be converted by LyX to brackets in the right size when the document
7399  is reloaded and an omitted bracket will appear as dashed line.
7400 \end_layout
7401
7402 \begin_layout Standard
7403 \begin_inset VSpace bigskip
7404 \end_inset
7405
7406 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7407  the command 
7408 \series bold
7409
7410 \backslash
7411 middle
7412 \series default
7413
7414 \begin_inset Index idx
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418 Commands ! M ! 
7419 \backslash
7420 middle
7421 \end_layout
7422
7423 \end_inset
7424
7425  is additionally available for all brackets and limits.
7426  With this command the height of the following character is adapted to the
7427  one of the surrounding brackets, what is e.
7428 \begin_inset space \thinspace{}
7429 \end_inset
7430
7431 g.
7432 \begin_inset space \space{}
7433 \end_inset
7434
7435 needed for physical vectors:
7436 \begin_inset Formula \[
7437 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7438
7439 \end_inset
7440
7441 For physical vectors there is a special LaTeX-package, described in 
7442 \begin_inset CommandInset ref
7443 LatexCommand ref
7444 reference "sub:Physical-Vectors"
7445
7446 \end_inset
7447
7448 .
7449 \end_layout
7450
7451 \begin_layout Subsection
7452 Horizontal Brackets
7453 \begin_inset Index idx
7454 status collapsed
7455
7456 \begin_layout Plain Layout
7457 Brackets ! horizontal
7458 \end_layout
7459
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \begin_layout Standard
7466 \align center
7467 \begin_inset Tabular
7468 <lyxtabular version="3" rows="4" columns="2">
7469 <features tabularvalignment="middle">
7470 <column alignment="center" valignment="top" width="0pt">
7471 <column alignment="center" valignment="top" width="0pt">
7472 <row>
7473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 Command
7478 \begin_inset Note Note
7479 status collapsed
7480
7481 \begin_layout Plain Layout
7482
7483 \series bold
7484
7485 \backslash
7486 raisebox
7487 \series default
7488  is only used as spacer.
7489 \end_layout
7490
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 Result
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 \begin_inset ERT
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517
7518
7519 \backslash
7520 raisebox{2.3mm}{
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \backslash
7527 overbrace
7528 \begin_inset ERT
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532
7533
7534 \backslash
7535 spce 
7536 \end_layout
7537
7538 \end_inset
7539
7540 A+B
7541 \begin_inset ERT
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545
7546
7547 \backslash
7548 spce 
7549 \end_layout
7550
7551 \end_inset
7552
7553 ^
7554 \begin_inset ERT
7555 status collapsed
7556
7557 \begin_layout Plain Layout
7558
7559
7560 \backslash
7561 spce 
7562 \end_layout
7563
7564 \end_inset
7565
7566 3
7567 \begin_inset ERT
7568 status collapsed
7569
7570 \begin_layout Plain Layout
7571
7572 }
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \begin_inset Index idx
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582 Commands ! O ! 
7583 \backslash
7584 overbrace
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 \begin_inset Formula $\overbrace{A+B}^{3}$
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 \begin_inset ERT
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616
7617
7618 \backslash
7619 raisebox{-2.2mm}{
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \backslash
7626 underbrace
7627 \begin_inset ERT
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631
7632
7633 \backslash
7634 spce 
7635 \end_layout
7636
7637 \end_inset
7638
7639 A+B
7640 \begin_inset ERT
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644
7645
7646 \backslash
7647 spce 
7648 \end_layout
7649
7650 \end_inset
7651
7652 _5
7653 \begin_inset ERT
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657
7658 }
7659 \end_layout
7660
7661 \end_inset
7662
7663
7664 \begin_inset Index idx
7665 status collapsed
7666
7667 \begin_layout Plain Layout
7668 Commands ! U ! 
7669 \backslash
7670 underbrace
7671 \end_layout
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 \begin_inset Formula $\underbrace{A+B}_{5}$
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \backslash
7700 overbrace
7701 \begin_inset ERT
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706
7707 \backslash
7708 spce 
7709 \end_layout
7710
7711 \end_inset
7712
7713
7714 \backslash
7715 underbrace
7716 \begin_inset ERT
7717 status collapsed
7718
7719 \begin_layout Plain Layout
7720
7721
7722 \backslash
7723 spce 
7724 \end_layout
7725
7726 \end_inset
7727
7728 A+B_w
7729 \begin_inset ERT
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733
7734
7735 \backslash
7736 spce 
7737 \end_layout
7738
7739 \end_inset
7740
7741
7742 \begin_inset ERT
7743 status collapsed
7744
7745 \begin_layout Plain Layout
7746
7747
7748 \backslash
7749 spce 
7750 \end_layout
7751
7752 \end_inset
7753
7754 _7
7755 \begin_inset ERT
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759
7760
7761 \backslash
7762 spce 
7763 \end_layout
7764
7765 \end_inset
7766
7767
7768 \begin_inset ERT
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772
7773
7774 \backslash
7775 spce 
7776 \end_layout
7777
7778 \end_inset
7779
7780 ^
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 spce 
7789 \end_layout
7790
7791 \end_inset
7792
7793 C
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7803 \end_inset
7804
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 </lyxtabular>
7812
7813 \end_inset
7814
7815
7816 \end_layout
7817
7818 \begin_layout Standard
7819 In the last example it doesn't matter if 
7820 \series bold
7821
7822 \backslash
7823 overbrace
7824 \series default
7825  or 
7826 \series bold
7827
7828 \backslash
7829 underbrace
7830 \series default
7831  is inserted at first.
7832 \end_layout
7833
7834 \begin_layout Standard
7835 \begin_inset VSpace bigskip
7836 \end_inset
7837
7838 When brackets are needed that overlap each other, multiline formulas, as
7839  described in 
7840 \begin_inset CommandInset ref
7841 LatexCommand ref
7842 reference "sec:Multiline-Formulas"
7843
7844 \end_inset
7845
7846 , must be used:
7847 \begin_inset Formula \begin{eqnarray*}
7848 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7849  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7850 \end{eqnarray*}
7851
7852 \end_inset
7853
7854 In the first row the formula is inserted together with the first brace.
7855  It is hereby important that the space command
7856 \begin_inset Foot
7857 status collapsed
7858
7859 \begin_layout Plain Layout
7860 Space commands are explained in 
7861 \begin_inset CommandInset ref
7862 LatexCommand ref
7863 reference "sub:Predefined-Space"
7864
7865 \end_inset
7866
7867 .
7868 \end_layout
7869
7870 \end_inset
7871
7872  
7873 \series bold
7874
7875 \backslash
7876 :
7877 \series default
7878  is inserted before the first 
7879 \begin_inset Formula $d$
7880 \end_inset
7881
7882 , because the brace that ends behind the 
7883 \begin_inset Formula $q$
7884 \end_inset
7885
7886  prevents that the following 
7887 \begin_inset Quotes eld
7888 \end_inset
7889
7890 +
7891 \begin_inset Quotes erd
7892 \end_inset
7893
7894  is surrounded by space.
7895 \begin_inset Foot
7896 status collapsed
7897
7898 \begin_layout Plain Layout
7899 because a bracket is not handled as character, see 
7900 \begin_inset CommandInset ref
7901 LatexCommand ref
7902 reference "sub:Binary-Operators"
7903
7904 \end_inset
7905
7906
7907 \end_layout
7908
7909 \end_inset
7910
7911  In the second row the second brace is inserted.
7912  As it should begin before the 
7913 \begin_inset Formula $b$
7914 \end_inset
7915
7916 , first the command 
7917 \series bold
7918
7919 \backslash
7920 hphantom{gggg+
7921 \backslash
7922 :}
7923 \series default
7924  is inserted.
7925 \begin_inset Foot
7926 status collapsed
7927
7928 \begin_layout Plain Layout
7929 more about 
7930 \series bold
7931
7932 \backslash
7933 hphantom
7934 \series default
7935  see 
7936 \begin_inset CommandInset ref
7937 LatexCommand ref
7938 reference "sub:Placeholders"
7939
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \end_inset
7946
7947  This space is needed because the 
7948 \begin_inset Quotes eld
7949 \end_inset
7950
7951 +
7952 \begin_inset Quotes erd
7953 \end_inset
7954
7955  is also surrounded by space in the formula.
7956  The brace is placed under the command 
7957 \series bold
7958
7959 \backslash
7960 hphantom{bbqq+dddd}
7961 \series default
7962 .
7963 \end_layout
7964
7965 \begin_layout Standard
7966 It gets more complicated when brackets overlap each other, like in the following
7967  example:
7968 \begin_inset ERT
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972
7973
7974 \backslash
7975 setlength{
7976 \backslash
7977 jot}{-6pt}
7978 \end_layout
7979
7980 \end_inset
7981
7982
7983 \begin_inset Formula \begin{eqnarray*}
7984  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7985 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7986 \end{eqnarray*}
7987
7988 \end_inset
7989
7990
7991 \begin_inset ERT
7992 status collapsed
7993
7994 \begin_layout Plain Layout
7995
7996
7997 \backslash
7998 setlength{
7999 \backslash
8000 jot}{3pt}
8001 \end_layout
8002
8003 \end_inset
8004
8005 The first formula row is the same as the second row of the previous example,
8006  with the difference that the brace is above.
8007  The second row contains the formula together with the second brace.
8008  To avoid that there is space between the upper brace in the first row and
8009  the formula, the row spacing need to be reduced.
8010  This is not easily possible due to a bug in LyX
8011 \begin_inset Foot
8012 status collapsed
8013
8014 \begin_layout Plain Layout
8015 \begin_inset CommandInset href
8016 LatexCommand href
8017 name "LyX-bug #1505"
8018 target "http://www.lyx.org/trac/ticket/1505"
8019
8020 \end_inset
8021
8022
8023 \end_layout
8024
8025 \end_inset
8026
8027 .
8028  As solution for the problem, the global formula row separation 
8029 \series bold
8030
8031 \backslash
8032 jot
8033 \series default
8034
8035 \begin_inset Index idx
8036 status collapsed
8037
8038 \begin_layout Plain Layout
8039 Commands ! J ! 
8040 \backslash
8041 jot
8042 \end_layout
8043
8044 \end_inset
8045
8046  must be changed to -6
8047 \begin_inset space \thinspace{}
8048 \end_inset
8049
8050 pt before the formula with the command 
8051 \series bold
8052
8053 \backslash
8054 setlength{
8055 \backslash
8056 jot}{-6pt}
8057 \series default
8058  in TeX-mode.
8059  
8060 \series bold
8061
8062 \backslash
8063 jot
8064 \series default
8065  is set back after the formula to the standard value of 3
8066 \begin_inset space \thinspace{}
8067 \end_inset
8068
8069 pt using the same command.
8070  More about the row separation in formulas is explained in 
8071 \begin_inset CommandInset ref
8072 LatexCommand ref
8073 reference "sub:Line-Separation"
8074
8075 \end_inset
8076
8077 .
8078 \end_layout
8079
8080 \begin_layout Section
8081 Arrows
8082 \begin_inset Index idx
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 Arrows
8087 \end_layout
8088
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \begin_layout Standard
8095 Arrows can be inserted via the math toolbar button 
8096 \begin_inset Graphics
8097         filename ../images/math/leftarrow.png
8098         scale 85
8099
8100 \end_inset
8101
8102  or the commands listed in the following subsections.
8103 \end_layout
8104
8105 \begin_layout Standard
8106 \begin_inset Newpage newpage
8107 \end_inset
8108
8109
8110 \end_layout
8111
8112 \begin_layout Subsection
8113 Horizontal Arrows
8114 \begin_inset Index idx
8115 status collapsed
8116
8117 \begin_layout Plain Layout
8118 Arrows ! horizontal
8119 \end_layout
8120
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \begin_layout Standard
8127 \begin_inset space \hfill{}
8128 \end_inset
8129
8130
8131 \begin_inset Tabular
8132 <lyxtabular version="3" rows="8" columns="2">
8133 <features tabularvalignment="middle">
8134 <column alignment="center" valignment="top" width="0pt">
8135 <column alignment="center" valignment="top" width="0pt">
8136 <row>
8137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Command
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Result
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \backslash
8163 gets
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 \begin_inset Formula $\gets$
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \backslash
8188 Leftarrow
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 \begin_inset Formula $\Leftarrow$
8198 \end_inset
8199
8200
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 longleftarrow
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\longleftarrow$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 Longleftarrow
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\Longleftarrow$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 leftharpoonup
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\leftharpoonup$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 leftharpoondown
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\leftharpoondown$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 hookleftarrow
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 \begin_inset Formula $\hookleftarrow$
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 </lyxtabular>
8332
8333 \end_inset
8334
8335
8336 \begin_inset space \hfill{}
8337 \end_inset
8338
8339
8340 \begin_inset Tabular
8341 <lyxtabular version="3" rows="8" columns="2">
8342 <features tabularvalignment="middle">
8343 <column alignment="center" valignment="top" width="0pt">
8344 <column alignment="center" valignment="top" width="0pt">
8345 <row>
8346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 Command
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Result
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \backslash
8372 to
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 \begin_inset Formula $\to$
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \backslash
8397 Rightarrow
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\Rightarrow$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 longrightarrow
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 \begin_inset Formula $\longrightarrow$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \backslash
8447 Longrightarrow
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 \begin_inset Formula $\Longrightarrow$
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \backslash
8472 rightharpoonup
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 \begin_inset Formula $\rightharpoonup$
8482 \end_inset
8483
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \backslash
8497 rightharpoondown
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 \begin_inset Formula $\rightharpoondown$
8507 \end_inset
8508
8509
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \backslash
8522 hookrightarrow
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 \begin_inset Formula $\hookrightarrow$
8532 \end_inset
8533
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 </lyxtabular>
8541
8542 \end_inset
8543
8544
8545 \begin_inset space \hfill{}
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \begin_layout Standard
8552 \begin_inset space \hfill{}
8553 \end_inset
8554
8555
8556 \begin_inset Tabular
8557 <lyxtabular version="3" rows="6" columns="2">
8558 <features tabularvalignment="middle">
8559 <column alignment="center" valignment="top" width="0pt">
8560 <column alignment="center" valignment="top" width="0pt">
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Command
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Result
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \backslash
8588 leftrightarrow
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 \begin_inset Formula $\leftrightarrow$
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \backslash
8613 Leftrightarrow
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 \begin_inset Formula $\Leftrightarrow$
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \backslash
8638 longleftrightarrow
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 \begin_inset Formula $\longleftrightarrow$
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \backslash
8663 Longleftrightarrow
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 \begin_inset Formula $\Longleftrightarrow$
8673 \end_inset
8674
8675
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \backslash
8688 rightleftharpoons
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 \begin_inset Formula $\rightleftharpoons$
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 </lyxtabular>
8707
8708 \end_inset
8709
8710
8711 \begin_inset space \hspace{}
8712 \length 25pt
8713 \end_inset
8714
8715
8716 \begin_inset space \hfill{}
8717 \end_inset
8718
8719
8720 \begin_inset Tabular
8721 <lyxtabular version="3" rows="5" columns="2">
8722 <features tabularvalignment="middle">
8723 <column alignment="center" valignment="top" width="0pt">
8724 <column alignment="center" valignment="top" width="0pt">
8725 <row>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Command
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Result
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \backslash
8752 mapsto
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 \begin_inset Formula $\mapsto$
8762 \end_inset
8763
8764
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \backslash
8777 longmapsto
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 \begin_inset Formula $\longmapsto$
8787 \end_inset
8788
8789
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \backslash
8802 leadsto
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 \begin_inset Formula $\leadsto$
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \backslash
8827 dasharrow
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 \begin_inset Formula $\dasharrow$
8837 \end_inset
8838
8839
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 </lyxtabular>
8846
8847 \end_inset
8848
8849
8850 \begin_inset space \hfill{}
8851 \end_inset
8852
8853
8854 \end_layout
8855
8856 \begin_layout Standard
8857 \begin_inset VSpace medskip
8858 \end_inset
8859
8860 Arrows used as accent like e.
8861 \begin_inset space \thinspace{}
8862 \end_inset
8863
8864 g.
8865 \begin_inset space \space{}
8866 \end_inset
8867
8868 vector arrows are listed in 
8869 \begin_inset CommandInset ref
8870 LatexCommand ref
8871 reference "sec:Accents"
8872
8873 \end_inset
8874
8875 .
8876 \end_layout
8877
8878 \begin_layout Standard
8879 \begin_inset VSpace bigskip
8880 \end_inset
8881
8882 Furthermore there are the labeled arrows
8883 \begin_inset Index idx
8884 status collapsed
8885
8886 \begin_layout Plain Layout
8887 Arrows ! labeled
8888 \end_layout
8889
8890 \end_inset
8891
8892  
8893 \series bold
8894
8895 \backslash
8896 xleftarrow
8897 \series default
8898
8899 \begin_inset Index idx
8900 status collapsed
8901
8902 \begin_layout Plain Layout
8903 Commands ! X ! 
8904 \backslash
8905 xleftarrow
8906 \end_layout
8907
8908 \end_inset
8909
8910  and 
8911 \series bold
8912
8913 \backslash
8914 xrightarrow
8915 \series default
8916
8917 \begin_inset Index idx
8918 status collapsed
8919
8920 \begin_layout Plain Layout
8921 Commands ! X ! 
8922 \backslash
8923 xrightarrow
8924 \begin_inset ERT
8925 status collapsed
8926
8927 \begin_layout Plain Layout
8928
8929
8930 \backslash
8931 vspace{4mm}
8932 \end_layout
8933
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \end_inset
8940
8941 .
8942  When inserting one of these commands in a formula, an arrow with two blue
8943  boxes appear where the label can be inserted.
8944  The length of the arrow adapts to the label width.
8945 \end_layout
8946
8947 \begin_layout Standard
8948 \align center
8949 \begin_inset Tabular
8950 <lyxtabular version="3" rows="3" columns="2">
8951 <features tabularvalignment="middle">
8952 <column alignment="center" valignment="top" width="0pt">
8953 <column alignment="center" valignment="top" width="0pt">
8954 <row>
8955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Command
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Result
8969 \begin_inset Note Note
8970 status collapsed
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975
8976 \backslash
8977 raisebox
8978 \series default
8979  is only used as spacer.
8980 \end_layout
8981
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 F(a)
8996 \backslash
8997 xleftarrow
8998 \begin_inset ERT
8999 status collapsed
9000
9001 \begin_layout Plain Layout
9002
9003
9004 \backslash
9005 spce 
9006 \end_layout
9007
9008 \end_inset
9009
9010 x=a
9011 \begin_inset Formula $\downarrow$
9012 \end_inset
9013
9014 x>0
9015 \begin_inset Formula $\to$
9016 \end_inset
9017
9018 F(x)
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 F(x)
9042 \backslash
9043 xrightarrow
9044 \begin_inset ERT
9045 status collapsed
9046
9047 \begin_layout Plain Layout
9048
9049
9050 \backslash
9051 spce 
9052 \end_layout
9053
9054 \end_inset
9055
9056 x=a
9057 \begin_inset Formula $\downarrow$
9058 \end_inset
9059
9060 x>0
9061 \begin_inset Formula $\to$
9062 \end_inset
9063
9064 F(a)
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9074 \end_inset
9075
9076
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 </lyxtabular>
9083
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \begin_layout Subsection
9090 Vertical and diagonal Arrows
9091 \begin_inset Index idx
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095 Arrows ! diagonal
9096 \end_layout
9097
9098 \end_inset
9099
9100
9101 \begin_inset Index idx
9102 status collapsed
9103
9104 \begin_layout Plain Layout
9105 Arrows ! vertical
9106 \end_layout
9107
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \begin_layout Standard
9114 \begin_inset space \hfill{}
9115 \end_inset
9116
9117
9118 \begin_inset Tabular
9119 <lyxtabular version="3" rows="7" columns="2">
9120 <features tabularvalignment="middle">
9121 <column alignment="center" valignment="top" width="0pt">
9122 <column alignment="center" valignment="top" width="0pt">
9123 <row>
9124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Command
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Result
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \backslash
9150 uparrow
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 \begin_inset Formula $\uparrow$
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \backslash
9175 Uparrow
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 \begin_inset Formula $\Uparrow$
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 <row>
9194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198
9199 \backslash
9200 updownarrow
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 \begin_inset Formula $\updownarrow$
9210 \end_inset
9211
9212
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \backslash
9225 Updownarrow
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 \begin_inset Formula $\Updownarrow$
9235 \end_inset
9236
9237
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \backslash
9250 Downarrow
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 \begin_inset Formula $\Downarrow$
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \backslash
9275 downarrow
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 \begin_inset Formula $\downarrow$
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 </row>
9293 </lyxtabular>
9294
9295 \end_inset
9296
9297
9298 \begin_inset space \hfill{}
9299 \end_inset
9300
9301
9302 \begin_inset Tabular
9303 <lyxtabular version="3" rows="5" columns="2">
9304 <features tabularvalignment="middle">
9305 <column alignment="center" valignment="top" width="0pt">
9306 <column alignment="center" valignment="top" width="0pt">
9307 <row>
9308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Command
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 Result
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \backslash
9334 nearrow
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 \begin_inset Formula $\nearrow$
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \backslash
9359 searrow
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 \begin_inset Formula $\searrow$
9369 \end_inset
9370
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \backslash
9384 swarrow
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 \begin_inset Formula $\swarrow$
9394 \end_inset
9395
9396
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \backslash
9409 nwarrow
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 \begin_inset Formula $\nwarrow$
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 </lyxtabular>
9428
9429 \end_inset
9430
9431
9432 \begin_inset space \hfill{}
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \begin_layout Standard
9439 \begin_inset VSpace medskip
9440 \end_inset
9441
9442 Vertical arrows can be used also as delimiter together with the commands
9443  described in 
9444 \begin_inset CommandInset ref
9445 LatexCommand ref
9446 reference "sub:Manual-Bracket-Size"
9447
9448 \end_inset
9449
9450  and 
9451 \begin_inset CommandInset ref
9452 LatexCommand ref
9453 reference "sub:Automatic-Bracket-Size"
9454
9455 \end_inset
9456
9457 .
9458 \end_layout
9459
9460 \begin_layout Standard
9461 \begin_inset Newpage newpage
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \begin_layout Section
9468 Accents
9469 \begin_inset CommandInset label
9470 LatexCommand label
9471 name "sec:Accents"
9472
9473 \end_inset
9474
9475
9476 \begin_inset Index idx
9477 status collapsed
9478
9479 \begin_layout Plain Layout
9480 Accents
9481 \end_layout
9482
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \begin_layout Standard
9489 Accents can be inserted via the math toolbar button 
9490 \begin_inset Graphics
9491         filename ../images/math/hat.png
9492         scale 85
9493
9494 \end_inset
9495
9496  or the commands listed in the following subsections.
9497 \end_layout
9498
9499 \begin_layout Subsection
9500 Accents for one Character
9501 \begin_inset ERT
9502 status collapsed
9503
9504 \begin_layout Plain Layout
9505
9506
9507 \backslash
9508 texorpdfstring{
9509 \end_layout
9510
9511 \end_inset
9512
9513
9514 \begin_inset Foot
9515 status collapsed
9516
9517 \begin_layout Plain Layout
9518 accents in text see 
9519 \begin_inset CommandInset ref
9520 LatexCommand ref
9521 reference "sub:Accents-in-Text"
9522
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536 }{}
9537 \end_layout
9538
9539 \end_inset
9540
9541
9542 \begin_inset Note Note
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546
9547 \backslash
9548 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9549 \end_layout
9550
9551 \begin_layout Plain Layout
9552 More about 
9553 \backslash
9554 texorpdfstring is in section 
9555 \begin_inset CommandInset ref
9556 LatexCommand ref
9557 reference "sub:Formulas-in-Section"
9558
9559 \end_inset
9560
9561 .
9562 \end_layout
9563
9564 \end_inset
9565
9566
9567 \begin_inset CommandInset label
9568 LatexCommand label
9569 name "sub:Accents-for-one"
9570
9571 \end_inset
9572
9573
9574 \begin_inset Index idx
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578 Accents ! for one character
9579 \end_layout
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Standard
9587 \begin_inset space \hfill{}
9588 \end_inset
9589
9590
9591 \begin_inset Tabular
9592 <lyxtabular version="3" rows="8" columns="2">
9593 <features tabularvalignment="middle">
9594 <column alignment="center" valignment="top" width="0pt">
9595 <column alignment="center" valignment="top" width="0pt">
9596 <row>
9597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 Command
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 Result
9611 \begin_inset Note Note
9612 status collapsed
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617
9618 \backslash
9619 raisebox
9620 \series default
9621  is only used as spacer.
9622 \end_layout
9623
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \backslash
9639 dot
9640 \begin_inset ERT
9641 status collapsed
9642
9643 \begin_layout Plain Layout
9644
9645
9646 \backslash
9647 spce 
9648 \end_layout
9649
9650 \end_inset
9651
9652 A
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 <row>
9671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \backslash
9677 ddot
9678 \begin_inset ERT
9679 status collapsed
9680
9681 \begin_layout Plain Layout
9682
9683
9684 \backslash
9685 spce 
9686 \end_layout
9687
9688 \end_inset
9689
9690 A
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row>
9709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \backslash
9715 dddot
9716 \begin_inset ERT
9717 status collapsed
9718
9719 \begin_layout Plain Layout
9720
9721
9722 \backslash
9723 spce 
9724 \end_layout
9725
9726 \end_inset
9727
9728 A
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9738 \end_inset
9739
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 </row>
9746 <row>
9747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \backslash
9753 ddddot
9754 \begin_inset ERT
9755 status collapsed
9756
9757 \begin_layout Plain Layout
9758
9759
9760 \backslash
9761 spce 
9762 \end_layout
9763
9764 \end_inset
9765
9766 A
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \backslash
9791 vec
9792 \begin_inset ERT
9793 status collapsed
9794
9795 \begin_layout Plain Layout
9796
9797
9798 \backslash
9799 spce 
9800 \end_layout
9801
9802 \end_inset
9803
9804 A
9805 \begin_inset Index idx
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809 Vectors
9810 \end_layout
9811
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 bar
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845
9846 \backslash
9847 spce 
9848 \end_layout
9849
9850 \end_inset
9851
9852 A
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 mathring
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 spce 
9886 \end_layout
9887
9888 \end_inset
9889
9890 A
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9900 \end_inset
9901
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 </lyxtabular>
9909
9910 \end_inset
9911
9912
9913 \begin_inset space \hfill{}
9914 \end_inset
9915
9916
9917 \begin_inset Tabular
9918 <lyxtabular version="3" rows="7" columns="2">
9919 <features tabularvalignment="middle">
9920 <column alignment="center" valignment="top" width="0pt">
9921 <column alignment="center" valignment="top" width="0pt">
9922 <row>
9923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Command
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 Result
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \backslash
9949 tilde
9950 \begin_inset ERT
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955
9956 \backslash
9957 spce 
9958 \end_layout
9959
9960 \end_inset
9961
9962 A
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9972 \end_inset
9973
9974
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row>
9981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \backslash
9987 hat
9988 \begin_inset ERT
9989 status collapsed
9990
9991 \begin_layout Plain Layout
9992
9993
9994 \backslash
9995 spce 
9996 \end_layout
9997
9998 \end_inset
9999
10000 A
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \backslash
10025 check
10026 \begin_inset ERT
10027 status collapsed
10028
10029 \begin_layout Plain Layout
10030
10031
10032 \backslash
10033 spce 
10034 \end_layout
10035
10036 \end_inset
10037
10038 A
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \backslash
10063 acute
10064 \begin_inset ERT
10065 status collapsed
10066
10067 \begin_layout Plain Layout
10068
10069
10070 \backslash
10071 spce 
10072 \end_layout
10073
10074 \end_inset
10075
10076 A
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10086 \end_inset
10087
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \backslash
10101 grave
10102 \begin_inset ERT
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106
10107
10108 \backslash
10109 spce 
10110 \end_layout
10111
10112 \end_inset
10113
10114 A
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \backslash
10139 breve
10140 \begin_inset ERT
10141 status collapsed
10142
10143 \begin_layout Plain Layout
10144
10145
10146 \backslash
10147 spce 
10148 \end_layout
10149
10150 \end_inset
10151
10152 A
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 </lyxtabular>
10171
10172 \end_inset
10173
10174
10175 \begin_inset space \hfill{}
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Standard
10182 \begin_inset VSpace bigskip
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 You can directly insert accents like é to formulas.
10190  LyX will transform them to the corresponding accent command.
10191  For umlauts
10192 \begin_inset Index idx
10193 status collapsed
10194
10195 \begin_layout Plain Layout
10196 Umlauts
10197 \end_layout
10198
10199 \end_inset
10200
10201  it is better to insert a quotation mark before the vowel.
10202  These two characters are then treated by LaTeX as 
10203 \emph on
10204 one
10205 \emph default
10206  character when the formula part with the umlaut is marked as German.
10207  In contrary to 
10208 \series bold
10209
10210 \backslash
10211 ddot
10212 \series default
10213 , with this method 
10214 \begin_inset Quotes eld
10215 \end_inset
10216
10217 real
10218 \begin_inset Quotes erd
10219 \end_inset
10220
10221  umlauts are created as demonstrated in the following example:
10222 \end_layout
10223
10224 \begin_layout Standard
10225 \begin_inset VSpace -2mm
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \begin_layout Standard
10232 \align center
10233 \begin_inset Tabular
10234 <lyxtabular version="3" rows="3" columns="2">
10235 <features tabularvalignment="middle">
10236 <column alignment="center" valignment="top" width="0">
10237 <column alignment="center" valignment="top" width="0">
10238 <row>
10239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 Command
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Result
10253 \begin_inset Note Note
10254 status collapsed
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259
10260 \backslash
10261 raisebox
10262 \series default
10263  and the 0
10264 \begin_inset space \thinspace{}
10265 \end_inset
10266
10267 pt space are only used as spacer.
10268 \end_layout
10269
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \lang ngerman
10285 \begin_inset Quotes grd
10286 \end_inset
10287
10288 i
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 \begin_inset space \hspace{}
10298 \length 0pt
10299 \end_inset
10300
10301
10302 \lang ngerman
10303
10304 \begin_inset Formula $"i$
10305 \end_inset
10306
10307
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \backslash
10320 ddot
10321 \begin_inset ERT
10322 status collapsed
10323
10324 \begin_layout Plain Layout
10325
10326
10327 \backslash
10328 spce 
10329 \end_layout
10330
10331 \end_inset
10332
10333 i
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10343 \end_inset
10344
10345
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 </lyxtabular>
10352
10353 \end_inset
10354
10355
10356 \end_layout
10357
10358 \begin_layout Standard
10359 Another advantage to 
10360 \series bold
10361
10362 \backslash
10363 ddot
10364 \series default
10365  is that umlauts can directly be converted to mathematical text because
10366  the accent commands above are 
10367 \emph on
10368 not allowed
10369 \emph default
10370  
10371 \emph on
10372 in mathematical text
10373 \emph default
10374 .
10375  To convert an accented character to mathematical text, only the character
10376  under the accent may be converted.
10377  This applies also for all other conversions, e.
10378 \begin_inset space \thinspace{}
10379 \end_inset
10380
10381 g.
10382 \begin_inset space \space{}
10383 \end_inset
10384
10385 to italic or bold.
10386 \end_layout
10387
10388 \begin_layout Standard
10389 In mathematical text, umlauts and other accented characters can directly
10390  be inserted.
10391 \end_layout
10392
10393 \begin_layout Subsection
10394 Accents for Operators
10395 \begin_inset Index idx
10396 status collapsed
10397
10398 \begin_layout Plain Layout
10399 Accents ! for operators
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \end_layout
10406
10407 \begin_layout Standard
10408 With the commands 
10409 \series bold
10410
10411 \backslash
10412 overset
10413 \series default
10414
10415 \begin_inset Index idx
10416 status collapsed
10417
10418 \begin_layout Plain Layout
10419 Commands ! O ! 
10420 \backslash
10421 overset
10422 \end_layout
10423
10424 \end_inset
10425
10426  and 
10427 \series bold
10428
10429 \backslash
10430 underset
10431 \series default
10432
10433 \begin_inset Index idx
10434 status collapsed
10435
10436 \begin_layout Plain Layout
10437 Commands ! U ! 
10438 \backslash
10439 underset
10440 \end_layout
10441
10442 \end_inset
10443
10444  characters can be placed above or below an operator, respectively, to accent
10445  it.
10446  With the command 
10447 \series bold
10448
10449 \backslash
10450 sideset
10451 \series default
10452
10453 \begin_inset Index idx
10454 status collapsed
10455
10456 \begin_layout Plain Layout
10457 Commands ! S ! 
10458 \backslash
10459 sideset
10460 \end_layout
10461
10462 \end_inset
10463
10464  characters can be set before and behind an operator.
10465  The command scheme is:
10466 \end_layout
10467
10468 \begin_layout Standard
10469
10470 \series bold
10471
10472 \backslash
10473 sideset{character
10474 \series default
10475  
10476 \series bold
10477 before}{character
10478 \series default
10479  
10480 \series bold
10481 behind}
10482 \end_layout
10483
10484 \begin_layout Standard
10485
10486 \series bold
10487
10488 \backslash
10489 sideset
10490 \series default
10491  must always be before the operator that should be accented.
10492  You can accent with several characters and even with other operators and
10493  symbols.
10494  To place with 
10495 \series bold
10496
10497 \backslash
10498 sideset
10499 \series default
10500  for example only characters behind an operator, write nothing between the
10501  first braces but don't omit the braces.
10502 \end_layout
10503
10504 \begin_layout Standard
10505 For example the command 
10506 \series bold
10507
10508 \backslash
10509 sideset{
10510 \begin_inset Formula $\to$
10511 \end_inset
10512
10513
10514 \backslash
10515 {
10516 \series default
10517 '
10518 \series bold
10519
10520 \begin_inset Formula $\to$
10521 \end_inset
10522
10523
10524 \backslash
10525 sum_k=1
10526 \begin_inset ERT
10527 status collapsed
10528
10529 \begin_layout Plain Layout
10530
10531
10532 \backslash
10533 spce 
10534 \end_layout
10535
10536 \end_inset
10537
10538
10539 \series default
10540 ^
10541 \series bold
10542 n
10543 \series default
10544  produces:
10545 \begin_inset Formula \[
10546 \sideset{}{'}\sum_{k=1}^{n}\]
10547
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \begin_layout Standard
10554 The command 
10555 \series bold
10556
10557 \backslash
10558 overset
10559 \begin_inset ERT
10560 status collapsed
10561
10562 \begin_layout Plain Layout
10563
10564
10565 \backslash
10566 spce 
10567 \end_layout
10568
10569 \end_inset
10570
10571
10572 \backslash
10573 maltese
10574 \begin_inset ERT
10575 status collapsed
10576
10577 \begin_layout Plain Layout
10578
10579
10580 \backslash
10581 spce 
10582 \end_layout
10583
10584 \end_inset
10585
10586
10587 \series default
10588
10589 \begin_inset Formula $\uparrow$
10590 \end_inset
10591
10592
10593 \series bold
10594 a
10595 \series default
10596  produces:
10597 \begin_inset Formula \[
10598 \overset{a}{\maltese}\]
10599
10600 \end_inset
10601
10602 As seen in the last example, with 
10603 \series bold
10604
10605 \backslash
10606 overset
10607 \series default
10608  and 
10609 \series bold
10610
10611 \backslash
10612 underset
10613 \series default
10614  also symbols and characters can be accented; with 
10615 \series bold
10616
10617 \backslash
10618 sideset
10619 \series default
10620  this is not possible.
10621 \end_layout
10622
10623 \begin_layout Subsection
10624 Accents for several Characters
10625 \begin_inset Index idx
10626 status collapsed
10627
10628 \begin_layout Plain Layout
10629 Accents ! for several characters
10630 \end_layout
10631
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \begin_layout Standard
10638 \begin_inset space \hfill{}
10639 \end_inset
10640
10641
10642 \begin_inset Tabular
10643 <lyxtabular version="3" rows="5" columns="2">
10644 <features tabularvalignment="middle">
10645 <column alignment="center" valignment="top" width="0pt">
10646 <column alignment="center" valignment="top" width="0pt">
10647 <row>
10648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Command
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Result
10662 \begin_inset Note Note
10663 status collapsed
10664
10665 \begin_layout Plain Layout
10666
10667 \series bold
10668
10669 \backslash
10670 raisebox
10671 \series default
10672  is only used as spacer.
10673 \end_layout
10674
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \backslash
10690 overleftarrow
10691 \begin_inset ERT
10692 status collapsed
10693
10694 \begin_layout Plain Layout
10695
10696
10697 \backslash
10698 spce 
10699 \end_layout
10700
10701 \end_inset
10702
10703 A=B
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \backslash
10728 underleftarrow
10729 \begin_inset ERT
10730 status collapsed
10731
10732 \begin_layout Plain Layout
10733
10734
10735 \backslash
10736 spce 
10737 \end_layout
10738
10739 \end_inset
10740
10741 A=B
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10751 \end_inset
10752
10753
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 </row>
10759 <row>
10760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \backslash
10766 overleftrightarrow
10767 \begin_inset ERT
10768 status collapsed
10769
10770 \begin_layout Plain Layout
10771
10772
10773 \backslash
10774 spce 
10775 \end_layout
10776
10777 \end_inset
10778
10779 A=B
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10789 \end_inset
10790
10791
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \backslash
10804 underleftrightarrow
10805 \begin_inset ERT
10806 status collapsed
10807
10808 \begin_layout Plain Layout
10809
10810
10811 \backslash
10812 spce 
10813 \end_layout
10814
10815 \end_inset
10816
10817 A=B
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10827 \end_inset
10828
10829
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 </row>
10835 </lyxtabular>
10836
10837 \end_inset
10838
10839
10840 \begin_inset space \hfill{}
10841 \end_inset
10842
10843
10844 \begin_inset Tabular
10845 <lyxtabular version="3" rows="5" columns="2">
10846 <features tabularvalignment="middle">
10847 <column alignment="center" valignment="top" width="0pt">
10848 <column alignment="center" valignment="top" width="0pt">
10849 <row>
10850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Command
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 Result
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 </row>
10869 <row>
10870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \backslash
10876 overrightarrow
10877 \begin_inset ERT
10878 status collapsed
10879
10880 \begin_layout Plain Layout
10881
10882
10883 \backslash
10884 spce 
10885 \end_layout
10886
10887 \end_inset
10888
10889 A=B
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10899 \end_inset
10900
10901
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912
10913 \backslash
10914 underrightarrow
10915 \begin_inset ERT
10916 status collapsed
10917
10918 \begin_layout Plain Layout
10919
10920
10921 \backslash
10922 spce 
10923 \end_layout
10924
10925 \end_inset
10926
10927 A=B
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10937 \end_inset
10938
10939
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 <row>
10946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \backslash
10952 widetilde
10953 \begin_inset ERT
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957
10958
10959 \backslash
10960 spce 
10961 \end_layout
10962
10963 \end_inset
10964
10965 A=B
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10975 \end_inset
10976
10977
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 </row>
10983 <row>
10984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \backslash
10990 widehat
10991 \begin_inset ERT
10992 status collapsed
10993
10994 \begin_layout Plain Layout
10995
10996
10997 \backslash
10998 spce 
10999 \end_layout
11000
11001 \end_inset
11002
11003 A=B
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 </row>
11021 </lyxtabular>
11022
11023 \end_inset
11024
11025
11026 \begin_inset space \hfill{}
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \begin_layout Standard
11033 \begin_inset VSpace medskip
11034 \end_inset
11035
11036 With these commands as many characters as you like can be accented.
11037  But the accents 
11038 \series bold
11039
11040 \backslash
11041 widetilde
11042 \series default
11043  and 
11044 \series bold
11045
11046 \backslash
11047 widehat
11048 \series default
11049  will only be set in the output with a length of three characters, as shown
11050  in the following example:
11051 \begin_inset Formula \[
11052 \widetilde{A+B=C-D}\]
11053
11054 \end_inset
11055
11056
11057 \end_layout
11058
11059 \begin_layout Standard
11060 With the commands 
11061 \series bold
11062
11063 \backslash
11064 overset
11065 \series default
11066
11067 \begin_inset Index idx
11068 status collapsed
11069
11070 \begin_layout Plain Layout
11071 Commands ! O ! 
11072 \backslash
11073 overset
11074 \end_layout
11075
11076 \end_inset
11077
11078  and 
11079 \series bold
11080
11081 \backslash
11082 underset
11083 \series default
11084
11085 \begin_inset Index idx
11086 status collapsed
11087
11088 \begin_layout Plain Layout
11089 Commands ! U ! 
11090 \backslash
11091 underset
11092 \end_layout
11093
11094 \end_inset
11095
11096  described in the previous subsection it is also possible to accent several
11097  characters.
11098  The command 
11099 \series bold
11100
11101 \backslash
11102 underset
11103 \begin_inset ERT
11104 status collapsed
11105
11106 \begin_layout Plain Layout
11107
11108
11109 \backslash
11110 spce 
11111 \end_layout
11112
11113 \end_inset
11114
11115 A=B
11116 \begin_inset Formula $\downarrow$
11117 \end_inset
11118
11119 ***
11120 \series default
11121  creates:
11122 \begin_inset Formula \[
11123 \underset{***}{A=B}\]
11124
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \begin_layout Section
11131 Space
11132 \begin_inset CommandInset label
11133 LatexCommand label
11134 name "sub:Space"
11135
11136 \end_inset
11137
11138
11139 \begin_inset Index idx
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Space ! horizontal
11144 \end_layout
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Subsection
11152 Predefined Space
11153 \begin_inset CommandInset label
11154 LatexCommand label
11155 name "sub:Predefined-Space"
11156
11157 \end_inset
11158
11159
11160 \begin_inset Index idx
11161 status collapsed
11162
11163 \begin_layout Plain Layout
11164 Space ! horizontal ! predefined
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \end_layout
11171
11172 \begin_layout Standard
11173 Sometimes it is necessary to insert horizontal space to a formula.
11174  This is done by inserting a protected space (shortcut 
11175 \begin_inset Info
11176 type  "shortcut"
11177 arg   "space-insert protected"
11178 \end_inset
11179
11180 ).
11181  A 
11182 \begin_inset Quotes eld
11183 \end_inset
11184
11185
11186 \color blue
11187
11188 \begin_inset ERT
11189 status collapsed
11190
11191 \begin_layout Plain Layout
11192
11193
11194 \backslash
11195 spce 
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \color inherit
11202
11203 \begin_inset Quotes erd
11204 \end_inset
11205
11206  appears and by pressing 
11207 \family sans
11208 Space
11209 \family default
11210  several times one can select one of eight different space sizes.
11211  The spaces can also be inserted using the math toolbar button 
11212 \begin_inset Graphics
11213         filename ../images/math/space.png
11214         scale 85
11215
11216 \end_inset
11217
11218  or special commands.
11219  Independent from the inserted command, one can select the size again by
11220  pressing 
11221 \family sans
11222 Space
11223 \family default
11224  afterwards.
11225 \end_layout
11226
11227 \begin_layout Standard
11228 \noindent
11229 \align center
11230 \begin_inset VSpace -5mm
11231 \end_inset
11232
11233
11234 \begin_inset Tabular
11235 <lyxtabular version="3" rows="3" columns="7">
11236 <features tabularvalignment="middle">
11237 <column alignment="center" valignment="middle" width="6.8cm">
11238 <column alignment="center" valignment="top" width="0">
11239 <column alignment="center" valignment="top" width="0">
11240 <column alignment="center" valignment="top" width="0">
11241 <column alignment="center" valignment="top" width="0">
11242 <column alignment="center" valignment="top" width="0">
11243 <column alignment="center" valignment="top" width="0">
11244 <row>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Command
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258
11259 \backslash
11260 ,
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269
11270 \backslash
11271 :
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
11281 \backslash
11282 ;
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291
11292 \backslash
11293 quad
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \backslash
11304 qquad
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313
11314 \backslash
11315 !
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 </row>
11321 <row>
11322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 Number of 
11327 \family sans
11328 Space
11329 \family default
11330  keystrokes after inserting the protected space
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 0
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 1
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 2
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 3
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 4
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 5
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 Result
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 \begin_inset Formula $A\, B$
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 \begin_inset Formula $A\: B$
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 \begin_inset Formula $A\; B$
11429 \end_inset
11430
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Formula $A\quad B$
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 \begin_inset Formula $A\qquad B$
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A\! B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 </lyxtabular>
11474
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \begin_layout Standard
11481 The last size seem to produce no space.
11482  It is displayed red in LyX contrary to the other sizes, because it is a
11483  negative space.
11484  There are two more negative spaces:
11485 \end_layout
11486
11487 \begin_layout Standard
11488 \align center
11489 \begin_inset Tabular
11490 <lyxtabular version="3" rows="3" columns="3">
11491 <features tabularvalignment="middle">
11492 <column alignment="center" valignment="middle" width="6.8cm">
11493 <column alignment="center" valignment="top" width="0pt">
11494 <column alignment="center" valignment="top" width="0pt">
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 Command
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509
11510 \backslash
11511 negmedspace
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520
11521 \backslash
11522 negthickspace
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Number of 
11534 \family sans
11535 Space
11536 \family default
11537  keystrokes after inserting the protected space
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 6
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 7
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 Result
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset Formula $A\negmedspace B$
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 \begin_inset Formula $A\negthickspace B$
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 </lyxtabular>
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Standard
11604 Negative spaces can lead to characters overlapping each other.
11605  Thus they can be used to enforce ligatures, what is e.
11606 \begin_inset space \thinspace{}
11607 \end_inset
11608
11609 g.
11610 \begin_inset space \space{}
11611 \end_inset
11612
11613 useful for summation operators: 
11614 \end_layout
11615
11616 \begin_layout Standard
11617 \align center
11618 \begin_inset Tabular
11619 <lyxtabular version="3" rows="3" columns="2">
11620 <features tabularvalignment="middle">
11621 <column alignment="center" valignment="top" width="0">
11622 <column alignment="center" valignment="top" width="0">
11623 <row>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 Command
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 Result
11638 \begin_inset Note Note
11639 status collapsed
11640
11641 \begin_layout Plain Layout
11642
11643 \series bold
11644
11645 \backslash
11646 raisebox
11647 \series default
11648  is only used as spacer.
11649 \end_layout
11650
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 <row>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664
11665 \backslash
11666 sum
11667 \backslash
11668 sum
11669 \begin_inset ERT
11670 status collapsed
11671
11672 \begin_layout Plain Layout
11673
11674
11675 \backslash
11676 spce 
11677 \end_layout
11678
11679 \end_inset
11680
11681 f_kl
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11691 \end_inset
11692
11693
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row>
11700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \backslash
11706 sum
11707 \backslash
11708 negmedspace
11709 \backslash
11710 sum
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716
11717 \backslash
11718 spce 
11719 \end_layout
11720
11721 \end_inset
11722
11723 f_kl
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \begin_layout Standard
11749 Relations like for example equal signs, are always surrounded by space.
11750  To suppress this, the equal sign is placed into a TeX-brace.
11751  The following example demonstrates this:
11752 \end_layout
11753
11754 \begin_layout Standard
11755 \align center
11756 \begin_inset Tabular
11757 <lyxtabular version="3" rows="2" columns="2">
11758 <features tabularvalignment="middle">
11759 <column alignment="center" valignment="top" width="0pt">
11760 <column alignment="center" valignment="top" width="0pt">
11761 <row>
11762 <cell alignment="center" valignment="top" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 normal equation
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 \begin_inset Formula $A=B$
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 </row>
11784 <row>
11785 <cell alignment="center" valignment="top" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 \begin_inset Note Note
11790 status collapsed
11791
11792 \begin_layout Plain Layout
11793
11794 \series bold
11795
11796 \backslash
11797 raisebox
11798 \series default
11799  is only used as spacer.
11800 \end_layout
11801
11802 \end_inset
11803
11804
11805 \begin_inset Formula $\raisebox{5mm}{}$
11806 \end_inset
11807
11808 equation without space
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 \begin_inset Formula $A{=}B$
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 </lyxtabular>
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \noindent
11835 The command for the last formula is: 
11836 \series bold
11837 A
11838 \backslash
11839 {=
11840 \begin_inset Formula $\to$
11841 \end_inset
11842
11843 B
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \begin_inset VSpace bigskip
11848 \end_inset
11849
11850 Spaces are needed for physical units, because the space between the value
11851  and the unit is the smallest one and not a normal space.
11852  For units in text, the smallest space is inserted via the menu 
11853 \family sans
11854 Insert\SpecialChar \menuseparator
11855 Formatting\SpecialChar \menuseparator
11856 Thin
11857 \begin_inset space ~
11858 \end_inset
11859
11860 Space
11861 \family default
11862  (shortcut 
11863 \begin_inset Info
11864 type  "shortcut"
11865 arg   "space-insert thin"
11866 \end_inset
11867
11868 ).
11869 \end_layout
11870
11871 \begin_layout Standard
11872 An example to visualize the difference:
11873 \end_layout
11874
11875 \begin_layout Standard
11876 \begin_inset Tabular
11877 <lyxtabular version="3" rows="2" columns="2">
11878 <features tabularvalignment="middle">
11879 <column alignment="left" valignment="top" width="0">
11880 <column alignment="left" valignment="top" width="0">
11881 <row>
11882 <cell alignment="center" valignment="top" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 24 kW
11887 \begin_inset Formula $\cdot$
11888 \end_inset
11889
11890 h
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 space between value and unit
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 <row>
11906 <cell alignment="center" valignment="top" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 24
11911 \begin_inset space \thinspace{}
11912 \end_inset
11913
11914 kW
11915 \begin_inset Formula $\cdot$
11916 \end_inset
11917
11918 h
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 smallest space between value and unit
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 </row>
11933 </lyxtabular>
11934
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \begin_layout Subsection
11941 Variable Space
11942 \begin_inset ERT
11943 status collapsed
11944
11945 \begin_layout Plain Layout
11946
11947
11948 \backslash
11949 texorpdfstring{
11950 \end_layout
11951
11952 \end_inset
11953
11954
11955 \begin_inset Foot
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959 for vertical space in formulas see 
11960 \begin_inset CommandInset ref
11961 LatexCommand ref
11962 reference "sub:Line-Separation"
11963
11964 \end_inset
11965
11966
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset ERT
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976
11977 }{}
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \begin_inset Note Note
11984 status collapsed
11985
11986 \begin_layout Plain Layout
11987
11988 \backslash
11989 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11990 \end_layout
11991
11992 \begin_layout Plain Layout
11993 More about 
11994 \backslash
11995 texorpdfstring is in section 
11996 \begin_inset CommandInset ref
11997 LatexCommand ref
11998 reference "sub:Formulas-in-Section"
11999
12000 \end_inset
12001
12002 .
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \begin_inset CommandInset label
12009 LatexCommand label
12010 name "sub:Variable-Space"
12011
12012 \end_inset
12013
12014
12015 \begin_inset Index idx
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019 Space ! horizontal ! variable
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028 Space with a defined length can be inserted with the command 
12029 \series bold
12030
12031 \backslash
12032 hspace
12033 \series default
12034
12035 \begin_inset Index idx
12036 status collapsed
12037
12038 \begin_layout Plain Layout
12039 Commands ! H ! 
12040 \backslash
12041 hspace
12042 \end_layout
12043
12044 \end_inset
12045
12046 .
12047  Then a long 
12048 \begin_inset Quotes eld
12049 \end_inset
12050
12051
12052 \color blue
12053
12054 \begin_inset ERT
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058
12059
12060 \backslash
12061 spce 
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \color inherit
12068
12069 \begin_inset Quotes erd
12070 \end_inset
12071
12072  appears.
12073  The length can be specified by left-clicking on the 
12074 \begin_inset Quotes eld
12075 \end_inset
12076
12077
12078 \color blue
12079
12080 \begin_inset ERT
12081 status collapsed
12082
12083 \begin_layout Plain Layout
12084
12085
12086 \backslash
12087 spce 
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \color inherit
12094
12095 \begin_inset Quotes erd
12096 \end_inset
12097
12098 .
12099  The length may also be negative.
12100  To insert so many space that the formula uses all available space, the
12101  command 
12102 \series bold
12103
12104 \backslash
12105 hfill
12106 \series default
12107
12108 \begin_inset Index idx
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112 Commands ! H ! 
12113 \backslash
12114 hfill
12115 \end_layout
12116
12117 \end_inset
12118
12119  is used.
12120 \end_layout
12121
12122 \begin_layout Standard
12123 \begin_inset VSpace -1mm
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \begin_layout Standard
12130 \align center
12131 \begin_inset Tabular
12132 <lyxtabular version="3" rows="4" columns="2">
12133 <features tabularvalignment="middle">
12134 <column alignment="center" valignment="top" width="0">
12135 <column alignment="center" valignment="top" width="0">
12136 <row>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 Command (
12142 \backslash
12143 hspace length)
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 Result
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 </row>
12158 <row>
12159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 A=B
12164 \backslash
12165 hspace
12166 \begin_inset ERT
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170
12171
12172 \backslash
12173 spce 
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \begin_inset Formula $\to$
12180 \end_inset
12181
12182 A
12183 \backslash
12184 not=C (3
12185 \begin_inset space \thinspace{}
12186 \end_inset
12187
12188 cm)
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 <row>
12207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 A
12212 \backslash
12213 hspace
12214 \begin_inset ERT
12215 status collapsed
12216
12217 \begin_layout Plain Layout
12218
12219
12220 \backslash
12221 spce 
12222 \end_layout
12223
12224 \end_inset
12225
12226
12227 \begin_inset Formula $\to$
12228 \end_inset
12229
12230 A
12231 \backslash
12232 not=A (-1
12233 \begin_inset space \thinspace{}
12234 \end_inset
12235
12236 mm)
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 </row>
12254 <row>
12255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259 A=A
12260 \backslash
12261 hfill
12262 \begin_inset ERT
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266
12267
12268 \backslash
12269 spce 
12270 \end_layout
12271
12272 \end_inset
12273
12274 B=B
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 \begin_inset Formula $A=A\hfill B=B$
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 </row>
12292 </lyxtabular>
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300 In the last example the available space is given by the longest column entry
12301  of the table.
12302  In an inline formula the space depends on the length of the line in which
12303  
12304 \series bold
12305
12306 \backslash
12307 hfill
12308 \series default
12309  is inserted.
12310  Thus, when the line uses the full width, no space will be created.
12311  
12312 \series bold
12313
12314 \backslash
12315 hfill
12316 \series default
12317  only has an effect on displayed formulas when the formula style 
12318 \series bold
12319 Indented
12320 \series default
12321  is used.
12322  (Formula styles are explained in 
12323 \begin_inset CommandInset ref
12324 LatexCommand ref
12325 reference "sec:Formula-Styles"
12326
12327 \end_inset
12328
12329 .)
12330 \end_layout
12331
12332 \begin_layout Standard
12333 Besides 
12334 \series bold
12335
12336 \backslash
12337 hfill
12338 \series default
12339 , there are the commands 
12340 \series bold
12341
12342 \backslash
12343 dotfill
12344 \series default
12345  and 
12346 \series bold
12347
12348 \backslash
12349 hrulefill
12350 \series default
12351  that fill the space with a pattern, see 
12352 \begin_inset CommandInset ref
12353 LatexCommand ref
12354 reference "sub:Ellipses"
12355
12356 \end_inset
12357
12358  for an example.
12359 \end_layout
12360
12361 \begin_layout Standard
12362 For text, variable space can be inserted via the menu 
12363 \family sans
12364 Insert\SpecialChar \menuseparator
12365 Formatting\SpecialChar \menuseparator
12366 Horizontal
12367 \begin_inset space ~
12368 \end_inset
12369
12370 Space
12371 \family default
12372 :
12373 \end_layout
12374
12375 \begin_layout Standard
12376 This is a line with
12377 \begin_inset space \hspace{}
12378 \length 2cm
12379 \end_inset
12380
12381 2
12382 \begin_inset space \thinspace{}
12383 \end_inset
12384
12385 cm space.
12386 \end_layout
12387
12388 \begin_layout Standard
12389 This is a line with
12390 \begin_inset space \hfill{}
12391 \end_inset
12392
12393 maximum space.
12394 \end_layout
12395
12396 \begin_layout Subsection
12397 Space besides inline Formulas
12398 \begin_inset Index idx
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402 Space ! besides inline formulas
12403 \end_layout
12404
12405 \end_inset
12406
12407
12408 \end_layout
12409
12410 \begin_layout Standard
12411 The space that surrounds inline formulas can be adjusted with the length
12412  
12413 \series bold
12414
12415 \backslash
12416 mathsurround
12417 \series default
12418
12419 \begin_inset Index idx
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423 Commands ! M ! 
12424 \backslash
12425 mathsurround
12426 \end_layout
12427
12428 \end_inset
12429
12430 .
12431  The value of a length is set with the command 
12432 \series bold
12433
12434 \backslash
12435 setlength
12436 \series default
12437
12438 \begin_inset Index idx
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Commands ! S ! 
12443 \backslash
12444 setlength
12445 \end_layout
12446
12447 \end_inset
12448
12449  that has the following scheme:
12450 \end_layout
12451
12452 \begin_layout Standard
12453
12454 \series bold
12455
12456 \backslash
12457 setlength{length name}{value}
12458 \end_layout
12459
12460 \begin_layout Standard
12461 To set 
12462 \series bold
12463
12464 \backslash
12465 mathsurround
12466 \series default
12467  to the value 5
12468 \begin_inset space \thinspace{}
12469 \end_inset
12470
12471 mm, the command
12472 \end_layout
12473
12474 \begin_layout Standard
12475
12476 \series bold
12477
12478 \backslash
12479 setlength{
12480 \backslash
12481 mathsurround}{5mm}
12482 \end_layout
12483
12484 \begin_layout Standard
12485 is inserted in TeX-mode.
12486  5
12487 \begin_inset space \thinspace{}
12488 \end_inset
12489
12490 mm space will now be set around all inline formulas:
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496
12497 \backslash
12498 setlength{
12499 \backslash
12500 mathsurround}{5mm}
12501 \end_layout
12502
12503 \end_inset
12504
12505
12506 \end_layout
12507
12508 \begin_layout Standard
12509 This is a line with an inline formula 
12510 \begin_inset Formula $A=B$
12511 \end_inset
12512
12513  with 5
12514 \begin_inset space \thinspace{}
12515 \end_inset
12516
12517 mm surrounding space.
12518 \begin_inset ERT
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522
12523
12524 \backslash
12525 setlength{
12526 \backslash
12527 mathsurround}{0pt}
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \end_layout
12534
12535 \begin_layout Standard
12536 To return to the predefined value, 
12537 \series bold
12538
12539 \backslash
12540 mathsurround
12541 \series default
12542  is set to the value 0
12543 \begin_inset space \thinspace{}
12544 \end_inset
12545
12546 pt.
12547 \end_layout
12548
12549 \begin_layout Section
12550 Boxes and Frames
12551 \begin_inset Index idx
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555 Boxes
12556 \end_layout
12557
12558 \end_inset
12559
12560
12561 \begin_inset Index idx
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 Frames | see
12566 \begin_inset ERT
12567 status collapsed
12568
12569 \begin_layout Plain Layout
12570
12571 {
12572 \end_layout
12573
12574 \end_inset
12575
12576 Boxes
12577 \begin_inset ERT
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581
12582 }
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Boxes for text are described in chapter 
12597 \family typewriter
12598 Boxes
12599 \family default
12600  in the 
12601 \family typewriter
12602 Embedded
12603 \begin_inset space ~
12604 \end_inset
12605
12606 Objects
12607 \family default
12608  manual.
12609 \end_layout
12610
12611 \begin_layout Subsection
12612 Boxes with Frame
12613 \begin_inset CommandInset label
12614 LatexCommand label
12615 name "sub:Boxes-with-Frame"
12616
12617 \end_inset
12618
12619
12620 \begin_inset Index idx
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624 Boxes ! with frame
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \end_layout
12631
12632 \begin_layout Standard
12633 It is possible to frame formulas or parts of it with the commands 
12634 \series bold
12635
12636 \backslash
12637 fbox
12638 \series default
12639
12640 \begin_inset Index idx
12641 status collapsed
12642
12643 \begin_layout Plain Layout
12644 Commands ! F ! 
12645 \backslash
12646 fbox
12647 \end_layout
12648
12649 \end_inset
12650
12651  and 
12652 \series bold
12653
12654 \backslash
12655 boxed
12656 \series default
12657
12658 \begin_inset Index idx
12659 status collapsed
12660
12661 \begin_layout Plain Layout
12662 Commands ! B ! 
12663 \backslash
12664 boxed
12665 \end_layout
12666
12667 \end_inset
12668
12669 .
12670 \end_layout
12671
12672 \begin_layout Standard
12673 When one of these commands is inserted to a formula, a blue box appears
12674  within a frame to enter formula parts.
12675  For 
12676 \series bold
12677
12678 \backslash
12679 fbox
12680 \series default
12681  an additional formula has to be created by 
12682 \family sans
12683 Ctrl+M
12684 \family default
12685  within this box, because the box content will otherwise be treated as mathemati
12686 cal text.
12687  When 
12688 \series bold
12689
12690 \backslash
12691 boxed
12692 \series default
12693  is used, a new formula is automatically created inside the frame.
12694 \end_layout
12695
12696 \begin_layout Standard
12697 The command 
12698 \series bold
12699
12700 \backslash
12701 fbox
12702 \series default
12703  is not suitable to frame displayed formulas because the formula will always
12704  be set in the size of the text.
12705  
12706 \series bold
12707
12708 \backslash
12709 boxed
12710 \series default
12711  is in contrary not suitable to frame inline formulas, because the formula
12712  will always be set in the size of a displayed formula.
12713 \end_layout
12714
12715 \begin_layout Standard
12716 As extension to 
12717 \series bold
12718
12719 \backslash
12720 fbox
12721 \series default
12722  there is the command 
12723 \series bold
12724
12725 \backslash
12726 framebox
12727 \series default
12728
12729 \begin_inset Index idx
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733 Commands ! F ! 
12734 \backslash
12735 framebox
12736 \end_layout
12737
12738 \end_inset
12739
12740  where additionally the frame width and the alignment can be specified.
12741  
12742 \series bold
12743
12744 \backslash
12745 framebox
12746 \series default
12747  is used in the following scheme:
12748 \end_layout
12749
12750 \begin_layout Standard
12751
12752 \series bold
12753
12754 \backslash
12755 framebox[frame width][position]{box content}
12756 \end_layout
12757
12758 \begin_layout Standard
12759 The position can either be 
12760 \emph on
12761 l
12762 \emph default
12763  or 
12764 \emph on
12765 r
12766 \emph default
12767 .
12768  
12769 \emph on
12770 l
12771 \emph default
12772  left aligns, 
12773 \emph on
12774 r
12775 \emph default
12776  right aligns the formula in the box.
12777  When no position is given, the formula will be centered.
12778 \begin_inset Newline newline
12779 \end_inset
12780
12781 Is no width given, also no position can be given.
12782  In this case the frame width is adjusted to the box content like for 
12783 \series bold
12784
12785 \backslash
12786 fbox
12787 \series default
12788 .
12789 \end_layout
12790
12791 \begin_layout Standard
12792 When the command 
12793 \series bold
12794
12795 \backslash
12796 framebox
12797 \series default
12798  is inserted, a box appears containing three blue boxes.
12799  The first two boxes are surrounded by brackets and denote the two optional
12800  arguments.
12801  The third box is for formula parts like for 
12802 \series bold
12803
12804 \backslash
12805 fbox
12806 \series default
12807 .
12808 \end_layout
12809
12810 \begin_layout Standard
12811 \align center
12812 \begin_inset Tabular
12813 <lyxtabular version="3" rows="5" columns="2">
12814 <features tabularvalignment="middle">
12815 <column alignment="center" valignment="top" width="0">
12816 <column alignment="center" valignment="top" width="0">
12817 <row>
12818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 Command
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Result
12832 \begin_inset Note Note
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837 \series bold
12838
12839 \backslash
12840 raisebox
12841 \series default
12842  is only used as spacer.
12843 \end_layout
12844
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858
12859 \backslash
12860 fbox
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 spce 
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \family sans
12875 Ctrl+M
12876 \family default
12877  
12878 \backslash
12879 int
12880 \begin_inset ERT
12881 status collapsed
12882
12883 \begin_layout Plain Layout
12884
12885
12886 \backslash
12887 spce 
12888 \end_layout
12889
12890 \end_inset
12891
12892 A=B
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915
12916 \backslash
12917 boxed
12918 \begin_inset ERT
12919 status collapsed
12920
12921 \begin_layout Plain Layout
12922
12923
12924 \backslash
12925 spce 
12926 \end_layout
12927
12928 \end_inset
12929
12930
12931 \backslash
12932 int
12933 \begin_inset ERT
12934 status collapsed
12935
12936 \begin_layout Plain Layout
12937
12938
12939 \backslash
12940 spce 
12941 \end_layout
12942
12943 \end_inset
12944
12945 A=B
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 A+
12969 \backslash
12970 fbox
12971 \begin_inset ERT
12972 status collapsed
12973
12974 \begin_layout Plain Layout
12975
12976
12977 \backslash
12978 spce 
12979 \end_layout
12980
12981 \end_inset
12982
12983 B
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006
13007 \backslash
13008 framebox
13009 \begin_inset ERT
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013
13014
13015 \backslash
13016 spce 
13017 \end_layout
13018
13019 \end_inset
13020
13021 20mm
13022 \begin_inset Formula $\to$
13023 \end_inset
13024
13025
13026 \begin_inset Formula $\to$
13027 \end_inset
13028
13029
13030 \family sans
13031 Ctrl+M
13032 \family default
13033  
13034 \backslash
13035 frac
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041
13042 \backslash
13043 spce 
13044 \end_layout
13045
13046 \end_inset
13047
13048 A
13049 \begin_inset Formula $\downarrow$
13050 \end_inset
13051
13052 B
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 \begin_inset Formula $\raisebox{6mm}{}$
13062 \end_inset
13063
13064
13065 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13066 \end_inset
13067
13068
13069 \begin_inset Formula $\raisebox{-4mm}{}$
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 </lyxtabular>
13079
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \begin_layout Standard
13086 The frame thickness can also be adjusted.
13087  To do this the following commands have to be inserted in TeX-mode before
13088  the formula
13089 \end_layout
13090
13091 \begin_layout Standard
13092
13093 \series bold
13094
13095 \backslash
13096 fboxrule
13097 \series default
13098  
13099 \series bold
13100
13101 \begin_inset Quotes eld
13102 \end_inset
13103
13104 thickness
13105 \begin_inset Quotes erd
13106 \end_inset
13107
13108
13109 \series default
13110  
13111 \series bold
13112
13113 \backslash
13114 fboxsep
13115 \series default
13116  
13117 \series bold
13118
13119 \begin_inset Quotes eld
13120 \end_inset
13121
13122 distance
13123 \begin_inset Quotes erd
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \begin_layout Standard
13130 \begin_inset Quotes eld
13131 \end_inset
13132
13133 distance
13134 \begin_inset Quotes erd
13135 \end_inset
13136
13137  specifies the minimal distance between the frame and the first character
13138  in the box.
13139  An example for this is the following framed formula:
13140 \begin_inset ERT
13141 status collapsed
13142
13143 \begin_layout Plain Layout
13144
13145
13146 \backslash
13147 fboxrule 2mm 
13148 \backslash
13149 fboxsep 3mm
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \begin_inset Formula \[
13156 \boxed{A+B=C}\]
13157
13158 \end_inset
13159
13160 Before this formula the commands
13161 \end_layout
13162
13163 \begin_layout Standard
13164
13165 \series bold
13166
13167 \backslash
13168 fboxrule
13169 \series default
13170  
13171 \series bold
13172 2mm
13173 \series default
13174  
13175 \series bold
13176
13177 \backslash
13178 fboxsep
13179 \series default
13180  
13181 \series bold
13182 3mm
13183 \end_layout
13184
13185 \begin_layout Standard
13186 were inserted in TeX-mode.
13187  The given values are used for all following boxes.
13188 \end_layout
13189
13190 \begin_layout Standard
13191 To return to the standard frame size, the command
13192 \end_layout
13193
13194 \begin_layout Standard
13195
13196 \series bold
13197
13198 \backslash
13199 fboxrule
13200 \series default
13201  
13202 \series bold
13203 0.4pt
13204 \series default
13205  
13206 \series bold
13207
13208 \backslash
13209 fboxsep
13210 \series default
13211  
13212 \series bold
13213 3pt
13214 \series default
13215
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 fboxrule 0.4pt 
13224 \backslash
13225 fboxsep 3pt
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \end_layout
13232
13233 \begin_layout Standard
13234 is inserted in TeX-mode before the next formula.
13235 \end_layout
13236
13237 \begin_layout Subsection
13238 Boxes without Frame
13239 \begin_inset CommandInset label
13240 LatexCommand label
13241 name "sub:Boxes-without-Frame"
13242
13243 \end_inset
13244
13245
13246 \begin_inset Index idx
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250 Boxes ! without frame
13251 \end_layout
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Standard
13259 For boxes without a frame there are the following box commands: 
13260 \series bold
13261
13262 \backslash
13263 mbox
13264 \series default
13265
13266 \begin_inset Index idx
13267 status collapsed
13268
13269 \begin_layout Plain Layout
13270 Commands ! M ! 
13271 \backslash
13272 mbox
13273 \end_layout
13274
13275 \end_inset
13276
13277
13278 \series bold
13279
13280 \backslash
13281 makebox
13282 \series default
13283
13284 \begin_inset Index idx
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288 Commands ! M ! 
13289 \backslash
13290 makebox
13291 \end_layout
13292
13293 \end_inset
13294
13295  and 
13296 \series bold
13297
13298 \backslash
13299 raisebox
13300 \series default
13301
13302 \begin_inset Index idx
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306 Commands ! R ! 
13307 \backslash
13308 raisebox
13309 \end_layout
13310
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 With 
13318 \series bold
13319
13320 \backslash
13321 raisebox
13322 \series default
13323  a box can be super- or subscripted.
13324  But in contrary to normal super- and subscripting, the characters in the
13325  box keep their font size.
13326  
13327 \series bold
13328
13329 \backslash
13330 raisebox
13331 \series default
13332  is used in the following scheme:
13333 \end_layout
13334
13335 \begin_layout Standard
13336
13337 \series bold
13338
13339 \backslash
13340 raisebox{height}{box content}
13341 \end_layout
13342
13343 \begin_layout Standard
13344 When the box should contain a formula, an extra formula is needed like for
13345  
13346 \series bold
13347
13348 \backslash
13349 fbox
13350 \series default
13351 .
13352  
13353 \series medium
13354
13355 \begin_inset Note Greyedout
13356 status open
13357
13358 \begin_layout Plain Layout
13359
13360 \series bold
13361 Note:
13362 \series default
13363  For 
13364 \series bold
13365
13366 \backslash
13367 raisebox
13368 \series default
13369  this extra formula is created by pressing 
13370 \family sans
13371 Ctrl+M
13372 \family default
13373  twice instead of once because LyX doesn't yet support 
13374 \series bold
13375
13376 \backslash
13377 raisebox
13378 \series default
13379  directly.
13380 \end_layout
13381
13382 \end_inset
13383
13384
13385 \end_layout
13386
13387 \begin_layout Standard
13388 \align center
13389 \begin_inset Tabular
13390 <lyxtabular version="3" rows="4" columns="2">
13391 <features tabularvalignment="middle">
13392 <column alignment="center" valignment="top" width="0">
13393 <column alignment="center" valignment="top" width="0">
13394 <row>
13395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 Command
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 Result
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 H
13420 \backslash
13421 raisebox{2mm
13422 \begin_inset Formula $\to$
13423 \end_inset
13424
13425
13426 \backslash
13427 {al
13428 \begin_inset Formula $\to$
13429 \end_inset
13430
13431  lo
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 </row>
13449 <row>
13450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 H
13455 \backslash
13456 raisebox{-2mm
13457 \begin_inset Formula $\to$
13458 \end_inset
13459
13460
13461 \backslash
13462 {al
13463 \begin_inset Formula $\to$
13464 \end_inset
13465
13466 lo
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 </row>
13484 <row>
13485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 A=
13490 \backslash
13491 raisebox{-2mm
13492 \begin_inset Formula $\to$
13493 \end_inset
13494
13495
13496 \backslash
13497 {
13498 \family sans
13499 Ctrl+M
13500 \family default
13501  
13502 \family sans
13503 Ctrl+M
13504 \family default
13505  
13506 \backslash
13507 sqrt
13508 \begin_inset ERT
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512
13513
13514 \backslash
13515 spce 
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 </row>
13538 </lyxtabular>
13539
13540 \end_inset
13541
13542
13543 \end_layout
13544
13545 \begin_layout Standard
13546 The command 
13547 \series bold
13548
13549 \backslash
13550 mbox
13551 \series default
13552  is equivalent to 
13553 \series bold
13554
13555 \backslash
13556 fbox
13557 \series default
13558  and 
13559 \series bold
13560
13561 \backslash
13562 makebox
13563 \series default
13564  is equivalent to 
13565 \series bold
13566
13567 \backslash
13568 framebox
13569 \series default
13570 , with the difference that there is no frame.
13571 \end_layout
13572
13573 \begin_layout Subsection
13574 Colored Boxes
13575 \begin_inset CommandInset label
13576 LatexCommand label
13577 name "sub:Colored-Boxes"
13578
13579 \end_inset
13580
13581
13582 \begin_inset Index idx
13583 status collapsed
13584
13585 \begin_layout Plain Layout
13586 Boxes ! colored
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \begin_layout Standard
13595 To be able to use all commands explained in this section, the LaTeX-package
13596  
13597 \series bold
13598 color
13599 \series default
13600
13601 \begin_inset Foot
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 The LaTeX-package 
13606 \series bold
13607 color
13608 \series default
13609  is part of every LaTeX standard installation.
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \begin_inset Index idx
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 Packages ! color
13620 \end_layout
13621
13622 \end_inset
13623
13624  has to be loaded in the LaTeX-preamble with the line
13625 \begin_inset Foot
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629 When text is colored somewhere in the document with a predefined color,
13630  LyX loads the LaTeX-package 
13631 \series bold
13632 color
13633 \series default
13634  automatically.
13635  Thus it is possible that the package is loaded twice, but this doesn't
13636  arise problems.
13637 \end_layout
13638
13639 \end_inset
13640
13641
13642 \begin_inset Note Note
13643 status collapsed
13644
13645 \begin_layout Plain Layout
13646 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13647 amble.
13648 \end_layout
13649
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \begin_layout Standard
13656
13657 \series bold
13658
13659 \backslash
13660 usepackage{color}
13661 \end_layout
13662
13663 \begin_layout Standard
13664 \begin_inset VSpace medskip
13665 \end_inset
13666
13667 To color boxes, the command 
13668 \series bold
13669
13670 \backslash
13671 colorbox
13672 \series default
13673
13674 \begin_inset Index idx
13675 status collapsed
13676
13677 \begin_layout Plain Layout
13678 Commands ! C ! 
13679 \backslash
13680 colorbox
13681 \end_layout
13682
13683 \end_inset
13684
13685  is used in the following scheme:
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \series bold
13691
13692 \backslash
13693 colorbox{color}{box content}
13694 \end_layout
13695
13696 \begin_layout Standard
13697 The box content can also be a box and a 
13698 \series bold
13699
13700 \backslash
13701 colorbox
13702 \series default
13703  can also be part of another box (see the 2nd and 3rd example).
13704  When the box should contain a formula, an extra formula has to be created,
13705  the same way as for 
13706 \series bold
13707
13708 \backslash
13709 raisebox
13710 \series default
13711 .
13712 \begin_inset Foot
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716 This also applies for the command 
13717 \series bold
13718
13719 \backslash
13720 fcolorbox
13721 \series default
13722 .
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \end_layout
13729
13730 \begin_layout Standard
13731 One of the following predefined colors can be chosen:
13732 \end_layout
13733
13734 \begin_layout Standard
13735
13736 \series bold
13737 black
13738 \series default
13739
13740 \series bold
13741 blue
13742 \series default
13743
13744 \series bold
13745 cyan
13746 \series default
13747
13748 \series bold
13749 green
13750 \series default
13751
13752 \series bold
13753 magenta
13754 \series default
13755
13756 \series bold
13757 red
13758 \series default
13759
13760 \series bold
13761 white
13762 \series default
13763  and 
13764 \series bold
13765 yellow
13766 \end_layout
13767
13768 \begin_layout Standard
13769 \align center
13770 \begin_inset Tabular
13771 <lyxtabular version="3" rows="4" columns="2">
13772 <features tabularvalignment="middle">
13773 <column alignment="center" valignment="top" width="0">
13774 <column alignment="center" valignment="top" width="0">
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 Command
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Result
13790 \begin_inset Note Note
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795 \series bold
13796
13797 \backslash
13798 raisebox
13799 \series default
13800  is only used as spacer.
13801 \end_layout
13802
13803 \end_inset
13804
13805
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 </row>
13811 <row>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816
13817 \backslash
13818 colorbox{yellow
13819 \begin_inset Formula $\to$
13820 \end_inset
13821
13822
13823 \backslash
13824 {A=B
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13834 \end_inset
13835
13836
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 </row>
13842 <row>
13843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847
13848 \backslash
13849 colorbox{green
13850 \begin_inset Formula $\to$
13851 \end_inset
13852
13853
13854 \backslash
13855 {
13856 \backslash
13857 fbox
13858 \begin_inset ERT
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862
13863
13864 \backslash
13865 spce 
13866 \end_layout
13867
13868 \end_inset
13869
13870 A=B
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13880 \end_inset
13881
13882
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 </row>
13888 <row>
13889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893
13894 \backslash
13895 fbox
13896 \begin_inset ERT
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900
13901
13902 \backslash
13903 spce 
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \backslash
13910 colorbox{green
13911 \begin_inset Formula $\to$
13912 \end_inset
13913
13914
13915 \backslash
13916 {
13917 \family sans
13918 Ctrl+M
13919 \family default
13920  
13921 \family sans
13922 Ctrl+M
13923 \family default
13924  
13925 \backslash
13926 int
13927 \begin_inset ERT
13928 status collapsed
13929
13930 \begin_layout Plain Layout
13931
13932
13933 \backslash
13934 spce 
13935 \end_layout
13936
13937 \end_inset
13938
13939 C=D
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 </lyxtabular>
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965
13966 \series bold
13967
13968 \backslash
13969 colorbox
13970 \series default
13971  only colors the box but not the characters in the box.
13972  To color all characters, the whole formula is highlighted and the wanted
13973  color is chosen in the 
13974 \family sans
13975 Text
13976 \begin_inset space ~
13977 \end_inset
13978
13979 Style
13980 \family default
13981  dialog.
13982  The dialog can be called with the toolbar button 
13983 \begin_inset Graphics
13984         filename ../images/dialog-show_character.png
13985         scale 85
13986
13987 \end_inset
13988
13989  or the menu 
13990 \family sans
13991 Edit\SpecialChar \menuseparator
13992 Text
13993 \begin_inset space ~
13994 \end_inset
13995
13996 Style\SpecialChar \menuseparator
13997 Customized
13998 \family default
13999 .
14000  The formula number has then the same color as the formula.
14001  When the formula number should get another color than the formula characters,
14002  the color must be changed within the formula.
14003 \end_layout
14004
14005 \begin_layout Standard
14006 An example:
14007 \end_layout
14008
14009 \begin_layout Standard
14010
14011 \color red
14012 \begin_inset Formula \begin{equation}
14013 \int A=B\label{eq:red}\end{equation}
14014
14015 \end_inset
14016
14017
14018 \color green
14019
14020 \begin_inset Formula \begin{equation}
14021 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
14022
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \begin_layout Standard
14029 Formula 
14030 \begin_inset CommandInset ref
14031 LatexCommand eqref
14032 reference "eq:red"
14033
14034 \end_inset
14035
14036  is completely colored red.
14037 \begin_inset Newline newline
14038 \end_inset
14039
14040 Formula 
14041 \begin_inset CommandInset ref
14042 LatexCommand eqref
14043 reference "eq:redgreen"
14044
14045 \end_inset
14046
14047  was first completely colored green to set the color for the formula number.
14048  Subsequently the formula characters were colored red.
14049 \end_layout
14050
14051 \begin_layout Standard
14052 \begin_inset VSpace bigskip
14053 \end_inset
14054
14055 To color the frame different than the rest of the box, the command 
14056 \series bold
14057
14058 \backslash
14059 fcolorbox
14060 \series default
14061
14062 \begin_inset Index idx
14063 status collapsed
14064
14065 \begin_layout Plain Layout
14066 Commands ! F ! 
14067 \backslash
14068 fcolorbox
14069 \end_layout
14070
14071 \end_inset
14072
14073  is used in the following scheme:
14074 \end_layout
14075
14076 \begin_layout Standard
14077
14078 \series bold
14079
14080 \backslash
14081 fcolorbox{frame color}{color}{box content}
14082 \end_layout
14083
14084 \begin_layout Standard
14085 So 
14086 \series bold
14087
14088 \backslash
14089 fcolorbox
14090 \series default
14091  is an extension of the command 
14092 \series bold
14093
14094 \backslash
14095 colorbox
14096 \series default
14097 .
14098  The frame width is set, like for 
14099 \series bold
14100
14101 \backslash
14102 framebox
14103 \series default
14104 , with 
14105 \series bold
14106
14107 \backslash
14108 fboxrule
14109 \series default
14110  and 
14111 \series bold
14112
14113 \backslash
14114 fboxsep
14115 \series default
14116 .
14117  An example:
14118 \begin_inset ERT
14119 status collapsed
14120
14121 \begin_layout Plain Layout
14122
14123
14124 \backslash
14125 fboxrule 1mm 
14126 \backslash
14127 fboxsep 1mm
14128 \end_layout
14129
14130 \end_inset
14131
14132
14133 \begin_inset Formula \[
14134 \fcolorbox{cyan}{magenta}{A=B}\]
14135
14136 \end_inset
14137
14138
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144
14145 \backslash
14146 fboxrule 0.4pt 
14147 \backslash
14148 fboxsep 3pt
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \begin_layout Standard
14157 This formula was created with the command
14158 \begin_inset Newline newline
14159 \end_inset
14160
14161
14162 \series bold
14163
14164 \backslash
14165 fcolorbox{cyan
14166 \begin_inset Formula $\to$
14167 \end_inset
14168
14169
14170 \backslash
14171 {magenta
14172 \begin_inset Formula $\to$
14173 \end_inset
14174
14175
14176 \backslash
14177 {A=B
14178 \series default
14179 .
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace bigskip
14184 \end_inset
14185
14186 To use other colors than the predefined ones, they have to be defined first.
14187 \end_layout
14188
14189 \begin_layout Standard
14190 One can for example define the color 
14191 \begin_inset Quotes eld
14192 \end_inset
14193
14194
14195 \series bold
14196 darkgreen
14197 \series default
14198
14199 \begin_inset Quotes erd
14200 \end_inset
14201
14202  with the LaTeX-preamble line:
14203 \end_layout
14204
14205 \begin_layout Standard
14206
14207 \series bold
14208
14209 \backslash
14210 definecolor{darkgreen}{cmyk}{0.5,
14211 \series default
14212  
14213 \series bold
14214 0,
14215 \series default
14216  
14217 \series bold
14218 1,
14219 \series default
14220  
14221 \series bold
14222 0.5}
14223 \series default
14224
14225 \begin_inset Index idx
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 Commands ! D ! 
14230 \backslash
14231 definecolor
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240
14241 \series bold
14242 cmyk
14243 \series default
14244  is the color space that denotes the colors 
14245 \series bold
14246 cyan
14247 \series default
14248
14249 \series bold
14250 magenta
14251 \series default
14252
14253 \series bold
14254 yellow
14255 \series default
14256  and 
14257 \series bold
14258 black
14259 \series default
14260 .
14261  The four comma separated numbers are the portion factor for the corresponding
14262  colors of the color space.
14263  The factors can be in the range of 0
14264 \begin_inset space \thinspace{}
14265 \end_inset
14266
14267 -
14268 \begin_inset space \thinspace{}
14269 \end_inset
14270
14271 1.
14272  Instead of 
14273 \series bold
14274 cmyk
14275 \series default
14276  also the color space 
14277 \series bold
14278 rgb
14279 \series default
14280  can be used for definitions.
14281  
14282 \series bold
14283 rgb
14284 \series default
14285  denotes 
14286 \series bold
14287 red
14288 \series default
14289
14290 \series bold
14291 green
14292 \series default
14293  and 
14294 \series bold
14295 blue
14296 \series default
14297 , so that there are in this case three portion factors for the corresponding
14298  colors.
14299  Furthermore there is the color space 
14300 \series bold
14301 gray
14302 \series default
14303  with one portion factor for the gray value.
14304 \end_layout
14305
14306 \begin_layout Standard
14307 As example a framed box with the new defined color 
14308 \series bold
14309 darkgreen
14310 \series default
14311  where the characters have been colored 
14312 \series bold
14313 yellow
14314 \series default
14315 :
14316 \begin_inset Formula \begin{equation}
14317 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14318
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \begin_layout Standard
14325 Self-defined colors can also be used for text with the help of the command
14326  
14327 \series bold
14328
14329 \backslash
14330 textcolor
14331 \series default
14332 :
14333 \begin_inset Index idx
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337 Text ! colored
14338 \end_layout
14339
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \begin_layout Standard
14346 \begin_inset ERT
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350
14351
14352 \backslash
14353 textcolor{darkgreen}{
14354 \end_layout
14355
14356 \end_inset
14357
14358 This sentence is 
14359 \begin_inset Quotes eld
14360 \end_inset
14361
14362 darkgreen
14363 \begin_inset Quotes erd
14364 \end_inset
14365
14366 .
14367 \begin_inset ERT
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371
14372 }
14373 \end_layout
14374
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \begin_layout Standard
14381
14382 \series bold
14383
14384 \backslash
14385 textcolor
14386 \series default
14387
14388 \begin_inset Index idx
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392 Commands ! T ! 
14393 \backslash
14394 textcolor
14395 \end_layout
14396
14397 \end_inset
14398
14399  is used in the scheme 
14400 \series bold
14401
14402 \backslash
14403 textcolor{color}{characters to color}
14404 \series default
14405 .
14406 \end_layout
14407
14408 \begin_layout Subsection
14409 Paragraph Boxes
14410 \begin_inset CommandInset label
14411 LatexCommand label
14412 name "sub:Paragraph-Boxes"
14413
14414 \end_inset
14415
14416
14417 \begin_inset Index idx
14418 status collapsed
14419
14420 \begin_layout Plain Layout
14421 Boxes ! as paragraph
14422 \end_layout
14423
14424 \end_inset
14425
14426
14427 \end_layout
14428
14429 \begin_layout Standard
14430 A box that can contain several lines and paragraphs, a so called paragraph
14431  box (parbox), can be created with the menu 
14432 \family sans
14433 Insert\SpecialChar \menuseparator
14434 Box
14435 \family default
14436  or the toolbar button 
14437 \begin_inset Graphics
14438         filename ../images/box-insert.png
14439         scale 85
14440
14441 \end_inset
14442
14443 .
14444 \end_layout
14445
14446 \begin_layout Standard
14447 The following example shows a framed parbox in a line:
14448 \end_layout
14449
14450 \begin_layout Standard
14451 \begin_inset VSpace medskip
14452 \end_inset
14453
14454 This is a line 
14455 \begin_inset Box Boxed
14456 position "c"
14457 hor_pos "c"
14458 has_inner_box 1
14459 inner_pos "t"
14460 use_parbox 1
14461 use_makebox 0
14462 width "5cm"
14463 special "none"
14464 height "1in"
14465 height_special "totalheight"
14466 status open
14467
14468 \begin_layout Plain Layout
14469 This is a paragraph box.
14470  It is exactly 5
14471 \begin_inset space \thinspace{}
14472 \end_inset
14473
14474 cm long and can also contain formulas: 
14475 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \end_inset
14482
14483  with a parbox.
14484 \end_layout
14485
14486 \begin_layout Standard
14487 \begin_inset VSpace medskip
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 Such a box is created by right-clicking on the gray box inset.
14495  A dialog pops up showing the box properties.
14496  In our case set: 
14497 \emph on
14498 Decoration
14499 \emph default
14500 : Recangular box, 
14501 \emph on
14502 Inner Box
14503 \emph default
14504 : Parbox, 
14505 \emph on
14506 Width
14507 \emph default
14508 : 5
14509 \begin_inset space \thinspace{}
14510 \end_inset
14511
14512 cm, 
14513 \emph on
14514 Vertical Box Alignment
14515 \emph default
14516 : Middle
14517 \end_layout
14518
14519 \begin_layout Standard
14520 \begin_inset VSpace medskip
14521 \end_inset
14522
14523 In LaTeX a parbox is created with the command 
14524 \series bold
14525
14526 \backslash
14527 parbox
14528 \series default
14529
14530 \begin_inset Index idx
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534 Commands ! P ! 
14535 \backslash
14536 parbox
14537 \end_layout
14538
14539 \end_inset
14540
14541  that has the following scheme:
14542 \end_layout
14543
14544 \begin_layout Standard
14545
14546 \series bold
14547
14548 \backslash
14549 parbox[position]{width}{box content}
14550 \end_layout
14551
14552 \begin_layout Standard
14553 The positions 
14554 \emph on
14555 b
14556 \emph default
14557  and 
14558 \emph on
14559 t
14560 \emph default
14561  are possible.
14562  
14563 \emph on
14564 b
14565 \emph default
14566  for bottom means that the box is aligned within the surrounding text with
14567  its last line.
14568  With 
14569 \emph on
14570 t
14571 \emph default
14572  for top this is done with the first line.
14573  When no position is given, the box will be vertically centered, see section
14574  
14575 \emph on
14576 Boxes
14577 \emph default
14578  of the 
14579 \emph on
14580 Embedded
14581 \begin_inset space ~
14582 \end_inset
14583
14584 Objects
14585 \emph default
14586  manual for examples.
14587 \end_layout
14588
14589 \begin_layout Standard
14590 \begin_inset VSpace bigskip
14591 \end_inset
14592
14593 To frame formulas completely, including the formula number, the formula
14594  must be set into a parbox.
14595  To do this, the command 
14596 \series bold
14597
14598 \backslash
14599 fbox{
14600 \backslash
14601 parbox{
14602 \backslash
14603 linewidth-2
14604 \backslash
14605 fboxsep-2
14606 \backslash
14607 fboxrule}{
14608 \series default
14609  is inserted in TeX-mode before the formula.
14610  
14611 \series bold
14612
14613 \backslash
14614 linewidth
14615 \series default
14616
14617 \begin_inset Index idx
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621 Commands ! L ! 
14622 \backslash
14623 linewidth
14624 \end_layout
14625
14626 \end_inset
14627
14628  is hereby the line width set for the document.
14629  Because the frame is outside the parbox, 2
14630 \begin_inset space \thinspace{}
14631 \end_inset
14632
14633 times the frame separation and the frame thickness must be subtracted from
14634  the line width.
14635  As this is not automatically done by LyX due to a bug
14636 \begin_inset Foot
14637 status collapsed
14638
14639 \begin_layout Plain Layout
14640 \begin_inset CommandInset href
14641 LatexCommand href
14642 name "LyX-bug #4483"
14643 target "http://www.lyx.org/trac/ticket/4483"
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651
14652 , TeX-mode has to be used.
14653  To be able to multiply and subtract in arguments, the LaTeX-package 
14654 \series bold
14655 calc
14656 \series default
14657
14658 \begin_inset Foot
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662
14663 \series bold
14664 calc
14665 \series default
14666  is part of every LaTeX standard installation.
14667 \end_layout
14668
14669 \end_inset
14670
14671
14672 \begin_inset Index idx
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 Packages ! calc
14677 \end_layout
14678
14679 \end_inset
14680
14681  must be loaded in the LaTeX-preamble with the line
14682 \end_layout
14683
14684 \begin_layout Standard
14685
14686 \series bold
14687
14688 \backslash
14689 usepackage{calc}
14690 \end_layout
14691
14692 \begin_layout Standard
14693 Behind the formula both boxes are closed by entering 
14694 \series bold
14695 }}
14696 \series default
14697  in TeX-mode.
14698  Here is an example:
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704
14705 \backslash
14706 fboxsep 5mm 
14707 \backslash
14708 fboxrule 5mm
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724 fbox{
14725 \backslash
14726 parbox{
14727 \backslash
14728 linewidth-2
14729 \backslash
14730 fboxsep-2
14731 \backslash
14732 fboxrule}{
14733 \end_layout
14734
14735 \end_inset
14736
14737
14738 \begin_inset Formula \begin{equation}
14739 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14740
14741 \end_inset
14742
14743
14744 \begin_inset ERT
14745 status collapsed
14746
14747 \begin_layout Plain Layout
14748
14749 }}
14750 \end_layout
14751
14752 \end_inset
14753
14754
14755 \begin_inset ERT
14756 status collapsed
14757
14758 \begin_layout Plain Layout
14759
14760
14761 \backslash
14762 fboxrule 0.4pt 
14763 \backslash
14764 fboxsep 3pt
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Standard
14773 \begin_inset VSpace medskip
14774 \end_inset
14775
14776 As a parbox is used as argument of 
14777 \series bold
14778
14779 \backslash
14780 fbox
14781 \series default
14782 , there is in this case no difference between 
14783 \series bold
14784
14785 \backslash
14786 fbox
14787 \series default
14788  and 
14789 \series bold
14790
14791 \backslash
14792 boxed
14793 \series default
14794 .
14795 \end_layout
14796
14797 \begin_layout Standard
14798 \begin_inset VSpace bigskip
14799 \end_inset
14800
14801 Paragraph boxes are very useful to comment formulas directly.
14802  To do this, 
14803 \series bold
14804
14805 \backslash
14806 parbox
14807 \series default
14808  is used in combination with the command 
14809 \series bold
14810
14811 \backslash
14812 tag
14813 \series default
14814 .
14815  (more about 
14816 \series bold
14817
14818 \backslash
14819 tag
14820 \series default
14821  see 
14822 \begin_inset CommandInset ref
14823 LatexCommand ref
14824 reference "sub:User-defined-Numbering"
14825
14826 \end_inset
14827
14828 )
14829 \end_layout
14830
14831 \begin_layout Standard
14832 An example of a formula commented with 
14833 \series bold
14834
14835 \backslash
14836 parbox
14837 \series default
14838 :
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847
14848 \backslash
14849 [5x-7b=3b
14850 \backslash
14851 tag*{
14852 \backslash
14853 parbox{5cm}{
14854 \end_layout
14855
14856 \end_inset
14857
14858 This is a description.
14859  It is distinctly separated from the formula and multiline.
14860 \begin_inset ERT
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864
14865 }}
14866 \backslash
14867 ]
14868 \end_layout
14869
14870 \end_inset
14871
14872
14873 \end_layout
14874
14875 \begin_layout Standard
14876 Such a formula must be inserted completely in TeX-mode because LyX does
14877  not yet support the command 
14878 \series bold
14879
14880 \backslash
14881 parbox
14882 \series default
14883  in formulas.
14884  The formula is created with the following command sequence:
14885 \end_layout
14886
14887 \begin_layout Standard
14888 The command 
14889 \series bold
14890
14891 \backslash
14892 [5x-7b=3b
14893 \backslash
14894 tag*
14895 \backslash
14896 {
14897 \backslash
14898 parbox{5cm}{
14899 \series default
14900  is inserted in TeX-mode.
14901 \begin_inset Foot
14902 status collapsed
14903
14904 \begin_layout Plain Layout
14905 When the formula style 
14906 \series bold
14907 Indented
14908 \series default
14909  is used, 
14910 \series bold
14911
14912 \backslash
14913 tag*
14914 \backslash
14915 {
14916 \series default
14917  can also be replaced by 
14918 \series bold
14919
14920 \backslash
14921 hfill
14922 \series default
14923 .
14924  (formula styles see 
14925 \begin_inset CommandInset ref
14926 LatexCommand ref
14927 reference "sec:Formula-Styles"
14928
14929 \end_inset
14930
14931 )
14932 \end_layout
14933
14934 \end_inset
14935
14936  Then the description follows as normal text and finally 
14937 \series bold
14938 }}
14939 \backslash
14940 ]
14941 \series default
14942  is inserted in TeX-mode.
14943  The commands 
14944 \series bold
14945
14946 \backslash
14947 [
14948 \series default
14949  and 
14950 \series bold
14951
14952 \backslash
14953 ]
14954 \series default
14955  hereby create a displayed formula.
14956 \end_layout
14957
14958 \begin_layout Standard
14959 The advantages of 
14960 \series bold
14961
14962 \backslash
14963 parbox
14964 \series default
14965  can be seen in this example that was 
14966 \begin_inset Quotes eld
14967 \end_inset
14968
14969 commented
14970 \begin_inset Quotes erd
14971 \end_inset
14972
14973  using the mathematical textmode:
14974 \begin_inset Formula \[
14975 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \begin_layout Section
14983 Operators
14984 \begin_inset Index idx
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988 Operators
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Subsection
14997 Big Operators
14998 \begin_inset CommandInset label
14999 LatexCommand label
15000 name "sub:Big-Operators"
15001
15002 \end_inset
15003
15004
15005 \begin_inset Index idx
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009 Operators ! big
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \begin_inset Index idx
15016 status collapsed
15017
15018 \begin_layout Plain Layout
15019 Sums
15020 \end_layout
15021
15022 \end_inset
15023
15024
15025 \begin_inset Index idx
15026 status collapsed
15027
15028 \begin_layout Plain Layout
15029 Integrals
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Standard
15038 To be able to use all integral operators listed here, the option 
15039 \family sans
15040 Use esint package automatically
15041 \family default
15042  must be set in the document settings under 
15043 \family sans
15044 Math
15045 \begin_inset space ~
15046 \end_inset
15047
15048 Options
15049 \family default
15050 .
15051 \end_layout
15052
15053 \begin_layout Standard
15054 \begin_inset space \hfill{}
15055 \end_inset
15056
15057
15058 \begin_inset Tabular
15059 <lyxtabular version="3" rows="11" columns="2">
15060 <features tabularvalignment="middle">
15061 <column alignment="center" valignment="top" width="0pt">
15062 <column alignment="center" valignment="top" width="0pt">
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 Command
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 Result
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 <row>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \backslash
15090 int
15091 \begin_inset Index idx
15092 status collapsed
15093
15094 \begin_layout Plain Layout
15095 Commands ! I ! 
15096 \backslash
15097 int
15098 \end_layout
15099
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 \begin_inset Formula $\int$
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \backslash
15127 oint
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 \begin_inset Formula $\oint$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \backslash
15152 ointctrclockwise
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 \begin_inset Formula $\ointctrclockwise$
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \backslash
15177 ointclockwise
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 \begin_inset Formula $\ointclockwise$
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 </row>
15195 <row>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200
15201 \backslash
15202 sqint
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 \begin_inset Formula $\sqint$
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225
15226 \backslash
15227 fint
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236  
15237 \begin_inset Formula $\fint$
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \backslash
15253 landupint
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262  
15263 \begin_inset Formula $\landupint$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 landdownint
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288  
15289 \begin_inset Formula $\landdownint$
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \backslash
15305 bigcap
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 \begin_inset Formula $\bigcap$
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328
15329 \backslash
15330 bigcup
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339 \begin_inset Formula $\bigcup$
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 </row>
15348 </lyxtabular>
15349
15350 \end_inset
15351
15352
15353 \begin_inset space \hfill{}
15354 \end_inset
15355
15356
15357 \begin_inset Tabular
15358 <lyxtabular version="3" rows="11" columns="2">
15359 <features tabularvalignment="middle">
15360 <column alignment="center" valignment="top" width="0pt">
15361 <column alignment="center" valignment="top" width="0pt">
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367 Command
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 Result
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387
15388 \backslash
15389 sum
15390 \begin_inset Index idx
15391 status collapsed
15392
15393 \begin_layout Plain Layout
15394 Commands ! S ! 
15395 \backslash
15396 sum
15397 \end_layout
15398
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 \begin_inset Formula $\sum$
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 </row>
15419 <row>
15420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424
15425 \backslash
15426 prod
15427 \begin_inset Index idx
15428 status collapsed
15429
15430 \begin_layout Plain Layout
15431 Commands ! P ! 
15432 \backslash
15433 prod
15434 \end_layout
15435
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 \begin_inset Formula $\prod$
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \backslash
15463 coprod
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 \begin_inset Formula $\coprod$
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \backslash
15488 bigodot
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 \begin_inset Formula $\bigodot$
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \backslash
15513 bigotimes
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 \begin_inset Formula $\bigotimes$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \backslash
15538 bigoplus
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Formula $\bigoplus$
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \backslash
15563 bigwedge
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Formula $\bigwedge$
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \backslash
15588 bigvee
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 \begin_inset Formula $\bigvee$
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 <row>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \backslash
15613 bigsqcup
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622 \begin_inset Formula $\bigsqcup$
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 <row>
15632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636
15637 \backslash
15638 biguplus
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647 \begin_inset Formula $\biguplus$
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 </row>
15656 </lyxtabular>
15657
15658 \end_inset
15659
15660
15661 \begin_inset space \hfill{}
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \begin_layout Standard
15668 All big operators can also be inserted via the math toolbar button 
15669 \begin_inset Graphics
15670         filename ../images/math/intop.png
15671         scale 85
15672
15673 \end_inset
15674
15675 .
15676 \end_layout
15677
15678 \begin_layout Standard
15679 The operators are called big because they are bigger than the sometimes
15680  equal looking binary operators.
15681  All big operators can have limits as described in the next subsection.
15682 \end_layout
15683
15684 \begin_layout Standard
15685 For all integral operators there is a second version available, ending on
15686  
15687 \series bold
15688 op
15689 \series default
15690
15691 \series bold
15692
15693 \backslash
15694 intop
15695 \series default
15696
15697 \series bold
15698
15699 \backslash
15700 ointop
15701 \series default
15702  etc..
15703  These operators are different from 
15704 \series bold
15705
15706 \backslash
15707 int
15708 \series default
15709  etc.
15710 \begin_inset space \space{}
15711 \end_inset
15712
15713 in the style the operator limits are displayed, see 
15714 \begin_inset CommandInset ref
15715 LatexCommand ref
15716 reference "sub:Operator-Limits"
15717
15718 \end_inset
15719
15720 .
15721  
15722 \end_layout
15723
15724 \begin_layout Subsubsection*
15725 Advice for Integrals
15726 \end_layout
15727
15728 \begin_layout Standard
15729 The letter 
15730 \emph on
15731 d
15732 \emph default
15733  in an integral is an operator, that therefore has to be set upright.
15734  This is done by highlighting the 
15735 \emph on
15736 d
15737 \emph default
15738  and using the keyboard shortcut 
15739 \begin_inset Info
15740 type  "shortcut"
15741 arg   "font-roman"
15742 \end_inset
15743
15744
15745 \begin_inset Foot
15746 status collapsed
15747
15748 \begin_layout Plain Layout
15749 Font styles
15750 \series bold
15751  
15752 \series default
15753 see 
15754 \begin_inset CommandInset ref
15755 LatexCommand ref
15756 reference "sub:Font-Styles"
15757
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \end_inset
15764
15765 .
15766  Finally the smallest space is inserted before the 
15767 \emph on
15768 d
15769 \emph default
15770 , as this is usual for operators.
15771  An example:
15772 \end_layout
15773
15774 \begin_layout Standard
15775 incorrect: 
15776 \begin_inset Formula $\int A(x)dx$
15777 \end_inset
15778
15779
15780 \begin_inset Newline newline
15781 \end_inset
15782
15783
15784 \begin_inset Phantom HPhantom
15785 status open
15786
15787 \begin_layout Plain Layout
15788 in
15789 \end_layout
15790
15791 \end_inset
15792
15793 correct: 
15794 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \begin_layout Standard
15801 For multiple integrals there are the following commands:
15802 \begin_inset VSpace medskip
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Standard
15809 \begin_inset space \hfill{}
15810 \end_inset
15811
15812
15813 \begin_inset Tabular
15814 <lyxtabular version="3" rows="4" columns="2">
15815 <features tabularvalignment="middle">
15816 <column alignment="center" valignment="top" width="0">
15817 <column alignment="center" valignment="top" width="0">
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 Command
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 Result
15833 \begin_inset Note Note
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837
15838 \series bold
15839
15840 \backslash
15841 raisebox
15842 \series default
15843  is only used as spacer.
15844 \end_layout
15845
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 </row>
15854 <row>
15855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859
15860 \backslash
15861 iint
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15871 \end_inset
15872
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row>
15880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \backslash
15886 oiint
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \backslash
15911 sqiint
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 </row>
15929 </lyxtabular>
15930
15931 \end_inset
15932
15933
15934 \begin_inset space \hfill{}
15935 \end_inset
15936
15937
15938 \begin_inset Tabular
15939 <lyxtabular version="3" rows="4" columns="2">
15940 <features tabularvalignment="middle">
15941 <column alignment="center" valignment="top" width="0">
15942 <column alignment="center" valignment="top" width="0">
15943 <row>
15944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 Command
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 Result
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \backslash
15970 iiint
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15980 \end_inset
15981
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 </row>
15988 <row>
15989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \backslash
15995 iiiint
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \backslash
16020 dotsint
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 </row>
16038 </lyxtabular>
16039
16040 \end_inset
16041
16042
16043 \begin_inset space \hfill{}
16044 \end_inset
16045
16046
16047 \end_layout
16048
16049 \begin_layout Subsection
16050 Operator Limits
16051 \begin_inset CommandInset label
16052 LatexCommand label
16053 name "sub:Operator-Limits"
16054
16055 \end_inset
16056
16057
16058 \begin_inset Index idx
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062 Operators ! Limits
16063 \end_layout
16064
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \begin_layout Standard
16071 Limits are created by super- and subscripts:
16072 \end_layout
16073
16074 \begin_layout Standard
16075 \align center
16076 \begin_inset Tabular
16077 <lyxtabular version="3" rows="2" columns="2">
16078 <features tabularvalignment="middle">
16079 <column alignment="center" valignment="top" width="0pt">
16080 <column alignment="center" valignment="top" width="0pt">
16081 <row>
16082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 Command
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 Result
16096 \begin_inset Note Note
16097 status collapsed
16098
16099 \begin_layout Plain Layout
16100
16101 \series bold
16102
16103 \backslash
16104 raisebox
16105 \series default
16106  is only used as spacer.
16107 \end_layout
16108
16109 \end_inset
16110
16111
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122
16123 \backslash
16124 prod^
16125 \backslash
16126 infty
16127 \begin_inset ERT
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131
16132
16133 \backslash
16134 spce 
16135 \end_layout
16136
16137 \end_inset
16138
16139
16140 \begin_inset Formula $\to$
16141 \end_inset
16142
16143 _0
16144 \begin_inset Formula $\to$
16145 \end_inset
16146
16147 A(x)
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 </row>
16165 </lyxtabular>
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \begin_layout Standard
16173 Limits of inline formulas are set right beside the operator.
16174  Limits in displayed formulas are set above or below the operator, except
16175  for integral limits.
16176 \end_layout
16177
16178 \begin_layout Standard
16179 To force that the limits are set beside the operator, the cursor is set
16180  directly behind the operator and the limits type is changed with the menu
16181  
16182 \family sans
16183 Edit\SpecialChar \menuseparator
16184 Math\SpecialChar \menuseparator
16185 Change Limits Type
16186 \family default
16187  to 
16188 \family sans
16189 \series bold
16190 Inline
16191 \family default
16192 \series default
16193  (shortcut 
16194 \begin_inset Info
16195 type  "shortcut"
16196 arg   "math-limits"
16197 \end_inset
16198
16199 ).
16200  An example:
16201 \end_layout
16202
16203 \begin_layout Standard
16204 The default limits type is this:
16205 \begin_inset Formula \[
16206 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16207
16208 \end_inset
16209
16210 This is how it looks when the limits type was changed to 
16211 \family sans
16212 \series bold
16213 Inline
16214 \family default
16215 \series default
16216 :
16217 \begin_inset Formula \[
16218 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16219
16220 \end_inset
16221
16222 For integrals, except those ending with 
16223 \series bold
16224 op
16225 \series default
16226  like 
16227 \series bold
16228
16229 \backslash
16230 intop
16231 \series default
16232
16233 \series bold
16234
16235 \backslash
16236 ointop
16237 \series default
16238  etc., the limits are by default set beside the operator.
16239  But for multiple integrals the limits are often set below the operator.
16240  In the following example the limits type was therefore set to 
16241 \series bold
16242 Display
16243 \series default
16244  and so set below the integrals:
16245 \begin_inset Formula \begin{equation}
16246 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16247
16248 \end_inset
16249
16250
16251 \end_layout
16252
16253 \begin_layout Standard
16254 \begin_inset VSpace medskip
16255 \end_inset
16256
16257 To specify conditions for limits, the commands 
16258 \series bold
16259
16260 \backslash
16261 subarray
16262 \series default
16263
16264 \begin_inset Index idx
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268 Commands ! S ! 
16269 \backslash
16270 subarray
16271 \end_layout
16272
16273 \end_inset
16274
16275  and 
16276 \series bold
16277
16278 \backslash
16279 substack
16280 \series default
16281
16282 \begin_inset Index idx
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286 Commands ! S ! 
16287 \backslash
16288 substack
16289 \end_layout
16290
16291 \end_inset
16292
16293  are used.
16294  To create for example this expression 
16295 \begin_inset Formula \begin{equation}
16296 \sum_{\begin{subarray}{c}
16297 0<k<1000\\
16298 \\
16299 k\,\in\,\mathbb{N}
16300 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16301
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \begin_layout Standard
16308 the following has to be done:
16309 \begin_inset Newline newline
16310 \end_inset
16311
16312 First the command 
16313 \series bold
16314
16315 \backslash
16316 sum
16317 \series default
16318 ^
16319 \series bold
16320 n
16321 \begin_inset ERT
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325
16326
16327 \backslash
16328 spce 
16329 \end_layout
16330
16331 \end_inset
16332
16333 _
16334 \series default
16335  is typed in.
16336  One is now in a blue box under the summation operator and insert there
16337  the command 
16338 \series bold
16339
16340 \backslash
16341 subarray
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 .
16357  The blue box is now within a purple box and now several lines can be written
16358  among each other.
16359  A new line is created by inserting a line break (
16360 \begin_inset Info
16361 type  "shortcut"
16362 arg   "newline-insert newline"
16363 \end_inset
16364
16365 ).
16366  When now
16367 \begin_inset Newline newline
16368 \end_inset
16369
16370
16371 \series bold
16372 0<k<1000 Ctrl+Return
16373 \begin_inset Newline newline
16374 \end_inset
16375
16376
16377 \series default
16378 is typed in, a new box appears below for the new line.
16379 \end_layout
16380
16381 \begin_layout Standard
16382 The alignment of the lines can be changed to left aligned with the 
16383 \family sans
16384 table
16385 \family default
16386  
16387 \family sans
16388 toolbar
16389 \family default
16390  or the menu 
16391 \family sans
16392 Edit\SpecialChar \menuseparator
16393 Rows &Columns
16394 \family default
16395 .
16396  To get right alignment, 
16397 \series bold
16398
16399 \backslash
16400 hfill
16401 \begin_inset ERT
16402 status collapsed
16403
16404 \begin_layout Plain Layout
16405
16406
16407 \backslash
16408 spce 
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \series default
16415  is inserted at the beginning of the line.
16416 \end_layout
16417
16418 \begin_layout Standard
16419 The command 
16420 \series bold
16421
16422 \backslash
16423 substack
16424 \series default
16425  is equivalent to 
16426 \series bold
16427
16428 \backslash
16429 subarray
16430 \series default
16431  with the difference that the lines are always centered.
16432 \end_layout
16433
16434 \begin_layout Standard
16435 \begin_inset VSpace bigskip
16436 \end_inset
16437
16438 Like in formula 
16439 \begin_inset CommandInset ref
16440 LatexCommand eqref
16441 reference "eq:substack"
16442
16443 \end_inset
16444
16445  there can be too much space beside an operator, because the characters
16446  following the operator are set beside the limits.
16447 \end_layout
16448
16449 \begin_layout Standard
16450 To avoid this, the following macro can be used in the LaTeX-preamble:
16451 \end_layout
16452
16453 \begin_layout Standard
16454
16455 \series bold
16456
16457 \backslash
16458 def
16459 \backslash
16460 clap#1{
16461 \backslash
16462 hbox to 0pt{
16463 \backslash
16464 hss #1
16465 \backslash
16466 hss}}
16467 \begin_inset Newline newline
16468 \end_inset
16469
16470
16471 \backslash
16472 def
16473 \backslash
16474 mathclap {
16475 \backslash
16476 mathpalette 
16477 \backslash
16478 mathclapinternal}
16479 \begin_inset Newline newline
16480 \end_inset
16481
16482
16483 \backslash
16484 def
16485 \backslash
16486 mathclapinternal #1#2{
16487 \backslash
16488 clap{$
16489 \backslash
16490 mathsurround =0pt #1{#2}$}}
16491 \end_layout
16492
16493 \begin_layout Standard
16494 This defines the command 
16495 \series bold
16496
16497 \backslash
16498 mathclap
16499 \series default
16500
16501 \begin_inset Index idx
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505 Commands ! M ! 
16506 \backslash
16507 mathclap
16508 \end_layout
16509
16510 \end_inset
16511
16512  that sets the width of the limit to 0
16513 \begin_inset space \thinspace{}
16514 \end_inset
16515
16516 pt.
16517  The command scheme is
16518 \end_layout
16519
16520 \begin_layout Standard
16521
16522 \series bold
16523
16524 \backslash
16525 mathclap{limit}
16526 \end_layout
16527
16528 \begin_layout Standard
16529 where the limit can consist of several conditions.
16530 \end_layout
16531
16532 \begin_layout Standard
16533 Applied on formula 
16534 \begin_inset CommandInset ref
16535 LatexCommand eqref
16536 reference "eq:substack"
16537
16538 \end_inset
16539
16540 , one uses the command
16541 \end_layout
16542
16543 \begin_layout Standard
16544
16545 \series bold
16546
16547 \backslash
16548 sum_
16549 \backslash
16550 mathclap{
16551 \backslash
16552 substack
16553 \begin_inset ERT
16554 status collapsed
16555
16556 \begin_layout Plain Layout
16557
16558
16559 \backslash
16560 spce 
16561 \end_layout
16562
16563 \end_inset
16564
16565 0<k<1000 Ctrl+Return
16566 \end_layout
16567
16568 \begin_layout Standard
16569 to create the lower limit.
16570  The summand is now directly behind the summation operator:
16571 \begin_inset Formula \[
16572 \sum_{\mathclap{\substack{0<k<1000\\
16573 \\
16574 k\,\in\,\mathbb{N}
16575 }
16576 }}^{n}k^{-2}\]
16577
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \begin_layout Standard
16584 \begin_inset VSpace bigskip
16585 \end_inset
16586
16587 How to use one limit for several operators is described in 
16588 \begin_inset CommandInset ref
16589 LatexCommand ref
16590 reference "sub:Self-defined-Operators"
16591
16592 \end_inset
16593
16594 .
16595 \end_layout
16596
16597 \begin_layout Subsection
16598 Binary Operators
16599 \begin_inset CommandInset label
16600 LatexCommand label
16601 name "sub:Binary-Operators"
16602
16603 \end_inset
16604
16605
16606 \begin_inset Index idx
16607 status collapsed
16608
16609 \begin_layout Plain Layout
16610 Operators ! binary
16611 \end_layout
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \begin_layout Standard
16619 Binary operators are surrounded by space when there is a character before
16620  and behind them.
16621 \begin_inset VSpace medskip
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \begin_layout Standard
16628 \begin_inset space \hfill{}
16629 \end_inset
16630
16631
16632 \begin_inset Tabular
16633 <lyxtabular version="3" rows="13" columns="2">
16634 <features tabularvalignment="middle">
16635 <column alignment="center" valignment="top" width="0pt">
16636 <column alignment="center" valignment="top" width="0pt">
16637 <row>
16638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 Command
16643 \begin_inset Note Note
16644 status collapsed
16645
16646 \begin_layout Plain Layout
16647
16648 \series bold
16649
16650 \backslash
16651 raisebox
16652 \series default
16653  is only used as spacer.
16654 \end_layout
16655
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 Result
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 +
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Formula $+$
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 </row>
16696 <row>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 -
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Formula $-$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \backslash
16726 pm
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $\pm$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \backslash
16751 mp
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $\mp$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \backslash
16776 cdot
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\cdot$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799
16800 \backslash
16801 times
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 \begin_inset Formula $\times$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \backslash
16826 div
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\div$
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 </row>
16844 <row>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset ERT
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853
16854
16855 \backslash
16856 raisebox{-1.2mm}{
16857 \end_layout
16858
16859 \end_inset
16860
16861 *
16862 \begin_inset ERT
16863 status collapsed
16864
16865 \begin_layout Plain Layout
16866
16867 }
16868 \end_layout
16869
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $*$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \backslash
16897 star
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\star$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \backslash
16922 circ
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Formula $\circ$
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945
16946 \backslash
16947 diamond
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Formula $\diamond$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 bullet
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\bullet$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 </lyxtabular>
16991
16992 \end_inset
16993
16994
16995 \begin_inset space \hfill{}
16996 \end_inset
16997
16998
16999 \begin_inset Tabular
17000 <lyxtabular version="3" rows="13" columns="2">
17001 <features tabularvalignment="middle">
17002 <column alignment="center" valignment="top" width="0pt">
17003 <column alignment="center" valignment="top" width="0pt">
17004 <row>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Command
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 Result
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 nabla
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\nabla$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \backslash
17056 bigtriangledown
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\bigtriangledown$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079
17080 \backslash
17081 bigtriangleup
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Formula $\bigtriangleup$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \backslash
17106 Box
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $\Box$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \backslash
17131 cap 
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 \begin_inset Formula $\cap$
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \backslash
17156 cup
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $\cup$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 dagger
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 \begin_inset Formula $\dagger$
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \backslash
17206 ddagger
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\ddagger$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 wr
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\wr$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \backslash
17256 bigcirc
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $\bigcirc$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 wedge
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\wedge$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 vee
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\vee$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 </lyxtabular>
17325
17326 \end_inset
17327
17328
17329 \begin_inset space \hfill{}
17330 \end_inset
17331
17332
17333 \begin_inset Tabular
17334 <lyxtabular version="3" rows="13" columns="2">
17335 <features tabularvalignment="middle">
17336 <column alignment="center" valignment="top" width="0pt">
17337 <column alignment="center" valignment="top" width="0pt">
17338 <row>
17339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 Command
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 Result
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \backslash
17365 oplus
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 \begin_inset Formula $\oplus$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 <row>
17384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388
17389 \backslash
17390 ominus
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 \begin_inset Formula $\ominus$
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 </row>
17408 <row>
17409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413
17414 \backslash
17415 otimes
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 \begin_inset Formula $\otimes$
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 </row>
17433 <row>
17434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438
17439 \backslash
17440 oslash
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 \begin_inset Formula $\oslash$
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 </row>
17458 <row>
17459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463
17464 \backslash
17465 odot
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 \begin_inset Formula $\odot$
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 </row>
17483 <row>
17484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \backslash
17490 amalg
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 \begin_inset Formula $\amalg$
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 </row>
17508 <row>
17509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513
17514 \backslash
17515 uplus
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 \begin_inset Formula $\uplus$
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 </row>
17533 <row>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \backslash
17540 setminus
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\setminus$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \backslash
17565 sqcap
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Formula $\sqcap$
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 <row>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588
17589 \backslash
17590 sqcup
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 \begin_inset Formula $\sqcup$
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 </row>
17608 <row>
17609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613
17614 \backslash
17615 triangleleft
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout Plain Layout
17624 \begin_inset Formula $\triangleleft$
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 <row>
17634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638
17639 \backslash
17640 triangleright
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649 \begin_inset Formula $\triangleright$
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 </row>
17658 </lyxtabular>
17659
17660 \end_inset
17661
17662
17663 \begin_inset space \hfill{}
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Standard
17670 All binary operators can also be inserted via the math toolbar button 
17671 \begin_inset Graphics
17672         filename ../images/math/pm.png
17673         scale 85
17674
17675 \end_inset
17676
17677 .
17678 \end_layout
17679
17680 \begin_layout Standard
17681 To typeset the Laplace operator also 
17682 \series bold
17683
17684 \backslash
17685 Delta
17686 \series default
17687  or 
17688 \series bold
17689
17690 \backslash
17691 nabla
17692 \series default
17693 ^
17694 \series bold
17695 2
17696 \series default
17697  (
17698 \begin_inset Formula $\nabla^{2}$
17699 \end_inset
17700
17701 ) can be used instead of 
17702 \series bold
17703
17704 \backslash
17705 bigtriangleup
17706 \series default
17707  .
17708 \end_layout
17709
17710 \begin_layout Standard
17711 The character 
17712 \family sans
17713 Menu Separator
17714 \family default
17715  from the menu 
17716 \family sans
17717 Insert\SpecialChar \menuseparator
17718 Special Character
17719 \family default
17720  is the operator 
17721 \series bold
17722
17723 \backslash
17724 triangleright
17725 \series default
17726 .
17727 \end_layout
17728
17729 \begin_layout Subsection
17730 Self-defined Operators
17731 \begin_inset CommandInset label
17732 LatexCommand label
17733 name "sub:Self-defined-Operators"
17734
17735 \end_inset
17736
17737
17738 \begin_inset Index idx
17739 status collapsed
17740
17741 \begin_layout Plain Layout
17742 Operators ! self-defined
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \begin_layout Standard
17751 With the help of the command 
17752 \series bold
17753
17754 \backslash
17755 DeclareMathOperator
17756 \series default
17757
17758 \begin_inset Index idx
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762 Commands ! D ! 
17763 \backslash
17764 dbinom@
17765 \backslash
17766 DeclareMathOperator
17767 \end_layout
17768
17769 \end_inset
17770
17771  custom operators can be defined in the LaTeX-preamble.
17772  Its command scheme is:
17773 \end_layout
17774
17775 \begin_layout Standard
17776
17777 \series bold
17778
17779 \backslash
17780 DeclareMathOperator{new command}{display}
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Display can be characters or symbols that define how the operator looks
17785  in the output.
17786  To define a big operator a * is set behind the command.
17787  All self-defined big operators can have limits as described in 
17788 \begin_inset CommandInset ref
17789 LatexCommand ref
17790 reference "sub:Operator-Limits"
17791
17792 \end_inset
17793
17794 .
17795 \end_layout
17796
17797 \begin_layout Standard
17798 For example the LaTeX-preamble line
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \series bold
17804
17805 \backslash
17806 DeclareMathOperator*{
17807 \backslash
17808 Lozenge}{
17809 \backslash
17810 blacklozenge}
17811 \end_layout
17812
17813 \begin_layout Standard
17814 defines the command 
17815 \series bold
17816
17817 \backslash
17818 Lozenge
17819 \series default
17820 , that inserts a big operator consisting of the lozenge symbol from 
17821 \begin_inset CommandInset ref
17822 LatexCommand ref
17823 reference "sub:Miscellaneous-Symbols"
17824
17825 \end_inset
17826
17827 :
17828 \begin_inset Formula \[
17829 \Lozenge_{n=1}^{\infty}\]
17830
17831 \end_inset
17832
17833 The command for this formula is: 
17834 \series bold
17835
17836 \backslash
17837 Lozenge
17838 \series default
17839 ^
17840 \series bold
17841
17842 \backslash
17843 infty
17844 \begin_inset Formula $\to$
17845 \end_inset
17846
17847 _n=1
17848 \end_layout
17849
17850 \begin_layout Standard
17851 \begin_inset VSpace bigskip
17852 \end_inset
17853
17854 When self-defined operators are not used several times in the document,
17855  they can also be defined with the commands 
17856 \series bold
17857
17858 \backslash
17859 mathop
17860 \series default
17861
17862 \begin_inset Index idx
17863 status collapsed
17864
17865 \begin_layout Plain Layout
17866 Commands ! M ! 
17867 \backslash
17868 mathop
17869 \end_layout
17870
17871 \end_inset
17872
17873  and 
17874 \series bold
17875
17876 \backslash
17877 mathbin
17878 \series default
17879
17880 \begin_inset Index idx
17881 status collapsed
17882
17883 \begin_layout Plain Layout
17884 Commands ! M ! 
17885 \backslash
17886 mathbin
17887 \end_layout
17888
17889 \end_inset
17890
17891 , which have the following scheme:
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897
17898 \backslash
17899 mathop{display}
17900 \series default
17901  and 
17902 \series bold
17903
17904 \backslash
17905 mathbin{display}
17906 \end_layout
17907
17908 \begin_layout Standard
17909
17910 \series bold
17911
17912 \backslash
17913 mathop
17914 \series default
17915  defines big operators, 
17916 \series bold
17917
17918 \backslash
17919 mathbin
17920 \series default
17921  binary operators.
17922 \end_layout
17923
17924 \begin_layout Standard
17925
17926 \series bold
17927
17928 \backslash
17929 mathop
17930 \series default
17931  can e.
17932 \begin_inset space \thinspace{}
17933 \end_inset
17934
17935 g.
17936 \begin_inset space \space{}
17937 \end_inset
17938
17939 be used to use one limit for several operators:
17940 \end_layout
17941
17942 \begin_layout Standard
17943 \begin_inset Formula \[
17944 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 The command for the formula above is:
17953 \begin_inset Newline newline
17954 \end_inset
17955
17956
17957 \series bold
17958
17959 \backslash
17960 mathop{
17961 \backslash
17962 sum
17963 \backslash
17964 negmedspace
17965 \backslash
17966 sum
17967 \series default
17968
17969 \begin_inset ERT
17970 status collapsed
17971
17972 \begin_layout Plain Layout
17973
17974
17975 \backslash
17976 spce 
17977 \end_layout
17978
17979 \end_inset
17980
17981
17982 \series bold
17983
17984 \begin_inset Formula $\to$
17985 \end_inset
17986
17987 ^N
17988 \series default
17989
17990 \begin_inset ERT
17991 status collapsed
17992
17993 \begin_layout Plain Layout
17994
17995
17996 \backslash
17997 spce 
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \series bold
18004 _i,j=1
18005 \end_layout
18006
18007 \begin_layout Section
18008 Fonts
18009 \begin_inset Index idx
18010 status collapsed
18011
18012 \begin_layout Plain Layout
18013 Fonts
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Subsection
18022 Font Styles
18023 \begin_inset CommandInset label
18024 LatexCommand label
18025 name "sub:Font-Styles"
18026
18027 \end_inset
18028
18029
18030 \begin_inset Index idx
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034 Font ! style
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Standard
18043 Latin letters in formulas can be set in one of the following font styles:
18044 \begin_inset VSpace -2mm
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 \align center
18052 \begin_inset Tabular
18053 <lyxtabular version="3" rows="7" columns="3">
18054 <features tabularvalignment="middle">
18055 <column alignment="center" valignment="top" width="0">
18056 <column alignment="center" valignment="top" width="0">
18057 <column alignment="center" valignment="top" width="0">
18058 <row>
18059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 Command
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Result
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 shortcut
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092
18093 \backslash
18094 mathbb
18095 \series bold
18096
18097 \begin_inset ERT
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101
18102
18103 \backslash
18104 spce 
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \series default
18111 ABC
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Formula $\mathbb{ABC}$
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Info
18133 type  "shortcuts"
18134 arg   "font-noun"
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 </row>
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148
18149 \backslash
18150 mathbf
18151 \series bold
18152
18153 \begin_inset ERT
18154 status collapsed
18155
18156 \begin_layout Plain Layout
18157
18158
18159 \backslash
18160 spce 
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \series default
18167 AbC
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 \begin_inset Formula $\mathbf{AbC}$
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 \begin_inset Info
18189 type  "shortcuts"
18190 arg   "font-bold"
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 </row>
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \backslash
18206 boldsymbol
18207 \series bold
18208
18209 \begin_inset ERT
18210 status collapsed
18211
18212 \begin_layout Plain Layout
18213
18214
18215 \backslash
18216 spce 
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \series default
18223 AbC
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 \begin_inset Formula $\boldsymbol{AbC}$
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 \begin_inset Info
18245 type  "shortcuts"
18246 arg   "font-boldsymbol"
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260
18261 \backslash
18262 mathcal
18263 \series bold
18264
18265 \begin_inset ERT
18266 status collapsed
18267
18268 \begin_layout Plain Layout
18269
18270
18271 \backslash
18272 spce 
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \series default
18279 ABC
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 \begin_inset Formula $\mathcal{ABC}$
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 \begin_inset Info
18301 type  "shortcuts"
18302 arg   "font-emph"
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 </row>
18311 <row>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316
18317 \backslash
18318 mathfrak
18319 \series bold
18320
18321 \begin_inset ERT
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325
18326
18327 \backslash
18328 spce 
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \series default
18335 AbC
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 \begin_inset Formula $\mathfrak{AbC}$
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 -
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 <row>
18363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367
18368 \backslash
18369 mathscr
18370 \series bold
18371
18372 \begin_inset ERT
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376
18377
18378 \backslash
18379 spce 
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \series default
18386 AbC
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 \begin_inset Formula $\mathscr{AbC}$
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 -
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 </lyxtabular>
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \begin_layout Standard
18421 \align center
18422 \begin_inset Tabular
18423 <lyxtabular version="3" rows="5" columns="3">
18424 <features tabularvalignment="middle">
18425 <column alignment="center" valignment="top" width="0">
18426 <column alignment="center" valignment="top" width="0">
18427 <column alignment="center" valignment="top" width="0">
18428 <row>
18429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 Command
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 Result
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451 shortcut
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 </row>
18457 <row>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462
18463 \backslash
18464 mathit
18465 \series bold
18466
18467 \begin_inset ERT
18468 status collapsed
18469
18470 \begin_layout Plain Layout
18471
18472
18473 \backslash
18474 spce 
18475 \end_layout
18476
18477 \end_inset
18478
18479
18480 \series default
18481 AbC
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 \begin_inset Formula $\mathit{AbC}$
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 -
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 </row>
18508 <row>
18509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513
18514 \backslash
18515 mathrm
18516 \series bold
18517
18518 \begin_inset ERT
18519 status collapsed
18520
18521 \begin_layout Plain Layout
18522
18523
18524 \backslash
18525 spce 
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \series default
18532 AbC
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 \begin_inset Formula $\mathrm{AbC}$
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 \begin_inset Info
18554 type  "shortcuts"
18555 arg   "font-roman"
18556 \end_inset
18557
18558
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 </row>
18564 <row>
18565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \backslash
18571 mathsf
18572 \series bold
18573
18574 \begin_inset ERT
18575 status collapsed
18576
18577 \begin_layout Plain Layout
18578
18579
18580 \backslash
18581 spce 
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \series default
18588 AbC
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 \begin_inset Formula $\mathsf{AbC}$
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Info
18610 type  "shortcuts"
18611 arg   "font-sans"
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \backslash
18627 mathtt
18628 \series bold
18629
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635
18636 \backslash
18637 spce 
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \series default
18644 AbC
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 \begin_inset Formula $\mathtt{AbC}$
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665 \begin_inset Info
18666 type  "shortcuts"
18667 arg   "font-typewriter"
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 </row>
18676 </lyxtabular>
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 \begin_inset Note Greyedout
18685 status open
18686
18687 \begin_layout Plain Layout
18688
18689 \series bold
18690 Note:
18691 \series default
18692  The styles 
18693 \series bold
18694
18695 \backslash
18696 mathbb
18697 \series default
18698  and 
18699 \series bold
18700
18701 \backslash
18702 mathcal
18703 \series default
18704  can only be used for big letters.
18705 \end_layout
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 Predefined is the style 
18714 \series bold
18715
18716 \backslash
18717 mathnormal
18718 \series default
18719 .
18720 \end_layout
18721
18722 \begin_layout Standard
18723 The style commands work also for letters in mathematical constructs:
18724 \begin_inset Formula \[
18725 \mathfrak{A=\frac{b}{C}}\]
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \begin_layout Standard
18733 Characters in mathematical text don't appear in a math font style but in
18734  the text font style 
18735 \series bold
18736
18737 \backslash
18738 textrm
18739 \series default
18740 .
18741  That their style can't be set correctly via the text style dialog is a
18742  bug in LyX.
18743 \begin_inset Foot
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747 \begin_inset CommandInset href
18748 LatexCommand href
18749 name "LyX-bug #4629"
18750 target "http://www.lyx.org/trac/ticket/4629"
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 Instead of the style commands the dialog 
18764 \family sans
18765 Edit\SpecialChar \menuseparator
18766 Math\SpecialChar \menuseparator
18767 Text Style
18768 \family default
18769  or the toolbar button 
18770 \begin_inset Graphics
18771         filename ../images/math/font.png
18772         scale 85
18773
18774 \end_inset
18775
18776  can be used.
18777 \end_layout
18778
18779 \begin_layout Subsection
18780 Bold Formulas
18781 \begin_inset CommandInset label
18782 LatexCommand label
18783 name "sub:Bold-Formulas"
18784
18785 \end_inset
18786
18787
18788 \begin_inset Index idx
18789 status collapsed
18790
18791 \begin_layout Plain Layout
18792 Formula ! bold
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \begin_layout Standard
18801 To make a complete formula bold, the command 
18802 \series bold
18803
18804 \backslash
18805 mathbf
18806 \series default
18807  from the previous subsection cannot be used, because it doesn't work for
18808  small Greek letters.
18809  Furthermore it prints Latin letters always upright, like in the following
18810  equation:
18811 \end_layout
18812
18813 \begin_layout Standard
18814 \begin_inset Formula \[
18815 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 To display the formula correctly, the command 
18824 \series bold
18825
18826 \backslash
18827 boldsymbol
18828 \series default
18829  is used:
18830 \begin_inset Formula \[
18831 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18832
18833 \end_inset
18834
18835 It is also possible to set the formula in a 
18836 \series bold
18837 boldmath environment
18838 \series default
18839 .
18840  This environment is created by inserting the command 
18841 \series bold
18842
18843 \backslash
18844 boldmath
18845 \series default
18846
18847 \begin_inset Index idx
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851 Commands ! B ! 
18852 \backslash
18853 boldmath
18854 \end_layout
18855
18856 \end_inset
18857
18858  in TeX-mode.
18859  To end the environment, the command 
18860 \series bold
18861
18862 \backslash
18863 unboldmath
18864 \series default
18865
18866 \begin_inset Index idx
18867 status collapsed
18868
18869 \begin_layout Plain Layout
18870 Commands ! U ! 
18871 \backslash
18872 unboldmath
18873 \end_layout
18874
18875 \end_inset
18876
18877  is inserted in TeX-mode.
18878 \begin_inset ERT
18879 status collapsed
18880
18881 \begin_layout Plain Layout
18882
18883
18884 \backslash
18885 boldmath 
18886 \end_layout
18887
18888 \end_inset
18889
18890
18891 \begin_inset Formula \[
18892 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18893
18894 \end_inset
18895
18896
18897 \begin_inset ERT
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901
18902
18903 \backslash
18904 unboldmath 
18905 \end_layout
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Subsection
18913 Colored Formulas
18914 \begin_inset Index idx
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918 Formula ! colored
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \end_layout
18925
18926 \begin_layout Standard
18927 Formulas can be colored like normal text: Highlight a formula or a formula
18928  part and use the 
18929 \family sans
18930 Text Style
18931 \family default
18932  dialog.
18933  Here is a formula in magenta:
18934 \begin_inset Formula \[
18935 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 You can also define your own colors as described in 
18944 \begin_inset CommandInset ref
18945 LatexCommand ref
18946 reference "sub:Colored-Boxes"
18947
18948 \end_inset
18949
18950 .
18951  They can be used with the TeX code command 
18952 \series bold
18953
18954 \backslash
18955 textcolor
18956 \series default
18957
18958 \begin_inset Index idx
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962 Commands ! T ! 
18963 \backslash
18964 textcolor
18965 \end_layout
18966
18967 \end_inset
18968
18969  in the scheme
18970 \end_layout
18971
18972 \begin_layout Standard
18973
18974 \series bold
18975
18976 \backslash
18977 textcolor{color}{characters or formula}
18978 \end_layout
18979
18980 \begin_layout Standard
18981 The following example was colored completely dark green and partly red:
18982 \end_layout
18983
18984 \begin_layout Standard
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 textcolor{darkgreen}{
18993 \end_layout
18994
18995 \end_inset
18996
18997
18998 \begin_inset Formula \[
18999 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
19000
19001 \end_inset
19002
19003
19004 \begin_inset ERT
19005 status collapsed
19006
19007 \begin_layout Plain Layout
19008
19009 }
19010 \end_layout
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 Due to a bug in LyX only complete formulas can be colored with self-defined
19019  colors.
19020 \begin_inset Foot
19021 status collapsed
19022
19023 \begin_layout Plain Layout
19024 \begin_inset CommandInset href
19025 LatexCommand href
19026 name "LyX-bug #5269"
19027 target "http://www.lyx.org/trac/ticket/5269"
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Subsection
19040 Font Sizes
19041 \begin_inset CommandInset label
19042 LatexCommand label
19043 name "sub:Font-Sizes"
19044
19045 \end_inset
19046
19047
19048 \begin_inset Index idx
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052 Font ! size
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 For characters in formulas there are, analog to characters in text, the
19062  following size commands:
19063 \end_layout
19064
19065 \begin_layout Standard
19066
19067 \series bold
19068
19069 \backslash
19070 Huge
19071 \series default
19072
19073 \series bold
19074
19075 \backslash
19076 huge
19077 \series default
19078
19079 \series bold
19080
19081 \backslash
19082 LARGE
19083 \series default
19084
19085 \series bold
19086
19087 \backslash
19088 Large
19089 \series default
19090
19091 \series bold
19092
19093 \backslash
19094 large
19095 \series default
19096
19097 \series bold
19098
19099 \backslash
19100 normalsize
19101 \series default
19102
19103 \series bold
19104
19105 \backslash
19106 small
19107 \series default
19108 ,
19109 \begin_inset Newline newline
19110 \end_inset
19111
19112
19113 \series bold
19114
19115 \backslash
19116 footnotesize
19117 \series default
19118
19119 \series bold
19120
19121 \backslash
19122 scriptsize
19123 \series default
19124  and 
19125 \series bold
19126
19127 \backslash
19128 tiny
19129 \end_layout
19130
19131 \begin_layout Standard
19132 The size produced by the commands depends on the document font size, that
19133  corresponds with the command 
19134 \series bold
19135
19136 \backslash
19137 normalsize
19138 \series default
19139 .
19140  The other commands produce smaller or larger sizes than 
19141 \series bold
19142
19143 \backslash
19144 normalsize
19145 \series default
19146 .
19147  The font size can however not exceed a certain value.
19148  Is for example the document font size 12
19149 \begin_inset space \thinspace{}
19150 \end_inset
19151
19152 pt, the command 
19153 \series bold
19154
19155 \backslash
19156 Huge
19157 \series default
19158  switches to the same size as 
19159 \series bold
19160
19161 \backslash
19162 huge
19163 \series default
19164 .
19165  
19166 \end_layout
19167
19168 \begin_layout Standard
19169 A size command is inserted in TeX-mode before the formula and sets the size
19170  for all following formula and text characters.
19171  To switch back to the initial size, the command 
19172 \series bold
19173
19174 \backslash
19175 normalsize
19176 \series default
19177  is inserted behind the formula in TeX-mode.
19178 \end_layout
19179
19180 \begin_layout Standard
19181 \begin_inset Newpage newpage
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \begin_layout Standard
19188 Within a formula the size can be changed using the following size commands:
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \noindent
19193 \align center
19194 \begin_inset Tabular
19195 <lyxtabular version="3" rows="5" columns="2">
19196 <features tabularvalignment="middle">
19197 <column alignment="center" valignment="top" width="0">
19198 <column alignment="center" valignment="top" width="0">
19199 <row>
19200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 Command
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 Result
19214 \begin_inset Note Note
19215 status collapsed
19216
19217 \begin_layout Plain Layout
19218
19219 \series bold
19220
19221 \backslash
19222 raisebox
19223 \series default
19224  is only used as spacer.
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \backslash
19242 displaystyle
19243 \begin_inset Index idx
19244 status collapsed
19245
19246 \begin_layout Plain Layout
19247 Commands ! D ! 
19248 \backslash
19249 displaystyle
19250 \end_layout
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277
19278 \backslash
19279 textstyle
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 </row>
19297 <row>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302
19303 \backslash
19304 scriptstyle
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row>
19323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \backslash
19329 scriptscriptstyle
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 </lyxtabular>
19348
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \begin_layout Standard
19355 After entering these commands, a blue box appears in which the formula parts
19356  are inserted.
19357 \end_layout
19358
19359 \begin_layout Standard
19360 There is a further method to change the font size, that though only works
19361  for symbols or letters in mathematical text.
19362  To use it, one of the above text size commands is inserted in mathematical
19363  text.
19364  All following characters until the end of the mathematical text or until
19365  another size command will have the selected size.
19366  Two examples:
19367 \begin_inset VSpace -2mm
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \begin_layout Standard
19374 \begin_inset ERT
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378
19379
19380 \backslash
19381 huge 
19382 \end_layout
19383
19384 \end_inset
19385
19386
19387 \begin_inset Formula \[
19388 A=\frac{B}{c}\cdot\maltese\]
19389
19390 \end_inset
19391
19392
19393 \begin_inset Formula \[
19394 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19395
19396 \end_inset
19397
19398
19399 \begin_inset ERT
19400 status collapsed
19401
19402 \begin_layout Plain Layout
19403
19404
19405 \backslash
19406 normalsize 
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Standard
19415 \begin_inset VSpace medskip
19416 \end_inset
19417
19418 Before both formulas the command 
19419 \series bold
19420
19421 \backslash
19422 huge
19423 \series default
19424  was inserted.
19425  The command for the second formula is:
19426 \begin_inset Newline newline
19427 \end_inset
19428
19429
19430 \series bold
19431
19432 \backslash
19433 maltese
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441 spce 
19442 \end_layout
19443
19444 \end_inset
19445
19446 A Alt+M M 
19447 \backslash
19448 Large
19449 \begin_inset ERT
19450 status collapsed
19451
19452 \begin_layout Plain Layout
19453
19454
19455 \backslash
19456 spce 
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \backslash
19463 maltese
19464 \begin_inset ERT
19465 status collapsed
19466
19467 \begin_layout Plain Layout
19468
19469
19470 \backslash
19471 spce 
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \backslash
19478 textit
19479 \begin_inset ERT
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483
19484
19485 \backslash
19486 spce 
19487 \end_layout
19488
19489 \end_inset
19490
19491 A
19492 \begin_inset Formula $\to$
19493 \end_inset
19494
19495
19496 \begin_inset Formula $\to$
19497 \end_inset
19498
19499
19500 \begin_inset Newline newline
19501 \end_inset
19502
19503
19504 \begin_inset space \hspace*{}
19505 \length 1cm
19506 \end_inset
19507
19508 Alt+M
19509 \series default
19510  
19511 \series bold
19512
19513 \backslash
19514 tiny
19515 \begin_inset ERT
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519
19520
19521 \backslash
19522 spce 
19523 \end_layout
19524
19525 \end_inset
19526
19527
19528 \backslash
19529 maltese
19530 \begin_inset ERT
19531 status collapsed
19532
19533 \begin_layout Plain Layout
19534
19535
19536 \backslash
19537 spce 
19538 \end_layout
19539
19540 \end_inset
19541
19542
19543 \backslash
19544 textit
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549
19550
19551 \backslash
19552 spce 
19553 \end_layout
19554
19555 \end_inset
19556
19557 A
19558 \end_layout
19559
19560 \begin_layout Standard
19561 If a symbol cannot be displayed in different sizes, it will always be displayed
19562  in the default size.
19563 \end_layout
19564
19565 \begin_layout Standard
19566 \begin_inset Newpage newpage
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \begin_layout Section
19573 Greek Letters
19574 \begin_inset Index idx
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578 Greek letters
19579 \end_layout
19580
19581 \end_inset
19582
19583
19584 \end_layout
19585
19586 \begin_layout Standard
19587 All Greek letters can also be inserted via the toolbar button 
19588 \begin_inset Graphics
19589         filename ../images/math/alpha.png
19590         scale 85
19591
19592 \end_inset
19593
19594 .
19595 \end_layout
19596
19597 \begin_layout Subsection
19598 Small Letters
19599 \begin_inset Index idx
19600 status collapsed
19601
19602 \begin_layout Plain Layout
19603 Greek letters ! small
19604 \end_layout
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \begin_layout Standard
19612 \begin_inset space \hfill{}
19613 \end_inset
19614
19615
19616 \begin_inset Tabular
19617 <lyxtabular version="3" rows="11" columns="2">
19618 <features tabularvalignment="middle">
19619 <column alignment="center" valignment="top" width="0pt">
19620 <column alignment="center" valignment="top" width="0pt">
19621 <row>
19622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626 Command
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 Result
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 </row>
19641 <row>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \backslash
19648 alpha
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657 \begin_inset Formula $\alpha$
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 </row>
19666 <row>
19667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671
19672 \backslash
19673 beta
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 \begin_inset Formula $\beta$
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 </row>
19691 <row>
19692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696
19697 \backslash
19698 gamma
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707 \begin_inset Formula $\gamma$
19708 \end_inset
19709
19710
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 </row>
19716 <row>
19717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721
19722 \backslash
19723 delta
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732 \begin_inset Formula $\delta$
19733 \end_inset
19734
19735
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 </row>
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746
19747 \backslash
19748 epsilon
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757 \begin_inset Formula $\epsilon$
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 </row>
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \backslash
19773 varepsilon
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 \begin_inset Formula $\varepsilon$
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 </row>
19791 <row>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \backslash
19798 zeta
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 \begin_inset Formula $\zeta$
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \backslash
19823 eta
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\eta$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \backslash
19848 theta
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Formula $\theta$
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \backslash
19873 vartheta
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Formula $\vartheta$
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 </lyxtabular>
19892
19893 \end_inset
19894
19895
19896 \begin_inset space \hfill{}
19897 \end_inset
19898
19899
19900 \begin_inset Tabular
19901 <lyxtabular version="3" rows="12" columns="2">
19902 <features tabularvalignment="middle">
19903 <column alignment="center" valignment="top" width="0pt">
19904 <column alignment="center" valignment="top" width="0pt">
19905 <row>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 Command
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 Result
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 iota
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\iota$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 kappa
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\kappa$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980
19981 \backslash
19982 varkappa
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\varkappa$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 lambda
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\lambda$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 mu
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\mu$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \backslash
20057 nu
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 \begin_inset Formula $\nu$
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 <row>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \backslash
20082 xi
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 \begin_inset Formula $\xi$
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 o
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $o$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128
20129 \backslash
20130 pi
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\pi$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 <row>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153
20154 \backslash
20155 varpi
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $\varpi$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 <row>
20174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \backslash
20180 rho
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $\rho$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 </lyxtabular>
20199
20200 \end_inset
20201
20202
20203 \begin_inset space \hfill{}
20204 \end_inset
20205
20206
20207 \begin_inset Tabular
20208 <lyxtabular version="3" rows="11" columns="2">
20209 <features tabularvalignment="middle">
20210 <column alignment="center" valignment="top" width="0pt">
20211 <column alignment="center" valignment="top" width="0pt">
20212 <row>
20213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 Command
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 Result
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 varrho
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\varrho$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 sigma
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\sigma$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \backslash
20289 varsigma
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $\varsigma$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \backslash
20314 tau
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\tau$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \backslash
20339 upsilon
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Formula $\upsilon$
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \backslash
20364 phi
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Formula $\phi$
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 <row>
20383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \backslash
20389 varphi
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 \begin_inset Formula $\varphi$
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 <row>
20408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \backslash
20414 chi
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 \begin_inset Formula $\chi$
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \backslash
20439 psi
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\psi$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row>
20458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \backslash
20464 omega
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Formula $\omega$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 </lyxtabular>
20483
20484 \end_inset
20485
20486
20487 \begin_inset space \hfill{}
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \begin_layout Standard
20494 \begin_inset VSpace medskip
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Standard
20501 How to create upright Greek letters is explained in 
20502 \begin_inset CommandInset ref
20503 LatexCommand ref
20504 reference "sub:Upright-small-Greek"
20505
20506 \end_inset
20507
20508 .
20509 \end_layout
20510
20511 \begin_layout Subsection
20512 Big Letters
20513 \begin_inset Index idx
20514 status collapsed
20515
20516 \begin_layout Plain Layout
20517 Greek letters ! big
20518 \end_layout
20519
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \begin_layout Standard
20526 \begin_inset space \hfill{}
20527 \end_inset
20528
20529
20530 \begin_inset Tabular
20531 <lyxtabular version="3" rows="7" columns="2">
20532 <features tabularvalignment="middle">
20533 <column alignment="center" valignment="top" width="0pt">
20534 <column alignment="center" valignment="top" width="0pt">
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 Command
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 Result
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \backslash
20562 Gamma
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\Gamma$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 Delta
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\Delta$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 Theta
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\Theta$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 Lambda
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\Lambda$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 Xi
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\Xi$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 Pi
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\Pi$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 </lyxtabular>
20706
20707 \end_inset
20708
20709
20710 \begin_inset space \hfill{}
20711 \end_inset
20712
20713
20714 \begin_inset Tabular
20715 <lyxtabular version="3" rows="6" columns="2">
20716 <features tabularvalignment="middle">
20717 <column alignment="center" valignment="top" width="0pt">
20718 <column alignment="center" valignment="top" width="0pt">
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 Command
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 Result
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \backslash
20746 Sigma
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Formula $\Sigma$
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \backslash
20771 Upsilon
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\Upsilon$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 Phi
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\Phi$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 Psi
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\Psi$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 Omega
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $\Omega$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 </lyxtabular>
20865
20866 \end_inset
20867
20868
20869 \begin_inset space \hfill{}
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Standard
20876 \begin_inset VSpace medskip
20877 \end_inset
20878
20879 That the big Greek letters appear upright is caused by a design bug when
20880  TeX was developed.
20881  To get correct italic big letters, begin every command with 
20882 \series bold
20883 var
20884 \series default
20885 .
20886  For example the command 
20887 \series bold
20888
20889 \backslash
20890 varGamma
20891 \series default
20892  produces: 
20893 \begin_inset Formula $\varGamma$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Subsection
20900 Bold Letters
20901 \begin_inset Index idx
20902 status collapsed
20903
20904 \begin_layout Plain Layout
20905 Greek letters ! bold
20906 \end_layout
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Standard
20914 Greek letters cannot be set with different font styles like Latin letters.
20915  They can only be made bold with the command 
20916 \series bold
20917
20918 \backslash
20919 boldsymbol
20920 \series default
20921
20922 \begin_inset Index idx
20923 status collapsed
20924
20925 \begin_layout Plain Layout
20926 Commands ! B ! 
20927 \backslash
20928 boldsymbol
20929 \end_layout
20930
20931 \end_inset
20932
20933 .
20934 \end_layout
20935
20936 \begin_layout Standard
20937 \align center
20938 \begin_inset Tabular
20939 <lyxtabular version="3" rows="3" columns="2">
20940 <features tabularvalignment="middle">
20941 <column alignment="center" valignment="top" width="0">
20942 <column alignment="center" valignment="top" width="0">
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 Command
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 Result
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 Upsilon
20971 \backslash
20972 boldsymbol
20973 \backslash
20974 Upsilon
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997
20998 \backslash
20999 theta
21000 \backslash
21001 boldsymbol
21002 \backslash
21003 theta
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 \begin_inset Formula $\theta\boldsymbol{\theta}$
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 </lyxtabular>
21022
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Section
21029 Symbols
21030 \begin_inset ERT
21031 status collapsed
21032
21033 \begin_layout Plain Layout
21034
21035
21036 \backslash
21037 texorpdfstring{
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \begin_inset Foot
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047 A list with all symbols of most of the LaTeX-packages can be found in 
21048 \begin_inset CommandInset citation
21049 LatexCommand cite
21050 key "Symbols"
21051
21052 \end_inset
21053
21054 .
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \begin_inset ERT
21061 status collapsed
21062
21063 \begin_layout Plain Layout
21064
21065 }{}
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \begin_inset Note Note
21072 status collapsed
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21078 \end_layout
21079
21080 \begin_layout Plain Layout
21081 More about 
21082 \backslash
21083 texorpdfstring is in section 
21084 \begin_inset CommandInset ref
21085 LatexCommand ref
21086 reference "sub:Formulas-in-Section"
21087
21088 \end_inset
21089
21090 .
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \begin_inset Index idx
21097 status collapsed
21098
21099 \begin_layout Plain Layout
21100 Symbols
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Standard
21109 Many of the symbols listed in this section can also be inserted via the
21110  toolbar buttons 
21111 \begin_inset Graphics
21112         filename ../images/math/nabla.png
21113         scale 85
21114
21115 \end_inset
21116
21117  and 
21118 \begin_inset Graphics
21119         filename ../images/math/digamma.png
21120         scale 85
21121
21122 \end_inset
21123
21124 .
21125 \end_layout
21126
21127 \begin_layout Subsection
21128 Mathematical Symbols
21129 \begin_inset CommandInset label
21130 LatexCommand label
21131 name "sub:Mathematical-Symbols"
21132
21133 \end_inset
21134
21135
21136 \begin_inset Index idx
21137 status collapsed
21138
21139 \begin_layout Plain Layout
21140 Symbols ! mathematical
21141 \end_layout
21142
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \begin_layout Standard
21149 \begin_inset space \hfill{}
21150 \end_inset
21151
21152
21153 \begin_inset Tabular
21154 <lyxtabular version="3" rows="10" columns="2">
21155 <features tabularvalignment="middle">
21156 <column alignment="center" valignment="top" width="0pt">
21157 <column alignment="center" valignment="top" width="0pt">
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 Command
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 Result
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 neg
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Formula $\neg$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 Im
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\Im$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233
21234 \backslash
21235 Re
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Formula $\Re$
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \backslash
21260 aleph
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\aleph$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \backslash
21285 partial
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 \begin_inset Formula $\partial$
21295 \end_inset
21296
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 </row>
21303 <row>
21304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308
21309 \backslash
21310 infty
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Formula $\infty$
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \backslash
21335 wp
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\wp$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \backslash
21360 imath
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\imath$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 jmath
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\jmath$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 </lyxtabular>
21404
21405 \end_inset
21406
21407
21408 \begin_inset space \hfill{}
21409 \end_inset
21410
21411
21412 \begin_inset Tabular
21413 <lyxtabular version="3" rows="10" columns="2">
21414 <features tabularvalignment="middle">
21415 <column alignment="center" valignment="top" width="0pt">
21416 <column alignment="center" valignment="top" width="0pt">
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 Command
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 Result
21432 \begin_inset Note Note
21433 status collapsed
21434
21435 \begin_layout Plain Layout
21436
21437 \series bold
21438
21439 \backslash
21440 raisebox
21441 \series default
21442  is only used as spacer.
21443 \end_layout
21444
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 forall
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\forall$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 exists
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\exists$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 nexists
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\nexists$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 emptyset
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\emptyset$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 varnothing
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\varnothing$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583
21584 \backslash
21585 dag
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $\dag$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 ddag
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\ddag$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 complement
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset ERT
21645 status collapsed
21646
21647 \begin_layout Plain Layout
21648
21649
21650 \backslash
21651 raisebox{-0.8mm}{
21652 \end_layout
21653
21654 \end_inset
21655
21656
21657 \begin_inset Formula $\complement$
21658 \end_inset
21659
21660
21661 \begin_inset ERT
21662 status collapsed
21663
21664 \begin_layout Plain Layout
21665
21666 }
21667 \end_layout
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 Bbbk
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\Bbbk$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 </lyxtabular>
21703
21704 \end_inset
21705
21706
21707 \begin_inset space \hfill{}
21708 \end_inset
21709
21710
21711 \begin_inset Tabular
21712 <lyxtabular version="3" rows="10" columns="2">
21713 <features tabularvalignment="middle">
21714 <column alignment="center" valignment="top" width="0pt">
21715 <column alignment="center" valignment="top" width="0pt">
21716 <row>
21717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 Command
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 Result
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 prime
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\prime$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 backprime
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\backprime$
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 mho
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\mho$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \backslash
21818 triangle
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 \begin_inset Formula $\triangle$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 angle
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\angle$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 measuredangle
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\measuredangle$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 sphericalangle
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\sphericalangle$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 top
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\top$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 bot
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\bot$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 </lyxtabular>
21962
21963 \end_inset
21964
21965
21966 \begin_inset space \hfill{}
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \begin_layout Subsection
21973 Miscellaneous Symbols
21974 \begin_inset CommandInset label
21975 LatexCommand label
21976 name "sub:Miscellaneous-Symbols"
21977
21978 \end_inset
21979
21980
21981 \begin_inset Index idx
21982 status collapsed
21983
21984 \begin_layout Plain Layout
21985 Symbols ! miscellaneous
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \begin_layout Standard
21994 \noindent
21995 \align center
21996 \begin_inset Tabular
21997 <lyxtabular version="3" rows="10" columns="2">
21998 <features tabularvalignment="middle">
21999 <column alignment="center" valignment="top" width="0pt">
22000 <column alignment="center" valignment="top" width="0pt">
22001 <row>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 Command
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 Result
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026
22027 \backslash
22028 flat
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 \begin_inset Formula $\flat$
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \backslash
22053 natural
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\natural$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076
22077 \backslash
22078 sharp
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Formula $\sharp$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \backslash
22103 surd
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 \begin_inset Formula $\surd$
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 checkmark
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\checkmark$
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \backslash
22153 yen
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\yen$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \backslash
22178 pounds
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Formula $\pounds$
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 $
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 \begin_inset Formula $\$$
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 §
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 \begin_inset Formula $§$
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 </row>
22242 </lyxtabular>
22243
22244 \end_inset
22245
22246
22247 \begin_inset Tabular
22248 <lyxtabular version="3" rows="10" columns="2">
22249 <features tabularvalignment="middle">
22250 <column alignment="center" valignment="top" width="0">
22251 <column alignment="center" valignment="top" width="0">
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 Command
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 Result
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 </row>
22272 <row>
22273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \backslash
22279 hbar
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 \begin_inset Formula $\hbar$
22289 \end_inset
22290
22291
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 </row>
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302
22303 \backslash
22304 hslash
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Formula $\hslash$
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327
22328 \backslash
22329 clubsuit
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Formula $\clubsuit$
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \backslash
22354 spadesuit
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset Formula $\spadesuit$
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \backslash
22379 bigstar
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $\bigstar$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 <row>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \backslash
22404 blacklozenge
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\blacklozenge$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \backslash
22429 blacktriangle
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\blacktriangle$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 blacktiangledown
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\blacktriangledown$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 bullet
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\bullet$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 </lyxtabular>
22498
22499 \end_inset
22500
22501
22502 \begin_inset Tabular
22503 <lyxtabular version="3" rows="10" columns="2">
22504 <features tabularvalignment="middle">
22505 <column alignment="center" valignment="top" width="0pt">
22506 <column alignment="center" valignment="top" width="0pt">
22507 <row>
22508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 Command
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 Result
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 diamondsuit
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\diamondsuit$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \backslash
22559 Diamond
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\Diamond$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582
22583 \backslash
22584 heartsuit
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $\heartsuit$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \backslash
22609 P
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\P$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \backslash
22634 copyright
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Formula $\copyright$
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \backslash
22659 circledR
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $\circledR$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 </row>
22677 <row>
22678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 maltese
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\maltese$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 diagup
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $\diagup$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \backslash
22734 diagdown
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\diagdown$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 </row>
22752 </lyxtabular>
22753
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \begin_layout Standard
22760 \begin_inset VSpace medskip
22761 \end_inset
22762
22763 More symbols are listed in 
22764 \begin_inset CommandInset ref
22765 LatexCommand ref
22766 reference "sub:Miscellaneous-special-Characters"
22767
22768 \end_inset
22769
22770 .
22771 \end_layout
22772
22773 \begin_layout Standard
22774 Some symbols can be displayed in different sizes, see 
22775 \begin_inset CommandInset ref
22776 LatexCommand ref
22777 reference "sub:Font-Sizes"
22778
22779 \end_inset
22780
22781 .
22782 \end_layout
22783
22784 \begin_layout Subsection
22785 The Euro-Symbol €
22786 \begin_inset Index idx
22787 status collapsed
22788
22789 \begin_layout Plain Layout
22790 Symbols ! Euro-symbol
22791 \end_layout
22792
22793 \end_inset
22794
22795
22796 \begin_inset Index idx
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 @
22803 \begin_inset ERT
22804 status collapsed
22805
22806 \begin_layout Plain Layout
22807
22808
22809 \backslash
22810 officialeuro
22811 \end_layout
22812
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \begin_layout Standard
22824 To use the Euro symbol in formulas, the LaTeX-package 
22825 \series bold
22826 eurosym
22827 \series default
22828
22829 \begin_inset Index idx
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833 Packages ! eurosym
22834 \end_layout
22835
22836 \end_inset
22837
22838  must be installed and loaded with the LaTeX-preamble line
22839 \end_layout
22840
22841 \begin_layout Standard
22842
22843 \series bold
22844
22845 \backslash
22846 usepackage[gennarrow]{eurosym}
22847 \end_layout
22848
22849 \begin_layout Standard
22850 The Euro symbol can now be inserted with the command 
22851 \series bold
22852
22853 \backslash
22854 euro
22855 \series default
22856
22857 \begin_inset Index idx
22858 status collapsed
22859
22860 \begin_layout Plain Layout
22861 Commands ! E ! 
22862 \backslash
22863 euro
22864 \end_layout
22865
22866 \end_inset
22867
22868 .
22869 \end_layout
22870
22871 \begin_layout Standard
22872 The Euro symbol can directly be inserted with the € key in mathematical
22873  text, without having 
22874 \series bold
22875 eurosym
22876 \series default
22877  installed.
22878  When 
22879 \series bold
22880 eurosym
22881 \series default
22882  is installed, 
22883 \series bold
22884
22885 \backslash
22886 euro
22887 \series default
22888  can also be inserted in TeX-mode.
22889  The official currency symbol can then be inserted with the command 
22890 \series bold
22891
22892 \backslash
22893 officialeuro
22894 \series default
22895
22896 \begin_inset Index idx
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900 Commands ! O ! 
22901 \backslash
22902 officialeuro
22903 \end_layout
22904
22905 \end_inset
22906
22907 , that is only available in TeX-mode.
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset ERT
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916
22917 \backslash
22918 ifeurosym 
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \begin_inset Note Note
22925 status open
22926
22927 \begin_layout Plain Layout
22928 The following table will only be displayed when the LaTeX-package 
22929 \series bold
22930 eurosym
22931 \series default
22932  is installed.
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Standard
22941 An overview about the different Euro symbols:
22942 \end_layout
22943
22944 \begin_layout Standard
22945 \align center
22946 \begin_inset Tabular
22947 <lyxtabular version="3" rows="4" columns="3">
22948 <features tabularvalignment="middle">
22949 <column alignment="center" valignment="top" width="0pt">
22950 <column alignment="center" valignment="top" width="0pt">
22951 <column alignment="center" valignment="top" width="0pt">
22952 <row>
22953 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 Command 
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 Result
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 formula
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \backslash
22997 euro
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 \begin_inset Formula $\euro$
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 mathematical text
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038 \begin_inset Formula $\mbox{€}$
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 TeX-mode
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \backslash
23063 officialeuro
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset ERT
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076
23077
23078 \backslash
23079 officialeuro
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 </lyxtabular>
23091
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \begin_layout Standard
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 else 
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Note Note
23112 status open
23113
23114 \begin_layout Plain Layout
23115 The following will be displayed when the LaTeX-package 
23116 \series bold
23117 eurosym
23118 \series default
23119  is not installed:
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 You need to install the LaTeX-package 
23129 \series bold
23130 eurosym
23131 \series default
23132  to see the rest of this subsection in the output.
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset ERT
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140
23141
23142 \backslash
23143 fi 
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Section
23152 Relations
23153 \begin_inset CommandInset label
23154 LatexCommand label
23155 name "sec:Relations"
23156
23157 \end_inset
23158
23159
23160 \begin_inset Index idx
23161 status collapsed
23162
23163 \begin_layout Plain Layout
23164 Relations
23165 \end_layout
23166
23167 \end_inset
23168
23169
23170 \begin_inset Index idx
23171 status collapsed
23172
23173 \begin_layout Plain Layout
23174 Comparisons|see
23175 \begin_inset ERT
23176 status collapsed
23177
23178 \begin_layout Plain Layout
23179
23180 {
23181 \end_layout
23182
23183 \end_inset
23184
23185 Relations
23186 \begin_inset ERT
23187 status collapsed
23188
23189 \begin_layout Plain Layout
23190
23191 }
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \begin_layout Standard
23205 All relations can also be inserted via the toolbar button 
23206 \begin_inset Graphics
23207         filename ../images/math/leq.png
23208         scale 85
23209
23210 \end_inset
23211
23212 .
23213 \end_layout
23214
23215 \begin_layout Standard
23216 \begin_inset space \hfill{}
23217 \end_inset
23218
23219
23220 \begin_inset Tabular
23221 <lyxtabular version="3" rows="17" columns="2">
23222 <features tabularvalignment="middle">
23223 <column alignment="center" valignment="top" width="0pt">
23224 <column alignment="center" valignment="top" width="0pt">
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 Command
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 Result
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 <
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Formula $<$
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 </row>
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273
23274 \backslash
23275 le
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Formula $\le$
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 </row>
23293 <row>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \backslash
23300 ll
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $\ll$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 prec
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\prec$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 preceq
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\preceq$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 subset
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\subset$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 subseteq
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\subseteq$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 sqsubseteq
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\sqsubseteq$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 in
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\in$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 vdash
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\vdash$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 smile
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\smile$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 lhd
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\lhd$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 unlhd
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\unlhd$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 gtrless
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\gtrless$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 mid
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\mid$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 nmid
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\nmid$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 </lyxtabular>
23644
23645 \end_inset
23646
23647
23648 \begin_inset space \hfill{}
23649 \end_inset
23650
23651
23652 \begin_inset Tabular
23653 <lyxtabular version="3" rows="17" columns="2">
23654 <features tabularvalignment="middle">
23655 <column alignment="center" valignment="top" width="0pt">
23656 <column alignment="center" valignment="top" width="0pt">
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 Command
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 Result
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 =
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Formula $=$
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 </row>
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \backslash
23707 not=
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Formula $\not=$
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 </row>
23725 <row>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \backslash
23732 equiv
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $\equiv$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 sim
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\sim$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 simeq
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\simeq$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 approx
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\approx$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 cong
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\cong$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 bowtie
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\bowtie$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 notin
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\notin$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 perp
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\perp$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 propto
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\propto$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 asymp
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\asymp$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 doteq
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\doteq$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 circeq
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\circeq$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 models
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\models$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 widehat=
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\widehat{=}$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 </lyxtabular>
24076
24077 \end_inset
24078
24079
24080 \begin_inset space \hfill{}
24081 \end_inset
24082
24083
24084 \begin_inset Tabular
24085 <lyxtabular version="3" rows="17" columns="2">
24086 <features tabularvalignment="middle">
24087 <column alignment="center" valignment="top" width="0pt">
24088 <column alignment="center" valignment="top" width="0pt">
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 Command
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 Result
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 >
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 \begin_inset Formula $>$
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 </row>
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137
24138 \backslash
24139 ge
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 \begin_inset Formula $\ge$
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \backslash
24164 gg
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 \begin_inset Formula $\gg$
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 </row>
24182 <row>
24183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \backslash
24189 succ
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $\succ$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 <row>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 succeq
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Formula $\succeq$
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \backslash
24239 supset
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 \begin_inset Formula $\supset$
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 supseteq
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 \begin_inset Formula $\supseteq$
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 sqsupseteq
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $\sqsupseteq$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 ni
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $\ni$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 dashv
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 \begin_inset Formula $\dashv$
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 frown
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 \begin_inset Formula $\frown$
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 rhd
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 \begin_inset Formula $\rhd$
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 unrhd
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Formula $\unrhd$
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 lessgtr
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 \begin_inset Formula $\lessgtr$
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 </row>
24457 <row>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 parallel
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 \begin_inset Formula $\parallel$
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 nparallel
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498 \begin_inset Formula $\nparallel$
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 </row>
24507 </lyxtabular>
24508
24509 \end_inset
24510
24511
24512 \begin_inset space \hfill{}
24513 \end_inset
24514
24515
24516 \end_layout
24517
24518 \begin_layout Standard
24519 \begin_inset VSpace medskip
24520 \end_inset
24521
24522 The characters 
24523 \series bold
24524
24525 \backslash
24526 lhd
24527 \series default
24528  and 
24529 \series bold
24530
24531 \backslash
24532 rhd
24533 \series default
24534  are bigger than the equal looking operators 
24535 \series bold
24536
24537 \backslash
24538 triangleleft
24539 \series default
24540  and 
24541 \series bold
24542
24543 \backslash
24544 triangleright
24545 \series default
24546 , respectively.
24547 \end_layout
24548
24549 \begin_layout Standard
24550 Relations are, in contrary to symbols, always surrounded by space.
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Relations with labels can be created with the command 
24555 \series bold
24556
24557 \backslash
24558 stackrel
24559 \series default
24560
24561 \begin_inset Index idx
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565 Commands ! S ! 
24566 \backslash
24567 stackrel
24568 \end_layout
24569
24570 \end_inset
24571
24572 :
24573 \end_layout
24574
24575 \begin_layout Standard
24576 \align center
24577 \begin_inset Tabular
24578 <lyxtabular version="3" rows="2" columns="2">
24579 <features tabularvalignment="middle">
24580 <column alignment="center" valignment="top" width="0">
24581 <column alignment="center" valignment="top" width="0">
24582 <row>
24583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587 Command
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 Result
24597 \begin_inset Note Note
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601
24602 \series bold
24603
24604 \backslash
24605 raisebox
24606 \series default
24607  is only used as spacer.
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 <row>
24619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623 A(r)
24624 \backslash
24625 stackrel
24626 \begin_inset ERT
24627 status collapsed
24628
24629 \begin_layout Plain Layout
24630
24631
24632 \backslash
24633 spce 
24634 \end_layout
24635
24636 \end_inset
24637
24638 r
24639 \backslash
24640 to
24641 \backslash
24642 infty
24643 \begin_inset ERT
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647
24648
24649 \backslash
24650 spce 
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \begin_inset Formula $\downarrow$
24657 \end_inset
24658
24659
24660 \backslash
24661 approx
24662 \begin_inset ERT
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666
24667
24668 \backslash
24669 spce 
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \begin_inset ERT
24676 status collapsed
24677
24678 \begin_layout Plain Layout
24679
24680
24681 \backslash
24682 spce 
24683 \end_layout
24684
24685 \end_inset
24686
24687 B
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 </lyxtabular>
24706
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \begin_layout Section
24713 Functions
24714 \end_layout
24715
24716 \begin_layout Subsection
24717 Predefined Functions
24718 \begin_inset CommandInset label
24719 LatexCommand label
24720 name "sub:Predefined-Functions"
24721
24722 \end_inset
24723
24724
24725 \begin_inset Index idx
24726 status collapsed
24727
24728 \begin_layout Plain Layout
24729 Functions ! predefined
24730 \end_layout
24731
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Standard
24738 In general, variables are set 
24739 \emph on
24740 italic
24741 \emph default
24742  in mathematical expressions, but not function names, because 
24743 \begin_inset Formula $sin$
24744 \end_inset
24745
24746  could be misunderstood as 
24747 \begin_inset Formula $s\cdot i\cdot n$
24748 \end_inset
24749
24750 .
24751  Therefore there are predefined functions, that are additionally a bit separated
24752  from prefactors.
24753  They are inserted as commands starting with a backslash before their name.
24754 \end_layout
24755
24756 \begin_layout Standard
24757 \align center
24758 \begin_inset Tabular
24759 <lyxtabular version="3" rows="2" columns="4">
24760 <features tabularvalignment="middle">
24761 <column alignment="center" valignment="top" width="0pt">
24762 <column alignment="center" valignment="top" width="0pt">
24763 <column alignment="center" valignment="top" width="0pt">
24764 <column alignment="center" valignment="top" width="0pt">
24765 <row>
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 Command
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 Result
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 Command
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 Result
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 <row>
24804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 Asin(x)+B
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 \begin_inset Formula $Asin(x)+B$
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829 A
24830 \backslash
24831 sin(x)+B
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 \begin_inset Formula $A\sin(x)+B$
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 </lyxtabular>
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 The following functions are predefined:
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \begin_inset VSpace -2mm
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \begin_layout Standard
24868 \align center
24869 \begin_inset Tabular
24870 <lyxtabular version="3" rows="9" columns="4">
24871 <features tabularvalignment="middle">
24872 <column alignment="center" valignment="top" width="0pt">
24873 <column alignment="center" valignment="top" width="0pt">
24874 <column alignment="center" valignment="top" width="0pt">
24875 <column alignment="center" valignment="top" width="0pt">
24876 <row>
24877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 Command
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 Command
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 Command
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Command
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 </row>
24914 <row>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 sin
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930
24931 \backslash
24932 sinh
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 arcsin
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 sup
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 </row>
24960 <row>
24961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \backslash
24967 cos
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 cosh
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 arccos
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 inf
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 </row>
25006 <row>
25007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 tan
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 tanh
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 arctan
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 lim
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 </row>
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 cot
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068
25069 \backslash
25070 coth
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 arg
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 liminf
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 </row>
25098 <row>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 sec
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 min
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 deg
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \backslash
25138 limsup
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 </row>
25144 <row>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 csc
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 max
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 det
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182
25183 \backslash
25184 Pr
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 </row>
25190 <row>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 ln
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 exp
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 dim
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \backslash
25230 hom
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 <row>
25237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 lg
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 log
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 ker
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 gcd
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 </row>
25282 </lyxtabular>
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Standard
25290 They can also be inserted with the math toolbar button 
25291 \begin_inset Graphics
25292         filename ../images/math/functions.png
25293         scale 85
25294
25295 \end_inset
25296
25297 .
25298 \end_layout
25299
25300 \begin_layout Subsection
25301 Self-defined Functions
25302 \begin_inset Index idx
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306 Functions ! self-defined
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \begin_layout Standard
25315 To use a function that is not predefined, like for example the sign function
25316  sgn(x), there are two possibilities:
25317 \end_layout
25318
25319 \begin_layout Itemize
25320 Define the function by inserting the following line to the LaTeX-preamble
25321 \begin_inset Foot
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325 For more about 
25326 \series bold
25327
25328 \backslash
25329 DeclareMathOperator
25330 \series default
25331  see 
25332 \begin_inset CommandInset ref
25333 LatexCommand ref
25334 reference "sub:Self-defined-Operators"
25335
25336 \end_inset
25337
25338 .
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset Newline newline
25345 \end_inset
25346
25347
25348 \begin_inset VSpace -3mm
25349 \end_inset
25350
25351
25352 \begin_inset Newline newline
25353 \end_inset
25354
25355
25356 \series bold
25357
25358 \backslash
25359 DeclareMathOperator{
25360 \backslash
25361 sgn}{sgn}
25362 \series default
25363
25364 \begin_inset Index idx
25365 status collapsed
25366
25367 \begin_layout Plain Layout
25368 Commands ! D ! 
25369 \backslash
25370 dbinom@
25371 \backslash
25372 DeclareMathOperator
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \begin_inset Newline newline
25379 \end_inset
25380
25381
25382 \begin_inset VSpace -2mm
25383 \end_inset
25384
25385
25386 \begin_inset Newline newline
25387 \end_inset
25388
25389 Now the new defined function can be called with the command 
25390 \series bold
25391
25392 \backslash
25393 sgn
25394 \series default
25395 .
25396 \end_layout
25397
25398 \begin_layout Itemize
25399 Write the formula as usual, mark the formula name, in our example the letters
25400  
25401 \emph on
25402 sgn
25403 \emph default
25404 , and change it to mathematical text.
25405  At last a space is inserted between prefactor and function.
25406 \end_layout
25407
25408 \begin_layout Standard
25409 The result is the same with both methods as with a predefined function
25410 \begin_inset Foot
25411 status collapsed
25412
25413 \begin_layout Plain Layout
25414 In LyX self-defined functions are displayed red, predefined ones black.
25415 \end_layout
25416
25417 \end_inset
25418
25419 :
25420 \end_layout
25421
25422 \begin_layout Standard
25423 \align center
25424 \begin_inset Tabular
25425 <lyxtabular version="3" rows="3" columns="2">
25426 <features tabularvalignment="middle">
25427 <column alignment="center" valignment="top" width="0pt">
25428 <column alignment="center" valignment="top" width="0pt">
25429 <row>
25430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434 Command
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443 Result
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row>
25450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 A
25455 \backslash
25456 sgn(x)+B
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465 \begin_inset Formula $A\sgn(x)+B$
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 </row>
25474 <row>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 A
25480 \backslash
25481 ,
25482 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25483 \end_inset
25484
25485 (x)+B
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \end_inset
25501 </cell>
25502 </row>
25503 </lyxtabular>
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 The first method is more suitable when the self-defined function should
25512  be used several times.
25513 \end_layout
25514
25515 \begin_layout Subsection
25516 Limits
25517 \begin_inset Index idx
25518 status collapsed
25519
25520 \begin_layout Plain Layout
25521 Limits
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Standard
25530 For limits there are defined besides 
25531 \series bold
25532
25533 \backslash
25534 lim
25535 \series default
25536
25537 \begin_inset Index idx
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541 Commands ! L ! 
25542 \backslash
25543 lim
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \series bold
25550
25551 \backslash
25552 liminf
25553 \series default
25554  and 
25555 \series bold
25556
25557 \backslash
25558 limsup
25559 \series default
25560  furthermore the following functions:
25561 \end_layout
25562
25563 \begin_layout Standard
25564 \align center
25565 \begin_inset Tabular
25566 <lyxtabular version="3" rows="5" columns="2">
25567 <features tabularvalignment="middle">
25568 <column alignment="center" valignment="top" width="0">
25569 <column alignment="center" valignment="top" width="0">
25570 <row>
25571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575 Command
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 Result
25585 \begin_inset Note Note
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589
25590 \series bold
25591
25592 \backslash
25593 raisebox
25594 \series default
25595  is only used as spacer.
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 <row>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 varliminf
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 \begin_inset Formula $\varliminf$
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 </row>
25631 <row>
25632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636
25637 \backslash
25638 varlimsup
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 \begin_inset Formula $\varlimsup$
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 </row>
25656 <row>
25657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661
25662 \backslash
25663 varprojlim
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 \begin_inset Formula $\varprojlim$
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 </row>
25681 <row>
25682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 varinjlim
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Formula $\varinjlim$
25698 \end_inset
25699
25700
25701 \begin_inset Formula $\raisebox{-2.5mm}{}$
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 </row>
25710 </lyxtabular>
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset VSpace medskip
25719 \end_inset
25720
25721 The limit is created by inserting a subscript.
25722  It is set right beside the function in an inline formula:
25723 \end_layout
25724
25725 \begin_layout Standard
25726 \align center
25727 \begin_inset Tabular
25728 <lyxtabular version="3" rows="2" columns="2">
25729 <features tabularvalignment="middle">
25730 <column alignment="center" valignment="top" width="0pt">
25731 <column alignment="center" valignment="top" width="0pt">
25732 <row>
25733 <cell alignment="center" valignment="top" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737 Command
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 <cell alignment="center" valignment="top" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 \begin_inset space \hspace{}
25747 \length 1cm
25748 \end_inset
25749
25750 Result
25751 \begin_inset Note Note
25752 status collapsed
25753
25754 \begin_layout Plain Layout
25755 The space and
25756 \series bold
25757  
25758 \backslash
25759 raisebox
25760 \series default
25761  are used here as spacer.
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 </row>
25772 <row>
25773 <cell alignment="center" valignment="top" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777
25778 \backslash
25779 lim_x
25780 \backslash
25781 to
25782 \begin_inset ERT
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786
25787
25788 \backslash
25789 spce 
25790 \end_layout
25791
25792 \end_inset
25793
25794 A
25795 \begin_inset ERT
25796 status collapsed
25797
25798 \begin_layout Plain Layout
25799
25800
25801 \backslash
25802 spce 
25803 \end_layout
25804
25805 \end_inset
25806
25807 x=B
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 <cell alignment="center" valignment="top" usebox="none">
25813 \begin_inset Text
25814
25815 \begin_layout Plain Layout
25816 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 </row>
25825 </lyxtabular>
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 In a displayed formula the limit is set below the formula, as usual:
25834 \begin_inset Formula \[
25835 \lim_{x\to A}x=B\]
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Subsection
25843 Modulo-Functions
25844 \begin_inset Index idx
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848 Functions ! modulo-
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 The modulo-function is special, because it exists in four variants.
25858 \end_layout
25859
25860 \begin_layout Standard
25861 The variants in a displayed formula:
25862 \begin_inset Formula \begin{align*}
25863 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25864 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25865 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25866 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25867 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25868 \end{align*}
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Standard
25876 In an inline formula less space is set before the function names for all
25877  variants.
25878 \end_layout
25879
25880 \begin_layout Section
25881 Special Characters
25882 \begin_inset Index idx
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886 Special characters
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Subsection
25895 Special Characters in Mathematical Text
25896 \end_layout
25897
25898 \begin_layout Standard
25899 The following commands can only be used in mathematical text or in TeX-mode:
25900 \end_layout
25901
25902 \begin_layout Standard
25903 \begin_inset space \hfill{}
25904 \end_inset
25905
25906
25907 \begin_inset Tabular
25908 <lyxtabular version="3" rows="8" columns="2">
25909 <features tabularvalignment="middle">
25910 <column alignment="block" valignment="top" width="0">
25911 <column alignment="block" valignment="top" width="0">
25912 <row>
25913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917 Command
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 Result
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 </row>
25932 <row>
25933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937
25938 \backslash
25939 oe
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948 \begin_inset Formula $\textrm{œ}$
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 </row>
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962
25963 \backslash
25964 OE
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973 \begin_inset Formula $\textrm{Œ}$
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \end_inset
25980 </cell>
25981 </row>
25982 <row>
25983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987
25988 \backslash
25989 ae
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25995 \begin_inset Text
25996
25997 \begin_layout Plain Layout
25998 \begin_inset Formula $\textrm{æ}$
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 </row>
26007 <row>
26008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012
26013 \backslash
26014 AE
26015 \end_layout
26016
26017 \end_inset
26018 </cell>
26019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26020 \begin_inset Text
26021
26022 \begin_layout Plain Layout
26023 \begin_inset Formula $\textrm{Æ}$
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 </row>
26032 <row>
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037
26038 \backslash
26039 aa
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048 \begin_inset Formula $\textrm{\aa}$
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 </row>
26057 <row>
26058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062
26063 \backslash
26064 AA
26065 \begin_inset Index idx
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069
26070 \backslash
26071 @
26072 \begin_inset ERT
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076
26077
26078 \backslash
26079 textrm{
26080 \backslash
26081 AA}
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100 \begin_inset Formula $\textrm{Å}$
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 </row>
26109 <row>
26110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114
26115 \backslash
26116 i
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 \begin_inset Formula $\textrm{ı}$
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 </row>
26134 </lyxtabular>
26135
26136 \end_inset
26137
26138
26139 \begin_inset space \hfill{}
26140 \end_inset
26141
26142
26143 \begin_inset Tabular
26144 <lyxtabular version="3" rows="8" columns="2">
26145 <features tabularvalignment="middle">
26146 <column alignment="block" valignment="top" width="0">
26147 <column alignment="center" valignment="top" width="0">
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 command
26154 \begin_inset Note Note
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158 The space of 0
26159 \begin_inset space \thinspace{}
26160 \end_inset
26161
26162 mm is used for separation, because otherwise the output will be ¡ and ¿
26163  respectively.
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 Result
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 o
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Formula $\textrm{ø}$
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 <row>
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213
26214 \backslash
26215 O
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224 \begin_inset Formula $\textrm{Ø}$
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 </row>
26233 <row>
26234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238
26239 \backslash
26240 l
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 \begin_inset Formula $\textrm{ł}$
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 </row>
26258 <row>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263
26264 \backslash
26265 L
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274 \begin_inset Formula $\textrm{Ł}$
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 </row>
26283 <row>
26284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288 !
26289 \begin_inset space \hspace{}
26290 \length 0mm
26291 \end_inset
26292
26293 `
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 spce 
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset Formula $\textrm{!`}$
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 </row>
26324 <row>
26325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329 ?
26330 \begin_inset space \hspace{}
26331 \length 0mm
26332 \end_inset
26333
26334 `
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339
26340
26341 \backslash
26342 spce 
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 \begin_inset Formula $\textrm{?`}$
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 </row>
26365 <row>
26366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370
26371 \backslash
26372 j
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381 \begin_inset Formula $\textrm{ȷ}$
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 </row>
26390 </lyxtabular>
26391
26392 \end_inset
26393
26394
26395 \begin_inset space \hfill{}
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Standard
26402 The characters 
26403 \begin_inset Formula $\textrm{\textrm{Å}}$
26404 \end_inset
26405
26406  and 
26407 \begin_inset Formula $\textrm{\textrm{Ø}}$
26408 \end_inset
26409
26410  can also be inserted via the math toolbar button 
26411 \begin_inset Graphics
26412         filename ../images/math/digamma.png
26413         scale 85
26414
26415 \end_inset
26416
26417 .
26418 \end_layout
26419
26420 \begin_layout Standard
26421 An exception are the commands 
26422 \series bold
26423 !
26424 \begin_inset space \hspace{}
26425 \length 0mm
26426 \end_inset
26427
26428 `
26429 \series default
26430  and 
26431 \series bold
26432 ?
26433 \begin_inset space \hspace{}
26434 \length 0mm
26435 \end_inset
26436
26437 `
26438 \series default
26439 , because they can be inserted in LyX directly to text.
26440 \end_layout
26441
26442 \begin_layout Subsection
26443 Accents in Text
26444 \begin_inset CommandInset label
26445 LatexCommand label
26446 name "sub:Accents-in-Text"
26447
26448 \end_inset
26449
26450
26451 \begin_inset Index idx
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455 Accents ! in text
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Standard
26464 With the following commands all letters can be accented.
26465  The commands must be inserted in TeX-mode.
26466 \end_layout
26467
26468 \begin_layout Standard
26469 \begin_inset space \hfill{}
26470 \end_inset
26471
26472
26473 \begin_inset Tabular
26474 <lyxtabular version="3" rows="8" columns="2">
26475 <features tabularvalignment="middle">
26476 <column alignment="block" valignment="top" width="0">
26477 <column alignment="block" valignment="top" width="0">
26478 <row>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 Command
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 Result
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 </row>
26498 <row>
26499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503
26504 \backslash
26505
26506 \begin_inset Quotes grd
26507 \end_inset
26508
26509 e
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518 \begin_inset ERT
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522
26523
26524 \backslash
26525 "e
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \backslash
26543 `e
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 `e
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575
26576 \backslash
26577 ^
26578 \begin_inset ERT
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582
26583
26584 \backslash
26585 spce 
26586 \end_layout
26587
26588 \end_inset
26589
26590 e
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 \begin_inset ERT
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603
26604
26605 \backslash
26606 ^e
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \end_inset
26615 </cell>
26616 </row>
26617 <row>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622
26623 \backslash
26624 =e
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 =e
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658 u
26659 \begin_inset ERT
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663
26664
26665 \backslash
26666 spce 
26667 \end_layout
26668
26669 \end_inset
26670
26671 e
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 \begin_inset ERT
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684
26685
26686 \backslash
26687 u e
26688 \end_layout
26689
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 <row>
26699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703
26704 \backslash
26705 b
26706 \begin_inset ERT
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710
26711
26712 \backslash
26713 spce 
26714 \end_layout
26715
26716 \end_inset
26717
26718 e
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 b e
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 </row>
26745 <row>
26746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750
26751 \backslash
26752 t
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 spce 
26761 \end_layout
26762
26763 \end_inset
26764
26765 ee
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 t ee
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 </lyxtabular>
26793
26794 \end_inset
26795
26796
26797 \begin_inset space \hfill{}
26798 \end_inset
26799
26800
26801 \begin_inset Tabular
26802 <lyxtabular version="3" rows="8" columns="2">
26803 <features tabularvalignment="middle">
26804 <column alignment="block" valignment="top" width="0">
26805 <column alignment="center" valignment="top" width="0">
26806 <row>
26807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 Command
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820 Result
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831
26832 \backslash
26833 H
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 spce 
26842 \end_layout
26843
26844 \end_inset
26845
26846 e
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 H e
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878
26879 \backslash
26880 'e
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 'e
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 ~e
26915 \begin_inset Index idx
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919 Tilde
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933 \begin_inset ERT
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937
26938
26939 \backslash
26940 ~e
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 </row>
26951 <row>
26952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956
26957 \backslash
26958 .e
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 .e
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 </row>
26985 <row>
26986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990
26991 \backslash
26992 v
26993 \begin_inset ERT
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997
26998
26999 \backslash
27000 spce 
27001 \end_layout
27002
27003 \end_inset
27004
27005 e
27006 \end_layout
27007
27008 \end_inset
27009 </cell>
27010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014 \begin_inset ERT
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018
27019
27020 \backslash
27021 v e
27022 \end_layout
27023
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 </row>
27032 <row>
27033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27034 \begin_inset Text
27035
27036 \begin_layout Plain Layout
27037
27038 \backslash
27039 d
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 spce 
27048 \end_layout
27049
27050 \end_inset
27051
27052 e
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27058 \begin_inset Text
27059
27060 \begin_layout Plain Layout
27061 \begin_inset ERT
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065
27066
27067 \backslash
27068 d e
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 </row>
27079 <row>
27080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084
27085 \backslash
27086 c
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092
27093 \backslash
27094 spce 
27095 \end_layout
27096
27097 \end_inset
27098
27099 e
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108 \begin_inset ERT
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112
27113
27114 \backslash
27115 c e
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 </row>
27126 </lyxtabular>
27127
27128 \end_inset
27129
27130
27131 \begin_inset space \hfill{}
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Standard
27138 \begin_inset VSpace medskip
27139 \end_inset
27140
27141 With the command 
27142 \series bold
27143
27144 \backslash
27145 t
27146 \series default
27147  also two different characters can be accented.
27148  The command 
27149 \series bold
27150
27151 \backslash
27152 t
27153 \begin_inset ERT
27154 status collapsed
27155
27156 \begin_layout Plain Layout
27157
27158
27159 \backslash
27160 spce 
27161 \end_layout
27162
27163 \end_inset
27164
27165 sz
27166 \series default
27167  creates: 
27168 \begin_inset ERT
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172
27173
27174 \backslash
27175 t sz
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Standard
27184 The accents 
27185 \series bold
27186 `
27187 \series default
27188  , 
27189 \series bold
27190 '
27191 \series default
27192  and 
27193 \series bold
27194 ^
27195 \series default
27196  can in combination with vowels directly be inserted with the keyboard without
27197  using TeX-mode.
27198  The same applies for the tilde
27199 \begin_inset Foot
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 This only applies for keyboards where the tilde is defined as accent.
27204 \end_layout
27205
27206 \end_inset
27207
27208  
27209 \series bold
27210 ~
27211 \series default
27212  in combination with 
27213 \emph on
27214 a
27215 \emph default
27216  , 
27217 \emph on
27218 n
27219 \emph default
27220  , or 
27221 \emph on
27222 o
27223 \emph default
27224 .
27225 \end_layout
27226
27227 \begin_layout Standard
27228 The commands 
27229 \series bold
27230
27231 \backslash
27232 b
27233 \series default
27234  , 
27235 \series bold
27236
27237 \backslash
27238 c
27239 \series default
27240  , 
27241 \series bold
27242
27243 \backslash
27244 d
27245 \series default
27246  , 
27247 \series bold
27248
27249 \backslash
27250 H
27251 \series default
27252  , 
27253 \series bold
27254
27255 \backslash
27256 t
27257 \series default
27258  , 
27259 \series bold
27260
27261 \backslash
27262 u
27263 \series default
27264  , 
27265 \series bold
27266
27267 \backslash
27268 v
27269 \series default
27270  and accents that are inserted directly with the keyboard are also available
27271  in mathematical text.
27272  For the other accents there are special math commands to be used in formulas,
27273  see 
27274 \begin_inset CommandInset ref
27275 LatexCommand ref
27276 reference "sub:Accents-for-one"
27277
27278 \end_inset
27279
27280 .
27281 \end_layout
27282
27283 \begin_layout Standard
27284 \begin_inset VSpace bigskip
27285 \end_inset
27286
27287 Furthermore, with the command 
27288 \series bold
27289
27290 \backslash
27291 textcircled
27292 \series default
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 Commands ! T ! 
27299 \backslash
27300 textcircled
27301 \end_layout
27302
27303 \end_inset
27304
27305  all numbers and letters can be set into a circle, quasi accented with a
27306  circle, similar to the copyright symbol.
27307 \end_layout
27308
27309 \begin_layout Standard
27310 \align center
27311 \begin_inset Tabular
27312 <lyxtabular version="3" rows="3" columns="2">
27313 <features tabularvalignment="middle">
27314 <column alignment="center" valignment="top" width="0">
27315 <column alignment="center" valignment="top" width="0">
27316 <row>
27317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27318 \begin_inset Text
27319
27320 \begin_layout Plain Layout
27321 Command
27322 \end_layout
27323
27324 \end_inset
27325 </cell>
27326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Plain Layout
27330 Result
27331 \begin_inset Note Note
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335
27336 \series bold
27337
27338 \backslash
27339 raisebox
27340 \series default
27341  is only used as spacer.
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \end_inset
27350 </cell>
27351 </row>
27352 <row>
27353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27354 \begin_inset Text
27355
27356 \begin_layout Plain Layout
27357
27358 \backslash
27359 textcircled{w}
27360 \end_layout
27361
27362 \end_inset
27363 </cell>
27364 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27365 \begin_inset Text
27366
27367 \begin_layout Plain Layout
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 textcircled{w}
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \end_inset
27384 </cell>
27385 </row>
27386 <row>
27387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27388 \begin_inset Text
27389
27390 \begin_layout Plain Layout
27391
27392 \backslash
27393 Large 
27394 \backslash
27395 textcircled{
27396 \backslash
27397 normalsize
27398 \backslash
27399 protect
27400 \backslash
27401 raisebox{-1.5pt}{W}}
27402 \end_layout
27403
27404 \end_inset
27405 </cell>
27406 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Plain Layout
27410 \begin_inset Formula $\raisebox{4.5mm}{}$
27411 \end_inset
27412
27413
27414 \begin_inset ERT
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418
27419
27420 \backslash
27421 Large 
27422 \backslash
27423 textcircled{
27424 \backslash
27425 normalsize
27426 \backslash
27427 protect
27428 \backslash
27429 raisebox{-1.5pt}W}
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \begin_inset Formula $\raisebox{-2mm}{}$
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 </row>
27444 </lyxtabular>
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 One has to take care that the character fits in the circle.
27453  
27454 \series bold
27455
27456 \backslash
27457 Large
27458 \series default
27459
27460 \begin_inset Foot
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464 see 
27465 \begin_inset CommandInset ref
27466 LatexCommand ref
27467 reference "sub:Font-Sizes"
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \end_inset
27475
27476  specifies thereby the size of the circle.
27477  With the help of 
27478 \series bold
27479
27480 \backslash
27481 raisebox
27482 \series default
27483
27484 \begin_inset Foot
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488 see 
27489 \begin_inset CommandInset ref
27490 LatexCommand ref
27491 reference "sub:Boxes-without-Frame"
27492
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \end_inset
27499
27500  the character can be centered.
27501 \end_layout
27502
27503 \begin_layout Subsection
27504 Minuscule Numbers
27505 \begin_inset Index idx
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 Minuscule numbers
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518 Minuscule numbers are created with the command 
27519 \series bold
27520
27521 \backslash
27522 oldstylenums
27523 \series default
27524
27525 \begin_inset Index idx
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529 Commands ! O ! 
27530 \backslash
27531 oldstylenums
27532 \end_layout
27533
27534 \end_inset
27535
27536 .
27537  The command can be used in formulas and in TeX-mode.
27538  The command scheme is:
27539 \end_layout
27540
27541 \begin_layout Standard
27542
27543 \series bold
27544
27545 \backslash
27546 oldstylenums{number}
27547 \end_layout
27548
27549 \begin_layout Standard
27550 The command 
27551 \series bold
27552
27553 \backslash
27554 oldstylenums{0123456789
27555 \series default
27556  produces: 
27557 \begin_inset Formula $\oldstylenums{0123456789}$
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Subsection
27564 Miscellaneous special Characters
27565 \begin_inset CommandInset label
27566 LatexCommand label
27567 name "sub:Miscellaneous-special-Characters"
27568
27569 \end_inset
27570
27571
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 Special characters ! miscellaneous
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 The following characters can only be inserted to formulas by using commands:
27586 \end_layout
27587
27588 \begin_layout Standard
27589 \align center
27590 \begin_inset Tabular
27591 <lyxtabular version="3" rows="4" columns="2">
27592 <features tabularvalignment="middle">
27593 <column alignment="center" valignment="top" width="0">
27594 <column alignment="center" valignment="top" width="0">
27595 <row>
27596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600 Command
27601 \end_layout
27602
27603 \end_inset
27604 </cell>
27605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609 Result
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 </row>
27615 <row>
27616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27617 \begin_inset Text
27618
27619 \begin_layout Plain Layout
27620
27621 \backslash
27622 ^
27623 \begin_inset ERT
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627
27628
27629 \backslash
27630 spce 
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 \begin_inset Formula $\mathcircumflex$
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 </row>
27653 <row>
27654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658
27659 \backslash
27660 _
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669 \begin_inset Formula $\_$
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \end_inset
27676 </cell>
27677 </row>
27678 <row>
27679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683 ^
27684 \begin_inset ERT
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688
27689
27690 \backslash
27691 spce 
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \backslash
27698 circ
27699 \begin_inset Index idx
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703
27704 \backslash
27705
27706 \end_layout
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Plain Layout
27719 \begin_inset Formula $^{\circ}$
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 </row>
27728 </lyxtabular>
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Standard
27736 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27737  contains the following line
27738 \begin_inset Foot
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742 More about this is described in 
27743 \begin_inset CommandInset ref
27744 LatexCommand ref
27745 reference "sub:Text-Characters-in"
27746
27747 \end_inset
27748
27749 .
27750 \end_layout
27751
27752 \end_inset
27753
27754 :
27755 \end_layout
27756
27757 \begin_layout Standard
27758
27759 \series bold
27760
27761 \backslash
27762 DeclareInputtext{176}{
27763 \backslash
27764 ifmmode^
27765 \backslash
27766 circ
27767 \backslash
27768 else
27769 \backslash
27770 textdegree
27771 \backslash
27772 fi}
27773 \end_layout
27774
27775 \begin_layout Section
27776 Formula Styles
27777 \begin_inset CommandInset label
27778 LatexCommand label
27779 name "sec:Formula-Styles"
27780
27781 \end_inset
27782
27783
27784 \begin_inset Index idx
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 Formula ! styles
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Itemize
27797 There are two different alignment styles:
27798 \end_layout
27799
27800 \begin_deeper
27801 \begin_layout Description
27802 Centered is the predefined standard
27803 \end_layout
27804
27805 \begin_layout Description
27806 Indented for this the option 
27807 \series bold
27808 fleqn
27809 \series default
27810  must be inserted in the menu 
27811 \family sans
27812 Document\SpecialChar \menuseparator
27813 Settings
27814 \family default
27815  under 
27816 \family sans
27817 Document
27818 \begin_inset space ~
27819 \end_inset
27820
27821 Class
27822 \end_layout
27823
27824 \begin_layout Standard
27825 When 
27826 \series bold
27827 Indented
27828 \series default
27829  is used, the indentation can be adjusted with the length 
27830 \series bold
27831
27832 \backslash
27833 mathindent
27834 \series default
27835
27836 \begin_inset Index idx
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840 Commands ! M ! 
27841 \backslash
27842 mathindent
27843 \end_layout
27844
27845 \end_inset
27846
27847 .
27848  Should the distance be 15
27849 \begin_inset space \thinspace{}
27850 \end_inset
27851
27852 mm, the following command line is inserted in the LaTeX-preamble
27853 \end_layout
27854
27855 \begin_layout Standard
27856
27857 \series bold
27858
27859 \backslash
27860 setlength{
27861 \backslash
27862 mathindent}{15mm}
27863 \end_layout
27864
27865 \begin_layout Standard
27866 When no length is specified, the predefined value of 30
27867 \begin_inset space \thinspace{}
27868 \end_inset
27869
27870 pt will be used.
27871 \end_layout
27872
27873 \end_deeper
27874 \begin_layout Itemize
27875 And two different numbering styles:
27876 \end_layout
27877
27878 \begin_deeper
27879 \begin_layout Description
27880 Right is the predefined standard
27881 \end_layout
27882
27883 \begin_layout Description
27884 Left for this the option 
27885 \series bold
27886 leqno
27887 \series default
27888  must be inserted in the menu 
27889 \family sans
27890 Document\SpecialChar \menuseparator
27891 Settings
27892 \family default
27893  under 
27894 \family sans
27895 Document
27896 \begin_inset space ~
27897 \end_inset
27898
27899 Class
27900 \end_layout
27901
27902 \end_deeper
27903 \begin_layout Standard
27904
27905 \series bold
27906 fleqn
27907 \series default
27908  and 
27909 \series bold
27910 leqno
27911 \series default
27912  can also be used together.
27913  In this case both options are inserted, separated by a comma.
27914 \end_layout
27915
27916 \begin_layout Standard
27917 The chosen styles are used for all displayed formulas of the document.
27918  When both, centered and indented formulas should be created in a document,
27919  the style 
27920 \series bold
27921 Centered
27922 \series default
27923  is used.
27924  The indented formulas are then set in a flalign environment, see 
27925 \begin_inset CommandInset ref
27926 LatexCommand ref
27927 reference "sub:Flalign-Environment"
27928
27929 \end_inset
27930
27931 .
27932 \end_layout
27933
27934 \begin_layout Section
27935 Multiline Formulas
27936 \begin_inset CommandInset label
27937 LatexCommand label
27938 name "sec:Multiline-Formulas"
27939
27940 \end_inset
27941
27942
27943 \begin_inset Index idx
27944 status collapsed
27945
27946 \begin_layout Plain Layout
27947 Formula ! multiline
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Subsection
27956 General
27957 \end_layout
27958
27959 \begin_layout Standard
27960 In LyX multiline formulas are created by pressing 
27961 \series bold
27962
27963 \begin_inset Info
27964 type  "shortcut"
27965 arg   "newline-insert newline"
27966 \end_inset
27967
27968
27969 \series default
27970  inside a formula.
27971  This creates either an 
27972 \series bold
27973 eqnarray environment
27974 \series default
27975  that is described in 
27976 \begin_inset CommandInset ref
27977 LatexCommand ref
27978 reference "sub:Eqnarray-Environment"
27979
27980 \end_inset
27981
27982  or, when the option 
27983 \family sans
27984 Use AMS math package
27985 \family default
27986  in the document settings is selected, an 
27987 \series bold
27988 align environment
27989 \series default
27990  that is described in 
27991 \begin_inset CommandInset ref
27992 LatexCommand ref
27993 reference "sub:Standard-align-Environment"
27994
27995 \end_inset
27996
27997 .
27998 \end_layout
27999
28000 \begin_layout Standard
28001 There are other multiline formula environments that can be created via the
28002  menu 
28003 \family sans
28004 Insert\SpecialChar \menuseparator
28005 Math
28006 \family default
28007 .
28008  These environments are described in the following sections.
28009 \end_layout
28010
28011 \begin_layout Standard
28012 In all multiline formula environments a new line is created by pressing
28013  
28014 \begin_inset Info
28015 type  "shortcut"
28016 arg   "newline-insert newline"
28017 \end_inset
28018
28019 .
28020  To add or delete lines, the math toolbar buttons 
28021 \begin_inset Graphics
28022         filename ../images/tabular-feature_append-row.png
28023         scale 85
28024
28025 \end_inset
28026
28027  or 
28028 \begin_inset Graphics
28029         filename ../images/tabular-feature_delete-row.png
28030         scale 85
28031
28032 \end_inset
28033
28034 , respectively, or the menu 
28035 \family sans
28036 Edit\SpecialChar \menuseparator
28037 Rows & Columns
28038 \family default
28039  can be used.
28040 \end_layout
28041
28042 \begin_layout Subsubsection
28043 Line Separation
28044 \begin_inset CommandInset label
28045 LatexCommand label
28046 name "sub:Line-Separation"
28047
28048 \end_inset
28049
28050
28051 \begin_inset Index idx
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055 Formula ! multiline ! Line separation
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Standard
28064 There is sometimes not enough space in multiline formulas between the lines:
28065 \begin_inset Formula \begin{eqnarray*}
28066 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}\\
28067 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
28068 \end{eqnarray*}
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Standard
28076 In LaTeX additional line space is specified as optional argument of the
28077  new line command.
28078  This is not yet possible in LyX
28079 \begin_inset Foot
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083 see 
28084 \begin_inset CommandInset href
28085 LatexCommand href
28086 name "LyX-bug #1505"
28087 target "http://www.lyx.org/trac/ticket/1505"
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \end_inset
28095
28096 , therefore the whole formula must be inserted in TeX-mode.
28097  To add in our example space, the command 
28098 \series bold
28099
28100 \backslash
28101
28102 \backslash
28103 [3mm]
28104 \series default
28105  is inserted at the end of the first line.
28106  One gets: 
28107 \begin_inset ERT
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111
28112
28113 \backslash
28114 begin{eqnarray*}
28115 \end_layout
28116
28117 \begin_layout Plain Layout
28118
28119 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28120  = & 
28121 \backslash
28122 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28123 \backslash
28124
28125 \backslash
28126 [3mm]
28127 \end_layout
28128
28129 \begin_layout Plain Layout
28130
28131 4x^{2}
28132 \backslash
28133 left(B^{2}+x_{0}^{2}
28134 \backslash
28135 right)+4x_{0}x
28136 \backslash
28137 left(D-B^{2}
28138 \backslash
28139 right)+B^{2}
28140 \backslash
28141 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28142 \backslash
28143 right) & = & 0
28144 \end_layout
28145
28146 \begin_layout Plain Layout
28147
28148
28149 \backslash
28150 end{eqnarray*}
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \end_layout
28157
28158 \begin_layout Standard
28159 \begin_inset VSpace bigskip
28160 \end_inset
28161
28162 To set the line separation for all lines in a formula, the length 
28163 \series bold
28164
28165 \backslash
28166 jot
28167 \series default
28168
28169 \begin_inset Index idx
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Commands ! J ! 
28174 \backslash
28175 jot
28176 \end_layout
28177
28178 \end_inset
28179
28180  is changed.
28181  The definition is: 
28182 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28183 \end_inset
28184
28185 .
28186  Predefined for 
28187 \series bold
28188
28189 \backslash
28190 jot
28191 \series default
28192  is the value 3
28193 \begin_inset space \thinspace{}
28194 \end_inset
28195
28196 pt.
28197  To create 3
28198 \begin_inset space \thinspace{}
28199 \end_inset
28200
28201 mm additional line separation as in the previous example, the command
28202 \end_layout
28203
28204 \begin_layout Standard
28205
28206 \series bold
28207
28208 \backslash
28209 setlength{
28210 \backslash
28211 jot}{3mm+3pt}
28212 \end_layout
28213
28214 \begin_layout Standard
28215 is inserted in TeX-mode before the formula.
28216  This requires that the LaTeX-package 
28217 \series bold
28218 calc
28219 \series default
28220
28221 \begin_inset Foot
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225
28226 \series bold
28227 calc
28228 \series default
28229  is part of every LaTeX standard installation.
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \begin_inset Index idx
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 Packages ! calc
28240 \end_layout
28241
28242 \end_inset
28243
28244  was loaded in LaTeX-preamble with the line
28245 \end_layout
28246
28247 \begin_layout Standard
28248
28249 \series bold
28250
28251 \backslash
28252 usepackage{calc}
28253 \end_layout
28254
28255 \begin_layout Standard
28256 One gets: 
28257 \begin_inset ERT
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261
28262
28263 \backslash
28264 setlength{
28265 \backslash
28266 jot}{3mm+3pt}
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \begin_inset Formula \begin{eqnarray*}
28273 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}\\
28274 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
28275 \end{eqnarray*}
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283 \begin_inset ERT
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287
28288
28289 \backslash
28290 setlength{
28291 \backslash
28292 jot}{3pt}
28293 \end_layout
28294
28295 \end_inset
28296
28297  To get back to the predefined distance, 
28298 \series bold
28299
28300 \backslash
28301 jot
28302 \series default
28303  is set to the value 3
28304 \begin_inset space \thinspace{}
28305 \end_inset
28306
28307 pt.
28308 \end_layout
28309
28310 \begin_layout Subsubsection
28311 Column Separation
28312 \begin_inset CommandInset label
28313 LatexCommand label
28314 name "sub:Column-Separation"
28315
28316 \end_inset
28317
28318
28319 \begin_inset Index idx
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 Formula ! multiline ! Column separation
28324 \end_layout
28325
28326 \end_inset
28327
28328
28329 \end_layout
28330
28331 \begin_layout Standard
28332 Multiline formulas form a matrix.
28333  A formula in the eqnarray environment is for example a matrix with three
28334  columns.
28335  By changing the column separation in this environment, the space beside
28336  the relation sign can be changed.
28337 \end_layout
28338
28339 \begin_layout Standard
28340 The column separation is specified with the length 
28341 \series bold
28342
28343 \backslash
28344 arraycolsep
28345 \series default
28346
28347 \begin_inset Index idx
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 Commands ! A ! 
28352 \backslash
28353 arraycolsep
28354 \end_layout
28355
28356 \end_inset
28357
28358  according to:
28359 \begin_inset Newline newline
28360 \end_inset
28361
28362 column separation = 2
28363 \begin_inset space \thinspace{}
28364 \end_inset
28365
28366
28367 \series bold
28368
28369 \backslash
28370 arraycolsep
28371 \series default
28372
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376 Thus, the command
28377 \end_layout
28378
28379 \begin_layout Standard
28380
28381 \series bold
28382
28383 \backslash
28384 setlength{
28385 \backslash
28386 arraycolsep}{1cm}
28387 \end_layout
28388
28389 \begin_layout Standard
28390 inserted in TeX-mode, sets for all following formulas a column separation
28391  of 2
28392 \begin_inset space \thinspace{}
28393 \end_inset
28394
28395 cm.
28396  To get back to the predefined distance, 
28397 \series bold
28398
28399 \backslash
28400 arraycolsep
28401 \series default
28402  is set to 5
28403 \begin_inset space \thinspace{}
28404 \end_inset
28405
28406 pt.
28407 \end_layout
28408
28409 \begin_layout Standard
28410 A formula with 2
28411 \begin_inset space \thinspace{}
28412 \end_inset
28413
28414 cm column separation:
28415 \begin_inset ERT
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419
28420
28421 \backslash
28422 setlength{
28423 \backslash
28424 arraycolsep}{1cm}
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \begin_inset Formula \begin{eqnarray*}
28431 A & = & B\\
28432 C & \ne & A
28433 \end{eqnarray*}
28434
28435 \end_inset
28436
28437 A formula with the predefined column separation for matrices of 10
28438 \begin_inset space \thinspace{}
28439 \end_inset
28440
28441 pt:
28442 \begin_inset ERT
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446
28447
28448 \backslash
28449 setlength{
28450 \backslash
28451 arraycolsep}{5pt}
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \begin_inset Formula \begin{eqnarray*}
28458 A & = & B\\
28459 C & \ne & A
28460 \end{eqnarray*}
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Subsubsection
28468 Long Formulas
28469 \begin_inset Index idx
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473 Formula ! long
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Standard
28482 Long formulas can be typeset using these methods:
28483 \end_layout
28484
28485 \begin_layout Itemize
28486 When one side of the equation is much shorther than the line width, this
28487  one is chosen for the left side and the right side is typeset over two
28488  lines:
28489 \begin_inset Formula \begin{eqnarray}
28490 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 \\
28491  &  & -\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}
28492 \end{eqnarray}
28493
28494 \end_inset
28495
28496 The minus sign at the beginning of the second line does normally not appear
28497  as operator because it is the first character of the line.
28498  Thus it would not be surrounded by space and could not be distinguished
28499  from the fraction bar.
28500  To avoid this, 3
28501 \begin_inset space \thinspace{}
28502 \end_inset
28503
28504 pt space was inserted behind the minus sign with the command 
28505 \series bold
28506
28507 \backslash
28508 hspace
28509 \series default
28510 .
28511 \begin_inset Foot
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515 more about 
28516 \series bold
28517
28518 \backslash
28519 hspace
28520 \series default
28521  see 
28522 \begin_inset CommandInset ref
28523 LatexCommand ref
28524 reference "sub:Variable-Space"
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \begin_inset Index idx
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 Commands ! H ! 
28539 \backslash
28540 hspace
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \begin_layout Itemize
28549 When both sides of the equation are too long, the command 
28550 \series bold
28551
28552 \backslash
28553 lefteqn
28554 \series default
28555
28556 \begin_inset Index idx
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560 Commands ! L ! 
28561 \backslash
28562 lefteqn
28563 \end_layout
28564
28565 \end_inset
28566
28567  is used.
28568  It is inserted to the first column of the first line and effects that all
28569  further insertions overwrite the following columns:
28570 \begin_inset Formula \begin{eqnarray}
28571 \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 \\
28572  &  & -\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 \\
28573  &  & =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}
28574 \end{eqnarray}
28575
28576 \end_inset
28577
28578 After the insertion of 
28579 \series bold
28580
28581 \backslash
28582 lefteqn
28583 \series default
28584 , the cursor is in a purple box that is a bit shifted to the left from the
28585  blue one.
28586  In this the formula is inserted.
28587 \begin_inset Newline newline
28588 \end_inset
28589
28590 The content of the further lines is inserted to the second or another formula
28591  column.
28592  The greater the column number where it was inserted, the larger the indentation.
28593 \begin_inset VSpace medskip
28594 \end_inset
28595
28596
28597 \begin_inset Newline newline
28598 \end_inset
28599
28600
28601 \begin_inset Note Greyedout
28602 status open
28603
28604 \begin_layout Plain Layout
28605 Note the following when using 
28606 \series bold
28607
28608 \backslash
28609 lefteqn
28610 \series default
28611 :
28612 \end_layout
28613
28614 \begin_layout Itemize
28615 The formula doesn't use the full page width.
28616  When e.
28617 \begin_inset space \thinspace{}
28618 \end_inset
28619
28620 g.
28621 \begin_inset space \space{}
28622 \end_inset
28623
28624 the term 
28625 \begin_inset Formula $-B^{2}$
28626 \end_inset
28627
28628  is added to the first line in the above example, it would have been outside
28629  the page margin.
28630  To better use the width, negative space can be inserted at the beginning
28631  of the first line.
28632 \end_layout
28633
28634 \begin_layout Itemize
28635 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28636  line.
28637 \begin_inset Foot
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641 \begin_inset CommandInset href
28642 LatexCommand href
28643 name "LyX-bug #1429"
28644 target "http://www.lyx.org/trac/ticket/1429"
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \end_inset
28652
28653  One can only set the cursor at the beginning of the line and move it with
28654  the arrow keys.
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Itemize
28663 Other methods to set long formulas are offered by the environments described
28664  in 
28665 \begin_inset CommandInset ref
28666 LatexCommand ref
28667 reference "sub:Multline-Environment"
28668
28669 \end_inset
28670
28671  and 
28672 \begin_inset CommandInset ref
28673 LatexCommand ref
28674 reference "sub:Multiline-Formula-Parts"
28675
28676 \end_inset
28677
28678 .
28679 \end_layout
28680
28681 \begin_layout Subsubsection
28682 Multiline Brackets
28683 \begin_inset CommandInset label
28684 LatexCommand label
28685 name "sub:Multiline-Brackets"
28686
28687 \end_inset
28688
28689
28690 \begin_inset Index idx
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 Brackets ! for multiline expressions
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 For brackets spanning multiple lines the following problem occurs:
28704 \begin_inset Formula \begin{eqnarray*}
28705 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28706  &  & \left.\cdots+B-D\right]
28707 \end{eqnarray*}
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 The closing bracket is smaller than the opening bracket because brackets
28716  with variable size may not span multiple lines.
28717 \end_layout
28718
28719 \begin_layout Standard
28720 To set the bracket size for the second line correctly, the first line is
28721  ended with 
28722 \series bold
28723
28724 \backslash
28725 right.
28726 \series default
28727
28728 \begin_inset Index idx
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Commands ! R ! 
28733 \backslash
28734 right
28735 \end_layout
28736
28737 \end_inset
28738
28739  and the second line with 
28740 \series bold
28741
28742 \backslash
28743 left.
28744 \begin_inset Foot
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748 for more about 
28749 \series bold
28750
28751 \backslash
28752 left
28753 \series default
28754  and 
28755 \series bold
28756
28757 \backslash
28758 right
28759 \series default
28760  see 
28761 \begin_inset CommandInset ref
28762 LatexCommand ref
28763 reference "sub:Automatic-Bracket-Size"
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \series default
28774
28775 \begin_inset Index idx
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779 Commands ! L ! 
28780 \backslash
28781 left
28782 \end_layout
28783
28784 \end_inset
28785
28786 .
28787  After 
28788 \series bold
28789
28790 \backslash
28791 left.
28792
28793 \series default
28794  the command 
28795 \series bold
28796
28797 \backslash
28798 vphantom
28799 \series default
28800
28801 \begin_inset ERT
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805
28806
28807 \backslash
28808 spce 
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \series bold
28815
28816 \backslash
28817 prod
28818 \series default
28819 ^
28820 \begin_inset ERT
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824
28825
28826 \backslash
28827 spce 
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \series bold
28834
28835 \backslash
28836 infty
28837 \series default
28838
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844
28845 \backslash
28846 spce 
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \series bold
28853
28854 \begin_inset Formula $\downarrow$
28855 \end_inset
28856
28857 _R=1}
28858 \series default
28859
28860 \begin_inset Index idx
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864 Commands ! V ! 
28865 \backslash
28866 vphantom
28867 \end_layout
28868
28869 \end_inset
28870
28871  is inserted, because the multiplication operator with its limits is the
28872  largest symbol in the first line and this should be the size for the bracket
28873  in the second line.
28874 \end_layout
28875
28876 \begin_layout Standard
28877 The result is this:
28878 \begin_inset Formula \begin{eqnarray*}
28879 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28880  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28881 \end{eqnarray*}
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Subsection
28889 Align Environments
28890 \end_layout
28891
28892 \begin_layout Standard
28893 Align environments can be used for every kind of multiline formulas.
28894  They are specially useful to set several formulas side by side.
28895 \end_layout
28896
28897 \begin_layout Standard
28898 Align environments consist of columns.
28899  The odd columns are right aligned, the even ones left aligned.
28900  Every line in an Align environment can be numbered.
28901 \end_layout
28902
28903 \begin_layout Standard
28904 Align environments are created via the menu 
28905 \family sans
28906 Insert\SpecialChar \menuseparator
28907 Math
28908 \family default
28909 .
28910  With the menu 
28911 \family sans
28912 Edit\SpecialChar \menuseparator
28913 Math\SpecialChar \menuseparator
28914 Change Formula Type
28915 \family default
28916  already existing formulas can be converted to Align environments.
28917 \end_layout
28918
28919 \begin_layout Standard
28920 To add or delete columns, the math toolbar buttons 
28921 \begin_inset Graphics
28922         filename ../images/tabular-feature_append-column.png
28923         scale 85
28924
28925 \end_inset
28926
28927  or 
28928 \begin_inset Graphics
28929         filename ../images/tabular-feature_delete-column.png
28930         scale 85
28931
28932 \end_inset
28933
28934 , respectively, or the menu 
28935 \family sans
28936 Edit\SpecialChar \menuseparator
28937 Rows & Columns
28938 \family default
28939  can be used.
28940 \end_layout
28941
28942 \begin_layout Subsubsection
28943 Standard align Environment
28944 \begin_inset CommandInset label
28945 LatexCommand label
28946 name "sub:Standard-align-Environment"
28947
28948 \end_inset
28949
28950
28951 \begin_inset Index idx
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Formula ! multiline ! align environment
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Standard
28964 This Align environment is created by presssing 
28965 \begin_inset Info
28966 type  "shortcut"
28967 arg   "newline-insert newline"
28968 \end_inset
28969
28970  in a formula or by the menu 
28971 \family sans
28972 Insert\SpecialChar \menuseparator
28973 Math\SpecialChar \menuseparator
28974 AMS align Environment
28975 \family default
28976 .
28977 \end_layout
28978
28979 \begin_layout Standard
28980 An example for two formulas set side by side, that are created with a four
28981  column align environment:
28982 \begin_inset Formula \begin{align*}
28983 A & =\sin(B) & C & =D\\
28984 C & \ne A & B & \ne D
28985 \end{align*}
28986
28987 \end_inset
28988
28989 As it can be seen, the formulas in this environment are placed so as if
28990  there would be a 
28991 \series bold
28992
28993 \backslash
28994 hfill
28995 \begin_inset Foot
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 more about 
29000 \series bold
29001
29002 \backslash
29003 hfill
29004 \series default
29005  see 
29006 \begin_inset CommandInset ref
29007 LatexCommand ref
29008 reference "sub:Variable-Space"
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \series default
29019  before the first and after every even column.
29020  When the formula style 
29021 \series bold
29022 Indented
29023 \begin_inset Foot
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 formula styles see 
29028 \begin_inset CommandInset ref
29029 LatexCommand ref
29030 reference "sec:Formula-Styles"
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \series default
29041  is used, the formula is set without the 
29042 \series bold
29043
29044 \backslash
29045 hfill
29046 \series default
29047  before the first column.
29048 \end_layout
29049
29050 \begin_layout Subsubsection
29051 Alignat Environment
29052 \begin_inset Index idx
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056 Formula ! multiline ! alignat environment
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 The alignat environment has no predefined column separation.
29066  It can be inserted manually with the spaces that are described 
29067 \begin_inset CommandInset ref
29068 LatexCommand ref
29069 reference "sub:Space"
29070
29071 \end_inset
29072
29073 .
29074 \end_layout
29075
29076 \begin_layout Standard
29077 The above example in the alignat environment where 1
29078 \begin_inset space \thinspace{}
29079 \end_inset
29080
29081 cm space was inserted at the beginning of the second formula:
29082 \begin_inset Formula \begin{alignat*}{2}
29083 A & =\sin(B) & \hspace{1cm}C & =D\\
29084 C & \ne A & B & \ne D
29085 \end{alignat*}
29086
29087 \end_inset
29088
29089 Because the column separation can be set separately for every column, this
29090  environment is especially suitable to set three and more formulas side
29091  by side.
29092 \end_layout
29093
29094 \begin_layout Subsubsection
29095 Flalign Environment
29096 \begin_inset CommandInset label
29097 LatexCommand label
29098 name "sub:Flalign-Environment"
29099
29100 \end_inset
29101
29102
29103 \begin_inset Index idx
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Formula ! multiline ! flalign environment
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 In this environment the first two columns are always set as much as possible
29117  to the left and the last two ones to the right.
29118  An example:
29119 \begin_inset Formula \begin{flalign*}
29120 A & =1 & B & =2 & C & =3\\
29121 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29122 \end{flalign*}
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 By creating a flalign environment with an odd number of columns where an
29131  empty TeX-brace is inserted to the last column, several formulas in a document
29132  can be set to the left, although the formula style 
29133 \series bold
29134 Centered
29135 \series default
29136  is used.
29137  As example the indented formula 
29138 \begin_inset CommandInset ref
29139 LatexCommand eqref
29140 reference "eq:VolInt"
29141
29142 \end_inset
29143
29144 :
29145 \begin_inset Formula \begin{flalign}
29146 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29147
29148 \end_inset
29149
29150 The first two columns contain the formula.
29151  To indent it as with the formula style 
29152 \series bold
29153 Indented
29154 \series default
29155 , 30
29156 \begin_inset space \thinspace{}
29157 \end_inset
29158
29159 pt space was inserted at the beginning of the first column.
29160 \end_layout
29161
29162 \begin_layout Subsection
29163 Eqnarray Environment
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "sub:Eqnarray-Environment"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Formula ! multiline ! eqnarray environment
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 When this environment has been created, three blue boxes appear.
29185  The content of the first box is right aligned, the content of the last
29186  one left aligned.
29187  The content of the middle box appears centered and a bit smaller, because
29188  it is designed to insert there only relation characters.
29189 \begin_inset Formula \begin{eqnarray*}
29190 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29191 AB & AB & AB\\
29192 A & = & A
29193 \end{eqnarray*}
29194
29195 \end_inset
29196
29197
29198 \end_layout
29199
29200 \begin_layout Subsection
29201 Gather Environment
29202 \begin_inset Index idx
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206 Formula ! multiline ! gather environment
29207 \end_layout
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Standard
29215 This environment consists of only one centered column.
29216  Every line can be numbered.
29217 \begin_inset Formula \begin{gather}
29218 A=1\\
29219 X=\textrm{-}1
29220 \end{gather}
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Subsection
29228 Multline Environment
29229 \begin_inset CommandInset label
29230 LatexCommand label
29231 name "sub:Multline-Environment"
29232
29233 \end_inset
29234
29235
29236 \begin_inset Index idx
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Formula ! multiline ! multline environment
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Standard
29249 The multline environment consists, like the gather environment, of only
29250  one column.
29251  But the first line is left aligned, the last one right aligned.
29252  All other lines are centered.
29253  Therefore this environment is suitable for long formulas.
29254  As example formula 
29255 \begin_inset CommandInset ref
29256 LatexCommand eqref
29257 reference "eq:lefteqn"
29258
29259 \end_inset
29260
29261  in the multline environment:
29262 \begin_inset Formula \begin{multline}
29263 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}\\
29264 -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}\\
29265 =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}}
29266 \end{multline}
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 In the output only the last (first) line of a multline environment appears
29275  numbered when the document numbering is right (left).
29276 \begin_inset Foot
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 numbering styles see 
29281 \begin_inset CommandInset ref
29282 LatexCommand ref
29283 reference "sec:Formula-Styles"
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296 With the commands 
29297 \series bold
29298
29299 \backslash
29300 shoveright
29301 \series default
29302
29303 \begin_inset Index idx
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Commands ! S ! 
29308 \backslash
29309 shoveright
29310 \end_layout
29311
29312 \end_inset
29313
29314  and 
29315 \series bold
29316
29317 \backslash
29318 shoveleft
29319 \series default
29320
29321 \begin_inset Index idx
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Commands ! S ! 
29326 \backslash
29327 shoveleft
29328 \end_layout
29329
29330 \end_inset
29331
29332  a centered line can be right or left aligned, respectively.
29333  The commands are used as follows:
29334 \end_layout
29335
29336 \begin_layout Standard
29337
29338 \series bold
29339
29340 \backslash
29341 shoveright{line content}
29342 \series default
29343  and 
29344 \series bold
29345
29346 \backslash
29347 shoveleft{line content}
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset VSpace medskip
29352 \end_inset
29353
29354 The length 
29355 \series bold
29356
29357 \backslash
29358 multlinegap
29359 \series default
29360
29361 \begin_inset Index idx
29362 status collapsed
29363
29364 \begin_layout Plain Layout
29365 Commands ! M ! 
29366 \backslash
29367 multlinegap
29368 \end_layout
29369
29370 \end_inset
29371
29372  specifies the distance of the first line from the left page margin.
29373  Predefined is the length 0
29374 \begin_inset space \thinspace{}
29375 \end_inset
29376
29377 pt.
29378 \end_layout
29379
29380 \begin_layout Standard
29381 As example the above formula where the command
29382 \end_layout
29383
29384 \begin_layout Standard
29385
29386 \series bold
29387
29388 \backslash
29389 setlength{
29390 \backslash
29391 multlinegap}{2cm}
29392 \end_layout
29393
29394 \begin_layout Standard
29395 was inserted in TeX-mode before:
29396 \begin_inset ERT
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401
29402 \backslash
29403 setlength{
29404 \backslash
29405 multlinegap}{2cm}
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Formula \begin{multline}
29412 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}\\
29413 \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}}\\
29414 =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}}
29415 \end{multline}
29416
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425
29426 \backslash
29427 setlength{
29428 \backslash
29429 multlinegap}{0pt}
29430 \end_layout
29431
29432 \end_inset
29433
29434 The second line was left aligned using 
29435 \series bold
29436
29437 \backslash
29438 shoveleft
29439 \series default
29440 .
29441 \end_layout
29442
29443 \begin_layout Subsection
29444 Multiline Formula Parts
29445 \begin_inset CommandInset label
29446 LatexCommand label
29447 name "sub:Multiline-Formula-Parts"
29448
29449 \end_inset
29450
29451
29452 \begin_inset Index idx
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 Formula ! multiline ! formula parts
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 To display only parts of a formula with multiple lines, one of the following
29466  environments are used: 
29467 \series bold
29468 aligned
29469 \series default
29470
29471 \series bold
29472 alignedat
29473 \series default
29474
29475 \series bold
29476 gathered
29477 \series default
29478  or 
29479 \series bold
29480 split
29481 \series default
29482 .
29483  They can be inserted via the menu 
29484 \family sans
29485 Insert\SpecialChar \menuseparator
29486 Math
29487 \family default
29488  or by using the commands described in this section.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 The first three have the same properties as the corresponding multiline
29493  formula environments, but it is possible to set further formula parts beside
29494  them.
29495  An example:
29496 \begin_inset Formula \[
29497 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29498 \Delta E\Delta t & \ge\frac{\hbar}{2}
29499 \end{aligned}
29500 \right\} \textrm{Uncertainty relations}\]
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \begin_layout Standard
29508 To get this formula, a displayed formula is created where the command 
29509 \series bold
29510
29511 \backslash
29512 aligned
29513 \series default
29514
29515 \begin_inset Index idx
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Commands ! A ! 
29520 \backslash
29521 aligned
29522 \end_layout
29523
29524 \end_inset
29525
29526  is inserted.
29527  A purple box appears around the blue formula box where now columns and
29528  lines can be added.
29529  Outside the multiline environment other formula parts can be set, like
29530  the brace.
29531 \end_layout
29532
29533 \begin_layout Standard
29534 The aligned environment is also suitable for long formulas whose lines are
29535  horizontally aligned.
29536  Using aligned in a displayed formula has the advantage that the formula
29537  number is vertically centered behind the lines.
29538  As example formula 
29539 \begin_inset CommandInset ref
29540 LatexCommand eqref
29541 reference "eq:shortlong"
29542
29543 \end_inset
29544
29545  in the aligned environment:
29546 \begin_inset Formula \begin{equation}
29547 \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}|}\\
29548  & -\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}|}
29549 \end{aligned}
29550 \end{equation}
29551
29552 \end_inset
29553
29554
29555 \end_layout
29556
29557 \begin_layout Standard
29558 To use the environments 
29559 \series bold
29560 alignedat
29561 \series default
29562
29563 \series bold
29564 gathered
29565 \series default
29566 , or 
29567 \series bold
29568 split
29569 \series default
29570 , the command 
29571 \series bold
29572
29573 \backslash
29574 alignedat
29575 \series default
29576 ,
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 Commands ! A ! 
29582 \backslash
29583 alignedat
29584 \end_layout
29585
29586 \end_inset
29587
29588  
29589 \series bold
29590
29591 \backslash
29592 gathered
29593 \series default
29594
29595 \begin_inset Index idx
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Commands ! G ! 
29600 \backslash
29601 gathered
29602 \end_layout
29603
29604 \end_inset
29605
29606 , or 
29607 \series bold
29608
29609 \backslash
29610 split
29611 \series default
29612
29613 \begin_inset Index idx
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617 Commands ! S ! 
29618 \backslash
29619 split
29620 \end_layout
29621
29622 \end_inset
29623
29624  are inserted, respectively.
29625  The split environment has the same properties as the aligned environment
29626  but it can only have two columns.
29627 \end_layout
29628
29629 \begin_layout Subsection
29630 Text in multiline Formulas
29631 \begin_inset CommandInset label
29632 LatexCommand label
29633 name "sub:Text-in-multiline"
29634
29635 \end_inset
29636
29637
29638 \begin_inset Index idx
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642 Text ! in formulas
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \begin_inset Index idx
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652 Formula ! multiline ! text
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 In the Align environments, and the multline and gather environment, text
29662  can be inserted that will appear in a separate line and doesn't affect
29663  the column alignment.
29664  To do this, the command 
29665 \series bold
29666
29667 \backslash
29668 intertext
29669 \series default
29670
29671 \begin_inset Index idx
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 Commands ! I ! 
29676 \backslash
29677 intertext
29678 \end_layout
29679
29680 \end_inset
29681
29682  is used in the following scheme:
29683 \end_layout
29684
29685 \begin_layout Standard
29686
29687 \series bold
29688
29689 \backslash
29690 intertext{text}
29691 \end_layout
29692
29693 \begin_layout Standard
29694 The text should not be longer than a line because it cannot be hyphenated.
29695  As LyX doesn't yet support 
29696 \series bold
29697
29698 \backslash
29699 intertext
29700 \series default
29701  directly, the text is written as mathematical text.
29702  
29703 \series bold
29704
29705 \backslash
29706 intertext
29707 \series default
29708  must hereby be at the beginning of a line and appears in the output above
29709  this line.
29710  An example where the text was inserted at the beginning of the second line:
29711 \begin_inset Formula \begin{align}
29712 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29713 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29714 \end{align}
29715
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Section
29722 Formula Numbering
29723 \begin_inset Index idx
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727 Formula numbering
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \begin_inset Index idx
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737 Formula ! numbering|see
29738 \begin_inset ERT
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743 {
29744 \end_layout
29745
29746 \end_inset
29747
29748 Formula numbering
29749 \begin_inset ERT
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753
29754 }
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Subsection
29768 General
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Numbered formulas can be created with the menu 
29773 \family sans
29774 Insert\SpecialChar \menuseparator
29775 Math\SpecialChar \menuseparator
29776 Numbered
29777 \begin_inset space ~
29778 \end_inset
29779
29780 Formula
29781 \family default
29782  (shortcut 
29783 \family sans
29784 Ctrl+Alt
29785 \begin_inset space ~
29786 \end_inset
29787
29788 N
29789 \family default
29790 ).
29791  Existing formulas can be numbered with the menu 
29792 \family sans
29793 Edit\SpecialChar \menuseparator
29794 Math\SpecialChar \menuseparator
29795 Toggle
29796 \begin_inset space ~
29797 \end_inset
29798
29799 Numbering
29800 \family default
29801  (shortcut 
29802 \begin_inset Info
29803 type  "shortcut"
29804 arg   "math-number-toggle"
29805 \end_inset
29806
29807 ).
29808  The formula number is displayed in LyX behind the formula as number sign
29809  in parentheses.
29810  The number sign is replaced in the output by the formula number.
29811 \end_layout
29812
29813 \begin_layout Standard
29814 When numbering is turned on in multiline formulas, all lines will be numbered.
29815  But the numbering can be controlled with the menu 
29816 \family sans
29817 Edit\SpecialChar \menuseparator
29818 Math\SpecialChar \menuseparator
29819 Toggle
29820 \begin_inset space ~
29821 \end_inset
29822
29823 Numbering
29824 \begin_inset space ~
29825 \end_inset
29826
29827 of
29828 \begin_inset space ~
29829 \end_inset
29830
29831 Line
29832 \family default
29833  (shortcut
29834 \begin_inset Info
29835 type  "shortcut"
29836 arg   "math-number-line-toggle"
29837 \end_inset
29838
29839 ) for every line.
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Except for inline formulas, all formulas can be numbered with two different
29844  styles, see 
29845 \begin_inset CommandInset ref
29846 LatexCommand ref
29847 reference "sec:Formula-Styles"
29848
29849 \end_inset
29850
29851 .
29852 \end_layout
29853
29854 \begin_layout Subsection
29855 Cross-References
29856 \begin_inset Index idx
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Cross-references ! to formulas
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 All labeled formulas can be cross-referenced.
29870  A label is added by the menu 
29871 \family sans
29872 Insert\SpecialChar \menuseparator
29873 Label
29874 \family default
29875  or the toolbar button 
29876 \begin_inset Graphics
29877         filename ../images/label-insert.png
29878         scale 85
29879
29880 \end_inset
29881
29882 .
29883  The cursor must hereby be inside a displayed formula.
29884  A dialog pops up displaying the prefix 
29885 \series bold
29886 eq:
29887 \series default
29888  in a text field.
29889  The label is inserted there behind the prefix.
29890  The predefined prefix means 
29891 \begin_inset Quotes eld
29892 \end_inset
29893
29894 equation
29895 \begin_inset Quotes erd
29896 \end_inset
29897
29898  and makes it easier to find labels in large documents because it marks
29899  it as formula label to divide it from e.
29900 \begin_inset space \thinspace{}
29901 \end_inset
29902
29903 g.
29904 \begin_inset space \space{}
29905 \end_inset
29906
29907 section labels.
29908  To change a label, the menu 
29909 \family sans
29910 Insert\SpecialChar \menuseparator
29911 Label
29912 \family default
29913  is used again.
29914 \end_layout
29915
29916 \begin_layout Standard
29917 The name of the label is displayed in LyX within two parentheses behind
29918  formula.
29919  A formula with a label is always numbered.
29920 \end_layout
29921
29922 \begin_layout Standard
29923 Cross-references are inserted via the menu 
29924 \family sans
29925 Insert\SpecialChar \menuseparator
29926 Cross-Reference
29927 \family default
29928  or with the toolbar button 
29929 \begin_inset Graphics
29930         filename ../images/dialog-show-new-inset_ref.png
29931         scale 85
29932
29933 \end_inset
29934
29935 .
29936  A formula cross-reference appears in the output as formula number.
29937  When in the cross-reference dialog window the format 
29938 \series bold
29939 (<reference>)
29940 \series default
29941  is chosen, the cross-reference appears in the output as formula number
29942  in parentheses.
29943 \begin_inset Newline newline
29944 \end_inset
29945
29946 By right-clicking on a cross-reference in LyX, one jumps to the formula
29947  that is referenced.
29948 \end_layout
29949
29950 \begin_layout Standard
29951 Here are as examples cross-references to formulas of the following subsections:
29952 \begin_inset Note Note
29953 status open
29954
29955 \begin_layout Plain Layout
29956 Note the different cross-reference types.
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \begin_layout Standard
29965 The equations 
29966 \begin_inset CommandInset ref
29967 LatexCommand eqref
29968 reference "eq:tag"
29969
29970 \end_inset
29971
29972  and 
29973 \begin_inset CommandInset ref
29974 LatexCommand eqref
29975 reference "eq:c"
29976
29977 \end_inset
29978
29979  are equivalent.
29980  In (
29981 \begin_inset CommandInset ref
29982 LatexCommand ref
29983 reference "eq:Lat"
29984
29985 \end_inset
29986
29987 ) big Latin letters are used for the numbering in contrary to (
29988 \begin_inset CommandInset ref
29989 LatexCommand ref
29990 reference "eq:Rom"
29991
29992 \end_inset
29993
29994 ).
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \begin_inset VSpace medskip
29999 \end_inset
30000
30001 When the argument of 
30002 \series bold
30003
30004 \backslash
30005 tag
30006 \begin_inset Foot
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011 \series bold
30012
30013 \backslash
30014 tag
30015 \series default
30016  is described in 
30017 \begin_inset CommandInset ref
30018 LatexCommand ref
30019 reference "sub:User-defined-Numbering"
30020
30021 \end_inset
30022
30023 .
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \series default
30030  contains a box like in 
30031 \begin_inset CommandInset ref
30032 LatexCommand ref
30033 reference "sub:Paragraph-Boxes"
30034
30035 \end_inset
30036
30037 , the formula cannot be referenced.
30038 \end_layout
30039
30040 \begin_layout Subsection
30041 Subnumbering
30042 \begin_inset Index idx
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046 Formula numbering ! subnumbering
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 With the help of the commands 
30056 \series bold
30057
30058 \backslash
30059 begin{subequations}
30060 \series default
30061  and 
30062 \series bold
30063
30064 \backslash
30065 end{subequations}
30066 \series default
30067  formulas can be subnumbered.
30068  Both commands are inserted in TeX-mode.
30069 \end_layout
30070
30071 \begin_layout Standard
30072 An example:
30073 \begin_inset Formula \begin{equation}
30074 A=C-B\label{eq:a}\end{equation}
30075
30076 \end_inset
30077
30078
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 addtocounter{equation}{-1}
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097
30098 \backslash
30099 begin{subequations}
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \begin_inset VSpace -5mm
30106 \end_inset
30107
30108
30109 \begin_inset Formula \begin{equation}
30110 B=C-A\label{eq:b}\end{equation}
30111
30112 \end_inset
30113
30114
30115 \begin_inset Formula \begin{equation}
30116 C=A+B\label{eq:c}\end{equation}
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 end{subequations}
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Standard
30140 To create the example, the following is done:
30141 \end_layout
30142
30143 \begin_layout Enumerate
30144 first formula is inserted
30145 \end_layout
30146
30147 \begin_layout Enumerate
30148
30149 \series bold
30150
30151 \backslash
30152 addtocounter{equation}{-1} 
30153 \backslash
30154 begin{subequations}
30155 \begin_inset Index idx
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159 Commands ! A ! 
30160 \backslash
30161 addtocounter
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \begin_inset Newline newline
30168 \end_inset
30169
30170
30171 \series default
30172 is inserted after the first formula
30173 \end_layout
30174
30175 \begin_layout Enumerate
30176 second formula is inserted
30177 \end_layout
30178
30179 \begin_layout Enumerate
30180 third formula is inserted
30181 \end_layout
30182
30183 \begin_layout Enumerate
30184
30185 \series bold
30186
30187 \backslash
30188 end{subequations}
30189 \series default
30190  is inserted after the third formula
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Every formula between the commands 
30195 \series bold
30196
30197 \backslash
30198 begin
30199 \series default
30200  and 
30201 \series bold
30202
30203 \backslash
30204 end
30205 \series default
30206  is subnumbered as a, b, 
30207 \begin_inset Newline linebreak
30208 \end_inset
30209
30210 c, \SpecialChar \ldots{}
30211  For multiline formulas every line will be subnumbered.
30212  All subnumbered formulas are treated as 
30213 \emph on
30214 one
30215 \emph default
30216  numbered formula.
30217  But as every numbered formula increases the counter 
30218 \series bold
30219 equation
30220 \series default
30221  by one, the command 
30222 \series bold
30223
30224 \backslash
30225 addtocounter
30226 \series default
30227  is needed to decrease it.
30228  Otherwise the formulas 
30229 \begin_inset CommandInset ref
30230 LatexCommand eqref
30231 reference "eq:a"
30232
30233 \end_inset
30234
30235
30236 \begin_inset CommandInset ref
30237 LatexCommand eqref
30238 reference "eq:b"
30239
30240 \end_inset
30241
30242
30243 \begin_inset CommandInset ref
30244 LatexCommand eqref
30245 reference "eq:c"
30246
30247 \end_inset
30248
30249  would be numbered as 
30250 \begin_inset CommandInset ref
30251 LatexCommand eqref
30252 reference "eq:a"
30253
30254 \end_inset
30255
30256
30257 \begin_inset CommandInset ref
30258 LatexCommand eqref
30259 reference "eq:d"
30260
30261 \end_inset
30262
30263
30264 \begin_inset CommandInset ref
30265 LatexCommand eqref
30266 reference "eq:f"
30267
30268 \end_inset
30269
30270 .
30271 \end_layout
30272
30273 \begin_layout Standard
30274 By inserting the commands in TeX-mode, a space is created between the first
30275  two formulas.
30276  To revert this -5
30277 \begin_inset space \thinspace{}
30278 \end_inset
30279
30280 mm vertical space is inserted after the command 
30281 \series bold
30282
30283 \backslash
30284 begin{subequations}
30285 \series default
30286 .
30287  When the formula style 
30288 \series bold
30289 Indented
30290 \begin_inset Foot
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294 formula styles see 
30295 \begin_inset CommandInset ref
30296 LatexCommand ref
30297 reference "sec:Formula-Styles"
30298
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \series default
30308  is used, -7
30309 \begin_inset space \thinspace{}
30310 \end_inset
30311
30312 mm space is inserted instead.
30313 \end_layout
30314
30315 \begin_layout Standard
30316 Here is an example for a multiline formula where the numbering was turned
30317  off for the second line:
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323
30324 \backslash
30325 begin{subequations}
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \begin_inset Formula \begin{eqnarray}
30332 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30333  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30334  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30335 \end{eqnarray}
30336
30337 \end_inset
30338
30339
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 end{subequations}
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Subsection
30356 User-defined Numbering
30357 \begin_inset CommandInset label
30358 LatexCommand label
30359 name "sub:User-defined-Numbering"
30360
30361 \end_inset
30362
30363
30364 \begin_inset Index idx
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368 Formula numbering ! user-defined
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset Index idx
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381 Formula numbering ! self-defined delimiters
30382 \end_layout
30383
30384 \end_inset
30385
30386 With the standard numbering parentheses are set around the formula number.
30387  To replace the parentheses for example by vertical bars, the following
30388  line is added to the LaTeX-preamble:
30389 \end_layout
30390
30391 \begin_layout Standard
30392
30393 \series bold
30394
30395 \backslash
30396 def
30397 \backslash
30398 tagform@#1{
30399 \backslash
30400 maketag@@@{|#1|}}
30401 \series default
30402
30403 \begin_inset Note Note
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 This macro is already declared in the LaTeX-preamble for testing.
30408  To activate it, remove the percent sign at the beginning.
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \end_layout
30415
30416 \begin_layout Standard
30417 To use other characters, the vertical bars besides the 
30418 \series bold
30419 #1
30420 \series default
30421  are replaced by one ore more characters.
30422  To get only the formula number the vertical bars are omitted.
30423 \end_layout
30424
30425 \begin_layout Standard
30426 \begin_inset VSpace bigskip
30427 \end_inset
30428
30429 When there should be an expression of your choice instead of the consecutive
30430  formula number in parentheses behind the formula, the command 
30431 \series bold
30432
30433 \backslash
30434 tag
30435 \series default
30436
30437 \begin_inset Index idx
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441 Commands ! T ! 
30442 \backslash
30443 tag
30444 \end_layout
30445
30446 \end_inset
30447
30448  is used:
30449 \begin_inset Formula \begin{equation}
30450 A+B=C\tag{something}\label{eq:tag}\end{equation}
30451
30452 \end_inset
30453
30454 In this example the command 
30455 \series bold
30456
30457 \backslash
30458 tag
30459 \begin_inset ERT
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463
30464
30465 \backslash
30466 spce 
30467 \end_layout
30468
30469 \end_inset
30470
30471 something
30472 \series default
30473  was inserted to the formula.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 When the command 
30478 \series bold
30479
30480 \backslash
30481 tag*
30482 \begin_inset ERT
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487
30488 \backslash
30489 spce 
30490 \end_layout
30491
30492 \end_inset
30493
30494 something
30495 \series default
30496  is inserted instead, the star prevents the parentheses around the expression:
30497 \begin_inset Formula \[
30498 A+B=C\tag*{something}\]
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 \begin_inset VSpace bigskip
30507 \end_inset
30508
30509 To restart the formula numbering with new document parts or sections, the
30510  following command is used:
30511 \end_layout
30512
30513 \begin_layout Standard
30514
30515 \series bold
30516
30517 \backslash
30518 @addtoreset{equation}{part}
30519 \series default
30520
30521 \begin_inset Index idx
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525 Commands ! 
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531 "
30532 \end_layout
30533
30534 \end_inset
30535
30536 @
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542 "
30543 \end_layout
30544
30545 \end_inset
30546
30547  ! 
30548 \backslash
30549
30550 \begin_inset ERT
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554
30555 "
30556 \end_layout
30557
30558 \end_inset
30559
30560 @
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566 "
30567 \end_layout
30568
30569 \end_inset
30570
30571 addtoreset
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \begin_inset Newline newline
30578 \end_inset
30579
30580 resp.
30581 \begin_inset Newline newline
30582 \end_inset
30583
30584
30585 \series bold
30586
30587 \backslash
30588 @addtoreset{equation}{section}
30589 \end_layout
30590
30591 \begin_layout Standard
30592 To be able to use these commands in TeX-mode, the 
30593 \begin_inset Quotes eld
30594 \end_inset
30595
30596 @
30597 \begin_inset Quotes erd
30598 \end_inset
30599
30600  character has to be made 
30601 \begin_inset Quotes eld
30602 \end_inset
30603
30604 active
30605 \begin_inset Quotes erd
30606 \end_inset
30607
30608  for LaTeX using the command 
30609 \series bold
30610
30611 \backslash
30612 makeatletter.
30613
30614 \series default
30615  The command 
30616 \series bold
30617
30618 \backslash
30619 makeatother
30620 \series default
30621  reverts this.
30622  So the command sequence in TeX-mode is:
30623 \end_layout
30624
30625 \begin_layout Standard
30626
30627 \series bold
30628
30629 \backslash
30630 makeatletter
30631 \begin_inset Newline newline
30632 \end_inset
30633
30634
30635 \backslash
30636 @addtoreset{equation}{section}
30637 \begin_inset Newline newline
30638 \end_inset
30639
30640
30641 \backslash
30642 makeatother
30643 \end_layout
30644
30645 \begin_layout Standard
30646 In the LaTeX-preamble 
30647 \series bold
30648
30649 \backslash
30650 makeatletter
30651 \series default
30652  and 
30653 \series bold
30654
30655 \backslash
30656 makeatother
30657 \series default
30658  can be omitted as they are automatically internally inserted by LyX.
30659 \end_layout
30660
30661 \begin_layout Standard
30662 To revert 
30663 \series bold
30664
30665 \backslash
30666 @addtoreset
30667 \series default
30668 , the file 
30669 \series bold
30670 remreset.sty
30671 \series default
30672
30673 \begin_inset Foot
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678 \series bold
30679 remreset
30680 \series default
30681  is part of the LaTeX-package 
30682 \series bold
30683 carlisle
30684 \series default
30685
30686 \begin_inset Index idx
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Packages ! carlisle
30691 \end_layout
30692
30693 \end_inset
30694
30695  that is part of every LaTeX standard installation.
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Index idx
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 Packages ! remreset
30706 \end_layout
30707
30708 \end_inset
30709
30710  has to be loaded in the LaTeX-preamble with the line
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 \series bold
30716
30717 \backslash
30718 usepackage{remreset}
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Then the command 
30723 \series bold
30724
30725 \backslash
30726 @removefromreset
30727 \series default
30728
30729 \begin_inset Index idx
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 Commands ! 
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739 "
30740 \end_layout
30741
30742 \end_inset
30743
30744 @
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 "
30751 \end_layout
30752
30753 \end_inset
30754
30755  ! 
30756 \backslash
30757
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 "
30764 \end_layout
30765
30766 \end_inset
30767
30768 @
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774 "
30775 \end_layout
30776
30777 \end_inset
30778
30779 removefromreset
30780 \end_layout
30781
30782 \end_inset
30783
30784  can be used with the same scheme as 
30785 \series bold
30786
30787 \backslash
30788 @addtoreset
30789 \series default
30790 .
30791 \end_layout
30792
30793 \begin_layout Standard
30794 \begin_inset VSpace bigskip
30795 \end_inset
30796
30797 Sometimes formulas should be numbered in the following form:
30798 \end_layout
30799
30800 \begin_layout Standard
30801
30802 \family typewriter
30803 (section number.formula number)
30804 \end_layout
30805
30806 \begin_layout Standard
30807 The formula number should start with every section with 
30808 \begin_inset Quotes eld
30809 \end_inset
30810
30811 1
30812 \begin_inset Quotes erd
30813 \end_inset
30814
30815 .
30816 \end_layout
30817
30818 \begin_layout Standard
30819 For this case there is the command 
30820 \series bold
30821
30822 \backslash
30823 numberwithin
30824 \series default
30825
30826 \begin_inset Index idx
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830 Commands ! N ! 
30831 \backslash
30832 numberwithin
30833 \end_layout
30834
30835 \end_inset
30836
30837 , which is used with the following scheme:
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \series bold
30843
30844 \backslash
30845 numberwithin{counter}{sectioning}
30846 \end_layout
30847
30848 \begin_layout Standard
30849 Counter denotes what kind of numbering is affected, sectioning denotes what
30850  number is before the dot.
30851 \end_layout
30852
30853 \begin_layout Standard
30854 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \series bold
30860
30861 \backslash
30862 numberwithin{equation}{section}
30863 \end_layout
30864
30865 \begin_layout Standard
30866 This is the result:
30867 \begin_inset ERT
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871
30872
30873 \backslash
30874 numberwithin{equation}{section}
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \begin_inset Formula \begin{equation}
30881 A+B=C\end{equation}
30882
30883 \end_inset
30884
30885
30886 \end_layout
30887
30888 \begin_layout Standard
30889 To number e.
30890 \begin_inset space \thinspace{}
30891 \end_inset
30892
30893 g.
30894 \begin_inset space \space{}
30895 \end_inset
30896
30897 tables so that the number of the part is the sectioning,
30898 \begin_inset Newline newline
30899 \end_inset
30900
30901
30902 \series bold
30903
30904 \backslash
30905 numberwithin{table}{part}
30906 \series default
30907  is used.
30908 \end_layout
30909
30910 \begin_layout Standard
30911 To go back to the standard numbering or to prevent this kind of numbering
30912  when it is defined by the document class, the following command is inserted
30913  as TeX-Code or to the LaTeX-preamble:
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 renewcommand{
30922 \backslash
30923 theequation}{
30924 \backslash
30925 arabic{equation}}
30926 \begin_inset Index idx
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 Commands ! A ! 
30931 \backslash
30932 arabic
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \series default
30939
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 renewcommand{
30948 \backslash
30949 theequation}{
30950 \backslash
30951 arabic{equation}}
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \series bold
30958
30959 \begin_inset Newline newline
30960 \end_inset
30961
30962
30963 \series default
30964 or
30965 \series bold
30966
30967 \begin_inset Newline newline
30968 \end_inset
30969
30970
30971 \backslash
30972 renewcommand{
30973 \backslash
30974 thetable}{
30975 \backslash
30976 arabic{table}}
30977 \end_layout
30978
30979 \begin_layout Standard
30980
30981 \series bold
30982
30983 \backslash
30984 numberwithin
30985 \series default
30986  uses internally the command 
30987 \series bold
30988
30989 \backslash
30990 @addtoreset
30991 \series default
30992 , described above, that also needs to be reverted.
30993 \begin_inset ERT
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998
30999 \backslash
31000 makeatletter
31001 \end_layout
31002
31003 \begin_layout Plain Layout
31004
31005
31006 \backslash
31007 @removefromreset{equation}{section}
31008 \end_layout
31009
31010 \begin_layout Plain Layout
31011
31012
31013 \backslash
31014 makeatother
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \begin_layout Subsection
31023 Numbering with Roman Numbers and Letters
31024 \begin_inset Index idx
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028 Formula numbering ! with letters
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \begin_inset Index idx
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038 Formula numbering ! with Roman numbers
31039 \end_layout
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \begin_layout Standard
31047 Formulas can also be numbered with Roman numbers and Latin letters.
31048  To number for example with small Roman numbers, the command
31049 \end_layout
31050
31051 \begin_layout Standard
31052
31053 \series bold
31054
31055 \backslash
31056 renewcommand{
31057 \backslash
31058 theequation}{
31059 \backslash
31060 roman{equation}}
31061 \end_layout
31062
31063 \begin_layout Standard
31064 is inserted before the formula in TeX-mode.
31065  
31066 \series bold
31067
31068 \backslash
31069 renewcommand
31070 \series default
31071
31072 \begin_inset Index idx
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 Commands ! R ! 
31077 \backslash
31078 renewcommand
31079 \end_layout
31080
31081 \end_inset
31082
31083  redefines the predefined command 
31084 \series bold
31085
31086 \backslash
31087 theequation
31088 \series default
31089  to the command 
31090 \series bold
31091
31092 \backslash
31093 roman{equation}
31094 \series default
31095 .
31096 \begin_inset Foot
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100 The command 
31101 \series bold
31102
31103 \backslash
31104 renewcommand
31105 \series default
31106  has the same scheme like the command 
31107 \series bold
31108
31109 \backslash
31110 newcommand
31111 \series default
31112  that is described in 
31113 \begin_inset CommandInset ref
31114 LatexCommand ref
31115 reference "sub:The-Command-newcommand"
31116
31117 \end_inset
31118
31119 .
31120 \end_layout
31121
31122 \end_inset
31123
31124  
31125 \series bold
31126 equation
31127 \series default
31128  is the formula counter.
31129  When the command 
31130 \series bold
31131
31132 \backslash
31133 the
31134 \series default
31135  is used as prefix for a counter, the value of the counter is output as
31136  Arabic number.
31137  When a formula is numbered, LaTeX sets internally the command 
31138 \series bold
31139
31140 \backslash
31141 theequation
31142 \series default
31143  behind the formula.
31144  
31145 \series bold
31146
31147 \backslash
31148 roman{equation}
31149 \begin_inset Index idx
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 Commands ! R ! 
31154 \backslash
31155 roman
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \series default
31162  outputs the counter as small Roman number.
31163 \end_layout
31164
31165 \begin_layout Standard
31166 All formulas behind the command 
31167 \series bold
31168
31169 \backslash
31170 renew
31171 \series default
31172 c
31173 \series bold
31174 ommand
31175 \series default
31176  are now numbered Roman.
31177  To switch to numbering with big Roman numbers, the command is inserted
31178  again, but 
31179 \series bold
31180
31181 \backslash
31182 roman
31183 \series default
31184  is replaced by 
31185 \series bold
31186
31187 \backslash
31188 Roman
31189 \series default
31190
31191 \begin_inset Index idx
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195 Commands ! R ! 
31196 \backslash
31197 roman@
31198 \backslash
31199 Roman
31200 \end_layout
31201
31202 \end_inset
31203
31204 .
31205  To 
31206 \begin_inset Quotes eld
31207 \end_inset
31208
31209 number
31210 \begin_inset Quotes erd
31211 \end_inset
31212
31213  with small Latin letters there is the command 
31214 \series bold
31215
31216 \backslash
31217 alph
31218 \series default
31219
31220 \begin_inset Index idx
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 Commands ! A ! 
31225 \backslash
31226 alph
31227 \end_layout
31228
31229 \end_inset
31230
31231 , for big ones there is the command 
31232 \series bold
31233
31234 \backslash
31235 Alph
31236 \series default
31237
31238 \begin_inset Index idx
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 Commands ! A ! 
31243 \backslash
31244 alph@
31245 \backslash
31246 Alph
31247 \end_layout
31248
31249 \end_inset
31250
31251 .
31252 \end_layout
31253
31254 \begin_layout Standard
31255 \begin_inset Note Greyedout
31256 status open
31257
31258 \begin_layout Plain Layout
31259
31260 \series bold
31261 Note:
31262 \series default
31263  Only maximal 26 formulas can be numbered with Latin letters in one document.
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Standard
31272 \begin_inset ERT
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277
31278 \backslash
31279 renewcommand{
31280 \backslash
31281 theequation}{
31282 \backslash
31283 roman{equation}}
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \begin_layout Standard
31292 \begin_inset Formula \begin{equation}
31293 A=\textrm{small roman}\end{equation}
31294
31295 \end_inset
31296
31297
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 renewcommand{
31306 \backslash
31307 theequation}{
31308 \backslash
31309 Roman{equation}}
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \begin_inset Formula \begin{equation}
31316 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31317
31318 \end_inset
31319
31320
31321 \begin_inset ERT
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325
31326
31327 \backslash
31328 renewcommand{
31329 \backslash
31330 theequation}{
31331 \backslash
31332 alph{equation}}
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \begin_inset Formula \begin{equation}
31339 C=\textrm{small Latin}\end{equation}
31340
31341 \end_inset
31342
31343
31344 \begin_inset ERT
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348
31349
31350 \backslash
31351 renewcommand{
31352 \backslash
31353 theequation}{
31354 \backslash
31355 Alph{equation}}
31356 \end_layout
31357
31358 \end_inset
31359
31360
31361 \begin_inset Formula \begin{equation}
31362 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31363
31364 \end_inset
31365
31366
31367 \end_layout
31368
31369 \begin_layout Standard
31370 To switch back to the default numbering, insert the command:
31371 \end_layout
31372
31373 \begin_layout Standard
31374
31375 \series bold
31376
31377 \backslash
31378 renewcommand{
31379 \backslash
31380 theequation}{
31381 \backslash
31382 arabic{equation}}
31383 \begin_inset Index idx
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387 Commands ! A ! 
31388 \backslash
31389 arabic
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Standard
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403
31404 \backslash
31405 renewcommand{
31406 \backslash
31407 theequation}{
31408 \backslash
31409 arabic{equation}}
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \begin_inset Formula \begin{equation}
31416 E=\textrm{Arabic}\end{equation}
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \begin_inset VSpace medskip
31425 \end_inset
31426
31427 As you see, formulas are numbered serially independent from the numbering
31428  style.
31429  When then numbering should start with 
31430 \begin_inset Quotes eld
31431 \end_inset
31432
31433 1
31434 \begin_inset Quotes erd
31435 \end_inset
31436
31437  when the style is changed, new equation counters have to be defined.
31438  A description about this can be found in the file 
31439 \begin_inset CommandInset href
31440 LatexCommand href
31441 name "Formula-numbering.lyx"
31442 target "run:Formula-numbering.lyx"
31443
31444 \end_inset
31445
31446 .
31447 \end_layout
31448
31449 \begin_layout Section
31450 Chemical Symbols and Equations
31451 \begin_inset CommandInset label
31452 LatexCommand label
31453 name "sub:Chemical-Symbols-and"
31454
31455 \end_inset
31456
31457
31458 \begin_inset Index idx
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Chemical characters ! Symbols
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \begin_inset Index idx
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 Chemical equations
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \begin_inset Index idx
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482 Symbols ! chemical
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Standard
31491 An example text from chemistry:
31492 \end_layout
31493
31494 \begin_layout Quote
31495 The 
31496 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31497 \end_inset
31498
31499 -ion reacts with two 
31500 \begin_inset Formula $\mathrm{Na^{+}}$
31501 \end_inset
31502
31503 -ions to sodium sulfate 
31504 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31505 \end_inset
31506
31507 .
31508  The chemical equation for this is:
31509 \begin_inset Formula \begin{equation}
31510 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \begin_layout Standard
31518 This chemical equation can directly be created as formula.
31519  To avoid that the symbols appear italic, everything is highlighted and
31520  changed by the shortcut 
31521 \begin_inset Info
31522 type  "shortcut"
31523 arg   "font-roman"
31524 \end_inset
31525
31526  to the upright font style.
31527 \begin_inset Foot
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531 font styles
31532 \series bold
31533  
31534 \series default
31535 see 
31536 \begin_inset CommandInset ref
31537 LatexCommand ref
31538 reference "sub:Font-Styles"
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \begin_layout Standard
31551 A more convenient way to typeset chemical formulas is to use the command
31552  
31553 \series bold
31554
31555 \backslash
31556 ce
31557 \series default
31558
31559 \begin_inset Index idx
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 Commands ! C ! 
31564 \backslash
31565 ce
31566 \end_layout
31567
31568 \end_inset
31569
31570  that is available when the LaTeX-package 
31571 \series bold
31572 mhchem
31573 \series default
31574
31575 \begin_inset Index idx
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579 Packages ! mhchem
31580 \end_layout
31581
31582 \end_inset
31583
31584  is installed.
31585  After inserting 
31586 \series bold
31587
31588 \backslash
31589 ce
31590 \series default
31591  to a formula a new blue box appears where chemical formulas can be inserted
31592  in an intuitive way.
31593 \end_layout
31594
31595 \begin_layout Standard
31596 \align center
31597 \begin_inset Tabular
31598 <lyxtabular version="3" rows="9" columns="2">
31599 <features tabularvalignment="middle">
31600 <column alignment="center" valignment="top" width="0">
31601 <column alignment="center" valignment="top" width="0">
31602 <row>
31603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607 Command
31608 \end_layout
31609
31610 \end_inset
31611 </cell>
31612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 Result
31617 \begin_inset Note Note
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622 \series bold
31623
31624 \backslash
31625 raisebox
31626 \series default
31627  is only used as spacer.
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 </row>
31638 <row>
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643
31644 \backslash
31645 ce
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651
31652 \backslash
31653 spce 
31654 \end_layout
31655
31656 \end_inset
31657
31658 H2CO3
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31664 \begin_inset Text
31665
31666 \begin_layout Plain Layout
31667 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 </row>
31676 <row>
31677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31678 \begin_inset Text
31679
31680 \begin_layout Plain Layout
31681
31682 \backslash
31683 ce
31684 \begin_inset ERT
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688
31689
31690 \backslash
31691 spce 
31692 \end_layout
31693
31694 \end_inset
31695
31696 SO4^2-
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31702 \begin_inset Text
31703
31704 \begin_layout Plain Layout
31705 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 </row>
31714 <row>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719
31720 \backslash
31721 ce
31722 \begin_inset ERT
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726
31727
31728 \backslash
31729 spce 
31730 \end_layout
31731
31732 \end_inset
31733
31734 (NH4)2S
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31740 \begin_inset Text
31741
31742 \begin_layout Plain Layout
31743 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31744 \end_inset
31745
31746
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 </row>
31752 <row>
31753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31754 \begin_inset Text
31755
31756 \begin_layout Plain Layout
31757
31758 \backslash
31759 ce
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 spce 
31768 \end_layout
31769
31770 \end_inset
31771
31772 KCr(SO4)2.12H2O
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 </row>
31790 <row>
31791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31792 \begin_inset Text
31793
31794 \begin_layout Plain Layout
31795
31796 \backslash
31797 ce
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803
31804 \backslash
31805 spce 
31806 \end_layout
31807
31808 \end_inset
31809
31810 A-B
31811 \backslash
31812 dbond
31813 \begin_inset ERT
31814 status collapsed
31815
31816 \begin_layout Plain Layout
31817
31818
31819 \backslash
31820 spce 
31821 \end_layout
31822
31823 \end_inset
31824
31825 C
31826 \backslash
31827 tbond
31828 \begin_inset ERT
31829 status collapsed
31830
31831 \begin_layout Plain Layout
31832
31833
31834 \backslash
31835 spce 
31836 \end_layout
31837
31838 \end_inset
31839
31840 D
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \end_inset
31856 </cell>
31857 </row>
31858 <row>
31859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31860 \begin_inset Text
31861
31862 \begin_layout Plain Layout
31863
31864 \backslash
31865 ce
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 ^227
31879 \begin_inset Formula $\downarrow$
31880 \end_inset
31881
31882 _90
31883 \begin_inset Formula $\to$
31884 \end_inset
31885
31886 Th+
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 </row>
31904 <row>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909
31910 \backslash
31911 ce
31912 \begin_inset ERT
31913 status collapsed
31914
31915 \begin_layout Plain Layout
31916
31917
31918 \backslash
31919 spce 
31920 \end_layout
31921
31922 \end_inset
31923
31924 CO2
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930
31931 \backslash
31932 spce 
31933 \end_layout
31934
31935 \end_inset
31936
31937 +
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943
31944 \backslash
31945 spce 
31946 \end_layout
31947
31948 \end_inset
31949
31950 C
31951 \begin_inset ERT
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955
31956
31957 \backslash
31958 spce 
31959 \end_layout
31960
31961 \end_inset
31962
31963 <=>
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 spce 
31972 \end_layout
31973
31974 \end_inset
31975
31976 2CO
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31982 \begin_inset Text
31983
31984 \begin_layout Plain Layout
31985 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 </row>
31994 <row>
31995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999
32000 \backslash
32001 ce
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007
32008 \backslash
32009 spce 
32010 \end_layout
32011
32012 \end_inset
32013
32014 CO2
32015 \begin_inset ERT
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019
32020
32021 \backslash
32022 spce 
32023 \end_layout
32024
32025 \end_inset
32026
32027 +
32028 \begin_inset ERT
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032
32033
32034 \backslash
32035 spce 
32036 \end_layout
32037
32038 \end_inset
32039
32040 C
32041 \begin_inset ERT
32042 status collapsed
32043
32044 \begin_layout Plain Layout
32045
32046
32047 \backslash
32048 spce 
32049 \end_layout
32050
32051 \end_inset
32052
32053 ->[
32054 \backslash
32055 alpha][
32056 \backslash
32057 beta]
32058 \begin_inset ERT
32059 status collapsed
32060
32061 \begin_layout Plain Layout
32062
32063
32064 \backslash
32065 spce 
32066 \end_layout
32067
32068 \end_inset
32069
32070 2CO}
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 </row>
32088 </lyxtabular>
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 \begin_inset Note Greyedout
32097 status open
32098
32099 \begin_layout Plain Layout
32100
32101 \series bold
32102 Note:
32103 \series default
32104  Inserting a formula to a 
32105 \series bold
32106
32107 \backslash
32108 ce
32109 \series default
32110  box will lead to LaTeX errors.
32111  In this case TeX code has to be used like for 
32112 \series bold
32113
32114 \backslash
32115 ce{$
32116 \backslash
32117 mu
32118 \backslash
32119 hyphen$Cl}
32120 \series default
32121
32122 \begin_inset ERT
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126
32127
32128 \backslash
32129 ce{$
32130 \backslash
32131 mu
32132 \backslash
32133 hyphen$Cl}
32134 \end_layout
32135
32136 \end_inset
32137
32138  
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \begin_layout Standard
32147 Using 
32148 \series bold
32149
32150 \backslash
32151 ce
32152 \series default
32153  the command for equation
32154 \begin_inset space ~
32155 \end_inset
32156
32157
32158 \begin_inset CommandInset ref
32159 LatexCommand eqref
32160 reference "eq:chem-reaction"
32161
32162 \end_inset
32163
32164  is:
32165 \begin_inset Newline newline
32166 \end_inset
32167
32168
32169 \series bold
32170  
32171 \backslash
32172 ce
32173 \begin_inset ERT
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177
32178
32179 \backslash
32180 spce 
32181 \end_layout
32182
32183 \end_inset
32184
32185 2Na+
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 spce 
32194 \end_layout
32195
32196 \end_inset
32197
32198 +
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 spce 
32207 \end_layout
32208
32209 \end_inset
32210
32211 SO4^2-
32212 \begin_inset ERT
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216
32217
32218 \backslash
32219 spce 
32220 \end_layout
32221
32222 \end_inset
32223
32224
32225 \begin_inset ERT
32226 status collapsed
32227
32228 \begin_layout Plain Layout
32229
32230
32231 \backslash
32232 spce 
32233 \end_layout
32234
32235 \end_inset
32236
32237 ->
32238 \begin_inset ERT
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242
32243
32244 \backslash
32245 spce 
32246 \end_layout
32247
32248 \end_inset
32249
32250 Na2SO4
32251 \end_layout
32252
32253 \begin_layout Standard
32254 To create multiline chemical equations first a multiline formula is created
32255  as described in 
32256 \begin_inset CommandInset ref
32257 LatexCommand ref
32258 reference "sec:Multiline-Formulas"
32259
32260 \end_inset
32261
32262 .
32263  Afterwards the command 
32264 \series bold
32265
32266 \backslash
32267 ce
32268 \series default
32269  is used in every small blue box of the formula.
32270  
32271 \begin_inset CommandInset ref
32272 LatexCommand eqref
32273 reference "eq:TEOS-reaction-1"
32274
32275 \end_inset
32276
32277  and 
32278 \begin_inset CommandInset ref
32279 LatexCommand eqref
32280 reference "eq:TEOS-reaction-2"
32281
32282 \end_inset
32283
32284  are an example of a multi-stage chemical reaction where every equation
32285  has its own number.
32286 \begin_inset Formula \begin{eqnarray}
32287 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32288 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32289 \end{eqnarray}
32290
32291 \end_inset
32292
32293
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Besides 
32298 \series bold
32299
32300 \backslash
32301 ce
32302 \series default
32303  the 
32304 \series bold
32305 mhchem
32306 \series default
32307  package provides the command 
32308 \series bold
32309
32310 \backslash
32311 cf
32312 \series default
32313
32314 \begin_inset Index idx
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318 Commands ! C ! 
32319 \backslash
32320 cf
32321 \end_layout
32322
32323 \end_inset
32324
32325  that has to be used for special cases.
32326  For more information about 
32327 \series bold
32328
32329 \backslash
32330 cf
32331 \series default
32332  and more examples have a look at the documentation of 
32333 \series bold
32334 mhchem
32335 \series default
32336
32337 \begin_inset CommandInset citation
32338 LatexCommand cite
32339 key "mhchem"
32340
32341 \end_inset
32342
32343 .
32344 \end_layout
32345
32346 \begin_layout Standard
32347 \begin_inset Newpage newpage
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Section
32354 Diagrams
32355 \end_layout
32356
32357 \begin_layout Standard
32358 LyX supports two types of commutative diagrams: 
32359 \series bold
32360 amscd
32361 \series default
32362  and 
32363 \series bold
32364 xymatrix
32365 \series default
32366  that are explained in the following.
32367 \end_layout
32368
32369 \begin_layout Subsection
32370 Amscd Diagrams
32371 \begin_inset Index idx
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375 Diagrams ! amscd
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \begin_layout Standard
32384 Diagrams of this type visualize relations by vertical and horizontal lines
32385  or arrows:
32386 \begin_inset Formula \[
32387 \begin{CD}A@>>>B@>>>C\\
32388 @AAA@.@VVV\\
32389 F@<<<E@<<<D
32390 \end{CD}\]
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 To get them, the command 
32399 \series bold
32400
32401 \backslash
32402 CD
32403 \begin_inset Index idx
32404 status collapsed
32405
32406 \begin_layout Plain Layout
32407 Commands ! C ! 
32408 \backslash
32409 CD
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \series default
32416  is inserted to a formula.
32417  A blue box appears with two dashed lines where further commands can be
32418  inserted.
32419  With 
32420 \begin_inset Info
32421 type  "shortcut"
32422 arg   "newline-insert newline"
32423 \end_inset
32424
32425  a new line is created.
32426  Horizontal relations are inserted in odd, vertical in even formula lines.
32427 \end_layout
32428
32429 \begin_layout Standard
32430 To create the relations there are the following commands:
32431 \end_layout
32432
32433 \begin_layout Itemize
32434
32435 \series bold
32436 @<<<
32437 \series default
32438  creates a left arrow, 
32439 \series bold
32440 @>>>
32441 \series default
32442  a right arrow and 
32443 \series bold
32444 @=
32445 \series default
32446  a long equal sign
32447 \end_layout
32448
32449 \begin_layout Itemize
32450
32451 \series bold
32452 @AAA
32453 \series default
32454  creates an up arrow, 
32455 \series bold
32456 @VVV
32457 \series default
32458  an down arrow and 
32459 \series bold
32460 @|
32461 \series default
32462  a vertical equal sign
32463 \end_layout
32464
32465 \begin_layout Itemize
32466
32467 \series bold
32468 @.
32469
32470 \series default
32471  is a placeholder for non-existent relations
32472 \end_layout
32473
32474 \begin_layout Standard
32475 All arrows can be labeled as follows:
32476 \end_layout
32477
32478 \begin_layout Itemize
32479 Is text inserted between the first and second < or >, resp., it is placed
32480  above the arrow.
32481  When it is inserted between the second and third one, it appears under
32482  the arrow.
32483 \end_layout
32484
32485 \begin_layout Itemize
32486 When text for vertical arrows is inserted between the first and second A
32487  or V, resp., it is placed left beside the arrow.
32488  When it is inserted between the second and third one, it appears right
32489  beside the arrow.
32490  If the text contains an A or V, these letters must be set into a TeX-brace.
32491 \end_layout
32492
32493 \begin_layout Standard
32494 As example a diagram with all possible relations:
32495 \end_layout
32496
32497 \begin_layout Standard
32498 \begin_inset Formula \[
32499 \begin{CD}A@>j>>B@>>k>C@=F\\
32500 @AmAA@.@VV{V}V@|\\
32501 D@<<j<E@>k>>F@=C
32502 \end{CD}\]
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Standard
32510 The command for this is:
32511 \begin_inset Newline newline
32512 \end_inset
32513
32514
32515 \series bold
32516
32517 \backslash
32518 CD
32519 \begin_inset ERT
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523
32524
32525 \backslash
32526 spce 
32527 \end_layout
32528
32529 \end_inset
32530
32531 A@>j>>B@>>k>C@=F Ctrl+Return
32532 \begin_inset Newline newline
32533 \end_inset
32534
32535
32536 \begin_inset Phantom HPhantom
32537 status open
32538
32539 \begin_layout Plain Layout
32540
32541 \series bold
32542
32543 \backslash
32544 CD
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550
32551 \backslash
32552 spce 
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \end_inset
32561
32562 @AmAA@.@VV
32563 \backslash
32564 {V
32565 \series default
32566
32567 \begin_inset Formula $\to$
32568 \end_inset
32569
32570
32571 \series bold
32572 V@| Ctrl+Return
32573 \begin_inset Newline newline
32574 \end_inset
32575
32576
32577 \begin_inset Phantom HPhantom
32578 status open
32579
32580 \begin_layout Plain Layout
32581
32582 \series bold
32583
32584 \backslash
32585 CD
32586 \begin_inset ERT
32587 status collapsed
32588
32589 \begin_layout Plain Layout
32590
32591
32592 \backslash
32593 spce 
32594 \end_layout
32595
32596 \end_inset
32597
32598
32599 \end_layout
32600
32601 \end_inset
32602
32603 D@<<j<E@>k>>F@=C
32604 \end_layout
32605
32606 \begin_layout Subsection
32607 Xymatrix Diagrams
32608 \begin_inset Index idx
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 Diagrams ! xymatrix
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Standard
32621 To be able to use xymatrices, the LaTeX-package 
32622 \series bold
32623 xypic
32624 \series default
32625  must be installed.
32626  A xymatrix is created by inserting the command 
32627 \series bold
32628
32629 \backslash
32630 xymatrix
32631 \series default
32632  in a formula.
32633  Then you are able to add new matrix columns and rows like for normal matrices,
32634  see 
32635 \begin_inset CommandInset ref
32636 LatexCommand ref
32637 reference "sec:Matrices"
32638
32639 \end_inset
32640
32641 .
32642 \end_layout
32643
32644 \begin_layout Standard
32645 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32646  and much more.
32647  All possibilities to create commutative diagrams and decorations are explained
32648  in detail in the 
32649 \emph on
32650 XY-pic manual
32651 \emph default
32652  that you find in the menu 
32653 \family sans
32654 Help\SpecialChar \menuseparator
32655 Specific
32656 \begin_inset space ~
32657 \end_inset
32658
32659 Manuals
32660 \family default
32661 .
32662 \end_layout
32663
32664 \begin_layout Subsection
32665
32666 \noun on
32667 Feynman
32668 \noun default
32669  Diagrams
32670 \begin_inset Index idx
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 Diagrams ! Feynman
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 To be able to use 
32684 \noun on
32685 Feynman
32686 \noun default
32687 -diagrams, the LaTeX-package 
32688 \series bold
32689 feyn
32690 \series default
32691  must be installed.
32692  A 
32693 \noun on
32694 Feynman
32695 \noun default
32696 -diagram is created by inserting the command 
32697 \series bold
32698
32699 \backslash
32700 Diagram
32701 \series default
32702  in a formula.
32703  Then you are able to add new matrix columns and rows like for normal matrices,
32704  see 
32705 \begin_inset CommandInset ref
32706 LatexCommand ref
32707 reference "sec:Matrices"
32708
32709 \end_inset
32710
32711 .
32712 \end_layout
32713
32714 \begin_layout Standard
32715 Examples how to create 
32716 \noun on
32717 Feynman-
32718 \noun default
32719 diagrams in LyX is given in the 
32720 \emph on
32721 Feynman-diagram manual
32722 \emph default
32723  that you find in the menu 
32724 \family sans
32725 Help\SpecialChar \menuseparator
32726 Specific
32727 \begin_inset space ~
32728 \end_inset
32729
32730 Manuals
32731 \family default
32732 .
32733 \end_layout
32734
32735 \begin_layout Section
32736 User-defined Commands
32737 \begin_inset Index idx
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741 User-defined commands
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 \begin_inset Note Greyedout
32751 status open
32752
32753 \begin_layout Plain Layout
32754
32755 \series bold
32756 Note:
32757 \series default
32758  The names of user-defined commands and macros may only consist of Latin
32759  letters.
32760 \end_layout
32761
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Subsection
32768 The Command 
32769 \backslash
32770 newcommand
32771 \begin_inset CommandInset label
32772 LatexCommand label
32773 name "sub:The-Command-newcommand"
32774
32775 \end_inset
32776
32777
32778 \begin_inset Index idx
32779 status collapsed
32780
32781 \begin_layout Plain Layout
32782 User-defined commands ! 
32783 \backslash
32784 newcommand
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \begin_inset Index idx
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794 Commands ! N ! 
32795 \backslash
32796 newcommand
32797 \end_layout
32798
32799 \end_inset
32800
32801
32802 \end_layout
32803
32804 \begin_layout Standard
32805 Many LaTeX-commands are too long to be used frequently.
32806  But it is possible to define with the command 
32807 \series bold
32808
32809 \backslash
32810 newcommand
32811 \series default
32812  new shorter commands.
32813 \end_layout
32814
32815 \begin_layout Standard
32816 The command scheme of 
32817 \series bold
32818
32819 \backslash
32820 newcommand
32821 \series default
32822  is:
32823 \end_layout
32824
32825 \begin_layout Standard
32826
32827 \series bold
32828
32829 \backslash
32830 newcommand{new command name}[number of arguments][optional
32831 \series default
32832  
32833 \series bold
32834 value]
32835 \begin_inset Newline newline
32836 \end_inset
32837
32838
32839 \begin_inset Phantom HPhantom
32840 status open
32841
32842 \begin_layout Plain Layout
32843
32844 \series bold
32845
32846 \backslash
32847 newcommand
32848 \end_layout
32849
32850 \end_inset
32851
32852 {command definition}
32853 \end_layout
32854
32855 \begin_layout Standard
32856 \begin_inset Note Greyedout
32857 status open
32858
32859 \begin_layout Plain Layout
32860
32861 \series bold
32862 Note:
32863 \series default
32864  Assure that the name of the new command is not already used in your document
32865  or by LaTeX-packages that you use.
32866  When you for example define the command 
32867 \series bold
32868
32869 \backslash
32870 le
32871 \series default
32872  for 
32873 \series bold
32874
32875 \backslash
32876 Leftarrow
32877 \series default
32878 , you get an error message because 
32879 \series bold
32880
32881 \backslash
32882 le
32883 \series default
32884  is already defined as command for 
32885 \begin_inset Quotes eld
32886 \end_inset
32887
32888
32889 \begin_inset Formula $\le$
32890 \end_inset
32891
32892
32893 \begin_inset Quotes erd
32894 \end_inset
32895
32896 .
32897 \end_layout
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Standard
32905 The number of arguments is an integer in the range 0
32906 \begin_inset space \thinspace{}
32907 \end_inset
32908
32909 -
32910 \begin_inset space \thinspace{}
32911 \end_inset
32912
32913 9 and specifies how many arguments the new command should have.
32914  With the optional value a value for an optional argument can be predefined.
32915  When this is done, the 
32916 \emph on
32917 first
32918 \emph default
32919  
32920 \emph on
32921 a
32922 \emph default
32923 rgument of the new command is automatically an optional one.
32924 \end_layout
32925
32926 \begin_layout Standard
32927 Here are some examples:
32928 \end_layout
32929
32930 \begin_layout Itemize
32931 To define the command 
32932 \series bold
32933
32934 \backslash
32935 gr
32936 \series default
32937  for 
32938 \series bold
32939
32940 \backslash
32941 Longrightarrow
32942 \series default
32943 , the LaTeX-preamble line is:
32944 \begin_inset VSpace medskip
32945 \end_inset
32946
32947
32948 \begin_inset Newline newline
32949 \end_inset
32950
32951
32952 \series bold
32953
32954 \backslash
32955 newcommand{
32956 \backslash
32957 gr}{
32958 \backslash
32959 Longrightarrow}
32960 \end_layout
32961
32962 \begin_layout Itemize
32963 To define the command 
32964 \series bold
32965
32966 \backslash
32967 us
32968 \series default
32969  for 
32970 \series bold
32971
32972 \backslash
32973 underline
32974 \series default
32975 , the argument (that should be underlined) must be taken into account.
32976  For this the preamble line is:
32977 \begin_inset VSpace medskip
32978 \end_inset
32979
32980
32981 \begin_inset Newline newline
32982 \end_inset
32983
32984
32985 \series bold
32986
32987 \backslash
32988 newcommand{
32989 \backslash
32990 us}[1]{
32991 \backslash
32992 underline{#1}}
32993 \series default
32994
32995 \begin_inset VSpace medskip
32996 \end_inset
32997
32998
32999 \begin_inset Newline newline
33000 \end_inset
33001
33002 The character 
33003 \series bold
33004 #
33005 \series default
33006  acts as argument placeholder, the 
33007 \series bold
33008 1
33009 \series default
33010  behind it denotes that it is the placeholder for the first argument.
33011 \end_layout
33012
33013 \begin_layout Itemize
33014 For 
33015 \series bold
33016
33017 \backslash
33018 framebox
33019 \series default
33020  one can e.
33021 \begin_inset space \thinspace{}
33022 \end_inset
33023
33024 g.
33025 \begin_inset space \space{}
33026 \end_inset
33027
33028 define the command 
33029 \series bold
33030
33031 \backslash
33032 fb
33033 \series default
33034 :
33035 \begin_inset VSpace medskip
33036 \end_inset
33037
33038
33039 \begin_inset Newline newline
33040 \end_inset
33041
33042
33043 \series bold
33044
33045 \backslash
33046 newcommand{
33047 \backslash
33048 fb}[3]{
33049 \backslash
33050 framebox#1#2{$#3$}}
33051 \series default
33052
33053 \begin_inset VSpace medskip
33054 \end_inset
33055
33056
33057 \begin_inset Newline newline
33058 \end_inset
33059
33060 The two Dollar signs creates the extra formula needed for 
33061 \series bold
33062
33063 \backslash
33064 framebox
33065 \series default
33066 , see 
33067 \begin_inset CommandInset ref
33068 LatexCommand ref
33069 reference "sub:Boxes-with-Frame"
33070
33071 \end_inset
33072
33073 .
33074 \end_layout
33075
33076 \begin_layout Itemize
33077 To create a new command for 
33078 \series bold
33079
33080 \backslash
33081 fcolorbox
33082 \series default
33083  where the color for the box needn't to be specified, the argument for the
33084  color is defined optional:
33085 \begin_inset VSpace medskip
33086 \end_inset
33087
33088
33089 \begin_inset Newline newline
33090 \end_inset
33091
33092
33093 \series bold
33094
33095 \backslash
33096 newcommand{
33097 \backslash
33098 cb}[3][white]{
33099 \backslash
33100 fcolorbox{#2}{#1}{$#3$}}
33101 \series default
33102
33103 \begin_inset VSpace medskip
33104 \end_inset
33105
33106
33107 \begin_inset Newline newline
33108 \end_inset
33109
33110 When the color is not specified when using 
33111 \series bold
33112
33113 \backslash
33114 cb
33115 \series default
33116 , the predefined color 
33117 \series bold
33118 white
33119 \series default
33120  will be used.
33121 \end_layout
33122
33123 \begin_layout Standard
33124 A test of the new defined commands:
33125 \end_layout
33126
33127 \begin_layout Standard
33128 \align center
33129 \begin_inset Tabular
33130 <lyxtabular version="3" rows="6" columns="2">
33131 <features tabularvalignment="middle">
33132 <column alignment="center" valignment="top" width="0">
33133 <column alignment="center" valignment="top" width="0">
33134 <row>
33135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 Command
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148 Result
33149 \begin_inset Note Note
33150 status collapsed
33151
33152 \begin_layout Plain Layout
33153
33154 \series bold
33155
33156 \backslash
33157 raisebox
33158 \series default
33159  is only used as spacer.
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 <row>
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 A
33176 \backslash
33177 gr
33178 \begin_inset ERT
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182
33183
33184 \backslash
33185 spce 
33186 \end_layout
33187
33188 \end_inset
33189
33190 B
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 \begin_inset Formula $A\gr B$
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 </row>
33208 <row>
33209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213
33214 \backslash
33215 us{ABcd
33216 \end_layout
33217
33218 \end_inset
33219 </cell>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 </row>
33233 <row>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238
33239 \backslash
33240 fb{[2cm]
33241 \begin_inset Formula $\to$
33242 \end_inset
33243
33244
33245 \backslash
33246 {
33247 \begin_inset Formula $\to$
33248 \end_inset
33249
33250
33251 \backslash
33252 {
33253 \backslash
33254 int
33255 \begin_inset ERT
33256 status collapsed
33257
33258 \begin_layout Plain Layout
33259
33260
33261 \backslash
33262 spce 
33263 \end_layout
33264
33265 \end_inset
33266
33267 A=B
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 </row>
33285 <row>
33286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290
33291 \backslash
33292 cb{red
33293 \begin_inset Formula $\to$
33294 \end_inset
33295
33296
33297 \backslash
33298 {
33299 \backslash
33300 int
33301 \begin_inset ERT
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305
33306
33307 \backslash
33308 spce 
33309 \end_layout
33310
33311 \end_inset
33312
33313 A=B
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 </row>
33331 <row>
33332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336
33337 \backslash
33338 cb[green]
33339 \backslash
33340 {red
33341 \begin_inset Formula $\to$
33342 \end_inset
33343
33344
33345 \backslash
33346 {
33347 \backslash
33348 int
33349 \begin_inset ERT
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353
33354
33355 \backslash
33356 spce 
33357 \end_layout
33358
33359 \end_inset
33360
33361 A=B
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33367 \begin_inset Text
33368
33369 \begin_layout Plain Layout
33370 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 </row>
33379 </lyxtabular>
33380
33381 \end_inset
33382
33383
33384 \end_layout
33385
33386 \begin_layout Subsection
33387 Math Macros
33388 \begin_inset Index idx
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392 User-defined commands! Math macros
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \begin_inset Index idx
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 Macros
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 User-defined commands are especially convenient for complex expressions.
33412  When you are for example dealing in a document with quadratic equations,
33413  the same solution type occurs several times.
33414  The general form of a quadratic equation is
33415 \begin_inset Formula \[
33416 0=\lambda^{2}+p\lambda+q\]
33417
33418 \end_inset
33419
33420 The general form of the solution is
33421 \begin_inset Formula \[
33422 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 To define a command for the solution formula where only the three parameters
33431  
33432 \begin_inset Formula $\lambda$
33433 \end_inset
33434
33435
33436 \begin_inset Formula $p$
33437 \end_inset
33438
33439  and 
33440 \begin_inset Formula $q$
33441 \end_inset
33442
33443  need to be specified and the index of 
33444 \begin_inset Formula $\lambda$
33445 \end_inset
33446
33447  can be given optionally, the LaTeX-preamble line is
33448 \begin_inset Newline newline
33449 \end_inset
33450
33451
33452 \series bold
33453
33454 \backslash
33455 newcommand{
33456 \backslash
33457 qG}[4][1,
33458 \backslash
33459 ,2]{#2_{#1}=-
33460 \backslash
33461 frac{#3}{2}
33462 \backslash
33463 pm
33464 \begin_inset Newline newline
33465 \end_inset
33466
33467
33468 \begin_inset Phantom HPhantom
33469 status open
33470
33471 \begin_layout Plain Layout
33472
33473 \series bold
33474
33475 \backslash
33476 newcommand
33477 \end_layout
33478
33479 \end_inset
33480
33481
33482 \backslash
33483 sqrt{
33484 \backslash
33485 frac{#3^{2}}{4}-#4}}
33486 \end_layout
33487
33488 \begin_layout Standard
33489 To create with this the solution formula, the command
33490 \begin_inset Newline newline
33491 \end_inset
33492
33493
33494 \series bold
33495
33496 \backslash
33497 qG{
33498 \backslash
33499 lambda
33500 \begin_inset Formula $\to$
33501 \end_inset
33502
33503
33504 \backslash
33505 {p
33506 \begin_inset Formula $\to$
33507 \end_inset
33508
33509
33510 \backslash
33511 {q
33512 \series default
33513  is inserted to a formula
33514 \series bold
33515 .
33516 \end_layout
33517
33518 \begin_layout Standard
33519 The definition of the new command is unintuitive because one has to know
33520  the schemes of all used LaTeX commands, e.
33521 \begin_inset space \thinspace{}
33522 \end_inset
33523
33524 g.
33525 \begin_inset space \space{}
33526 \end_inset
33527
33528 that a fraction is inserted in LaTeX as 
33529 \series bold
33530
33531 \backslash
33532 frac{numerator}{denominator}
33533 \series default
33534 .
33535  Furthermore one can easily forget a brace in the definition and cannot
33536  see in LyX what the new command is doing.
33537  To avoid these problems LyX offers the possibility to use math macros instead
33538  of the command 
33539 \series bold
33540
33541 \backslash
33542 newcommand
33543 \series default
33544 .
33545 \end_layout
33546
33547 \begin_layout Standard
33548 A math macro is created by using the menu 
33549 \family sans
33550 Insert\SpecialChar \menuseparator
33551 Math\SpecialChar \menuseparator
33552 Macro
33553 \family default
33554  or the toolbar button 
33555 \begin_inset Graphics
33556         filename ../images/math-macro_newmacroname_newcommand.png
33557         scale 85
33558
33559 \end_inset
33560
33561 .
33562  The math macro toolbar appears together with the following box where the
33563  macro is defined:
33564 \begin_inset Newline newline
33565 \end_inset
33566
33567
33568 \begin_inset space \hspace*{\fill}
33569 \end_inset
33570
33571
33572 \begin_inset Graphics
33573         filename clipart/macrobox.png
33574
33575 \end_inset
33576
33577
33578 \begin_inset space \hspace*{\fill}
33579 \end_inset
33580
33581
33582 \begin_inset Newline newline
33583 \end_inset
33584
33585
33586 \begin_inset FormulaMacro
33587 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33588 \end_inset
33589
33590
33591 \backslash
33592 newmacroname is the default name of the macro that should be changed to
33593  something sensible.
33594  The wanted formula is inserted in the first blue box.
33595  An argument placeholder is inserted with the command 
33596 \series bold
33597
33598 \backslash
33599 #argumentnumber
33600 \series default
33601 , e.
33602 \begin_inset space \thinspace{}
33603 \end_inset
33604
33605 g
33606 \begin_inset space \space{}
33607 \end_inset
33608
33609
33610 \series bold
33611
33612 \backslash
33613 #1
33614 \series default
33615  or by using the macro toolbar button 
33616 \begin_inset Graphics
33617         filename ../images/math-macro-add-param.png
33618         scale 85
33619
33620 \end_inset
33621
33622 .
33623  Argument placeholders are displayed red.
33624  Maximum 9 arguments are possible.
33625  Optional arguments are created with the toolbar button 
33626 \begin_inset Graphics
33627         filename ../images/math-macro-add-optional-param.png
33628         scale 85
33629
33630 \end_inset
33631
33632 .
33633  The first non-optional argument can be transformed to an optional one with
33634  the toolbar button 
33635 \begin_inset Graphics
33636         filename ../images/math-macro-make-optional.png
33637         scale 85
33638
33639 \end_inset
33640
33641 .
33642  In the second blue box the appearance of the macro in LyX can be defined.
33643  Normally you want to see it as it is defined, so the box is kept empty.
33644  But when you have created a macro that needs lot of space on the screen,
33645  you can insert in the box for example
33646 \begin_inset Newline newline
33647 \end_inset
33648
33649
33650 \series bold
33651 qG: 
33652 \backslash
33653 #1
33654 \series default
33655  
33656 \series bold
33657 ,
33658 \series default
33659  
33660 \series bold
33661
33662 \backslash
33663 #2
33664 \series default
33665  
33666 \series bold
33667 ,
33668 \series default
33669  
33670 \series bold
33671
33672 \backslash
33673 #3, 
33674 \backslash
33675 #4
33676 \begin_inset Newline newline
33677 \end_inset
33678
33679
33680 \series default
33681 For the macro only the arguments with the macro name in front of them will
33682  then be displayed in LyX, leading to a better overview.
33683  The formula appears in the output as defined in the first box.
33684 \begin_inset Newline newline
33685 \end_inset
33686
33687 The appearance of macros in formulas can furthermore be changed for single
33688  macros by setting the cursor in the macro and using the menu 
33689 \family sans
33690 View\SpecialChar \menuseparator
33691 (Un)fold
33692 \begin_inset space ~
33693 \end_inset
33694
33695 Math
33696 \begin_inset space ~
33697 \end_inset
33698
33699 Macro
33700 \family default
33701 .
33702 \end_layout
33703
33704 \begin_layout Standard
33705 To use a macro, the macro name is inserted as command to a formula, in our
33706  case 
33707 \series bold
33708
33709 \backslash
33710 qG
33711 \series default
33712 .
33713  Our macro looks in LyX like this:
33714 \begin_inset Newline newline
33715 \end_inset
33716
33717
33718 \begin_inset space \hspace*{\fill}
33719 \end_inset
33720
33721
33722 \begin_inset Graphics
33723         filename clipart/macrouse.png
33724
33725 \end_inset
33726
33727
33728 \begin_inset space \hspace*{\fill}
33729 \end_inset
33730
33731
33732 \begin_inset Newline newline
33733 \end_inset
33734
33735 Here is our macro example with the arguments 
33736 \begin_inset Formula $x$
33737 \end_inset
33738
33739
33740 \begin_inset Formula $\ln(x)$
33741 \end_inset
33742
33743  and 
33744 \begin_inset Formula $B$
33745 \end_inset
33746
33747 :
33748 \end_layout
33749
33750 \begin_layout Standard
33751 \begin_inset Formula \[
33752 \qG x{\ln(x)}B\]
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Standard
33760 LyX offers in the menu 
33761 \family sans
33762 Tools\SpecialChar \menuseparator
33763 Preferences\SpecialChar \menuseparator
33764 Editing\SpecialChar \menuseparator
33765 Control
33766 \family default
33767  different styles to edit macros.
33768  To find the style that suits you the most, choose a style and set the cursor
33769  in a macro formula to see the difference.
33770 \end_layout
33771
33772 \begin_layout Standard
33773 A math macro is transformed internally to a 
33774 \series bold
33775
33776 \backslash
33777 newcommand
33778 \series default
33779  command when exporting the document.
33780  The created 
33781 \series bold
33782
33783 \backslash
33784 newcommand
33785 \series default
33786  command is not placed in the LaTeX-preamble, therefore macros can only
33787  be used in formulas that are in the document below the macro definition
33788  box.
33789 \end_layout
33790
33791 \begin_layout Standard
33792 Math macros can also be directly be created from a 
33793 \series bold
33794
33795 \backslash
33796 newcommand
33797 \series default
33798  command.
33799  When writing for example the command
33800 \series bold
33801
33802 \begin_inset Newline newline
33803 \end_inset
33804
33805
33806 \backslash
33807 newcommand{
33808 \backslash
33809 larrow}[2]{
33810 \backslash
33811 xleftarrow[#2]{#1}}
33812 \begin_inset Newline newline
33813 \end_inset
33814
33815
33816 \series default
33817 in LyX as normal text, highlighting it completely and using then the shortcut
33818  
33819 \family sans
33820 Ctrl+M
33821 \family default
33822 , the command will be transformed to a math macro.
33823  Using this method you need to be careful that the 
33824 \series bold
33825
33826 \backslash
33827 newcommand
33828 \series default
33829  command is typed correctly, otherwise you get a faulty macro leading to
33830  LaTeX errors.
33831 \end_layout
33832
33833 \begin_layout Standard
33834 Math macros currently yet have the problem that further formulas in macro
33835  definitions are handled wrongly.
33836  Therefore the example 
33837 \series bold
33838
33839 \backslash
33840 fb
33841 \series default
33842  from 
33843 \begin_inset CommandInset ref
33844 LatexCommand ref
33845 reference "sub:The-Command-newcommand"
33846
33847 \end_inset
33848
33849  cannot be created as macro.
33850 \end_layout
33851
33852 \begin_layout Standard
33853 When the cursor is in a macro definition box, you will see the macro toolbar
33854  in LyX:
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \begin_inset VSpace defskip
33859 \end_inset
33860
33861
33862 \end_layout
33863
33864 \begin_layout Standard
33865 \begin_inset Graphics
33866         filename clipart/MacroToolbar.png
33867
33868 \end_inset
33869
33870
33871 \begin_inset Index idx
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875 Macros ! Toolbar
33876 \end_layout
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Standard
33884 \begin_inset VSpace defskip
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 The macro toolbar contains from left to right the following buttons:
33892 \end_layout
33893
33894 \begin_layout Standard
33895 \begin_inset VSpace defskip
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \begin_layout Standard
33902 \begin_inset Tabular
33903 <lyxtabular version="3" rows="9" columns="2">
33904 <features islongtable="true" longtabularalignment="center">
33905 <column alignment="left" valignment="top" width="0">
33906 <column alignment="left" valignment="top" width="85col%">
33907 <row interlinespace="2.5mm">
33908 <cell alignment="center" valignment="top" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912 \begin_inset Graphics
33913         filename ../images/math-macro-remove-param.png
33914         BoundingBox 0bp 5bp 20bp 25bp
33915         rotateOrigin center
33916
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 <cell alignment="center" valignment="top" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928
33929 \family sans
33930 Edit\SpecialChar \menuseparator
33931 Math\SpecialChar \menuseparator
33932 Macro
33933 \begin_inset space ~
33934 \end_inset
33935
33936 Definition\SpecialChar \menuseparator
33937 Remove Last Argument
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 </row>
33943 <row interlinespace="2.5mm">
33944 <cell alignment="center" valignment="top" usebox="none">
33945 \begin_inset Text
33946
33947 \begin_layout Plain Layout
33948 \begin_inset Graphics
33949         filename ../images/math-macro-add-param.png
33950         BoundingBox 0bp 5bp 20bp 25bp
33951         rotateOrigin center
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \end_inset
33959 </cell>
33960 <cell alignment="center" valignment="top" usebox="none">
33961 \begin_inset Text
33962
33963 \begin_layout Plain Layout
33964
33965 \family sans
33966 Edit\SpecialChar \menuseparator
33967 Math\SpecialChar \menuseparator
33968 Macro
33969 \begin_inset space ~
33970 \end_inset
33971
33972 Definition\SpecialChar \menuseparator
33973 Append 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-optional.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 First Non-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 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-make-nonoptional.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 Make Last Optional into
34069 \begin_inset Newline newline
34070 \end_inset
34071
34072
34073 \begin_inset Phantom HPhantom
34074 status open
34075
34076 \begin_layout Plain Layout
34077
34078 \family sans
34079 Edit\SpecialChar \menuseparator
34080 Math\SpecialChar \menuseparator
34081 Macro
34082 \begin_inset space ~
34083 \end_inset
34084
34085 Definition\SpecialChar \menuseparator
34086
34087 \end_layout
34088
34089 \end_inset
34090
34091 Non-Optional Argument
34092 \end_layout
34093
34094 \end_inset
34095 </cell>
34096 </row>
34097 <row interlinespace="2.5mm">
34098 <cell alignment="center" valignment="top" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102 \begin_inset Graphics
34103         filename ../images/math-macro-remove-optional-param.png
34104         BoundingBox 0bp 5bp 20bp 25bp
34105         rotateOrigin center
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118
34119 \family sans
34120 Edit\SpecialChar \menuseparator
34121 Math\SpecialChar \menuseparator
34122 Macro
34123 \begin_inset space ~
34124 \end_inset
34125
34126 Definition\SpecialChar \menuseparator
34127 Remove Optional Argument
34128 \end_layout
34129
34130 \end_inset
34131 </cell>
34132 </row>
34133 <row interlinespace="2.5mm">
34134 <cell alignment="center" valignment="top" usebox="none">
34135 \begin_inset Text
34136
34137 \begin_layout Plain Layout
34138 \begin_inset Graphics
34139         filename ../images/math-macro-add-optional-param.png
34140         BoundingBox 0bp 5bp 20bp 25bp
34141         rotateOrigin center
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 <cell alignment="center" valignment="top" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154
34155 \family sans
34156 Edit\SpecialChar \menuseparator
34157 Math\SpecialChar \menuseparator
34158 Macro
34159 \begin_inset space ~
34160 \end_inset
34161
34162 Definition\SpecialChar \menuseparator
34163 Insert Optional Argument
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-remove-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 Remove Last 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 Spitting Out To 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-append-greedy-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 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 <row interlinespace="2.5mm">
34288 <cell alignment="center" valignment="top" usebox="none">
34289 \begin_inset Text
34290
34291 \begin_layout Plain Layout
34292 \begin_inset Graphics
34293         filename ../images/math-macro-add-greedy-optional-param.png
34294         BoundingBox 0bp 5bp 20bp 25bp
34295         rotateOrigin center
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 <cell alignment="center" valignment="top" usebox="none">
34305 \begin_inset Text
34306
34307 \begin_layout Plain Layout
34308
34309 \family sans
34310 Edit\SpecialChar \menuseparator
34311 Math\SpecialChar \menuseparator
34312 Macro
34313 \begin_inset space ~
34314 \end_inset
34315
34316 Definition\SpecialChar \menuseparator
34317 Append Optional Argument
34318 \begin_inset Newline newline
34319 \end_inset
34320
34321
34322 \begin_inset Phantom HPhantom
34323 status open
34324
34325 \begin_layout Plain Layout
34326
34327 \family sans
34328 Edit\SpecialChar \menuseparator
34329 Math\SpecialChar \menuseparator
34330 Macro
34331 \begin_inset space ~
34332 \end_inset
34333
34334 Definition\SpecialChar \menuseparator
34335
34336 \end_layout
34337
34338 \end_inset
34339
34340 Eating From The Right
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 </row>
34346 </lyxtabular>
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Standard
34354 \begin_inset Newpage newpage
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Section
34361 Tips
34362 \begin_inset Index idx
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 Tips
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Subsection
34375 Negative Numbers
34376 \begin_inset Index idx
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380 Numbers ! negative
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \begin_layout Standard
34389 Negative numbers often look ugly in formulas because the minus sign before
34390  the number is set with the same length as the minus operator sign.
34391  When writing the negative number in normal text, the minus sign appears
34392  correctly.
34393 \end_layout
34394
34395 \begin_layout Standard
34396 Thus, the problem disappears when converting the minus sign to mathematical
34397  text.
34398 \end_layout
34399
34400 \begin_layout Standard
34401 An example to visualize the problem:
34402 \end_layout
34403
34404 \begin_layout Standard
34405 \align center
34406 \begin_inset Tabular
34407 <lyxtabular version="3" rows="3" columns="2">
34408 <features tabularvalignment="middle">
34409 <column alignment="right" valignment="top" width="0">
34410 <column alignment="left" valignment="top" width="0">
34411 <row>
34412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 normal text:
34417 \end_layout
34418
34419 \end_inset
34420 </cell>
34421 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425 x = -2
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 </row>
34431 <row>
34432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436 formula:
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445 \begin_inset Formula $x=-2$
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 </row>
34454 <row>
34455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34456 \begin_inset Text
34457
34458 \begin_layout Plain Layout
34459 solution:
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 \begin_inset Formula $x=\textrm{-}2$
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 </row>
34477 </lyxtabular>
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Subsection
34485 Comma as decimal Separator
34486 \begin_inset Index idx
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490 Comma
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Standard
34499 In LaTeX a comma inside a formula is used, according to the English convention,
34500  as number group separator.
34501  So there will be space added behind all commas in formulas.
34502 \end_layout
34503
34504 \begin_layout Standard
34505 To avoid this, the comma is highlighted and changed to mathematical text
34506  (shortcut 
34507 \begin_inset Info
34508 type  "shortcut"
34509 arg   "math-mode"
34510 \end_inset
34511
34512 ).
34513 \end_layout
34514
34515 \begin_layout Standard
34516 To use all formula commas in the document as decimal separator, the file
34517  
34518 \series bold
34519 icomma.sty
34520 \series default
34521
34522 \begin_inset Foot
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526
34527 \series bold
34528 icomma
34529 \series default
34530  is part of the LaTeX-package 
34531 \series bold
34532 was
34533 \series default
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 Packages ! was
34540 \begin_inset ERT
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544
34545
34546 \backslash
34547 vspace{4mm}
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \end_inset
34556
34557 .
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \begin_inset Index idx
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Packages ! icomma
34568 \end_layout
34569
34570 \end_inset
34571
34572  is loaded with the LaTeX-preamble line
34573 \end_layout
34574
34575 \begin_layout Standard
34576
34577 \series bold
34578
34579 \backslash
34580 usepackage{icomma}
34581 \end_layout
34582
34583 \begin_layout Subsection
34584 Physical Vectors
34585 \begin_inset CommandInset label
34586 LatexCommand label
34587 name "sub:Physical-Vectors"
34588
34589 \end_inset
34590
34591
34592 \begin_inset Index idx
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596 Vectors ! physical
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Standard
34605 Predefined vectors are offered by the LaTeX-package 
34606 \series bold
34607 braket
34608 \series default
34609
34610 \begin_inset Index idx
34611 status collapsed
34612
34613 \begin_layout Plain Layout
34614 Packages ! braket
34615 \end_layout
34616
34617 \end_inset
34618
34619  that is loaded with the LaTeX-preamble line
34620 \end_layout
34621
34622 \begin_layout Standard
34623
34624 \series bold
34625
34626 \backslash
34627 usepackage{braket}
34628 \end_layout
34629
34630 \begin_layout Standard
34631 \begin_inset ERT
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635
34636
34637 \backslash
34638 ifbraket 
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \begin_inset Note Note
34645 status open
34646
34647 \begin_layout Plain Layout
34648 The following table will only be displayed when the LaTeX-package 
34649 \series bold
34650 braket
34651 \series default
34652  is installed.
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \begin_layout Standard
34661 The following commands are defined:
34662 \end_layout
34663
34664 \begin_layout Standard
34665 \align center
34666 \begin_inset Tabular
34667 <lyxtabular version="3" rows="4" columns="2">
34668 <features tabularvalignment="middle">
34669 <column alignment="center" valignment="top" width="0">
34670 <column alignment="center" valignment="top" width="0">
34671 <row>
34672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Plain Layout
34676 Command
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685 Result
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 </row>
34691 <row>
34692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34693 \begin_inset Text
34694
34695 \begin_layout Plain Layout
34696
34697 \backslash
34698 Bra{
34699 \backslash
34700 psi
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 \begin_inset Formula $\Bra{\psi}$
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \end_inset
34716 </cell>
34717 </row>
34718 <row>
34719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723
34724 \backslash
34725 Ket{
34726 \backslash
34727 psi
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736 \begin_inset Formula $\Ket{\psi}$
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 </row>
34745 <row>
34746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34747 \begin_inset Text
34748
34749 \begin_layout Plain Layout
34750
34751 \backslash
34752 Braket{
34753 \backslash
34754 psi|
34755 \backslash
34756 phi
34757 \end_layout
34758
34759 \end_inset
34760 </cell>
34761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34762 \begin_inset Text
34763
34764 \begin_layout Plain Layout
34765 \begin_inset Formula $\Braket{\psi|\phi}$
34766 \end_inset
34767
34768
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 </row>
34774 </lyxtabular>
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \begin_layout Standard
34782 The command 
34783 \series bold
34784
34785 \backslash
34786 Braket
34787 \series default
34788  assures that all vertical bars are set in the size of the surrounding brackets:
34789 \begin_inset Formula \[
34790 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34791
34792 \end_inset
34793
34794
34795 \begin_inset ERT
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799
34800
34801 \backslash
34802 else 
34803 \end_layout
34804
34805 \end_inset
34806
34807
34808 \begin_inset Note Note
34809 status open
34810
34811 \begin_layout Plain Layout
34812 The following will be displayed when the LaTeX-package 
34813 \series bold
34814 braket
34815 \series default
34816  is not installed:
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \end_layout
34823
34824 \begin_layout Standard
34825 You need to install the LaTeX-package 
34826 \series bold
34827 braket
34828 \series default
34829  to see the rest of this subsection in the output.
34830 \end_layout
34831
34832 \begin_layout Standard
34833 \begin_inset ERT
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837
34838
34839 \backslash
34840 fi 
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849 The effect of 
34850 \series bold
34851
34852 \backslash
34853 Braket
34854 \series default
34855  can also be achieved using the command 
34856 \series bold
34857
34858 \backslash
34859 middle
34860 \series default
34861 , that is described in 
34862 \begin_inset CommandInset ref
34863 LatexCommand ref
34864 reference "sub:Automatic-Bracket-Size"
34865
34866 \end_inset
34867
34868 .
34869 \end_layout
34870
34871 \begin_layout Subsection
34872 Self-defined Fractions
34873 \begin_inset CommandInset label
34874 LatexCommand label
34875 name "sub:Self-defined-Fractions"
34876
34877 \end_inset
34878
34879
34880 \begin_inset Index idx
34881 status collapsed
34882
34883 \begin_layout Plain Layout
34884 Fractions ! self-defined
34885 \end_layout
34886
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \begin_layout Standard
34893 To define custom commands for fractions, the command 
34894 \series bold
34895
34896 \backslash
34897 genfrac
34898 \series default
34899
34900 \begin_inset Index idx
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904 Commands ! G ! 
34905 \backslash
34906 genfrac
34907 \end_layout
34908
34909 \end_inset
34910
34911  is used in the following scheme:
34912 \end_layout
34913
34914 \begin_layout Standard
34915
34916 \series bold
34917
34918 \backslash
34919 genfrac{left
34920 \series default
34921  
34922 \series bold
34923 bracket}{right
34924 \series default
34925  
34926 \series bold
34927 bracket}{fraction bar thickness}{style}
34928 \begin_inset Newline newline
34929 \end_inset
34930
34931
34932 \begin_inset Phantom HPhantom
34933 status open
34934
34935 \begin_layout Plain Layout
34936
34937 \series bold
34938
34939 \backslash
34940 genfrac
34941 \end_layout
34942
34943 \end_inset
34944
34945 {numerator}{denominator}
34946 \end_layout
34947
34948 \begin_layout Standard
34949 The style is a number in the range of 0
34950 \begin_inset space \thinspace{}
34951 \end_inset
34952
34953 -
34954 \begin_inset space \thinspace{}
34955 \end_inset
34956
34957 3.
34958 \end_layout
34959
34960 \begin_layout Standard
34961 \align center
34962 \begin_inset Tabular
34963 <lyxtabular version="3" rows="5" columns="2">
34964 <features tabularvalignment="middle">
34965 <column alignment="center" valignment="top" width="0">
34966 <column alignment="center" valignment="top" width="0">
34967 <row>
34968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34969 \begin_inset Text
34970
34971 \begin_layout Plain Layout
34972 Number
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981 Style (Size)
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 </row>
34987 <row>
34988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992 0
34993 \end_layout
34994
34995 \end_inset
34996 </cell>
34997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 display style formula
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 </row>
35007 <row>
35008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35009 \begin_inset Text
35010
35011 \begin_layout Plain Layout
35012 1
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021 inline formula
35022 \end_layout
35023
35024 \end_inset
35025 </cell>
35026 </row>
35027 <row>
35028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 2
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041 small
35042 \end_layout
35043
35044 \end_inset
35045 </cell>
35046 </row>
35047 <row>
35048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35049 \begin_inset Text
35050
35051 \begin_layout Plain Layout
35052 3
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061 tiny
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 </row>
35067 </lyxtabular>
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \begin_layout Standard
35075 When no style is given, the size is adjusted to the surrounding environment
35076  like for the command 
35077 \series bold
35078
35079 \backslash
35080 frac
35081 \series default
35082 .
35083 \end_layout
35084
35085 \begin_layout Standard
35086 When no fraction bar thickness is given, the predefined value of 0.4
35087 \begin_inset space \thinspace{}
35088 \end_inset
35089
35090 pt will be used.
35091 \end_layout
35092
35093 \begin_layout Standard
35094 \begin_inset VSpace medskip
35095 \end_inset
35096
35097 For example, the commands 
35098 \series bold
35099
35100 \backslash
35101 dfrac
35102 \series default
35103  and 
35104 \series bold
35105
35106 \backslash
35107 tbinom
35108 \series default
35109  from 
35110 \begin_inset CommandInset ref
35111 LatexCommand ref
35112 reference "sub:Fractions"
35113
35114 \end_inset
35115
35116  are defined with the commands
35117 \end_layout
35118
35119 \begin_layout Standard
35120
35121 \series bold
35122
35123 \backslash
35124 newcommand{
35125 \backslash
35126 dfrac}[2]{
35127 \backslash
35128 genfrac{}{}{}{0}{#1}{#2}}
35129 \end_layout
35130
35131 \begin_layout Standard
35132 and
35133 \end_layout
35134
35135 \begin_layout Standard
35136
35137 \series bold
35138
35139 \backslash
35140 newcommand{
35141 \backslash
35142 tbinom}[2]{
35143 \backslash
35144 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35145 \end_layout
35146
35147 \begin_layout Standard
35148 \begin_inset VSpace medskip
35149 \end_inset
35150
35151 To define a fraction where the fraction bar thickness can be given as optional
35152  argument, the following line is inserted to the LaTeX-preamble:
35153 \end_layout
35154
35155 \begin_layout Standard
35156
35157 \series bold
35158
35159 \backslash
35160 newcommand{
35161 \backslash
35162 fracS}[3][]{
35163 \backslash
35164 genfrac{}{}{#1}{}{#2}{#3}}
35165 \end_layout
35166
35167 \begin_layout Standard
35168 A test:
35169 \begin_inset Formula \begin{align*}
35170 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35171 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35172 \end{align*}
35173
35174 \end_inset
35175
35176 As one can see, the distance of the numerator and the denominator to the
35177  fraction bar is round about three times the bar thickness.
35178 \end_layout
35179
35180 \begin_layout Subsection
35181 Canceled Formulas
35182 \begin_inset Index idx
35183 status collapsed
35184
35185 \begin_layout Plain Layout
35186 Formula ! canceled
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 To cancel formulas or formula parts, the LaTeX-package 
35196 \series bold
35197 cancel
35198 \series default
35199
35200 \begin_inset Index idx
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204 Packages ! cancel
35205 \end_layout
35206
35207 \end_inset
35208
35209  has to be loaded with the LaTeX-preamble line
35210 \end_layout
35211
35212 \begin_layout Standard
35213
35214 \series bold
35215
35216 \backslash
35217 usepackage[samesize]{cancel}
35218 \end_layout
35219
35220 \begin_layout Standard
35221 \begin_inset ERT
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225
35226
35227 \backslash
35228 ifcancel 
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \begin_inset Note Note
35235 status open
35236
35237 \begin_layout Plain Layout
35238 The following table will only be displayed when the LaTeX-package 
35239 \series bold
35240 cancel
35241 \series default
35242  is installed.
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Standard
35251 There are four ways to cancel formulas:
35252 \end_layout
35253
35254 \begin_layout Standard
35255 \align center
35256 \begin_inset Tabular
35257 <lyxtabular version="3" rows="5" columns="2">
35258 <features tabularvalignment="middle">
35259 <column alignment="center" valignment="top" width="0">
35260 <column alignment="center" valignment="top" width="0">
35261 <row>
35262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266 Command
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 Result
35276 \begin_inset Note Note
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280 The space and
35281 \series bold
35282  
35283 \backslash
35284 raisebox
35285 \series default
35286  are used here as spacer.
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 </row>
35297 <row>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302
35303 \backslash
35304 cancel{
35305 \backslash
35306 int
35307 \begin_inset ERT
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311
35312
35313 \backslash
35314 spce 
35315 \end_layout
35316
35317 \end_inset
35318
35319 A=B
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35325 \begin_inset Text
35326
35327 \begin_layout Plain Layout
35328 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 </row>
35337 <row>
35338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342
35343 \backslash
35344 bcancel{
35345 \backslash
35346 int
35347 \begin_inset ERT
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351
35352
35353 \backslash
35354 spce 
35355 \end_layout
35356
35357 \end_inset
35358
35359 A=B
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 </row>
35377 <row>
35378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35379 \begin_inset Text
35380
35381 \begin_layout Plain Layout
35382
35383 \backslash
35384 xcancel{
35385 \backslash
35386 int
35387 \begin_inset ERT
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391
35392
35393 \backslash
35394 spce 
35395 \end_layout
35396
35397 \end_inset
35398
35399 A=B
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35405 \begin_inset Text
35406
35407 \begin_layout Plain Layout
35408 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 </row>
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422
35423 \backslash
35424 cancelto{1
35425 \begin_inset Formula $\to$
35426 \end_inset
35427
35428
35429 \backslash
35430 {
35431 \backslash
35432 int
35433 \begin_inset ERT
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437
35438
35439 \backslash
35440 spce 
35441 \end_layout
35442
35443 \end_inset
35444
35445 A=B
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \end_inset
35461 </cell>
35462 </row>
35463 </lyxtabular>
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Standard
35471
35472 \series bold
35473
35474 \backslash
35475 cancelto
35476 \series default
35477  is especially suitable to visualize the reduction of fractions within formulas:
35478 \begin_inset Formula \[
35479 \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}}}\]
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 \begin_inset ERT
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491
35492
35493 \backslash
35494 else 
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Note Note
35501 status open
35502
35503 \begin_layout Plain Layout
35504 The following will be displayed when the LaTeX-package 
35505 \series bold
35506 cancel
35507 \series default
35508  is not installed:
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \end_layout
35515
35516 \begin_layout Standard
35517 You need to install the LaTeX-package 
35518 \series bold
35519 cancel
35520 \series default
35521  to see the rest of this subsection in the output.
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \begin_inset ERT
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529
35530
35531 \backslash
35532 fi 
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Subsection
35541 Formulas in Section Headings
35542 \begin_inset CommandInset label
35543 LatexCommand label
35544 name "sub:Formulas-in-Section"
35545
35546 \end_inset
35547
35548
35549 \begin_inset Index idx
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 Formula ! in section headings
35554 \end_layout
35555
35556 \end_inset
35557
35558
35559 \end_layout
35560
35561 \begin_layout Standard
35562 When formulas are used in section headings, the following has to be taken
35563  into account:
35564 \end_layout
35565
35566 \begin_layout Standard
35567 \begin_inset Note Greyedout
35568 status open
35569
35570 \begin_layout Plain Layout
35571 When 
35572 \series bold
35573 hyperref
35574 \series default
35575
35576 \begin_inset Index idx
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580 Packages ! hyperref
35581 \end_layout
35582
35583 \end_inset
35584
35585  support is enabled in the document settings dialog under 
35586 \family sans
35587 PDF
35588 \begin_inset space ~
35589 \end_inset
35590
35591 Properties
35592 \family default
35593 , PDF-bookmarks are created for every section heading in the table of contents.
35594  If a section heading contains formulas, they are incorrectly displayed
35595  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35596 s.
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \end_layout
35603
35604 \begin_layout Standard
35605 Both problems can be solved by inserting at the end of the section heading
35606  a short title with the menu 
35607 \family sans
35608 Insert\SpecialChar \menuseparator
35609 Short
35610 \begin_inset space ~
35611 \end_inset
35612
35613 Title
35614 \family default
35615 .
35616  Short titles are used as alternative for multiline section headings to
35617  keep the table of contents clearly arranged.
35618  Only the short title appears in the table of contents and therefore also
35619  in the PDF-bookmark.
35620 \end_layout
35621
35622 \begin_layout Standard
35623 When formulas should be used in the table of contents but 
35624 \series bold
35625 hyperref
35626 \series default
35627  is used, one can use the following command in TeX-mode:
35628 \end_layout
35629
35630 \begin_layout Standard
35631
35632 \series bold
35633
35634 \backslash
35635 texorpdfstring{part}{alternative}
35636 \begin_inset Index idx
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640 Commands ! T ! 
35641 \backslash
35642 texorpdfstring
35643 \end_layout
35644
35645 \end_inset
35646
35647
35648 \end_layout
35649
35650 \begin_layout Standard
35651 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35652  This can be characters, formulas, footnotes, but also cross-references.
35653  The alternative is used instead of the part for the bookmark.
35654 \end_layout
35655
35656 \begin_layout Standard
35657 Here are two example headings:
35658 \begin_inset VSpace -3mm
35659 \end_inset
35660
35661
35662 \begin_inset ERT
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666
35667
35668 \backslash
35669 boldmath 
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Subsubsection
35678 Heading without formula in table of contents 
35679 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35680 \end_inset
35681
35682
35683 \begin_inset Argument
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687 Heading without formula in table of contents
35688 \end_layout
35689
35690 \end_inset
35691
35692
35693 \end_layout
35694
35695 \begin_layout Subsubsection
35696 Heading with formula in table of contents
35697 \begin_inset ERT
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701
35702
35703 \backslash
35704 texorpdfstring{
35705 \end_layout
35706
35707 \end_inset
35708
35709  
35710 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35711 \end_inset
35712
35713
35714 \begin_inset ERT
35715 status collapsed
35716
35717 \begin_layout Plain Layout
35718
35719 }{}
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Standard
35728 \begin_inset ERT
35729 status collapsed
35730
35731 \begin_layout Plain Layout
35732
35733
35734 \backslash
35735 unboldmath 
35736 \end_layout
35737
35738 \end_inset
35739
35740 In the first heading a short title was used, in the second one 
35741 \series bold
35742
35743 \backslash
35744 texorpdfstring
35745 \series default
35746 .
35747 \end_layout
35748
35749 \begin_layout Standard
35750 To get the same formatting as for the other headings, the complete heading
35751  was set into a 
35752 \series bold
35753 boldmath
35754 \series default
35755  environment
35756 \begin_inset Foot
35757 status collapsed
35758
35759 \begin_layout Plain Layout
35760 see 
35761 \begin_inset CommandInset ref
35762 LatexCommand ref
35763 reference "sub:Bold-Formulas"
35764
35765 \end_inset
35766
35767
35768 \end_layout
35769
35770 \end_inset
35771
35772 .
35773 \end_layout
35774
35775 \begin_layout Subsection
35776 Formulas in multi-column Text
35777 \begin_inset Index idx
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781 Formula ! in multi-column text
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \begin_layout Standard
35790 Formulas in multi-column text are often too wide to fit into a column and
35791  thus need to be set over the whole page width.
35792  This is done by using the LaTeX-package 
35793 \series bold
35794 multicol
35795 \series default
35796
35797 \begin_inset Foot
35798 status collapsed
35799
35800 \begin_layout Plain Layout
35801
35802 \series bold
35803 multicol
35804 \series default
35805  is part of every LaTeX standard installation.
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \begin_inset Index idx
35812 status collapsed
35813
35814 \begin_layout Plain Layout
35815 Packages ! multicol
35816 \end_layout
35817
35818 \end_inset
35819
35820 , that is loaded with the LaTeX-preamble line
35821 \end_layout
35822
35823 \begin_layout Standard
35824
35825 \series bold
35826
35827 \backslash
35828 usepackage{multicol}
35829 \end_layout
35830
35831 \begin_layout Standard
35832 \begin_inset Note Greyedout
35833 status open
35834
35835 \begin_layout Plain Layout
35836 Note herby that the setting 
35837 \family sans
35838 Two-column
35839 \begin_inset space ~
35840 \end_inset
35841
35842 document
35843 \family default
35844  in the menu 
35845 \family sans
35846 Document\SpecialChar \menuseparator
35847 Settings
35848 \family default
35849  under 
35850 \family sans
35851 Text
35852 \begin_inset space ~
35853 \end_inset
35854
35855 Layout
35856 \family default
35857 \emph on
35858  
35859 \emph default
35860 must 
35861 \emph on
35862 not
35863 \emph default
35864  be selected.
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \begin_layout Standard
35873 Before the multi-column text the command
35874 \end_layout
35875
35876 \begin_layout Standard
35877
35878 \series bold
35879
35880 \backslash
35881 begin{multicols}{column number}
35882 \end_layout
35883
35884 \begin_layout Standard
35885 is written in TeX-mode.
35886  The column number is a number in the range of 2
35887 \begin_inset space \thinspace{}
35888 \end_inset
35889
35890 -
35891 \begin_inset space \thinspace{}
35892 \end_inset
35893
35894 10.
35895  Before the formula the multi-column text is ended by inserting the command
35896 \end_layout
35897
35898 \begin_layout Standard
35899
35900 \series bold
35901
35902 \backslash
35903 end{multicols}
35904 \end_layout
35905
35906 \begin_layout Standard
35907 in TeX-mode.
35908 \end_layout
35909
35910 \begin_layout Standard
35911 Due to the command some space is automatically added before the formula.
35912  To revert this, -6
35913 \begin_inset space \thinspace{}
35914 \end_inset
35915
35916 mm vertical space is inserted before the formula.
35917  When the formula style 
35918 \series bold
35919 Indented
35920 \begin_inset Foot
35921 status collapsed
35922
35923 \begin_layout Plain Layout
35924 formula styles see 
35925 \begin_inset CommandInset ref
35926 LatexCommand ref
35927 reference "sec:Formula-Styles"
35928
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \end_inset
35935
35936
35937 \series default
35938  is used, -9
35939 \begin_inset space \thinspace{}
35940 \end_inset
35941
35942 mm space is inserted instead.
35943 \end_layout
35944
35945 \begin_layout Standard
35946 As example a multi-column text with a displayed formula:
35947 \end_layout
35948
35949 \begin_layout Standard
35950
35951 \lang german
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957
35958 \backslash
35959 begin{multicols}{2}
35960 \end_layout
35961
35962 \end_inset
35963
35964 Das Spektrum wird fouriertransformiert.
35965  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35966 , Lösungsmittel) zu trennen.
35967  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35968  nun das Aussehen des Ausgangssignals.
35969  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35970  über alle Phasen integrieren muss.
35971  Sei nun 
35972 \begin_inset Formula $S$
35973 \end_inset
35974
35975  unser normiertes Ausgangssignal und 
35976 \begin_inset Formula $P$
35977 \end_inset
35978
35979  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35980 \begin_inset ERT
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984
35985
35986 \backslash
35987 end{multicols}
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \begin_inset VSpace -6mm
35994 \end_inset
35995
35996
35997 \begin_inset Formula \begin{equation}
35998 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35999
36000 \end_inset
36001
36002
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008
36009 \backslash
36010 begin{multicols}{2}
36011 \end_layout
36012
36013 \end_inset
36014
36015 wobei 
36016 \begin_inset Formula $S_{0}$
36017 \end_inset
36018
36019  das Signal ohne Gradient ist und die Normierungsbedingung 
36020 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36021 \end_inset
36022
36023  gilt.
36024  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36025  Direkt nach dem 
36026 \begin_inset Formula $\nicefrac{\pi}{2}$
36027 \end_inset
36028
36029
36030 \begin_inset space \thinspace{}
36031 \end_inset
36032
36033 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36034  das Signal zusätzlich abschwächt.
36035  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36036  
36037 \begin_inset Formula $T_{2}$
36038 \end_inset
36039
36040 -Zeit.
36041 \end_layout
36042
36043 \begin_layout Standard
36044
36045 \lang german
36046 \begin_inset ERT
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050
36051
36052 \backslash
36053 end{multicols}
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \end_layout
36060
36061 \begin_layout Subsection
36062 Formulas with Description of Variables
36063 \begin_inset Index idx
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067 Formula ! with description of variables
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Standard
36076 To describe variables within a formula, like in formula 
36077 \begin_inset CommandInset ref
36078 LatexCommand eqref
36079 reference "eq:within"
36080
36081 \end_inset
36082
36083 , a 2
36084 \series bold
36085 ×
36086 \series default
36087
36088 \begin_inset Formula $n$
36089 \end_inset
36090
36091
36092 \begin_inset space ~
36093 \end_inset
36094
36095 matrix is used with left aligned columns for the 
36096 \begin_inset Formula $n$
36097 \end_inset
36098
36099  used variables.
36100 \begin_inset Foot
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104 matrices see 
36105 \begin_inset CommandInset ref
36106 LatexCommand ref
36107 reference "sec:Matrices"
36108
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \end_inset
36115
36116  To set the description in a smaller size, before the matrix e.
36117 \begin_inset space \thinspace{}
36118 \end_inset
36119
36120 g.
36121 \begin_inset space \space{}
36122 \end_inset
36123
36124 the command 
36125 \series bold
36126
36127 \backslash
36128 footnotesize
36129 \series default
36130  is inserted.
36131 \begin_inset Foot
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135 font sizes see 
36136 \begin_inset CommandInset ref
36137 LatexCommand ref
36138 reference "sub:Font-Sizes"
36139
36140 \end_inset
36141
36142
36143 \end_layout
36144
36145 \end_inset
36146
36147
36148 \end_layout
36149
36150 \begin_layout Standard
36151 When the formula style 
36152 \series bold
36153 Indented
36154 \begin_inset Foot
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158 formula styles see 
36159 \begin_inset CommandInset ref
36160 LatexCommand ref
36161 reference "sec:Formula-Styles"
36162
36163 \end_inset
36164
36165
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \series default
36172  is used, a 
36173 \series bold
36174
36175 \backslash
36176 hfill
36177 \series default
36178
36179 \begin_inset Foot
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183
36184 \series bold
36185
36186 \backslash
36187 hfill
36188 \series default
36189  only works in formulas with the style 
36190 \series bold
36191 Indented
36192 \series default
36193 , see 
36194 \begin_inset CommandInset ref
36195 LatexCommand ref
36196 reference "sub:Variable-Space"
36197
36198 \end_inset
36199
36200 .
36201 \end_layout
36202
36203 \end_inset
36204
36205  is inserted before and after the matrix to have the same separation of
36206  the matrix from the equation and the side margin.
36207 \end_layout
36208
36209 \begin_layout Standard
36210 When the formula style 
36211 \series bold
36212 Centered
36213 \series default
36214  is used, the method described in 
36215 \begin_inset CommandInset ref
36216 LatexCommand ref
36217 reference "sub:Flalign-Environment"
36218
36219 \end_inset
36220
36221  is used to indent formulas.
36222  Formula 
36223 \begin_inset CommandInset ref
36224 LatexCommand eqref
36225 reference "eq:within"
36226
36227 \end_inset
36228
36229  consists of five columns whereas in the first two columns contain the equation,
36230  the third the matrix and the last one an empty TeX-brace.
36231 \begin_inset Formula \begin{flalign}
36232 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36233 \rho & \textrm{density}\\
36234 V & \textrm{volume}\\
36235 g & \textrm{gravitational acceleration}
36236 \end{array} &  & {}\label{eq:within}\end{flalign}
36237
36238 \end_inset
36239
36240
36241 \end_layout
36242
36243 \begin_layout Subsection
36244 Upright small Greek Letters
36245 \begin_inset CommandInset label
36246 LatexCommand label
36247 name "sub:Upright-small-Greek"
36248
36249 \end_inset
36250
36251
36252 \begin_inset Index idx
36253 status collapsed
36254
36255 \begin_layout Plain Layout
36256 Greek letters ! upright
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Standard
36265 Most of the math fonts only provide italic small Greek letters.
36266  But for symbols of elementary particles like pions and neutrinos, upright
36267  Greek letters are needed.
36268  The file 
36269 \series bold
36270 upgreek.sty
36271 \series default
36272
36273 \begin_inset Foot
36274 status collapsed
36275
36276 \begin_layout Plain Layout
36277
36278 \series bold
36279 upgreek
36280 \series default
36281  is part of the LaTeX-package 
36282 \series bold
36283 was
36284 \series default
36285
36286 \begin_inset Index idx
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290 Packages ! was
36291 \begin_inset ERT
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295
36296
36297 \backslash
36298 vspace{4mm}
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \end_layout
36305
36306 \end_inset
36307
36308 .
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \begin_inset Index idx
36315 status collapsed
36316
36317 \begin_layout Plain Layout
36318 Packages ! upgreek
36319 \end_layout
36320
36321 \end_inset
36322
36323  that is loaded with the LaTeX-preamble line
36324 \end_layout
36325
36326 \begin_layout Standard
36327
36328 \series bold
36329
36330 \backslash
36331 usepackage{upgreek}
36332 \end_layout
36333
36334 \begin_layout Standard
36335 provides them.
36336  
36337 \begin_inset ERT
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341
36342
36343 \backslash
36344 ifupgreek 
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \begin_inset Note Note
36351 status open
36352
36353 \begin_layout Plain Layout
36354 The following table will only be displayed when the LaTeX-package 
36355 \series bold
36356 upgreek
36357 \series default
36358  is installed:
36359 \end_layout
36360
36361 \end_inset
36362
36363  They are created when the command for a small Greek letters is started
36364  with 
36365 \series bold
36366 up
36367 \series default
36368 .
36369  For example the command 
36370 \series bold
36371
36372 \backslash
36373 uptau
36374 \series default
36375  creates this: 
36376 \begin_inset Formula $\uptau$
36377 \end_inset
36378
36379
36380 \end_layout
36381
36382 \begin_layout Standard
36383 With these commands reactions of elementary particles can be typeset:
36384 \begin_inset Formula \[
36385 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36386
36387 \end_inset
36388
36389
36390 \end_layout
36391
36392 \begin_layout Standard
36393 The upright letters are more bold and wider than the italic ones.
36394  They should therefore not be used for units like 
36395 \begin_inset Quotes eld
36396 \end_inset
36397
36398 µm
36399 \begin_inset Quotes erd
36400 \end_inset
36401
36402 .
36403 \end_layout
36404
36405 \begin_layout Standard
36406 \begin_inset ERT
36407 status collapsed
36408
36409 \begin_layout Plain Layout
36410
36411
36412 \backslash
36413 else 
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \begin_inset Note Note
36420 status open
36421
36422 \begin_layout Plain Layout
36423 The following will be displayed when the LaTeX-package 
36424 \series bold
36425 upgreek
36426 \series default
36427  is not installed:
36428 \end_layout
36429
36430 \end_inset
36431
36432
36433 \end_layout
36434
36435 \begin_layout Standard
36436 You need to install the LaTeX-package 
36437 \series bold
36438 upgreek
36439 \series default
36440  to see the rest of this subsection in the output.
36441 \end_layout
36442
36443 \begin_layout Standard
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449
36450 \backslash
36451 fi 
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \end_layout
36458
36459 \begin_layout Subsection
36460 Text Characters in Formulas
36461 \begin_inset CommandInset label
36462 LatexCommand label
36463 name "sub:Text-Characters-in"
36464
36465 \end_inset
36466
36467
36468 \begin_inset Index idx
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 Text ! in formulas
36473 \end_layout
36474
36475 \end_inset
36476
36477
36478 \end_layout
36479
36480 \begin_layout Standard
36481 In some cases you might want to insert text characters directly into formulas.
36482  When for example the centered dot · is often used in formulas like 
36483 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36484 \end_inset
36485
36486 , one would have to insert the command 
36487 \series bold
36488
36489 \backslash
36490 cdot
36491 \series default
36492
36493 \begin_inset Foot
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497 see 
36498 \begin_inset CommandInset ref
36499 LatexCommand ref
36500 reference "sub:Binary-Operators"
36501
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \end_inset
36508
36509  all the time, because this character is defined in all encodings as text
36510  character.
36511  But the encoding can be changed by this LaTeX-preamble line:
36512 \end_layout
36513
36514 \begin_layout Standard
36515
36516 \series bold
36517
36518 \backslash
36519 Declare Inputtext{183}{
36520 \backslash
36521 ifmmode
36522 \backslash
36523 cdot
36524 \backslash
36525 else
36526 \backslash
36527 textperiodcentered
36528 \backslash
36529 f\SpecialChar \textcompwordmark{}
36530 i}
36531 \end_layout
36532
36533 \begin_layout Standard
36534 The character encoding (menu 
36535 \family sans
36536 Document\SpecialChar \menuseparator
36537 Settings\SpecialChar \menuseparator
36538 Language
36539 \family default
36540 ) specifies what character appears when a keyboard key is pressed.
36541  When the key for the character '·' is pressed, internally the command 
36542 \series bold
36543
36544 \backslash
36545 textperiodcentered
36546 \series default
36547  is used.
36548  But this command is not available in a formula so that you would get LaTeX-erro
36549 rs.
36550  With the changed encoding the right command is chosen automatically, depending
36551  on if the character was inserted into a formula or not.
36552 \end_layout
36553
36554 \begin_layout Standard
36555 The encoding of several characters is saved in definition files.
36556  Fore example the encoding 
36557 \series bold
36558 latin9
36559 \series default
36560  is defined in the file 
36561 \series bold
36562 latin9.def
36563 \series default
36564  that is in the installation folder of LaTeX.
36565  Encodings should only be changed via the LaTeX-preamble and not in the
36566  definition files.
36567  Otherwise own documents could not be edited by other LyX users working
36568  on other computers.
36569 \end_layout
36570
36571 \begin_layout Standard
36572 \begin_inset VSpace medskip
36573 \end_inset
36574
36575 Besides the centered dot, in this document the degree sign ° is defined
36576  with the following LaTeX-preamble line so that it can directly be inserted
36577  to a formula:
36578 \end_layout
36579
36580 \begin_layout Standard
36581
36582 \series bold
36583
36584 \backslash
36585 DeclareInputtext{176}{
36586 \backslash
36587 ifmmode^
36588 \backslash
36589 circ
36590 \backslash
36591 else
36592 \backslash
36593 textdegree
36594 \backslash
36595 f\SpecialChar \textcompwordmark{}
36596 i}
36597 \end_layout
36598
36599 \begin_layout Standard
36600 \begin_inset Newpage newpage
36601 \end_inset
36602
36603
36604 \end_layout
36605
36606 \begin_layout Section
36607 \start_of_appendix
36608 Typographic Advice
36609 \begin_inset Index idx
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613 Typographic advice
36614 \end_layout
36615
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \begin_layout Standard
36622 This section is a summary of the most important typographic rules, listed
36623  in ISO norms.
36624 \begin_inset Foot
36625 status collapsed
36626
36627 \begin_layout Plain Layout
36628 This collection was partly taken from the German semi-official dictionary
36629  called 
36630 \begin_inset Quotes eld
36631 \end_inset
36632
36633 Duden
36634 \begin_inset Quotes erd
36635 \end_inset
36636
36637  
36638 \begin_inset CommandInset citation
36639 LatexCommand cite
36640 key "Duden"
36641
36642 \end_inset
36643
36644  that lists some of the ISO rules.
36645  More rules are listed in 
36646 \begin_inset CommandInset citation
36647 LatexCommand cite
36648 key "Checklist"
36649
36650 \end_inset
36651
36652 .
36653 \end_layout
36654
36655 \end_inset
36656
36657
36658 \end_layout
36659
36660 \begin_layout Itemize
36661 Physical units are 
36662 \emph on
36663 always
36664 \emph default
36665  set upright
36666 \begin_inset Foot
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670 done with font styles, see 
36671 \begin_inset CommandInset ref
36672 LatexCommand ref
36673 reference "sub:Font-Styles"
36674
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \end_inset
36681
36682 , no matter if they appear in italic text: 30
36683 \begin_inset space \thinspace{}
36684 \end_inset
36685
36686 km/h
36687 \begin_inset Newline newline
36688 \end_inset
36689
36690 Between the value and the unit is the smallest space, see 
36691 \begin_inset CommandInset ref
36692 LatexCommand ref
36693 reference "sub:Predefined-Space"
36694
36695 \end_inset
36696
36697 .
36698 \begin_inset Newline newline
36699 \end_inset
36700
36701 This convention is automatically fulfilled when the command 
36702 \series bold
36703
36704 \backslash
36705 unittwo
36706 \series default
36707  is used.
36708  When it is entered to a formula, two boxes appear.
36709  In the first one the value is inserted, in the second one the unit, and
36710  one gets as above: 
36711 \begin_inset Formula $\unit[30]{km/h}$
36712 \end_inset
36713
36714
36715 \begin_inset space \thinspace{}
36716 \end_inset
36717
36718 .
36719  Note that 
36720 \series bold
36721
36722 \backslash
36723 unittwo
36724 \series default
36725  is not a real LaTeX command but the command 
36726 \series bold
36727
36728 \backslash
36729 unit[value]{unit}
36730 \series default
36731 , therefore you cannot use it in TeX code.
36732 \end_layout
36733
36734 \begin_layout Itemize
36735 Percent and perthousand signs are set like physical units:
36736 \begin_inset Newline newline
36737 \end_inset
36738
36739 1,2
36740 \begin_inset space \thinspace{}
36741 \end_inset
36742
36743 ‰ alcohol in blood
36744 \end_layout
36745
36746 \begin_layout Itemize
36747 The degree sign follows directly on the value: 15°, but not when it is used
36748  in units: 15
36749 \begin_inset space \thinspace{}
36750 \end_inset
36751
36752 °C
36753 \end_layout
36754
36755 \begin_layout Itemize
36756 In numbers with more than four digits the smallest space is inserted before
36757  every third digit to group them: 
36758 \family roman
36759 \series medium
36760 \shape up
36761 \size normal
36762 \emph off
36763 \bar no
36764 \noun off
36765 \color none
36766 18
36767 \begin_inset space \thinspace{}
36768 \end_inset
36769
36770 473
36771 \begin_inset space \thinspace{}
36772 \end_inset
36773
36774 588
36775 \end_layout
36776
36777 \begin_layout Itemize
36778 For dimensions like 120×90×40
36779 \begin_inset space \thinspace{}
36780 \end_inset
36781
36782 cm the multiplication sign 
36783 \begin_inset Quotes eld
36784 \end_inset
36785
36786 ×
36787 \begin_inset Quotes erd
36788 \end_inset
36789
36790  is used.
36791  It is available either via the command 
36792 \series bold
36793
36794 \backslash
36795 times
36796 \series default
36797  or via the menu 
36798 \family sans
36799 Insert\SpecialChar \menuseparator
36800 Special Character\SpecialChar \menuseparator
36801 Symbols
36802 \family default
36803 .
36804 \end_layout
36805
36806 \begin_layout Itemize
36807 Functions with names consisting of several letters are set upright to avoid
36808  confusions, see 
36809 \begin_inset CommandInset ref
36810 LatexCommand ref
36811 reference "sub:Predefined-Functions"
36812
36813 \end_inset
36814
36815 .
36816 \end_layout
36817
36818 \begin_layout Itemize
36819 Indices consisting of several letters, are set upright: 
36820 \begin_inset Formula $E_{\mathrm{kin}}$
36821 \end_inset
36822
36823
36824 \begin_inset Newline newline
36825 \end_inset
36826
36827 Components of matrices are set italic: 
36828 \begin_inset Formula $\hat{H}_{kl}$
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \begin_layout Itemize
36835 The differentiation/integration operator 'd', the Euler's number 'e' and
36836  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36837  other variables.
36838 \end_layout
36839
36840 \begin_layout Itemize
36841 The character that denotes a 
36842 \noun on
36843 Fourier
36844 \noun default
36845  transformation is inserted either by the command 
36846 \series bold
36847
36848 \backslash
36849 mathscr
36850 \begin_inset ERT
36851 status collapsed
36852
36853 \begin_layout Plain Layout
36854
36855
36856 \backslash
36857 spce 
36858 \end_layout
36859
36860 \end_inset
36861
36862 F
36863 \series default
36864  or via the menu 
36865 \family sans
36866 Insert\SpecialChar \menuseparator
36867 Special Character\SpecialChar \menuseparator
36868 Symbols\SpecialChar \menuseparator
36869 Letterlike
36870 \begin_inset space ~
36871 \end_inset
36872
36873 Symbols
36874 \family default
36875
36876 \begin_inset Formula $\mathscr{F}$
36877 \end_inset
36878
36879
36880 \end_layout
36881
36882 \begin_layout Standard
36883 \begin_inset Newpage newpage
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \begin_layout Section
36890 Synonyms
36891 \begin_inset Index idx
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895 Synonyms
36896 \end_layout
36897
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \begin_layout Standard
36904 Some characters and symbols can be created with several commands.
36905  Here is a list of the synonym commands:
36906 \end_layout
36907
36908 \begin_layout Standard
36909 \begin_inset VSpace bigskip
36910 \end_inset
36911
36912
36913 \begin_inset space \hfill{}
36914 \end_inset
36915
36916
36917 \begin_inset Tabular
36918 <lyxtabular version="3" rows="12" columns="2">
36919 <features tabularvalignment="middle">
36920 <column alignment="center" valignment="top" width="0pt">
36921 <column alignment="center" valignment="top" width="0pt">
36922 <row>
36923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36924 \begin_inset Text
36925
36926 \begin_layout Plain Layout
36927 Command
36928 \end_layout
36929
36930 \end_inset
36931 </cell>
36932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 equivalent to
36937 \begin_inset Note Note
36938 status collapsed
36939
36940 \begin_layout Plain Layout
36941
36942 \series bold
36943
36944 \backslash
36945 raisebox
36946 \series default
36947  is only used as spacer.
36948 \end_layout
36949
36950 \end_inset
36951
36952
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 </row>
36958 <row>
36959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36960 \begin_inset Text
36961
36962 \begin_layout Plain Layout
36963
36964 \backslash
36965 ast
36966 \end_layout
36967
36968 \end_inset
36969 </cell>
36970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974 \begin_inset ERT
36975 status collapsed
36976
36977 \begin_layout Plain Layout
36978
36979
36980 \backslash
36981 raisebox{-1.2mm}{
36982 \end_layout
36983
36984 \end_inset
36985
36986 *
36987 \begin_inset ERT
36988 status collapsed
36989
36990 \begin_layout Plain Layout
36991
36992 }
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 </row>
37003 <row>
37004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37005 \begin_inset Text
37006
37007 \begin_layout Plain Layout
37008
37009 \backslash
37010 choose
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019
37020 \backslash
37021 binom
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 </row>
37027 <row>
37028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37029 \begin_inset Text
37030
37031 \begin_layout Plain Layout
37032
37033 \backslash
37034 geq
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043
37044 \backslash
37045 ge
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 </row>
37051 <row>
37052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056
37057 \backslash
37058 lbrace
37059 \end_layout
37060
37061 \end_inset
37062 </cell>
37063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067 {
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 </row>
37073 <row>
37074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078
37079 \backslash
37080 lbracket
37081 \end_layout
37082
37083 \end_inset
37084 </cell>
37085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37086 \begin_inset Text
37087
37088 \begin_layout Plain Layout
37089 [
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 </row>
37095 <row>
37096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100
37101 \backslash
37102 leftarrow
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111
37112 \backslash
37113 gets
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 <row>
37120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124
37125 \backslash
37126 leq
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135
37136 \backslash
37137 le
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 <row>
37144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148
37149 \backslash
37150 lor
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159
37160 \backslash
37161 vee
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 <row>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172
37173 \backslash
37174 neq
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37180 \begin_inset Text
37181
37182 \begin_layout Plain Layout
37183
37184 \backslash
37185 not=
37186 \end_layout
37187
37188 \end_inset
37189 </cell>
37190 </row>
37191 <row>
37192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196
37197 \backslash
37198 slash
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 /
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218
37219 \backslash
37220 vert
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 |
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 </row>
37235 </lyxtabular>
37236
37237 \end_inset
37238
37239
37240 \begin_inset space \hfill{}
37241 \end_inset
37242
37243
37244 \begin_inset Tabular
37245 <lyxtabular version="3" rows="12" columns="2">
37246 <features tabularvalignment="middle">
37247 <column alignment="center" valignment="top" width="0pt">
37248 <column alignment="center" valignment="top" width="0pt">
37249 <row>
37250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254 Command
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 equivalent to
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 </row>
37269 <row>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276 backslash
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285
37286 \backslash
37287
37288 \backslash
37289
37290 \end_layout
37291
37292 \end_inset
37293 </cell>
37294 </row>
37295 <row>
37296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300
37301 \backslash
37302 dasharrow
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311
37312 \backslash
37313 dashrightarrow
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 </row>
37319 <row>
37320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324
37325 \backslash
37326 land
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335
37336 \backslash
37337 wedge
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 </row>
37343 <row>
37344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348
37349 \backslash
37350 rbrace
37351 \end_layout
37352
37353 \end_inset
37354 </cell>
37355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359 }
37360 \end_layout
37361
37362 \end_inset
37363 </cell>
37364 </row>
37365 <row>
37366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370
37371 \backslash
37372 rbracket
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 ]
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 </row>
37387 <row>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392
37393 \backslash
37394 rightarrow
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403
37404 \backslash
37405 to
37406 \end_layout
37407
37408 \end_inset
37409 </cell>
37410 </row>
37411 <row>
37412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37413 \begin_inset Text
37414
37415 \begin_layout Plain Layout
37416
37417 \backslash
37418 lnot
37419 \end_layout
37420
37421 \end_inset
37422 </cell>
37423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427
37428 \backslash
37429 neg
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 </row>
37435 <row>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440
37441 \backslash
37442 ne
37443 \end_layout
37444
37445 \end_inset
37446 </cell>
37447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451
37452 \backslash
37453 not=
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 </row>
37459 <row>
37460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37461 \begin_inset Text
37462
37463 \begin_layout Plain Layout
37464
37465 \backslash
37466 owns
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475
37476 \backslash
37477 ni
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488
37489 \backslash
37490 square
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37496 \begin_inset Text
37497
37498 \begin_layout Plain Layout
37499
37500 \backslash
37501 Box
37502 \end_layout
37503
37504 \end_inset
37505 </cell>
37506 </row>
37507 <row>
37508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512
37513 \backslash
37514 Vert
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523
37524 \backslash
37525 |
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 </lyxtabular>
37532
37533 \end_inset
37534
37535
37536 \begin_inset space \hfill{}
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \begin_layout Standard
37543 \begin_inset Newpage newpage
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \begin_layout Bibliography
37550 \labelwidthstring References
37551 \begin_inset CommandInset bibitem
37552 LatexCommand bibitem
37553 key "TLC2"
37554
37555 \end_inset
37556
37557
37558 \shape smallcaps
37559 Mittelbach, F.
37560  ; Goossens, M.
37561 \shape default
37562
37563 \shape italic
37564 The LaTeX Companion
37565 \shape default
37566 .
37567  Addison Wesley, 2004
37568 \end_layout
37569
37570 \begin_layout Bibliography
37571 \labelwidthstring References
37572 \begin_inset CommandInset bibitem
37573 LatexCommand bibitem
37574 key "Mathmode"
37575
37576 \end_inset
37577
37578
37579 \begin_inset CommandInset href
37580 LatexCommand href
37581 name "Description"
37582 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37583
37584 \end_inset
37585
37586  of LaTeX's math abilities
37587 \end_layout
37588
37589 \begin_layout Bibliography
37590 \labelwidthstring References
37591 \begin_inset CommandInset bibitem
37592 LatexCommand bibitem
37593 key "AMS"
37594
37595 \end_inset
37596
37597
37598 \begin_inset CommandInset href
37599 LatexCommand href
37600 name "Description"
37601 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37602
37603 \end_inset
37604
37605  of 
37606 \begin_inset ERT
37607 status collapsed
37608
37609 \begin_layout Plain Layout
37610
37611
37612 \backslash
37613 AmS
37614 \end_layout
37615
37616 \end_inset
37617
37618 -LaTeX
37619 \end_layout
37620
37621 \begin_layout Bibliography
37622 \labelwidthstring References
37623 \begin_inset CommandInset bibitem
37624 LatexCommand bibitem
37625 key "Symbols"
37626
37627 \end_inset
37628
37629
37630 \begin_inset CommandInset href
37631 LatexCommand href
37632 name "List"
37633 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37634
37635 \end_inset
37636
37637  of all symbols available with LaTeX-packages
37638 \end_layout
37639
37640 \begin_layout Bibliography
37641 \labelwidthstring References
37642 \begin_inset CommandInset bibitem
37643 LatexCommand bibitem
37644 key "hyperref"
37645
37646 \end_inset
37647
37648
37649 \begin_inset CommandInset href
37650 LatexCommand href
37651 name "Documentation"
37652 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37653
37654 \end_inset
37655
37656  of the LaTeX-package 
37657 \series bold
37658 hyperref
37659 \series default
37660
37661 \begin_inset Index idx
37662 status collapsed
37663
37664 \begin_layout Plain Layout
37665 Packages ! hyperref
37666 \end_layout
37667
37668 \end_inset
37669
37670
37671 \end_layout
37672
37673 \begin_layout Bibliography
37674 \labelwidthstring References
37675 \begin_inset CommandInset bibitem
37676 LatexCommand bibitem
37677 key "mhchem"
37678
37679 \end_inset
37680
37681
37682 \begin_inset CommandInset href
37683 LatexCommand href
37684 name "Documentation"
37685 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37686
37687 \end_inset
37688
37689  of the LaTeX-package 
37690 \series bold
37691 mhchem
37692 \series default
37693
37694 \begin_inset Index idx
37695 status collapsed
37696
37697 \begin_layout Plain Layout
37698 Packages ! mhchem
37699 \end_layout
37700
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \begin_layout Bibliography
37707 \labelwidthstring References
37708 \begin_inset CommandInset bibitem
37709 LatexCommand bibitem
37710 key "Mathclap"
37711
37712 \end_inset
37713
37714
37715 \begin_inset CommandInset href
37716 LatexCommand href
37717 name "Description"
37718 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37719
37720 \end_inset
37721
37722  of the command 
37723 \series bold
37724
37725 \backslash
37726 mathclap
37727 \series default
37728 , described in 
37729 \begin_inset CommandInset ref
37730 LatexCommand ref
37731 reference "sub:Operator-Limits"
37732
37733 \end_inset
37734
37735
37736 \begin_inset Index idx
37737 status collapsed
37738
37739 \begin_layout Plain Layout
37740 Commands ! M ! 
37741 \backslash
37742 mathclap
37743 \end_layout
37744
37745 \end_inset
37746
37747
37748 \end_layout
37749
37750 \begin_layout Bibliography
37751 \labelwidthstring References
37752 \begin_inset CommandInset bibitem
37753 LatexCommand bibitem
37754 key "Duden"
37755
37756 \end_inset
37757
37758
37759 \emph on
37760 Duden Band 1
37761 \emph default
37762 .
37763  22.
37764  Auflage, Duden 2001
37765 \end_layout
37766
37767 \begin_layout Bibliography
37768 \labelwidthstring References
37769 \begin_inset CommandInset bibitem
37770 LatexCommand bibitem
37771 key "Checklist"
37772
37773 \end_inset
37774
37775
37776 \begin_inset CommandInset href
37777 LatexCommand href
37778 name "Check list"
37779 target "http://physics.nist.gov/Document/checklist.pdf"
37780
37781 \end_inset
37782
37783  for reviewing manuscripts
37784 \end_layout
37785
37786 \begin_layout Standard
37787 \begin_inset CommandInset index_print
37788 LatexCommand printindex
37789 type "idx"
37790
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \end_body
37797 \end_document